/* Global */
html{height:100%;}
body{
	margin:0;
	color:#666;
	font:14px Georgia, "Times New Roman", Times, serif;
	background:#e5e5d7;
	height:100%;
	min-width:982px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* GlobalEnd */
#main-container{
	width: 100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width: 1412px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width: 1412px;
	position:relative;
	float:left;
	left:-50%;
	background: url(../images/bg-main-center.gif) repeat-y;
}
#mc-holder-3{
	width:100%;
	background: url(../images/bg-main-top.jpg) no-repeat;
}
#left-bg{
	width:50%;
	position:absolute;
	top:0;
	left:0;
	background:#758d67;
	z-index:-1;
}
/* Main */
.w-main{
	width:982px;
	margin:0 auto;
	position:relative;
	padding:171px 0 0;
}
.w-container{
	width:100%;
	overflow:visible;
}
/* MainEnd */
/* Header */
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.h-logo{
	position:absolute;
	top:14px;
	left:12px;
	width: 221px;
	height: 58px;
}
.h-logo a{
	display:block;
	width: 221px;
	height: 58px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.user-box{
	position:absolute;
	top:0;
	right:10px;
	width:303px;
}
.user-box .ttl{
	font-size:17px;
	line-height:34px;
	display:block;
	color:#303030;
}

.user-box .ttl a,
.user-box .ttl a:visited{
	color:#303030;
} 
.user-box div{
	height:1%;
	overflow:hidden;
	margin:0 0 5px;
}
.user-box .user-list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	line-height:19px;
}
.user-box .user-list li{
	float:left;
	margin:0 5px 0 0;
}
.user-box .user-list a{
	display:block;
	border:1px solid #697f5e;
	background:#778e6b;
	width:86px;
	text-align:center;
	color:#fff;
}
.user-box .forgot{
	float:left;
	width:55px;
	font:10px/10px Arial, Helvetica, sans-serif;
	color:#43533a;
}
.user-box .select{
	float:left;
	margin:0 5px 0 0;
	width:207px;
	height:21px;
	display:block;
	color:#fff;
	background-image: url(../images/select-cart.gif);
}

.user-box .select#open{
	background-image: url(../images/select-cart-up.gif);
	}

.user-box .select span{
	padding-left:6px;
	margin-top:1px;
	display:block;
}
.user-box .select span.quantity{
	padding-left:0px;
	display:inline;
	font-size:16px;
	font-weight:bold;
}
.cartDetails{
	background:#fff;
	margin:0 !important;
	padding:0 !important;
}
.cartDetails ul{
	margin:0;
	padding:4px;
}
.cartDetails li{
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
.user-box .check{
	float:left;
	line-height:19px;
	width:89px;
	border:1px solid #817117;
	background:#a3901f;
	color:#fff;
	text-align:center;
}
.search-form{
	position:absolute;
	top:132px;
	right:10px;
	z-index:1;
}
.search-form span{
	background: url(../images/bg-input-search.gif) no-repeat;
	width: 195px;
	height: 18px;
	float:left;
	padding:2px 5px 2px 22px;
	margin:1px 8px 0 0;
	display:inline;
	z-index:1;
}
.search-form input{float:left;}
.search-form span input{
	width: 195px;
	padding:0;
	margin:0;
	border-style:none;
	background:none;
	color:#7f7f7f;
}
/* HeaderEnd */
/* Content */
#content{
	width:702px;
	min-height:500px;
	float:right;
	position:relative;
	padding:74px 9px 40px 19px;
}


.navigation{
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
	position:absolute;
	top:0;
	left:0;
	width:725px;
	background:#303030;
	font-size:12px;
	line-height:38px;
	text-transform:uppercase;
}
.navigation li{
	border-right:1px solid #5b5b5b;
	float:left;
	
}
.navigation a{
	display:block;
	padding:0 7px 0 7px;
	color:#fff !important;
	
}

.navigation li#lastItem{
	border-right:none;
	}

