/*	Shop Module CSS					*/
/*	horribly done by Tyler Ipson	*/
/*	for i4 Solutions				*/
/*	partially fixed by Chris & Alex	*/
#shopModule
{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow:visible;
}
#shopContentContainer
{
	padding:0;
	margin: 0;
}

#shopBrowse
{
}

#shopBrowse a.h4
{
	color: #f0f0f0;
	background: #525252;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 0px;
}

#navbar_search_form
{
	margin-bottom: 10px;
	display: block;
	border: solid 2px #525252;
	border-top: none;
}

#navbar_search_form table
{
	padding: 4px 0;
}

#user_nav
{
	border: solid 1px White;
	margin: 0 0 10px;
	padding: 0;
	background-color:Black;
	color:White;
}
#user_nav a 
{
}
#user_nav .cart_hdr 
{
	background-color:#d98e3c;
	padding:2px;
	font-weight:bold;
	font-size:1.25em;
}
#user_nav .user_nav_menu
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 4px;
}

#user_nav .user_nav_menu td
{
	text-align: center;
	vertical-align: middle;
	background: #4e4e4e url( '../images/input_button_alt_bg.gif' ) repeat-x;
	width: 33%;
}
#user_nav .user_nav_menu a, #user_nav .user_nav_menu a:link, #user_nav .user_nav_menu a:active, #user_nav .user_nav_menu a:visited, #user_nav .user_nav_menu a:hover
{
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 2px 0;
}


.shopBrowse_content
{
	padding: 0 5px 5px;
	margin: 0;
	overflow: auto;
}

.shopBrowse_footer
{
	background: #525252;
	height: 5px;
}
#shopContentContainer .padding
{
	padding: 0;
}

/*  Shop Header  */
/*  You can customize tags such as h1, h2, p, ul, li, etc here      */
/*  by adding #shopModule before the element.  You may also custom  */
/*  style certain classes.  For example, #shopModule .clearance {}  */
/*  will allow you to style the clearance class specifically for    */
/*  this module only.                                               */

#shopHeader
{
}

#shopHeader h1
{
	margin: 0;
	padding: 0;
}

#shopSteps .highlight
{
	color: #525252;
}

/*  Shop Columns  */
/*  The columns are set up this way to allow a more "versitile"     */
/*  way to customize the cart.  For example, say you want the       */
/*  column to be a different width on one certain page, you can     */
/*  still easily acheive this.                                      */

#shopCol1, #shopLoginCol1, #shopCheckoutCol1, #shopAccSummaryCol1, #shopProductCol1, #shopCheckoutFinalize_card
{
	width: 50%;
	float: left;
	margin: 0px 0px;
}

#shopCol2, #shopLoginCol2, #shopCheckoutCol2, #shopAccSummaryCol2, #shopProductCol2, #shopCheckoutFinalize_address
{
	width: 50%;
	float: right;
	margin: 0px 0px;
}
#shopAccSummary_orderhistory
{
	margin-bottom: 10px;
}
#shopAccSummary_shoppingcart
{
	margin-bottom: 10px;
}
#shopAccSummary_billinginfo
{
	margin-bottom: 10px;
}
#shopAccSummary_shippinginfo
{
	margin-bottom: 10px;
}
#shopAccSummary_accinfo
{
	margin-bottom: 10px;
}
#shopAccSummary_acctools
{
	margin-bottom: 10px;
}

#shopCategory
{
	overflow: auto;
	clear: both;
	margin-bottom: 10px;
}
/*=============================*/
/*        Shop Categories      */
/*=============================*/
#shopCategories_popular
{
	overflow: auto;
}

.shopCat_bitContainer
{
	background: #fbfbfb;
	border: 1px solid #e2e2e2;
	float: left;
	min-width: 200px;
	margin: 0 2px 4px;
}

.shopCat_bitContainer a
{
	text-decoration: none;
}

.shopCat_bit
{
	background: #fff;
	margin: 4px;
	border: 1px solid #e2e2e2;
	overflow: auto;
}
.shopCat_bit_img
{
	width: 50px;
	height: 50px;
	padding: 4px;
	float: left;
}
.shopCat_bit_title
{
	width: 145px;
	padding: 4px;
	float: left;
}

