/* CSS DOCUMENT */

body {
	background: #FFFFFF;
	
	}

.testBorder { border: 1px dashed #900; }
	
	
/* BASE RULES */

a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;	/*border-bottom: 1px dotted #6699cc;*/
	}

a:hover	{
	color: #9DC7DD; 
	text-decoration: underline;
	/*border-bottom: 1px solid #6699cc;*/
	
	}


div, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, form, body, label, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: 12px/1.4 Arial, Geneva, Verdana, Arial, sans-serif;
	color: #999;
	text-decoration: none;
	} 

p {
	padding-bottom: 10px;
	}

h1 {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	}

.morespace10 { margin-top: 10px; }
	
.morespace5 { margin-top: 5px; }


/* CONTENT OVERIDES */

.white { color:#fff; }

.black { color:#000; }

.red { color:#900; }

.blue { color:#6699cc; }

.i { font-style:italic; }

.b { font-weight:bold; }

.ni { font-style:normal; }

.lc { text-transform:lowercase; }

.uc { text-transform:uppercase; }

.sc { font-variant:small-caps; }

.rt { text-align:right; }

.lt { text-align:left; }

.ct { text-align:center; }

.jt { text-align:justify; }


/* NAV STYLING */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#cssdropdown li {
	float: left;
	position: relative;
	}

.mainitems-first {
	/*border: 1px solid black;*/
	background-color: #FFFFFF;
	}

.mainitems-first a {
	margin-left: 0;
	margin-right: 8px;
	text-decoration: none;
	}
	
.mainitems {
	/*border: 1px solid black;*/
	background-color: #FFFFFF;
	}

.mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	}

#logo a {
	text-decoration: none;
	}


.subuls{
	display: none;
	width: 130px;
	position: absolute;
	top: 1.7em;
	left: 5px;
	background-color: #F1F1F1;
	padding-top: 10px;
	}

.subuls li{
	width: 100%;
	}

.subuls li a{
	text-decoration: none;
	}

/*#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left * /
	top: auto;
	left: auto;
	}*/

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
	}

/* POP Styling */

#popWrapper {
	width: 400px;
	margin: auto;
	}

#popPhoto {
	width: 400px;
	height: 400px;
	margin-top: 35px
	}
	
#popCaption {
	width: 400px;
	margin: 10px auto 0 auto;
	}

/* DIV STYLING*/

	
#wrapper {
	width: 785px;
	margin: auto;
	}
	
#logo {
	width:785px;
	height: 75px;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(/gifs/logo_barNEW.gif)
	}	
	
#logo_wholesale {
	width:785px;
	height: 75px;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(/gifs/logo_bar_wholesale.gif)
	}	

#hometext {
	width:785px;
	height: 53px;
	padding-top: 3px;
	}	
	
#mainNav {
	width: 745px;
	height: 22px;
	line-height: 22px;
	margin: auto;
	font-size: 13px;  
	}
	
#mainNav a, .txtCopyright a, #logo a {
	border-bottom: 0;
	}
	
#content {
	width: 745px;
	margin: 35px auto 0 auto;
	}

#mainContent {
	width: 745px;
	margin: 0 auto 0 auto;
	}
	
#mainFlash {
	width: 725px;
	height: 325px;
	margin: 20px auto 0 auto;
	padding: 5px;
	}
	
#pageFlash {
	width: 590px;
	height: 275px;
	margin: 20px auto 0 auto;
	border: 1px solid #CCCCCC;
	padding: 5px;
	}

#cc {
	width: 745px;
	margin: 10px auto 15px auto;
	/*border-bottom: 1px solid #CCCCCC;*/
	padding: 0;
	}
	
#footer {
	width:785px;
	height: 75px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image: url(/gifs/footer_barNEW.gif)
	}

.tableLeft {
	width: 668px;
	padding-right: 25px;
	}

.tableRight {
	width: 182px;
	}

.contentLeft {
	width: 465px;
	padding-right: 25px;
	}

.contentRight {
	width: 250px;
	padding-top: 35px;
	}
	
.contentRightImage {
	/*border: 1px solid #BFCCC7;*/
		border: 1px solid #CCC;
	padding: 2px;
}


.storeLeft {
	width: 630px;
	padding-right: 25px;
	}

.storeRight {
	width: 115px;
	}
	
.storeDivider {
	/*border-left: 1px dashed #666666;*/
	}
	
.printLeft {
	width: 495px;
	padding-right: 25px;
	}

.printRight {
	width: 220px;
	padding-top: 30px;
	}

.caption {
	color: #6699cc;
	font-size: 10px;
	}

#homeContent {
	margin-top: 20px;
	}
	
.homeContentLeft {
	padding-right: 30px; 
	}
	
