#i4cart
{
	width: 100%;
	padding: 0; margin: 0;
	/*font-size:1.5em;
	font-family:'Comic Sans MS';
	color:Green;*/
}
#i4cart .padding { padding: 0 0 0 0; }
#i4cart .i4cart_left
{
	width: 200px;
	float: left;
	position: relative;
	padding: 0; margin: 0;
}
#i4cart .i4cart_left .padding { padding: 0 0 0 0; }
#i4cart .i4cart_content { margin: 0 0 0 200px; padding: 0; }
#i4cart .i4cart_content .padding { padding: 0 0 0 10px; }
/*****************************************************************/
/* Category Navigation Menu                                      */
/*****************************************************************/
.navCat { margin-bottom: 1em; position: relative; }
.navCat ul, .navCat li
{
	padding: 0;	margin: 0;
	list-style: none;
	position: relative;
}
.navCat ul {  }
.navCat li { background-color: #eee; }
.navCat li:hover { background-color: #fafafa; }
.navCat ul ul
{
	display: none;
	position: absolute;
	right: 0px;
	width: 80%;
	border-top: none; border-bottom: none;
	background-color: #fafafa;
	overflow: hidden;
}
.navCat ul ul li { background-color: #fafafa; }
.navCat span
{
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 2em;
	background: #fafafa url(../shop/images/U25B8.gif) no-repeat center center;
	border: solid 1px #ccc; border-top: none;
}
.navCat a
{
	display: block;
	padding: 2px 2em 2px 4px; margin:0; 
	height: 100%;
	border: solid 1px #ccc; border-top: none;
	text-decoration:none;
}
.navCat a:link, .navCat a:hover, .navCat a:visited, .navCat a:active { text-decoration: none; }
.navCat ul ul a {  }
.navCat ul ul a:hover { background-color: #EEE1C4; color: Black; }
.navCat ul div:hover ul { display: block; }
.navCat ul div:hover span { bottom: -1px; background: #fafafa url(../shop/images/U25BE.gif) no-repeat center center; }
/*****************************************************************/
/* END Category Navigation Menu                                  */
/*****************************************************************/

/*****************************************************************/
/* Category Body                                                 */
/*****************************************************************/
#i4cart .i4cart_content .category_body { margin-bottom: 10px; }
#i4cart .i4cart_content .category_body .category_subs { overflow:auto; margin-top:10px; }
#i4cart .i4cart_content .category_body .category_subs .subcategory
{
	background-color: #fbfbfb;
	border: 1px solid #e2e2e2;
	float: left;
	padding: 0; margin: 0 0 5px 5px;
}
#i4cart .i4cart_content .category_body .category_subs .subcategory .subcategory_border
{
	background-color: White;
	border: 1px solid #e2e2e2;
	padding: 0 ; margin: 4px;
	overflow:auto;
	width:212px;
}
#i4cart .i4cart_content .category_body .category_subs .subcategory .subcategory_border div { float:left; width:50px; height:50px; position:relative; }
#i4cart .i4cart_content .category_body .category_subs .subcategory .subcategory_border a.h4 { padding:4px; width:150px; line-height:1em; overflow:hidden; text-align:center; }

/*****************************************************************/
/* END Category Body                                             */
/*****************************************************************/
/*****************************************************************/
/* Category Paging, Sorting, Product Counts                      */
/*****************************************************************/
#i4cart .i4cart_content .category_bar
{
	background: #3e5ca8 url(  '../images/input_button_bg.gif' ) repeat-x;
	border: 1px solid #3e5ca8;
	overflow: auto;
	color:White;
	font-weight:bold;
	zoom:1;
}
#i4cart .i4cart_content .category_bar a
{
	color:White;
	text-decoration:none;
	padding:0; margin:0;
}
#i4cart .i4cart_content .category_bar a:hover { color:Black; }
#i4cart .i4cart_content .category_bar ul,
#i4cart .i4cart_content .category_bar li
{
	float: left;
	padding:0; margin:0;
	list-style:none;
}
#i4cart .i4cart_content .category_bar div,
#i4cart .i4cart_content .category_bar form { float:left; }
#i4cart .i4cart_content .category_bar ul {  }
#i4cart .i4cart_content .category_bar li,
#i4cart .i4cart_content .category_bar div { padding:2px 4px; }
#i4cart .i4cart_content .category_bar .page input { width:1em; margin:0; padding:0; }
#i4cart .i4cart_content .category_bar .page input#CurrentPageSubmit_1,
#i4cart .i4cart_content .category_bar .page input#CurrentPageSubmit_2 { width:auto; margin:0; padding: 0; }
/*****************************************************************/
/* Product Display                                               */
/*****************************************************************/
.i4cart_product .image_primary, .i4cart_product .image_secondary
{
	float:left;
	width:332px;
	padding:0; margin: 0;
	position:relative;
}
.i4cart_product .image_secondary { clear:left; }

.i4cart_product .description,
.i4cart_product .options,
.i4cart_product .pricing { margin:0 0 0 342px; }

.i4cart_product .noImages .description,
.i4cart_product .noImages .options,
.i4cart_product .noImages .pricing { margin:10px 0; }

.i4cart_product .options, .i4cart_product .pricing { margin-top:10px; }
.i4cart_product .image_secondary { overflow:auto; margin-top:10px; }
.i4cart_product .image_secondary div { float:left; border:solid 1px #ccc; width:40px; height:40px; overflow:hidden; padding:0; margin:0 5px 5px 0; }

.i4cart_product .pricing {  }
.i4cart_product .pricing dl, .i4cart_product .pricing dt, .i4cart_product .pricing dd, .i4cart_product .pricing dh { margin:0; padding:0; }
.pricing dt { font-weight:bold; font-size:1.1em; }
.pricing dd.getprice { font-size:1.25em; font-weight:bold; color: #ff7903; }
.pricing dd.baseprice, .pricing dd.customprice { text-decoration: line-through; }
.i4cart_product .packages { border:none; padding:0; margin:0; overflow:auto; margin-top:10px; }
.i4cart_product .packages table { border-collapse:collapse; border-spacing:0; margin-bottom:10px; border-bottom:solid 1px #ccc; width:100%; }
.i4cart_product .packages table thead { background-color:#e5e5e5; }
.i4cart_product .packages td { vertical-align:top; }
.i4cart_product .packages tr.package td { padding:10px 5px; border-top:solid 1px #ccc; }
.i4cart_product .packages tr.description td { border-top:none; }
.i4cart_product .packages tr.package:hover { background-color:#eee; }
.i4cart_product .packages tr.description:hover { background-color:Transparent; }
.i4cart_product .packages .add_cart { float:right; }


#i4cart .i4cart_content .category_products { zoom:1; padding:10px 0 15px; }

.productBox
{
	padding: 0;	margin: 0;
	width: 158px;
	float: left;
	border: none;
	line-height: 1em;
	overflow:visible;
}
.productBox:hover { background-color: #f0f0f0; }
.productBox .content
{
	padding:6px; margin:0;
	width:auto;
	text-align:center;
	/*overflow:hidden;*/
	border:solid 1px White; border-bottom:none;
}
.productBox:hover .content { border:solid 1px #e0dfdf; border-bottom:none; }
.productBox .content .productImage { position:relative; zoom:1; }
.productBox .content .productImage img { width:132px; height:132px; }
.productBox .content .productImage a {  }

.productBox .content .productImage a.enlarge { padding:2px; position:absolute; bottom:0; right:0; }
.productBox .content .productImage a.enlarge img { width:auto; height:auto; }

.productBox .content .details {  }
.productBox .content .details a.h3{ font-size:1.25em; line-height:1em; height:2em; margin:2px 1px; overflow:hidden; }
.productBox .content .details .price { font-size:1.25em; line-height:1em; height:1em; overflow:hidden;  }

.productBox .hidden
{
	width: 144px;
	padding: 3px 6px; margin:0;
	position: absolute;
	display:none;
	background-color: #f0f0f0;
	z-index: 100;
	border:solid 1px #e0dfdf;
	border-top:none;
}
.productBox:hover .hidden { display:block;  }

.productBox .content .outerborder { padding: 4px; margin:0; background-color: #fbfbfb; border: solid 1px #e0dfdf; }
.productBox .content .innerborder { border: solid 1px #e2e2e2; padding: 0; background-color: #fff; }

.productBox .hidden .links { text-align: right; }
.productBox .hidden .links a { text-decoration: none; color: black; font-weight: bold; margin: 0px 4px; }

/*****************************************************************/
/* END Product Display                                           */
/*****************************************************************/
/*****************************************************************/
/* stuff I need for now...                                        */
/*****************************************************************/
.hideMe { display:none; }
#user_nav { zoom:1; }
/*************************************/
/*	BEGIN SUCK                        */
/*************************************/

#shopBrowse
{
}

#shopBrowse a.h4
{
	border: none;
	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 2px #525252;
	border-top: none;
	margin: 0 0 10px;
	padding: 0;
	overflow: auto;
}
#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: #3e5ca8 url(  '../images/input_button_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;
}


/*  Shop Header  */
/*  You can customize tags such as h1, h2, p, ul, li, etc here      */
/*  by adding #i4cart before the element.  You may also custom  */
/*  style certain classes.  For example, #i4cart .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;
}

/* ----- Product Display ----- */
#shopProduct_related { margin: 0 0 40px 0; overflow:auto; }

/*=============================*/
/*    Shop Category Display    */
/*=============================*/

#shopCategory_heading
{
	overflow: auto;
}

.shopCategory_headingimg
{
	float: left;
}

.shopCategory_headingcontent
{
	float: left;
}

#shopCategory_subs
{
	overflow: auto;
	clear: both;
}


/*==========================*/
#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;
}

#i4cart fieldset .submit_clear input
{
	width: auto;
	margin: 0px 5px;
	padding: 0px 6px;
}

#shopCheckoutFinalize
{
}

#shopCheckoutFinalize td
{
	padding: 8px 4px;
}

.grp_prod, #shopCheckoutFinalize .grp_prod
{
	color: #acabab;
	border: none;
	padding: 1px 8px;
}

#shopCheckoutCreatePass, #shopInvoice_printemailtrack
{
	width: 48%;
	float: left;
}

#shopCheckoutTotals, #shopInvoiceTotals
{
	margin:10px 0 0;
	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
{
	width: 500px;
}
#shopWishlistProducts thead td
{
	font-weight: bold;
	font-size: 14px;
}


/*==========================*/
/*       Misc. Classes      */
/*==========================*/

#i4cart .wishlist, #i4cart .print, #i4cart .email, #i4cart .add_cart
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 5px 20px;
}

#i4cart .wishlist
{
	background-image: url(../shop/images/icons/wishlist.gif);
}

#i4cart .print
{
	background-image: url(../shop/images/icons/print.gif);
}

#i4cart .email
{
	background-image: url(../shop/images/icons/email.gif);
}

#i4cart .add_cart
{
	background-image: url(../shop/images/icons/cart.gif);
}

#i4cart .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;
}

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: #3e5ca8 url(  '../images/input_button_bg.gif' ) repeat-x;
}


/*****************************************************************/
/* IMPORTANT CLASSES                                             */
/*****************************************************************/

.floatfix
{
	display: table;
	width: 100%; height: 1%;
	margin: 0; padding: 0;
}

#i4cart.noLeft .i4cart_content { margin-left: 0; }
#i4cart.noLeft .i4cart_left { display:none; }

/*****************************************************************/
/* END IMPORTANT CLASSES                                         */
/*****************************************************************/
