body {
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../design/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #68a000;
	padding: 0;
	margin: 0 0 10px 0;
}
h1.h1_hp {
	font-family: Calibri, Tahoma, Arial, lucida, sans-serif;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #007ae0;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 12px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	display: block;
	width: 100%;
	clear: both;
	font-size: 1px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_border {
	border: none !important;
}

.blue {
	color: #007ae0 !important;
}

.green {
	color: #68a000 !important;
}

.orange {
	color: #fd7d04 !important;
}

.strike {
	text-decoration: line-through;
}

.border {
	padding-bottom: 3px !important;
	border-bottom: 1px solid #b8c1c5 !important;
}

#page {
	position: relative;
	width: 100%;
	padding: 221px 0 40px 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 221px;
	background-image: url(../design/bg_header.png);
	background-repeat: repeat-x;
}
#header_inner {
	position: relative;
	width: 1000px;
	height: 221px;
	background-image: url(../design/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#hp_link {
	position: absolute;
	top: 20px;
	left: 0;
	width: 400px;
	height: 100px;
}

#top_menu {
	position: absolute;
	top: 159px;
	left: 20px;
	width: 700px;
	height: 43px;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#top_menu li { 
	float: left;
	height: 100%;
}
#top_menu li a { 
	float: left;
	display: block;
	height: 28px;
	padding-top: 15px;
	margin-right: 30px;
	color: #fff;
	text-decoration: none;
}
#top_menu li a:hover, #top_menu li a.active { 
	text-decoration: underline;
}

#content {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}

#main {
	float: right;
	width: 780px;
	text-align: left;
}

#main_left {
	float: left;
	width: 600px;
	text-align: left;
}

#main_left p {
	line-height: 20px;
}

.row {
	padding-bottom: 50px;
}

.product_box {
	position: relative;
	float: left;
	width: 186px;
	margin-right: 20px;
}

.product_box a.label {
	display: block;
	height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
}
.product_box a.label:hover {
	text-decoration: underline;
}
.product_box .img_cover {
	position: relative;
	width: 186px;
	height: 170px;
}
.product_box a.img_box {
	position: relative;
	z-index: 10;
	display: block;
	text-align: center;
}
.product_box a.new_label {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 40px;
	height: 41px;
}
.product_box p.desc {
	height: 50px;
	font-size: 11px;
	line-height: 17px !important;
	color: #494949;
}
.product_box .price {
	width: 100%;
	padding: 7px 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.product_box .price span {
	display: block;
	position: relative;
	top: 3px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.product_box .price a.add_basket {
	float: right;
	display: block;
	width: 77px;
	height: 25px;
	background-image: url(../design/butt_addbasket.gif);
	background-repeat: no-repeat;
}

#main_right {
  float: right;
	width: 160px;
	padding: 10px 0 0 0;
}

#form_search {
	margin-bottom: 30px;
	background-color: #eff9f8;
}
#form_search fieldset {
	position: relative;
	width: 160px;
	height: 62px;
	padding: 0;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}
#form_search #search {
	position: absolute;
	top: 22px;
	left: 14px;
	display: block;
	width: 98px;
	height: 20px;
	font-size: 11px;
	color: #979797;
	background: none;
	border: none;
}
#form_search .button {
	position: absolute;
	right: 5px;
	top: 19px;
	display: block;
	width: 40px;
	height: 25px;
}

.box_header {
	width: 160px;
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../design/box_header.gif);
	background-repeat: no-repeat;
}
.box_body {
	padding: 15px 15px;
	background-color: #afe2dd;
}
.box_footer {
	width: 160px;
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 10px;
	background-image: url(../design/box_footer.gif);
	background-repeat: no-repeat;
}

.box_body_left {
	padding: 10px 5px;
	background-color: #afe2dd;
}
.box_footer_left {
	width: 141px;
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 20px;
	background-image: url(../design/box_footer_left.gif);
	background-repeat: no-repeat;
}


.basket_body {
	background-image: url(../design/img_basket.gif);
	background-repeat: no-repeat;
	background-position: 115px top;
}
.basket_info {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 0;
}
.basket_info a {
	display: block;
	width: 97px;
	height: 25px;
	background-image: url(../design/butt_basket.gif);
	background-repeat: no-repeat;
}

#main_right .img_contact {
	display: block;
	margin-bottom: 30px;
}

