/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/
#scrollArea {
width: 717px;
height: 120px;
padding-left: 5px;
padding-right: 5px;
border-color: #336633;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
text-align:left;
clear:both;
margin-left:10px;
margin-top:10px;
}

/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */
body, td, select, input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: Black;
}

th {
	text-align: left;
}

/* Headings and Text */
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #336633;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 13pt;
	color: #336633;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;

}

h4 {
	font-size: 7.5pt;
	color: #336633;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 10px;
	font-size: 7.5pt;
	color: #336633;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal;
	width:707px;
}



.breadcrumbtrail {
	color: #999999;
	width:300px
}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: none; 
	color: #336633;
	font-weight: bold;
	
}

A:hover	{
	text-decoration: none; 
	color: #669966;
	font-weight: bold;
}

/* General site warnings & alerts */
.warning {
	font-style: normal;
	font-weight: bold;
	color: #336633;
	font-size: 7.5pt;
}

/* Products */
.products .min {
	color: #336633;
	width:100px;
	font-size:11pt;
	font-style:italic;
}




/* ------------ Site Colour Scheme and Layout ------------------------- */


/* Boxes for general display */
.box {
	border: none;
}

.boxinset {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Shortened column format boxes */
.products_shortened .box {
	width: 230px;
	height:200px;
	border-style:outset;
	border-color:#336633;
	border-width:1px;
	font-size: 7.5pt;
}

.subcategories_shortened .box {
	width: 175px;
	height: 260px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 7.5pt;
}

/* Line between products */
.products_extended .product {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	width:707px;
}

.products_normal .product {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* tables */

/* Tables */
table caption {
	font-size: 10pt;
	color: #ededed;
}

table {
	width: 100%;

}

table tr {
height:auto;
}

table tr.alt {
background-color:#ffffff;
height:50px;
}

table tr.highlight {
	background-color: #336633;
	background-image: none;
}

.versions tr.highlight td {
	background-image: none;
	background-color: #336633;
	color:#FFFFFF;
}

table tr.header {
	background-color:#336633;
	color:#FFFFFF;
}

table tr.header th {
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #336633;
	color:#FFFFFF;
	padding-left:10px;
}

table tr.subheader td {
}

table td {
	padding: 3px;
	border:solid;
	border-color:#336633;
	border-width:1px;
	
}

table th {
}

/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Mini-basket ------------------------------------------ */
#wreford_bask {
width:176px;
height:auto;
float:right;
margin:0px 0px 5px 0px;
padding:10px 0px 10px 0px;
background-color:#ededed;
border-left:groove;
border-left-color:#CCCCCC;
border-left-width:2px;
border-bottom:groove;
border-bottom-color:#CCCCCC;
border-bottom-width:2px;
}
#advertising {
float:right;
clear:both;
}


#basketlines a {
	display: block;
	text-decoration: none;  
	color: black;
	padding: 1px 2px 2px 3px;
}

#basketlines a:hover {
	color: white;
	background-color: black;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	padding: 1px 1px 1px 3px;
}

#baskettotals {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #336633;
	font-weight: bold;
	text-align: left;
	font-size:16px;
	
}

#baskettotals p {
	border-bottom: solid 1px #CBD5DB;
}

#basketempty, #baskethidden {
	font-style: italic;
}	

#basketlines {
	border-top: solid 1px #CBD5DB;
}

#basketlines li {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #CBD5DB;
}

#basketlines li.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#basketlinks a {
	display: block;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 1px 1px 1px 3px;
}

#basketlinks a:hover {
	display: block;
	color: white;
	background-color: #336633;
	padding: 1px 1px 1px 3px;
}

/* ------------ Other Elements --------------------------------------- */

/* Reviews */
.reviews {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.reviews .box {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
	border-bottom: solid 1px #CBD5DB;
}

/* Carry On Shopping / Cross Selling */
.carryonshopping {
	padding-top: 5px;
	clear:both;
	width:200px;
	height:80px;
	padding-bottom:40px;
}

/* Attributes */
.attributes {
	border-bottom: solid 1px #CBD5DB;
}

.attributes td {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
}

/* Promotions */
.product .promotions, .basket .promotions {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.promotion .box {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.promotionfooter {
	color: #aaa;
	margin-top: 8px;
}

/* Compare */
.compare td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	background-color: #DCE4E9;
	border-color: #336633;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #336633;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #336633;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #336633;
	border-top: solid 1px #336633;
	border-right: solid 1px #336633;
	border-bottom: solid 1px #336633;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

input.smallsubmit {
	
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #336633;
	font-weight: bolder;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
}

/* form error messages */
.errors {
	display: block;
	width: 55%;
	color: #000000;
	background-color: #CCCCCC;
	border: dotted 2px #336633;
	margin: 18px;
	padding: 12px;
	font-weight:bold;
}

.errors label {
	border-bottom: dotted 3px #336633;
}

#googlecheckoutbasketdiv {
padding-top:50px;
clear:both;
}



/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: solid 1px #CBD5DB;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	font-size: 7.5pt;
	background-color: transparent; 		
}

#categorymenu ul li div a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #EE6600;
	background-image: url(../templateimages/back_fade2.png);
	border-bottom: solid 1px white;
}

#advert {
margin:10px;
}