.shopCat_bit_title a.h4
{
	margin: 0;
	padding: 0 3px;
	border: none;
	height: 34px;
	overflow: hidden;
	text-align: center;
}
#shopCategory_subs .shopCat_bit_title a.h4
{
	font-size: 1em;
	height: 50px;
}

.shopCat_bit_body
{
	clear: left;
	text-align: left;
}

.shopCat_bit_body ol
{
	color: #acabab;
	font-size: 0.8em; /*margin-left: 20px;*/
	list-style-position: inside;
	list-style-type: decimal;
}

/*=============================*/
/*         Shop Products       */
/*=============================*/

/* ----- Product Display ----- */
#shopProduct
{
	margin-right:218px;
}
#shop_bar {
	background:url(images/bar.gif) repeat-x;
	font-size:1.1em;
	text-transform:uppercase;
	height:14px;
	padding:8px 5px;
	margin-bottom:10px;
	font-family:arial;
}
	#shop_bar ul {
		list-style:none;
		padding:0;
		margin:0;
	}
		#shop_bar ul li {
			list-style:none;
			padding:0;
			margin:0 0 0 6px;
			display:inline;
			padding-right:18px;
			background:url(images/dot.gif) no-repeat right center;
		}
	#prod_desc {margin:10px auto;width:350px;}
	
	#shop_menu {margin-top:20px;float:left;}
	#shop_menu ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	#shop_menu ul li {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	}
	#sb_box {width:496px;padding:10px;clear:both;background:#d5d5d5 url(images/sb_box_bg.gif) no-repeat bottom left;min-height:200px;_height:200px;}

#shop_right {
	float:right;
	width:206px;
}
	.sr_box {
		border:solid #d98e3c 1px;
		padding:5px 5px 10px 5px;
		background:#99999a url(images/sr_bg.gif) repeat-x;
		font-size:1.1em;
		font-weight:bold;
	}
		.sr_box select {width:190px;padding:2px;margin-top:2px;}
		.sr_box select option {text-transform:lowercase;}
	.sr_box_head {
		color:#fff;
		font-size:1.2em;
		font-weight:bold;
		font-family:arial;
		background:url(images/cart_bg.gif) no-repeat;
		padding:0 0 3px 55px;
	}
	#sr_price {
		border:inset #99999a 2px;
		margin:10px 0;
		padding:3px 5px;
		background:#fff;
		color:#F08F32;
		font-weight:bold;
		font-size:1.2em;
	}

#shopProduct h1
{
}

#shopProduct_grpimgs img, #shopProduct_itemimgs img
{
	border: none;
}

/* Column one classes/ids */
#shopProductCol1
{
}
#shopProduct_grpimgs_left {
	float:left;
	width:100px;
}
	#shopProduct_grpimgs_left ul {
		margin:0;
		padding:0;
		list-style:none;
 	}
		#shopProduct_grpimgs_left ul li {
	 		margin:0;
			padding:0;
			list-style:none;
 		}
.grpimgs_primary {
	margin:0 100px;
}
#shopProduct_grpimgs_right {
	float:right;
	width:100px;
}
	#shopProduct_grpimgs_right ul {
		margin:0;
		padding:0;
		list-style:none;
 	}
		#shopProduct_grpimgs_right ul li {
	 		margin:0;
			padding:0;
			list-style:none;
 		}

#shopProduct_grpimgs_price
{
	overflow: auto;
}

.grpimgs_primary
{
	text-align: center;
	margin-bottom: 8px;
}
.grpimgs_primary img
{
	
}

#shopProduct_grpimgs
{
	
}
#shopProduct_grpimgs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:100px;
}
#shopProduct_grpimgs li
{
	float:left;
	padding: 0;
	margin: 0 0 10px 0;
}

#shopProduct_price_options
{
	width: 33%;
	float: right;
}
#shopProduct_price_options ul
{
	margin: 5px 0;
	padding: 0;
}
#shopProduct_price_options li
{
	list-style: none;
	padding: 0 4px 0 0;
	margin: 0;
}


#shopProduct_price_options a
{
	text-decoration: none;
}

#shopProduct_price
{
	text-align: left;
}

