* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: url(images/header-left.png) repeat-x left top;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 192px;
	overflow: hidden;
}

#footer .component,
#header  .component
{float: left;}

/* Topmenu
-----------------------------------------------------------------------------*/
#topmenu {
	margin: 5px 0 10px 0;
	background: #feef98;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

/* Center
-----------------------------------------------------------------------------*/
#center {
	margin: 0 0 0 234px;
}

#center .center-top {
	background: url(images/center-top.png) no-repeat;
	height:37px;
}

#center .center-content {
	background: url(images/center-content.png) repeat-y;
	padding: 5px 25px;
	min-height: 100px;
}

#center .center-bottom {
	background: url(images/center-bottom.png) no-repeat;
	height:26px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 214px;
	margin-left: -100%;
	position: relative;
}

/* Bottom menu
-----------------------------------------------------------------------------*/
#bottommenu-container{
	margin: 10px 0;
	width: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer-wrapper {
	margin: 0 auto;
	height: 82px;
	background: url(images/bottom-grad.png) repeat-x;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
	background: url(images/footer.png) no-repeat center top;
}


/***********************************/
/*----- Настройки компонентов -----*/
/***********************************/

/* верхнее меню навигации
-----------------------------------------------------------------------------*/

.topmenu table {
	border: 2px solid #fff;
	border-width: 0 2px;
	border-collapse: collapse;
	width: 100%;
}

.topmenu td {
	line-height: 26px;
	border: 5px solid #e19003;
	border-width: 5px 0;
	background: #fff;
}

.topmenu td.current,
.topmenu td:hover
{
	border: 5px solid #ffe791;
	border-width: 5px 0;
}

.topmenu td a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #feef98 url(images/top-menu-item.png) repeat-x;
	margin: 2px 0;
}

.topmenu td.current a,
.topmenu td:hover a,
.topmenu td a:hover
{
	color: #c95304;
	background: #ffe175 url(images/top-menu-current-item.png) repeat-x;
}

/* субменю
-----------------------------------------------------------------------------*/
.submenu {
	background: url(images/left-menu.png) repeat-y;
	padding: 5px;
	margin: 0 5px 5px 0;
	-webkit-box-shadow: #000 0px 2px 5px;
	-moz-box-shadow: #000 0px 2px 5px;
	box-shadow: #000 0px 2px 5px;
	behavior: url(http://failler.ru/PIE.htc);
}

.submenu>ul {
	border: 1px solid #fee450;
	margin: 2px;
	padding: 20px 5px;
}

.submenu li {
	list-style: none;
}

.submenu>ul>li {
	border-bottom: 1px dotted #ca7a03;
}

.submenu a {
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

.submenu>ul>li>a {
	display: block;
}

.submenu li.current>a,
.submenu a:hover
{
	background: url(images/left-menu-current-item.png) repeat;
	color: #000;
}

.submenu li ul,
.submenu li li
{
	margin: 0;
	padding: 0;
}

.submenu li ul {
	margin-left: 20px;
}

.submenu li li>a {
	display: block;
}

/* боковое меню навигации
-----------------------------------------------------------------------------*/
.sidemenu {
	background: url(images/left-menu.png) repeat-y;
	padding: 5px;
	margin: 0 5px 5px 0;
	-webkit-box-shadow: #000 0px 2px 5px;
	-moz-box-shadow: #000 0px 2px 5px;
	box-shadow: #000 0px 2px 5px;
	behavior: url(http://failler.ru/PIE.htc);
}

.sidemenu>ul {
	border: 1px solid #fee450;
	margin: 2px;
	padding: 20px 5px;
}

.sidemenu li {
	list-style: none;
}

.sidemenu>ul>li {
	border-bottom: 1px dotted #ca7a03;
}

.sidemenu a {
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

.sidemenu>ul>li>a {
	display: block;
}

.sidemenu li.current>a,
.sidemenu a:hover
{
	background: url(images/left-menu-current-item.png) repeat;
	color: #000;
}

.sidemenu li ul,
.sidemenu li li
{
	margin: 0;
	padding: 0;
}

.sidemenu li ul {
	margin-left: 20px;
}

.sidemenu li li>a {
	display: block;
}

/* Заголовок
-----------------------------------------------------------------------------*/
.caption h1 {
	text-align: center;
	color: #c95304;
	font-size: 13px;

}
.caption h1>span {
	position: relative;
	display: inline-block;
}

.caption div {
	position: absolute;
}

.caption .limg {
	background: url(images/caption.png) no-repeat;
	width: 36px;
	height: 8px;
	position: absolute;
    left: -40px;
    top: 5px;
}

.caption .rimg {
	background: url(images/caption.png) no-repeat;
	width: 36px;
	height: 8px;
	position: absolute;
    right: -40px;
    top: 5px;
}

/* текст
-----------------------------------------------------------------------------*/
.text ul {
	list-style: disc inside;
}

.text ol {
	list-style: decimal inside;
}

#footer .text {
	margin-left: 5px;
}

#footer .text div{
	color: #000;
	border-left: 1px solid #000;
	padding-left: 5px;
}

#footer .text h1{
	color: #000;
	font-weight: bold;
}

/* нижнее меню навигации
-----------------------------------------------------------------------------*/
.bottommenu table {
	width: 100%;
}

.bottommenu td {
	line-height: 26px;
	text-align: center;
}

.bottommenu td a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 2px 0;
}