.product_box_right {
	line-height: 17px;
	margin-bottom: 20px;
}
.product_box_right a {
	text-decoration: none;
}
.product_box_right a:hover {
	text-decoration: underline;
}
.product_box_right p {
	margin: 0;
	padding: 15px 0 0 0;
}
.product_box_right a.detail {
	float: right;
	position: relative;
	top: -5px;
	display: block;
	width: 53px;
	height: 25px;
	background-image: url(../design/butt_detail.gif);
	background-repeat: no-repeat;
}

#path { 
	font-size: 11px;
	font-weight: bold;
	color: #6fb400;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 12px !important;
}
#path a { 
	font-weight: normal;
}
#path span { 
	margin: 0 5px;
}

.pages {
	padding: 20px 0 0 0;
	text-align: center;
}
.pages a {
	font-size: 14px;
	margin: 0 5px;
}
.pages a.active {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.pages .prev {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#detail_right {
	float: right;
	width: 250px;
	padding-top: 20px;
	border-top: 1px solid #b8c1c5;
}
#detail_right table td {
	padding: 5px 10px;
}
#detail_right table td.price {
	font-size: 14px;
	font-weight: bold;
	color: #0066ff;
}
#detail_right table td a.button {
	display: block;
	width: 137px;
	height: 35px;
	margin-top: 10px;
	background-image: url(../design/butt_addbasket2.gif);
	background-repeat: no-repeat;
}

#detail_left {
	float: left;
	width: 305px;
}
#detail_img {
	border: 1px solid #b8c1c5;
	margin-bottom: 7px;
}
#detail_img img {
	display: block;
}

#detail_thumbs a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.m_label, .m_label2 {
	font-size: 14px;
	font-weight: bold;
	color: #6fb400;
	padding: 0 0 5px 3px;
	margin: 0 0 1px 0;
	background-image: url(../design/bg_label.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.m_label2 {
	background-image: url(../design/bg_label2.gif);
}

#left_menu {
	position: relative;
	float: left;
	width: 141px;
	text-align: left;
	padding: 10px 0 0 10px;
}
#left_menu ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}
#left_menu li {
	margin: 0;
	padding: 0;
	background-color: #afe2dd;
}
#left_menu ul li a {
	display: block;
	height: 100%;
	font-size: 11px;
	font-weight: normal;
	color: #007ae0;
	text-decoration: none;
	padding: 7px 0 5px 18px;
	border-bottom: 1px solid #bbbaba;
	background-image: url(../design/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#left_menu ul li a:hover, #left_menu ul li a.active {
	text-decoration: underline;
}

#left_menu ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_menu ul.submenu li {
	margin: 0;
	padding: 0;
	background-color: #e7fab1;
}
#left_menu ul.submenu a {
	color: #4d6b00;
	padding: 7px 0 5px 28px;
	background-image: url(../design/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

#form_newsl fieldset {
	padding: 0;
	font-size: 11px;
}
#form_newsl label {
	color: #494949;
}
#newsl_email {
	float: left;
	display: block;
	width: 100px;
	margin-right: 5px;
}
#form_newsl .button {
	position: relative;
	top: -1px;
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	background: none;
	border: none;
	background-image: url(../design/butt_ok.gif);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 820px;
	height: 103px;
	text-align: left;
	padding: 40px 10px 0 170px;
	margin: 0 auto;
	background-image: url(../design/bg_footer.png);
	background-repeat: no-repeat;
}
#footer ul {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
}
#footer ul li {
	padding: 4px 10px;
}
#footer ul li a {
	color: #007ae0;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}

.error {
  font-size: 11px;
  font-weight: bold;
  border: 1px dashed #000;
  background-color: #eff9f8;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

.basket_error {
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}
.basket_error a {
	color: #000;
}

#table_basket {
	border-collapse: collapse;
	width: 100%;
}

#table_basket th {
	font-size: 11px;
	text-align: center;
	padding: 4px 5px;
	border: 1px solid #999;
}
#table_basket td {
	padding: 5px 5px;
	border: 1px solid #999;
}
#table_basket th.product {
	width: 200px;
}

#table_basket input.count {
	width: 17px;
	text-align: right;
}

#table_pay {
	border-collapse: collapse;
}
#table_pay td {
	padding: 5px 5px;
}
#table_pay td label {
	font-weight: bold;
}

#table_basket .button, #table_pay .button {
	font-weight: bold;
}

#order_table_delivery td {
  padding: 2px 5px;
}

#order_table_delivery td.button {
  padding-top: 20px;
}

#form_order h2 {
  font-size: 12px;
  font-weight: bold;
}

#form_basket, #form_basket fieldset {
	margin: 0;
	padding: 0;
}