@charset "UTF-8";

/* TOP VIEW CART CHECKOUT BUTTONS */
#cart_buts {
	border: 0px solid #fff;
	font-weight: normal;
	margin: 0 auto 0 auto;
	background: none;
	display: inline-block; 
	font-size: 10px;
}
#cart_buts ul{
	width: auto;
	text-align: right;
	display: block;
	margin: 0 0 0 590px;
	padding: 0;
}

#cart_buts ul li{
	width: auto;
	text-align: right;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}
#cart_buts li a:link,
#cart_buts li a:active,
#cart_buts li a:visited {
	color: #fff;
	display: inline-block; 
	height: 31px;
	margin: 0 1px 0 0;
	padding: 10px 10px 0 10px;
	border: 0px solid #fff;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}
#cart_buts li a:hover {
	color: #ccc;
	text-decoration: none;
}
#cart_buts li img{
	margin: -2px 6px 0 0;
	padding: 0 0 0 0;
	border: 0;
	float: left;
}
#cart_buts li a.cart_current{
	color: #666;
}
#cart_buts li a.cart_current .cart_total{
	color: #666;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}
#cart_buts li a.cart_total_current{
	color: #fff;
}
#cart_buts li a.cart_current img{
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}
/* TOP VIEW CART CHECKOUT BUTTONS */







/* TOP ITEM SUMMARY */
#cart_buts .item_sum{
	display: block;
	border: 0px solid #ccc;
	width: auto;
	float: left;
}
#cart_buts .cart_total{
	color: #fff;
	font-weight: normal;
}
#cart_buts span{
	border-bottom: 1px dotted #fff;
}
/* TOP ITEM SUMMARY */














/* LEFT BRAND LOGOS */
#brand_logos_left {
	display: table;
	width: 290px;
	margin: 10px 0 0 10px;
}
#brand_logos_left h1{
	font-size: 16px;
	margin: 0 10px 8px 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	line-height: 14px;
	color: #193a72;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
}
#brand_logos_left ul{
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 4px;
}
#brand_logos_left li{
	float: left;
	margin: 0 4px 4px 0;
}
#brand_logos_left img{
	width: 45px;
	height: 45px;
	border: 1px solid #333;
	padding: 2px;
	background-color: #000;
	
}
#brand_logos_left a:hover img{
	border: 1px dotted #193a72;
	color: #ccc;
	text-decoration: none;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}
/* LEFT BRAND LOGOS */





/* TOP & BOTTOM PAGING - CAN BE IN BLOG OR PRODUCTS */
#paging{
	display: inline-block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	border: 0px solid #333;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