#shopProducts_options div
{
	height: 16px;
	margin: 2px 0;
}

#shopProductDesc
{
	clear: both;
	margin-top: 10px;
}

/* Column two classes/ids */
#shopProductCol2
{
}

#shopProduct_items
{
	background: #fbfbfb;
	border: 1px solid #e0dfdf;
	padding: 8px 8px 4px;
	overflow: auto;
}
#shopProduct_itemimgs div
{
	clear: both;
}
#shopProduct_itemimgs ul
{
	padding: 0;
	margin: 8px 0 0;
	overflow: auto;
}

#shopProduct_itemimgs li
{
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 2px 4px 2px;
}
#shopProduct_itemimgs li img
{
	width: 53px;
	height: 53px;
}

#shopProduct_itemimgs a:link, #shopProduct_itemimgs a:visited
{
	display: block;
	background: #fff;
	border: 1px solid #e0dfdf;
	padding: 3px;
}

#shopProduct_itemimgs a:hover, #shopProduct_itemimgs a:active
{
}

#shopProduct_itemadd
{
	float: right;
	clear: both;
	text-align: right;
}

.add_cart
{
}

/* related products */
#shopProduct_related h2
{
	clear: both;
	margin-top: 8px;
}

#shopProduct.oneCol #shopProductCol1
{
	width: 100%;
}
#shopProduct.oneCol #shopProductCol1 .grpimgs_primary
{
	text-align: left;
}
#shopProduct.oneCol #shopProduct_price
{
	text-align: left;
}


#shopProduct.oneCol #shopProductCol2
{
	display: none;
}



/* ---- Product box / bit --- */

.shopProd_container
{
	margin: 5px 0px 0px 1px;
	width: 150px;
	float: left;
	border: none;
	line-height: 100%;
}

.shopProd_container:hover
{
	background-color: #f0f0f0;
}

.shopProd_container:hover .shopProd_div_shown
{
	border: solid 1px #e0dfdf;
	border-bottom: none;
}

.shopProd_div_shown
{
	margin: auto;
	padding: 6px; /*padding: 10px 10px 0px 10px;*/
	width: 136px;
	text-align: center;

	border: solid 1px white;
	border-bottom: none;
}

.shopProd_image
{
	width: 116px;
	height: 100px;
	text-align: center;
	position: relative;
}

.shopProd_enlarge
{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.shopProd_enlarge a
{
	text-decoration: none;
}

.shopProd_div_hidden
{
	width: 136px;
	padding: 6px;
	position: absolute;
	visibility: hidden;
	background-color: #f0f0f0;
	z-index: 100;
}


.shopProd_container:hover .shopProd_div_hidden
{
	visibility: visible;
	border: solid 1px #e0dfdf;
	border-top: none;
}

.shopProd_details{	position:absolute;	top:110px;left:5px;}

.shopProd_title, .shopProd_price, .shopProd_text
{ 

	text-align: center;
	color: #c2ccb2;
}

.shopProd_title
{
	height: 3em;
	overflow: hidden;
}

.shopProd_title a
{
	font-size:1em;
	text-decoration: none;
	line-height:1em;
}

.shopProd_price
{
	color: #666;
	font-weight: bold;
	font-size: 1.3em;
	line-height:1.3em;
	padding:0;
	margin:0;
}

.shopProd_text
{
	text-align: left;
}

.shopProd_links
{
	text-align: right;
}

.shopProd_image img, .shopProd_links img
{
	border: none;
}

.shopProd_links a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	margin: 0px 4px;
}

.shopProd_outerborder
{
	border: solid 1px #e0dfdf;
	padding: 4px;
	background-color: #fbfbfb;
}

.shopProd_innerborder
{
	border: solid 1px #e2e2e2;
	padding: 4px;
	background-color: #fff;
	height:170px;
	position:relative;
}

/*=============================*/
/*    Shop Category Display    */
/*=============================*/

#shopCategory_heading
{
	overflow: auto;
}

.shopCategory_headingimg
{
	float: left;
}

.shopCategory_headingcontent
{
	float: left;
}

#shopCategory_subs
{
	overflow: auto;
	clear: both;
}

