* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	background: #FFFFFF;
}

/* Шапка */

#header {
	width: 983px;
	height: 110px;
	margin-top: 5px;
}

.logotype {
	width: 243px;
	vertical-align: top;
}
.logotype img {
	width: 234px;
	height: 100px;
	border: 0;
}

.phone_number {
	color: #454545;
	margin-top: 7px;
	margin-left: 40px;
	font-size: 12px;
	font-family: Arial;
	width: 200px;
}
.phone_number p {
	color: #589311;
	margin-top: 1px;
	font-size: 24px;
	font-family: Arial;
}
.phone_number a {
	color: #589311;
	font-size: 24px;
	font-family: Arial;
}
.phone_number a:hover {
	color: #589311;
	font-size: 24px;
	font-family: Arial;
}
.phone_number span {
	font-size: 18px;
	color: #848484;
}
.work_time {
	font-size: 12px;
	color: #848484;
}
.work_time a {
	font-size: 12px;
	color: #848484;
}
.work_time a:hover {
	font-size: 12px;
	color: #589311;
}

/* Корзина */

.basket {
	width: 210px;
	height: 100px;
	margin-left: 25px;
	margin-right: 10px;
	background: #E3E3E3;
}
.basket h6 {
	font-size: 18px;
	color: #8D8D8D;
	margin-bottom: 11px;
	padding-top: 9px;
	margin-left: 20px;
	font-weight: normal;
}
.basket p {
	font-size: 11px;
	margin-left: 20px;
	color: #8D8D8D;
	width: 180px;
	line-height: 14px;
}

/* Активная корзина */

.basket_active {
	width: 210px;
	height: 100px;
	margin-left: 25px;
	margin-right: 10px;
	background: #78B82D;
}
.basket_active h6 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 11px;
	padding-top: 9px;
	margin-left: 20px;
	font-weight: normal;
}
.basket_active p {
	font-size: 11px;
	line-height: 14px;
	margin-left: 20px;
	margin-top: 10px;
	color: #FFFFFF;
	width: 180px;
}
.basket_active a {
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
}
.basket_active a:hover {
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
}

/* Активная корзина */

.inli {
	width: 240px;
	color: #454545;
	margin-top: 9px;
	font-size: 11px;
	margin-left: 20px;
}
.inli h6 {
	color: #8D8D8D;
	font-size: 18px;
	font-weight: normal;
}
.inli p {
	margin-top: 10px;
	line-height: 14px;
	color: #727272;
}
.inli a {
	font-size: 11px;
	color: #727272;
	font-family: Arial;
}
.inli a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #79B72E;
}


/* Слайдер с баннерами */

#slider {
	width: 983px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#slider img {
	width: 783px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 3px;
	border:1px solid #909090;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width: 785px;
		height:102px;
		overflow:hidden;
		}


	/* numeric controls */

	ol#controls{
		margin-left: 260px;
		padding:0;
		height:5px;
		}
	ol#controls li{
		margin:0 5px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:5px;
		line-height:5px;
		}
	ol#controls li a{
		float:left;
		height:5px;
		line-height:5px;
		background:#F0F0F0;
		color:#555;
		padding:0 80px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:	#535353;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/* Поиск по сайту */

#search {
	margin-bottom: 25px;
}
.search_line {
	color: #9E9E9E;
	font-family: Tahoma;
	font-size: 12px;
	width: 200px;
	height: 21px;
	border: 1px  #9E9E9E solid;
}
.search_submit {
	width: 25px;
	height: 25px;
	border: 0;
	background: url(/images/search.gif) no-repeat;
}

/* Каталог товаров */

#catalog {
	width: 230px;
	margin-right: 53px;
	margin-top: 45px;
	float: left;
	text-align: left;
}
#catalog ul {
	list-style: none;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 26px;
}
#catalog ul li a {
	color: #2E2E2E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #FFFFFF;
}
#catalog ul li a:hover {
	color: #5B9612;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #FFFFFF;
}

#catalog ul li a.current {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #646464;
	text-decoration: none;
}
#catalog ul li a.current:hover {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #5B9612;
	text-decoration: none;
}

#catalog h6 {
	border-bottom: 1px solid #9E9E9E;
}

/* Основное содержимое */

#content {
	width: 703px;
	margin-top: 45px;
	float: right;
	text-align: left;
}
#content h1 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 26px;
}
#content  h2 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 26px;
}
#content h2 a {
	font-size: 14px;
	margin-left: 20px;
	color: #606060;
}
#content h2 a:hover {
	font-size: 14px;
	margin-left: 20px;
	color: #78B82D;
}
#content p {
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	color: #797979;
}
#content p a {
	font-size: 14px;
	color: #78B82D;
}
#content p a:hover {
	font-size: 14px;
	color: #78B82D;
	text-decoration: none;
}

/* Подкатегории каталога */