#paging a:link, 
#paging a:visited, 
#paging a:active{
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-align: center;	
}
#paging a:hover{
	color: #fff;
	font-weight: bold;
}
.paging_next:link, 
.paging_next:visited, 
.paging_next:active{
	color: #fff;
	min-width: 80px;
	text-align: center;	
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 2px;
	line-height: 18px;	
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
	background: -moz-linear-gradient(top,  #999999,  #333333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#333333');
	
}
.paging_next:hover{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
	background: -moz-linear-gradient(top,  #666666,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	font-weight: bold;
}
.paging_next_dis{
	color: #ccc;
	min-width: 80px;
	text-align: center;	
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 2px;
	line-height: 18px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#666666));
	background: -moz-linear-gradient(top,  #cccccc,  #666666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#666666');
	font-weight: bold;
	
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}
.paging_num_on{
	color: #fff;
	min-width: 20px;
	text-align: center;	
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 2px;
	line-height: 18px;	
	font-weight: normal;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a500), to(#005f03));
	background: -moz-linear-gradient(top,  #00a500,  #005f03);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a500', endColorstr='#005f03');
	font-weight: bold;
	
}
.paging_num:link, 
.paging_num:visited, 
.paging_num:active{
	color: #fff;
	min-width: 20px;
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 2px;
	line-height: 18px;	
	font-weight: bold;
	text-align: center;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
	background: -moz-linear-gradient(top,  #999999,  #333333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#333333');
	
}
.paging_num:hover{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
	background: -moz-linear-gradient(top,  #666666,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	font-weight: bold;
}
.paging_num_dis{
	color: #ccc;
	min-width: 20px;
	text-align: center;	
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 2px;
	line-height: 18px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#666666));
	background: -moz-linear-gradient(top,  #cccccc,  #666666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#666666');
	font-weight: bold;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}
.disabled{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.paging_top{
	text-align: right;
	margin: 0 0 0 0;
}
.paging_bot{
	text-align: center;
	margin: 0 0 0 0;
}
.viewing_items{
	width: auto; 
	display: table; 
	float: left;
	margin: 2px 0 10px 0px;
	border: 0px solid #333;
	text-align: left;
	line-height: 20px;
}
/* TOP & BOTTOM PAGING */









/* PRODUCT ITEMS */
.top_cat_img {
	width: 698px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #333;
}
#prod_items_text_holder {
	height: 140px; 
	overflow: hidden;
}
#prod_items_holder {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	border: 0px solid #fff;
	display: table;
	border-bottom: 0px dotted #ccc;
}
#prod_items_holder_internal {
	height: 400px;
	margin: 0 0 0 0;
}
#prod_items {
	width: 700px;
	margin: 10px auto 0 auto;
	border: 0px solid #333;
	display: table;
	text-align: center;
}
#prod_items .prod_home_title {
	text-align: left; 
	width: 100%; 
	height: 62px;
}
#prod_items .prod_home{
	margin: 0 10px 10px 0;
}
#prod_items .prod_gen{
	position: relative;
	text-align: center;
}
#prod_items .prod_gen li{
	position: relative;
	text-align: center;
}
#prod_items .prod_gen_col{
	height: 280px;
	margin: 0 30px 10px 0;
}
#prod_items .prod_cats{
	height: 140px;
	margin: 20px 0 10px 40px;
	border: 0px solid #ccc;
}
#prod_items .spacer{
	color: #999;
}
.prod_drops_selects{
	width: 140px;
	color: #fff;
	margin: 0px 10px 6px 0px;
	border: 1px solid #333;
	float: right;
	background-color: #222;
}
#prod_items .logos{
	width: 140px;
	height: 100px;
	margin: 0 auto 10px auto;
}
#home_cat_header {
	border-bottom: 1px dotted #666; 
	width: 100%;
	margin: 0 0 0 0; 
	padding: 0 0 10px 0; 
	display: table;
}
#home_cat_header h3{
	text-transform: uppercase;
	display: inline-block;
	float: left;
}
#home_cat_header span{
	float: right;
	margin: 4px 68px 0 0;
	font-size: 11px;
}
#prod_items .desc{
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	color: #333;
}
#prod_items .desc a:link, 
#prod_items .desc a:visited, 
#prod_items .desc a:active{
	color: #cc0000;
	text-decoration: none;
}
#prod_items .desc a:hover{
	color: #fff;
	text-decoration: none;
}
#prod_items a:link, 
#prod_items a:visited, 
#prod_items a:active{
	color: #ccc;
	text-decoration: none;
}
#prod_items a:hover{
	color: #fff;
	text-decoration: none;
}
#prod_items h1{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 6px 0 6px 0;
	display: inline-table;
	margin: 0 0 0 0;
}
#prod_items ul li{
	list-style-type: none;
	display: inline;
}
#prod_items li{
	display: inline-block;
	width: 174px;
	height: 220px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: center;
	overflow: visible;
	text-decoration: none;
	border: 0px solid #fff;
	float: left;
}
#prod_items h2{
	width: 150px;
	color: #193a72;
	text-decoration: none;
}
#prod_items a:link h2, 
#prod_items a:visited h2, 
#prod_items a:active h2{
	border: 0px solid #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	line-height: 14px;
	text-decoration: none;
}
#prod_items a:hover h2{
	color: #000;
	text-decoration: none;
}
#prod_items p{
	text-transform: uppercase;
	font-size: 11px;
	width: 150px;
	margin: 0 auto 0 auto;
	text-decoration: none;
	line-height: 11px;
}
#prod_items .prod_gen p{
	font-size: 10px;
}
#prod_items .pname2{
	border: 0px solid #000;
	margin: 0 auto 0 auto;
}
#prod_items span{
	color: #cc0000;
}
#prod_items a:link p, 
#prod_items a:visited p, 
#prod_items a:active p{
	line-height: 12px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}