.homeTitle {
	color: #6699cc;
	font-size: 1.5em;
	padding-bottom: 10px;
	}
	
/* BOXES */

#searchBox {
	width: 115px;
	margin-bottom: 20px;
	}

.searchBtn {
	color: #000;
	height: 22px;
	width: 30px;
	
}

.searchBox {
	font-size: .9em;
	width: 75px;
	border: 1px solid #ccc;
	
}

.boxTitleLeft, .boxTitleRight {
	width: 150px;
	height: 20px;
	padding-left: 5px;
	border: 1px dotted #ccc;
	line-height: 20px;
}

.boxContentLeft, .boxContentRight {
	/*border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;*/
	padding-left: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 15px;
	width: 115px;
}

.prodTable {
 	margin-right: 15px;
	}
	
#productInfo {
	padding-bottom: 10px;
	}
	
#productImage {
	width: 200px;
	
	}

#productImage img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 5px;
	}

.mainProductImage {
	width: 245px;
	padding-bottom: 5px;
	}

.mainProductImage img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
	}

.mainProductCopy {
	padding-bottom: 25px;
	}
	

.mainProductCopy a {
	
	color: #6699cc;
	text-decoration: none;
}

.mainProductCopy a:link, .mainProductCopy a:active, .mainProductCopy a:visited {
	
	color: #6699cc;
	text-decoration: none;
}

.mainProductCopy a:hover {
	
	color: #6699cc;
	text-decoration: underline; /*ul*/
}
	
.textbox {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: .95em;
	color: #0E51A3;
	padding: 1px 1px 2px 1px;
	
}

.textbox02 {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: .9em;
	color: #0E51A3;
	padding: 1px;
	width: 200px;
}


.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	
	font-size: .9em;
	color: #000000;
}
.submit {	
	
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px;
	font-size: .9em;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: square;
	color: #000000;	
}
li.num {
	font-size: .9em;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}


ul.normal, ul.shoplist {
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
ul.shoplist li {
	padding-bottom: 10px;
	}

.txtCopy, .txtSiteDocs {
	color: #333;
}

a.txtSiteDocs {
	
	color: #666;
	text-decoration: none;
}

a.txtSiteDocs:link, a.txtSiteDocs:active, a.txtSiteDocs:visited {
	
	color: #6699cc;
	text-decoration: none;
}


a.txtSiteDocs:hover {
	color: #6699cc;
	text-decoration: underline; /*ul*/
}

a.txtButton:active, a.txtButton:link, a.txtButton:visited {
	font-size: .9em;
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtButton:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #900;
}
.txtOutOfStock {
	color: #990000;
	font-weight: bold;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #6699cc;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #6699cc;
	text-decoration: underline; /*ul*/
}




.txtContentTitle {
	font-size: 1.5em;
	color: #6699cc;
	padding-bottom: 10px;
}

.txtContentTitle02 {
	font-size: 1.3em;
	color: #000;
	}
	
.txtContentTitle03 {
	font-size: 1.4em;
	color: #6699cc;
}

.txtBoxSave {
	color: #900;
	padding-left: 12px;
	padding-bottom: 13px;
	
}
.tblList img {
	/*border: 1px solid #BFCCC7;*/
		border: 1px solid #CCC;
	padding: 2px;
}
.tdListTitle {
	font-weight: bold;
	color: #0E51A3;
	border-top: 1px solid #ccc;
}
.tdEven {
	background-color: #fffdf7;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
}
.tdOdd {
	background-color: #eee;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
}

.lastCell {
	padding-right: 15px;
	}

/* SHOPPING CART */

.txtCartPrice {
	float: right;
	color: #6699cc;
	padding-right: 3px;
}

.txtCart {
	color: #6699cc;
	width: 145px;
	}

.cartTotal {
	border-top: 1px dashed #0E51A3;
	width: 145px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #0E51A3;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF3300;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-size: .9em;
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #FF9900;
	color: #FFFFFF;
}
.cartProgress {
	color: #666666;
	padding: 4px;
	border: 1px dotted #CCCCCC;
	width: 250px;
	font-size: .9em;

}
.txtcartProgressCurrent {
	color: #61A2DF;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #eee;	
}
.tdcartOdd {
	background-color: #fffdf7;
}

.tdcartEven img, .tdcartOdd img {
		border: 1px solid #CCC;
	padding: 2px;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}


a.txtCheckout:active, a.txtCheckout:link, a.txtCheckout:visited {
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

a.txtCheckout:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}


a.txtUpdate:active, a.txtUpdate:link, a.txtUpdate:visited {
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

a.txtUpdate:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	font-size: .9em;
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	color: #fffdf7;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

.standout a {
	color:#6699cc;
	font-weight:bold;
	}
