@charset "windows-1251";
/*******************************
Edmond [HT]
edmond@inbox.ru
*******************************/
/*******************************
Основные стили
*******************************/
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, _sans-serif;
	font-size: 100%;
	background-image: url(../i/hbg.jpg);
	background-repeat: repeat-x;
}
img {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #247126;
}
a:hover {
	color: #D66F07;
}
p, td, th {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 11pt;
	text-transform: uppercase;
}
h2 {
	font-size: 10pt;
}
h3 {
	font-size: 9pt;
}
/*******************************
Структура документа
*******************************/
#o {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
/** Левая панель **/
#l {
	float: left;
	width: 329px;
	background-image: url(../i/bgl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#l .h {
	background-image: url(../i/mbg.jpg);
	background-repeat: repeat-x;
	display: block;
	margin-left: 120px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	height:30px;
	text-decoration: none;
}
#l div {
	margin-left: 120px;
	overflow: hidden;
}
#l div div{
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#l div:first-child {

}
#l div.collapsed {
	height: 35px;
}
#l div div.collapsed {
	height: 25px;
}
#l div span {
	display: block;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 9pt;
	text-transform: uppercase;
	color: #898887;
	font-weight: bold;
}
#l div.collapsed span {
	background-image: url(collapsed.gif);
}
#l div a {
	padding: 5px 10px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 7pt;
	text-transform: uppercase;
}
#l div a.current {
	background : #ccc;
}
#l div a:hover {
	text-decoration: underline;
	color: #006600;
}
/** Область контента **/
#c {
	float:right;
	width: 650px;
	padding: 0px;
	background-image: url(../i/bgr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
} 
#cx{ padding:0px;}
#c p,#c td{
	font-size: 9pt;
}
/** Подвал **/
#f {
	padding: 0 0 0 0px;
	font-size: 9pt;
} 
#f p {
	margin: 0;
	padding: 10px 0;
}
/** Очистка **/
.clf {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*******************************
Заголовок документа
*******************************/
#h {
	height:243px;
}
#h #header {
	height: 109px;
	background-image: url(../i/hbg.jpg);
	background-repeat: repeat-x;	
}
#h #header p{
	font-size: 8pt;
	margin: 5px;
	padding: 0px;
}
#h td{font-size: 8pt;}
#h #collag {
	height: 134px;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-x;
}
/*******************************
Главное меню
*******************************/
#mmenu {
	float: left;
	width: 209px;
	height: 134px;
	margin: 0px;
	padding: 0px;
}
#mmenu ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
#mmenu li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F2F2F2;
	padding: 3px 0px 3px 0px;
	list-style-type: none;
}
#mmenu a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../i/mi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	text-transform: uppercase;
}
#mmenu a:hover{
	color: #EB891B;
	background-image: url(../i/mih.gif);
}
/*******************************
Блок контактов
*******************************/
#contacts,#cart,#search{
	float:left;
	height:80px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}
#contacts{
	text-transform: uppercase;
	font-size: 9pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../i/contacts.jpg);
	background-repeat: no-repeat;
	width: 195px;
	cursor:pointer;
	height: 90px;
}
/*******************************
Карзина
*******************************/
#cart{
	width:192px;
	font-size: 11pt;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../i/order.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

#cart td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cart #Order {
	background-color: #00923F;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C5E0D0;
	border-right-color: #4C7B5F;
	border-bottom-color: #4C7B5F;
	border-left-color: #C5E0D0;
}
#cart a {
	color: #003514;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*******************************
Поиск
*******************************/
#search {
	width: 200px;
	height: 100px;
}
#search #s {
	border: 1px inset #3C8327;
	width: 100px;
	font-size: 9pt;
	color: #003514;
	background-color: #FFFFFF;
}
#search #Go {
	background-color: #00923F;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C5E0D0;
	border-right-color: #4C7B5F;
	border-bottom-color: #4C7B5F;
	border-left-color: #C5E0D0;
}
/*******************************
Дополнительная панель карзины
*******************************/
#cartinfo {
	position:absolute;
	left:536px;
	top:103px;
	width:192px;
	height:120px;
	z-index:1;
	overflow: auto;
	visibility: hidden;
}
#cartinfo a {
	display: block;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 9pt;
	color: #EEEFEF;
	background-color: #02923B;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#cartinfo a:hover {
	background-color: #02AC46;
	color: #FFFFFF;
	border-bottom-style: solid;
}
/**********************************
Оформление для элемента "Путь"
**********************************/
.path{
	padding: 5px 5px 10px;
}
.path a{
	background-image: url(../i/to.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
	color: #666666;
}
.path a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*******************************
Стили для PAGINAL
*******************************/
.paginal{
	font-size: 9pt;
	text-align: center;
	height: 30px;
	width: 100%;
	clear: both;
}
.paginal a{
	color: #666666;
}
/*******************************
Стили для новостей
*******************************/
.news{ margin:10px;}
.news td{
	padding-right:50px;
	font-size: 9pt;
	color: #999999;
}
.news a{
	color: #999999;
	text-decoration: none;
}
.news .delim{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*******************************
Стили для каталога
*******************************/
.citem {
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.citem th {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #DEDEDD;
	height: 38px;
	border-left-width: 2pt;
	border-left-style: solid;
	border-left-color: #EB891B;
	color: #6B6A69;
}

.citem td{
	font-size: 9pt;
	color: #757575;
}
.citem p {
	margin: 0px;
	padding: 0px;
}
.citem .price {
	font-weight: bold;
	height: 20px;
}

.citem .see {
	height: 26px;
	background-color: #DEDEDD;
}
.citem .see a {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
}
.citem .see a:hover {
	color: #006600;
}

.citem .gsee {
	background-color: #81BF1C;
	width: 26px;
}
.citem .add {
	background-color: #EB891B;
	height: 26px;
}
.citem .add a {
	color: #FFFFFF;
	text-decoration: none;
}

.citem .gadd {
	background-color: #DCDBC6;
	width: 26px;
}
.citem .artcode td {
	text-transform: uppercase;
}
