txtButtonhtml, body {
	font: 13px/1.45 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

img {
	border: none;
}

a, a:visited {
	text-decoration:underline;
	color: #13527B;
	}
	
a:hover {
	text-decoration:underline;
	color: #900;
	}
	
.red {
color:#990000;
font-weight:bold;
}

.smaller {
	font-size: .95em;
	}
	
.evensmaller {
	font-size: .85em;
	}


a.standout, a.standout:visited {
	text-decoration:none;
	color: #900;
	}
	
a.standout:hover {
	text-decoration:underline;
	}
	
	img.outline {
	border: 1px dotted #e1e1e1;
	}

.cart_icon {
	border: none;
	margin: 12px 0px;
}


.contactTable td {
	padding: 5px 10px 10px 0;
	}

.rxTable {
	border: 1px solid #ccc;
	border-bottom: none;
	}

.rxTable td {
	border-bottom: 1px solid #ccc;
	}
	
.rxTable td.left {
	border-right: 1px solid #ccc;
	}
	
.searchBtn {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	height: 18px;
	width: 30px;
	font-size: 11px;
	padding: 0
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
}
input.searchBtn {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	height: 18px;
	width: 30px;
	font-size: 11px;
	padding: 0;
	text-decoration: none;
}
input.searchBtn:hover {
	color: #FFFFFF;
	background-color: #87b7df;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	height: 18px;
	width: 30px;
	font-size: 11px;
	padding: 0;
	text-decoration: none;
}


.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	font-size: 12px;
	height: 15px;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	font-size: .95em;
	padding:2px;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
}

.textarea {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	padding: 2px;
	width: 350px;
	font: 13px/1.45 "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	}

.mailinglist {
	width:150px;
	}
	
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
}
.submit {	
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

input.submit {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
input.submit:hover {
	color: #FFFFFF;
	background-color: #87b7df;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}


form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;	
}

li {
	/*list-style-position: inside;*/
	margin: 0px;
	padding: 0px;
}
	
ol.rxinfo li {
	margin: 10px 0 10px 20px;
	}
	
li.rxinfoIndent {
	padding: 0 0 0 20px;
	list-style-type: square;
	}
	
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.bestsellers, ol.bestsellers {
	margin: 0 0 0 5px;
	padding: 0;
}

ul.bestsellers li {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 10px 0;
}

ol.bestsellers li {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul.indented {
	margin: 0 0 0 14px;
	padding: 0;
}

ol.indented {
	margin: 10px 0 10px 25px;
	padding: 0;
}

ol.indented li {
	margin: 10px 0 10px 0;
	padding: 0;
}

.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #fff;
	text-decoration: underline;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #900;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton, input.txtButton {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover, input.txtButton:hover {
	color: #FFFFFF;
	background-color: #87b7df;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 1px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

a.txtButton, a.txtButton:hover {
	padding:2px;
	}

.txtButton-add {
	color: #004e87;
	background-color: #f3b745;
	border: 2px solid #004e87;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 3px 5px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #70cdcc;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #990000;
}
.txtPrice {
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333;
	text-decoration:none;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	font-size: 13px;
}
a.txtSiteDocs:hover {
	color: #900;
	text-decoration:underline;
}

#footer .txtSiteDocs, #footer a.txtSiteDocs {
	color: #333;
	text-decoration:none;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	font-size: 13px;
}
#footer a.txtSiteDocs:hover {
	color: #900;
	text-decoration:underline;
}


.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #900;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #900;
	text-decoration:underline;
}
.txtContentTitle {
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #70cdcc;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #333;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}

.txtCartPrice {
	float: right;
	color: #2c537b;
	padding-right: 3px;
}
.txtCart {
	color: #333333;
	padding: 5px;
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #900;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #4775a3;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #87b7df;
	border: 1px solid #2c537b;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	/* font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana; */
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px dashed #e1e1e1;
	margin: auto;
	width: 400px;
}
.txtcartProgressCurrent {
	color: #2c537b;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #990000;
}
.txtError {
	font-weight: bold;
	color: #333;
	background-color: #FFCECE;
	border: 1px dashed #900;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

#RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

#RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #333;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}


.advancedSearch {
	margin-top: 5px;
	margin-right: 2px;
	}

/* NEW STYLES */

.column-left-header {
	background-image: url(../styleImages/backgrounds/egw-columnleft-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 162px;
	height: 28px;
	color:#fff;
	font-weight:bold;
	}
	
.column-left-header p {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 7px;
	}
	
.column-left-body {
	width: 160px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 5px;
	padding-left: 0px;
	}

.column-left-bottom {
	background-image: url(../styleImages/backgrounds/egw-columnleft-bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 162px;
	height: 13px;
	margin-bottom: 15px;
	}
	
.column-right-header {
	background-image: url(../styleImages/backgrounds/egw-columnright-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 28px;
	color:#fff;
	font-weight:bold;
	}
	
.column-right-header-orange {
	background-image: url(../styleImages/backgrounds/egw-columnright-bg-orange.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 28px;
	color:#fff;
	font-weight:bold;
	}
	
.column-right-header p, .column-right-header-orange p {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 7px;
	}
	
.column-right-body, .column-right-body-orange {
	width: 212px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 5px;
	}
	
.column-right-body p, .column-right-body ol, .column-right-body-orange p {
	margin: 0;
	padding: 0;
	padding: 0 5px 0 5px;
	}
	
.column-right-body-orange ul {
	margin: 0 0 10px 5px;
	padding: 0;
	list-style-type: none;
	}
	
	
.column-right-body-orange li { 
	background: url(../styleImages/backgrounds/bullet-orange.gif) left center no-repeat;
	padding-left: 18px;

	}

	
.column-right-body li {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
.column-right-body form {
	margin: 0;
	padding: 0;
	padding: 10px 5px 0 5px;
	}

.column-right-bottom {
	background-image: url(../styleImages/backgrounds/egw-columnright-bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 13px;
	margin-bottom: 15px;
	}
	
.boxPromotion {
	margin-bottom: 40px;
	}
	
.pageTitle {
	font-size: 1.5em;
	}
	
.sectionTitle {
	font-size: 1.2em;
	}
	
.mainProduct {
	margin-right: 10px;
	}
	
.smallText {
	font-size: .9em;
	}
	
.redText {
	color: #900;
	}
	
option em {
	font-weight:bold;
	color: #900;
	}
