@CHARSET "UTF-8";

/*
*	Products category tree
*	---------------------
*/
.prcat-tree .lm_tree{
	margin:0;
	padding:0;
}
.prcat-tree h1{
	margin:0;
	padding:0 0 6px;
	border-bottom:1px solid silver;
}
.prcat-tree .lm_treeitem{
	padding-left:16px;
	font-size:12px;
	font-weight:normal;
	margin:0;
	background: transparent none no-repeat scroll 0 0;
	line-height:22px;
	zoom:1;
}
.prcat-tree .lm_treeitem span{
	line-height:22px;
	height:22px;
	cursor:pointer;
}
.prcat-tree .lm_treeitem span em{
}
.prcat-tree .lm_treeitem a.current span em{
	background-color:#D9E8FB;
	border:1px dotted #999999;
	color:#333333;
}
.prcat-tree .tree_root{
	padding:0;
	font-weight:bold;
}
.lm_treeitem .tree_icon{
	line-height:18px;
	height:18px;
	width:18px;
	float:left;clear:none;
	overflow:hidden;
	cursor:pointer;
}
.prcat-tree .lm_treelink{
	padding:0px 3px 0 3px;
	background:transparent none;
	margin: 0 0 0 18px;
}
.lm_treelink:hover span{
	background-color:#efefef;
}



.prcat-tree .lm_treelink{
	color: #333333;
	text-decoration:none;
	background: #ffffff none no-repeat left top;
}
.prcat-tree .tree_withchildren{
	background: transparent none no-repeat left top;
}

.prcat-tree .item_tree_expanded>.tree_withchildren{
	background:transparent none no-repeat left top;
}
.prcat-tree .lm_treeitem .tree_icon{
	background: transparent none no-repeat left top;	
}
.prcat-tree .lm_treeitem .tree_icon_container,.item_tree_expanded .lm_treeitem .tree_icon_container {
	background: transparent url(img/s_plus.png) no-repeat left top;
}
.prcat-tree .lm_treeitem:hover>div.tree_icon_container {
	background:transparent url(img/s_plus.png) no-repeat left top;
}
.prcat-tree .item_tree_expanded>div.tree_icon_container {
	background: transparent url(img/s_minus.png) no-repeat left top !important;
}
.prcat-tree .item_tree_expanded:hover>div.tree_icon_container {
	background: transparent url(img/s_minus.png) no-repeat left top !important;
}

