@charset "utf-8";
/* WdeB */

/* lightbrown:#886b57 darkbrown:#54301a green:#cfdb32 beige:#cdc3bc darkgrey:#5c5c5c lightgrey:#adacac */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html, body{
	/*background-image: url(../images/bg_bar_short.jpg);
	background-repeat: no-repeat;
	background-position: center 115px;*/
	margin: 0;
	
	background-repeat: repeat-x;
	background-position: center 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.clear{
	clear: both;
}

/*=================== main divs ==========================*/

#container{
	width: 1000px;
	margin: 0 auto;
	
}

#header{
	height: 115px;
	margin: 0 10px;
}


#logo{
	width: 192px;
	height: 115px;
	float: left;
}



#search{
	width: 500px;
	/*margin: 79px 0 0 70px;*/
	float: left;
    margin-left:70px;
	text-align:left;
	margin-bottom:5px;
}

#search span {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:22px;
	font-weight: normal;
	color:#646464;
	text-decoration:none;
	text-align:center;
	margin-bottom:25px;
	display:block;
	margin-left:-50px;
	margin-top:2px;
}

#search span a:hover{
	text-decoration:none;
}


#search span img{
	padding-left:8px;
	padding-right:8px;
	position:relative;
	top:20px;
	
}

#search em{
	top:0px;
}


#shoppingbag{
	float: right;
	width: 192px;
	height: 103px;
	margin: 12px 2px 0 0;
	overflow:hidden;
	/*background-image: url(../images/bg_shoppingbag.png);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#nav{
	height: 26px;
	/* border-left: 1px solid #333;
	border-right: 1px solid #adacac ; */
	overflow:hidden;
	margin: 0 10px;
	
	
	
}

#content_container{
	margin: 5px 0 0 0;
	*margin: 5px 6px 0 7px; /*IE7*/
	_margin: 5px 0 0 2px; /*IE6*/
	
	

}

#home_banner{
	height: 350px;
	width: 980px;
	margin: 10px 0 0 11px;
	*margin: 10px 0 0 4px;
	_margin: 10px 0 0 9px;
	overflow: hidden; 
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D2D2D2;
}

#home_categories{

	
}

 #content_footer{
	min-height: 150px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_content_footer.png);
	background-color: #d4d4d4;
	margin: 10px 10px 0px 11px;
	_margin: 10px 10px 0px 12px; /* IE7 */
	*margin: 10px 10px 0px 10px; /* IE6 */
	border-bottom: 1px solid #cdc3bc;
	border-top: 1px solid #E9E3E0;
	width:980px;
	margin: auto;
}

#page_footer{
	padding: 5px 10px 40px 10px;
	height: 30px;
	text-align: left;
	/*background-image: url(../images/bg_page_footer.png);
	background-repeat: no-repeat;
	background-position: 767px top;	*/
} 

/*=================== typo and headings ==========================*/

h1,h2,h3,h4,h5{

}


h1 {
	text-indent: -9999px;
}

h1 a{
	background-image:url(../images/aps_logo2.png);
	display: block;
	width: 247px;
	height: 110px;
	margin: 0px 0 0 0px;
	}



h1 a:hover{
	background-image :url(../images/aps_logo2.png);
	background-position: left bottom;
}

p{
	font-size: 14px;
	color: #666;	
}
p a{
	color: #54301a;
}
/*=================== search ==========================*/

#search input[type="text"]{
	padding: 5px;
	width: 430px;
	border: 1px solid #c3c3c3;
	color: #747474;
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

#searchfor{
	*padding: 5px;
	*width: 376px;
	*border: 1px solid #cdc3bc;
	*color: #747474;
	*background-image: url(../images/bg_field.png);
	*background-repeat: repeat-x;
	*background-position: left top;
	*background-color: #FFFFFF;
}

#search input[type="submit"]{
	border:none;
	border-left: 1px solid #cdc3bc;
	padding: 4px 13px 4px 18px;*/ /* good browsers */
	_padding: 2px 4px 0px 11px; /* IE7 */
	*padding: 4px 4px 2px 11px;  /*IE6 */
	background-color: #fff;
	margin: 0 0 0 -54px;
	color: #747474;
	font-weight: bold;
	line-height:18px; #line-height:16px;
	background: url(../images/green_arrow_right.png) no-repeat 5px center;
}

/*
#search input[type="submit"]{
	border: 1px solid #cdc3bc;
	padding: 4px 13px 4px 18px;*/ /* good browsers */
	/*_padding: 0px 4px 0px 11px;  IE7 */
	/**padding: 4px 4px 2px 11px;  IE6 */
	/*background-color: #fff;
	margin: 0 0 0 -5px;
	color: #747474;
	font-weight: bold;
	line-height:18px; #line-height:16px;
	background: url(../images/green_arrow_right.png) no-repeat 5px center;
}
*/


