/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	background:url(../images/background.jpg) left top repeat-x #c6c6c6;
}

/****************************
*** DRUGTESTCLUB CUSTOM CSS ***
****************************/
#wrapper {
	width:766px;
	margin:0 auto;
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

a, a:visited {
	color:#fa8200;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
blockquote {
	margin:0 60px 15px;
	padding:20px;
	background:#EEE;
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
	color:#FA8200;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	border:0;
}


/* Header */
#header {
	overflow:hidden;
}
.logo {
	padding:25px 0 25px 10px;
}
.headerlogin {
	width:375px;
	height:44px;
	background:url(../images/login_background.jpg) no-repeat;
	margin-bottom:2px;
}
.headerlogin #username {
	width:160px;
	padding:2px 0 0 6px;
}
.headerlogin #password {
	width:162px;
	padding:2px 0 0 0;
}
.headerlogin #login-btn {
	width:40px;
	padding:2px 0 0 0;
}
.headersubtext {
	padding-right:10px;
	font-size:19px;
	color:#636363;
	text-align:right;
	clear:both;
}
.headerlogin #loggedin {
	padding:3px 7px;
}
#loggedin a, #loggedin a:visited {
	text-decoration:none;
	font-size:11px;
}
.nav {
	height:38px;
	background:url(../images/nav_background.jpg) no-repeat;
	font-size:15px;
	font-weight:bold;
}
.navnew {
	height:38px;
	background:url(../images/nav_background.png) no-repeat;
	font-size:16px;
	font-weight:bold;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	line-height:36px;
	height:38px;
}
.nav ul li {
	margin:0;
	padding:0;
	display:inline;
}
.nav ul li img {
	vertical-align:middle;
	padding:1px 20px 0 20px;
}
.nav a, .nav a:visited {
	color:#fa8200;
	text-decoration:none;
}
.nav a:hover {
	color:#333;
}
/* wide frontpage navigation */
.navnew ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	line-height:36px;
	height:38px;
}
.navnew ul li {
	margin:0;
	padding:0;
	display:inline;
}
.navnew ul li img {
	vertical-align:middle;
	padding:1px 20px 0 20px;
  height: 32px
}
.navnew a, .nav a:visited {
	color:#fa8200;
	text-decoration:none;
}
.navnew a:hover {
	color:#333;
}
.member_nav {
	margin:0;
	padding:8px 0;
	border-bottom:1px solid #707070;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	text-align:center;
	background:none #EEE;
}
.member_nav a, .member_nav a:visited {
	text-decoration:none;
	font-size:14px;
}


/* Main Content */
#content {
	background:#FFF;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	overflow:auto;
	padding-bottom:20px;
}
#content #content_single {
	padding:20px 10px 0 10px;
}
#content #content_left {
	width:414px;
	padding:20px 0 0 10px;
}
#content #content_right {
	width:294px;
	padding:20px 10px 0 0;
}
#content #content_right p {
	padding-left:0px;
}
#content h2 {
	margin:0;
	padding:0 0 0 30px;
	font-size:24px;
	color:#3399cc;
	background:url(../images/bullet.gif) left 2px no-repeat;
}
#content h3 {
	color:#3399cc;
	font-size:19px;
	margin:0;
	padding:0;
}
#content h4 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#1fb4f8;
	font-weight:bold;
}
#content p {
	margin:0;
	padding:0 0 20px 30px;
}
#content td.main p {
	padding-left:0px;
	width:70%;
}
#content td.main ul {
	margin:0 0 20px 0;
}
#content td.main ul li {
	color:#0099FF;
}


.quote {
	width:403px;
	min-height:99px;
	background:url(../images/quotes.gif) left top no-repeat;
}
.quote-content {
	width:371px;
}
.quote-content p {
	padding:0;
	margin:0;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#3399cd;
}
.quote-content span {
	font-size:16px;
	color:#636363;
}
.datia {
	height:105px;
	background:url(../images/DATIA_logo.gif) left top no-repeat;
	padding:10px 0 0 105px;
}
.moreinfo {
	height:180px;
	background:url(../images/more_info_background1.gif) left top no-repeat;
	padding:25px 0px 0 0;
  display: block;
  width: 230px;
  margin:0 auto;
}