/*
*	Paginator bar
*	---------------------
*/
.products-list{
	border:none;
	padding:0;
	margin:0;
	
}
.products-list h3{
}
	.products-list .pager{}
	.products-list .pager p{margin:0;text-align:center;padding:3px 12px;}
	.products-list .pager p .prev-page{float:left;}
	.products-list .pager p .next-page{float:right;}
	.products-list .pager span{padding:2px 3px;}
	.products-list .pager span em{font-style:normal;padding:0 2px;}
	.products-list a.rs-nav,.products-list a.rs-nav span,.products-list a.rs-nav span em{
		text-decoration:none;
		cursor: pointer;
	}
	
	.products-list a.rs-nav:hover span{
		padding-left:0;padding-right:0;
	}
	.products-list a.rs-nav:hover span em{
		padding-left:5px;padding-right:5px;
	}

	.products-list .pager-top{
		border-bottom:1px solid #CCCCCC;
	}
	.products-list .pager-bottom{
		border-top:1px solid #CCCCCC;
	}	
	.products-list .pager-stats p{text-align:right;}
	.products-list .pager-stats p em{
		color:#333333;
		font-style:normal;
		font-size:0.9em;
		margin:0 6px;
	}
	.products-list .pager-stats{
		background-color:#CCCCCC;
	}
	.products-list ol.list-h{
		margin:12px 0;padding:0;
	}
	.products-list ol.list-h li.list-item{
		margin:0 4px 12px 4px;
		padding:0;
		width:315px;
		overflow:hidden;
		background:#ffffff;
		border:1px solid silver;
	}
	.products-list .prlist-small ol.list-h li.list-item{
		width:196px;
		overflow:visible;
	}
	.products-list .prlist-small ol.list-h li div.promo-splash{
		position:absolute;
	}
	.products-list ol.list-h li h4{
		background:#ffffff;
		margin:0;
		padding:8px 6px;
		border-bottom:1px solid silver;
	}
	.products-list ol.list-h li h4 span{
		font-size:90%;
		font-weight:normal;
		color:#666666;
	}
	.products-list ol div{
		padding:0 3px;overflow:hidden;
	}
	.products-list div.p-image{
		background-color:white;
		text-align:center;
	}
	.products-list span.p-price,.products-list span.old-price{
		white-space:nowrap;
		color:#333333;font-weight:bold;
	}
	.products-list span.old-price{
		color:red;
		text-decoration:line-through;font-weight:normal;
	}

	.products-list div.p-price{
		float:right;
		color:#333333;
		padding:3px 12px 12px;
		font-size:180%;font-weight:normal; 
		white-space:nowrap;
		text-align:right;
	}
	.products-list div.p-price em{
		font-size:50%;
	}
	.products-list div.old-price{
		float:right;
		background:white;
		color:#666666;
		font-size:120%;font-weight:normal;
		position:relative;
		margin:-30px 10px 0 0;
		padding:6px;
		box-shadow:-1px 0px 3px silver;
	}	
	.products-list div.p-info{
		clear:both;
		border-top:1px solid silver;
		margin-top:25px;
		padding:6px 3px;
	}
	.products-list div.p-info p{
		margin:0 3px 0 0;padding:0;font-size:100%;
		color:#666666;
		white-space:nowrap;
	}
	.products-list div.promo-splash,.prdetails div.promo-splash{
		font-weight:bold;
		position:relative;
		margin-top:15px;
		float:right;text-align:center;
		background:transparent none;
		font-size:400%;line-height:60px;
		color:white;
		text-shadow: -3px 1px 5px black;
	}
	.prdetails div.promo-splash{
		padding:6px 12px;
		background:#77A501;
		border-radius:12px;
	}

	.prlist-titles ol.list-v li{
		margin:0;
		padding:0;
		background:transparent none;
	}
	#SidebarLeft .products-list li{
		padding:0 6px 0 6px;
		margin:0;
		border:1px solid transparent;
	}
	#SidebarLeft .products-list li:hover{
		border-color:silver;
		background-color:white;
	}
	#SidebarLeft .products-list li a.block-link:hover .list-image,#SidebarLeft .products-list li:hover .list-image{
		border-color:transparent;
	}
	
	.prdetails div.p-image{
		padding:6px;
		border:1px solid silver;
		float:left;
	}
	.prdetails div.p-price{
		overflow:hidden;
		text-align:center;
		padding:6px 0 12px;
	}
	.prdetails div.p-price span{
		font-size:24px;
		
	}
	.prdetails ol.list-h{
		display:table-row;
		width:100%;
	}
	.prdetails ol.list-h li.cell{
		display:table-cell;
		vertical-align:top;
	}
	.prdetails .p-info{
		background:white;
		width:300px;
		margin:0;padding:3px;
		border:1px solid silver;
	}
	.prdetails .p-info p strong{
		float:left;
		width:150px;
	}
	.prdetails div.p-details{
		margin:24px 0;
	}
	.prdetails p.pi-field{
		clear:both;font-size:100%;
		border-bottom:1px solid #efefef;
		margin:0 6px;padding:3px 0;
	}	
	.prdetails .p-top{
		border:1px solid silver;
		background:white;
		padding:12px 3px;
		width:340px;
		
	}
	.prdetails .p-images li.p-image{
		margin-right:3px;
	}
	.prdetails .p-images li.p-image img{
		padding:3px;
		border:1px solid #efefef;
	}
	.e-info{
		height:30px;
		background:#8EB72C;
		color:white;
		text-align:center;
		text-shadow:1px 1px 1px black;
		margin-top:15px;
	}
	
	.e-support .support-phone,.e-support .support-web{
		
		
	}
	.e-support a:hover{
		text-decoration:none;
	}
	div.e-info a{
		color:white;line-height:30px;
		text-decoration:none;
	}
	div.e-info a:hover{
		color:white;
		text-decoration:none;
	}	
	div.e-support p.sp-field{
		margin:0;
		padding-left:32px;padding-top:3px;padding-bottom:6px;
	}
	p.by-email{
		background:transparent url(img/email_at_icon.jpg) no-repeat left center;
	}
	p.by-yahoo{
		background:transparent url(img/yahoo_icon.jpg) no-repeat left center;
	}	
	p.by-form{
		background:transparent url(img/contact_icon.png) no-repeat left center;
	}	
	.e-support div.support-phone{
		padding-left:32px;
		font-size:130%;
		color:black;
		
	}
	div.product-params{
	}
	div.product-params table{
		width:100%;
	}
	
	.prdetails div.p-addtocart{
		text-align:center;
		margin:0 auto;
	}
	.products-list div.p-links{
		height:30px;line-height:20px;
		padding:8px 12px 0;
		text-align:left;
		background-color:#FF5B16;
	}
	.products-list div.p-links a{
		color:white;
		display:block;
		font-size:110%;
		font-weight:normal;
		text-shadow:1px 1px 2px black;
		letter-spacing:1px;
		text-ecoration:none;
		padding: 0 12px;
		border:1px solid #FF8A16;
		border-radius:3px;
	}
	.products-list div.p-links a:hover{
		border:1px solid transparent;
		text-decoration:none;
		background:#D62000;;
	}
	
	.products-list div.p-links a.p-details{
		float:left;text-align:left;
	}
	.products-list div.p-links a.p-addtocart{
		float:right;
		margin:0px;
	}
	.products-list div.p-links a.p-addtocart:hover{
		background:#6A8720;
	}
	.quantityBox{
		width:78px;
		margin:0 auto;
	}
	.old-price{
		color:#666666;
		text-decoration:line-through;
	}


