/*** DO NOT EDIT ***/

/*** Checkout Forms ***/
#ls_checkout_form {
width:600px;
position:relative;
left:100px;
}

#ls_checkout_form fieldset {
	border:0px;
	padding:10px 0 70px 0;
}

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

#ls_checkout_form label {
	width: 100px;
	
	margin-left: 0px;
	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:#774400;
	line-height:16px;
	text-decoration:none;
}
	
#xls_include_menu ul li a:hover {
	text-decoration: none;
	color:#E1AB00;
	/*background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #304c14;*/
}
	
#xls_include_menu ul li.selected a {
	text-decoration: none;
	color:#774400;
	/*background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	background-color: #304c14;*/
}

#xls_include_minicart{
	color:#774400;
	margin:0;
	padding:0;
	background-color: #efe5d3;
}

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

#xls_include_minicart p {

	margin:0;
	padding:0;
}

a.minicartLink:link, #continueshop a {
	color:#330055;
	text-decoration:none;
	
}

.minicartLink{
font-size:12px;
text-decoration:none;
}

#continueshop a{
font-size:16px;
text-decoration:none;
}

a.minicartLink:hover, #continueshop a:hover {
	color:#E1AB00;
	text-decoration:none;
}


	
/* Batch Navigation Elements */

div.batch {
	background: #F7F2E4;
	padding: 5px 0px;
	margin:5px 100px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color:#E1AB00;
	border: thin solid #F7F2E4;
	width:535px;
	}
	
div.batch span.selected {
	color: #E1AB00;
	/*background-color: #FFF;*/
	padding: 1px 4px;
	/*border: 1px solid #999;*/
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

div.batch span.unselected {
	color: #774400;
	/*background-color: #4E4E4E;*/
	padding: 1px 4px;
	/*border: 1px solid #579f21;*/
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

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

}
	
/*** Crumbtrail ***/

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

#xls_include_crumbtrail ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
}
	
#xls_include_crumbtrail ul li {
	color:#774400;
	display:inline;
	margin-left:0px;
}
	

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

#xls_include_crumbtrail li a:hover {
	text-decoration:none;
	color:#E1AB00;
}
	
#xls_include_crumbtrail li a:visited {
	color:#774400;
}
		
#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{
width:800px;
}

tr.product_title {
	height:30px;
	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:240px;
	
}

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

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

a.product_list:hover {
	color:#E1AB00;
	text-decoration:none;
}

a.product_list:visited {
	color:#E1AB00;
	text-decoration:none;
}

/*** Footer Element ***/


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

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

#footer a:hover {
	text-decoration: none;
	color:#E1AB00;
}

	
/*** 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%;
	padding:0;
}

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;
}

img {
margin-right:10px;
}
td {
text-align:left;
}