/* @override http://bri.blkbx.com/lib/bri.css */

@import url("/lib/bri_mcs.css");


/* @group Tag defaults */

body
{
	background-color: #1d2e77;
	font-family:  "Lucida Grande", Verdana, "Trebuchet MS", Arial,  Sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
}
body#adminArea{
		background-color: #fff;

}

a{
	text-decoration: none;
	color:#000;
	cursor: pointer;
	
}

a:hover{
color:  #aaf;
}

img{
	border:  none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;

}

h1 {
	font-size: 16px;
	margin-top: 14px;
	font-weight: normal;
	
}

h2 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 13px;

}

h3 {
	font-size: 10px;


}

h4
{
	font-size: 10px;
	text-transform: uppercase;
	font-style: italic;
	}

h5{
	font-size: 10px;
	font-weight: bold;
	
}
p {
	margin: 6px 0;
	padding: 0 ;
	}

ul {
	padding: 0;
	margin: 0;
	
}



ul  li {
	list-style: none;
	background: url(/lib/bullet.gif) no-repeat 0px 6px;
	padding-left: 8px;
	margin-left: 2em;
}

dl {
	
}

dl dt {
	font-weight: bold;
}
dl dd{
	margin-left: 25px;
}

table tr td, 
table tr th{
	padding:0;
	margin:0;
	text-align:left;
	padding-right: 20px;
	
}
table tr th{
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}
table{
	border: none;
	border-collapse: collapse;
}
form{
	padding: 0;
	margin: 0;
}

/* <th> used as left side label in forms */
form table th,
table.form th{
	text-align: right;	
	font-size: .8em;
	font-weight: normal;
	padding-top: .5em;
	vertical-align:  top;

}
/* otherwise <th> used as listing headers */
form table tr th,
table.form tr th{
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding:4px 4px;
	margin: 0;
}
input.field textarea, select{
	font-size: 10px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", lucida, sans-serif;
	margin-bottom: 3px;
	background-color: #fafafa;
	border: 1px solid #aaa;

}



	
/* @end */

/* @group Global Layout/Nav */
div.menu{
	position: absolute;
	background-color: #fff;
	color: #000;
	border: 1px solid #1d2e77;
	width: 200px;
	z-index: 100;
}
div.menu div a{
	padding: 2px 10px 2px 20px;	
}

div.menu a{
	display: block;
	color:#000;
	padding: 4px 10px;	
}
div.menu a:hover{
	background-color: #1d2e77;
	color: #fff;
}
div#box{
	background-color: #fff;
	width: 1010px;
	margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: visible;
}
div#topNav{
	padding: 15px 0;
	height: 10px;
}
div#topNav a{
	display: block;
	float: left;
	width: 127px;
	text-align: center;

}
div#topBar{
	background-color: #1d2e77;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	height: 20px;
	
}
div#topBar a{
	display: block;
	float: left;
	color: #fff;
	width: 200px;
	padding-top: 5px;
	text-align: center;

}
div#topBar input{
	 float:right;
	 margin-right: 10px;
}
div#rightBox{
	float: left;
	width: 785px;
}
#banner img{
	margin: 10px;
}

#cartLink{
	text-align: right;
	padding: 10px 5px;
	text-transform: uppercase;
}
#cartLink a{
	padding-left: 40px;
}

#leftNav{
	float: left;
	margin-top:  10px;
	margin-left: 15px;
	margin-right: 15px;

	width: 175px;
	text-align: center;
}
#leftNav div{
	width: 165px;
	background-color: #eff2f9;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;

}
#leftNav h1{
	color: #fff;
	background-color: #1d2e77;
	margin: 12px 0 0 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: normal;

}
#leftNav h2{
	margin:0;
	border-bottom: 1px solid #274994;
	color: #274994;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
#leftNav a{
	display: block;
	font-size: 11px;
	color: #000;
	margin-bottom: 4px;
}
#leftNav p{
	margin-bottom: 18px;
}
#footer{
clear: both;
font-size: 10px;
text-align: center;
padding-top: 40px;
padding-bottom: 10px;

}
#content {
}
#content a{
	color: #4471d3;
}
#content h1,
#content h3{
color: #00529c;	
font-weight: bold;
margin: 0;
padding: 0;
}
#content h3{
	font-size: 14px;
}
#content h2{
 font-size: 14px;
 border-bottom: 1px solid #ddd;
 font-style: italic;
}

div#optimizeOrder{
	border: 1px solid #274994;
	background-color: #fff;
	width: 163px;
	margin-bottom: 20px;
	
}

.blueButton{
 background-color: #1d2e77;
 color: #fff !important; 
 border: 1px solid #00529c;
 padding: 4px 12px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 10px;
}
.linkButton{
	color: #1d2e77;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	background: #fff url(/lib/icons/arrow_right_10.png) no-repeat 0 4px;
}
button.linkButton:hover{
	 background-color: #1d2e77;
	 color: #fff;
	
}
.error{
	color:  red;
}
div.col{
	width:250px;
	float:left;
	margin-right:5px
}
div.briController{
	text-align: center;
	font-size: 14px;
}
div.dialog{
	position: absolute;
	background-color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #1d2e77;
	padding: 20px;
}
.closeBox{
	position: absolute;
	right: 5px;
	top:  5px;
}
/* @end */

/* @group Events Pages */

#eventBanner{
	color: #fff;
	background: #4471d3 url(/lib/banner_base.png) repeat-x;
	text-align: center;
	margin-bottom: 10px;
}

