/* campaign_store.css */

body, h1, h2, h3, h4, h5, p, ul, li, div  {
	margin: 0px;
}

body  {
	background: url(images/sholleyBG2.jpg) repeat-y top center #01245C;
}

noscript  {
	display: none;
}

h1  {
	font: bold 30px/36px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}

h2  {
	font: bold italic 20px/28px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}

a {
	color: #003276;
	text-decoration: none;
	outline: none;
}

#pgWrapper  {
	position: relative;
	width: 1018px;
	margin: auto;
/* 	background: url(images/sholleyBG2.jpg) repeat-y top left; */
	height: 900px;
}

#header_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/headerBG.jpg) repeat-x top left;
	height: 98px;
	width: 100%;
}

#header  {
	position: relative;
	margin: auto;
	width: 900px;
	height: 98px;
	z-index: 10;
	top: 10px;
}

#main  {
	clear: both;
	width: 900px;
	position: relative;
	margin: auto;
	background: #FFF;
}

#wrap_main  {
	clear: both;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
}

#col_left  {
	float: left;
	width: 600px;
	background: #FFF;

}

#col_right  {
	float: left;
	width: 270px;
/* 	padding-left: 20px; */
	background: #1B4973;
	margin-left: 20px;
	margin-bottom: 20px;

}

#footer  {
/* 	height: 70px; */
	font: normal 11px/28px Verdana, Arial, Helvetica, sans-serif;
	background: #5C8CB4;
	border: 2px solid #BBCCE0;
	color: #FFF;
	position: relative;
	width: 875px;
	margin: auto;
	text-align: center;
}
#footer img  {
	margin: 5px 5px;
}

#footer a  {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover  {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
}

.float {
	float: left;
}

#wrap_login  {

	padding: 5px;
}
#login_box {
	position: relative;
	margin: auto;
	width: 230px;
	background: #DDD;
/* 	clear: both; */
}

#login_box label  {
	float: left;
	width: 80px;
	line-height: 28px;
}

#login_box input {
	float: left;
	width: 125px;
	border: 1px solid #000;
	margin: 5px;
}

#btn_login  {
	padding: 5px 10px;
	font: bold 14px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
}

.panel  {
	position: relative;
	width: 550px;
	margin: 25px auto;
}

.product_row  {
	clear: both;
}

.wrap_item  {
	float: left;
	width: 150px;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align: center;
	font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
}

/*
Navigation Styles
*/

#wrap_nav  {
	position: relative;
	height: 30px;
	width: 100%;
	clear: both;
	background: #1B4973;
	margin-bottom: 10px;
}

#nav  {
	position: relative;
	margin: auto;
	width: 900px;
	list-style-type: none;
}
#nav li {
	float: left;
	font: bold 14px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #003276;
	padding: 0px 0px;
}

#nav li:hover  {
	background: #FFF;
	color: #003276;
	cursor: pointer;
}
#nav li a  {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav li a:hover  {
	color: #003276;
}

/*
	Shopping Cart Styles
*/

#wrap_cart  {
	padding: 5px;
/* 	width: 300px; */
	color: #FFF;
}
#cart_box  {
	position: relative;
/* 	width: 230px; */
	margin: auto;
}

#wrap_cart_items  {
	margin-top: 10px;
}
#wrap_cart_items a {
	color: #FFF;
	text-decoration: none;
}
#wrap_cart_items a:hover  {
	text-decoration: underline;
}

.cart_item_row  {}

.cart_item_title  {
	float: left;
	font-weight: bold;
	width: 50%;
}
.cart_img  {
	float: left;
	width: 75px;
/* 	border: 1px solid #000; */
	background: #000;
}

.cart_attributes  {
	float: left;
	margin-left: 10px;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
}
.cart_values  {
	float: left;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 120px;
}

/*	Product Detail Styles  */
#breadcrumb  {
	background: #CC0000;
	font: bold 14px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 25px;
/* 	margin-top: 25px; */
	margin-bottom: 25px;
}
#breadcrumb a  {
	color: #FFF;
	text-decoration: none;
}

.frm_row  {
	margin-top: 8px;
}

.product_img  {
	width: 150px;
	text-align: center;
}

.product_name  {
	float: left;
	width: 450px;
	font: bold 24px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #003276;
	margin-bottom: 25px;
}

.product_price  {
	float: left;
	font: bold 24px/28px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #003276;
}

.product_description  {
	font: normal 13px/16px Verdana, Arial, Helvetica, sans-serif;
}

#product_left  {
	float: left;
	width: 150px;
}

#product_right  {
	float: left;
	width: 380px;
	margin-left: 20px;
/* 	border: 1px solid #000; */
}

.txt_qty  {
	font-weight: bold;
}

#frm_qty  {
	margin-left: 8px;
}

#sel_size  {
	width: 150px;
}

#sel_color  {
	width: 150px;
}

.btn_add_to_cart  {
	width: 175px;
	height: 75px;
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/btn_add_to_cart.jpg) no-repeat center center;
}
.btn_add_to_cart:hover  {
	cursor: pointer;
}

#cart_tooltip  {
	margin-top: 50px;
/* 	display: none; */
}

.msg  {
	font: normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
}