.navigation a:hover{background:#1b1b1b; text-decoration:none;}
.focus-box{
	width:100%;
	overflow:hidden;
	margin:-21px 0 24px;
	position:relative;
}
.focus-box .img-holder{
	float:right;
	border:1px solid #b1b3b5;
	margin:0 10px 0 9px;
}
.focus-box .img-holder img{display:block;}
.focus-box .text-holder{
	height:1%;
	overflow:hidden;
}
.focus-box .over{
	color:#303030;
	font-weight:normal;
	display:block;
	line-height:22px;
	margin:0 0 3px;
}
#content h1{
	font-size:20px;
	line-height:26px;
	padding:5px 1px;
	border-bottom:solid #a5a4a0;
	border-width:1px 0;
	color:#303030;
	font-weight:normal;
	margin:0 0 18px;
}
#content .focus-box h1{
	color:#60824c;
	padding:8px 1px;
	line-height:24px;
	margin:0 0 15px;
}
#content p{
	line-height:18px;
	color:#666;
	margin:0 0 23px;
}

#content a{
	color:#60824c;
	}
.focus-box a.view{
	padding:0 0 0 16px;
	line-height:18px;
	color:#61834c;
	background: url(../images/arrow-gold.gif) no-repeat 0 3px;
}
.latest-holder{
	border:1px solid #c4c4b6;
	width:710px;
	background: url(../images/bg-latest-holder.gif) repeat-y;
	margin:0 0 19px -12px;
}
.latest-holder .hold{
	width:712px;
	margin:0 -2px 0 0;
	overflow:hidden;
}
.latest-holder .box{
	float:left;
	width:157px;
	padding:5px 11px 0 10px;
}
.latest-holder .box h2{
	font-size:10px;
	line-height:25px;
	text-transform:uppercase;
	border-bottom:1px solid #a2a19a;
	margin:0 0 11px;
	font-weight:normal;
}
.latest-holder .box h2 a{color:#a2901f;}
.latest-holder .box h2 a:hover{color:#303030; text-decoration:none;}
.latest-holder .box img{
	float:left;
	border:1px solid #cfcfca;
	margin:0 4px 0 0;
}
#content .latest-holder .box p{
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	position:relative;
	margin:0;
}
.latest-holder .box p a{color:#60824c;}
.latest-holder .box .all{
	clear:both;
	float:left;
	font-size:12px;
	line-height:18px;
	color:#60824c;
	padding:0 0 0 16px;
	background: url(../images/arrow-gold.gif) no-repeat 0 3px;
	margin:17px 0;
}
.news-box{
	height:1%;
	overflow:hidden;
	margin:0 0 10px;
}
.news-box .text-holder{
	height:1%;
	overflow:hidden;
}
.news-box h2{
	font-size:14px;
	line-height:25px;
	font-weight:normal;
	color:#303030;
	text-transform:uppercase;
	border-bottom:1px solid #a5a4a0;
	margin:5px 0;
}
.news-box .inf{
	display:block;
	height:1%;
	overflow:hidden;
	line-height:18px;
	margin:0 0 14px;
}
.news-box .inf em{
	float:right;
	font-style:normal;
	font-size:12px;
}
.news-box .inf a{
	color:#60824c;
}
.news-box .img-list{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	float:right;
}
.news-box .img-list li{
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
#content .news-box p{margin-bottom:35px;}
.news-box a.view{
	padding:0 0 0 16px;
	line-height:18px;
	color:#61834c;
	background: url(../images/arrow-gold.gif) no-repeat 0 3px;
}
.breadcrumbs{
	list-style:none;
	position:relative;
	margin:-21px 0 3px -2px;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
}
.breadcrumbs li{
	float:left;
	background: url(../images/arrow-breadcrumbs.gif) no-repeat 0 50%;
	padding: 0 6px 0 9px;
	margin:0 6px 0 -6px;
}
.breadcrumbs a{color:#60824c;}
.content-holder{
	height:1%;
	overflow:hidden;
	margin:0 0 55px;
}
.gallery{
	float:left;
	width:224px;
	margin:0 10px 0 0;
}
.gallery .img-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 6px;
}
.gallery .img-holder img{display:block;}
.gallery .enlarge{
	padding:0 0 0 13px;
	color:#60824c;
	background: url(../images/zoom.gif) no-repeat 0 2px;
	line-height:18px;
}
.gallery strong{
	display:block;
	margin:7px 0 5px;
	line-height:18px;
	font-weight:normal;
}
.gallery ul{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.gallery ul li{
	float:left;
	margin:0 5px 0 0;
	border:1px solid #698956;
}
.gallery ul img{display:block;}
.content-column{
	float:left;
	width:302px;
	margin:-4px 10px 0 0;
	position:relative;
}
.content-column .author{
	font-size:14px;
	line-height:18px;
	color:#656565;
	display:block;
	margin:0 0 9px;
	padding:0 0 0 0;
	/*padding:0 0 0 14px;
	background:url(../images/author-icon.gif) no-repeat 0 4px;*/
}

.author a{
	color:#434d39;
	}

.detail-col{
	float:right;
	border:1px solid #c4c4b6;
	background:#e7e6d7;
	width:136px;
	padding:0 9px 30px;
	overflow:hidden;
}
.detail-col .cart{
	text-align:center;
	padding:5px 0 0;
}
.detail-col .cart .price{
	display:block;
	font-size:20px;
	color:#cc0000;
	font-weight:normal;
	line-height:30px;
}
.detail-col .cart .price span{
	font-size:14px;
	color:#656565;
}
.detail-col .cart ul{
	list-style:none;
	margin:0 auto 8px;
	padding:12px 0 0;
	font-size:14px;
	line-height:25px;
	width:124px;
}
.detail-col .cart ul li{
	margin:0 0 10px;
}
.detail-col .cart ul a{
	display:block;
	color:#a3731f;
}
.detail-col .cart ul li.active a,
.detail-col .cart ul a:hover{
	border:1px solid #817117;
	line-height:23px;
	color:#fff;
	background:#a3901f;
	text-decoration:none;
}
.detail-col .conv{
	font-size:11px;
	line-height:18px;
	color:#60824c;
	margin:0 -15px;
	display:block;
}
.detail-col .ttl{
	display:block;
	font-size:14px;
	line-height:21px;
	padding:5px 0 2px;
	border:1px solid #b6b5ac;
	border-width:1px 0;
	border-top:0;
	font-weight:normal;
	margin:0 0 10px;
}

.detail-col .ttl.stockid{
	font-weight:bold;
	}
	
.detail-col .status{
	
	margin:2px 0 2px;
	height:40px;
	padding:0 0 0 38px;
}

.detail-col .status.inprint{
	background:url(../images/icons/status_in_print.gif) no-repeat;
	}
.detail-col .status.forthcoming{
	background:url(../images/icons/status_forthcoming.gif) no-repeat;
	}
.detail-col .status.bargain{
	background:url(../images/icons/status_bargain.gif) no-repeat;
	}
.detail-col .status.cancelled{
	background:url(../images/icons/status_cancelled.gif) no-repeat;
	}
.detail-col .status.outofstock{
	background:url(../images/icons/status_out_of_stock.gif) no-repeat;
	}
.detail-col .status.stock{
	background:url(../images/icons/status_sold.gif) no-repeat;
	}
.detail-col .status.special{
	background:url(../images/icons/status_special.gif) no-repeat;
	}

.detail-col .status p{
	line-height:13px;
	color:#000 !important;
	padding:3px 0;
}

/*
.detail-col .status img{
	vertical-align:middle;
	float:left;
	margin-right:4px;
	height:35px;
}
*/
.detail-col p{
	font-size:12px;
	line-height:15px;
	margin:0 0 6px !important;
}
.detail-col address{
	font-size:12px;
	line-height:21px;
	font-style:normal;
	margin:-5px 0 5px 0;
}
.detail-col .num{
	font-size:12px;
	line-height:15px;
}

.holder .ttl{
	}

.holder .status{
font-size:13px;
line-height:13px;
	border-bottom:0;
	margin:2px 0 2px 0;
	height:25px;
	padding:0 0 0 22px;
	color:#666;
	width:85px;
	float:right;
}

.holder .status.bargain{
	background:url(../images/icons/status_list_bargain.gif) no-repeat;
	}
.holder .status.forthcoming{
	background:url(../images/icons/status_list_forthcoming.gif) no-repeat;
	}
.holder .status.outofstock{
	background:url(../images/icons/status_list_out_of_stock.gif) no-repeat;
	}
.holder .status.special{
	background:url(../images/icons/status_list_special.gif) no-repeat;
	}

.wrapper{
	height:1%;
	overflow:hidden;
	margin:0 0 25px;
}
.wrapper .ttl{
	display:block;
	line-height:28px;
	color:#303030;
	border-bottom:1px solid #a5a4a0;
	margin:0 0 5px;
}
.wrapper .keywords{
	float:left;
	width:146px;
	margin:0 10px 0 0;
}
.wrapper .keywords ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
}
.wrapper .keywords ul a{color:#60824c;}
.wrapper .book-list{
	float:left;
	width:546px;
	overflow:hidden;
}
.wrapper .book-list ul{
	list-style:none;
	width:566px;
	margin:0 -20px 0 0;
	padding:6px 0 0;
	font-size:12px;
	line-height:16px;
}
.wrapper .book-list ul li{
	float:left;
	width:166px;
	margin:0 20px 0 0;
}
.wrapper .book-list ul a{color:#60824c;}
.wrapper .book-list ul img{
	float:left;
	margin:0 5px 0 0;
	border:1px solid #cdcdcb;
}
.account-form{
	width:460px;
	overflow:hidden;
}
.account-form div{
	margin:0 0 2px;
}
.account-form label{
	display:block;
	font-size:14px;
	line-height:18px;
	padding:0 0 4px 2px;
}
.account-form label span{color:#900;}
.account-form .req{
	display:block;
	font-size:12px;
	margin:-3px 0 17px;
}
.account-form .req span{color:#900;}
.account-form .txt{
	display:block;
	background: url(../images/bg-input-acc.gif) no-repeat;
	width: 440px;
	height: 18px;
	padding:2px 5px;
	margin:0 0 5px 1px;
}
.account-form .txt input{
	display:block;
	width:440px;
	border-style:none;
	background:none;
	padding:0;
	margin:0;
}
.account-form h2{
	font-size:14px;
	line-height:36px;
	padding:5px 0 0;
	margin:0 0 5px;
	border-bottom:1px solid #a2a19a;
	color:#303030;
	font-weight:normal;
}
.account-form .check{
	height:1%;
	overflow:hidden;
	margin:0 0 12px;
}
.account-form .check input{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:3px 5px 0 0;
}
.browse-books{
	overflow:hidden;
	width:702px;
	margin:0 -10px 20px 0;
	padding:5px 0 0;
}
.browse-books .box{
	float:left;
	border:1px solid #c4c4b6;
	background:#eeede0;
	margin:0 10px 0 0;
	width:321px;
	padding:9px;
}
.browse-books .box img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #c4c4b6;
}
.browse-books .box div{
	height:1%;
	overflow:hidden;
}
.browse-books .box strong{
	display:block;
	font-size:14px;
	line-height:17px;
	color:#303030;
	text-transform:uppercase;
	margin:-2px 0 3px;
	padding:0 0 6px;
	border-bottom:1px solid #a5a4a0;
}
#content .browse-books .box p{
	line-height:17px;
	margin:0 0 5px;
}
#content .browse-books .box a{
	background: url(../images/arrow-gold.gif) no-repeat 0 2px;
	color:#60824c;
	font-size:14px;
	line-height:18px;
	padding:0 0 0 17px;
}
.pagination-box{
	margin:0 9px 24px 0;
}
.pagination-box .holder{
	height:1%;
	overflow:hidden;
}
.pagination-box .holder .pages{
	float:right;
	font-size:14px;
	line-height:29px;
	color:#303030;
}
.pagination-box .holder h2{
	font-size:14px;
	color:#303030;
	line-height:29px;
	margin:0;
}
.pagination{
	list-style:none;
	margin:0;
	padding:4px 0;
	/*border:solid #a5a4a0;
	border-width:1px 0;*/
	text-align:center;
	line-height:17px;
	background:#eeede0;
}
.pagination li{
	display:inline;
	margin:0 3px 0 4px;
}
.pagination a{
	color:#60824c;
	padding:0 5px 1px;
}
.pagination li.active{
	color:#999;
	}
.pagination a:hover{
	background:#758b67  !important;
	color:#fff !important;
	text-decoration:none;
}
.pagination li.disabled a{
	color:#ccc !important;
	background:none !important;
	}
.new-books{
	margin:0 9px 9px 0;
}
.new-books .elem{
	height:1%;
	overflow:hidden;
	padding:0 0 28px;
	border-bottom:1px solid #c4c4b6;
	margin:0 0 20px;
}
.new-books .elem img{
	float:left;
	border:1px solid #c5c5c4;
	margin:0 9px 0 0;
}
.new-books .holder{
	height:1%;
	overflow:hidden;
}
.new-books .ttl{
	
}
.new-books .ttl div{
	height:1%;
	overflow:hidden;

}
.new-books .ttl h3{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
}

.elem h3{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	/*border-bottom:dotted 1px #c4c4b6;*/
	background:none;
	padding:0;
}

.topicListHeading{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	border-bottom:dotted 1px #c4c4b6;
	background:none;
	padding:4px 0 4px 0;
}



#content h3{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	/*border-bottom:dotted 1px #c4c4b6;*/
	background:none;
	padding:0;
	color:#303030;
}


.new-books .ttl h3 a,
.elem h3 a{
	color:#60824c;
	}
.new-books .ttl .price{
	float:right;
	font-size:16px;
	color:#303030;
	line-height:24px;
}
.new-books .det{
	float:right;
	text-align:right;
	margin:4px 0 0;
	width:125px;
}
.new-books .det span{
	font-size:12px;
	line-height:16px;
	display:block;
}
.new-books .cont{
	width:340px;
	float:left;
}
.new-books .author{
	display:block;
	font-size:14px;
	line-height:24px;
	margin:0 0 5px;
	padding:0 0 0 14px;
	background:url(../images/author-icon.gif) no-repeat 0 7px;
}
#content .new-books p{line-height:19px; margin:0 0 5px;}
#content .new-books address{
	display:block;
	font-size:12px;
	line-height:16px;
}
/* ContentEnd */
/* Sidebar */
#sidebar{
	width:252px;
	float:left;
	padding:38px 0 66px;
}
#sidebar .promo{
	padding:0 10px 0 11px;
	margin:-30px 0 35px;
	position:relative;
}
#sidebar .promo h3{
	color:#fff;
	font-size:17px !important;
	line-height:24px;
	font-weight:normal;
	margin:0 0 7px;
	padding:0 0 8px;
	border-bottom:1px solid #acbba4;
}
#sidebar .promo p{
	line-height:18px;
	color:#fff;
	margin:0 0 18px;
}

