body {
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4f4f4f;
}
a {
	color: #3a5617;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 180%;
	margin: 0 0 5px 0;
	color: #3a5617;
}
h2 {
	font-size: 140%;
	margin: 0 0 5px 0;
	font-weight: normal;
}
#main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 120px;
}
#header #info {
	float: right;
	width: 530px;
	margin: 25px 0 0 0;
}
#header #info h3 {
	margin: 0 0 5px 0;
	color: #3a5617;
}
#header #info p {
	margin: 0;
}
#header img#logo {
	margin: 10px 0 0 0;
}
#header h1#logo {
	margin: 0;
	padding: 45px 0 0 0;
	font-size: 200%;
	font-weight: normal;
	float: left;
}
#menu {
	background: #e2f7d5 url(../images/menu-bg.gif) repeat-x top left;
	height: 37px;
}
#menu .help {
	float: right;
	line-height: 37px;
	padding-right: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	line-height: 37px;
}
#menu ul li a {
	padding: 3px 15px;
	border-right: 1px solid #b4d290;
}
#menu ul li a.bold {
	font-weight: bold;
}

#center {
	width: 700px;
	float: left;
	margin: 20px 0 0 0;
}
#center .product {
	width: 213px;
	float: left;
	margin: 0 25px 30px 0;
	text-align: center;
	border: 1px solid #c5dfa5;
}
#center .last-product {
	margin-right: 0;
}
#center .product .image {
	height: 170px;
}
#center .product .image img {
	border: none;
	margin: 5px 0;
	max-height: 155px;
	max-width: 205px;
	_height: 155px;
}
#center .product .desc {
	background: #f3fde6;
}
#center .product h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 0 10px;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #c5dfa5;
	height: 3.2em;
}
#center .product p {
	margin: 0;
	padding: 5px 10px 0 10px;
	font-size: 90%;
	line-height: 130%;
	height: 4.5em;
	overflow: hidden;
}
#center .product .price {
	border-bottom: 1px solid #c5dfa5;
	text-align: left;
	margin: 0 10px;
	padding: 5px 0;
	line-height: 150%;
}
#center .product .price div span {
	float: right;
}
#center .product .price div.big {
	font-weight: bold;
}

#center .related {
	clear: both;
	padding-top: 50px;
}
#center .related .product {
	width: 150px;
}
#center .related .product .desc {
	height: 3.2em;
	padding: 5px 0;
	overflow: hidden;
}
#center .related .product .image {
	height: 110px;
}
#center .related .product img {
	max-height: 100px;
	max-width: 120px;
	_height: 100px;
}

#center .list {
	width: 99%;
	float: none;
	text-align: right;
	height: 25px;
	line-height: 25px;
	margin: 0 0 5px 0;
	padding-right: 10px;
}
#center .list h3 {
	width: 410px;
	float: left;
	border: none;
	line-height: 100%;
	text-align: left;
	height: auto;
}
#center .list-head {
	text-align: right;
	height: 25px;
}
#center .list-head .title {
	width: 410px;
	float: left;
	text-align: left;
}
#center .list-head .rec-price {
	width: 132px;
	float: left;
}
#center .list-head .price {
	width: 107px;
	float: left;
}
#center .list .rec-price {
	width: 110px;
	float: left;
	color: #979797;
}
#center .list .price {
	border: none;
	font-weight: bold;
}
.buttons {
	padding: 5px 10px 0 10px;
	height: 37px;
	text-align: right;
}
.buttons big {
	font-size: 130%;
	line-height: 28px;
	font-weight: bold;
}
a.buy {
	display: block;
	float: left;
	width: 89px;
	height: 27px;
	line-height: 27px;
	background: url(../images/btn-buy.gif) no-repeat top left;
	text-align: center;
}
a.detail {
	display: block;
	float: right;
	width: 89px;
	height: 27px;
	line-height: 27px;
	background: url(../images/btn-detail.gif) no-repeat top left;
	color: #525252;
	text-align: center;
}
#right {
	width: 260px;
	float: right;
	margin: 20px 0 0 0;
}
#right .block {
	border: 1px solid #c5dfa5;
	margin: 0 0 20px 0;
}
#right .block h4 {
	font-size: 110%;
	background: #e2f7d5 url(../images/menu-bg.gif) repeat-x center left;
	margin: 0;
	padding: 5px;
}
#right .block p {
	margin: 5px;
	line-height: 140%;
	text-align: justify;
}

#footer {
	border-top: 1px solid #dfdfdf;
	padding: 10px 0;
	font-size: 90%;
	margin-top: 50px;
}

#detail .image {
	display: block;
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 15px;
}
#detail .image img {
	border: none;
	margin: 0;
	max-height: 210px;
	max-width: 210px;
	_height: 180px;
}
#detail .desc {
	float: right;
	width: 440px;
	margin-top: 15px;
}
#detail .desc .incart {
	background: #f8f8f8;
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#detail .price {
	background: #f3fde6;
	border: 1px solid #c5dfa5;
	width: 300px;
	margin: 20px 0 10px 0;
	padding: 10px 10px 0 10px;
}
#detail .price div {
	height: 2em;
}
#detail .price div.big {
	font-size: 120%;
}
#detail .price div span {
	float: right;
	font-weight: bold;
}

#cart {
	margin: 5px 5px 0 5px;
}
#cart p {
	margin: 10px 0 !important;
}
#cart form {
	margin: 0;
	padding: 0;
}
#cart table {
	width: 100%;
}

