

/*** 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 {
	width: 148px;
	margin: 0px;
	padding: 10px;
}

#xls_include_menu ul {
	width: 148px;
	list-style-type: none;
}
	
#xls_include_menu ul li {
	text-decoration:none;
	list-style-type: none;
	font-size:12px;
	line-height:16px; /* JOEY */
	text-align:right; /* JOEY */
}
	
/* DEFAULT, IE UNSELECTED0 */
#xls_include_menu ul li a {
	display:block;
	color:#555555; /*white*/
	line-height:16px; /* 16px */
	text-decoration: none;
}

/* JOEY ADDED THESE FOR SUB CATEGORY COLORING AND VARIOUS EFFECTS AND NON EFFECTS */
#xls_include_menu ul li.unselected1 a {
	color:#5F93C9;
	line-height:16px; /* 16px */
	text-decoration: none;
}
#xls_include_menu ul li.unselected2 a {
	color:#5F93C9;
	line-height:16px; /* 16px */
	text-decoration: none;
}
#xls_include_menu ul li.selected0 a {
	/*color:#a6caec; /*white*/
	font-weight:bold;
}
#xls_include_menu ul li.selected1 a {
	color:#5F93C9;
	line-height:16px; /* 16px */
	text-decoration: none;
}
#xls_include_menu ul li.selected2 a {
	color:#5F93C9;
	line-height:16px; /* 16px */
	text-decoration: none;
}



	
#xls_include_menu ul li a:hover {
	color:#a6caec; /*#d9ae1a*/
	text-decoration: none;
}
	



#xls_include_minicart{
	color:#888888; /*white*/
	margin:0;
	margin-right:5px;
	padding:0;
	padding-top:5px;
	font-size:10px;
	text-align:right;
	

}

#xls_include_minicart p{

	margin:0;
	padding:0;
}

a.minicartLink:link {
	color:#888888; /*#d9ae1a*/
	text-decoration:none;
}

a.minicartLink:hover {
	color:#a6caec; /*white*/
	text-decoration:none;
}



/***  Search Box ***/
.inputForm {
	background-color: #FFFFFF;
	background-position:left;
	background-repeat:no-repeat;
	/*margin-left:6px;*/
	width:105px;
	border : 1px solid black;
	color: #000000;
	font-size:9px;
	text-align:right;
}

#xls_include_searchBox {
	text-align:right;
}


	
/* Batch Navigation Elements */

div.batch {
	background: white; /*#ccc*/
	padding: 0px 0px; /*5px*/
	font-size: 15px; /*13px*/
	color: #888888; /*#333*/
	/*font-weight: bold;*/
	}
div.batch span.selected {
	color: #a6caec; /*#333*/
	background-color: white; /*white*/
	padding: 0px 0px; /* 1px 4px */
	/*border: 1px solid #999;*/
	margin-right: 3px;
	cursor: pointer;
	cursor: hand;
	}

div.batch span.unselected {
	color: #888888; /*#03c*/
	background-color: white; /*#ccc*/
	padding: 0px 0px; /* 1px 3px */
	/*border: 1px solid #999;*/
	margin-right: 3px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}
	
/* HOVER THING FOR PAGE LINKS - JOEY */
div.batch span.unselected:hover {
	color:#a6caec;
}

	
/*** Breadtrail ***/

#xls_include_crumbtrail {
	text-decoration:bold; /* JOEY */
	width: auto;
	margin: 0px;
	margin-top:-2px; /* Pulling the Crumbtrail line up into the header to line up with the navigation on the left - Joey */
	padding: 0px;
	line-height:12px; /* Making the background blue of the crumbtrail the same breadth as the navigation blue - Joey */
}

#xls_include_crumbtrail ul {
	margin:0;
	padding:0;
	list-style:none;
	/* background-color:#a6caec; /* Added by Joey for background color of Crumbtail */
}
	
#xls_include_crumbtrail ul li {
	color:#555555;
	display:inline;
}
	

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

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

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

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






/** Product List **/
tr.product_title {
	height:20px; /* 30px */
	font-size:10px;	
}



tr.product_photo {

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

/* JOEY - to fix Link Image outlines in Firefox */
tr.product_photo a img {
	border:0px;
	width:100px;
}

tr.product_price {	
	color:##555555;
	font-size:11px;
	text-align:left; /*right*/
}

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

img.product_photo {
	margin:5px auto;
	/*padding:5px;*/ /* JOEY */
	background-color:white; /*#eee*/
	/*border:1px solid #ccc;*/
	vertical-align:top;
	/*margin-bottom:150px; FIX THIS */
}

img.product_detail_photo,div.product_detail_photo {
	vertical-align:top;
	margin-bottom:150px;
}
div.product_detail_photo img{border:0;}

.product_list_item {
	margin-top:-1px;
	margin-left:-1px;
	float:left;
	width:167px;
	padding:4px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	/*background-color:white; /*#777878*/
}


a.product_list:link {
	color:#555555; /*white*/
	text-decoration:none;
}

a.product_list:hover {
	color:#a6caec; /*#d9ae1a*/
	text-decoration:none;
}

/* PRODUCT TITLE VISITED EFFECTS - JOEY */
a.product_list:visited {
	color:#555555;
	text-decoration:none;
}

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

#footer table {
	margin-top:-60px; /*-65px*/

	border-top:1px #333 solid;
	font-size:11px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #a6caec; /*white*/
	text-decoration: none;
}

#footer div{
	margin-top:-65px;
	padding:0;
}

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