#sidebar .promo a{
	color:#fff;
	}
#sidebar .promo .more{
	background: url(../images/arrow-gold2.gif) no-repeat 0 4px;
	color:#fff;
	line-height:18px;
	padding:0 0 0 18px;
}
#sidebar .box{
	background:#e7e6d7 url(../images/bg-sb-box.gif) repeat-y 100% 0;
	height:1%;
	overflow:hidden;
	padding:0 10px 10px;
	margin:0 0 18px;
}
#sidebar .box h4{
	font-size:14px;
	line-height:30px;
	color:#303030;
	margin:0 0 7px;
	font-weight:normal;
	border-bottom:1px solid #a3a29c;
}
#sidebar .box h4.imp{color:#174586;}
#sidebar .box p{
	line-height:18px;
	margin:0 0 7px;
}
#sidebar .box .txt{
	background: url(../images/bg-input-sb.gif) no-repeat;
	width: 220px;
	height: 18px;
	padding:2px 5px;
	margin:0 0 13px;
	display:block;
}
#sidebar .box input{display:block; margin:0 0 10px 2px;}
#sidebar .box .txt input{
	display:block;
	width:220px;
	padding:0;
	margin:0;
	border-style:none;
	background:none;
	color:#959595;
}
#sidebar .box .note{
	display:block;
	font:9px/14px Arial, Helvetica, sans-serif;
	margin:-10px 0 10px;
	position:relative;
}
#sidebar .box .more{
	margin:0 0 5px;
}
#sidebar .box .more a{
	line-height:18px;
	color:#61834c;
	padding:0 0 0 16px;
	background: url(../images/arrow-green.gif) no-repeat 0 3px;
}
#sidebar .browse{
	margin:-3px 0 0;
	position:relative;
	padding:0 10px 15px;
}
#sidebar .browse strong{
	text-transform:uppercase;
	line-height:25px;
	font-size:14px;
	display:block;
	margin:0 0 0 21px;
	color:#fff;
	font-weight:normal;
}
#sidebar .browse ul{
	list-style:none;
	margin:0;
	padding:3px 0;
	border:1px solid #b3c1aa;
	border-width:1px 0;
	font-size:14px;
	line-height:20px;
}
#sidebar .browse ul a{
	display:block;
	padding:0 0 0 31px;
	height:1%;
	color:#fff;
}
#sidebar .browse ul li.active a{
	background:#4b5d41;
	text-decoration:none;
	}
