* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: normal;
    color: #365165;   	
}
img {
    border: none;
}
input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.75em;
    padding: 0;
}
h1 {
    color: #3880b1;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
h3.green {
    color: #068f36;
    text-align: right;
}
h3.light {
    color: #7e8898;
}
h4 {
    font-size: 0.8em;
    margin-bottom: 5px;
    font-weight: bold;
}
a {
    color: #3880b1;
}
ul {
	margin: 1em 0 1em 2em;
}
/* ------------------ */
table#main {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
	border-collapse: collapse;
}
#main td {
	vertical-align: top;
}
td#top {
	height: 29px;
}
td#left {
	width: 220px;
	padding: 30px 0;
}
#left_inner {
	width: 220px;
}
td#center {
	height: 100%;
	width: 100%;
    background-image: url(/images/center_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;	
}
td#bottom {
	height: 100px;
	padding-left: 220px;
	vertical-align: middle;
	background-color: #ebf0f3;
}
/*-----------------------*/
#top_line {
    padding-top: 5px;
    background-color: #214a6a;
    background-image: url(/images/top_right_back_1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    border-left: 1px solid #869baa;
    display: block;
}
#top_block {
    height: 24px;
    background-color: #3c6284;
    background-image: url(/images/top_right_back_2.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-left: 1px solid #ffffff;
}
#small_logo {
    position: relative;
    top: 3px;
    left: 30px;
    height: 16px;
    width: 112px;
    margin-bottom: 3px;
    float: left;
}
#top_nav {
    position: relative;
    top: 5px;
    left: 98px;
    float: left;
}
#top_nav a {
    display: block;
    float: left;
    margin: 0 12px 0 12px;
    font-size: 0.7em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
*html #top_nav a {
    margin: 0 18px 0 6px;
}

#bottom p {
    margin: 0 0 3px 0;
    font-size: 0.7em;
    color: #5f6569;
}
#bottom a {
    color: #5f6569;
}
/*-------------------------*/
 /**/

#cart {
    position: relative;
    float: right;
    top: -29px;
    width: 150px;
    height: 49px;
    padding: 29px 45px 0 0;
    margin-right: 20px;
    text-align: right;
    color: #989da1;
    font-size: 0.75em;
    white-space: nowrap;
}
#cart p {
	margin: 0;
}
*html #cart {
    margin-right: 10px;
}

.cart_empty {
    background-image: url(/images/cart_empty.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.cart_full {
    background-image: url(/images/cart_full.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
/* ---------------------- */
.cat_line {
    border-top: 3px solid #7b91a0;
    padding-top: 2px;
    margin-top: 2px;
    display: block;
}
.top_cat {
    padding-left: 33px;
    display: block;
    background-color: #d2ebf6;
    background-image: url(/images/top_cat_bullet.gif);
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-weight: bold;
}
.top_cat a {
    padding: 1px 0 3px 1px;
    width: 100%;
    display: block;
    background-image: url(/images/top_cat_back.gif);
    background-repeat: repeat-x;
    color: #224d67;
    text-decoration: none;
}
table.cat_container {
	border-collapse: collapse;
	font-size: 0.75em;
}
.cat_container td{
}
.top_cat_active {
    padding-left: 33px;
    display: block;
    background-color: #99c3d9;
    background-image: url(/images/top_cat_active_bullet.gif);
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-weight: bold;
}
.top_cat_active a {
    padding: 1px 0 3px 1px;
    width: 100%;
    display: block;
    background-image: url(/images/top_cat_active_back.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.showme {
    display: block;
}
.hideme {
	display: none;
}
.sub_line {
    border-top: 3px solid #b0cddf;
    padding-top: 1px;
    margin-top: 4px;
}

.prod_block {
    width: 105px;
}
.prod_block a {
    padding: 1px 0 1px 20px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    color: #1d85ba;
    text-decoration: none;
}
.cat_block {
	padding-left: 5px;
}
.cat_block a {
    display: block;
    color: #165372;
    text-decoration: none;
    padding: 1px 0 1px 0;
    width: 108px;
}
.cat_block a:hover {
    color: #3399cd;
    text-decoration: underline;
}
.head {
    display: none; 
}
 /**/
#content {
	border-top: 1px solid #EFEFEF;
	margin-top: 246px;
    padding: 10px 0 30px 30px;
    font-size: 0.8em;
}
#extra_content {
	margin-top: 217px;
    padding: 10px 0;
	border-top: 1px solid #aebac6;
}
#extra_content p {
	font-size: 0.8em;
}
#search_button {
	position: absolute;
    top: 0;
    margin-left: 5px;
	width: 20px;
	height: 20px;
}
#search_form {
	position: absolute;
    top: 63px;
    margin-left: 20px;
}
#search_text {
	top: 18px;
    left: 0px;	
    margin-left: 20px;
	position: absolute;
    font-size: 0.75em;
}
#currency {
	position: absolute;
    font-size: 0.7em;
    left: 450px;
    top: 63px;
}
#currency p {
    margin: 0;
}
#currency em {
    color: #0084cc;
}
.phone_num {
	position: absolute;
	top: 160px;
    margin-left: 30px;	
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    color: #39afd9;   	
}
#extra_title_real {
    position: absolute;
    top: 240px;
    margin-left: 30px;
}