#prod_items a:hover p{
	color: #000;
	text-decoration: none;
}
#prod_items li img{
	width: 154px;
	max-height: 154px;
	max-width: 154px;
	border: 2px solid #ccc;
	margin: 10px auto 6px auto;
	top: 0;
	left: 0;
	padding: 0;
}
#prod_items li a:hover img{
	border: 2px solid #193a72;
	padding: 0;
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#prod_items em{
	position: absolute;
	display: none;
	z-index: 3; 
}
#prod_items i{
	color: #666;
	font-size: 9px;
}
#prod_items a:hover em{
	position: absolute;
	margin: 131px 0 0 9px;
	top: 0;
	#left: 13px;
	#margin: 117px 0 0 0;
	font-size: 10px;
	text-align: center;
	display: block;
	width: 138px;
	#width: 156px;
	padding: 8px;
	border-top: 0px solid #333;
	border-bottom: 1px dotted #193a72;
	border-left: 1px dotted #193a72;
	border-right: 1px dotted #193a72;
	color: #fff;
	background-color: #193a72;
	z-index: 4;
	display: none;
}
.items_not_avail{
	padding: 40px 20px 20px 20px;
	height: 320px;
}
#prod_paging{
	display: table;
	width: 700px;
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
	border: 0px solid #333;
}
#prod_paging a:link, 
#prod_paging a:visited, 
#prod_paging a:active{
	color: #ccc;
	font-weight: bold;	
}
#prod_paging a:hover{
	color: #fff;
	font-weight: bold;
}
.disabled{
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
}
.paging_bot{
	text-align: center;
	margin: 0 0 0 0;
}
.featured{
	display: none;
	position: absolute; 
	width: 45px;
	height: 45px;
	background-image: url(../images/featured_over.gif);
	background-position: left top;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	border: 0;
	overflow: hidden;
	z-index: 5;
}
/* PRODUCT ITEMS */
























/* PROD ONE PRODUCT ITEM */
#prod_one {
	display: inline-block;
	width: 100%;
	border: 0px solid #333;
	margin: 0 0 20px 0;
}
#image_holder{
	width: 400px; 
	float: left; 
	margin: 0px 20px 20px 10px;
	border: 0px solid #333;
}
#prod_one .text_holder{
	width: 280px; 
	float: left; 
	margin: 0 0 0 0;
	padding-top: 4px;
	border: 0px solid #333;
	overflow: hidden;
}
#prod_one h1.brand_one{ 
	margin-top: 16px;
}
#prod_one .partno{ 
	margin-top: -2px;
	font-size: 10px;
	font-weight: lighter;
	color: #ccc;
}
#prod_one .text_holder h1{
	font-size: 20px;
	margin: 0 0 0 0;
	line-height: 18px;
}
#prod_one .text_holder h2{
	font-size: 14px;
	margin: 0 0 0 0;
	line-height: 16px;
}
#prod_one .text_holder h3{
	font-size: 12px;
	margin: 0 0 0 0;
	line-height: 14px;
}
#prod_one .text_holder p{
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 10px 0;
}
#prod_one .text_holder ul{
	display: list-item;
	margin: 10px 0 10px 30px;
}
#prod_one .text_holder li{
	list-style-type: disc;
	font-size: 12px;
	line-height: 14px;
	margin: 0 6px 0 0;
}
#prod_one strong{
	font-weight: bold;
}
#prod_one em{
	font-style: italic;
}
#prod_one .text_holder #qty_add_cart{
	background-color: #efefef;
	margin: 10px 0 20px 0;
	padding: 2px 6px 2px 6px;
	border: 0px solid #ccc;
	display: inline-block;
	line-height: 42px;
	float: left;
}
#prod_one .text_holder #qty_add_cart img{
	border: 0px solid #ccc;
	margin: 8px;
	padding: 0;
	border: 0px solid #ccc;
	float: left;
	display: inline;
}
#prod_one .text_holder #qty_add_cart img:hover{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#prod_one .qty_txt{
	font-size: 14px; 
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	text-transform: uppercase;
}
#prod_one .qty_input{
	width: 30px;  
	font-size: 14px; 
	padding: 3px 0 3px 0;
	margin-top: 8px;
	margin-right: 8px;
	text-align: center; 
	float: left;
}
#prod_one .main_image{
    position: relative;
	width: 380px;
	max-height: 400px;
	border: 1px solid #333;
	margin: 4px 0 0 7px;
	padding: 3px;
	color: #333;
	background: #193a72;
}





#prod_one #logo_holder{ 
	position: relative;
	display: inline;
	width: 65px;
	height: 65px;  
	float: left;
	margin: 0 14px 10px 4px;
	padding: 0;
	display: none;
}
#prod_one #logo_holder a:link img,
#prod_one #logo_holder a:active img,
#prod_one #logo_holder a:visited img{  
	display: block;
	border: 0px solid #333;
}
#prod_one #logo_holder a:hover img{
	border: 1px solid #ccc;
	color: #fff;
	text-decoration: none;
}
#prod_one .main_image:hover {
	border: 1px solid #ccc;
	text-decoration: none;
	background: #000;
}
#prod_one a:hover img{
	color: #193a72;
	text-decoration: none;
}
#prod_one .view_larger{
	width: 97px;
	font-size: 11px;
	display: inline-block;
	border: 0px solid #fff;
	margin: -2px 10px 0 0;
	float: right;
}
#prod_one a:hover img.main_image,
#prod_one a:hover .view_larger img {
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 	
}