#sidebar .browse ul a:hover{
	background:#3b4436;
	text-decoration:none;
	}
/* SidebarEnd */
/* Footer */
#footer{
	width:100%;
	padding:0 0 40px;
}
#footer:after{
	content:"";
	display:block;
	clear:both;
}
.f-logo{
	display:block;
	background: url(../images/logo-footer.gif) no-repeat;
	width: 168px;
	height: 58px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 8px;
	text-align:left;
}
.contact-box{
	float:left;
	margin:-66px 41px 0 52px;
	display:inline;
	line-height:18px;
	color:#f6f6f4;
	text-align:right;
	position:relative;
}
.contact-box address{
	font-style:normal;
	margin:0;
}
.contact-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.contact-box a{color:#f6f6f4;text-decoration:underline;}
.contact-box a:hover{text-decoration:none;}

#footer .holder{
	/*height:1%;
	overflow:hidden;
	
	border-top:1px solid #b6b6b3;*/
	margin:0 20px 0 0;
}
#footer .f-nav{
	float:left;
	width:178px;
	list-style:none;
	margin:0;
	padding:7px 0 0;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
#footer .f-nav a{color:#8e8e8e;}
#footer .copyright{
	float:right;
	font-size:12px;
	line-height:16px;
	color:#8e8e8e;
	margin:8px 0 0 -20px;
}
/* FooterEnd */