#search .go{
	*border: 1px solid #c3c3c3;
	*padding: 4px 4px 2px 11px; 
	*background-color: #fff;
	*margin: 0 0 0 -5px;
	*color: #747474;
	*font-weight: bold;
	*background-image: url(../images/green_arrow_right.png);
	*background-repeat: no-repeat;
	*background-position: 5px center;
}


.go_but{
	position:relative;
	left:-5px;
	top:9px; #top:4px;
}

/*=================== shoppingbag ==========================*/

#shoppingbag .bag{
	margin: 0 0 0 50px;
	margin-top:20px;
	height: 50px;
	
}

#shoppingbag a{
	color: #5c5c5c;
	text-decoration: none;	
}

#shoppingbag .user {
	text-align: right;
	margin: 0 0 15px 0;
	color: #adacac;	
}

#shoppingbag .user a{
	font-size: 11px;
}

#shoppingbag .user a:hover{
	text-decoration: underline;
}

#shoppingbag a.items{
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	float:right;
	
}


#shoppingbag a.items span{
	color: #5c5c5c;
}

#shoppingbag a.items:hover span{
	text-decoration: underline;
}


#shoppingbag .checkout{
	border-top: 1px solid #cdc3bc;
	border-bottom: 1px solid #cdc3bc;

}


.checkout{
	text-align: right;
}

.checkout a{
	width: 180px;
	font-size: 12px;
	line-height: 18px;
	padding: 0 12px 0 0;
	background-image: url(../images/green_arrow_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	display:block;
}

.checkout a:hover{
	font-weight: normal;
	text-decoration: underline;
}

/*=================== nav ==========================*/

#nav ul{
	border-left: 1px solid #b3b3b3 ;
	border-right: 1px solid #333;
	background-image:url(../images/bg_bar26.jpg);
	height: 26px;
	margin: 0;
}

#nav ul li{
	float: left;
	border-right: 1px solid #b3b3b3;
	height: 26px;
}

#nav ul li a{
	padding: 0 10px 0 10px;
	_padding: 0 10px 0 10px; /* IE7 */
	*padding: 0 10px 0 10px; /* IE6 */
	line-height: 26px;
	border-right: 1px solid #333;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
}

#nav ul li a:hover{
	background-image:url(../images/bg_bar26_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

 #navvisited{
	padding: 0 10px 0 10px;
	_padding: 0 10px 0 10px; /* IE7 */
	*padding: 0 10px 0 10px; /* IE6 */
	line-height: 26px;
	border-right: 1px solid #333;
	font-size: 11px;
	text-transform: uppercase;
	color: #5c5c5c;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
	background-image:url(../images/bg_bar26_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 

/*=================== home categories boxes ==========================*/

#home_categories{
	margin: 10px 0;
}

#home_categories li{
	width: 186px;
	height: 186px;
	margin:	5px 0 5px 12px;
	*margin: 5px 8px 5px 4px;/* IE7 */
	_margin: 5px 8px 5px 4px;/* IE6 */
	float: left;
}


#home_categories li .cat_photo{
	width: 186px;
	height: 156px;
	background-color:#F7F7F7;
	overflow: hidden;

}

#home_categories li .cat_photo img{
	vertical-align:middle;
	width: 186px;
}

#home_categories li h3{
	bottom: 0px;
	line-height: 33px;
	height: 30px;
	font-size: 13px;
	text-transform: capitalize;
	background-image: url(../images/bg_cat_triangle.png);
	_background-image: url(../images/bg_cat_triangle2.png);/* IE7 */
	*background-image: url(../images/bg_cat_triangle2.png);/* IE6 */
	background-repeat: no-repeat;
	background-position: right bottom;	
	text-indent: 5px;
	overflow: hidden;
}

#home_categories li h3 a{
	color:#222222;
	text-decoration: none;
	width: 186px;
	height: 30px;
	display: block;
	font-weight: normal;
}

#home_categories li:hover{
	background-color: #F1EDEB;
}

/*=================== main categories boxes ==========================*/

#main_categories{
	margin: 10px 0;
}

#main_categories li{
	width: 186px;
	height: 186px;
	margin:	5px 0 5px 12px;
	*margin: 5px 2px 5px 10px;/* IE7 */
	_margin: 5px 8px 5px 4px;/* IE6 */
	float: left;
}


#main_categories li .cat_photo{
	width: 186px;
	height: 156px;
	background-color:#F7F7F7;
	overflow: hidden;

}

