/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
}
a {
	color: green;
}
a:hover {
	color: #64248e;
}
a img {
	border: none;
}

h1 {
	position: absolute;
	top: 69px;
	left: 45px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 7px;
	color: #9fa6ad;
	padding: 0;
	margin: 0;
}
h1 a, h1 a:hover {
	color: #9fa6ad;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #363e4a;
	margin: 0;
	padding: 0 20px 10px 20px;
}
h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #fba632;
	margin: 0;
	padding: 12px 0 4px 0;
}
h4 {
	font-size: 15px;
	text-align: center;
	color: #f35c41;
	margin: 0;
	padding: 8px 0 4px 0;
}
h5 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 9px 0 5px 0;
	clear: both;
}

p {
	text-align: left;
	margin: 0;
	line-height: 150%;
	padding: 0 0 6px 0;
}
p.warning {
	font-size: 12px;
	color: #f35c41;
	padding: 0 11px 6px 11px;
	line-height: normal;
}

ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 7px 0 20px 0;
}
ul li {
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0 15px 2px 15px;
}

td {
	text-align: left;
	vertical-align: top;
}

/*----------------------------------------------------*/
/* General Layout */
/*----------------------------------------------------*/

#main-pic td {
	vertical-align: middle;
	line-height: 150%;
}
#main-pic td img {
	margin-right: 20px;
}
#contentwrap {
	border-top: solid 4px #fba632;
	border-right: solid 4px #f35c41;
	border-bottom: solid 4px #5cc67a;
	border-left: solid 4px #9e7eb3;
}
#logo {
	position: absolute;
	top: 4px;
	left: 4px;
}

.menu {
	text-align: center;
	padding-top: 18px;
}
.menu a:hover {
	background-color: #f7ede1;
}


#browse-drugs img {
	margin-right: 0.4%;
}
#content {
	padding: 0 20px 20px 20px;
}

.white-box {
	width: 70%;
	text-align: center;
	background-color: White;
	border: solid 1px #b9bec4;
	margin: 0 auto 12px auto;
	padding: 9px 20px 11px 20px;
}


#alphabet li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#drug-descr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 200%;
	width: 80%;
	padding: 0 10% 0 10%;
	text-align: justify;
	text-indent: 25px;
}
/*----------------------------------------------------*/
/* Side Columns */
/*----------------------------------------------------*/

.side-col {
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.side-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-col ul li {
	list-style: none;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	bottom;
}
.side-col ul li a strong {
	font-size: 14px;
	color: #ac3ff4;
}
.side-col ul li a:hover strong {
	color: #f35c41;
}
.side-col ul li a {
	display: block;
	width: 148px;
	text-decoration: none;
	padding: 2px 4px 4px 11px;
}
.side-col ul li a span {
	color: #9fa6ad;
}
.side-col ul li a:hover, .side-col ul li a:hover span {
	color: #f35c41;
	background-color: #f6f7f9;
}
.side-col ul li.small {
	font-size: 12px;
	text-align: right;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9fa6ad;
	margin: 0 12px 8px 14px;
}
.side-col p.text {
	line-height: normal;
	padding: 0 11px 2px 11px;
}




/*----------------------------------------------------*/
/* Drugs Table */
/*----------------------------------------------------*/

.drugs {
	border-right: solid 1px #fba632;
	border-bottom: solid 1px #fba632;
	margin-bottom: 8px;
}
.drugs caption {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #fba632;
	padding: 10px 0 2px 8px;
}
.drugs caption a {
	text-decoration: none;
}
.drugs caption a:hover {
	
}
.drugs th {
	color: #f35c41;
}
.drugs th, .drugs td {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 4px 3px 4px 3px;
	margin: 1px;
	border-left: solid 1px #fba632;
	border-top: solid 1px #fba632;
}
.drugs .image {
	background-color: White;
}
.drugs td h4 {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 0 1px 0;
}
.drugs td h4 a {
	text-decoration: none;
}
.drugs td p {
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
}
.drugs td p span {
	font-weight: normal;
	color: #a0a06e;
	padding-right: 3px;
}

#drug-descr h5 {
	font-size: 15px;
	text-transform: uppercase;
	color: #457ed9;
}

