/* -- Zest Master Style Sheet -- */

body {
	background: url(/images/layout/bg.png);
	font-family: Verdana, Arial, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #063;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


p, ul, ol { 
	margin-bottom: 18px; 
}

/* -- Heading Styles -- */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
	font-weight: normal;
	color: #093;
}

h2 {
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	font-weight: normal;
	color: #777;
}

h3 { 
	font-size: 14px; 
	line-height: 18px; 
	margin-bottom: 18px;
	font-weight: bold;
	font-color: #666;
}

/* -- Main Structure -- */

#body {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

/* -- Status Bar -- */

#status {
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 0 12px 0 0;
	line-height: 22px;
	color: #333;
}

#status a {
	border-bottom: 1px dotted #999;
}

#status a:hover {
	border-bottom: none;
}

#top_nav a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	color: #999;
	padding: 0 8px;
	border-right: 1px solid #BBB;
}

#top_nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #292929;
}

#top_nav a img {
	vertical-align: middle;
	padding-right: 4px;
}

/* IE line-height Hack */
* html #top_nav img {
	margin: 4px 0;
	vertical-align: middle;
}

/* -- Utility Bar -- */

#util {
	clear: both;
	background: url(/images/layout/bg-util.gif) repeat-x top #232323;
	color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	height: 34px;
	width: 750px;
	position: relative;
	z-index: 2;
}

/* -- Login Carousel -- */

#carousel {
	position: relative;
	overflow: hidden;
	width: 1500px;
	left: -750px;
	z-index: 1;
}

#util #carousel form {
	float: left;
	text-align: right;
	width: 750px;
}

#util img {
	vertical-align: -6px;
	margin-right: 10px;
}

#util a {
	color: #aaa;
	margin-right: 10px;
}

#util p {
	line-height: 34px;
	padding: 0 10px;
}

#util input {
	margin-right: 10px;
	width: 200px;
}

* html #util input {
	margin: 4px 10px 4px 0;
	vertical-align: middle;
}

* html #util button {
	margin: 4px 10px 4px 0;
	vertical-align: middle;
	padding-top: 0;
}

#util input.faded {
	color: #aaa;
}

#util span {
	margin-right: 10px;
}

#util .order {
	float: left;
}

#util form {
	float: right;
	height: 34px;
	line-height: 34px;
}

#util button {
	width: auto;
	overflow: visible;
	margin-right: 10px;
	padding: 2px 10px;
	line-height: 11px;
	color: #fff;
	font-size: 11px;
	background: url(/images/layout/bg-button.gif) repeat-x #1f1f1f;
	border: 1px solid #6e6e6e;
	border-bottom-color: #0f0f0f;
	border-right-color: #0f0f0f;
	cursor: pointer;
}

#util button.over {
	background: url(/images/layout/bg-button-on.gif) repeat-x #3eaf15;
	border-color: #a2e45d;
	border-bottom-color: #1f590a;
	border-right-color: #1f590a;
}

#head {
	margin: 0;
	padding: 169px 0 0 0;
	overflow: hidden;
	background: url(/images/layout/header.png) no-repeat;
	height: 0px !important;
	height /**/: 169px;
	clear: both;
}

#main {
	background: url(/images/layout/bg-side.png) repeat-y;
	overflow: hidden;
}

#offline {
	background-color: #fff;
	overflow: hidden;
}

* html #main, * html #offline {
	height: 1%;
}

#nav {
	padding: 0;
	margin-top: 20px;
	float: left;
	width: 189px;
	border-top: 1px dotted #999;
}

#nav, #nav li {
	list-style: none;
}

#nav li {
	border-bottom: 1px dotted #999;
}

#nav a {
	display: block;
	height: 29px;
	padding: 0 5px 0 20px;
	line-height: 29px;
	color: #333;
}

#nav a span {
	display: block;
}

#current span {
	background: url(/images/layout/ico-lemon.gif) no-repeat right center !important;
}

#current a {
	background: url(/images/layout/bg-nav.png) repeat-x !important;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	background: url(/images/layout/bg-nav-on.gif) repeat-x #b8b8b8;
	text-decoration: none;
}

#offline #content {
	float: none;
	width: auto;
}


#content {
	float: right;
	width: 530px;
	padding: 12px 15px;
}

#content ul {
	margin-left: 18px;
	list-style-image: url(/images/layout/blt-green.png);
}

#content ul li {
	list-style-image: url(/images/layout/blt-green.png);	
}

.box h2 {
	background: url(/images/layout/bg-inner.gif) no-repeat;
	color: #fff;
	font-weight: normal;
	line-height: 32px;
	padding-left: 18px;
	margin-bottom: 4px;
}

.box {
	background: url(/images/layout/bg-inner-btm.gif) no-repeat bottom #D5EEC1;
	padding-bottom: 18px;
}

.box p {
	margin: 0 18px;
}

#foot {
	clear: both;
	margin: 0 auto 18px;
	width: 750px;
	height: 30px;
	font-size: 10px;
	background: url(/images/layout/bg-foot.gif) no-repeat;
	color: #777;
	line-height: 30px;
	text-align: center;
}

#foot span {
	padding: 0 9px;
}

#foot a {
	color: #777;
}

.menu {
	width: 100%;
	margin-bottom: 18px;
	border-bottom: 1px solid #555;
}

.menu thead th {
	font-weight: bold;
	font-size: 14px;
	background: url(/images/layout/bg-util.gif) repeat-x top #232323;
	color: #fff;
	padding: 3px 10px;
}

.menu th.price, .menu th.qty {
	text-align: center;
}

.menu td.price {
	text-align: right;
	font-weight: normal;
	background-color: #faffdd;
	border: 1px solid #d7f483;
	border-top: none;
	border-bottom: none;
}

.menu td.qty {
	width: 32px;
	text-align: right;
}

.menu tbody th {
	font-size: 14px;
	color: #555;
	padding: 12px 10px 3px;
}

.menu td {
	padding: 5px 10px;
	vertical-align: top;
}

.menu .group td, .menu .group th {
	border-bottom: 1px solid #aaa;
}

.menu th .desc {
	font-size: 11px;
	color: #555;
}

.menu td .item {
	padding-left: 1em;
}

.menu td .desc {
	font-size: 11px;
	color: #555;
	padding-left: 3em;
}

.menu input {
	text-align: right;
	width: 30px;
}

.order span {
	padding-left: 1em;
}

.functions {
	width: 100%;
	margin-bottom: 18px;
}

.functions .price {
	text-align: right;
}

.functions .actions {
	width: 40px;
	padding-left: 18px;
}

.functions tfoot td {
	padding-top: 18px;
	font-weight: bold;
}

.functions tfoot .price {
	text-align: right;
}

.buttons {
	margin-top: 18px;
	text-align: center;
}

.error {
	padding: 3px 10px !important;
	border: 1px solid #ea6b48;
	background-color: #ffcfcf;
	border-left: none;
	border-right: none;	
	font-size: 11px;
}

.error p {
	margin: 3px 0 0 0;
	color: #6c000a;
}

.info {
	padding: 5px 10px;
	margin-bottom: 18px;
	border: 1px solid #93a9d5;
	background-color: #dee6f6;
	border-left: none;
	border-right: none;
}

.info p {
	margin: 0;
	color: #212121;
}