/**
Navigation
*/

#nav{   
   position:absolute;
	top:0;
	left:0;
	width:720px;
    margin:0;
    padding:0;
    }
	
#nav ul{
	padding:0 0 0 5px;
	}
    
#nav ul ul{
	border:none;
	position:absolute;
	display:none;
	text-indent:0px;
	width:12em;
	
	margin:0 0 0 0;
	padding:0;
	z-index:100;
	
}
#nav ul ul li
{
	left:0;
	top:4px;
	margin:0;
	padding:0;
    height:36px;
    z-index:150;
}
#nav ul li ul a{
	width:160px;
	float:left;
	border:1px solid #5b5b5b;
	
	padding:0px 2px 0px 10px;
	margin:0;
	background-color:#303030;
	color:#fff;
	
}


#nav ul li ul a:hover{
    background-color:#1b1b1b;
	text-decoration:none;
}

#nav ul ul{
    top:auto;
    list-style-type:none;
}   

#nav ul li ul ul {
	list-style-type:none;
    left:174px;
    margin:0;
	padding:0;
	z-index:170;
}

#nav ul li ul ul a{
    border-left:none;
	padding:4px 4px 2px 10px;
	background-color:#1b1b1b;
}

#nav ul li ul ul a:hover{
	background-color:#1b1b1b;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    overflow:visible;
}
/**
Autocomplete
*/
div.autocompleteoptions {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocompleteoptions ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocompleteoptions ul li.selected { background-color: #ffb;}
div.autocompleteoptions ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

a.cartButton{
	border:1px solid #817117;
	line-height:23px;
	color:#fff;
	background:#a3901f;
	text-decoration:none;
	display:block;
	margin:4px 0 6px 0;
}
a.cartButton.addToCart{
	color:#fff !important;
}
a.cartButton.requestItem{
	/*
	color:#fff !important;
	background:#a3491f;
	border:1px solid #813917;
	*/
	color:#817117 !important;
	background:#dfdcc1;
	border:1px solid #d2cc9f;
}
a.cartButton.addWishlist{
	border:1px solid #d2cc9f;
	line-height:23px;
	color:#817117 !important;
	background:#dfdcc1;
	text-decoration:none;
	display:block;
	margin:4px 0 6px 0;
}
.det a.cartButton{
	float:right;
	text-align:center;
	width:100px;
	margin-top:6px;
}
a.cartButton.isInCart,
a.cartButton.addWIshlist.isInCart{
	background:#AAA;
	color:#fff !important;
	border:#ddd;
}

td.label{
	text-align:right;
	width:100px;
	padding-right:10px;
	padding-bottom:4px;
	font-weight:bold;
}
#Subjects{
	clear:both;
	width:100%;
	float:left;
}
#Form_AdvancedSubscribeForm_Subjects{
	margin:0;
	padding:0;
	width:100%;
}

