* {
	margin: 0;
	padding: 0;
}


li, dd, blockquote { margin-left: 40px; }


img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	line-height:14px;


}
/* @end */

/* @group Layout */
div#outer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	height: 120px;
	margin: 10px 0 0 0;
}
div#body-top {
	width: 990px;
	height: 48px;
    background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}

div#body-middle {
	width: 990px;
	padding: 1px 0;
	background: url(/images/body-middle.gif) repeat-y;
}
div#body-bottom {
	width: 990px;
	height: 25px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}
div#main-col {
	width: 692px;
	float: left;
	margin-left: 32px;
	display: inline;
}
div#main-col-wide {
    width: 992px;
    float: left;
    margin-left: 32px;
    display: inline;
}
div#nameplate-top {
	width: 692px;
	height: 8px;
	background: url(../images/nameplate-top.gif) no-repeat;
	overflow: hidden;
}
div#nameplate-middle {
	background-color: #c6d8e8;
	padding: 4px 6px;
}
div#nameplate-middle img {
	float: left;
	display: inline;
}
div#nameplate-middle p {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	display: inline;
}
div#nameplate-bottom {
	width: 692px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 15px;
}
div#content-top {
	width: 701px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
div#content-wrapper {
	width: 675px;
	border-right: 8px solid #c5d6e8;
	border-left: 8px solid #c5d6e8;
}

div#content-wrapper2 {
	width: 625px;

	border-left: 8px solid #c5d6e8;
}


div#content {
	background-color: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}

div#content2 {
	background-color: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}


div#content div {
	 padding: 5px 10px;

}
div#content-bottom {
	width: 701px;
	height: 8px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}
div#side-col {
	width: 221px;
	float: right;
	margin-right: 34px;
	display: inline;
}
div.side-box-top {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
div.side-box-middle {
	width: 221px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;


}
div.side-box-bottom {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
div#footer {
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;

}

div#logo {
	width: 300px;
	height: 115px;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}
div#login-box {
	float: right;
	width: 304px;
	height: 29px;
	background: url(../images/login-tab.gif) no-repeat;
	margin: 91px 10px 0 0;
	overflow: hidden;
	display: inline;
}
/* @end */

/* @group Nav */
ul#main-nav {
	background: url(../images/nav-tabs2.gif) no-repeat;
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 139px;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#prodtab {
	/*margin-left: 25px;
	font-size: 85%;*/
    width: 122px;
}




ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}
ul#main-nav a:hover {
	color: #003366;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	margin: 5px 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	margin: 5px 0;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	margin: 5px 0;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #000000;
	line-height: 160%;

}
div#login-box {
	color: #fff;
}
div#footer {
	color: #92a8bd;
}
/* @end */

/* @group Lists */

/* @end */

/* @group Forms */
div#login-box form {
	margin: 5px 0 0 0;
	text-align: center;
}
div#login-box form input {
	margin: 0;
	vertical-align: middle;
}
div#login-box form input.txt {
	width: 85px;
	border: 1px solid #46627c;
	padding: 2px;
	height: 14px;
	line-height: 10px;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #003366;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}


div#content ul {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:normal; text-decoration:none; line-height:14px;

}

div#content li {
	padding:5px;

}


div#footer a:link, div#footer a:visited {
	color: #92a8bd;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #003366;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */







/* sort by classes for products */


div#sortby a:link, div#sortby a:visited {
/*	color: #92a8bd;*/
    color:#fff;
	text-decoration: none;
	position:relative;
	top:10px;
	left:10px;
	font-family:Verdana;
	font-size:12px;
}
div#sortby a:hover {
	text-decoration: underline;
	color: #003366;
	font-family:Verdana;
	font-size:12px;
}


div#sortby {
	color: #92a8bd;
	text-decoration: none;
/*
	position:absolute;
	margin-left:320px; */
	text-align:center;
	height:40px;
	background:green;
}

div#sortby .sort_column{
  font-weight:bold;
  color:#000;
}



.mainlink {
		font-family:tahoma;
		font-size:12px;
		color:#916964;
		font-weight:normal;
		text-decoration:underline;
		}
.mainlink:hover {
		text-decoration:none;
		color:#003399;
		}


#shoppingcart {
/*	height: 50px;
	margin-top:-10px;*/
	text-align:right;
    width:880px;
	/* float:right; */
}
/*
#shoppingcart p {
	margin: 0 1em 0em;
}*/

h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#productlist, #contents {
	width: 890px;
	margin-top:10px;
	margin-left:10px;
}
#productlist p{
    padding:10px;
}

