
/*===========================
              General Styles                    
===========================*/


body{
	color: #444444;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
}
input{
	margin: 0;
	padding: 3;
	border: 1px solid #d0d0d0;
	font-family: Helvetica;
	font-size: 12px;
}
input.ImgButton{
	border: none;
	margin: 0;
	padding: 0;
}
.submit{
	text-transform: uppercase;
	color: white;
	background: #999999;
	padding: 6px;
	border: none;
	font-size: 10px;
}
.red{
	background-color: #aa0909;
}
.clear{
	clear: both;
}
.noBullets{
	margin: 20px 0 0 -13px !important;
	margin: 20px 0 0 -5px;
}
.noBullets li{
	list-style-type: none;
}
.bottom_right_button_container, .alignRight{
	float: right;
}
.alignLeft{
	float: left;
}
.error{
	width: 100%;
	margin: 10px 0;
	color: #701919;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color:#FFDFDF;
	float: left;
}
.strike{
	text-decoration: line-through;
	color: #999;
}
.pad_image{
	padding: 5px;
}

/* ++ Content Containers ++ */
.wrapper{
	width: 644px;
	margin: 0 auto;
	padding: 10px;
}
.content_container{
	float: left;
}
.content_container h1{
	font-family: myriad pro, helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #701919;
	display: block;
	width: 634px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f6f6f6;
	border:1px solid #d0d0d0;
}
.content_container h2{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid gray;
}
.product_subTitle{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 634px;
	padding: 10px 0;
	border: none;
	border-bottom: none;
}
.content_container h4{
	margin: 0;
	padding: 0;
}




/*===========================
              		 Table Styles                    
===========================*/

/*++ Colored Address Table ++*/