.shopCategoryNav
{
	clear: both;
	overflow: auto;
	background: #4e4e4e url( '../images/input_button_alt_bg.gif' ) repeat-x;
	border: 1px solid #666;
	position: relative;
	z-index: 1;
}
.shopCategoryNav ul.scnSort
{
	float: left;
}
.shopCategoryNav ul.scnSort li
{
	overflow: hidden;
}
.shopCategoryNav div.scnCount
{
	float: left;
	margin-left: 5px;
	font-weight: bold;
}


.shopCategoryNav ul.scnPage
{
	float: right;
}
.scnPage .currentPage form
{
	margin: 0;
	padding: 0;
	position: relative;
}
.scnPage .currentPage input
{
	width: 1em;
}
.scnPage .currentPage input:focus
{
	width: 1.5em;
}
.scnPage #currentPageSubmit1, .scnPage #currentPageSubmit2
{
	width: auto;
	padding: 0;
}

.scnPage #currentPageSubmit1.hideMe, .scnPage #currentPageSubmit2.hideMe
{
	visibility: hidden;
	position: absolute;
}

.shopCategoryNav li
{
	float: left;
}

.shopCategoryNav ul, .shopCategoryNav li
{
	background-color: Transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.shopCategoryNav a:link, .shopCategoryNav a:active, .shopCategoryNav a:visited, .shopCategoryNav a:hover, .shopCategoryNav div
{
	text-decoration: none;
	color: #fff;
	background-color: Transparent;
	border-right: 1px solid #666;
	display: block;
	padding: 3px 6px;
}
.shopCategoryNav a:hover
{
	color: white;
	background-color: #9e9e9e;
}

.shopCategoryNav li div
{
	font-weight: bold;
	cursor: default;
}
/*==========================*/
#shopCategory_products
{
	overflow: auto;
	margin-bottom: 35px;
}
/*==========================*/
/*         Shop Search      */
/*==========================*/

#shopSearchForm
{
}
#shopSearchForm label
{
	font-weight: bold;
	font-size: 14px;
}
#shopSearchForm input, #shopSearchForm select
{
	margin-right: 8px;
}


/*==========================*/
/*       Shop Checkout      */
/*==========================*/
#shopCheckout
{
}

#shopShipMethod
{
	clear: both;
}

.shopCheckout .submit_clear
{
	float: right;
}
.shopCheckout img.ccs
{
	cursor: pointer;
	border: none;
}

#shopModule fieldset .submit_clear input
{
	width: auto;
	margin: 0px 5px;
	padding: 0px 6px;
}

#shopCheckoutFinalize
{
}

#shopCheckoutFinalize td
{
	padding: 15px 8px;
}

.grp_prod, #shopCheckoutFinalize .grp_prod
{
	color: #acabab;
	border: none;
	padding: 1px 8px;
}

#shopCheckoutCreatePass, #shopInvoice_printemailtrack
{
	width: 48%;
	float: left;
}

#shopCheckoutTotals, #shopInvoiceTotals
{
	border-top: solid 2px #acabab;
}

#shopCheckoutTotal
{
	text-align: right;
}

#shopCheckoutTotal, #shopCheckoutTotal span
{
	/*font-size: 1.2em;*/
	font-weight: bold;
}

#shopCheckoutTotal .orange
{
	color: #ff7d00;
	padding-right: 20px;
}

.shopCheckout .submit_clear
{
	margin: 10px 0px;
}

.shopCheckout .submit_clear input
{
	margin: 0px 5px;
	font-weight: bold;
}

.checkout_error_row, .checkout_error
{
	color: #A00;
}
.login_failure
{
}

/* Checkout 1B */

#shopCheckout1b #shipping
{
	margin: 20px 0px;
}

/* Shop Footer */

#shopFooter
{
	clear: both;
}

#shopFooter .attn .attn_text
{
	overflow: auto;
}

#shopFooter .attn .secure_img
{
	float: right;
}

#shopFooter .attn .secure_img img
{
	padding: 0px 18px;
}

#shopCheckout_Billing .alt1, #shopCheckout_Billing .alt2, #shopCheckout_Shipping .alt1, #shopCheckout_Shipping .alt2
{
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 4px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}
#shopCheckout_Billing .alt1, #shopCheckout_Shipping .alt1
{
	background-color: #dfdfdf;
}

#shopCheckout_Billing .alt2, #shopCheckout_Shipping .alt2
{
	background-color: #eee;
}

/*==========================*/
/*       Wishlist           */
/*==========================*/

#shopWishlistProducts
{
	
}
#shopWishlistProducts thead td
{
	font-weight: bold;
	font-size: 14px;
}


/*==========================*/
/*       Misc. Classes      */
/*==========================*/

#shopModule .wishlist, #shopModule .print, #shopModule .email, #shopModule .add_cart
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 20px;
}

