html, body {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
}
body, input, select, textarea{
	background-color: #ffffff;
}
td, input, select, textarea {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #6c6c6c;
	vertical-align: top; 
}

td {
	padding: 0px;	
}

/* Главная таблица*/
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

/* Верхняя граница*/
#top {
	position:absolute;
	top:41px;
	right:20px;
	left:210px;
	z-index: 0;
}

table.top {
	border-collapse: collapse;
}

#border {
 border-top: 1px solid #999999;
 position:relative; 
 top:0px;
}

/* Форма поиска */
#seachform {
 border:0px;
 top:3px;
 padding-bottom:0px;
 right:0px;
 width:200px;
 position: absolute;
}

/* Кнопка "Найти" */
#seach_button {
 bottom:0px; 
 top:0px;
 margin-top:0px;
 right:0px; 
 position:relative;
}

/* Расширенный поиск */
#seach 
{
 position:absolute; 
 top:25px; 
 right:0px; 
 border-top: 1px solid #999999; 
 border-right: 1px solid #999999; 
 padding-right:3px; 
 height:25px; 
 width:278px;
 text-align:right;
 vertical-align:bottom;
}


#seach a
{
font-size: 10px;
color:#999999;
text-decoration:underline;
}

#seach img
{
position: relative;
top: 2px;
}


/* Верхнее меню */
#menu {
 position:absolute; 
 padding-top:18px; 
 padding-left:250px;
 vertical-align:middle;
}

#menu td
{
padding-right:8px;
}
/* Логотип*/
#logo {
 padding-top:5px; 
 padding-left:15px;
}

/* Контент */
#content {
	margin-right:20px;
	padding-bottom:20px;	
	color:#000000;
}

#content table {
 border-collapse: collapse; 
 width:100%; 
 padding-right:6px; 
}

#content table td {
 border-collapse: collapse; 
 padding-left:4px; 
}

table.tb {
 border-collapse: collapse;
 padding-right:6px; 
}

td.text {
	width: 100%;
	height: 100%;
	padding-top:8px;
}

/* Нижняя граница*/
#pages_main {
 border-bottom: 1px solid #999999; 
 top:8px; 
 padding-right:0px; 
 position: relative;
}

/* Страница каталога*/
#rub_page {
 padding-right:10px; 
 padding-left:14px;
 padding-top:9px; 
 position: relative; 
 font-size:20px; 
 font-weight: bold;
}

/* Страница каталога на главной*/
#rub_page1 {
 padding-right:0px; 
 padding-left:14px;
 padding-top:9px; 
 position: relative; 
 font-size:20px; 
 font-weight: bold;
}


/* Счетчик*/
#chet {
 text-align:right; 
 padding-top:10px; 
 padding-bottom:10px;
}

/* Закругленная граница*/
#round {
 border-top: 1px solid #999999; 
 position: relative; 
 top:0px;
 width:217px; 
}


/* Рубрики главного меню */
table.rub {
	width:100%;
	margin-top:10px;
	text-align:center;
}

table.rub td {
	padding-left:3px;
	padding-right:0px;
	text-align: left;
}

/* Подрубрика главного меню */
table.menu td {

}

table.menu {
	width: 100%;
}

/* Заголовок текущей рубрики (навигатор слева)*/
.menu td
{
text-align: left;

}

.menu #rub {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	position:relative;
	padding-bottom: 9px;
}

table.rub a {
	text-decoration: none;
	font-weight: bold;
}

/* Название текущей рубрики*/
#rub_name {
	width:80%;
	padding-top: 0px;
	font-weight:normal;
	font-size: 18px;
	text-align: left;
	position: relative;
	display:block;
	left: 8px;
	padding-bottom: 10px;
}

/* Главные рубрики */
#navigator {
 	padding-bottom:9px;
 	margin-top:1px;
 	border-bottom: 1px solid #cccccc;
 	margin-bottom: 10px;
}

#navigator div
{
display: inline;
padding-right: 3px;
padding-left: 3px;
border-left: 1px solid #fff;
font-size:14px;
}

#navigator div:hover
{
background-color: #f0f0f0;
}

#navigator a
{
font-size: 14px;
}

#navigator a:hover
{
color:#999999;
}

#navigator2
{
vertical-align:top;
padding-top:5px;

}