.colored_address_table{  
	margin: 0;
	padding: 0;
	float: left;
}
.colored_address_table tr td{
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
.colored_address_table tr.alt{
	background-color: #dfdfdf;
}
.colored_address_table tr td strong{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #07336a;
	margin: 0;
	padding: 0;
}


/*++ General Table ++*/

.general_info_table{  
	margin: 0 20px 30px 0;
	float: left;
}
.general_info_table thead td{
	padding: 0 0 3px 0;
}
.general_info_table tr td{
	padding: 5px 0;
	vertical-align: top;
}
.general_info_table tr td.title{
	text-align: right;
	width:35%;
	white-space:nowrap;
}
.general_info_table tr td.content{
	text-align: left;
	width:65%;
}
.general_info_table tr td h3{
	margin: 3px 0;
}

/*++ Colored Info Table ++*/

.colored_info_table{  
	margin: 0 20px 30px 0;
	float: left;
}
.colored_info_table thead td{
	padding: 0 0 4px 0;
	vertical-align: top;
}
.colored_info_table tr td{
	padding: 5px;
	border: 1px solid white;
}
.colored_info_table tr td.title{
	text-align: right;
	background-color: #dfdfdf;
	width:35%;
	white-space:nowrap;
}
.colored_info_table tr td.content{
	text-align: left;
	background-color: #f5f5f5;
	width:65%;
}
.colored_info_table tr td h3{
	margin: 3px 0;
}


/*++ General Grid Table ++*/

.general_grid_table{  
	margin: 0 0 30px 0;
	float: left;
}
.general_grid_table thead td{
	padding: 5px;
	vertical-align: top;
}
.general_grid_table tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.general_grid_table tr.alt{
	background-color: #f5f5f5;
}
.general_grid_table tr td h3{
	margin: 3px 0;
}


/*++ Colored Grid Table ++*/

.colored_grid_table{  
	margin: 0 0 30px 0;
	float: left;
}
.colored_grid_table thead td{
	padding: 5px;
	background-color: #dfdfdf;
	vertical-align: top;
	white-space:nowrap;
		border: 1px solid white;
}
.colored_grid_table tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.colored_grid_table tr.alt{
	background-color: #f5f5f5;
}
.colored_grid_table tr td h3{
	margin: 3px 0;
}


/*++ Colored Grid Table 2 ++*/
/* no colored thead */
.colored_grid_table2{  
	margin: 0 0 30px 0;
	float: left;
}
.colored_grid_table2 thead td{
	padding: 5px;
	vertical-align: top;
	white-space:nowrap;
}
.colored_grid_table2 tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.colored_grid_table2 tr td.title{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background-color: #dfdfdf;
}

.colored_grid_table2 tr.alt{
	background-color: #f5f5f5;
}
.colored_grid_table2 tr td h3{
	margin: 3px 0;
}




/*++ reorder grid elements ++*/
a.sortLink_down{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #07336a;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/closeouts/down.jpg);
	
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	float: left;
	text-decoration: none;
}
a.sortLink_up{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #07336a;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/closeouts/up.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	float: left;
	text-decoration: none;
}

/*++ Colored Product Table ++*/

.colored_product_table{  
	margin: 0 0 30px 0;
	float: left;
}
.colored_product_table tr td{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
.colored_product_table tr{
	background-color: #dfdfdf;
	border-bottom:1px solid white;
}
.colored_product_table tr.alt{
	background-color: #f5f5f5;
}



/*++ Quick checkout table ++*/
.quickCheckout_table{
	float:left;
	width: 185px;
	margin: 0 0 20px 0;
}
.checkout_btn{
	float:right;
}

/* ++ Table Row Alts ++ */
.rowAlt{
	background-color: #efefef;
}


/*===========================
              Site Specific Styles                    
===========================*/


/* ++ Catagory page elements ++ */

/*Category item container*/
.cat_item{
	float: left;
	margin-bottom: 30px;
}
.cat_item h1{
	margin-bottom: 10px;
}
/*category image containers*/
.cat_image{
	display: block;
	width: 158px;
	padding: 3px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border:1px solid #d0d0d0;
	float: left;
}
.cat_image img{
	float: left;
}

/*category right side elements*/
.right_product_category{
	width: 480px !important;
	width: 440px;
	padding: 10px;
	margin: 0;
	float: left;
}
.right_product_category h1{
	font-family: myriad pro, helvetica;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #444444;
	display: block;
	margin:0 0 10px 0;
	padding: 0;
	width: auto;
	background-color: inherit;
	border: none;
}
.right_product_category h2{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	color: #701919;
	width: auto;
	margin:0;
	padding: 0px;
	border: none;
}
.right_product_category h3{
	font-family: myriad pro, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	width: auto;
	padding: 0;
	margin: 0;
}
.colors_available_container{
	float: left;
}



/* ++ Product Image and functionality ++ */
.product_image_container{
	width: 254px;
	float: left;
}
.jqzoom_container{
	width: 254px;
	float: left;
}
.zoom_instructions{
	font-family: Helvetica;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
	display: block;
	width: 219px;
	height: 27px;
	padding: 3px 30px 3px 3px;
	background-image: url(/images/closeouts/magnifyingGlass.gif);
	background-position-x: right;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border:1px solid #d0d0d0;
	float: left;
}


/*Jqzoom*/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/images/closeouts/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}







/*  Product information  */
.right_product_content{
	width: 380px !important;
	width: 350px;
	padding: 10px;
	float: left;
}
.headlineBox{
	width: 250px;
	text-align: center;
}
.right_product_content .headlineBox h1{
	font-family: myriad pro, helvetica;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #000;
	display: block;
	margin:0 0 10px 0;
	padding: 0;
	width: auto;
	background-color: white;
	border: none;
}
.right_product_content .headlineBox h2{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	color: #701919;
	width: auto;
	margin:0;
	padding: 0px;
	border: none;
}
.right_product_content .headlineBox h3{
	font-family: myriad pro, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	width: auto;
	padding: 0;
	margin: 0;
}



/* Quantity Table */
.qty_table{
	width: 634px;
	margin: 30px 0;
}
.qty_table thead{
	background-color: #f6f6f6;
}
.qty_table thead td{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	color: #701919;
	text-align: center;
	padding: 5px;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
.qty_table thead td.start{
	border-left:1px solid #d0d0d0;
	text-align: left;
	width: 150px;
	padding-left: 10px;
}
.qty_table thead td.end{
	border-right:1px solid #d0d0d0;
}

.qty_table tr td{
	text-align: center;
	padding: 5px;
}
.qty_table tr td.start{
	text-align: left;
	width: 150px;
	padding-left: 10px;
}
.qty_table tr td.end{
	text-align: right;
}

.qty_field {
	width:30px;
}
#size_s, #size_m, #size_l, #size_xl, #size_2x, #size_3x {
	width:30px;
}


/* Quantity Results */
.qty_result{
	font-family: myriad pro, helvetica;
	font-size: 18px;
	width: 634px;
	margin-top:5px;
	border:1px solid #d0d0d0;
	background-color: #f6f6f6;
}
.qty_result tr td{
	text-align: center;
	padding: 2px;
	width: 30px;
}
.qty_result tr td.start{
	text-align: left;
	width: 90px;
	padding-left: 10px;
}
.qty_result tr td.end{
	text-align: right;
}
.qty_result tr td span{
	font-size: 14px;
}


/*++ Pagination ++*/
.pagination{
	width: 644px;
	float: left;
}
.pagination ul{
	margin: 0;
	padding: 0;
	float: left;
}
.pagination ul li{
	list-style: none;
	padding: 0 3px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #3f3f3f;
	float: left;
}
.pagination ul li a, .pagination ul li a:link, .pagination ul li a:visited, .pagination ul li a:active{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #3f3f3f;
}