#eventsProductsLists p{
	margin: 0;
	padding: 0 ;
}
#eventsProductsLists img{

}
#eventsProductsLists table tr td{
	vertical-align: bottom;
	text-align: center;
	padding: 10px;

}
#eventsProductsLists td.on span.zoomCtl{
	display: inline;
}
#eventsProductsLists td a.zoomLink{
	height:12px;
	width: 120px;
	white-space: nowrap;
}

#eventsProductsLists td span.zoomCtl{
	display: none;
}

#eventsProductsLists a{
	font-size: 10px;
	display: block;
}

div.scrollContainer{
	width: 785px;
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 20px;
}



/* @end */

/* @group Front */

/* Front */
#frontPinBanner{
	width: 785px;
	overflow: hidden;
	padding: 0;
	margin: 20px 0;
}
#frontPinBanner a{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
#frontPinBanner a:hover{
	font-weight: bold;
}
div#upcomingEvents{
	width: 785px;
	overflow: hidden;
	padding: 0;
	margin: 20px 0;
}
div#upcomingEvents div{
	float: left;
	text-align:center;
	width: 228px;
	height: 60px;
	border: 1px solid #ddd;
	margin:0px 5px;
	padding: 10px;
	
}
div#upcomingEvents p{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 12px;
}
div#bottomBanners{
	text-align: center;
}



/* @end */

/* @group Catalog */
div#content table.productListing td h3{
	font-size: 10px;
	text-align: left;
}
table.productListing td{
	width: 240px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
table.productListing td.prodListImage{
	width: 148px;
	background-color: rgb(239, 242, 249);
	vertical-align: middle;
	text-align: center;
}

div.pickerList{
	font-size: 9px;
	width: 450px;
	overflow-x: scroll;
	padding-bottom: 5px;
	margin-bottom: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
div.pickerList a{
	display: block;
	margin: 0;
	text-align: center;
	border: 1px solid #fff;

	padding: 6px;
}
div.pickerList a:hover{
		background-color: rgb(239, 242, 249);
}
div.pickerList a.on{
	border: 1px solid #000;
}
div.pickerList table tr td{
	margin: 0;
	padding: 0;
}

div.prodDetailImage{
	float: left;
	margin: 10px;
	padding: 10px;
}
div.productDetail{
white-space: normal;
}
div.prodDetailDesc{
	 padding: 30px;
	
}
div#productOrderForm{
/*
	clear: both;
*/
	padding-top: 12px;
}
table.priceBreak{
	/*
	display: inline-table;
	*/
	
}
table.priceBreak td,
table.priceBreak th{
	text-align: right;
	border: 1px solid #ddd;
	padding: 4px 10px;
}
div.pickerSelectedText{
	font-size: 9px;
	padding-top: 4px;
}
div.note{
	padding-bottom: 18px;
	
}
span.wcDisplay{
	padding-left: 12px;
	font-weight: bold;
}
/* @end */

/* @group Cart and Checkout */


.cartTable thead td,
#cartTable thead td{
	font-weight: bold;
	text-align:center;	
	font-size: 10px;
	text-transform: uppercase;
}
.cartTable tbody td,
#cartTable tbody td{
	border: 1px solid #999;
	padding: 4px;
}
.cartTable tbody,
#cartTable tbody{
	border-bottom: 3px solid #999;
}
.cartTable tfoot td,
#cartTable tfoot td{
	border: 1px solid #999;
	padding: 4px;
	text-align: right;

}
.cartTable tfoot tr.cartButtons td,
#cartTable tfoot tr.cartButtons td{
	border: none;
}
#checkoutProgressBar{
 }
#checkoutProgressBar a{
	display: inline-block;
	padding: 5px 0px;
 	text-align: center;
 	width: 130px;
 	height: 30px;
	background: #eff2f9 url(/lib/icons/cart_timeline.gif) no-repeat -2px 24px;
}
#checkoutProgressBar a.on{
	  	background-color: #1d2e77;
		color: #fff;
	background: #1d2e77 url(/lib/icons/cart_timeline_on.gif) no-repeat -2px 24px;

}
#cartReviewShipping{
	float: left;
	margin-right: 50px;
	width: 350px;
}
#cartReviewPay{
		float: left;
	width: 350px;

}
#cartReviewSummary table td{
	text-align: right;
}
#cartTable a.linkButton{
	display: block;	
	background: url(/lib/icons/arrow_right_10.png) no-repeat 0 4px;
}
tr.lineItemIssue{
	border: 2px solid #1d2e77;
}
.lineItemIssueDetail{
	color: red;
	font-style: italic;
}
#cartIssues{
		border: 1px solid #1d2e77;
		width: 425px;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		

}
/* @end */
table.prevOrdersList td{
	padding: 5px 10px;
}
/* @group admin */

div.tabCtl{
	height: 30px;
}
div.tabCtl a{
		display: block;
		float: left;
		border: 1px solid #ccc;
		background-color: #eff2f9;
		color: #000	;
		padding: 8px 20px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;

}
div.tabCtl a.on{
	color:  #fff;
	background-color: #1d2e77;	
}
div#tabCluster{
	padding: 0;
	border-bottom: 1px solid #ccc;
	height: 28px;
	margin-bottom: 10px;
}
div#tabbedContent form table tr th{
	text-align: left;
}
div#adminMenu a{
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;	
}
div#adminMenu{
	margin-bottom: 10px;
}
/* @end */

/* @group email */


#box #content h2 strong {
	font-size: 16px;
}
em {
	color: #00529c;	

}
#box #content h1 strong {
	color: #00529c;	
}
/* @end */