#main_categories li .cat_photo img{
	vertical-align:middle;
	width: 186px;
}

#main_categories li h3{
	bottom: 0px;
	line-height: 33px;
	height: 30px;
	font-size: 13px;
	text-transform: capitalize;
	background-image: url(../images/bg_cat_triangle.png);
	_background-image: url(../images/bg_cat_triangle2.png);/* IE7 */
	*background-image: url(../images/bg_cat_triangle2.png);/* IE6 */
	background-repeat: no-repeat;
	background-position: right bottom;	
	text-indent: 5px;
	overflow: hidden;
}

#main_categories li h3 a{
	color:#414141;
	text-decoration: none;
	width: 186px;
	height: 30px;
	display: block;
	font-weight: normal;
}

#main_categories li:hover{
	background-color: #F1EDEB;
}

/*=================== content footer ==========================*/


#newsletter{
	width: 352px;
	float: left;
	padding: 10px;
}

#footerlinks{
	float: right;
	width: 591px;
	padding: 20px 0;
}


#content_footer #footerlinks li{
	background-image: url(../images/white_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	text-indent: 26px;
	width: 192px;
	margin:  0 5px 7px 0px;
	float: left;
	text-transform: capitalize;		
}

#content_footer #footerlinks li a{
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}

#content_footer #footerlinks li a:hover{
	text-decoration: underline;
}

#newsletter h4{
	text-indent: 120px;
	background-image: url(../images/aps_symbol.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding: 10px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 6px 0;
}


#newsletter input[type="text"]{
	padding: 5px;
	width: 230px;
	border: 1px solid #c3c3c3;
	color: #747474;
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 12px 0 0 0;
	background-color: #FFFFFF;
}

#youremail {
	*padding: 5px;
	*width: 230px;
	*border: 1px solid #cdc3bc;
	*color: #886b57;
	*background-image: url(../images/bg_field.png);
	*background-repeat: repeat-x;
	*background-position: left top;
	*margin: 12px 0 0 0;
	*background-color: #FFFFFF;
}

#newsletter input[type="submit"]{
	border: 1px solid #cdc3bc;
	padding: 4px 4px 4px 8px; /* good browsers */
	*padding: 4px 4px 2px 8px; /* IE7 */
	background-color: #fff;
	margin: 0 0 0 -5px;
	color: #747474;
	font-weight: bold;
	background-image: url(../images/green_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 90px;
}

#newsletter .subscribe{
	*border: 1px solid #cdc3bc;
	*padding: 4px 4px 2px 8px; 
	*background-color: #fff;
	*margin: 0 0 0 -5px;
	*color: #747474;
	*font-weight: bold;
	*background-image: url(../images/green_arrow_right.png);
	*background-repeat: no-repeat;
	*background-position: 3px center;
	*width: 90px;
}


/*=================== home_banner ==========================*/

#home_banner #slides {
	height: 350px;
	width: 980px;
	*width: 980px;
	_width: 979px;

}
#home_banner #slides div {
	height: 350px;
	width: 980px;
	*width: 980px;
	_width: 979px;
	padding: 0px;
	color: #333;
	text-align: left;
	font-size: 16px;
}


#home_banner #slides div.caption{
	background-color: #F0F0F0;
	_background-color: #F0F0F0;/* IE7 */
	*background-color: #E4E4E4;/* IE6 */
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	margin: -50px 0 0 0;
	text-align: left;
	border-top: 1px solid #fff;
	background-image: url(../images/bg_cat_triangle.png);
	background-repeat: no-repeat;
	background-position: right 19px;/* Good browsers */
	_background-position: right 16px;/* IE7 */
	*background-position: 950px 16px;/* IE6 */
	height: 50px;
}

#home_banner #slides div h3{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	line-height: 49px;
	text-indent: 10px;

} 

#home_banner #slides div h3 a{
	color: #27160C;
	text-decoration: none;
	width: 979px;
	display: block;
	padding: 10px 0 10px 20px;
}

/*=================== Page footer ==========================*/
#page_footer1{
	font-size: 11px;
	color: #B3ABA4;
	text-decoration: none;
	padding: 5px 10px 10px 0;
	clear:both;
	widows:400px;
}

#page_footer a.right{
	float:right;
	width: 400px;
	padding: 0 2px 0 0;
	text-align: right;
}

#page_footer a{
	font-size: 11px;
	color: #B3ABA4;
	text-decoration: none;
	width: 400px;
}


/*======================================================================================*/
/*=================== Inner pages ===============================================*/
/*======================================================================================*/


/*=================== breadcrumb and Currency ==========================*/
#breadcrumb{
	height: 18px;
	width: 780px;
	padding: 5px 11px 5px 13px;
	font-size: 12px;
	color: #414141;
}