.bottommenu td.current a,
.bottommenu td:hover a,
.bottommenu td a:hover
{
	color: #c95304;
}

/* index форма обратной связи
-----------------------------------------------------------------------------*/
.feedback_form table td{
	padding-bottom:10px;
}

.feedback_form table .feedback_field{
	margin-left:10px;
}
.feedback_errors_div{
	padding:5px;
	margin-bottom:10px;
	background-color: pink;
	border: 1px solid red;
}

.feedback_errors_div_header{
	text-align:center;
	padding:5px;
	color:red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	background-color:pink;
	font-weight:bold;
}

.feedback_errors_div ul li{
	margin-left:20px;
}

.feedback_success_div{
	padding:5px;
	margin-bottom:10px;
	background-color: lightgreen;
	border: 1px solid green;
}

/* анонсы новостей
-----------------------------------------------------------------------------*/
.news div.datalist-news-new-container{
	clear:both;
	margin-bottom:10px;
}
.news div.datalist-news-new-firstrow{
	margin-bottom:10px;
}
.news span.datalist-news-new-date{
	font-weight:bold;
	margin-right:5px;
}
.news span.datalist-news-new-title{
	font-weight:bold;
}

.news span.datalist-news-new-title a{
	color: #C95304;
}

.news img.datalist-news-new-image{
	vertical-align: middle; float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:150px;
}

.news div.datalist-news-paginator{
	/*clear:both;*/
	text-align:center;
}

.news span.datalist-news-paginator-page a:link,
.news span.datalist-news-paginator-page a:active, 
.news span.datalist-news-paginator-page a:visited{
	color:blue;
}
.news span.datalist-news-paginator-page a:hover{
	font-size:larger;
	text-decoration:none;
}

.news span.datalist-news-paginator-page-active a:link,
.news span.datalist-news-paginator-page-active a:active,
.news span.datalist-news-paginator-page-active a:visited,
.news span.datalist-news-paginator-page-active a:hover
{
	color:red;
	font-size:larger;
	text-decoration:none;
}

.news .datalist-news-paginator-leftdblarrow a,
.news .datalist-news-paginator-leftarrow a,
.news .datalist-news-paginator-rightdblarrow a,
.news .datalist-news-paginator-rightarrow a{
	
	text-decoration:none;
}


/* подробная выдача новости */
.newimg{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:250px;
}
/* подробная выдача новости */

/* копирайт */
.copyright{
	margin-top:50px;
	float:right;
	color:#000;
}

.copyright a{
	color: #000;
}

.copyright span{
	font-weight:bold;
}
/* копирайт */

/* шапка */
.hat-elem {
	float: left;
}

.x-clear {
	clear: both;
}

/* announcementnews */

.announcementnews {
	background: url(images/left-menu.png);
	padding: 7px;
	margin: 0 5px 5px 0;
	box-shadow: #000 0px 2px 5px;
}

.announcementnews a{
	font-weight:bold;
	text-decoration:none;
	color: #000;
}

.announcementnews-outer{
	border: 1px solid #FEE450;
	padding: 5px;
}

.announcementnews .announcementnews-caption{
	font-weight:bold;
	padding: 5px 0 10px 5px; 
	background: url(images/left-menu-current-item.png);
	color: #000;
	margin: 0 0 10px 0;
}

.announcementnews h3.announcementnews-caption {
	
	font-size: 12px;
	
}

.announcementnews .announcementnews-anew{
	padding: 2px 0 2px 0;
	margin-top:10px;
}

.announcementnews .announcementnews-anew .announcementnews-anew-date{
	margin-right:5px;
	font-weight: bold;
	color: #000;
}

.announcementnews .announcementnews-allnews{
	text-align:left;
	padding: 5px 0 0 0;
	margin-top:10px;
}

.announcementnews .announcementnews-allnews a{
	text-decoration:underline;
}