#categories {
	width: 680px;
	height:auto;
	margin-bottom: 36px;
	font-size: 14px;
	color: #797979;
	line-height: 29px;
}
#categories a {
	font-size: 16px;
	color: #646464;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFFFFF;
	margin-right: 20px;
}
#categories a:hover {
	font-size: 16px;
	color: #78B82D;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFFFFF;
	margin-right: 20px;
}
#categories a.currently {
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #5B9612;
	margin-right: 20px;
}
#categories a.currently:hover {
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #5B9612;
	margin-right: 20px;
}

#pages {
	width: 703px;
	font-size: 14px;
	margin-left: 280px;
}
#pages a {
	padding: 5px;
	font-size: 14px;
	color: #5E5E5E;
	background: #FFFFFF;
	margin-right: 5px;
}
#pages a:hover {
	padding: 5px;
	font-size: 14px;
	color: #5E5E5E;
	background: #FFFFFF;
	margin-right: 5px;
}
#pages a.cur {
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #5B9612;
	margin-right: 5px;
}
#pages a.cur:hover {
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #5B9612;
	margin-right: 5px;
}

.product {
	width: 200px;
	margin-left: 30px;
	float: left;
	margin-bottom: 45px;
}
.product img {
	width: 200px;
	height: 200px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product h3 a {
	font-size: 12px;
	margin-top: 10px;
	color: #606060;
	font-weight: bold;
}
.product h3 a:hover {
	font-size: 12px;
	margin-top: 10px;
	color: #5B9612;
	font-weight: bold;
}
.price {
	width: 93px;
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
	margin-right: 10px;
	padding-left: 9px;
}
.price span {
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #B5B5B5;
}
.in_basket {
	width: 87px;
}
.in_basket img {
	border: 0;
	width: 86px;
	height: 31px;
	margin: 0;
}


/* Футер */

#footer {
	width: 683px;
	font-size: 11px;
	line-height: 18px;
	color: #989898;
	font-family: Tahoma;
	margin-top: 25px;
	height: 130px;
	text-align: left;
}
#footer a {
	font-size: 11px;
	color: #989898;
}
#footer a:hover {
	font-size: 11px;
	color: #82B840;
}
#footer img {
	float: left;
	margin-right: 30px;
}
#footer .inform {
	float: left;
	margin-right: 55px;
	width: auto;
}
.inform h5 {
	font-size: 11px;
	color: #3E3E3E;
	margin-bottom: 5px;
}
.inform ul {
	line-height: 20px;
	list-style: none;
	margin-bottom: 6px;
}
.inform p {
	font-size: 11px;
	margin-top: 24px;
	line-height: 20px;
}

/* Бонус */

#bonus {
	width: 260px;
	background: url(/images/bonus_1.jpg) no-repeat bottom;
	height: 156px;
	position: absolute;
}
#bonus p {
	width: 125px;
	margin-top: 43px;
	margin-bottom: 15px;
	font-size: 14px;
}
#bonus a {
	color: #606060;
}
#bonus a:hover {
	color: #5B9612;
}


#bonus_2 {
	width: 260px;
	background: url(/images/bonus_2.jpg) no-repeat bottom;
	height: 156px;
	position: absolute;
}
#bonus_2 p {
	width: 125px;
	margin-top: 43px;
	margin-bottom: 15px;
	font-size: 14px;
}
#bonus_2 a {
	color: #606060;
}
#bonus_2 a:hover {
	color: #5B9612;
}
#bonus_3 {
	width: 260px;
	background: url(/images/bonus_3.jpg) no-repeat bottom;
	height: 156px;
	position: absolute;
}
#bonus_3 p {
	width: 125px;
	margin-top: 43px;
	margin-bottom: 15px;
	font-size: 14px;
}
#bonus_3 a {
	color: #606060;
}
#bonus_3 a:hover {
	color: #5B9612;
}


.footer_price {
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
}

/* Оформление страницы корзины */

#basket_content {
	width: 983px;
	margin-top: 35px;
}
#basket_content h1 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 26px;
	text-align: left;
}
#basket_content p {
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	color: #797979;
	text-align: left;
}
#basket_content p a {
	font-size: 14px;
	color: #78B82D;
}
#basket_content p a:hover {
	font-size: 14px;
	color: #78B82D;
	text-decoration: none;
}

#b_i1 {
	width: 600px;
	padding-right: 50px;
	background: #FFFFFF;
	font-size: 14px;
	color: #797979;
	text-align: left;
	float: left;
}
#b_i1 img {
	width: 100px;
	height: 100px;
	border: 0;
}
#b_i2 {
	width: 300px;
	background: #F6F6F6;
	font-size: 14px;
	color: #797979;
	text-align: left;
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
a.delete {
	font-size: 12px;
	color: #CBCBCB;
}
a.delete:hover {
	font-size: 12px;
	color: #940005;
}