#breadcrumb a{
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}

#breadcrumb a:hover{

	color: #6f6f6f;
}

#currency{
	float: right;
	margin: 0 12px;

}

#currency a{
	padding: 0 3px;
	color: #adacac;
	font-size: 14px;
	text-decoration: none;
}

#currency a.current_currency{
	text-decoration: underline;
}

/*=================== main content ==========================*/

#main_content{
	float: right;
	width: 792px;
	*width: 793px;
	_width: 796px;
	margin: 0 10px 0 0;
	*margin: 0 0 0 0;
	_margin: 0 0 0 0;
	
	
}

#main_content2{
	float: right;
	width: 979px;
	margin: 0 10px 0 0;
	*margin: 0 5px 10px 0;/*IE7*/
	_margin: 0 18px 0 0;/*IE6*/
}

/*=================== sidebar ==========================*/

#sidebar{
	float: left;
	width: 186px;
	background-color:#f0efeb;
	margin: 0 0 0 11px;
	_margin: 0 0 0 11px; /* IE7 */
	*margin: 0 0 0 5px; /* IE6 */
}

#sidebar ul li.nav_maincat{
	background-image: url(../images/bg_sidebar_nav.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
		
}

#sidebar ul li.nav_maincat a{
	text-decoration: none;
	color: #414141;
	text-transform: uppercase;
	font-size: 12px;
	width: 186px;
	line-height: 29px;
	letter-spacing: 0px;
	margin-left:10px;
}

#sidebar ul li.nav_maincat h3 a{
	color: #414141;
	font-weight: normal;
}

#sidebar ul li.nav_maincat a:hover{
	color: #ffffff;
}


#sidebar ul li.nav_subcat a{
	text-transform: capitalize;
	color: #414141;
	line-height: 18px;
	display: block;
	margin-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-decoration: none;
	font-size: 13px;
	width:170px;
	
}
#sidebar ul li.nav_subcat h3 a{
	color: #414141;
	font-weight: bold;
}


#sidebar ul li.nav_subcat a:hover{
	text-decoration: underline;
	color: #646464;
}

#sidebar ul li.nav_subsubcat a{
	text-transform: capitalize;
	color: #886b57;
	line-height: 24px;
	display: block;
	text-indent: 20px;
	#letter-spacing:0px;
	text-decoration: none;
	font-size: 12px;
}

#sidebar ul li.nav_subsubcat a:hover{
	
	color: #54301a;
}

/*=================== home main cat banner ==========================*/

#home_maincat_banner{
	border-bottom: 1px solid #D2D2D2;
	margin: 0 0 0 12px;
	*margin: 0 0 0 10px;
	_margin: 0 0 0 8px;
	width: 780px;
}

#home_maincat_banner #slides {
	height: 278px;
	width: 779px;
	overflow:hidden;
}

#home_maincat_banner img {
	width: 779px;
}

#home_maincat_banner #slides div {
	height: 278px;
	width: 779px;
	padding: 0px;
	color: #333;
	text-align: left;
	font-size: 16px;
}


#home_maincat_banner #slides div.caption{
	background-color: #F0F0F0;
	_background-color: #F0F0F0;/* IE7 */
	*background-color: #E4E4E4;/* IE6 */
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	margin: -50px 0 0 0;
	text-align: left;
	border-top: 1px solid #fff;
	background-image: url(../images/bg_cat_triangle.png);
	background-repeat: no-repeat;
	background-position: right 19px;/* Good browsers */
	_background-position: right 16px;/* IE7 */
	*background-position: 750px 16px;/* IE6 */
	height: 50px;
}

#home_maincat_banner #slides div h3{
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	line-height: 49px;
	text-indent: 10px;

} 

#home_maincat_banner #slides div h3 a{
	color: #27160C;
	text-decoration: none;
	width: 779px;
	display: block;
	padding: 10px 0 10px 20px;
}

/*=================== productlist ==========================*/

#main_content h2{
	color:#5C5C5C;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 5px 0 20px 12px;
}

#shopby{
	float: right;
	margin: -42px 8px 0 0;
}

#sortby{
	float: right;
	margin: -25px 8px 0 0;
	font-size: 13px;
}

#sortby a{
	color: #5c5c5c;
	
}

#productlist ul li.product_item{
	border: 1px solid #cdc3bc;
	background-color:#F2EFEC;
	float: left;
	width: 360px;
	height: 120px;
	padding: 10px;
	margin: 0 0 12px 12px;
	_margin: 0 3px 12px 6px; /* IE6 */
	*margin: 0 3px 12px 10px; /* IE7 */
	overflow: hidden;
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
}


