/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

body {
	repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #989f40;
	margin: 0;
	padding: 0;
}
a {
	color: #0060a9;
	text-decoration: none;
}
a:hover {
	color: #2aacd7;
}
a img {
	border: none;
}

h1 {
	position: absolute;
	top: 14px;
	right: 31px;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 4px;
	color: #b7c32c;
	padding: 0;
	margin: 0;
}
h1 a, h1 a:hover {
	color: #b7c32c;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: Black;
	margin: 0;
	padding: 12px 20px 23px 20px;
}
h3 {
	font-size: 16px;
	text-align: center;
	color: #2aacd7;
	margin: 0;
	padding: 9px 0 5px 0;
}
h4 {
	font-size: 14px;
	text-align: center;
	color: #2aacd7;
	margin: 0;
	padding: 12px 0 8px 0;
}
h5 {
	font-size: 14px;
	text-align: justify;
	color: #7b8415;
	margin: 0;
	padding: 9px 0 1px 0;
}

p {
	text-align: justify;
	margin: 0;
	padding: 4px 0 6px 0;
}
p.spectext {
	text-align: center;
	font-weight: bold;
	color: #2aacd7;
	padding-top: 12px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 40px;
	padding: 7px 0 20px 0;
}
ul li {
	text-align: left;
	margin: 0;
	padding: 2px 20px 2px 5px;
}

td {
	text-align: center;
	vertical-align: top;
}

/*----------------------------------------------------*/
/* General Layout */
/*----------------------------------------------------*/

#logo img {
	margin-top: 19px;
}

#menu {
	text-align: center;
	vertical-align: bottom;
}

#search {
	background-color: #0060a9;
	text-align: left;
}
#search input {
	margin-top: 3px;
}
#search input.field {
	// margin-top: 2px;
}

#browse-drugs {
	text-align: right;
	vertical-align: middle;
	background-color: #0060a9;
	padding-top: 3px;
	// padding-top: 0;
}
#browse-drugs a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #107dba;
	color: #d7e7ef;
	margin: 0 0 9px -1px;
	padding: 1px 4px;
}
#browse-drugs a:hover {
	color: Black;
	background-color: #b7c32c;
	text-decoration: none;
}
#browse-drugs .curr {
	color: Black;
	background-color: #b7c32c;
	text-decoration: none;
}
#browse-drugs img {
	margin-top: -8px;
	// margin-top: 0;
}

.lightolive-line td {
	background-color: #b7c32c;
}

#content {
	padding: 0 20px 20px 20px;
}

#alphabet {
	margin: 0 auto;
}
#alphabet li {
	font-weight: bold;
}

#prescription {
	margin: 10px auto 0 auto;
	background-color: #f2f4da;
	border: solid 1px #b7c32c;
	padding: 11px 0 0 0;
	line-height: 20px;
}
#prescription ul li {
	font-weight: bold;
}
#attn {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	border: 1px solid #b7c32c;
	padding: 10px;
	text-align: center;
	left center;
	width: 70%;
	text-align: center;
}
#attn strong {
	font-size: 16px;
	color: #2aacd7;
	font-weight: bold;
	padding-left: 100px;
}
#attn p {
	font-size: 14px;
	line-height: normal;
	margin: auto;
	padding-left: 120px;
	text-align: justify;
	text-indent: 20px;
}
#attn div {
	line-height: normal;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	padding-left: 120px;
	text-align: right;
}
#news {
	font-size: 13px;
	width: 450px;
	text-align: justify;
}
#news .date {
	font-size: 11px;
	text-align: right;
	color: #2aacd7;
	border-bottom: solid 1px #dbe8f3;
}
#news .source {
	font-size: 11px;
	text-align: right;
	color: #2aacd7;
	border-bottom: solid 1px #dbe8f3;
}
#news .n_text {
	text-indent: 25px;
	line-height: 20px;
}
.btn_sub {
	border: 0;
	width: 72px;
	height: 18px;
	no-repeat;
	font-size: 1px;
	cursor: hand;
}
.btn_unsub {
	border: 0;
	width: 89px;
	height: 18px;
	
	font-size: 1px;
	cursor: hand;
}
#descr-text {
	font-size: 13px;
	text-align: justify;
	width: 90%;
	line-height: 20px;
}
#descr-text p {
	font-size: 13px;
	text-transform: uppercase;
	color: #2aacd7;
	font-weight: bold;
	margin-top: 15px;
}
/*----------------------------------------------------*/
/* Drugs Table */
/*----------------------------------------------------*/

.drugs {
	margin: 0 auto 10px auto;
}
.drugs caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #2aacd7;
	padding: 10px 0 3px 4px;
}
.drugs th, .drugs td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 5px 5px 5px;
	margin: 1px;
	border: solid 1px #cbdac5;
}
.drugs td h4 {
	font-size: 12px;
	text-align: left;
	color: Black;
	margin: 0;
	padding: 0 0 2px 0;
}
.drugs td p {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 1px 0 0 0;
}
.drugs td p span {
	font-weight: normal;
	color: #2aacd7;
	padding-right: 3px;
}

.idevaffil td {
	text-align: left;
	font-size: 12px;
	color: Black;
}

/*----------------------------------------------------*/
/* Right Side */
/*----------------------------------------------------*/