#prescription, #contents {
	width: 890px;
	margin-top:15px;
	margin-left:0px;
}



#compoundinglist, #contents {
	width: 890px;
	margin-top:20px;
	margin-left:10px;
}


#welcome {

	width: 500px;
	margin-top:5px;
	margin-left:10px;
}



.allproducts_name {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; text-decoration:none; line-height:14px;
}

.allproducts_price {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#339933; font-weight:normal; text-decoration:none; line-height:14px;
}

.allproducts_desc {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:11px; color:#333333; font-weight:normal; text-decoration:none; line-height:14px;
}

#productlist ul {
	list-style-type: none;
}

#productlist ul li {
	margin: 0 1em 1em;
}

#contents table {
	border-collapse: collapse;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; text-decoration:none; line-height:12px;
}



#contents p, #contents button {
	margin: 1em;
}



.tablehead_cart {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#715C55;
    font-weight:bold;
    text-decoration:none;
    line-height:14px;
    padding:5px;
    text-align: center;
}

#carttable td{
    padding:5px;
}

.cart_textblock {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:normal; text-decoration:none; line-height:15px;
}


.cart_total {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:14px; color:#715C55; font-weight:bold; text-decoration:none; line-height:20px;
}

.cart_total2 {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:15px; color:#339933; font-weight:bold; text-decoration:none; line-height:20px;
}



.showcart {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:red; font-weight:bold; text-decoration:none; line-height:12px;
}


.greentext {
		font-family:tahoma;
		font-size:12px;
		color:#339933;
		font-weight:normal;
		text-decoration:none;
		}


.showcartlink {
		font-family:tahoma;
		font-size:12px;
		color:#003366;
		font-weight:bold;
		text-decoration:underline;
		}
.showcartlink:hover {
		text-decoration:none;
		color:#92a8bd;
		}



.greenlink {
		font-family:tahoma;
		font-size:12px;
		color:#339933;
		font-weight:normal;
		text-decoration:underline;
		}
.greenlink:hover {
		text-decoration:none;
		color:#003366;
		}



/*   Registration form styles */



#formarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:12px;
	text-decoration:none;
	font-weight:normal;
	padding-left:20px;
}


.headers  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#715C55;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}




.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-style: italic;

}



.checkbox_text {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:12px;
	text-decoration:none;
	font-weight:normal;
	padding-left:5px;
}


#marginForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#marginForm fieldset.radio
{
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF;
}

marginForm fieldset.radio2
{
	margin: 0 0 0 -1em;

}


#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 9em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
	color:#000000;

}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 9em;
	display: block;
	margin-bottom:5px;
}

#marginForm input.submit
{
	clear: both;
	top: 0;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 200px;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 9em;
	display: block;
	margin-bottom:5px;
}



#marginForm small
{

position: relative;
	top: 155px;
	left: -50px;
	height:45px;
	display: block;
}


/* listing rows */
.heading a:link, .heading a:visited {
/*	color: #92a8bd;*/
    color:#fff;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
}
.heading a:hover {
    text-decoration:underline;
    color: #000000;
	font-family:Verdana;
	font-size:12px;
 	padding-bottom:7px;
	background:url('../images/arrow3.gif') bottom no-repeat;
}

.heading{
 height:40px;
 background:green;
}

.heading2{
 height:20px;
 background:green;
}

.column{
/*	color: #92a8bd; */
	color: #ffffff;
	text-decoration: none;
/*
	position:absolute;
	margin-left:320px; */
	text-align:center;
	height:40px;
    padding:3px;
}

.sort_column{
  font-weight:bold;
  color:#000;
  padding:3px;
}

.odd_row{
 background:#eaf4d9;
 padding:2px;
 height:30px;
}


.odd_row2{
 background:#eaf4d9;
 padding:2px;
 height:25px;
}

.even_row{
 background:#ffffff;
 padding:2px;
 height:30px;
}

.even_row2{
 background:#ffffff;
 padding:2px;
 height:25px;
}


.column_link{
  font-weight:bold;
  color:#003366;
  padding:3px;
}

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ccc; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px;}

.table_text { padding:5px 0px; font-size:11px; }
.table_text_bold { padding:5px 0px; font-size:11px; font-weight:bold; }
.over_line { padding:5px 0px; text-align :left;  font-size:12px; }
.table_text_red { padding:5px 0px 5px 10px; color:#F00; font-weight:bold;  font-size:11px; }

.specialprod span{
    color:red;
}
div#fronttxt p{
    padding:5px;
    line-height: 24px;
}