/* ADDITIONAL IMAGES THUMBNAILS */
#add_images{
	width: 100%;
	margin: 0 0 10px 6px;
	border: 0px solid #333;
}
#add_images p{
	font-size: 10px;
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin: 8px 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}
#add_images img{
	width: 64px;
	margin: 0 3px 3px 0;
	padding: 0px;
	border: 1px solid #333;
}
#add_images img:hover{
	border: 1px solid #193a72;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#add_images ul{
	list-style-type: none;
	display: inline-block;
	margin: 0;
}
#add_images li{
	list-style-type: none;
	display: inline-block;
	border: 0px solid #fff;
	float: left;
}
/* ADDITIONAL IMAGES THUMBNAILS */



#prod_items.prod_sub_holder {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* SHARE SOCIAL LINKS */
#prod_social_row div{
	display: block;  
	width: auto; 
	float: left; 
}
#prod_social_row .prod_social_twit{ 
	width: 100px; 
	margin: 0 0 0 4px; 
}
#prod_social_row .prod_social_fb{
	margin: 0 0 0 0; 
}
#prod_social_row .prod_social_add{ 
	margin: 0 0 0 -5px; 
}
/* SHARE SOCIAL LINKS */




/* ADDITIONAL COLORWAYS */
#same_prods{
	display: table;
	width: 380px;
	margin: 10px 0 0 10px; 
	padding: 0 0 0 0;
	border: 0px solid #fff;
	text-align: center;
}
#same_prods h3{
	font-size: 16px;
	display: block;
	margin: 0 0 10px 0; 
	padding: 0 0 0 0;
	border: 0px solid #fff;
	text-align: left;
}
#same_prods ul{
	width: 370px;
	margin-left: auto; 
}
#same_prods ul li{
	display: inline-block;
	margin: 0 auto 0 auto; 
	padding: 0 0 0 0;
	text-align: center;
}
#same_prods li{
	display: block;
	border: 0px solid #fff;
	width: 90px; 
	height: 120px;
	line-height: 11px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
#same_prods li img{
	width: 80px; 
	height: 60px; 
	border: 1px solid #333;
}
#same_prods a:hover img{
	border: 1px solid #193a72;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#same_prods li .img_holder{
	width: 90px; 
	height: 60px; 
	margin-bottom: 4px; 
	border: 0px solid #fff;
}
#same_prods li a span .ptitle{
	line-height: 11px; 
}
#same_prods a:link .ptitle,
#same_prods a:active .ptitle,
#same_prods a:visited .ptitle{
	color: #666;
	font-size: 10px; 
	font-weight: normal; 
	text-transform: inherit;
	line-height: 10px; 
	width: 70px; 
}
#same_prods a:hover .ptitle{
	color: #333;
}
/* ADDITIONAL COLORWAYS */






#prod_one .select_size{ 
	display: inline-block; 
	width: 270px;
	line-height: 20px;
	margin: 8px 0 0 10px; 
	padding: 6px 0px 6px 6px;
	#padding-bottom: 10px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	background-color: #000;
	text-transform: uppercase;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
}
#prod_one .select_size_drop{ 
	width: 110px; 
	height: 26px;
	float: left;
	margin: 4px 10px 4px 4px;
	padding: 4px;
	background-color: #222;
	color: #fff;
	border: 1px solid #333;;
	text-transform: uppercase;
}
#prod_one .select_color{ 
	display: table; 
	float: left;
	background-color: #efefef; 
	margin: 8px 0 0 0; 
	padding: 2px;
}
#prod_one .grey_spacer{ 
	color: #333; 
	padding: 0 6px 0 6px;
}
#prod_one .select_size div{ 
	float: left; 
	margin: 8px 8px 4px 4px; 
	display: block;
	font-size: 12px; 
	font-weight: bold;
	border: 0px solid #fff;
}
#prod_one span{ 
	font-size: 12px;
	font-weight: normal;
}
#prod_one .red{ 
	color: #cc0000;
}
#prod_one .price{
	color: #193a72;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}
