
#product-details{margin:0px; border:solid 1px #efefef; padding:0px;}
.breadcrumb{border-bottom:solid 1px #efefef; margin:0px; background: url('../images/breadcrumb_bg.png') repeat-x; padding:20px;}

.main-right{float:right; width:200px; padding:20px;}
.main-left{margin-right:240px;padding:20px; }

/* latest products */
#latest-products{border:solid 1px #efefef; margin:10px 0px ; width:100%; border-collapse:collapse;}
#latest-products td{padding:10px; border:solid 1px #efefef;text-align:center;}
#latest-products thead th{font-size: 16px; font-weight:bold; background: url('../images/breadcrumb_bg.png') repeat-x; padding:20px; border:solid 1px #efefef;}


/* Not sure where these are used */
.product-list{
	padding-left:20px;
	margin-top: -30px;
	position: relative;
}
.product-list table{
	/* width: 606px;*/
	width:100%;
	position: relative;
	border-collapse: collapse;
}
.product-list td{
	width: 202px;
	border: 1px solid #DCDCDC;
}
.product-list td .product{
	padding: 37px 40px 7px 39px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	position:relative;
}
.product-list .product span{
	font-size: 20px;
	line-height: 20px;
	font-family: Tahoma;
	color: #5B3A79;
}
.product-list td h4{
	margin-right: -15px;
	/*background: url(../images/zoom.gif) right 14px no-repeat;*/
}
.product-list td h4 a:link, .product-list td h4 a:visited, .product-list td h4 a:hover, .product-list td h4 a:active {
	position:relative;
	display:block;
	padding: 0 25px 6px 0;
	margin:14px 0px;
	background: url(../images/zoom.gif) right top no-repeat;
}

.product-list .special{
	float: right;
	width: 56px;
	height: 66px;
	margin-top: -59px;
	background: url(../images/special.gif) no-repeat;
	/*position:absolute;
	bottom:0px;
	right:0px;*/
}
.product-list td.page-number,.product-list td.page-b,.position,.page-b {
	height: 51px;
	text-align: center;
	width: auto;
	background: url(../images/page_number.gif) repeat-x;
	line-height: 51px !important;
}
.product-list a{
	color: #111111;
}
.product-list td.page-number p, .product-list td.page-b p {
	line-height: 51px !important;
	border:1px solid #fff;
	padding: 0 !important;
}

/* 
This is the shopping cart summary/tally usually at the top of the page. 
*/
#shoppingcarttally {
	width:100%;
	position:absolute;
	top:10px;
	right:0;
}
#shoppingcartinner {
	position:relative;
	width:945px;
	margin:0 auto;
}
#shoppingcartinner, #shoppingcartfull, #shoppingcartempty {
	height: 40px;
	line-height: 22px;
}
#shoppingcartfull {
	background: url(../images/shopping_cart.png) 0 0px no-repeat;
	position: absolute;
	right:0px;
	padding-left:27px;
}
#shoppingcartempty {
	background: url(../images/shopping_cart.png) 0 0px no-repeat;
	position: absolute;
	right:0px;
	padding-left:27px;
}





.order-form{
	width: 100%;

}
#mcms_content .order-form h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #542ab3;
	margin-bottom: 12px;
	padding-top: 10px;
}
.order-form img{
	vertical-align: text-bottom;
}
.order-form li{
	width: 100%;
	margin-bottom: 10px;
}
.checkout-table{width:600px;}

.checkout-table th {
	text-align: left;
	width: 170px;
	padding-right: 15px;
}


.checkout-table input{
	width:198px;
	height: 20px;
	padding: 3px 3px 0 ;
	border: 1px solid #A5ACB2;
	font-size:11px;
}
.order-form img{
	margin-left: 5px;
}


.checkout-table textarea{
	width: 460px;
	height: 67px;
	margin-bottom:10px;
	border: 1px solid #A5ACB2;
}
.dot{
	padding-bottom:0px;
	margin-bottom:0px;
	background: url(../images/dot.gif) left bottom repeat-x;
}
input.input-letter{
	width: auto;
	height: auto;
	border: 0;
}
.method select{
	width: 148px;
	margin-right: 5px;
}
.method p{
	float: right;
	width: 210px;
	background: #F9E6F1;
	font-size: 9px;
	padding:8px;
	line-height: 12px;
}
.button .form-left a {
	display: block;
	width: 104px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	color: #EC64A8;
	text-align: center;
	height: 30px;
	float:left;
	background: url(../images/back.gif) no-repeat;
}
.button .form-right a {
	display: block;
	width: 149px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	color: #551A3C;
	text-align: center;
	height: 30px;
	float:right;
	background: url(/core/modules/shopping-cart/images/complete.gif) no-repeat;
}


.note a{
	font-size: 10px;
}
.state select{
	width: 200px;
}

.pop-up{
	width: 158px;
	height: 160px;
	position: absolute;
	right:80px;
	top:150px;
	z-index: 10;
	color: #fff;
	background: url(../images/pop_ub.gif) no-repeat;
}
.pop-up p{
	padding: 10px 11px;
	line-height: 15px;
}
.pop-up a{
	color: #000;
}
.pop-up a:hover{
	color: #fff;
}
.country .pop-up{
	right:210px;
}
.discounts .pop-up{
	right:255px;
}
.note .pop-up{
	right:255px;
	top: auto;
	bottom:11px;
	right: 4px;
}





.offer{
	padding-top:5px;
	margin-bottom: 10px;
	text-indent: 30px;
	background: url(../images/star.gif) no-repeat;
}
.offer em{
	font-weight: bold;
	font-style: italic;
}