#productlist ul li.product_item img{
	float: left;
	/*height: 120px;*/
	width:110px;
	margin: 0 0 100px 0;
}

#productlist ul li.product_item h4{
	min-height: 40px;
}
#productlist ul li.product_item h4 a{
	float: right;
	width: 230px;
	font-weight: bold;
	font-size: 15px;
	color: #5c5c5c;
	text-decoration: none;
}

#productlist ul li.product_item h4 a:hover{
	text-decoration: underline;
}

#productlist ul li.product_item p{
	float: right;
	width: 231px;
	height: 40px;
	margin: 0;
	font-size:13px;
	padding: 3px 0 0 0;
}

#productlist ul li.product_item a.list_link{
	font-size: 13px;
	text-align: right;
	text-decoration: none;
	margin: 0 0 0 21px;
	color: #5c5c5c;
	font-size: 11px;
	background-image: url(../images/green_arrow_right2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 9px 0 0;	
}

#productlist ul li.product_item a.list_link:hover{
	text-decoration: underline;
}

#pages{
	margin: 10px 0 10px 12px;
}

#pages a{
	color: #5c5c5c;
	text-decoration: none;
	font-size: 13px;
}

#pages a:hover{
	text-decoration: underline;
}

#pages a.prev{
	margin: 0 20px 0 0;
}

#pages a.next{
	margin: 0 0 0 20px;
}

#pages a.pagenumber{
	padding: 0 1px 0 1px;
}

#pages a.pagenumber_current{
	padding: 0 1px 0 1px;
	text-decoration: underline;
	font-weight: bold;
}

#pages a.viewall{
	margin: 0 0 0 50px;
}




/*=================== Related items ==========================*/

.related_items{
	margin: 20px 11px 10px 11px;
	padding: 5px 0 10px 0;
}



.related_items h5{
	color: #5C5C5C;
	font-weight: normal;
	background-color: #fff;
	height: 20px;
	width: 190px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	font-size: 14px;

}

.related_items ul{
	border-left: 1px solid #cdc3bc;
	border-right: 1px solid #cdc3bc;
	border-bottom: 1px solid #cdc3bc;
	padding: 16px 0 10px 11px;
	height: 200px;
	background-image: url(../images/border_related_items.png);
	background-repeat: no-repeat;
	background-position: 198px top;
	margin: -12px 0 0 0;
}

.related_items ul li{
	width: 176px;
	height: 196px;
	float: left;
	margin: 0 17px 0 0;
	*margin: 0 8px 0 0; /* IE6 */
	overflow: hidden;
	text-align: center;
}

.related_items ul li img{
	/* height: 120px;
	width:110px;  */
}

.related_items ul li a{
	text-decoration: none;
}


/*=================== product detail page ==========================*/


#product_details{
	border: 1px solid #cdc3bc;
	background-color:#F2EFEC;
	float: left;
	padding: 10px;
	margin: 0 10px 12px 12px;
	*margin: 0 0 12px 6px; /* IE6 */
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 756px;
	min-height: 500px;
}
#product_details2{
	border: 1px solid #cdc3bc;
	background-color:#F2EFEC;
	float: left;
	padding: 10px;
	margin: 0 10px 12px 12px;
	*margin: 0 0 12px 6px; /* IE6 */
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 756px;
	height:200px;
}


#product_detail_links{
	margin: 5px 12px;
	height: 18px;
}

#product_detail_links a{
	color: #5c5c5c;
	text-decoration: none;
	font-size: 13px;
}

#product_detail_links a:hover{
	text-decoration: underline;
}

