
/* CSS Document */

/**********************shop styles*************************/
/**********************************************************/
.shop .hold-content {padding-left:20px; padding-right:20px;}
/*column two styles for shop*/
.shop .colTwo {float: left; width: 520px; /*background: url("../siteImages/rightBgImg.gif") no-repeat bottom center;*/ padding-top:25px; padding-bottom:50px; }

* html .shop .colTwo {float: left; width: 480px; /*background: url("../siteImages/rightBgImg.gif") no-repeat bottom center;*/ padding-top:25px; padding-bottom:50px; }


/*shop specific style*/
.shop .colTwoBanner {margin: 20px 0px 0px 0px;}

/*.shop .colTwo ul {color: #4f4e31; margin-left:40px;}
*/.shop .colTwo li {line-height: 200%;}
.shop .colTwo p {line-height: 150%; padding: 10px 20px 10px 20px; margin:0;}
.shop .colTwo h1 {font-size: 16px;}
.shop h5{margin-top:10px; margin-bottom:10px;}

/* style & position micro basket */
#micro-basket {
	position:absolute;
	top: 238px;
	left:10px;
	right:30px;
	width: 860px;
	text-align:right;
}
#micro-basket p{color:white; font-size: 0.90em; font-weight:bold; margin-right: 1em; margin-top: 0.5em;}
#micro-basket em{color:#FF0033; font-style:normal;}
#micro-basket a{color:white; text-decoration:none;}
#micro-basket a:hover{color:#FF0033; text-decoration:underline;}
body.shop #micro-basket img {background-image:url(../images/icon-basket-shop.jpg); background-repeat:no-repeat;}

/* style & position search box */
#searchbox {
	float:left;
	margin-left:1em;
	color:white;
	font-weight:bold;
}


/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 20px 0;
	padding: 0;

}

/* level 1 links*/

#categorymenu ul {margin-left:22px; margin-bottom:0px; margin-top:0px; margin-right:0px; line-height:200%}

#categorymenu ul li {list-style: none;}

#categorymenu ul li div {}

#categorymenu ul li div a {font-size:14px;}

#categorymenu ul li div a:hover {
}

/* level2 links */

#categorymenu ul ul li div {}

#categorymenu ul ul li div a {font-size:12px; color:#2a4b42;}
#categorymenu ul ul li div a:hover {color:#4f4e31;}

/* level 3 links */

#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}


/*******************************************/
.home_region {
	margin-top: 10px;

	margin-bottom: 10px;

}
.home_region h2, h4{
	margin-top: 10px;
	margin-left: 5px;

}
.home_region p{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}


/* Breadcrumb trail  */
/*.breadcrumbtrail {
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#FFCC33;
}

.breadcrumbtrail ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
		
} 


.breadcrumbtrail ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

		
} 

.breadcrumbtrail ul li ul {
	margin: 0px;
	padding: 0px;
	display:inline;

}
.breadcrumbtrail ul li ul li{
	margin: 0px;
	padding: 0px;
	display:inline;

}

*/


/* Breadcrumb trail  */
.breadcrumbtrail {
	margin-bottom: 10px;
	margin-left: 0px;

	list-style-position:outside;
}

.breadcrumbtrail ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
	list-style-position:outside;
		
} 


.breadcrumbtrail ul li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
	list-style-position:outside;
		
} 

.breadcrumbtrail ul li ul {
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-position:outside;

}
.breadcrumbtrail ul li ul li{
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-position:outside;

}


breadcrumbtrail ul li {
border:medium none;
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0pt;
}



/******************************************/
/* products layout */
/*****************************************/

/* Shortened column format boxes */
.product2 {
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	background-color: #e8e5da;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 0;
}

.products_normal .product {
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #e8e5da;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.products_normal .product h2{font-size: 12px;}
.products_normal .product img {align:left;}

.subcategories_shortened .box {
	float: left;
	width: 160px;
	height: 240px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}

.subcategories_shortened .catname {
	height: 60px;
	background-image: url(../images/category-tab-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.subcategories_shortened .box .pad{
	height: 150px;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #e8e5da;
	text-align:center
}

.subcategories_shortened .box strong {font-weight:normal; font-size:12px; }

/************ PRODUCT LISTING STYLES ***************/
/* set tab style background on product listing (functions_display.asp)*/

.products_normal .product{margin-bottom:15px; padding-top:10px; margin-right:15px; margin-left:15px;}
.products_normal h2{margin-right:15px; margin-left:15px;}
.catTab2-bg {
	background: url(../images/tab-repeat.gif) repeat-x; padding-top:10px; padding-bottom:7px; padding-left:20px; font-weight:normal; font-size:16px; 
	border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff;
}

.img-float-left {
	float:left;
	padding-right:0;
}

.space-products {
	clear:both;
}

.minprice, .moreinfo, .compare {
	text-align:right;
}
.minprice{
	color:#CC0033;
}

/************ TABLE STYLES ***************/

/* Tables */
table caption {
	font-size: 10pt;
	color: #DD7700;
}

table {
	border-collapse: collapse;
	width: 80%;
	border: 1px solid #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
}

table tr {
	background-color:#E8E5DA;
	
}

table tr.header th {

	font-weight: bold;
	background-image: none;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table tr.subheader td {
	border-top: solid 1px #CBD5DB;
}

table td, table th {
	padding: 3px;
}

table td {
	
	color:#4f4e31;
}

table th {
	background-color: white;
	color:#2a4b42;
}


/******************************************/
/* checkout layout */
/*****************************************/
.section {
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #e8e5da;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.sectionTab-bg {
	background-color: #fff; repeat:none; padding-top:10px; padding-bottom:7px; padding-left:20px; background-repeat: no-repeat; font-weight:normal; font-size:12px; margin-right:15px; margin-left:15px;
}


.products .pad {margin-left: 10px;}




div#product1 .shop .colTwo p {margin: 10px 20px 10px 130px;}



.subcategories_shortened .box .pad img {width: 120px; border: 4px solid #fff;}