.announcementnews .announcementnews-preview{
	color: #000;
}

/**
 * breadcrumbs
 */
.breadcrumbs {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url(images/bc_bg.png); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0 0 30px 0;
    padding:0px;
}

.breadcrumbs li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

.breadcrumbs a {
    height:30px;
    display:block;
    background-image:url(images/bc_separator.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

/* ������� */

.catalog div.datalist-cat-product-container{
    clear:both;
    margin-bottom:10px;
}

.catalog img.datalist-cat-product-image{
    vertical-align: middle;
    width:200px;
}

.catalog .datalist-cat-product-image-link{
}

.catalog span.datalist-cat-product-title{
    font-weight:bold;
    font-size:16px;
    color: #C95304;
}

.catalog span.datalist-cat-product-title a{

}

.catalog .datalist-cat-product-morelink a{
    color: #000;
}

.catalog .datalist-cat-product-preview{
    margin-top:25px;
}

.catalog .datalist-cat-product-firstcolumn{
    float:left;
}

.catalog .datalist-cat-product-secondcolumn{
    margin-left:215px;
}

.catalog  .datalist-cat-product-bottom-separator{
    margin-bottom:10px;
    height:1px;
    border-bottom: #CFCECE 1px solid;
}

.catalog .datalist-cat-product-props{
    margin-top:10px;
}

.catalog .datalist-cat-product-prop{
    width:100%;
}

.catalog .datalist-cat-product-prop-label{
    font-weight:bold;
    color: #C95304;
    float:left;
    margin-right:10px;
}

.catalog .datalist-cat-product-prop-value{
    color:#ecc309;
}

.catalog div.datalist-cat-paginator{
    text-align:center;
}

.catalog span.datalist-cat-paginator-page a:link,
.catalog span.datalist-cat-paginator-page a:active,
.catalog span.datalist-cat-paginator-page a:visited{
    color:blue;
}
.catalog span.datalist-cat-paginator-page a:hover{
    font-size:larger;
    text-decoration:none;
}

.catalog span.datalist-cat-paginator-page-active a:link,
.catalog span.datalist-cat-paginator-page-active a:active,
.catalog span.datalist-cat-paginator-page-active a:visited,
.catalog span.datalist-cat-paginator-page-active a:hover
{
    color:red;
    font-size:larger;
    text-decoration:none;
}

.catalog .datalist-cat-paginator-leftdblarrow a,
.catalog .datalist-cat-paginator-leftarrow a,
.catalog .datalist-cat-paginator-rightdblarrow a,
.catalog .datalist-cat-paginator-rightarrow a{

    text-decoration:none;
}

/* ������� */


/* ��������� ������ �������� */
.product-img-table{
    text-align:left;
}

.product-img-table td{
    background: none !important;
    padding:10px;
}

.product-img-td-bigphoto{
    vertical-align:top;
}
.product-img-td-summary{
    vertical-align:top;
}

.product-img-table img{
    max-width:400px;
    max-height:600px;
}

.text .datalist-cat-product-props{
    margin-top:10px;
}

.text .datalist-cat-product-prop{
    display:block;
}

.text .datalist-cat-product-prop-important{
    margin: 5px 0 5px 0;
}

.text .datalist-cat-product-prop-label{
    font-weight:bold;
    color: #C95304;
    margin-right:10px;
}
.text .datalist-cat-product-prop-label-important{
    font-weight:bold;
    font-size:18px;
    color: #C95304;
    margin-right:10px;
}

.text .datalist-cat-product-prop-value{
    color:#ecc309;
}
.text .datalist-cat-product-prop-value-important{
    font-weight:bold;
    font-size:18px;
    color:#ecc309;
}


.text .datalist-cat-product-fullpage-preview-caption{
    font-size: 18px;
    margin-bottom:15px;
}

.text .datalist-cat-product-fullpage-props-caption{
    font-size: 18px;
    margin-bottom:15px;
    margin-top:15px;
}

.text .datalist-cat-product-fullpage-preview{
    text-align:left;
    font-weight:bold;
}

.text .datalist-cat-product-fullpage-props{
}

.text .product-img-tr-second  .group1{
    vertical-align:top;
    padding-top:10px;
    display: inline-block;
    text-align:center;
    margin-right:5px;
    margin-bottom:5px;
    height:100px;
    width:100px;
    border: 1px solid grey;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #8E9FA4;
    -moz-box-shadow: 3px 3px 10px #8E9FA4;
    -webkit-box-shadow: 3px 3px 10px #8E9FA4;
}

.text .product-img-tr-second img{
    max-width: 90px;
    max-height: 90px;
}

/* ��������� ������ �������� */
