/* campaign_store.css */

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

noscript  {
	display: none;
}

body  {
	background: url(images/pagop_bodyBG.jpg) top left repeat-x;
}

h1  {
/* 	font: bold 30px/36px Georgia,"Times New Roman","Bitstream Charter",Times,serif; */
	font: bold 30px/36px Arial, Helvetica, Sans-Serif;
}

h1 a  {
	color: #003366;
}

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

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

hr  {
	color: #FFF;
}

#pgWrapper  {
	position: relative;
	width: 950px;
	margin: auto;
	background: #FFF;
}


#header  {
	position: relative;
	margin: auto;
	width: 949px;
	height: 85px;
	top: 0px;
	margin-bottom: 15px;
}

#main  {
	clear: both;
	background: #FFF;
}

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

#col_left  {
	float: left;
	width: 621px;
/* 	background: #EEE; */
}

#col_right  {
	float: left;
	width: 329px;
/* 	margin-left: 50px; */
	margin-top: 12px;
/* 	background: url(images/col_right_bg.jpg) repeat-y top left; */
	background: #003366;
	margin-bottom: 12px;
	color: #FFF;

}

#footer  {
/* 	margin-top: 30px; */
	height: 32px;
	font: normal 11px/32px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCC;
	color: #FFF;
	text-align: center;
	background: #5B7C9F;
}

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

#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: 586px;
	margin: 12px 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: 43px;
	width: 950px;
	clear: both;
	background: url(images/pagop_navBG.jpg) repeat-x top left;
	text-transform: uppercase;
	z-index: 50;
}

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

#nav li:hover  {
	color: #131E4C;
	cursor: pointer;
}

#nav li ul  {
	position: absolute;
	top: 32px;
	left: 340px;
	display: none;
	list-style-type: none;
	background: #CCCCCC;
	margin-left: auto;
	padding: 0px;
	z-index: 50;
}

#nav li ul li  {
	float: none;
	padding: 0px 10px;
}
#nav li ul li:hover  {
	background: #D6D7D9;
}

#wrap_nav a {
	color: #6D6E70;
	text-decoration: none;
}
#wrap_nav a:hover  {
	color: #131E4C;
	text-decoration: none;
}

/*
	Shopping Cart Styles
*/
#cart_top  {
/* 	background: url(images/cart_top.jpg) top left no-repeat; */
	width: 314px;
	height: 8px;
}
#wrap_cart  {
 	width: 294px;
/* 	color: #131E4C; */
	color: #FFF;
/* 	background: url(images/cartBG.jpg) top left repeat-y; */
	background: #003366;
	padding: 0px 10px;
}
#cart_bot  {
/* 	background: url(images/cart_bot.jpg) top left no-repeat; */
}


#cart_box  {
	position: relative;
	width: 280px;
	margin: auto;
/* 	background: url(images/cart_shadow.jpg) bottom center no-repeat; */
	min-height: 300px;
	padding: 0px 10px;
}

#wrap_cart_items  {
	padding-top: 10px;
	position: relative;
}
#wrap_cart_items a {
	color: #FFF;
	text-decoration: none;
}
#wrap_cart_items a:hover  {
	text-decoration: underline;
}
#wrap_cart_items h2  {
	margin-bottom: 10px;
}

.cart_item_row  {}

.cart_item_title  {
	float: left;
	font-weight: bold;
	width: 50%;
}
.cart_img  {
	float: left;
	width: 75px;
}

.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: 145px;
}

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

.frm_row  {
	margin-top: 8px;
	font: normal 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
}

.product_img  {
	width: 150px;
	height: 162px;
	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: 159px;
	height: 24px;
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/btn_add_to_cart.png) 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  {
	background: url(images/btn_checkout.png) no-repeat center center;
	text-align: center;
	width: 285px;
	height: 45px;
}

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

.ckout_sec_title  {
/* 	border-bottom: 1px solid #000; */
	position: relative;
	width: 560px;
	margin-left: 0px;
}

#ckout_right  {
	float: left;
	width: 320px;
	margin-left: 50px;
	margin-top: 25px;
	background: url(images/ckout_rightBG.jpg) repeat-y top left;
	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: normal 10px/14px Arial, Helvetica, Sans-Serif;
}

#btn_place_order  {
	position: relative;
	width: 294px;
	height: 45px;
	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: 100px;
}

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

#wrap_receipt  {
	position: relative;
	width: 900px;
	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  {
	width: 950px;
	margin-top: 15px;
	font: normal 10px/14px Arial, Helvetica, Sans-Serif;
	color: #666;
	padding-bottom: 10px;

}

#frm_payment {
/* 	margin-left: 10px; */
}
#wrap_frm_payment  {
	position: relative;
	width: 300px;
	margin: auto;
}

.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;
}

.cbox_top  {
/* 	background: url(images/cbox_top.jpg) top left no-repeat; */
	width: 586px;
	height: 11px;
}
.cbox  {
/* 	background: url(images/cboxBG.jpg) top left repeat-y; */
	width: 586px;
	padding: 0px 10px;
}
.cbox_bot  {
/* 	background: url(images/cbox_bot.jpg) top left no-repeat; */
	width: 586px;
}

#ticker  {
	position: relative;
	width: 916px;
	margin: 15px auto;
}

#ticker_list  {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	height: 26px;
}

#wrap_ticker {
	position: relative;
	font: normal 14px/26px Arial, Helvetica, Sans-Serif;
	color: #223869;
	height: 26px;
}

#wrap_ticker h4  {
	padding-left: 25px;
}

#ticker_current  {
	position: absolute;
	top: 0px;
	left: 140px;
	height: 26px;
}
#ticker_next  {
	position: absolute;
	top: 26px;
	left: 25px;
	height: 26px;
}

#callouts  {
	position: relative;
	width: 916px;
	margin: 20px auto;
}
#callouts img  {
	border: 0px;
}

.long_top  {
	width: 916px;
	height: 6px;
	background: url(images/long_top.jpg) top left no-repeat;
}
.long_mid  {
	background: url(images/longBG.jpg) top left repeat-y;
}
.long_bot  {
	width: 916px;
	height: 6px;
	background: url(images/long_bot.jpg) top left no-repeat;
}
.co  {
	float: left;
	width: 212px;
	height: 116px;
	margin-left: 13px;
}


#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;
}

.collage a  {
	color: #003366;
}
.collage  {
	list-style: none;
}
.collage li  {
	font: normal 14px/22px Arial, Helvetica, Sans-Serif;
}
#txt_processing_order  {
	font: bold 14px/35px Arial, Helvetica, Sans-Serif;
}

#product_right p  {
	margin: 15px 0px;
}