.success  {
	background: #DFF2BF url(images/msg_success_BG.jpg) no-repeat 10px 10px;
	border: 1px solid #6EA136;
	font: normal 14px/34px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 45px;
	color: #6EA136;
}

.warning  {
	background: #FEEFB3 url(images/msg_warning_BG.jpg) no-repeat 10px 10px;
	border: 1px solid #B47F27;
	font: normal 14px/34px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 45px;
	color: #B47F27;
}

.info  {
	background: #BDE5F8 url(images/msg_info_BG.jpg) no-repeat 10px 10px;
	border: 1px solid #70A9D2;
	font: normal 14px/34px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 45px;
	color: #70A9D2;
}

.error {
	background: #FFBABA url(images/msg_error_BG.jpg) no-repeat 10px 10px;
	border: 1px solid #E02832;
	font: normal 14px/34px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 45px;
	color: #E02832;
}

#btn_checkout  {
/* 	padding: 5px; */
/* 	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif; */
	background: url(images/btn_checkout.jpg) no-repeat center center;
/* 	border: 1px solid blue; */
	text-align: center;
	width: 175px;
	height: 75px;
}

.cart_subtotal  {
	float: left;
	width: 50%;
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.ckout_sec_title  {
/* 	border-bottom: 1px solid #000; */
}

#ckout_right  {
	float: left;
	width: 320px;
	margin-left: 50px;
	margin-top: 25px;
	background: #1B4973;
	color: #FFF;
	padding: 10px;
}

#ckout_left  {
	float: left;
	width: 500px;
}

#ckout_left .panel  {
	width: auto;
}

#ckout_wrap_cart  {
	width: 300px;
}

.help  {
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}

.frm_row label  {
	font-weight: bold;
}
.frm_row cite  {
	font-weight: normal;
	font: normal 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}

#btn_place_order  {
	position: relative;
	width: 125px;
	height: 50px;
	font: bold 18px/40px Verdana, Arial, Helvetica, sans-serif;
	background: #CC0000;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
	margin: auto;
}


.checkout_item_title  {
	float: left;
	font-weight: bold;
	width: 50%;
}
.checkout_cart_img  {
	float: left;
	width: 75px;
/* 	border: 1px solid #000; */
	background: #000;
}

.checkout_cart_attributes  {
	float: left;
	margin-left: 10px;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	width: 110px;
}

.checkout_cart_values  {
	float: left;
	font: bold 12px/16px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	text-align: right;
	width: 115px;
}

#wrap_receipt  {
	position: relative;
	width: 800px;
	margin: auto;
}

.col_head  {
	background: #000;
	color: #FFF;
	font: bold 13px/18px Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.receipt_totals  {
	font: bold 16px/20px Arial, Helvetica, Sans-Serif;
	text-align: right;
}
.receipt_order_total  {
	font: bold 18px/24px Arial, Helvetica, Sans-Serif;
	text-align: right;
}

.row1  {
	background: #DDD;
}

.row2  {
	background: #AAA;
}

.disclaimer  {
	float: right;
	width: 375px;
	margin-right: 10px;
	font: normal 10px/14px Arial, Helvetica, Sans-Serif;
	text-align: left;
	color: #FFF;
	margin-top: 5px;
}
#frm_payment {
/* 	margin-left: 10px; */
}
#wrap_frm_payment  {
	width: 300px;
}

.secTitle  {
	font-weight: bold;
}
#wrap_contact  {
		width: 600px;
		padding-top: 15px;
	}
	#wrap_contact_form  {
		position: relative;
		margin: auto;
		width: 540px;
		font: normal 12px/18px Arial;
	}

	#wrap_contact_form #company_name  {
		width: 500px;
	}

	#wrap_contact_form #first_name  {
		width: 223px;
	}
	#wrap_contact_form #last_name  {
		width: 223px;
	}

	#wrap_contact_form #address1  {
		width: 500px;
	}
	#wrap_contact_form #city {
		width: 245px;
	}
	#wrap_contact_form #state  {
		width: 65px;
	}
	#wrap_contact_form #zip  {
		width: 90px;
	}
	#wrap_contact_form #email  {
		width: 180px;
	}
	#wrap_contact_form #phone  {
		width: 110px;
	}
	#wrap_contact_form #fax  {
		width: 110px;
	}
	#wrap_contact_form #remarks  {
		width: 500px;
		height: 125px;
	}
	#wrap_contact_form #btn_submit  {
		width: 93px;
		height: 33px;
	}

.bld  {
	font-weight: bold;
}
#wrap_cart_items h3  {
	margin-top: 150px;
	font: bold italic 14px/22px Arial, Helvetica, Sans-Serif;
}
#mobile_phone  {
	padding: 5px 5px;
}

#lightboxBG  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500%;
	z-index: 99;
	background: #222;
	opacity: 0.95;
	display: none;
}

#lightbox_img  {
	position: relative;
	width: 500px;
	height: 500px;
	opacity: 1;
	z-index: 999;
	display: none;
}
#legal  {
	position: relative;
	width: 875px;
	margin: auto;
	font: normal 7pt/9pt Arial, Helvetica, Sans-Serif;
	background: #FFF;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 25px;
}
.collage  {
	list-style: none;
	font: normal 16px/26px Arial, Helvetica, Sans-Serif;
}