#Form_AdvancedSubscribeForm_Subjects li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	width:230px;
}
div.topicListContainer{
	float:left;
	width:100%;
	margin-bottom:20px;
	clear:right;
	padding:10px 0 10px 0;
	
}

div.topicListContainer a{
	color:#60824c;
	}
span.topicListing{
	display:block;
	width:142px;
	float:left;
	height:44px;
	padding:4px 12px 0 18px;
	border-bottom:dotted 1px #ddd;
	background: url(../images/arrow-gold.gif) no-repeat 0 5px;
}

.wishlistGroup{
	padding:0 0 0 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #ccc !important;
	}
	
.wishlistItem{
	margin:0 0 8px 0;
	padding:0 0 4px 0;
	border-bottom:dotted 1px #ccc !important;
	}
	
.wishlistDate{
	font-style:italic;
	}
	
.wishlistPrice{
	font-size:1.2em;
	color:#000 !important;
	}
	
div#wishlistForm, div#requestForm{
	display:none;
}
.lastListingButton{
	display:block;
	float:right;
}
#LeftOrder{
	float:left;
	width:280px;
}
#RightOrder{
	float:left;
	width:280px !important;
}
#Country select{
	width:260px;
}

/* -- MINI CART STYLES --*/

#cartContainer{
	margin-bottom:0px;
	}