#product_detail_links a.left{
	float: left;
	padding: 0 0 0 12px;
	background-image: url(../images/green_arrow_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

#product_detail_links a.right{
	float: right;
	margin: 0 0 0 40px;
	padding: 0 0 0 12px;
	background-image: url(../images/green_arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.product_img{
	float: left;
	margin-top:10px;
	width: 370px;
}

.product_img img.thumb{
	height: 120px;
   margin: 10px 10px 0 0; 
}


.product_info{
	float: right;
	margin: 0 0 0 20px;
	margin-top:10px;
	width: 360px;
	min-height:420px;
}

.product_info h3{
	color:#5C5C5C;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.product_info p.price{
	font-weight: bold;
	font-size:15px;
	margin: 18px 0;
}

.product_info form{
	margin: 40px 0 0 0;
}

.order{
	border-top: 1px solid #adacac;
	border-bottom: 1px solid #adacac;
	height: 29px;
	padding: 2px;
	margin: 10px 0 0 0;
	
}	

.order p{
	width: 70px;
	float: left;
	padding: 7px 4px;
}

.order label{
	width: 20px;
	padding: 6px 0px;
	float: left;
	color: #5c5c5c;
	margin: 0 0 0 8px;
}


.order input[type=text]{
	padding: 4px 6px;
	float: left;
	text-align: center;
	margin: 0 0 0 5px;
}

.order input.amount{
	*padding: 4px 6px;
	*width: 30px;
	*float: left;
	*text-align: center;
	*margin: 0 0 0 5px;
}

.order input[type=submit], input.add_button{
	padding: 4px 2px 4px 0;
	margin: 0 0 0 22px;
	float: left;
	width: 172px;
	border: none;
	background-color:#F2EFEC;
	color: #5c5c5c;
	background-image: url(../images/bg_add_to_bag.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-indent: 15px;
	cursor:pointer;
	font-size: 13px;
}

.order input.add_button{
	*padding: 4px 2px 4px 14px;
	*margin: 0 0 0 8px;
	*float: left;
	*width: 168px;
	*border: none;
	*background-color:#F2EFEC;
	*color: #5c5c5c;
	*background-image: url(../images/bg_add_to_bag2.png);
	*background-repeat: no-repeat;
	*background-position: left center;
	*font-weight: bold;
	*cursor:pointer;
	*font-size: 13px;
	*text-align:left;
}

.order input[type=submit]:hover{
	text-decoration: underline;
	
}



/*=================== Shopping bag ==========================*/

#steps{
	margin: 13px 0 0 0;	
	height: 17px;
}

#steps ol li{
	float: left;
	text-transform: uppercase;
	height: 17px;
	font-size: 15px;
	padding: 0 27px;
	color: #cdc3bc;
}

#steps ol li.current{
	color: #5c5c5c;
		list-style-type:none;
}
#steps ol li.current a{
	color: #cdc3bc;
	text-decoration:none;
}
#steps ol li.current a:hover{
	color: #000;
	text-decoration:none;
}
#shoppingbaglist{
	border: 1px solid #cdc3bc;
	background-color: #F2EFEC;
	float: left;
	padding: 10px;
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 957px;
	margin: 10px 0px; #margin: 10px 5px;
}

#
 table{
	width: 957px;

}

#shoppingbaglist table tr.bag_list_top td{
	border-bottom: 1px solid #adacac;
	font-size: 14px;
}

#shoppingbaglist table tr.bag_list_bottom td{
	border-top: 1px solid #adacac;
	padding: 15px 0 15px 0;
	font-size: 14px;
	color: #5c5c5c;
	
}

#shoppingbaglist table td.bag_list_total{
	padding: 15px 0 15px 0;
	font-size: 16px;
	color: #5C5C5C;
	font-weight: bold;
	background-color: #fff;
}

#shoppingbaglist table tr.bag_list_item td{
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #fff;
}
#shoppingbaglist table tr.bag_list_item p{
	padding: 15px 0 15px 0;
	font-size: 14px;
	
}


#shoppingbaglist table td.image{
	width: 100px;
}

#shoppingbaglist table td.item{
	width: 500px;
}
#shoppingbaglist table td.item2{
	width: 480px;
}

#shoppingbaglist table td.qty{
	width: 110px;
}
#shoppingbaglist table td.price2{
	width:200px;
	font-size: 14px;
	color:#5c5c5c;
	text-transform: capitalize;
	
}
#shoppingbaglist table td.price{
	width: 135px;
}
#shoppingbaglist table td.price3{
	width: 150px;
}

#shoppingbaglist table td.total{
	width: 160px;
}
#shoppingbaglist table td.total2{
	width: 105px;
}


#shoppingbaglist table input[type="text"]{
	padding: 4px 6px;
	width: 30px;
	text-align: center;
	margin: 0 0 0 0;
	
}

#shoppingbaglist table tr.bag_list_item a.small{
	font-size: 11px;
	color: #5c5c5c;
}

#shoppingbaglist table tr.bag_list_top h4{
	font-size: 14px;
	color:#5c5c5c;
	text-transform: capitalize;

}

#shoppingbaglist table tr.bag_list_item h5 a{
	color: #5C5C5C;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

#shoppingbaglist table tr.bag_list_item h5 a:hover{
	text-decoration: underline;
}

#proceed {
	margin: 40px 0;
	height: 30px;
}

/*#proceed a{
	background-image: url(../images/bg_nav_on.png);
	background-repeat: repeat-x;
	padding: 10px 10px 7px 10px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color:#5c5c5c;
	display: block;
	width: 190px;
}*/

#proceed input[type=submit]{
	margin:  0 auto;
}


#proceed a:hover{
	text-decoration: underline;
}

