/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777777;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #446EC0;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #446EC0;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #F47511;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	color: #F47511;
}

/** MENU */

#menu {
	width: 778px;
	margin: -40px auto 20px auto;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background-color: #446EC0;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#content h2 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
}

#left {
	float: left;
	width: 500px;
}

#right {
	float: right;
	width: 250px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}

.products_table { width: 100%; }
.products_table th { text-align: left; color: #ffffff; background-color: #004A7C; padding: 3px; white-space:nowrap; }
.products_table th.th_qnty { text-align: left; width: 125px; }
.products_table th.th_qnty_herbal { text-align: left; width: 200px;  }
.products_table th.th_price { width: 110px; }
.products_table tr.r1 { background-color: #EBF2F8; }
.products_table tr.r2 { background-color: #ffffff; }
.products_table td { padding: 3px; border-bottom: 1px solid #D0DFE8; }
.products_table td.td_qnty { text-align: left; /*padding-right: 20px;*/ }
.products_table td.td_qnty_herbal { text-align: left; }
.products_table td.td_price { text-align: left; }
.products_table td.td_price_pp { text-align: left; }
.products_table .save { padding-left: 10px; color: #cc0000; }
.products_table .note_cell { border:1px solid #CDE3F5; border-bottom:none; padding: 7px; color:#ff0000; }
.products_table .note_cell p{padding:0; line-height:normal;}

.products_pack_table { width: 100%; BORDER: 1px solid #58789B;}
.products_pack_table th { text-align: left; color: #ffffff; background-color: #58789B; padding: 3px 8px; white-space:nowrap; }
.products_pack_table td { padding: 3px 8px;}
.products_pack_table ul li {line-height: 2em; color: #ED5E00; padding-left: 0px;}
.products_pack_table .td_price {background-color: #EBF2F8;}
.products_pack_table .note_cell { border:1px solid #004A7C; border-bottom:none; padding: 4px;}
.orange_button {
    font-size: 9px;
    background: #abe1fa;
    border: 1px solid #001937;
    width:90px;
    cursor:pointer;
    padding:2px 7px;
    line-height:17px;
}
.orange_button a{
    text-decoration:none;
    color:#3C526B;
}
.special_offer table{
	border:1px solid #004A7C;
}
.special_offer .header{
	background:#07599A;
}
.main_content table#herbal_promo img{
	display:block;
}