#onemoreright { float: none }


.orangetext {
	color:#fa8200;
	font-size:13px;
}
.moreinfo form {
	font-size:15px;
	color:#FEFFFF;
}
.moreinfo form label {
	display:inline;
	padding:0;
}
.moreinfo form input.text {
	background:url(../images/input_background.png) no-repeat;
	border:0px none;
	width:156px;
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#FA8200;
	padding:2px;
}
.moreinfo form #submit2 {
	background:url(../images/more_info_submit.gif) no-repeat;
	border:0px none;
	width:57px;
	height:24px;
	margin:5px 5px 0 0;
}
#submit2:hover {
	cursor:pointer;
}
.products {
	background:url(../images/orange_header.gif) center top no-repeat;
	clear:both;
	padding:10px 0 0 15px;
	width:748px;
	margin:0 auto;
}
.products_img {
	float:left;
}
.products_info {
	width:500px;
	float:right;
}
.products_info ul li {
	padding:0 0 10px 0;
	color:#333;
}
.products_info ul li#products_info_last {
	padding-bottom:0;
	font-size:12px;
	color:#aaa;
	font-style:italic;
	list-style:none;
}

.products .product-container {
}
.products .product {
	width:210px;
	float:left;
}
.products .product-divider {
	background:url(../images/product_divider.jpg) left top no-repeat;
	width:3px;
	height:94px;
	padding:0 20px 0 30px;
	float:left;
}
.products .product h5 {
	font-size:12px;
	color:#0568b2;
	margin:15px 0 0 0;
	padding:0;
}
.products .product h5 span {
	color:#353a2d;
	font-size:17px;
	font-weight:normal;
}
.products .product img {
	float:left;
	padding:0;
	border:1px solid #fa8200;
	margin-right:5px;
}
.products .product input {
	width:66px;
	height:24px;
	border:0px none;
	float:left;
	padding:0;
	margin:15px 5px 0 0;
	cursor:pointer;
}
.products .product input.buynow {
	background:url(../images/buy_now.gif) no-repeat;
}
.products .product input.moreinfo {
	background:url(../images/more_info.gif) no-repeat;
}
.blueside {
	background:url(../images/blue_header.gif) no-repeat;
	width:284px;
	margin-top:20px;
	padding:10px 5px 0 5px;
	font-size:13px;
}
.products .product .front-form-images a img {
	border:none;
	margin-top:10px;
}


/* Form Layout */
form.loginbox {
	font-size:12px;
	color:#636363;
}
.loginbox label {
	display:block;
	padding:0 0 2px 0;
}
.loginbox input.text {
	background:url(../images/input_background.png) no-repeat;
	border:0px none;
	width:156px;
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#FA8200;
	padding:2px;
}
.loginbox #submit {
	background:url(../images/login_btn.png) no-repeat;
	border:0px none;
	width:40px;
	height:20px;
}
#submit:hover {
	cursor:pointer;
}


/* Footer */
#footer {
	height:18px;
	background:url(../images/footer_background.png) no-repeat;
	font-size:0px;
}
#footer-new {
	height:18px;
	background:url(../images/footer_background1.png) no-repeat;
	font-size:0px;
  clear: both
}
#footer-content {
	text-align:center;
	padding:20px 0;
	font-size:12px;
}
#footer-content .copyright {
	color:#1d6788;
	font-weight:bold;
	margin-top:10px;
}
#footer-content a, #footer-content a:visited {
	color:#1d6788;
	text-decoration:none;
}
#footer-content a:hover {
	text-decoration:underline;
}