.cartDetails{
	font-size:0.8em;
	}
.cartDetails a{
	color:#60824c;
	}
.cartDetails li{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	}
.cartDetails li.subtotal{
	color:#000;
	border-bottom:none;
	padding:5px 10px 3px 10px;
	}
.cartDetails li.edelivershippingmodifier{
	color:#000;
	border-bottom:none;
	padding:0 10px 3px 10px;
	}
.cartDetails li.total{
	font-size:1.2em;
	color:#990000;
	padding:0 10px 5px 10px;
	}
.cartDetails .buyProducts{
	border:none;
	padding:5px 10px 10px 10px;
	}
.cartDetails li span .title{
	display:block;
	margin:0 0 3px 0;
	}
.cartDetails li span .price{
	display:block;
	float:right;
	}
.cartDetails .checkoutButton{
	font-size:1.2em;
	}

/* -- TOP WISHLIST COUNT STYLES -- */

#wishlistCount{
	background:#eeece0;
	margin:-5px 0 0 0;
	float:left;
	}
#wishlistCount a{
	border:1px solid #d2cc9f;
	line-height:23px;
	color:#817117;
	background:#dfdcc1;
	text-decoration:none;
	display:block;
	margin:4px 0 6px 0;
	padding-left:5px;
	width:140px;
	}
	
#stockRequestCount{
	background:#eeece0;
	margin:-5px 0 0 153px;
	}
#stockRequestCount a{
	border:1px solid #d2cc9f;
	line-height:23px;
	color:#817117;
	background:#dfdcc1;
	text-decoration:none;
	display:block;
	margin:4px 0 6px 0;
	padding-left:5px;
	width:140px;
	}
	
.wasPrice{
	color:#666;
	font-size:0.8em;
	}

	
/* ---- CHECKOUT STYLES --*/

/* for checkout styles see:

ecommerce/css/CheckoutPage.css
ecommerce/css/OrderForm.css

*/

h3.topicListHeading a{
	color:#3c5031 !important;
	}
	
/* ----- GENERIC FORM FIELD STYLES ---*/

.field{
	margin:0 0 15px 0;
	}

.middleColumn textarea{
	width:500px;
	}
	
.middleColumn .text{
	width:500px;
	}

.Actions{
	
	}

.Actions input{
	border:1px solid #697f5e;
	background:#778e6b;
	text-align:center;
	color:#fff;
	padding:4px;
	}
	
/*--- */

p.requestable{
	color:#a3491f !important;
	font-style:italic;
	background:#FFFFFF;
	padding:10px;
	border:solid 1px #eee;
	}
	
a.buttonLink{
	border:1px solid #697f5e;
	background:#778e6b;
	text-align:center;
	color:#fff !important;
	padding:4px;
	}
	
img.right{
	float:right;
	margin:0 0 15px 10px;
	background:#fff;
	border:solid 1px #ccc;
	}
	
.tooltip{
	text-indent:-999em;
	width:10px;
	height:10px;
	float:right;
	background:url(../images/tooltip-icon.gif) no-repeat;
	margin:6px 0 0 3px;
	padding:0;
	}
	
.tool-tip{
	width:10px;
	height:10px;
	}
	
/* -- RECAPTCHA STYLES -- */

#recaptcha_reload_btn{
	background:#00CC33;
	}