#proceed a.left{
	float: left;
	text-align: left;
}

#proceed a.right{
	float: right;
	text-align: right;
}

/*=================== Shopping bag steps 2,3,4==========================*/

#left_form{
	width: 410px;
	float: left;
	padding: 30px;
}
#left_form2{
	width: 410px;
	float: left;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
}


#right_form{
	width: 410px;
	float:  right;
	border-left: 1px solid #fff;
	padding: 30px 30px 30px 40px;
}
#right_form2{
	width: 240px;
	float: left;
	padding-left:150px; #padding-left:130px;
	padding-top:113px; #padding-top:113px;
}
#right_form2 p{

	font-size: 14px;
	color: #666;
	line-height:20px;
}

#shoppingbaglist input.field{
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 14px;
	padding: 4px;
	margin-bottom: 8px;
	width: 280px;
} 

#shoppingbaglist textarea{
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 4px;
	margin-bottom: 16px;
	width: 280px;
	height: 120px;
	overflow: auto;
} 

#shoppingbaglist input[type=submit]{
	background-repeat: repeat-x;
	padding: 7px 10px 5px 10px;
	border: 1px solid #F2EFEC;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color:#5c5c5c;
	display: block;
	width: 180px;
	background-image: url(../images/bg_nav_on.png);
}

#shoppingbaglist select{
	margin: 0 0 10px 0;
	
	
}


#shoppingbaglist h3{
	color:#5C5C5C;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

hr{
	margin: 30px 0;
}


/*=================== Text page ==========================*/


#block_content{
	border: 1px solid #cdc3bc;
	background-color: #efebe7;
	float: left;
	padding: 10px;
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 957px;
	margin: 10px 0; 
	_margin: 10px 6px;

}

#block_content h2{
	font-size: 20px;
	font-weight: normal;
	color: #5C5C5C;
	margin: 15px 0;
	border-bottom: 1px solid #fff;
}

#block_content h3{
	font-size: 16px;
	font-weight: normal;
	color: #54301a;
	margin: 20px 0 0 0;

}

#block_content a, #block_content2 a{
	color: #5C5C5C;
}

#block_content p,#block_content2 p{
	margin:  0 0 10px 0;
}


/*=================== my account ==========================*/

#myaccount h2{
	font-size: 20px;
	font-weight: normal;
	color: #5C5C5C;
	margin: 15px 0;
	border-bottom: 1px solid #fff;	
}

#myaccount ul{
	padding: 0px 5px;
	border-bottom: 1px solid #fff;	
	height: 35px;
	margin: 0 0 10px 0;
}

#myaccount ul li{
	float: left;
	margin: 0 25px 0 0;
	list-style-type:none;
}

#myaccount ul li a{
	font-size:16px;
	color: #5C5C5C;
	text-decoration:underline;
	font-weight:normal;
}
#myaccount ul li a:hover{
	color: #5C5C5C;	
	font-size:16px;
	text-decoration:underline;
	font-weight:normal;
}

#myaccount2 ul{
	padding: 0px 5px;
	margin: 0 0 10px 0;
}

#myaccount2 ul li{
	float: left;
	margin: 0 25px 0 0;
	padding-left:300px;
	padding-top:50px;
	padding-bottom:50px;
}

#myaccount2 ul li a{
	color: #54301a;	
}


#emailtofriend{
	border: 1px solid #cdc3bc;
	background-color: #F2EFEC;
	float: left;
	padding: 10px;
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 600px;
	margin: 0px 0px 0px 13px;

} 
#emailtofriend input.field{
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 14px;
	padding: 4px;
	margin-bottom: 8px;
	width: 280px;
	float:left;
} 
#emailtofriend textarea{
	background-image: url(../images/bg_field.png);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 4px;
	margin-bottom: 16px;
	width: 280px;
	height: 120px;
	overflow: auto;
} 
.emailfields{
    font-size: 14px;
	color: #666;
	padding:5px 10px 0px 20px;
	float:left;
	width:100px;
	text-align:right;
}
.bodytext{font-family:"Trebuchet MS"; font-size:11px; color:#000000; text-decoration:none}
.bodytext1{font-family:"Trebuchet MS"; font-size:12px; color:#000000; text-decoration:none}
.bodytext2{font-family:"Trebuchet MS"; font-size:15px; color:#000000; text-decoration:none}

#block_content2{
	border: 1px solid #cdc3bc;
	background-color: #efebe7;
	float: left;
	padding: 10px;
	background-image: url(../images/bg_product_item.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 957px;
	margin: 10px 0; 
	_margin: 10px 5px;
}

#sitemap{
	min-height: 300px;
	width: 907px;
	margin:0px auto;
}



#sitemap  .text{
	font-size: 16px;
	font-weight: normal;
	color: #54301a;
	line-height:10px;
	margin: 20px 0 0 0;

}

#sitemap a{
	color: #5C5C5C;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#sitemap a:hover{
	color: #000;
	text-decoration:underline;
}