#b_i2 h4 {
	font-size: 18px;
	color: #797979;
	font-weight: normal;
	margin-bottom: 20px;
}
#b_i2 p {
	margin-bottom: 20px;
	font-size: 14px;
}
#b_i2 span {
	font-weight: bold;
	color: #9A0005;
	font-size: 18px;
}

#b_i2 .basket_text {
	color: #9E9E9E;
	font-family: Tahoma;
	font-size: 12px;
	width: 220px;
	height: 21px;
	border: 1px  #9E9E9E solid;
}

#b_i2 .basket_area {
	color: #9E9E9E;
	font-family: Tahoma;
	font-size: 12px;
	width: 220px;
	height: 91px;
	border: 1px  #9E9E9E solid;
}

#b_i2 .basket_submit {
	width: 120px;
	height: 44px;
	border: 0;
	background: url(/images/basket_submit.jpg) no-repeat;
	cursor: pointer;
}


#basket_including {
	font-size: 12px;
	margin-top: 10px;
	color: #606060;
	font-weight: bold;
}
#basket_including span {
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
	font-weight: normal;
}

#b_i3 {
	width: 300px;
	background: #78B82D;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#b_i3 h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 20px;
}
#b_i3 p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
}
#b_i3 p a {
	font-size: 14px;
	color: #FFFFFF;
}
#b_i3 p a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Оформление страницы корзины */

/* Страница товара */

#product_description {
	width: 703px;
}
.curri {
	width: 265px;
	height: 265px;
	border: 1px solid #727272;
	padding: 5px;
	margin-right: 40px;
	margin-bottom: 15px;
}
.small {
	width: 90px;
	height: 90px;
}
.images_product li {
	list-style: none;
	float: left;
	border:0;
}
#descripi p {
	margin-bottom: 26px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	color: #797979;
}
#descripi span {
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
	font-weight: normal;
	margin-left: 15px;
}
#special {
	width: 703px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#special  h2 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 5px;
}
#special .number {
	font-size: 62px;
	color: #E0E0E0;
	margin-right: 40px;
	height: 120px;
}

.special_image {
	height: 120px;
	width: 120px;
	vertical-align:top;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.special_image img {
	width: 110px;
	height: 110px;
	border: 0;
}
.special_plus {
	font-size: 20px;
	font-style: italic;
	font-family: Arial;
	color: #808080;
	font-weight: normal;
	float: left;
	padding-top: 50px;
	width: 30px;
}
.special_price {
	font-size: 24px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
	font-weight: normal;
	float: left;
	padding-top: 50px;
}


#char {
	width: 270px;
	margin-right: 40px;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial;
	margin-top: 25px;
	color: #797979;
}
#char h4 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 15px;
}
#char p {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial;
	color: #797979;
}

#acc {
	width:393px;
	margin-top: 16px;
}
#acc h5 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 25px;
}

#acc .prod {
	width: 393px;
	margin-bottom:30px;
	font-size: 12px;
	color: #606060;
}
.prod .imago {
	width: 60px;
	height: 60px;
	float: left;
    margin-right: 40px;
	border: 0;
}
.prod h6 {
	margin-bottom: 20px;
}
.prod h6 a {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
.prod h6 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #78B82D;
}
.prod span {
	font-size: 18px;
	font-style: italic;
	font-family: Arial;
	color: #D86600;
}
.prod .inba {
	float: right;
	margin-top: -5px;
}


#obzor {
	width:703px;
	margin-top: 20px;
}
#obzor h3 {
	color: #606060;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial;
	padding-bottom: 2px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 15px;
}
#obzor a {
	font-size: 14px;
	color: #78B82D;
}
#obzor a:hover {
	font-size: 14px;
	color: #78B82D;
	text-decoration: none;
}


#date {
	width: 85px;
	margin-right: 50px;
	font-size: 12px;
	color: #8D8D8D;
	text-align: center;
	margin-bottom: 35px;
}
#date .num {
	padding: 3px;
	background: #F6F6F6;
	font-size: 62px;
	height: 62px;
	text-align: center;
	margin-bottom: 5px;
	color: #8D8D8D;
}
.clear { clear: both; }
.pages {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Tahoma;
	color: #7F8287;
	font-size: 14px;
	float: none;
}
.pages a {
	font-family: Tahoma;
	font-size: 14px;
	padding: 5px;
	margin-right: 10px;
	color: #7F8287;
}
.pages a:hover {
	color: #6BA72B;
	font-family: Tahoma;
	font-size: 14px;
	padding: 5px;
	margin-right: 10px;
}
.pages strong {
	font-family: Tahoma;
	font-size: 14px;
	padding: 5px;
	margin-right: 10px;
	background: #6BA72B;
	color: #FFFFFF;
	font-weight: bold;
}
.pages strong:hover {
	font-family: Tahoma;
	font-size: 14px;
	padding: 5px;
	margin-right: 10px;
	background: #6BA72B;
	color: #FFFFFF;
	font-weight: bold;
}
.cart_del {
	font-size: 12px;
	color: #940005;
}
