/*** DO NOT EDIT ***/

/*** Checkout Forms ***/

#ls_checkout_form fieldset {
	border:0px;
}

#ls_checkout_form legend {
	font-size: 110%;
	font-weight: bold;
}

#ls_checkout_form label {
	width: 100px;
	display: block;
	margin-left: 10px;
	float: left;
	line-height: 22px;
}

#ls_checkout_form input.stretch {
	width: 130px;
}

/*** Categories ***/

#xls_include_menu {
	margin: 0px;
	padding: 0px;
}

#xls_include_menu ul {
	padding: 0px;
	list-style-type: none;
}
	
#xls_include_menu ul li {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	list-style-type: none;
	line-height:16px;
	font-size:12px;
}
	
#xls_include_menu ul li a {
	margin:0px;
	padding: 0px;
	display:block;
	color:#FFFFFF;
	line-height:16px;
}
	
#xls_include_menu ul li a:hover {
	text-decoration: underline;	
	
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #7D663E;
}
	
#xls_include_menu ul li.selected a {
	text-decoration: underline;
	
	background-repeat: no-repeat;
	background-position: right center;	
	background-color: #4e4e4e;
}

#xls_include_minicart{
	color:#FFF;
	margin:0;
	padding:0;
}

#xls_include_minicart table {
	
	font-size:10px;
}

#xls_include_minicart p {

	margin:0;
	padding:0;
}

a.minicartLink:link {
	color:#ffffff;
	text-decoration:underline;
}

a.minicartLink:hover {
	color:#000000;
	text-decoration:none;
}
	
/* Batch Navigation Elements */

div.batch {
	background: #4E4E4E;
	padding: 5px 0px;
	margin:5px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color:#ffffff;
	border: thin solid #ffffff;
	}
	
div.batch span.selected {
	color: #000000;
	background-color: #FFF;
	padding: 1px 4px;
	border: 1px solid #999;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

div.batch span.unselected {
	color: #ffffff;
	background-color: #4E4E4E;
	padding: 1px 4px;
	border: 1px solid #ffffff;
	margin-right: 5px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

div.batch span.unselected:hover {
	color: #000000;
	text-decoration:none;

}
	
/*** Crumbtrail ***/

#xls_include_crumbtrail {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#xls_include_crumbtrail ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
#xls_include_crumbtrail ul li {
	color:#000000;
	display:inline;
	margin-left:5px;
}
	

#xls_include_crumbtrail li a {
	background:url(images/crumb_bullet.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration:none;
	color:#333;
}

#xls_include_crumbtrail li a:hover {
	text-decoration:underline;
	color:#030;
}
	
#xls_include_crumbtrail li a:visited {
	color:#333;
}
		
#xls_include_crumbtrail li.first a {
	padding-left: 0px;
	background: none;
}

/**** Main Content *****/

#ls_maincontent {
	margin: 0px;
	padding: 5px;
}



//** Product List **/
table.xls_product_table{

}

tr.product_title {
	height:10px;
	font-size:12px;	
}



tr.product_photo {

	/*
	min-height:150px;
	line-height:150px;
	*/
}

tr.product_price {
	font-size:11px;
	text-align:right;
}

td.product_photo{
	text-align:center;
	min-height:250px;
	
}

img.product_photo {
	margin:5px auto;
	padding:5px;
	background-color:#eee;
	border:1px solid #ccc;
	vertical-align:middle;
}
.product_list_item{
	margin-top:-1px;
	margin-left:-1px;
	float:left;
	width:200px;
	padding:4px;
	border:1px solid #cccccc;
}

a.product_list:link {
	color:#4e4e4e;
	text-decoration:none;
}

a.product_list:hover {
	color:#000;
	text-decoration:underline;
}


/*** Footer Element ***/


#footer table {
	border-top:1px #333 solid;
	font-size:11px;
	padding-top: 8px;
}

#footer a {
	text-decoration: none;
	color:#4e4e4e;
}

#footer a:hover {
	text-decoration: underline;
	color:#000;
}

	
/*** Other ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.shoppingcarttablediv {
	float:left;
	width:100%;
}
	
.shoppingcartrowdiv {
	float:left;
	width:100%;
}

.underline {
	border-bottom:1px solid #eee;
}
	
.shoppingcartheaderdiv {
	float:left;
}
	

#content .shoppingcartrowdiv {
}


.shoppingcarttotalrowdiv {
	float:left;
}
	
/* 
12.15.05
ADDED these classes to fix shopping cart issues 
*/

.itm {
	width:70%;
}

.itminfo {
	line-height:12px;
	font-size:90%;
}
	
.itminfo img {
	float:left;
	margin:2px;
	width:40px;
}

.qty {
	width:10%;
	text-align:center;
}

.price {
	width:20%;
	text-align:right;
}

.shipping-total {
	float:right;
}
	
.purchase-total {
	clear:left;
	border-top:1px solid gray;
	padding-top:10px;
	margin-top:10px;
}
	
.total {
	font-size:120%;
	letter-spacing:2px;
}
	
.total-price {
	float:right;
	font-weight:bold;
}

table.ls_cart_list {
	font-size:97%;
}

table.ls_cart_list th {
	border-bottom: 1px solid #cccccc;
}

table.ls_cart_list tr.ls_cart_list_subtotal td {
	border-top: 1px solid #cccccc;
	font-weight: bold;
}

table.ls_cart_list tr.ls_cart_list_tax td {
	font-weight: bold;
}

table.ls_cart_list tr.ls_cart_list_total td {
	font-weight: bold;
}

p.ls_cart_total_note {
	font-size: 95%;
	clear: both;
}