#navigator2 div
{

padding-top:5px;
}

#navigator2 a
{
color: #000;
text-decoration: none;
}

/* Рубрики на гавной странице*/
div.float {
  	float: left;
  	vertical-align:top;
  	width:140px;
  	height:200px;
}
  
div.float p {
   	text-align: left;
   	vertical-align:top;
   	margin-top:5px;
}

div.container 
{
	padding:15px;
}

a {
	text-decoration: none;
	color:#000000;
}
a:hover {
	color: #999999;
}


.input100
	{
	width: 80%;
	font-size: 12px;
	border: 1px solid #cccccc;
	}

input.but_submit
	{
	background-color:#ffffff;
	color:#000000;
	font-size: 14px;
	width: 100px;	
	}
	
	
.input100text
	{
	width: 80%;
	height: 50px;
	font-size: 12px;
	border: 1px solid #cccccc;
	}

p.listing
	{	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:70%;	
	margin-top:8px;
	padding-top:3px;
	text-decoration: none;	
	}
	
td.listing_img
{
text-align: left;
padding-bottom:10px;
}
	
strong.str
{
	color:#000000;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-decoration:none;
}
	
a.mp_rub_a_1
	{
	color:#666666;
	font-size: 12px;
	text-align:center;
	padding-left:23px;	
	font-weight:normal;
	text-decoration:none;
	}
a:hover.mp_rub_a_1
	{
	color: #000000;
	}
	
	
/*Поиск*/

table.cSearch
	{
	width: 700px;
	margin-top:40px;
	margin-left: 20px;
	}
	
input.cSearch_string
	{
	width: 98%;
	border: 1px solid #999999;
	}
	
td.cSearch_filter_tune
	{
	padding-top: 10px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}

input.cSearch_filter_from_to
	{
	border: 0px;
	width: 60px;
	border-bottom: 1px solid #003366;
	font-size: 13px; color: #003366;
	font-style:italic;
	font-weight: bold;
	text-align:right;
	padding-right: 2px;
	}
	
td.cSearch_filter_from_to
	{
	padding-top: 10px;
	font-size: 12px;
	color: #000000;
	
	font-weight: bold;
	}
	
td.cSearch_filter_kol
	{
	padding-top: 10px;
	font-size: 12px;
	color: #000000;
	
	font-weight: bold;
	}
	
td.cSearch_cat
	{
	font-size: 12px;
	color:#000000;
	}
	
td.cSearch_submit_td
	{
	padding-top: 5px;
	text-align:left;
	}
	
input.cSearch_submit
	{
	background-color:#ffffff;
	color:#666666;
	font-size: 14px;
	width: 100px;	
	}
	
table.cSearch_result_table
	{
	width: 100%;
	margin-bottom: 30px;
	}

	
td.cSearch_result_image
	{
	width: 80px;
	vertical-align:top;
	padding-right: 10px;
	}	
	
td.cSearch_result_art
	{
	width: 10px;
	vertical-align:top;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}	

td.cSearch_result_cat
	{
	vertical-align:bottom;
	text-align:left;
	font-size:14px;
	color:#666666;
	text-align:right;
	}	

td.cSearch_result_name
	{
	vertical-align:top;
	text-align:left;
	font-size:14px;
	}
	
td.cSearch_result_ost
	{
	vertical-align:top;
	text-align:left;
	font-size:14px;
	border-top:1px solid #cccccc;
	}
	
td.cSearch_result_price
	{
	vertical-align:top;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid  #cccccc;
	}
	
a.cSearch_result_name_a
	{
	text-decoration:none;
	color:#003399;
	}

a:hover.cSearch_result_name_a
	{
	color:#FF6600;
	}
	
div.cSearch_cont
	{
	padding-left: 20px;
	padding-top: 50px;
	width: 700px;
	}
	
div.cSearch_to_basket
	{
	text-align:left;
	padding-bottom: 20px;
	}
	
input.cSearch_to_basket
	{
	background:none;
	border: 0px;
	font-size:14px;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	text-align:right;
	border-bottom:1px solid #003399;
	color:#003399;
	cursor:pointer;
	width: 210px;
	}
	
input:hover.cSearch_to_basket
	{
	border-bottom:1px solid #FF6600;
	color: #FF6600;
	
	}
	
