/*
    Document   : style
    Created on : 17.01.2010, 11:50:23
    Author     : Medvedik
    Description:
        Purpose of the stylesheet follows.
*/
#linkline
{
  display:block;
  width:1015px;
  height:20px;
  background-color:#fe9f42;
  border-bottom:1px solid #656363;
  border-top:1px solid #656363;
}

#linkline a
{
   margin-right:15px;
   color: #A65500;
   font-weight:bold;
   font-size:16px;
   font-family: "Arial";
   text-decoration:none;
}

#linkline a:hover
{
   text-decoration:underline;
   color: #363535;
}



#main_div
{
  width: 100%;
}

#top_line
{
    width: 1014px;
    height: 47px;
    background-color: #efefef;
    margin-bottom: 5px;
}


#little_cart
{
  background: url(/template_img/cartimg.png) no-repeat left top;
  height: 46px;
  width: 225px;
  display: block;
  text-align: left;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}

#header_line
{
    width: 1014px;
    height: 34px;
    background-color: #fe9f42;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 21pt;
}

#header_line text
{
    margin-left: 25px;
}

#header_menu
{
    width: 1014px;
    height: 192px;
    background-image: url("/template_img/header_menu_bg.jpg");
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu
{
  height: 190px;
  width: 225px;
  display: block;
  text-align: left;
}

.menu a
{
  text-decoration: none;
}
.menu a div.menu_text
{
  display: block;
  margin-left: 40px;
  padding-top: 6px;
  color: black;
  font-size: 11pt;
  font-weight: bold;
  font-family: Arial;
}
.menu a div.bg
{
  height: 30px;
  width: 225px;
  margin-bottom: 2px;
  background-image: url("/template_img/menu_a_bg.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

.menu a:hover div.bg
{
  background-image: url("/template_img/menu_a_hover_bg.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

#sub_body_zayavka
{
    display: block;
    width: 1014px;
}

#sub_body_reklama
{
    display: block;
    width: 1014px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sub_body_catalog
{
    display: block;
    width: 1014px;
    margin-bottom: 10px;
}

#sub_body_catalog div.name
{
    display: block;
    height: 28px;
    width: 98%;
    background-color: #efefef;
    padding-top: 5px;

}

#sub_body_catalog div.name a
{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    margin-left: 5px;
}

#sub_body_catalog div.list div
{
    display: block;
    height: 20px;
}

#sub_body_catalog div.list a
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
    color: black;
    margin-left: 5px;
}
#sub_body_catalog div.list a:hover
{
    text-decoration: underline;
}

.button_form
{
    margin-bottom: 5px;
}

.button_form a
{
    text-decoration: none;
    display: block;
    height: 89px;
    width: 1014px;
    background-image: url("/template_img/button_form_a_bg.jpg");
    background-repeat: no-repeat;
}

.button_form a:hover
{
    background-image: url("/template_img/button_form_a_hover_bg.jpg");
    background-repeat: no-repeat;
}

.button_form div
{
    text-transform: uppercase;
    color: black;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    margin-left: 45px;
    padding-top: 3px;
}

.button_form div div
{
    text-transform: none;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 10px;
    padding-top: 1px;
}

#footer
{
    display: block;
    height: 40px;
    width: 1014px;
    background-color: #a29e9e;
    border-top: 3px #716d6d solid;
}

#footer p
{
   font-family: Arial;
   font-size: 8pt;
   font-weight: none;
   color: white;



}

#footer a
{
   font-family: Arial;
   font-size: 8pt;
   font-weight: none;
   color: white;
   text-decoration: none;
}

.path
{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.path a
{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.path a:hover
{
    text-decoration: underline;
}

.path_arrow
{
	color: #ff6666;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

.left_td h1
{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.left_td form a
{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}
.left_td form a:hover
{
    color: gray;
    text-decoration: none;
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #b2b1af;
	background-color: #d8d8d7;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.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_table
{
	color: #AFA696;
	margin-top: 10px;
}

#shop_navigation, #shop_navigation_current
{
	padding: 5px;
	/* background-color: #F6F3F0; */
	font-size: 9pt;
}

#shop_navigation
{
	border: 1px solid #E0DCCA;
	color: #AFA696;
}

#shop_navigation_current
{
	border: 1px solid #B8B298;
	color: #433212;
}
/* END стили для магазина */