#extra_title_real h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #3880b1;
}

table.product_properties {
	border-collapse: collapse;
}
.product_properties td {
	font-size: 11px;
	padding: 3px;
}
td.chet {
	background-color: #fff;
}
td.nechet {
	background-color: #E2EEF3;
}
/* ------------- */
.extra_line {
    height: 15px;
	background-image: url(/images/extra_line.gif);
    background-repeat: repeat-x;
}
.text {
	padding: 0 20px 0 0;
}
.text p {
	margin: 0 0 5px 0;
}
.text li {
	font-size: 1em;
}
.text table {
	border-collapse: collapse;
}
.text td, th {
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
	padding: 2px 20px 2px 2px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.text h4 {
	font-size: 1em;
	font-weight: bold;
}
/**/
/**/
/**/
.newsitem {
	font-size: 0.75em;
	float: left;
	margin-bottom: 10px;
}
.newsitem img {
	float: right;
	margin: 0 0 5px 0;
}
.newsitem p {
	margin: 0;
	padding-right: 5px;
}
*html .newsitem img {

}
.news_label {
	padding: 0 0 2px 0;
	margin: 2px 0 5px 0;
	color: #365165;
	font-weight: bold;
}
.news_label a {
	color: #365165;
}
.news_date {
	float: right;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #405f75;
	margin: 0 0 5px 0;
}
*html .news_date {
}
/**/
/**/
.item {
    position: relative;
    min-height: 105px;
}
*html .item {
    height: 105px;
    padding-bottom: 3px;
}

.item img {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}
.item h4 {

}
.item p {
    font-size: 0.75em;
    margin: 0 0 5px 0;

}
.toolbar {
    position: relative;
    float: left;
    white-space: nowrap;
    padding-bottom: 18px;
    width: 100%;
    z-index: 1;
}

.price {
    padding: 3px 15px;
    background-color: #ebeeee;
    color: #068f36;
    font-size: 0.75em;
    font-weight: bold;
}
.price b {
    color: #365b79;
}
.buy {
    font-size: 0.75em;
    margin: 0 0 25px 0;
}

.buy a {
    padding: 3px 15px;
    background-color: #88b9d8;
    color: #ffffff;
    text-decoration: none;
}
/**/

.product_data_block img {
	float: left;
}
/**/
#new_block {
	padding: 180px 0 0 25px;
}
*html #new_block {
	padding: 135px 0 0 25px;
}
#lider_block {
	padding: 250px 0 0 15px;	
}
*html #lider_block {
	padding: 205px 0 0 25px;
}
#special_block {
	padding: 250px 15px 100px 15px;
    background-image: url(/images/extra_bottom.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;	
}
*html special_block {
	padding: 205px 15px 100px 25px;
}
*html #special_inner {
	margin-top: -45px;
}
/**/
.clear {
	clear: all;
}
/**/
.product_table {
	border-collapse: collapse;
	width: 98%;
}
.product_table td {
	font-size: 0.8em;
	vertical-align: top;
}
.product_table h4 {
	margin-top: 15px;
	font-size: 1em;
}
.product_table img {
/*	display: block;*/
}
td.product {
	height: 44px;
	vertical-align: middle;
	padding: 0 10px;
}
td.product_best {
	height: 54px;
	vertical-align: middle;
	padding: 0 50px 0 10px;
	background-image: url(/images/mark_best.gif);
    background-repeat: no-repeat;
    background-position: right 10px;
}
td.product_new {
	height: 54px;
	vertical-align: middle;
	padding: 0 50px 0 10px;
	background-image: url(/images/mark_new.gif);
    background-repeat: no-repeat;
    background-position: right 10px;	
}
td.product_image {
	width: 0;
}
td.product_buy {
	width: 260px;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #bcc0c1;
}
.product_buy a {
	display: block;
	margin: 5px auto;
}
.product_buy img {
	margin: auto;
}
.product_price {
	color: #488fc9;
	font-size: 1.4em;
}
.product_price strong {
	font-size: 1.8em;
}
td.product_description {
	width: 100%;
	border-bottom: 1px solid #bcc0c1;
}
.imhere {
	background-image: url(/images/mark_buyme.gif);
    background-repeat: no-repeat;
    height: 31px;
    width: 100px;
    margin: 25px auto;
    color: #69b30d;
    font-weight: bold;
    padding: 5px 0 0 20px;
}
*html .imhere {
    padding: 5px 0 0 30px;
}
.orderme {
	background-image: url(/images/mark_order.gif);
    background-repeat: no-repeat;
    height: 31px;
    width: 100px;
    margin: 25px auto;
    color: #c4a45c;
    font-weight: bold;
    padding: 5px 0 0 20px;
}
*html .orderme {
    padding: 5px 0 0 30px;
}
/**/
#cart_table {
	border-collapse: collapse;
}
#cart_table input {
	font-size: 1em;
}
#cart_table td {
	border-bottom: 1px solid #a3bfcc;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	padding: 8px 20px 8px 20px;
}
#cart_table th {
	border: none;
	border-right: 1px solid #ffffff;
}
.th_dark {
	color: #ffffff;
	background-color: #5f93aa;
	padding: 3px 3px 3px 20px;
}
.th_light {
	color: #3b6083;
	background-color: #d9ebf4;
	padding: 3px 6px 3px 6px;
	text-align: center;
}
td.td_first {
	background-color: #f3f7fa;
	padding: 8px 20px 8px 20px;
	font-weight: bold;
	text-align: left;	
}
.td_first a {
	color: #3790ba;
}
#cart_table .td_last {
	border-right: none;
}
#cart_table .td_total {
	border: none;
	text-align: left;
	padding: 8px 0;
	font-weight: bold;
}
.td_total span {
	font-weight: normal;
	font-size: 1.6em;
	color: #5ea7cf;
}
#cart_table .td_buttons {
	border: none;
	text-align: right;
	padding: 8px 0;
}
#cart_table .td_link {
	border: none;
	text-align: left;
	padding: 8px 0;
}
input.button_blue {
	font-weight: bold;
	background-color: #5ea7cf;
	color: #ffffff; 	
}
input.button_green {
	font-weight: bold;
	background-color: #3bc36e;
	color: #ffffff; 	
}
.string {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EBF0F3;
	line-height: 10px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EBF0F3;
	line-height: 10px;
	display: none;
}
.topmodel {
    font-family: Arial, Verdana, sans-serif;
    font-size: normal;
    color: #bcc0c1;   	
	position: absolute;
    top: 38px;
    margin-left: -185px;
}