/* SIMPLE SEARCH FORM
------------------------------------------ */
#HeaderContent div.products-search{
	float:left;
	padding:22px 0 0 50px;
	width:400px;height:40px;overflow:hidden;
}
div.products-search input{
	float:left;
}
div.products-search input.text{
	width:350px;height:40px;margin:0;padding:0 0 0 10px;border:none;
	background:transparent url(img/simple-search-bg.png) no-repeat left top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
div.products-search input.image{
	width:30px;
	height:40px;
	border:none;
	background:transparent url(img/simple-search-button.png) no-repeat right top;
}
.OrderHeader em{
	float:left;
	width:130px;
	margin-right:12px;
	font-weight:bold;
}
/* ORDER ITEMS TABLE
------------------------------------------ */

.OrdersTable .col0 {width:330px;}
.OrdersTable .col1 {width:100px;vertical-align:top;}
.OrdersTable .col2 {width:130px;vertical-align:top;}
.OrdersTable td p{
	margin:0;
	font-size:11px;
}
.OrderItemsTable td,.OrderItemsTable td p{
	font-size:12px;
}
.OrderItemsTable .col0 {width:30px;}
.OrderItemsTable .col1 {width:auto;}
.OrderItemsTable .col2 {width:90px;}
.OrderItemsTable .col3 {width:50px;}
.OrderItemsTable .col4 {width:80px;}
.OrderItemsTable .col5 {width:90px;}

.OrderItemsTable td.product img{
	border:1px solid #cccccc;
	padding:3px;
	margin-right:6px;
	float:left;
}

.OrderItemsTable.order-changed tfoot{
	display:none;
}
.OrderItemsTable.order-changed td.rowtotal{
	color:#cccccc;
	text-decoration:line-through;
}
/* SHOPPING CART INFO */
#HeaderContent div.cart-info{
	float:right;
	padding:6px 0 0 0px;
	width:220px;
	height:50px;
}
#HeaderContent div.cart-info .cart-has-items,#HeaderContent div.cart-info .cart-empty{
	height:50px;
}
div.cart-info{
	line-height:normal;
}
div.cart-info .hmenu li a{
	line-height:normal;
	padding:0;
}
div.cart-info .hmenu li a span{
	line-height:normal;
	padding:0;
}
div.cart-info .cart-has-items{
	padding-left:40px;
	background:transparent url(img/cart_go.png) no-repeat left bottom;
}
div.cart-info .cart-empty{
	padding-left:40px;
	background:transparent url(img/cart_empty.png) no-repeat left bottom;
}
div.cart-info .cart-empty a.checkout-link{
	visibility:hidden;
}
div.cart-info .hmenu .menulayout{
	width:650px;
	height:auto;
	background: white;
	border:2px solid silver;padding:6px;
	box-shadow:2px 4px 4px #666666;
}
div.cart-info .hmenu .menulayout .submenu{
	width:650px;
	height:auto;
	background: white;
}
div.cart-info .hmenu li > a:hover, div.cart-info .hmenu li.sfhover > a, div.cart-info .hmenu li:hover > a{
			border-color:transparent;
			background:transparent none;
}
div.cart-info .hmenu td a.lm_popup{
	border:none;
	display:inline;
	color:blue;
}
div.cart-info .hmenu li a.sxc_button{
	width:16px;
	height:16px;
	float:left;
}
#frm_OrderForm div.field label.left{
	text-align:right;
	width:70px;
}
#frm_OrderForm div.field div.form-element{
	#margin-left:75px;
}
.checkout-newacc-info{
	padding:12px;
	text-align:center;
}
.checkout-newacc-info p{
	margin:0 6px 20px;
	text-align:left;
}
.checkout-newacc-info .btn_createaccount{
	margin:0 auto;
	width:150px;
	height:45px;
	float:none;
	font-weight:bold;
	background-position:0 -1120px;
	font-size:14px;
	text-decoratin:none;
	border-radius:6px 6px 6px 6px;
	text-shadow:1px 1px 1px white;
	
}

.checkout-newacc-info .btn_createaccount:hover{
	text-decoration:underline;
	
}
.checkout-newacc-info .btn_createaccount span{
	
}
.btn_createaccount.sxc_button span.sxc_button_image{
	line-height:45px;
}
p.pwd-info{
	cursor:pointer;
}
p.pwd-info.collapsed span.pwd-show{
	display:none;
}
p.pwd-info.expanded span.pwd-show{
	color:red;
}
#TabSet-OrderStart form{
	padding:6px;
}