.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.textbox {
	background-color: #EBEDFE;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.submit {	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #070F72;
	border: none;
	height: 18px;
	font-weight: bold;
	border: 1px solid #070F72;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}
li.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 5px;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #031074;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #031074;
	text-decoration: underline;
}
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #820e00;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #820e00;
}
.txtOutOfStock {
	color: #820e00;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #820e00;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #070F72;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #820e00;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #0672CC;
}
.txtBoxSave {
	color: #820e00;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #070F72;
}
.tdListTitle {
	background-color: #070F72;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #EBEDFE;
}
.txtCartPrice {
	float: right;
	color: #820e00;
	padding-right: 3px;
	font-size: 11px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #820e00;
	font-size: 11px;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #820e00;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #173179;
	color: #FFFFFF;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #820e00;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #814100;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;

}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #820e00;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}


.txtStockWarn {
	font-size: 75%;
	color: #820e00;
}
.txtError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #820e00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

/* @group LFD Mods */

body {
	background: #e1e1e1 url(../styleImages/backgrounds/bg_body3.gif) top left repeat-x;
}

#pageSurround {
	background-image:none;
	border:1px solid #898989;	
}

#topHeader {
	height:100px;
	padding-top:10px;
	margin-bottom:0px;
	background: #181f67 url(../styleImages/backgrounds/bg_header2.jpg) top left no-repeat;
}

#sub_header {
	height:32px;
	margin:5px 0;
	background: #d4d4d4 url(../styleImages/backgrounds/bg_session.gif) bottom left repeat-x;
}

#session_box {
	width:380px;
	margin:7px 0 0 10px;
	float:left;
}

#search_box {
	width:300px;
	margin:5px 10px 0 0;
	text-align:right;
	float:right;
}

div.colLeft, div.colLeftCheckout {
	padding-left:0px;
}

div.boxContentLeft, div.boxContentRight {
	border:none;
	background: #f6f6f6 url(../styleImages/backgrounds/bg_small_boxes3.gif) bottom left repeat-x;
}

.boxTitleLeft, .boxTitleRight {
	padding:5px;
	background: #2f4396 url(../styleImages/backgrounds/bg_small_box_title03.gif) bottom left repeat-x;
	border:none;
}

.colMid, .colMainCheckout {
	width:583px;
}

.boxContent {
	padding:15px 25px 25px 25px;
	border:none;
	background: #fff url(../styleImages/backgrounds/bg_content_box.gif) top left repeat-x;
}

/* @group lists */

.boxContent li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}



/* @end */

/* @group tools */

.largetopmargin {
	margin-top: 50px;
}



/* @end */

/* @group form elements */

.searchBtn {
	font-size: 85%;
}

.submit {	
	background-color: #666;
	border:1px solid #666;
}

/* @end */

/* @group images */

img {
	border: none;
}



/* @end */

/* @group text elements */

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
}

h1 {
  	color: #181f67;
  	font-weight: bold;
  	font-size: 18px;
  	margin:5px 0;
	margin:10px 0;
}
h2 {
  	color: #181f67;
  	font-weight: bold;
  	font-size: 16px;
}
span.span_h2 {
  	color: #181f67;
  	font-weight: bold;
  	font-size: 16px;
  	margin:5px 0;
	margin:10px 0;
}


p {
  line-height: 160%;
  margin: 1em 0;
  }

/* @end */

/* @group anchors */

.boxContent a {
  color: #017ab0;
  }
.boxContent a:link {
  text-decoration: underline;
  background-color: transparent;
  }
.boxContent a:visited {
  text-decoration: underline;
  background-color: transparent;
  }
.boxContent a:hover {
  text-decoration: none;
  background-color: transparent;
  }
.boxContent a:active {
  text-decoration: underline;
  background-color: transparent;
  }
  
  
.boxContent a.txtButton {
	background-color: #820e00;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
}
.boxContent a.txtButton:link {
	background-color: #820e00;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;

  }
.boxContent a.txtButton:visited {
	background-color: #820e00;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
  }
.boxContent a.txtButton:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
	background-color: #070F72;
}
.boxContent a.txtButton:active {
	background-color: #820e00;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
  }  
  

/* @end */

/* @group pricelist */

table.producttable {
	font-size: 11px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
}
table.producttable td {
	padding: 3px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

table.producttable tr.pricehead td {
	background-color: #ccc;
	font-weight: bold;
}
td.subtitle {
	font-weight: bold;
}

td.catnum {
	width: 100px;
}

td.desc {
	width: 300px;
}

td.volume {
	width: 80px;
}

td.price {
	width: 50px;
	text-align: right;
}


/* @end */

/* @group structure */

div#vbm-footer {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}

div#vbm-footer p {
	margin: 2px;
	padding: 0;
}
/* @end */
  
  

/* @end */


