html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 11px verdana, sans-serif;
	background: #FFFFFF;
    text-align: center;
}

@font-face {
	font-family: 'a_FuturaRoundBold';
	src: url('FUT_RB.eot');
	src: local('a_FuturaRound Bold'), local('AFuturaRoundBold'), url('FUT_RB.woff') format('woff'), url('FUT_RB.ttf') format('truetype'), url('FUT_RB.svg#AFuturaRoundBold') format('svg');
}

div, span, td, li, input, textarea, label, p {
	color: #584038;
}

div, span, a, td, li, input, textarea, label, p {
	font: 11px verdana, sans-serif;
	font-weight:inherit;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 15px 0;
	line-height: 14px;
}

.text_a,a {
	color: #e77917;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

select {
 	color: #807e69;
}

label {
	/*color: #6a6856;*/
	color:#074683;
	line-height: 11px;
}

h1 {
	color: #e77917;
	font-size: 24px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
	margin: 0 0 22px 0;
	text-align: center;
}
.t24c {
	color: #6E5E8D;
	font-size: 26px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
	margin: 0 0 22px 0;
	text-align: center;
}

h2 {
	color: #e77917;
	font-size: 16px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
	line-height: 24px;
	margin: 0 0 8px 0;
}

h3 {
	color: #e77817;
	font-size: 13px;
	text-align: center;
	margin: 15px 0;
}

hr {
     border: none;
     color: #D8D8D8;
     background-color: #D8D8D8;
     height: 1px;
     overflow: hidden;
     margin: 0 0 18px 0;
}

.big_image {
	margin-bottom: 14px;
	text-align: center;
}

.big_image img {
	width:99%;
	border: 1px solid #6B6857;
}

.big_image div {
	padding:0;
	text-align:center;
	}

.big_price {
	text-align: center;
	line-height: 52px;
	color: #49b507;
	font-weight: bold;
	font-size: 27px;
}

.block_sep {
    background: url('images/row_bb.gif') repeat-x;
    height: 1px;
    overflow: hidden;
    margin: 10px 0;
}

.blue {
	color: #45b4da;
}

.box {
	position: absolute;
	right: 7px;
	top: 26px;
	width: 160px;
}

.box select {
	width: 90px;
	margin-left: 20px;
	float: left;
}

.box .currency_text {
	line-height: 18px;
	float: left;
}

.box .order_go {
	/*color: #377723;*/
	color:#000;
	font-weight: bold;
	float: right;
	margin-right: 4px;
	text-decoration: underline;
}

.box .order_go:hover {
	text-decoration: none;
}

.box_header {
	padding-bottom: 18px;
	color: #2676b2;
	font-size: 18px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
}

.box_row {
	padding: 2px 0 6px 0;
    background: url('images/row_bb.gif') repeat-x left bottom;
    width: 100%;
    margin-bottom: 3px;
}

.box_row .left {
    width: 100px;
    margin-right: -100px;
}

.box_row .values {
    margin-left: 100px;
    /*color: #e77917;*/
	color:#000;
    font-weight: bold;
}

.box_row .values span {
    display: block;
    padding-top: 12px;
	color:#000;
    font-weight: bold;
}

.button {
    display: inline-block;
    height: 21px;
    cursor: pointer;
    padding: 0 1px 0 0;
    background: url('images/button_right.jpg') no-repeat right top;
    text-decoration: none;
    border:none;
}

.button span {
	color: #fdfdfa;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
    padding: 0 15px 0 20px;
    display: inline-block;
    line-height: 20px;
    background: url('images/button_left.jpg') no-repeat;
}

.capture {
	width: 100%;
	margin-bottom: 28px;
}

.capture_left {
	float: left;
	margin-left: 30px;
	width: 224px;
	text-align: center;
}

.capture_right {
	float: left;
	padding-top: 10px;
}

.capture_right .text_input {
	width: 252px;
	margin: 4px 10px 0 0;
}

.catalog_mainpage {
	width: 100%;
}

.catalog_mainpage_item {
	width: 100%;
	height: 150px;
	/*float: left;*/
	_margin-right: -1px;
}

.catalog_mainpage_item .image {
	width: 100px;
	float: left;
	margin-right: -100px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}


.catalog_mainpage_item .item_info p {
	display:none
}

.catalog_mainpage_item .item_info {
	margin-left: 100px;
	color: #807e69;
}

.catalog_mainpage_item .item_info a {
	text-decoration: underline;
	color: #807e69;
	margin: 0 2px;
}

.catalog_mainpage_item .item_info a:hover {
	text-decoration: none;
}


.catalog_mainpage_item .item_info .catalog_category {
	color: #074683;
	font-weight: bold;
}

.catalog_item {
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 15px;
    background: url('images/row_bb.gif') repeat-x left bottom;
    overflow: hidden;
    zoom: 1;
}

.catalog_item.last {
    background: none;
}

.catalog_item a {
	text-decoration: underline;
}

.catalog_item a:hover {
	text-decoration: none;
}

.catalog_item img {
	margin: 15px auto 5px;
	display: block;
}

.catalog_item .compare {
 	color: #807e69;
    background: url('images/compare.gif') no-repeat left 2px;
 	padding-left: 24px;
 	float: right;
 	display: block;
  	line-height: 15px;
}

.catalog_item .in_box,
.catalog_item .in_box-y {
 	color: #807e69;
 	line-height: 15px;
    /*background: url('images/in_box.gif') no-repeat;*/
 	padding-left: 0px;
 	float: left;
  	display: block;
    background: url('images/basket.png') no-repeat 0px 0;
	font-size:0; line-height:0; 
	width:88px; height:20px;
	text-decoration:none;
	margin-top:-2px;
}
.catalog_item a.in_box,  .catalog_item a.in_box:visited  { text-decoration:none; color:#2aa200; }

.catalog_item .in_box-y {
    background: url('images/icon_email.gif') no-repeat;
	color:#E77917;
}

.catalog_item .price {
 	color: #49b507;
 	font-weight: bold;
 	font-size: 15px;
 	line-height: 34px;
 	display: block;
}

.catalog_links {
	line-height: 12px;
	margin-bottom: 15px;
}

.catalog_links a {
	color: #584038;
	line-height: 12px;
	margin: 0 5px;
}

.catalog_links a.active,
.catalog_links a.activ_catalog {
	color: #e77817;
	font-weight: bold;
}

.catalog_table {
	border-top: 1px solid #D8D8D8;
	overflow: hidden;
	width: 100%;
}

.catalog_table_item {
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin-left: -1px;
	width: 50%;
	height: 370px;
	float: left;
}

.catalog_table_item .image {
	text-align: center;
	float: left;
	width: 136px;
	/*margin-right: -136px;*/
	position:relative;
	z-index:100;
}

.catalog_table_item .item_info {
	text-align: center;
	margin-left: 136px;
	position:relative;
	z-index:255;
}

.catalog_table_item .compare {
 	color: #807e69;
    background: url('images/compare.gif') no-repeat left 2px;
 	padding-left: 24px;
  	display: inline-block;
  	line-height: 15px;
	margin-left:-2px;
}

.catalog_table_item .item_info .in_box {
 	color: #807e69;
 	line-height: 15px;
    /*background: url('images/in_box.gif') no-repeat;*/
 	padding-left: 0px;
  	display: inline-block;
    background: url('images/basket.png') no-repeat 6px 0;
	font-size:0; line-height:0; 
	width:95px; height:20px;
	text-decoration:none;
}
.catalog_table_item .item_info a.in_box, .catalog_table_item .item_info a.in_box:visited { text-decoration:none;  font-size:0; line-height:0; color:#2aa200; }

.catalog_table_item .item_info .item_name_link {
	color: #e15a82;
	font-weight: bold;
	text-decoration: underline;
}

.catalog_table_item .item_info .item_name_link:hover {
	text-decoration: none;
}

.catalog_table_item .item_info .item_price {
 	color: #49b507;
 	font-weight: bold;
 	font-size: 15px;
}

.catalog_table_item .item_info .item_price p {
 	color: #000066;
 	font-weight: bold;
	font-size:11px;
}
.catalog_table_item .other_info {
	padding: 0 10px;
	zoom: 1;
}

.catalog_table_item .other_info p {
	margin: 0 0 9px 0;
}

.catalog_table_item .other_info span {
	color: #807e69;
}

.central_block {
	height: 117px;
    background: url('images/central_block.jpg') no-repeat;
    position: relative;
    margin-bottom: 10px;
}

.center {
	text-align: center;
}

.central_block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 36px;
	top: 10px;
}

.central_block ul li {
	float: left;
	margin-right: 30px;
}

.central_block ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.central_block ul li a:hover, .central_block ul li a.active {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.content {
	width: 100%;
	overflow: hidden;
}

.footer {
	height: 105px;
	width: 1000px;
	margin: -105px auto 0;
	text-align: left;
}

.footer .copyright span {
	color: #807e69;
	line-height: 20px;
}

.footer .footer_menu {
	color: #584038;
	float: right;
	position: relative;
	/*margin-right: -22px;*/
}

.footer .footer_menu a {
	color: #584038;
	text-decoration: underline;
	margin: 0 10px;
}

.footer .footer_menu span a {
	margin:0 0 0 10px;
	}

.footer .footer_menu a:hover, .footer .footer_menu a.active  {
	text-decoration: none;
}

.footer_container {
	padding-top: 15px;
	border-top: 1px solid #D8D8D6;
	margin: 0 14px;
	zoom: 1;
	overflow: hidden;
}

.green {
	color: #49b507;
}

/*.icons {
	color: #797971;
	line-height: 11px;
    position: absolute;
    top: 10px;
    left: 145px;
}

.icons a {
	height: 11px;
	margin: 0 20px;
	display: inline-block;
}

.icons .home {
	width: 11px;
    background: url('images/icons_home.gif') no-repeat;
}

.icons .mail {
	width: 13px;
    background: url('images/icons_mail.gif') no-repeat;
}

.icons .map {
	width: 11px;
    background: url('images/icons_map.gif') no-repeat;
}*/
.icons { color:#797971; line-height:11px; position:absolute; top:8px; left:182px; }
.icons a { height:23px; margin:0 15px; display: inline-block; }
.icons .home { width:23px; background:url('images/icons_home.gif') no-repeat none; }
.icons .mail { width: 26px; background: url('images/icons_mail.gif') no-repeat none; }
.icons .map { width: 26px; background: url('images/icons_map.gif') no-repeat none; }

.ie_container {
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.images_preview {
	text-align: left;
	position: relative;
	margin-left: -33px;
	zoom: 1;
}

.images_preview_item {
	width: 152px;
	margin: 0 -1px 0 33px;
	text-align: center;
	float: left;
}

.images_preview_item .page_number {
	color: #e77817;
	font-weight: bold;
	margin-bottom: 14px;
}

.images_preview_item .small_preview img {
	border: 1px solid #6B6857;
}

.inline {
	display: inline;
}

.inner_block {
    background: url('images/animals.jpg') repeat;
}

.inner_block.gray_block {
	background: #ECECE2;
	margin: 20px 0;
}

.inner_block.gray_block .inner_block_inner {
	padding: 8px 17px;
}

.inner_block.gray_block .inner_block_inner img {
	float: left;
	margin-right: 5px;
}

.inner_block_bottom_left {
    background: url('images/corner_bottom_left.png') no-repeat left bottom;
}

.inner_block_bottom_right {
    background: url('images/corner_bottom_right.png') no-repeat right bottom;
}

.inner_block_inner {
	padding: 15px;
	overflow: hidden;
	zoom: 1;
}

.inner_block_top_left {
    background: url('images/corner_top_left.png') no-repeat;
}

.inner_block_top_right {
    background: url('images/corner_top_right.png') no-repeat right top;
}

.item_block {
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
}

.item_search {
	width: 323px;
	height: 19px;
	border: 1px solid #D2D2C8;
	margin-right: 10px;
	font-size: 11px;
	color: #6a6856;
}

.left {
	float: left;
}

.left_column {
	float: left;
	width: 203px;
    background: url('images/animals.jpg') repeat-y;
}

.left_column h2 {
	text-align: center;
    background: url('images/row_bb.gif') repeat-x left bottom;
}

.left_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.left_column ul li {
	padding: 4px 0;
	width: 100%;
	position:relative;
	color:#074683;
}

.left_column ul li .label_container {
	margin-left: 30px;
}

.left_column ul li .radio_container {
	margin-right: -30px;
	float: left;
	width: 30px;
}

.left_column ul li {
	padding: 4px 0;
	width: 100%;
}

.left_column ul li a {
	color: #074683;
	text-decoration: underline;
}

.left_column ul li a:hover {
	text-decoration: none;
}

.left_column .block {
	margin-bottom: 20px;
}

.left_column .button {
	margin: 10px 0 0 0;
}

.left_column_bottom {
    background: url('images/column_bottom.png') no-repeat left bottom;
}

.left_column_inner {
	padding: 12px;
	zoom: 1;
	overflow: hidden;
}

.left_column_top {
    background: url('images/column_top.png') no-repeat;
}

.left_right {
	margin: 14px 0 6px 0;
}

.left_right a {
	text-decoration: underline;
}

.left_right a:hover {
	text-decoration: none;
}

.link_item {
	text-align: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 7px;
    margin-bottom: 7px;
    zoom: 1;
    overflow: hidden;
}

.link_item img {
	float: left;
}

.link_item a {
	color: #584038;
	text-decoration: underline;
	font-weight: bold;
	line-height: 34px;
}

.link_item a:hover {
	text-decoration: none;
}

.link_list p {
	margin: 5px 0;
}

.link_list a,
.link_list p strong a {
	color: #584038;
	text-decoration: underline;
}

.link_list p strong a,
.link_list p a,
.link_list strong a  {
	font-weight:bold;
}

.link_list font {
	color:#FFFFFF;	
	background:url(images/ball_pink.gif) no-repeat 0 2px;
	padding-left:10px;
}

.link_list ul {
	list-style-image:url(images/ball_blue.gif);
}

.link_list ul li {
	margin: 5px 0;
}

.link_list a:hover {
	text-decoration: none;
}

.link_list img {
	margin-right: 7px;
	position: relative;
	top: 2px;
	left: 0;
}

.link_list .sub_link_list {
	padding: 10px 0 10px 17px;
	display: block;
}

.login_block {
	margin-bottom: 12px;
    background: url('images/animals.jpg') repeat-y;
}

.login_block .login_pass {
	width: 100px;
	height: 22px;
    background: url('images/login_pass.png') no-repeat;
    float: left;
}

.login_block .login_text {
	width: 175px;
	height: 22px;
    background: url('images/login_text.png') no-repeat;
    margin-bottom: 6px;
}

.login_block .remember_block {
	padding: 26px 0 12px 4px;
}

.login_block .remember_block label {
	margin-left: 8px;
}

.login_block .remember_block a {
	color: #2c7ec9;
	text-decoration: underline;
}

.login_block .remember_block a:hover {
	text-decoration: none;
}

.login_block_bottom {
    background: url('images/column_bottom.png') no-repeat left bottom;
}

.login_block_inner {
	padding: 12px;
	overflow: hidden;
	zoom: 1;
}

.login_block_top {
    background: url('images/column_top.png') no-repeat;
}

.logo {
	width: 176px;
	height: 185px;
	display: block;
    background: url('images/logo.png') no-repeat;
    position: absolute;
    top: 10px;
    left: 0px;
}

.main_column {
	float: left;
	width: 585px;
	margin-left: 5px;
}

.main_content {
	padding: 0 12px;
	zoom: 1;
	overflow: hidden;
}

.mainpage h1 {
	padding-left: 64px;
	text-align: left;
 	margin: 12px 0 12px 0;
}

.mainpage h1.about_us {
	line-height: 46px;
    background: url('images/about_us.png') no-repeat;
}

.mainpage h1.catalog_h1 {
	line-height: 52px;
	height: 52px;
    background: url('images/catalog_h1.png') no-repeat;
 	color: #e15a82;
 	position: relative;
}

.mainpage h1.catalog_h1 span {
	position: absolute;
	right: 0;
	top: 18px;
}

.mainpage h1.catalog_h1 span a {
	text-decoration: underline;
	color: #584038;
}

.mainpage h1.catalog_h1 span a:hover {
	text-decoration: none;
}

.mainpage h1.popular_h1 {
	line-height: 56px;
    background: url('images/popular_h1.png') no-repeat;
	color: #49b507;
}

.mainpage h1.specials_h1 {
	color: #46B3DC;
	line-height: 49px;
	height: 49px;
    background: url('images/specials_h1.png') no-repeat;
    position: relative;
}

.mainpage h1.specials_h1 span {
	position: absolute;
	right: 0;
	top: 18px;
}

.mainpage h1.specials_h1 span a {
	text-decoration: underline;
	color: #584038;
}

.mainpage h1.specials_h1 span a:hover {
	text-decoration: none;
}

.mainpage hr {
	_margin: 0;
}

.mainpage .news h2 {
    background: url('images/row_bb.gif') repeat-x left bottom;
    position: relative;
}

.mainpage .news h2 span {
	position: absolute;
	right: 0;
	top: 0;
}

.mainpage .news h2 span a {
	text-decoration: underline;
	color: #584038;
}

.mainpage .news h2 span a:hover {
	text-decoration: none;
}

.mainpage .news h2 span img {
	position: relative;
	left: 0;
	top: 2px;
}

.navi {
	margin-bottom: 4px;
	padding-left: 14px;
}

.navi a {
	font-weight: bold;
	text-decoration: underline;
	color: #584038;
}

.navi a:hover {
	text-decoration: none;
}

.navi img {
	margin: 0 5px;
}

.new_items_header {
	height: 63px;
    background: url('images/new_items_cloud.jpg') no-repeat;
    text-align: center;
    line-height: 52px;
 	color: #FFFFFF;
	font-size: 16px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
	margin-bottom: 14px;
}

.news_item {
	width: 100%;
}

.news_item .date {
	width: 102px;
	float: left;
	margin-right: -102px;
}

.news_item .date span {
	background: #ADAB9E;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 5px;
	heght: 16px;
	line-height: 16px;
	display: inline-block;
}

.news_item .news_text {
	padding: 15px 0;
	color: #6a6856;
}

.news_item .preview {
	margin-left: 102px;
}

.news_item .preview a {
	color: #584038;
	text-decoration: underline;
}

.news_item .preview a:hover {
	text-decoration: none;
}

.orange {
	color: #e77817;
}

.pages {
	margin-bottom: 10px;
}

.pages a, 
.pages .style5 a,
.news_item .news_text a {
	color:#E77917;
	text-decoration: underline;
}

.pages a:hover {
	text-decoration: none;
}

.pages .backward {
    background: url('images/backward.gif') no-repeat;
}

.pages .forward {
    background: url('images/forward.gif') no-repeat;
}

.pages .backward, .pages .forward {
	width: 11px;
	height: 11px;
    display: inline-block;
    margin: 0 4px;
}

.phone {
	display:none;
	color: #FFFFFF;
	font-size: 17px;
    position: absolute;
    top: 136px;
    left: 240px;
 	font-family: Comic Sans MS, sans-serif;
}

.pink {
	color: #e15a82;
}

.popular {
	margin-bottom: 12px;
}

.popular a {
	text-decoration: underline;
	margin-left: 5px;
}

.popular a:hover {
	text-decoration: none;
}

.price_list {
	width: 100%;
	border-color: #EDEFEC;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

.price_list td {
    padding: 3px 10px;
    vertical-align: middle;
    text-align: center;
	border-color: #EDEFEC;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

.price_list td.item_name {
    width: 312px;
    text-align: left;
}

.price_list td.item_name a {
    color: #584038;
}

.price_list tr.category_name td {
	background: #EDEFEC;
	color: #e77917;
	font-weight: bold;
    padding: 5px 10px;
}

.price_list tr.category_name td a {
	text-decoration: underline;
	color: #e77917;
}

.price_list tr.category_name td a:hover {
	text-decoration: none;
}

.print_version {
	margin: 10px 0 24px 14px;
}

.print_version img{
	margin: 0 8px 0 4px;
	position: relative;
	left: 0;
	top: 3px;
}

.push {
	padding-bottom: 118px;
}

.radio {
	margin: 0;
	_margin: -3px;
}

.recall {
	width: 100%;
}

.recall td {
	text-align: center;
	padding: 7px 0;
	vertical-align: middle;
}

.recall td input {
	height: 20px;
}

.recall td textarea {
	height: 187px;
	overflow: auto;
}

.recall td textarea.subject_area {
	height: 61px;
}

.recall td input, .recall td textarea {
	width: 100%;
	border: 1px solid #D2D3CB;
	padding: 2px 4px;
}

.recall td.input_area {
	width: 323px;
	text-align: left;
}

.recall td.label_area {
	width: 168px;
	text-align: left;
}

.recall_buttons {
	text-align: center;
}

.recall_buttons a {
	margin: 0 6px;
}

.reg_link {
	margin: -10px 0 24px 0;
}

.reg_link a {
	color: #6a6856;
	text-decoration: underline;
}

.reg_link a:hover {
	text-decoration: none;
}

.right {
	float: right;
}

.right_column {
	float: left;
	width: 203px;
	margin-left: 4px;
}

.rounded_font {
	font-size: 16px;
	font-family: a_FuturaRoundBold, Comic Sans MS, sans-serif;
}

.search_go {
	width: 15px;
	height: 15px;
	border: 0 none;
	cursor: pointer;
    background: url('images/search_go.png') no-repeat;
    position: absolute;
	display:block;
    top: 75px;
    left: 536px;
}

.search_header {
	font-size: 13px;
    position: absolute;
    top: 48px;
    left: 33px;
}

.search_header a {
	color: #584038;
	font-size: 11px;
	text-decoration: underline;
}

.search_header a:hover {
	text-decoration: none;
}

.search_text {
	width: 523px;
	height: 19px;
    background: url('images/search_text.png') no-repeat;
    position: absolute;
    top: 73px;
    left: 30px;
  	padding: 2px 27px 2px 8px;
   	border: 0 none;
}

.small_sep {
	height: 6px;
	overflow: hidden;
	display: block;
}

.specials {
	width: 100%;
}

.specials td {
	vertical-align: top;
	padding-bottom: 20px;
}

.specials td.first_td {
	width: 180px;
	text-align: center;
}

.specials td.second_td p {
	margin: 0 0 9px 0;
}

.specials td.second_td span {
	color: #807e69;
}

.specials td.second_td .item_link {
	color: #e15a82;
	font-weight: bold;
	text-decoration: underline;
}

.specials td.second_td .item_link:hover {
	text-decoration: none;
}

.specials td.third_td {
	vertical-align: middle;
	text-align: center;
}

.specials td.third_td .compare {
 	color: #807e69;
    background: url('images/compare.gif') no-repeat left 2px;
 	padding-left: 24px;
 	display: inline-block;
  	line-height: 15px;
}

.specials td.third_td .in_box {
 	color: #807e69;
 	line-height: 15px;
    background: url('images/in_box.gif') no-repeat;
 	padding-left: 22px;
  	display: inline-block;
}

.specials td.third_td .item_price {
 	color: #49b507;
 	font-weight: bold;
 	font-size: 15px;
}

.sort_by {
	color: #6a6856;
	margin-bottom: 7px;
}

.sort_by a {
	color: #6a6856;
	text-decoration: underline;
}

.sort_by a:hover {
	text-decoration: none;
}

.sort_by a img {
	position: relative;
	left: 0;
	top: 2px;
}

.sort_by_price {
	color: #6a6856;
	line-height: 20px;
}

.sort_by_price .text_input {
	width: 85px;
	margin: 0 7px;
}

.text_input {
	width: 100%;
	border: 1px solid #D2D3CB;
	padding: 2px 4px;
	height: 20px;
}

.textfield {
 	padding: 4px 8px;
    border: 0 none;
}

.toolbar {
	padding: 12px 0 20px 0;
	zoom: 1;
	overflow: hidden;
}

.toolbar.item_page {
	text-align: left;
	padding: 16px 0 20px 0;
}

.toolbar a {
	margin: 0 20px 0 10px;
	color: #584038;
	text-decoration: underline;
}

.toolbar.item_page a {
	color: #807e69;
	margin: 0 23px 0 10px;
	text-align: left;
}

.toolbar a:hover {
	text-decoration: none;
}

.toolbar img {
	position: relative;
	left: 0;
	top: 2px;
}

.top {
	height: 196px;
	position: relative;
    background: url('images/top.jpg') no-repeat;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

.vote_header {
	padding: 7px 0 8px 0;
	text-align: center;
}

.white_block {
	width: 596x;
	margin: 0 -6px 0 -5px;
	position: relative;
	zoom: 1;
}

.white_block_bottom {
	height: 23px;
    background: url('images/white_block_bottom.png') no-repeat;
}

.white_block_text {
    background: url('images/white_block_bg.png') repeat-y;
}

.white_block_text_inner {
    padding: 18px 52px 10px 56px;
    zoom: 1;
}

.white_block_top {
	height: 35px;
    background: url('images/white_block_top.png') no-repeat;
}

.white_block_top ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

.white_block_top ul li {
	float: left;
}

.white_block_top ul li a {
	margin-right: 24px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 35px;
	text-decoration: underline;
}

.white_block_top ul li a:hover {
	text-decoration: none;
}

.white_block_top ul li a.active {
	font-weight: bold;
}

.xls_price {
	margin: 10px 0;
	text-align: right;
}

.xls_price a {
	color: #584038;
	text-decoration: underline;
	line-height: 16px;
	margin-left: 9px;
}

.xls_price a:hover {
	text-decoration: none;
}

.xls_price img {
	position: relative;
	left: 0;
	top: 4px;
}

* HTML ul.podcatalog_forma { /* Только для браузера IE */
	width:170px;
	}

.opiscatalog img {
	display:none
	}
	
* HTML li.catalog div {
	width:170px;
	}
	
li.catalog span {
	text-decoration:underline;
	cursor:pointer;
	color:#074683;
	}

.sort_table img {
	width:75px; height:50px;
	display:block;
	margin:auto;
	}

.sort_table a img {
	width:19px; height:15px;
	display:inherit;
	margin:inherit;
	}


.sort_table p {
	font-size:9px;
	}
	
.catalog-info {
	position:relative;
	}

.catalog-info .list{
	padding-left:200px;
	position:relative;
	z-index:150px;
	}
	
.catalog-info img{
	position:absolute;
	left:10px; top:10px;
	width:100px; height:89px;
	overflow:hidden;
	z-index:50;
	}
	
.cat_icons img{
	position:static; 
	left:10px; top:10px;
	width:100px; height:89px;
	overflow:hidden;
	z-index:50;
	}
	
* html .catalog-info img {
	left:-190px;
	}
	
#cartwindow{
   position:absolute;
   left:10px;
   top:0;
   visibility:hidden; 
   width: 250px; 
   height: 68px;
   Z-INDEX: 2;
   BACKGROUND: #C0D2EC;
   padding:10px;
   border: solid;
   border-width: 1px; 
   border-color:#4D88C8;
   FILTER: revealTrans  (duration=1,transition=4);
}

#comparewindow{
   position:absolute;
   left:10px;
   top:0;
   visibility:hidden; 
   width: 250px; 
   height: 68px;
   Z-INDEX: 2;
   BACKGROUND: #C0D2EC;
   padding:10px;
   border: solid;
   border-width: 1px; 
   border-color:#4D88C8;
   FILTER: revealTrans  (duration=1,transition=4);
}

	
.fleshtop {
	top:-10px;
	margin:0;
	padding:0;
	position:relative;
	z-index:50;
	cursor:pointer;
	}
	
.fleshtop a.url, .fleshtop a.url:visited {
	display:block;
	height:100%; width:100%;
  	cursor:pointer;
	position:absolute;
	top:0; left:0;
	z-index:250;
	}
	
select#dostavka_metod { 
width:100%; 


}
select#dostavka_metod  .small_font{ 
 
font-size:9px;

}

#skid { display:none; }
.skid { font-size:20px; color:#0000FF; text-align:center; padding:5px 0; }

.delivery_address{
padding:5px;
}
.delivery_address1{
border:1px solid #1c1c1c;
background-color: #ffffff;
padding:5px;

}
.delivery_address1 strong{

color: #e77917;
}
.delivery_work{
font-weight: bold;
color: #e77917;
}