#cart table td {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0;
	text-align: right;
}
#cart table td.left {
	text-align: left;
}
#cart table td input.q {
	width: 20px;
	text-align: center;
}
#cart .buttons {
	padding: 0 !important;
	margin: 20px 0 0 0;
}
#cart .buttons a.buy {
	float: right !important;
}
#cart .buttons a.detail {
	float: left !important;
}
#cart .total-price {
	text-align: right;
	margin: 5px 0 0 0;
	font-weight: bold;
}
#cart .total-price span {
	float: left;
} 
table#cart {
	width: 99%;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	margin: 0;
}
table#cart td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
}
table#cart td.price {
	text-align: right;
}
table#cart td.delete {
	text-align: center;
}
table#cart .head td {
	background: #e2f7d5 url(../images/menu-bg.gif) repeat-x center left;
	border-bottom: none;
	font-weight: bold;
}
table#cart td input.quantity {
	width: 30px;
	text-align: center;
}
#cart-price {
	width: 240px;
	float: right;
	padding: 5px 0 0 0;
	margin: 25px 54px 0 0;
	_margin-right: 25px;
	font-weight: bold;
	font-size: 110%;
	border-top: 2px solid #dfdfdf;
	line-height: 180%;
}
#cart-price span {
	float: right;
}
#cart-price .total span {
	font-size: 120%;
}
#cart-price a.detail {
	font-weight: normal;
	margin: 20px 10px 0 0;
}
#cart-price a.buy {
	float: right;
	font-weight: normal;
	margin-top: 20px;
}

.orderby {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 10px 5px 0;
	margin: 0 0 20px 0;
	text-align: left;
}
.orderby span {
	float: right;
}
.orderby a {
	margin: 0 0 0 5px;
}
.orderby .asc {
	padding-right: 10px;
	background: url(../images/asc.gif) no-repeat center right;
}
.orderby .desc {
	padding-right: 10px;
	background: url(../images/desc.gif) no-repeat center right;
}

#order {
	margin: 50px auto 0 auto;
	width: 490px;
}
#order fieldset {
	border: none;
	padding: 5px 0;
	margin: 0;
}
#order fieldset label {
	width: 130px;
	float: left;
	line-height: 180%;
}
#order span {
	color: red;	
}
#order p {
	margin-top: 30px;	
}
#order fieldset input.textbox {
	width: 350px;
}
#order fieldset input.small {
	width: 120px;
}
#order fieldset textarea {
	width: 350px;
	height: 80px;
}
#order .buy {
	margin: 10px 0 0 130px;
}
#order input.buy {
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 100%;
	display: block;
	float: left;
	width: 89px;
	height: 27px;
	line-height: 27px;
	background: url(../images/btn-buy.gif) no-repeat top left;
	text-align: center;
	border: none;
	padding: 0;
	color: #3a5617;
	cursor: pointer;
}
#order input.buy:hover {
	text-decoration: underline;
}
#order #error {
	background: #fceeee;
	border: 1px solid #d38484;
	padding: 10px;
	margin-bottom: 10px;
}

.topProducts {
	text-align: center;
	margin: 15px 0 0 0;
}
.topProducts img {
	max-height: 100px;
	max-width: 120px;
	_height: 100px;
	border: none;
}
.topProducts p {
	background: #f3fde6;
	padding: 5px;
	margin: 2px 0 0 0 !important;
	text-align: center !important;
}

#contest {
	width: 500px;
	margin: 20px auto;
	background: #f3fde6;
	border: 1px solid #c5dfa5;
	padding: 5px 10px;
}
#contest h3 {
	margin: 0 0 10px 0;
	font-size: 120%;
}
#contest #error {
	background: #fceeee;
	border: 1px solid #d38484;
	padding: 10px;
	margin-bottom: 10px;
}
#contest fieldset {
	margin: 0;
	padding: 5px 0;
	border: none;
}
#contest fieldset label {
	display: block;
	line-height: 190%;
}
#contest fieldset .textbox {
	width: 99%;
}
#contest fieldset .small {
	width: 80px;
}
#contest .submit {
	margin: 10px 0 10px 0;
}

#categories {
	background: #f3fde6;
}
#categories ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
#categories ul li {
	background: url(../images/arrow.gif) no-repeat 0 5px;
	padding: 2px 0 2px 8px;
}
#categories ul li a {
	font-weight: bold;
}
#categories ul li ul {
	padding: 2px 0 10px 10px;
}
#categories ul li ul li a {
	font-weight: normal;
}
.pagination {
	text-align: right;
	margin: 10px 0;
	clear: left;
}
.pagination span {
	font-weight: bold;
}
#order h3 {
	margin: 30px 0 0 0;
	font-size: 130%;
}
.row {
	margin: 5px 0;
	clear: left;
}
.row span {
	float: left;
	width: 140px;
}
.outofstock {
	text-align: center;
	width: 90px;
	float: left;
	font-size: 90%;
}


.inline-product {
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
	margin: 0 5px;
}
.inline-product .price {
	float: right;
}
.inline-product-title {
	margin: 20px 0 5px 0;
	font-size: 110%;
}
.last-inline-product {
	border-bottom: none;
}

.shop {
	width: 330px;
	float: left;
	border: 1px solid #ddd;
	margin: 0 20px 0 0;
	padding: 0;
}
.last-shop {
	margin-right: 0;
}
.shop h4 {
	margin: 5px 5px 10px 5px;	
}
.shop .shop-logo {
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 5px;
}
.shop .link {
	background: #f3fde6;
	padding: 5px;
	margin-top: 10px;
	font-size: 90%;
	text-align: right;
}

.coupon {
	display: block;
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.coupon strong {
	display: block;	
}
.coupon .inp {
	width: 110px;
}
.coupon .detail {
	float: right;
	margin: 0 !important;
}
.coupon em {
	font-size: 90%;
	font-weight: normal;
	display: block;
	color: red;
}