div.cSearch_alert
	{
	padding-left:20px;
	color:#993300;
	font-size:14px;
	font-weight:bold;
	}
	
/* Окошко футентификации */
.roundborder {
	width:212px;
	height:122px;
	background-image: url(../images/fon_auth.gif);
}
    .roundborder .content {
        color:#7A7A7A;
        padding:30px 20px;
		position:absolute;
    }
    .roundborder .content td{
    	padding-bottom:5px;
    }
#auth_window
{	
	position:absolute;
	top: 200px;
	padding-left: 60px;
	display:none;
}

.input_auth
	{
	font-size: 14px;
	color:#000000;
	width:100px;
	border: 1px solid #cccccc;
	}
		
#search_auth
{
position: absolute;
width:79px;
height:24px;
top:98px;
left:0px;
background-repeat:no-repeat;

background-position:left top;

background-image:url(../images/auth.png);

	-background-image: none;

	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/auth.png, sizingMethod=crop);

}


/* Конец окошечка фунтификации */

/* Заглушечка */
#zaglushka
{
position:absolute;
left: 0px;
top: 0px;
background-color:#FFFFFF;
display: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.png
{
behavior: url("../png.htc");
}

#search_button
{
background-repeat:no-repeat;

background-position:left top;

background-image:url(../images/search.png);

	-background-image:none;

	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/search.png, sizingMethod=crop);

}



span.tov_sort_sel
{
text-align:right;
font-size:14px;
}

.podrubout
{
padding-top: 20px;
}


.podrubout div
{
width: 110px;
height: 250px;
display:inline;
float:left;
margin-right: 20px;
margin-bottom: 20px;
}

.podrubout div a
{
font-size:14px;
color:#000000;
}

.podrubout div a:hover
{
color:#666666;
}

.podrubout div img
{
border: 0px solid #fff;
}


.index_h
{
font-size: 18px;
font-weight:bold;
width: 100%;
}


/* RUBS */
.rubs_cell
{
width: 200px;
height: 300px;
overflow:hidden;
display:inline;
float:left;
margin: 0em 2em 3em 0em;
}

.rubs_cell img
{
border: 0px solid #fff;
outline:none;
width: 200px;
height: 150px;
}

.rubs_cell .listing_name
{
color:#666666;
font-size: 12px;
height: 62px;
}

.rubs_cell .listing_price
{
text-align:right;
font-weight:bold;
color:#000000;
}

.rubs_cell .listing_old_price
{
	text-align:right;
	color:#666666;
	text-decoration:line-through;
}

.rubs_cell .listing_ost
{
text-align:left;
color:#000000;
font-size: 12px;
}

/*pages*/
#pages_cont
{
text-align:right;
width: px;
}

#pages
{
display: inline-block;
border: none;
text-align:right;
}

#pages td
{

padding: 5px 10px 5px 10px;
font-size: 14px;
font-weight:bold;
color: #666666;
vertical-align:bottom;

}

#pages #sel
{
font-size:16px;
color: #000;
}

#pages td a
{
color:#666666;
}

#pages td a:hover
{
color:#FF0000;
}

#pages #pages_prev
{
background-image:url(../images/left.jpg);
background-repeat:no-repeat;
background-position: left top;
width: 30px;
height: 15px;
}

#pages #pages_next
{
background-image:url(../images/right.jpg);
background-repeat:no-repeat;
background-position: left top;
width: 30px;
height: 15px;
}

#position
{
margin-top: 20px;
}

#position #images td, #position #images
{
width: 400px;
}

#position #images .item
{
display:inline;
width: 80px;
height: 60px;
float:left;
margin: 10px 10px 0 0;
border: 1px solid #cccccc;
}

#position #name
{
color:#000000;
font-size:20px;
font-weight:bold;
}

#position #name div
{
font-size: 14px;
}

#position #opis
{
color:#666666;
padding-top: 10px;
font-size: 14px;
}

#position #price
{
font-size: 20px;
color:#000000;
padding-top: 10px;
}

#position #price form
{
margin: 0px 20px 0px 20px;
padding: 0px;
display: inline;
font-size: 14px;
vertical-align:bottom;
}


#position #price form input[type='text']
{
border: 1px solid #ccc;
width: 60px;
margin-right: 10px;
font-size: 12px;

}