#prod_one_colors {
	width: 280px;
	text-align: center;
	margin: 15px 0 0 0;
	border: 0px solid #333;
}
#prod_one_colors ul{
	margin: 0 auto 0 auto;	
}
#prod_one_colors ul li{
	list-style-type: none;
	display: inline;
}
#prod_one_colors li{
	float: left;
	margin: 0 6px 0 0;
}
#prod_one_colors h3{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#prod_one_colors p{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#prod_one #inquire_but{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	float: left;
}
#prod_one #inquire_but img{
	float: left;
	margin: 8px 0 0 12px;
	padding: 0 0 0 0;
}
#prod_one #inquire_but a:link,
#prod_one #inquire_but a:active,
#prod_one #inquire_but a:visited{
	display: inline-block;
	width: 200px;
	height: 41px;
	color: #fff;
	background-image: url(../images/inquire_but.gif);
	background-position: center 0px;
}
#prod_one #inquire_but a:hover{
	background-image: url(../images/inquire_but.gif);
	background-position: center -41px;
}
#prod_one #alert_note,
#prod_one #alert_note_sold,
#prod_one #alert_note_ship{
	display: inline-block;
	color: #fff;
	background-image: url(../images/alert_bg.gif);
	background-position: left 0px;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 0;
	overflow: hidden;
	font-size: 10px;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
}
#prod_one #alert_note{
	width: 190px;
}
#prod_one #alert_note_ship{
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#660000));
	background: -moz-linear-gradient(top,  #cc0000,  #660000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#660000');
	font-weight: bold;
	
}
#prod_one #alert_note_sold{
	width: 150px;
}
#prod_one #alert_note img,
#prod_one #alert_note_sold img,
#prod_one #alert_note_ship img{
	float: left;
	margin: 6px 3px 0 12px;
	padding: 0 0 0 0;
}
#prod_one #alert_text{
	display: block;
	width: 190px;
	color: #fff;
	margin: 10px 0 10px 10px;
	padding: 10px 0 10px 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: left;
}
/* PROD ONE SELECT SIZE */
#prod_one_size_run{
	display: block;
	width: 280px;
	margin: 10px 0 10px -10px;
	padding: 0 0 0 0;
	text-align: left;
}
#prod_one_size_run span{
	margin-left: 10px;
	padding: 1px 4px 4px 24px;
	background-image: url(../images/arrow_down2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#prod_one_size_run ul{
	width: 100%;
	margin: 0 0 0 0;
	margin-left: 0;
	padding: 0 0 0 0;
	text-align: left;
	border: 0px solid #333;
	display: inline;
}
#prod_one_size_run ul li{
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 0;
	border: 1px solid #333;
	list-style-type: none;
}
#prod_one_size_run li{
	color: #fff;
	display: block;
	line-height: 16px;
	margin: 0 2px 2px 0;
	padding: 4px;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -moz-linear-gradient(top,  #000000,  #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
	cursor: pointer;
	float: left;
}
#prod_one_size_run .size_active{
	color: #fff;
	width: 30px;
	display: block;
	margin: 0 2px 2px 0;
	padding: 4px;
	border: 1px solid #666;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d61b9), to(#193a72));
	background: -moz-linear-gradient(top,  #2d61b9,  #193a72);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d61b9', endColorstr='#193a72');
}
#prod_one_size_run .size_inactive{
	color: #666;
	width: 30px;
	display: block;
	margin: 0 2px 2px 0;
	padding: 4px;
	border: 1px solid #333;
	cursor: auto;
}
#prod_one_size_run .size_hover{
	border: 1px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: -moz-linear-gradient(top,  #666666,  #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
}
#prod_one_size_run .size_selected {
	color: #fff;
	display: block;
	line-height: 16px;
	margin: 0 2px 2px 0;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#993300));
	background: -moz-linear-gradient(top,  #ff9900,  #993300);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#993300');
}
/* PROD ONE SELECT SIZE */
/* PROD ONE PRODUCT ITEM */





















/* HEADER BREAD CRUMB */
#mainContent .header_crumb h1{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 20px;
	line-height: 14px;
}
#mainContent .header_crumb a:link, 
#mainContent .header_crumb a:visited, 
#mainContent .header_crumb a:active{
	font-weight: bold;
	text-decoration: none;
}
#mainContent .header_crumb a:hover{
	font-weight: bold;
}
/* HEADER BREAD CRUMB */


































































#formbox{
	color: #333;
	display: table;
	padding: 8px 8px 8px 8px;
	margin: 10px auto 10px auto;
	width: 640px;
	border: 10px solid #ccc;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c7ccd7));
	background: -moz-linear-gradient(top, #ffffff, #c7ccd7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7ccd7');
}
#formbox_thank{
	display: table;
	color: #333;
	padding: 20px;
	margin: 10px auto 10px auto;
	width: 640px;
	border: 10px solid #ccc;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c7ccd7));
	background: -moz-linear-gradient(top, #ffffff, #c7ccd7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7ccd7');
}
#formbox_thank p{
	color: #333;
	font-size: 14px;
}
#formbox_thank #invoice_but a:link img,
#formbox_thank #invoice_but a:active img,
#formbox_thank #invoice_but a:visited img{
	background-color: #000;	
	margin: 0 0 0 10px;
	
}
#formbox_thank #invoice_but a:hover img{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}