#rg-col {
	border-left: solid 2px #b7c32c;
}
#rg-col img {
	text-align: left;
	margin: 9px 0 0 7px;
}
#rg-col p {
	font-size: 12px;
	text-align: left;
	color: #b2bc3a;
	margin: 0;
	padding: 8px 1px 0 14px;
}
#rg-col p.date {
	text-align: right;
	font-size: 11px;
	color: #2aacd7;
	border-bottom: solid 1px #dbe8f3;
	margin: 0 2px 3px 10px;
	padding: 2px 4px 0 0;
}
#rg-col hr {
	height: 1px;
	border: none;
	color: #b7c32c;
	background-color: #b7c32c;
	margin: 10px 0 0 0;
	// margin-top: 5px;
}
#rg-col ul {
	margin: 0 0 0 30px;
	padding: 7px 0 0 0;
}
#rg-col ul li {
	text-align: left;
	margin: 0;
	padding: 0 2px 2px 0;
}
#rg-col input.field {
	width: 118px;
}

/*----------------------------------------------------*/
/* Left Side */
/*----------------------------------------------------*/

#lf-col {
	padding: 9px 0;
}
#lf-col ul {
	list-style: none;
	background-color: #eaedca;
	border-left: solid 1px #c9d9c5;
	border-right: solid 1px #c9d9c5;
	margin: 0;
	padding: 0;
}
#lf-col ul li {
	list-style: none;
	font-size: 14px;
	text-align: left;
	color: #0060a9;
	margin: 0;
	padding: 0;
}
#lf-col ul li a span {
	clear: left;
	font-size: 12px;
	color: #0060a9;
}
#lf-col ul li a {
	display: block;
	width: 141px;
	text-decoration: none;
	color: Black;
	background-color: #eaedca;
	border-top: solid 1px #c9d9c5;
	padding: 3px 12px 4px 9px;
}
#lf-col ul li a:hover {
	background-color: #e4ec90;
}

/*----------------------------------------------------*/
/* Forms */
/*----------------------------------------------------*/

form {
	padding: 0;
	margin: 0;
}
input {
	margin: 0;
	padding: 0;
}
input.field {
	font-size: 12px;
	height: 15px;
	color: Black;
	background-color: #2aacd7;
	border-top: solid 1px #16586e;
	border-left: solid 1px #16586e;
	border-bottom: solid 1px #71c8e4;
	border-right: solid 1px #71c8e4;
	margin: 0 5px 0 1px;
	padding: 1px 2px 0 2px;
}
textarea {
	font-size: 12px;
	height: 200px; width: 380px;
	overflow: hidden;
	color: Black;
	background-color: #2aacd7;
	border-top: solid 1px #16586e;
	border-left: solid 1px #16586e;
	border-bottom: solid 1px #71c8e4;
	border-right: solid 1px #71c8e4;
	margin: 0 5px 0 1px;
	padding: 1px 2px 0 2px;
}
select {
	font-size: 14px;
	color: #6f281e;
	background-color: #ffd754;
	margin: 0 0 7px 0;
	padding: 0 0 1px 4px;
}

form#contact {
	width: 500px;
	text-align: center;
	margin: 0 auto 20px auto;
}

/*----------------------------------------------------*/
/* Shopping Cart */
/*----------------------------------------------------*/

.basket_header {
	color: #d7e7ef;
	background-color: #0060a9;
}
 .basket_item {
 	background-color: #f2f4da;
 }
.basket_total {
	color: White;
	background-color: #2aacd7;
}
.basket_ship_tax {
	color: Black;
	background-color: #b7c32c;
}
.butons_update_checkout, .buton_complete_purchase {
	color: #cad452;
	background-color: #0067c6;
	border: solid 1px #00376c;
	padding: 0 7px;
}

/*----------------------------------------------------*/
/* Bottom */
/*----------------------------------------------------*/

#bottom {
	repeat-x left top;
	padding: 10px;
}
#bottom p {
	font-size: 12px;
	text-align: center;
	padding-bottom: 3px;
}
#bottom p a {
	font-weight: bold;
}
/*----------------------------------------------------*/
/* Poll */
/*----------------------------------------------------*/
#poll {
	border: solid 1px #cbdac5;
	width: 60%;
	text-align: center;
}
#poll table {
	width: 70%;
}
#poll td {
	text-align: left;
	padding: 0 0 0 5px;
	margin: 0;
	vertical-align: top;
}
#poll .btn {
	no-repeat;
	border: 0;
	width: 55px;
	height 18px;
	margin-bottom: 5px;
	cursor: hand;
}
/*----------------------------------------------------*/
/* Delivery table */
/*----------------------------------------------------*/
#shippings {
	border-left: solid 1px #c9d9c5;
	border-top: solid 1px #c9d9c5;
}
#shippings td, th {
	border-right: solid 1px #c9d9c5;
	border-bottom: solid 1px #c9d9c5;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
#shippings .n {
	color: #0060a9;
	font-weight: bold;
}
/*----------------------------------------------------*/
/* Trials */
/*----------------------------------------------------*/
.trial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a0600;
	background: #c9d9c5;
	text-align: center;
	margin-bottom: 15px;
}
.trial th {
	color: #000000;
	height: 25px;
	vertical-align: middle;
	background: #eaedca;
	border: 0;
}
.trial td {
	background: #ffffff;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	background: #ffffff;
	color: #989f40;
}