#sitemap2 ul{
	padding:0px;
	margin:0px;
}
#sitemap2 li{
	list-style-type:disc;
	margin-left:25px;
	
}
#sitemap2 a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #5C5C5C;
}

#sitemap2 a:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color: #000;
}




------------------------------menu styles-------------------------------------------------

#container2 {
	width: 957px;
	margin: 0px auto;

}

#content {
	background-color: #f8f8f8;
	padding: 0px 0px;
}

/*============================= WdeB UBERMENU ==================================*/

#lists {
	padding: 0;
	margin: 0;
	list-style: none;
	position:relative;
	height: 26px;
	z-index: 500;
	
	/*background-color: #999;*/
}

#lists li {
	float: left;
	height: 26px; 
}

#lists li:hover {
	height:26px; 
	font-size:12px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	background: url(../images/bg_nav_on.png);
}


#lists li a {
	padding: 0 10px;
	display: block;
	text-decoration: none;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	font-weight:normal;
	color:#fff;
	vertical-align:middle;
	margin-top:6px;
	margin-bottom:6px;

	
}

/* ====== the wrapper div ========*/


#tab_border{
	border-left:0px solid #000;
	border-bottom:0px solid #000;
}

#lists div {
	display: none;
	background-color: #fff;
	position: absolute;
	top:26px; _top:26px;
	border:1px solid #000;
	border-left-width:1px;
	_border-left-width:1px;
	border-bottom-width:1px;
	border-left-color:#000;
	border-bottom-color:#000;
} 

#lists div.left {
	left: 0; /* if menu item is on the left side from the middle*/
}

#lists div.right {
	right: 0; /* if menu item is on the right side from the middle*/
}

#lists li:hover div {
	display: block;
}


/* ====== The table bit ========*/

#lists div table {
	background-color:#FFF;
	padding: 0;
		border-collapse: collapse;
	
	
}

#lists div table tr {
	margin: 0;
	
	padding: 0;
	
}

#lists div table td {
	vertical-align: top;
	margin: 0;
	padding: 0 0 0px 0;
}

/* ====== the definitionlist with headers and links underneath ========*/

#lists div dl {
	width: 120px;
	margin:0px;
}

#lists li:hover {
	position: relative;
	
}

#lists div dl dt {
	background: #d4d4d4;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
}

#lists div dl dd {
	padding: 0;
	margin: 0;
}

#lists div dt a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
}

#lists div dd a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #604027;
	text-indent: 0px;
	line-height: 15px;
	padding: 6px 10px 2px 10px;
}

#lists div dd a:hover {
	color: #604027;
	text-decoration: underline;
}


#listsmidline{
	background: url(../images/menu-mid-line.gif) no-repeat left top;
	height:23px;
	border-left: 1px solid #333;
	border-right: 1px solid #adacac;
}

#lists_sub_bold{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-color:#d4d4d4;
	line-height:18px;

}

#submenuleft_shadow{
	_height:auto;
	display:block;
	visibility:visible;
	}


#submenubottom_shadow{
	background :url(../images/submenu-bottombg) repeat-y left bottom;
	height:4px;
	width:500px;
	display:block;
	visibility:visible;
	}

#menubg{
	/*border-left: 1px solid #b3b3b3 ;
	border-right: 1px solid #333; */
	background-image:url(../images/bg_bar26.jpg);
	height: 26px;
	margin: 0;
	width:980px;
	margin-left:11px;
}


#listsmidline{
	background: url(../images/menu-mid-line.gif) no-repeat left top;
	height:40px;
	border-left: 1px solid #333;
	border-right: 1px solid #adacac;
}

.menu_active{
	 background-color:#c2c2c2;
	 display:block;
	 color:fff; 
	 padding-left:0px;
     padding-right:0px;
	 line-height:26px;
	
	}

.product_info ol li 
{
padding-left: 1px;
margin-left: 23px;
list-style-type: decimal;
text-decoration: none;
line-height: 18px;
font-size: 14px;
color: #666666;
font-family:Arial,Helvetica,Verdana,sans-serif;
font-weight:normal;
}
.product_info ul li
{
padding-left: 6px;
margin-left: 17px;
list-style-type:disc;
text-decoration: none;
line-height: 18px;
font-size: 14px;
color: #666666;
font-family:Arial,Helvetica,Verdana,sans-serif;
font-weight:normal;
}