#formbox fieldset{
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
	text-align: right;
}
#formbox legend{
	color: #193a72;
	margin: 4px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#formbox p{
	color: #ccc;
	margin: 6px 4px 10px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
#formbox div{
	font-size: 12px;
	font-weight: bold;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #ccc;
	float: left;
	text-align: left;
}
#formbox .normal{
	font-weight: normal;
}
#formbox ul{
	display: list-item;
	margin: 0 0 10px 20px;
}
#formbox li{
	list-style-type: disc;
	margin-left: 20px;
}
#formbox label{
	padding-top: 7px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	width: 120px;
	text-align: right;
	float: left;
}
#formbox .oneline{
	padding-top: 7px;
	padding-left: 7px;
}
#formbox .twolines{
	line-height: 16px;
	padding-top: 3px;
	padding-left: 7px;
}
#formbox input{
	width: 160px;
	font-size: 14px;
	margin: 4px 0 4px 10px;
	padding: 6px 3px 6px 3px;
	border: 1px groove #666;
	background-color: #fff;
}
#formbox select{
	width: 168px;
	font-size: 14px;
	margin: 4px 0 4px 10px;
	padding: 6px 3px 6px 3px;
	border: 1px groove #666;
	background-color: #fff;
}
#formbox textarea{
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 10px;
	padding: 3px;
	width: 160px;
	font-size: 12px;
	border: 1px groove #666;
	background-color: #fff;
}
#formbox .select_drops{
	width: 168px;
}
#formbox .select_drops_month{
	width: 130px;
}
#formbox .select_drops_year{
	width: 70px;
}
#formbox .form_spacer{
	color: #000;
	font-size: 14px;
	line-height: 32px;
	margin: 6px 10px 4px 10px;
	padding: 1px 2px 0 0px;
	width: 160px;
	border: 0px solid #333;
	float: right;
	text-align: left;
}
#formbox .submit_but{
	width: 470px;
	text-align: center;
	margin: 0 auto 0 130px;
	border: 0px solid #999;
}
#formbox .submit_but a:link,
#formbox .submit_but a:active,
#formbox .submit_but a:visited{
	font-family: Futura Lt, Futura Light, Futura, Century Gothic, Arial, Helvetica, Verdana, san-serif;
	display: inline-block;
	width: 100px; 
	margin: 10px auto 0 auto;
	padding: 4px 10px 4px 10px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #ccc;
	border: 1px solid #333;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top,  #333,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
}
#formbox .submit_but a:hover{
	border: 1px solid #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -moz-linear-gradient(top,  #666,  #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
}
/* CONTACT FORM */







/* FORGOT PASSWORD FORM */
#forgot_box{
	font-size: 14px;
	background-color: none;
	padding: 20px;
	margin: 10px auto 10px auto;
	width: 460px;
	border: 0px solid #ccc;	
}
#forgot_box_thank{
	font-size: 14px;
	background-color: none;
	padding: 20px;
	margin: 10px auto 10px auto;
	width: 460px;
	border: 0px solid #ccc;	
}
#forgot_box fieldset{
	border: 0px solid #ccc;	
	width: 100%;
	margin: 6px 4px 12px 4px;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
	display: inline;
}
#forgot_box label{
	border: 0px solid #ccc;	
	margin: 6px 4px 12px 4px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	line-height: 40px;
	display: inline;
}
#forgot_box p{
	font-size: 14px;
	border-bottom: 1px dotted #666;
	padding-bottom: 8px;
	margin-bottom: 10px;
	text-align: left;	
}
#forgot_box input, select{
	width: 150px;
	font-size: 14px;
	margin: 4px 10px 4px 10px;
	padding: 6px 4px 6px 4px;
	border: 1px groove #666;
	background-color: #fff;
}
#forgot_box .submit_button{
	font-size: 14px;
	text-align: center;	
	width: 130px;
	margin: 4px 10px 4px 0px;
	padding: 6px 4px 6px 4px;
	color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	background-color: none;
	background-image: url(../images/forgot_but.gif);
	background-position: center top;
	cursor: pointer;
}
#forgot_box .submit_button:hover{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: none;
	background-image: url(../images/forgot_but.gif);
	background-position: center -40px;
}
/* FORGOT PASSWORD FORM */






