/* Теги */
body{padding:0; margin:0; font-family:Tahoma; font-size:14px; color:#543B23; line-height:1.4em}
h1, h2, h3, h4, h5{padding:10px 0 5px 0; margin:0; font-weight:normal}
p{padding:5px 0 0 0; margin:0}
h1{font-size:27px;}
h2{font-size:21px;}
h3, h4, h5, h6{font-size:16px;}
img{border:none}
ul, ol{line-height:1.6em}
a{color:#543B23}
a:hover{color:#990000}
/* Теги */

/*Вспомогательные */
.clear{clear:both}
.path{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#990000; padding:0 0 20px 0}
.path h1{color:#543B23; padding:0 0 10px 0;}
.path a{color:#990000; text-decoration:none}
.path a:hover{text-decoration:underline}
.copyright a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#B59F80}
/*Вспомогательные */

/* Верхнее меню */
#topmenu{width:1000px; margin:0 auto; font-size:16px}
#topmenu span{}
#topmenu a{height:28px; display:block; float:left; color:#FFF; text-decoration:none; padding:0 5px 0 20px}
#topmenu a:hover{background:url(/projects/bikrapub/design/top_menu_item_bg.jpg) left no-repeat}
/* Верхнее меню */

.ur1 a{text-decoration:none}
.ur1 a:hover{color:#990000}
.ur2 a{font-family:Arial, Helvetica, sans-serif; text-decoration:none; background:url(/projects/bikrapub/design/ur2.gif) no-repeat; background-position:0 5px; display:block; padding:0 0 0 8px}
.ur2 a:hover{color:#990000; background:url(/projects/bikrapub/design/ur2-h.gif) no-repeat; background-position:0 5px}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	
	}

.transMenu.top .items {
	border-top:none;
	}
	

/* each TR.item is one menu item */
.transMenu .item {
	font-family: Verdana, Arial, sans-serif;
    color:#543B23;
    font-size:12px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	padding-left: 10px;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	background-image:url(/projects/bikrapub/js/menu_bg.png);
	filter:alpha(opacity=80); 
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#6A5B3E;
	color:#ffffff;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}



/*Новости*/
#news .news_img{float:left; margin:5px 7px 0 0}
#news .news_title{font-size:14px}
#news .date{font-size:12px; float:left; padding:3px; color:#FFFFFF; background:#535353; line-height:1em}
/*Новости*/

/*Стили HostCMS*/
#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
}

#message p
{
	margin: 0px;
	padding: 0px;
}

/* Стили для магазина */

.shop_cart_table
{
	width: 90%; border:1px #999999 solid; border-collapse:collapse 

}

.shop_cart_table, .shop_cart_table td
{
	border:1px #999999 solid;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border: 1px solid #999999;
}


.shop_cart_table2
{
	width: 90%; border: none; border-collapse:collapse; font-size:14px 

}

.shop_cart_table2, .shop_cart_table2 td
{
	border: none;
}

.shop_cart_table2 td, .shop_cart_table2 th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table2 td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table2 th
{
	text-align: left;
	border: none;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.hit {
	width: 40px;
	height: 40px;
	background: url('/images/hit.png') no-repeat 0 0 !important;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hit.png');
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEEEEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
}

.arrow_up
{
	width: 16px;
	height: 16px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
	z-index: 1;
}

.arrow_up_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding:0;
	display:block;
	line-height:1em
	    
}



.shop_navigation li {
    float: left;
	margin:0; padding:5px 0 8px 0;
	line-height:1.4em
	
}

.shop_navigation span {
	margin: 3px;
	padding: 3px;
	
}

.shop_navigation_current span {
	padding: 3px; margin:3px; border:1px #999999 solid
}
/* END стили для магазина */
/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{ 
	height:17px; 
	padding:0 3px 3px 3px;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: none;
	float: left;
}

.page_link:hover
{ 
	
	background: #535353;
	border: none;
	color:#FFFFFF
	
}

.page_link
{
	border: none;
}

.current
{
	border: 1px solid #000;
	background-color: none;
	color: #000;
}

.ctrl
{
	height:17px;
	padding: 0 3px 3px 3px;
	font-size: 14px;
	color: #000;
	border: none;
}

.captcha
{
	padding: 0px;
	font-size:12px;
}


.captcha img
{
	margin:0 5px -5px 0;
}
.red_star{color:#FF0000}


#indextextdiv h1
{font-size:16px; margin-bottom:0px; padding-bottom:0px; font-weight:bold;}

.indextext,
a:link.indextext,
a:visited.indextext,
a:hover.indextext,
a:active.indextext
{
text-decoration:none;
}

img {behavior: url("/projects/bikrapub/js/iepngfix/iepngfix.htc");}