/* Subpage classes */
ul.normal {
	width:70%;
	margin:0 0 20px 0;
	color:#0099FF;
	padding:0 0 0 60px;
}
ul.normal li {
	margin:0 0 5px 0;
	padding:0;
}

ul.membership {
	width:90%;
	padding:0;
	margin:0 0 20px 30px;
	list-style:none;
	font-style:italic;
	color:#888;
}
ul.membership li {
	padding:0 0 8px 0;
}
ul.membership strong {
	font-style:normal;
	color:#0099FF;
}
#content p.fineprint {
	font-size:11px;
	padding-bottom:5px;
}


/* Members only pages */
ul.membersonly {
	padding:0 0 0 31px;
	margin:0;
	list-style:none;
}
ul.membersonly li {
	margin:0 0 15px 0;
	padding:0;
}
ul.membersonly_bullet {
	padding:0 0 0 51px;
	margin:0;
}
ul.membersonly_bullet li {
	margin:0 0 15px 0;
	padding:0;
	color:#999;
	font-style:italic;
}
#content h3.members {
	color:#0099FF;
	padding:0 0 0 30px;
}
div.image {
	text-align:center;
}
div.image img {
	padding:5px;
	border:1px solid #ccc;
}


div.joinnow {
	padding:70px 10px 0 0;
	overflow:hidden;
}
div.joinnow span {
	color:#FA8200;
	font-weight:bold;
}
.joinnow p {
	width:350px;
	overflow:hidden;
	color:#555;
}
.joinnow p img {
	float:right;
	padding:0 0 0 8px;
}
.joinnow p input {
	float:right;
	padding:0 0 0 8px;
}
h6.title {
	font-size:16px;
	color:#0099FF;
	background:none;
	margin:0;
	padding:0 0 5px 30px;
}
p.testimonial {
	font-style:italic;
	text-align:justify;
}
p.testimonial span {
	color:#333;
	font-style:normal;
	padding:5px 0 0 0;
	display:block;
}
#faq h4 {
	padding:0 0 0 30px;
}
#faq ul {
	margin:0 0 20px 0;
	padding:0 0 0 60px;
}


/* Contact form */
form.contact {
	font-size:12px;
	color:#636363;
	margin-left:30px;
}
.contact label {
	display:block;
	padding:0 0 2px 0;
}
.contact input.text {
	background:url(../images/input_background.png) no-repeat;
	border:0px none;
	width:156px;
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#FA8200;
	padding:2px;
}
.contact textarea {
	width:236px;
	height:86px;
	display:block;
	margin-bottom:5px;
	background:url(../images/textarea_background.gif) no-repeat;
	padding:0;
	border:0px none;
	color:#FA8200;
}
.contact #contact_submit {
	background:url(../images/send_btn.gif) no-repeat;
	border:0px none;
	width:40px;
	height:20px;
	float:left;
}
#contact_submit:hover {
	cursor:pointer;
}

/* Purchase Additional */
.additional_left {
	width:400px;
	float:left;
}
p.member_buy {
	float:left;
}

/****************************
*** END DRUGTESTCLUB CSS ***
****************************/



/*A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}*/

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}


/* USE */
A.headerNavigation { 
  color: #fa8200;
  font-size:12px;
  text-decoration:none;
}
A.headerNavigation:hover {
  color: #000;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

/* USE */
.infoBox {
  background: #b6b7cb;
  margin-bottom:15px;
}
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContents a, .infoBoxContents a:visited {
	color:#000;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
#content_single h3.account_heading {
	padding:0 0 5px 0;
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#666;
}
/* END OF USE */




TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  display:none
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
}

/*CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}*/

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* USE */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice, SPAN.newItemInCart, SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0100;
}

/*SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}*/

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; color:#000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:#000; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF0001; }


/* Add additional tests link */
a#additionalTests, a#additionalTests:visited {
	color:#1CD506;
	font-weight:bold;
}
a#additionalTests:hover {font-weight:bold;}

/* new adds */
#compare {
  
}
#compare td {
  padding: 10px; text-align: center;
}