/* SHOP FORMS */
#formbox .col_holder {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: inline;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	background-color: #233251;
}
#formbox .col_holder p{
	font-size: 12px;
	margin: 4px;
}
#formbox .shop_items_holder {
	width: 100%;
	display: inline;
	margin: 0 10px 0 0;
	padding: 4px 0 4px 0;
	min-height: 90px;
	border-bottom: 1px solid #ccc;
}
#formbox .shop_items_holder a{
	border: none;
}
#formbox .shop_items_holder p{
	font-size: 12px;
	margin: 4px;
}
#formbox .shop_items_holder2{
	width: 100%;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
	font-weight: normal;
	border-top: 1px solid #ccc;
}
#formbox .shop_form_holder {
	color: #333;
	width: 100%;
	margin: -4px 10px 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
#formbox .shop_form_holder p {
	color: #333;
}
#formbox .shop_form_holder h4{
	margin: 0 0 0 10px;
}
#formbox .right{
	color: #fff;
	text-align: right;
}
#formbox .qty_col_top {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	width: 50px; 
	text-align: center; 
	padding: 0;
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .id_col_top {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	width: 80px; 
	text-align: left; 
	padding: 0; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .item_col_top {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	width: 350px; 
	text-align: left; 
	padding: 0; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .price_col_top {
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	width: 90px; 
	text-align: right; 
	padding: 0;  
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .total_col_top {
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	width: 90px; 
	text-align: right; 
	margin-right: 0;
	padding: 0;  
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .remove_col_top {
	font-size: 10px;
	font-weight: normal;
	line-height: 26px;
	width: 30px; 
	text-align: right; 
	margin-left: 14px;
	padding: 0; 
	float: left;
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .qty_col {
	width: 50px; 
	text-align: left;
	padding: 20px 0 0 0;
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .id_col {
	width: 80px; 
	text-align: left; 
	padding: 0; 
	line-height: 16px; 
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .item_col {
	width: 350px; 
	text-align: left; 
	padding: 0; 
	line-height: 14px; 
	font-weight: normal;
	float: left; 
	border: 0px solid #fff;
	display: inline-block;
	overflow: hidden;
}
#formbox .item_col h2{
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}
#formbox .item_col h3{
	font-size: 11px;
	margin: 5px;
	font-weight: lighter;
	text-decoration: none;
	line-height: 14px;
}
#formbox .item_col img{
	margin: 0 10px 0 0;
	padding: 0; 
}
#formbox .item_col a:link{
	text-decoration: none; 
	border: none;
}
#formbox .item_col a:hover{
	text-decoration: none;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#formbox .price_col{
	font-weight: normal;
	width: 90px; 
	text-align: right; 
	padding: 20px 0 0 0;
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .total_col {
	font-weight: bold;
	width: 90px; 
	text-align: right; 
	padding: 20px 0 0 0;
	float: left; 
	border: 0px solid #fff;
	display: inline-block; 
}
#formbox .add_col_bot {
	width: 300px; 
	text-align: right; 
	padding: 4px 4px 4px 4px; 
	line-height: 16px; 
	float: left; 
	border: 0px solid #000;
	text-decoration: underline;
}
#formbox .total_col_bot {
	font-weight: bold;
	width: 100px; 
	text-align: right; 
	padding: 4px 4px 4px 4px;  
	float: left; 
	border: 0px solid #000;
	text-decoration: underline;
}
#formbox .remove_col {
	font-size: 10px;
	font-weight: normal;
	margin-left: 20px;
	width: 30px; 
	text-align: right; 
	padding: 0 0 0 0;
	float: left; 
	border: 0px solid #000;
	line-height: 72px;
}
#formbox .remove_col img{
	margin: 0 0 0 0;
}
#formbox a:hover img{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
#formbox .bot_dot{
	width: 630px;
	margin: 0px 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
#formbox .pay_img{
	margin: 0 0 -10px 10px;
}
.sm_ctr{
	text-align: center;
	font-size: 11px;
}
#shop_sub_text{
	display: block;
	font-size: 12px;
	margin-top: 20px;
	border: 0px solid #fff;
	text-align: center;
}
#formbox .alert{
	font-size: 11px; 
	font-weight: normal;
	color: #cc0000;
}
#formbox .alert2{
	font-weight: normal;
	color: #cc0000;
}
/* SHOP FORMS */











/* LOG OUT SHOP1 */
#formbox #log_out_holder{
	margin: 6px 0 6px 20px;
}
#formbox #log_out_holder .log_out_but{
	text-align: left;
	margin: 0 0 0 10px;
	border: 0px solid #999;
}
#formbox #log_out_holder .log_out_but a:link,
#formbox #log_out_holder .log_out_but a:active,
#formbox #log_out_holder .log_out_but a:visited{
	font-family: Futura Lt, Futura Light, Futura, Century Gothic, Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	width: 80px; 
	margin: 10px auto 0 auto;
	padding: 2px 6px 2px 6px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top,  #333,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
}
#formbox #log_out_holder .log_out_but a:hover{
	color: #fff;
	border: 1px solid #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -moz-linear-gradient(top,  #666,  #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
}
/* LOG OUT SHOP1 */