/*----------------------------------------------------*/
/* Forms */
/*----------------------------------------------------*/

form {
	padding: 0;
	margin: 0;
	text-align: center;
}
input {
	margin: 0;
	padding: 0;
}

#subscribe {
	padding: 2px 0 0 0;
}
#btn_sub {
	font-size: 1px;
	width: 69px;
	height: 24px;
	border: 0;
	cursor: hand;
	margin-top: 6px;
}
#btn_unsub {
	font-size: 1px;
	width: 80px;
	height: 24px;
	border: 0;
	cursor: hand;
	margin-top: 6px;
}

input.field {
	font-size: 12px;
	height: 14px;
	background-color: #b9bec4;
	border: none;
	margin: 0 4px 2px 0;
	padding: 1px 2px 0 2px;
}
textarea {
	font-size: 12px;
	height: 200px; width: 380px;
	overflow: hidden;
	background-color: #b9bec4;
	border: none;
	margin: 0 5px 0 1px;
	padding: 1px 2px 0 2px;
}

#contact {
	width: 390px;
	text-align: center;
	margin: 20px auto;
}
#contact p {
	text-align: center;
}
#contact .rg {
	text-align: right;
	padding-right: 85px;
}

/*----------------------------------------------------*/
/* Shopping Cart */
/*----------------------------------------------------*/

.basket_header {
	color: White;
	background-color: #f35c41;
}
 .basket_item {
 	background-color: White;
 }
.basket_total {
	color: White;
	background-color: #5cc67a;
}
.basket_ship_tax {
	background-color: #d2d5d9;
}
.butons_update_checkout, .buton_complete_purchase {
	font-weight: bold;
	color: White;
	background-color: #fba632;
	padding: 0 7px;
	margin: 3px 0;
}

/*----------------------------------------------------*/
/* Bottom */
/*----------------------------------------------------*/


.white-bg {
	background-color: White;
}

#bottom p {
	font-size: 12px;
	text-align: center;
	line-height: normal;
	padding: 2px 0;
}
#bottom p a {
	font-weight: bold;
}

/*----------------------------------------------------*/
/* My styles */
/*----------------------------------------------------*/
.red {
	color: #fba632;
}
/*----------------------------------------------------*/
/* News */
/*----------------------------------------------------*/
#news {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#news .left {
	vertical-align: top;
	padding-left:10px;
	text-align: left;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
#news .left strong {
	font-size: 14px;
	color: #f35c41;
}
#news .left a {
	padding: 0 0 0 10px;
}
#news .right {
	vertical-align: top;
	padding-right: 25px;
	text-align: justify;
	font-size: 12px;
}
#news .right .source strong {
	font-size: 14px;
	color: #363e4a;
	font-weight: bold;
}
#news .right .source span {
	color: #f35c41;
	font-weight: bold;
}
#news .right .source {
	line-height: 20px;
}
/*----------------------------------------------------*/
/* HZ */
/*----------------------------------------------------*/
#f1 {
	border: solid 1px #0e6abd;
}
#f2 {
	border: solid 1px #ed1823;
}
fieldset {
	color: #31473b;
	width: 400px;
	margin-left: 10px;
}
fieldset legend {
	font-size: 15px;
	font-weight: bold;
}
fieldset div {
	font-size: 14px;
	text-align: left;
	margin: 5px 10px 5px 10px;
}
fieldset img {
	margin: 5px 10px 5px 35px;
}
/*----------------------------------------------------*/
/* Trials */
/*----------------------------------------------------*/
.trial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565a60;
	background: #fba632;
	text-align: center;
	margin-bottom: 15px;
}
.trial th {
	color: #f35c41;
	height: 25px;
	vertical-align: middle;
	background: #ffffff;
}
.trial td {
	background: #ffffff;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	background: #ffffff;
}