#shopModule .wishlist
{
	background-image: url('../shop/images/icons/wishlist.gif');
}

#shopModule .print
{
	background-image: url('../shop/images/icons/print.gif');
}

#shopModule .email
{
	background-image: url('../shop/images/icons/email.gif');
}

#shopModule .add_cart
{
	background-image: url('../shop/images/icons/cart.gif');
}

#shopModule .floatleft
{
	float: left;
}


.shopCartLogin
{
	width: 100%;
	background-color: #eee;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}
.shopCartLogin td
{
	vertical-align: middle;
}
.shopCartLogin table
{
	border-collapse: collapse;
	width: 100%;
}
.shopCartLogin table td
{
}

.shopCart_buttons
{
	overflow: auto;
	clear: both;
	margin: 4px 0;
}

#shopCartProducts th
{
	text-align: left;
}


/*==========================*/
/*     Shipping Estimate    */
/*==========================*/

#shipping_options
{
	background: #f0f0f0;
	border: 1px solid #acabab;
	padding: 4px;
	height: 200px;
	overflow: auto;
}

#shipping_options strong
{
	color: #acabab;
	font-size: 1.4em;
}

#shipping_options td
{
	background: #fff;
	padding: 2px;
	border: 1px solid #acabab;
}

#fedex_options, #ups_options, #usps_options, #canadapost_options
{
	margin: 5px 0px;
}


.navCat, .subNavCat
{
	margin-bottom: 10px;
	border: none;
}
.navCat ul, .subNavCat ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	width:100%;

}
.navCat li, .subNavCat li
{
	list-style: none;
	/*padding: 0 5px 0 7px;*/
	padding:0;
	margin: 0;
	background:#333 url(../images/LM_Nav_Menu_tile.gif) repeat-y;
	width:100%;
	float:left;
}
.navCat a, .subNavCat a
{
	display: Block;
	text-decoration: none;
	padding:3px 0 3px 5px;
	margin:0 5px 0 7px;
}
.navCat ul ul a
{
	padding-left: 10px;
	color: White;
}
.navCat ul ul
{
	display: none;
	position: absolute;
	width: 100%;
	left: 60%;
	border: none;
}
.navCat li:hover ul
{
	display: block;
}
.navCat ul ul li
{
	display: block;
	background-image:none;
	padding:0;
}

.navCat li:hover
{
	background-color: #333;
}
.navCat li li:hover
{
	background-color: #aaa;
}
.navCat li:hover a
{
	color: White;
	background-color:#333;
}
.navCat li li:hover a
{
	color: Black;
	background-color:transparent;
}

.navCat .ncFooter
{
	width:193px;
	height:12px;
	background:url(../images/LM_Nav_Menu_ftr.gif) top left;
	line-height:0;
	font-size:0;
	clear:left;
}
.navCat .ncHeader, .navCat .ncHeaderSub
{
	width:193px;
	height:30px;
	background:url(../images/LM_Nav_Menu_hdr.gif) top left;
	line-height:0;
	font-size:0;
}
.navCat .ncHeaderSub
{
	background:url(../images/LM_Nav_Menu_hdr_notext.gif) top left;
	height:10px;
}


a.button, a:link.button, a:active.button, a:visited.button, a:hover.button, a.buttonAlt, a:link.buttonAlt, a:active.buttonAlt, a:visited.buttonAlt, a:hover.buttonAlt
{
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 4px 8px;
	margin: 2px;
	background: #4e4e4e url( '../images/input_button_alt_bg.gif' ) repeat-x;
}


.shopItem_table
{
	width: 100%;
	border-collapse: collapse;
}

.shopItem_table td
{
	padding: 2px 5px;
}