#main-info{
	/*width: 599px;*/
	width:100%;
	/*background: url(../images/main_info.gif) repeat-y;*/  
	border: 1px solid #dcdcdc;
	height: 1000px;
}
.main-b{
	background: #F0F0F0;
	border-top:1px solid #DCDCDC;
	clear: both;
	/*width:599px;*/
	width:100%;
}
.main-b p{
	min-height: 50px;
	border: 1px solid #fff;
	padding: 20px;
}
.position {
	line-height: 51px;
	height: 51px;
	text-align: left;
	padding: 0 15px;
	border-bottom: 1px solid #DCDCDC;
}
.position p {
	line-height: 51px;
}
.main-left{
	float: left;
	width: 315px;
	margin: 23px 0 10px;
	padding: 0 25px 0 24px;
}
.main-left ul{
	float: left;
	margin: 20px -40px 20px 0;
}
.main-left ul li{
	float: left;
	margin-bottom: 20px;
	margin-right: 22px;
}
.main-right{
	float: right;
	padding: 17px 17px 10px 15px;
	margin: 0px;
	width: 202px;
	border-left:solid 1px #efefef;
}
.main-right h2{
	color: #663366;
	font-size:16px;
	font-weight: bold;
}
.buy{
	width: 194px;
	margin: 15px -15px 10px;
	padding: 20px 25px 10px 15px;
	background: #F0F8E1;
}
.buy strong, {
	font-size:18px;
	color: #3E3E3E;
}

.price{	font-size:18px;color: #3E3E3E; font-weight:bold;}
.price small{	font-size:12px;color: #3E3E3E; font-weight:normal;}


.buy label{
	margin-top: 5px;
}

.buy label.qty{
	margin :15px 0;
}
.buy p.price {
	margin-bottom: 20px;
}
.qty input{
	width: 54px;
	height: 18px;
	padding: 2px 0 0;
	border: 1px solid #A5ACB2;
}
.qty input.add-cart, .buy input.add-cart, .cartbtns input, input.nicebutton, #tablecontact input.submitbutton {
	width: 104px;
	height: 30px;
	padding:0;
	border: 0;
	position: relative;
	color: #663366;
	font-size: 14px;
	cursor: pointer;
	background: url(../images/add_cart.gif) no-repeat;
	font-weight:bold;
}

#cartbtncheckout {
	float:right;
}
#cartbtncontinueshopping, #cartbtnupdate, #cartbtnempty {
	float:left;
	margin-right:10px;
}
#cartbtncontinueshopping {
	width: 200px;
	background: url(../images/large_btn.gif) no-repeat;
}





#carttable {
	/*width:610px;*/
	width:100%;
	border-collapse:collapse;
	margin:20px 0px;
	border:1px solid #efefef;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
	text-align:left;
	color:#FFF;
	border:1px solid #CCC;
	font-weight: bold;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
	vertical-align: top;
}
#carttable td.even {
	background-color: #f5f4f4;
}
#carttable .cartproductprice, #carttable .cartproductqty, #carttable .cartproducttotalprice {
	text-align:right;
}
#carttable .cartproductimage {
	width:60px;
}
#carttable .carttotal {
	font-weight:bold;
	text-align:right;
}
#carttable .cartshipping, #carttable .carttax, #carttable .cartsubtotal, #carttable .carttotal {
	font-weight:normal;
	text-align:right;
	border-bottom:0px;
	line-height:14px;
}
#carttable .cartsubtotal {
	padding-top:30px;
}
#carttable .carttotal {
	font-weight:bold;
	border-bottom:1px solid #EEE;
	padding-bottom:30px;
	background:url(../images/cart-totals-bg.gif) repeat-x 0px bottom; 
	vertical-align: bottom; 
	PADDING-TOP: 0px; 
	margin-top:0px; 
	margin-bottom:0px;

}
.dottedhorzline {
background:url(../images/dotted-line-horz-bg.gif) repeat-x 0px 22px;
position:relative;
width:100%;
height:40px;
display:block;
}
#payment-logo {position:absolute; top:-35px; right:-268px; }

td.cartproductdelete{width:40px; font-size:12px;}
/* product images and thumbnails */
#product-image-thumbnails a{ cursor:pointer;}
#product-image-thumbnails li{list-style:none; margin:0px; padding:0px; float:left; margin:0px 10px 10px 0px; height:50px}
#product-image-thumbnails li img{	border: 1px #fff solid;}
#product-image-thumbnails li img:hover{	-webkit-box-shadow: 0 0 4px #999; -moz-box-shadow: 0 0 4px #999; border: 1px #333 solid}

#product-image-thumbnails li a.active img{opacity:0.4; filter: alpha(opacity = 40); zoom: 1;}
.latest-image-link{display:block; margin:10px 0px;}

.product-option-wrap {margin-bottom:15px;}

#tableproductdetail {
	width: 100%;
	border-collapse: collapse;
}
#tableproductdetail td {
	vertical-align: top;
	border:1px solid #CCC;
}
#tableproductdetail td#tdproductdetailbreadcrumb {
	padding-left:20px;
	background: url(../images/page_number.gif) repeat-x;
	line-height: 51px !important;	
	}
#tableproductdetail td#tdproductdetailimage img {
	padding:3px;
	border:1px solid #CCC;
	margin: 20px;
	}
#tableproductdetail td#tdproductdetaildata {
	padding-left:17px;
	padding-right:1px;
	width:220px;
}
#tableproductdetail td#tdproductdetailfooter {
	background: #F0F0F0;
	border-top:1px solid #DCDCDC;
	height: 80px; 
}
#tableproductdetail div#productthumbnails {
	position:relative;
	padding: 0 10px 20px 20px;
	top:-10px;
	height: 50px;
	}
#tableproductdetail div#productthumbnails img {
	position:relative;
	margin: 0 10px 0 0;
}