/* COUPON CODE SHOP1 */
#coupon_code_form {
	border: 0px solid #fff;
	padding-bottom: 10px;
}
#coupon_code_form .input_holder {
	display: inline;
	margin: 10px 0 10px 40px;
	line-height: 50px;
}
#coupon_code_form div{
	width: 560px; 
	margin: 4px auto 4px 20px; 
	border: 0px solid #fff;
}
#coupon_code_form .coupon_code{
	font-size: 18px; 
	margin: 0 15px 0 15px; 
	border-bottom: 1px dotted #ccc;
}
#coupon_code_form div p{
	color: #333;
	font-size: 10px; 
	line-height: 14px; 
	margin: 0 0 0 0;
}
#coupon_code_form .lg_note{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px; 
	margin: 0 0 0 0;
	text-transform: uppercase;
}
#coupon_code_form .bot_note{
	font-size: 10px; 
	line-height: 14px; 
	margin: 0 0 0 0;
}
#coupon_code_form input{
	width: 200px;
}
/* COUPON CODE SHOP1 */







/* SHIPPING SHOP1 */
#shipping_shop div{
	width: 600px; 
	margin: 0 0 6px 0;
	border: 0px solid #333;
}
#shipping_shop label{
	width: 200px;
	padding: 0 0 0 0;
}
#shipping_shop input{
	width: 200px;
	margin: 0 0 0 10px; 
}
#shipping_shop select{
	width: 208px;
	margin: 0 0 0 10px;
}
/* SHIPPING SHOP1 */









/* PAYMENT FORM SHOP2 */
#payment_form{
	border: 0px solid #fff;
	width: 640px;
	padding: 0;
	margin: 0;
}
#payment_form div{
	display: inline;
	border: 0px solid #fff;
	padding: 0;
	margin: 0;
}
#payment_form .full_wide{
	 width: 640px;
}
/* PAYMENT FORM SHOP2 */













/* INFO POPS SHOP1&2 */
a.info{
	margin: 6px 4px 0 0;
	float: left;
	position: relative; /*this is the key*/
	z-index: 24; 
}
a.info img{
	margin: 0px 4px 0 0; 
	float: left;
}
a.info:hover{
	z-index: 25; 
}
a.info span{
	display: none;
}
a.info:hover span{ /*the span will display just on :hover state*/
	display: block;
	position: absolute;	 
	width: 225px;
	padding: 6px;
	background-color: #000; 
	border: 1px solid #333;
	text-align: left;
	float: left;
}
a.info2  {
	width: 120px;
	height: 25px;
	display: inline-block; 
	border: 0px solid #333; 
	margin: 0px 0px 0px 0px;
}
a.info2 img  {
	margin: 0px 4px -3px 3px;
	float: left; 
}
a.info2 span {
	display: none; 
	padding: 8px 8px; 
	margin: -180px 0px 0px 20px; 
	width: 300px;
}
a.info2:hover span{
	display: inline; 
	position: absolute; 
	background-color: #000; 
	border: 1px solid #333; 
	color: #fff;
}
/* INFO POPS SHOP1&2 */









/* SHOPPING NAVIGATION SHOP1&2 */
#shop_nav {
	display: table;
	width: 700px;
	text-align: center;
	margin: 0 0 0 30px;
	border: 0px solid #fff;
}
#shop_nav ul{
	margin: 0 auto 0 auto;	
}
#shop_nav ul li{
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 0 auto 0 auto;
}
#shop_nav li a:link,  
#shop_nav li a:active, 
#shop_nav li a:visited {
	float: left;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #333;
	display: block;
	width: 140px;
	padding: 10px;
	margin: 0 4px 1px 0px;
	text-align: center;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#233251), to(#000000));
	background: -moz-linear-gradient(top,  #233251,  #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233251', endColorstr='#000000');
	font-style: none;
	
}
#shop_nav li a:hover {
	color: #fff;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#233251), to(#333333));
	background: -moz-linear-gradient(top,  #233251,  #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233251', endColorstr='#333333');
	font-style: none;
}
#shop_nav li .shop_current{
	float: left;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #333;
	display: block;
	width: 140px;
	padding: 10px;
	margin: 0 4px 1px 0px;
	text-align: center;
	background-color: #000;
	font-style: none;
	
}
/* SHOPPING NAVIGATION SHOP1&2 */