#position #info
{
width: 300px;
font-size: 12px;
margin-top: 20px;
}

#position #info span
{
font-weight:bold;
font-size: 12px;
}

#position #info td
{
font-size: 12px;
width: 100px;
padding: 5px;
border-bottom: 1px solid #cccccc;
color:#000000;
}

#position #info tr:hover
{
background-color: #f0f0f0;
}

/* Сортировки */
#sort_cont
{
width: 100%;
display:table;
color:#000000;
font-size: 12px;
font-weight:bold;
}

#sortings
{
margin: 0px;
padding: 0px;
}

#sortings div
{
padding-right: 20px;
display:inline;
float:left;
font-weight:normal;
color:#666666;
}

#sortings div input
{
background: none;
border: none;
cursor: pointer;
display:inline-block;
color:#003366;
font-size: 12px;
font-family:Arial, Tahoma;
}

#sortings div input:hover
{
color:#FF0000;
}

/* Корзина */

.basket
{
font-size:12px;
color:#000000;
}

.basket .h
{
font-weight:bold;
}

.basket td
{
border-bottom: 1px solid #cccccc;
	padding: 3px 10px 3px 10px;
}


.basket .itog
{
border-bottom: none;
font-size:14px;
text-align:right;
padding: 5px 10px 0px 0px;
}

.basket .itog span
{
font-weight:bold;

}

.basket .price
{
text-align:right;
white-space:nowrap;
}

.basket .sum
{
text-align:right;
white-space:nowrap;
}

.basket .kol input
{
width: 50px;
color:#000066;
border: 1px solid #cccccc;
font-size:12px;
}


.basket .row:hover
{
background-color: #f0f0f0;
}

.basket .row .art
{
color:#666666;
}

.basket .name a
{
color:#003366;
}

.basket .name a:hover
{
color:#FF6600;
}

.basket#knopki
{
text-align:right;
padding: 10px 10px 0px 0px;
}

.basket#knopki input
{
margin-left: 10px;
border: 2px outset #999999;
background-color:#CCCCCC;
font-size: 12px;
color:#000066;
}

.basket .alert
{
font-size:14px;
color:#660000;
}

form.basket_form table
{
width: 600px;
}

form.basket_form td
{
 border: 0px solid #FFFFFF;
 padding-right: 20px;
 white-space:nowrap;
}

form.basket_form .f input
{
border: 1px solid #CCCCCC;
color:#003366;
width: 400px;
}

form.basket_form .n
{
color:#003366;
font-size: 14px;
}

.basket_form .errors
{
color:#666666;
font-size:12px;
padding-bottom: 20px;
}

.basket_form .errors span
{
font-size: 14px;
color: #990000;
}

.basket_form #submit
{
background-color:#cccccc;
color:#003366;
border: 2px outset #999999;
}


/* Форма поиска */
#search_form form
{
padding: 0px;
margin: 0xp;
}

#search_form
{
padding-bottom: 20px;
}

#search_form input
{
background-color: none;
background-color: transparent;
border: 1px solid #cccccc;
font-size: 14px;
}

#search_form #search_string
{
width: 500px;
}

#search_form #fromto
{
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
color:#000;
}
#search_form #fromto input
{
width: 70px;
}


#search_form #kol
{
color:#000;
font-size: 14px;
padding-bottom: 10px;
}

#search_form #kol input
{
width: 70px;
}

#search_form #find
{
cursor:hand;
cursor: pointer;
}

#razm
{
display: inline;
position: relative;
width: 400px;
}

#razm div
{
width: 50px;
paddin: 10px;
font-size:14px;
display:inline;
float:left;
margin-right: 20px;
color:#003366;
text-align:center;
}

#razm span
{
font-size: 12px;
color:#666666;
font-style:italic;
}

#razm .item a
{
color:#003399;
font-size: 18px;
font-weight:bold;
text-decoration: none;
}

#razm .item a:hover
{
color:#ff6600;
}

#razm .sel
{
font-size: 18px;
font-weight: bold;
border: 1px solid #666;
}

/*обратная ссылка*/
#back_href
{
text-decoration:underline;
font-size: 12px; 
padding-left: 210px;
position:relative;
top:20px;

}