/*	common styles	*/
body, html {
    margin: 0;
	padding: 0;
    height: 100%;
    text-align: center;
	background: #ececec;
}
*:focus {
	outline: 0!important;
}
body, td, th, h1, h2, h3, h4, h5, input, select, textarea {
    color: #000;
	font: normal 12px Verdana;
}
table {
    border: 0;
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font: bold 30px Verdana;
	padding: 0 0 8px 0;
    color: #4e4937;
}
h2 {
	font: bold 18px Tahoma;
	padding: 0;
	margin: -1px 0 0 -1px;
	padding: 0 0 6px 0;
}
.title h2 {
	color: #fff;
}
h3 {
	font: bold 14px Verdana;
	padding: 0;
}
h4 {
	font: bold 12px Tahoma;
    color: #000;
	padding: 5px 0 5px 0;
}
h5 {
	font: bold 16px Verdana;
    color: #f58220;
	padding: 0 0 3px 0;
}
h6 {
	font: bold 12px Verdana;
    color: #000;
	padding: 0;
}
p {
	padding: 0;
    margin: 0;
	font-size: inherit;
	font-family: inherit;
}
.clear {
    clear: both;
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.br {
    clear: both;
    font-size: 1px;
    height: 50px;
    line-height: 1px;
    margin: 0;
}
a {
	color: #750b05;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
ul li {
    background: transparent url('') no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.error {
	text-align: left;
	font-size: 10px;
	color: red;
}
.dark_gray {
	background: #a7a9ac;
	min-height: 31px;
	color: #fff;
}
* html .dark_gray {
	height: 31px;
}
.dark_gray p {
	margin: 10px 0 0 17px;
}
.light_gray {
	background: #a7a9ac !important;
}
.orange {
	color: #f58220 !important;
}
.cloud {
	border: none;
	margin-top: 4px;
}
.font12 {
	font-size: 12px;
}
.bordo, a.bordo {
	color: #750b05 !important;
	text-decoration: none;
}
.light {
	border-color: #eaeaeb !important;
}

.center {
	text-align: center;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.border_none {
	border: none !important;
}
.font14 {
	font-size: 14px;
}

/*	/common styles	*/
/*	main blocks	*/
#wrapper {
    margin: 0 auto -50px auto;
    min-height: 100%;
    width: 897px;
	background: #ececec url('../i/bg/body.jpg') no-repeat 0 0;
}
* html #wrapper {
    height: 100%;
}
/*   header */
#head {
	height: 135px;
}
.logo {
	width: 331px;
	height: 84px;
	float: left;
	background: transparent url('../i/bg/logo.gif') no-repeat 0 0;
	margin: 30px 0 0 -2px;
    position: relative;
    z-indeX: 1;
}
.logo a {
	width: 331px;
	height: 84px;
	display: block;
}
/*   contact block */
.contact {
	width: 388px;
	margin: 22px 0 0 0;
	float: right;
	text-align: left;
}
.contact div { 
	background: transparent url('../i/corners/contact_left.gif') repeat-y 0 0;
}
.contact div div { 
	background: transparent url('../i/corners/contact_right.gif') repeat-y 100% 0;
}
.contact div div div { 
	background: #f68a2f url('../i/corners/contact_center.gif') repeat-x 0 0;
	padding: 0 5px 5px 25px;
	text-align: left;
   	margin: 0 5px;
}
.contact div div div p  {
	position: relative;
	color: #fff;
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 14px;
}
.contact div div div p a {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.contact div div div p span.icq {
	width: 16px;
	height: 16px;
	display: block;
	background: transparent url('../i/icons/icq.gif') no-repeat 0 0;
	position: absolute;
	top: 2px;
	left: -23px;
}
.contact .corners_top { 
	background: transparent url('../i/corners/contact_tl.gif') no-repeat 0 0;
    border: none;
}
.contact .corners_top div { 
	background: transparent url('../i/corners/contact_tr.gif') no-repeat 100% 0;
    border: none;
}
.contact .corners_top  div div { 
	background: #f58220 url('../i/corners/contact_top.gif') repeat-x 0 0;
	height: 5px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
    border: none;
}
.contact .corners_bottom { 
	background: transparent url('../i/corners/contact_bl.gif') no-repeat 0 0;
	float: left;
    border: none;
	width: 100%;
}
.contact .corners_bottom div { 
	background: transparent url('../i/corners/contact_br.gif') no-repeat 100% 0;
    border: none;
}
.contact .corners_bottom div div { 
	background: #f58220 url('../i/corners/contact_bottom.gif') repeat-x 0 0;
	height: 5px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
    border: none;
}
/*   /contact block */
/*   /header */

/*   navigation */
#nav {
	width: 100%;
	background: transparent url('../i/bg/nav.gif') repeat-x 0 0;
	margin: 0 0 17px 0;
}
#nav td {
	text-align: center;
}
#nav td a {
	display: block;
	padding: 10px 0 8px 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;	
}
#nav td a:hover {
	display: block;
	padding: 11px 0 8px 0;
	background: transparent url('../i/bg/nav_hover.gif') repeat-x 0 0;
	color: #000;
}
#nav td.side_left {
	width: 20px;
	height: 38px;
	vertical-align: top;
	background: transparent url('../i/corners/nav_left.gif') no-repeat 0 0;
}
#nav td.side_right {
	width: 20px;
	height: 38px;
	vertical-align: top;
	background: transparent url('../i/corners/nav_right.gif') no-repeat 0 0;
}
/*   /navigation */
/*   columns */
.columns {
    clear: both; 
    width: 100%; 
}
* html .columns {
    /*padding-right: 1px; 
    overflow-x: hidden; */
a}
.column_left, .column_right { 
    float: left; 
}
.column_left {
    width: 189px;
	margin: 0 15px 0 0;
}
.column_right {
    width: 691px;
    /*margin-right: 0px;*/
}
.column_left div.rounded {
	min-height: 50px;
}
* html .column_left div.rounded {
	height: 50px;
}
.rounded div.title { 
	background: #f58220;
	color: #000;
	font-weight: bold;
	padding: 4px 0 0 16px;
	margin: -4px 0 0 0;
	text-align: left;
	height: 27px;
}
.rounded div.title h2 a { 
	color: #fff;
}
.rounded div.title a { 
	color: #fff;
}
.catalog {
	background: #fff !important;
	border-right: 1px solid #f58220;
	border-left: 1px solid #f58220;
	width: 691px;
}
.catalog table {
	width: 100%;
}
.catalog table td {
	border: 1px solid #e4e5e6;
	padding: 0 8px 10px 14px;
	vertical-align: top;
	line-height: 15px;
}
.catalog table td h6 {
	padding: 0;
	margin: 0 0 -1px 0;
}

table.wares {
	width: 689px!important;
}


.catalog table.wares td {
    text-align: left;
    vertical-align: top;
	border: none;
	border-bottom: 1px solid #e4e5e6;
    padding: 12px 25px 0 0;
}
.catalog table.wares td.welcome {
    padding: 0;
}
.catalog table.wares td.welcome div {
    margin: 7px 0 14px 0;
	border-left: 5px solid #f58220;
    padding: 0 11px 0 11px;
}
.catalog table.wares td.welcome div p {
    line-height: 15px;
}
.table {
	width: 100% !important;
	margin: 9px 6px 0 -3px;
	position: relative;
	z-index: 2;
}
.table th, .table td {
	font: normal 12px Arial;
}
.table td.spc {
	height: 27px;
	background: #ececec !important;
}
.table th {
	color: #750b05;
	text-align: center;
	font-weight:  bold;
	margin: 0;
}
.table th.inactive {
	text-align: left;
	padding: 1px 0 0 19px;
	background: transparent url('../i/icons/minus.gif') no-repeat 3px 3px;
}


.table th.active {
	text-align: left;
	padding: 1px 0 0 19px;
	background: transparent url('../i/icons/plus.gif') no-repeat 0 0;
}
.table td {
	background: #fff !important;
	padding: 4px 4px 4px 4px !important;
}
.table td, .table tr.odd td {
	text-align: left;
	font-weight: normal !important;
}
.table tr.odd td {
	background: #e4e4e5 !important;
	padding: 2px 0 1px 3px !important;
}

.table_lines td {
	border-bottom: 1px solid #e4e5e6 !important;
}

.rounded .catalog table.wares td ul {
    margin: 3px 0 6px 0
}
.rounded .catalog table.wares td ul li {
	background: transparent url('../i/icons/level1.gif') no-repeat 0 10px;
    padding: 0 0 0 15px;
    color: #525252;
    line-height: 18px;
}
.rounded .catalog table.wares td ul li .level2 li {
	background: transparent url('../i/icons/level2.gif') no-repeat 0 10px;
}
.rounded .catalog table.wares td ul li .level3 li {
	background: transparent url('../i/icons/level3.gif') no-repeat 0 10px;
}
.rounded .catalog table.wares td p {
    line-height: 18px;
    margin: 0 0 7px 0;
}
.rounded .catalog table tr.subsection {
	width: 100%;
}
.rounded .catalog table tr.subsection td {
    text-align: left;
    padding: 6px 27px 8px 16px;
    margin: 0;
    border: none;
}

.gray_back td {
    background: #ececec;
}

.rounded .catalog table tr.subsection td.null {
	padding: 0;
}
.rounded .catalog table tr.subsection td.bot {
	padding: 0 17px;
}
.rounded .catalog table tr.subsection td a {
    line-height: 18px;
}
.rounded .catalog table tr.subsection td span.on_page {
    font-weight: bold;
}
.rounded .catalog table tr.subsection td, .rounded .catalog table tr.subsection td a {
    font-weight: normal;
}
.filter {
    font-weight: normal;
    color: #fff;
	padding: 0;
	margin: 0;
}
.filter select {
    width: 115px;
	padding: 0;
	margin: 4px 18px 4px 0;
}
.filter span {
	padding: 4px 8px 4px 0;
}
.for_search th {
	text-align: left;
	font: normal 16px Arial;
	color: #750b05;
	padding: 9px 0 0 16px;
}
.for_search td {
	font-weight: normal;
	padding: 0 0 0 17px;
	vertical-align: top;
}
td.category, th.category {
	border-right: 1px solid #fff !important;
}
td.category ul {
	padding: 0;
	margin: 0 0 0 -3px;
}
td.category ul li {
	font-weight: normal ;
	padding: 0 !important;
	color: #000 !important;
    background: none !important;
}
.for_search td ul li input {
	margin: 2px 4px -2px 4px;
	/*margin: 0 4px -2px 0;*/
}
th.category span {
	background: transparent url('../i/bg/dotted.gif') repeat-x 100% 100%;
}
td.parameters {
	font-weight: normal !important;
	border-bottom: 1px solid #fff;
	padding: 2px 0 1px 15px !important;
	margin: 0;
	line-height: 24px !important;
}
td.parameters input {
	height: 21px;
	margin: 2px 2px -2px 3px;
}
td.parameters1 input {
	height: 21px;
	margin: 0 5px 0 3px;
}
td.parameters1 a {
	font-weight: normal;
}
td.parameters1 div {
	margin-bottom: 6px;
}
.rounded .catalog td strong {
	font-weight: bold;
}
.last   {
    border: none !important;
}
.rounded .catalog table .last td {
	border-bottom: none;
	vertical-align: top;
	text-align: left;
}
.rounded .catalog table .last td.for_bread {
	padding: 0;
	width: 689px;
}
.rounded .content {
	background: #a7a9ac;
	font-size: 11px;
}
.rounded .content ul.subnav {
	margin: -4px 0 0 0;
}
.rounded .content ul.subnav li {
    display: block;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.rounded .content ul.subnav li a {
    display: block;
    padding: 10px 0 10px 14px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.rounded .content ul.subnav li a:hover {
    background: #f58220;
}
.rounded .content ul.subnav #first a:hover,.rounded .content ul.subnav #first.active, .rounded .content ul.subnav #first.active a {
	background: transparent url('../i/bg/first.gif') no-repeat 0 0;
	position: relative;
	z-index: 5;
}
.rounded .content ul.subnav #last a:hover,.rounded .content ul.subnav #last.active, .rounded .content ul.subnav #last.active a {
	background: transparent url('../i/bg/last.gif') no-repeat 0 100%;
	position: relative;
	z-index: 5;
}
.rounded .content ul.subnav li.active {
/*	float: left;
	width: 100%;*/
	border-bottom: none;
    position: relative;
}
.rounded .content ul.subnav li.active a {
    background: #f58220;
    color: #000;
    margin: 0 0 -3px 0;
    padding: 10px 0 13px 14px;
}
.rounded .content ul.subnav li.active p {
    background: #fff;
    padding: 5px 0 10px 12px;
    line-height: 14px;
}
.rounded .content ul.subnav li.active p a {
    display: inline;
    padding: 0;
    margin: 0;
	color: #750b05;
    text-decoration: underline;
    background: #fff;
}
.rounded .content ul.subnav li.active p a:hover {
    color: #f58220;
    text-decoration: none;
    background: #fff;
}
.triangle {
	background: transparent url('../i/bg/triangle.gif') no-repeat 0 0;
    width: 12px;
    height: 3px;
    position: absolute;
    /*top: 34px;*/
    left: 14px;
/*	margin-top: -3px; idler
	//margin-top: 0;	*/
}
.rounded .content p.forum {
	padding: 9px 8px 19px 18px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	clear: both;
	min-height: 24px;
	line-height: 15px;
}
.border, .rounded .content p.border {
	border-top: 1px solid #bababa;
	margin: 0 0 -5px 0;
	padding: 0;
	width: 100%;
	min-height: 5px;
	font-size: 1px;
}
* html .border, * html .rounded .content p.border, .rounded .ware .content p.border {
	height: 5px;
}
.rounded .content p.forum a {
	color: #000;
	text-decoration: none;
}
.rounded .content p.forum a:hover {
	color: #750b05;
	text-decoration: underline;
}
.rounded .content p img {
	padding: 0;
	margin: 0 -6px 2px 0;
	float: left;
	position: relative;
	top: 3px;
	left: -11px;
}
.rounded .corners_orange { 
	background: transparent url('../i/corners/orange_tl.gif') no-repeat 0 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	z-indeX: 4;
}
.rounded .corners_orange div { 
	background: transparent url('../i/corners/orange_tr.gif') no-repeat 100% 0;
	padding: 0;
	margin: 0;
}
.rounded .corners_orange div div { 
	background: #f58220;
	height: 4px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
}
.rounded .corners_gray_top { 
	background: transparent url('../i/corners/gray_tl.gif') no-repeat 0 0;
	position: relative;
	top: 0;
	z-index: 4;
	height: 4px;
	padding: 0;
	margin: -4px 0 0 0;
}
.rounded .corners_gray_top div { 
	background: transparent url('../i/corners/gray_tr.gif') no-repeat 100% 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_gray_top div div { 
	background: #a7a9ac;
	height: 4px;
	margin: 0 4px;
	font-size: 1px;
	padding: 0;
}
.rounded .corners_gray_bottom { 
	background: transparent url('../i/corners/gray_bl.gif') no-repeat 0 0;
	position: relative;
	bottom: 5px;
	z-index: 4;
	height: 4px;
	float: left;
	width: 100%;
}
.rounded .corners_gray_bottom div { 
	background: transparent url('../i/corners/gray_br.gif') no-repeat 100% 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_gray_bottom div div { 
	background: #a7a9ac;
	height: 4px;
	margin: 0 4px;
	font-size: 1px;
	padding: 0;
}
.quest {
	bottom: 4px !important;
}
* html .quest {
	/*bottom: 0 !important;*/
}
.rounded .corners_border { 
	background: transparent url('../i/corners/border_bl.gif') no-repeat 0 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_border div { 
	background: transparent url('../i/corners/border_br.gif') no-repeat 100% 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_border div div { 
	background: #fff;
	border-bottom: 1px solid #f58220;
	height: 4px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
}
.pagination {
	padding: 6px 0 4px 7px;
	margin: 0;
	font-size: 11px;
}
.archive {
	padding: 6px 6px 4px 0;
	margin: 0;
	font-size: 11px;
}
.rounded .corners_border_pagination { 
	background: transparent url('../i/corners/border_bl.gif') no-repeat 0 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_border_pagination div { 
	background: transparent url('../i/corners/border_br.gif') no-repeat 100% 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_border_pagination div div { 
	background: #ececec;
	border-bottom: 1px solid #f58220;
	height: 4px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
}
/*   column_right  */
.basket {
}
.basket div.title { 
	font-weight: bold;
	text-align: left;
	height: 27px;
	padding: 4px 0 0 16px;
}
.basket .title h2 {
	float: left;
	margin: 0 0 -1px 0;
}
.basket .title a.shape {
	display: block;
	float: right;
	background: transparent url('../i/icons/basket.gif') no-repeat 0 4px;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	padding: 7px 7px 0 20px;
}
.basket .content {
	background: #fff;
	text-align: left;
	border-left: 1px solid #f58220;
	border-right: 1px solid #f58220;
	padding: 7px 0 0 0;
}
.basket .content div.point {
	padding: 0px 0 0 0;
}
.basket .content div.point p {
	background: transparent url('../i/bg/point.gif') repeat-x 0 100%;
	margin: 0 0 0 20px;
	position: relative;
}
.basket .content div.point p a.delete {
	display: inline-block;
	background: transparent url('../i/icons/delete.gif') no-repeat 0 3px;
	width: 10px;
	height: 15px;
	position: absolute;
	left: -13px;
	top: 0px;
}
.point .text {
	padding:0 0 1px 24px;
	margin: 0;
	background: #fff;
}
.point .price {
	background: #fff;
	padding: 0 4px;
	margin: -14px 4px 0 0;
	position: relative;
	z-index: 3;
}
.basket .content div.border {
	background: none;
	margin: 5px 0 0 0;
}

.basket .content div.total {
	background: none;
	color: #f58220;
    padding: 10px 0 0 20px;
	height: 25px;
}
.basket .content div.total span {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.anounce {
	text-align: left;
	padding: 9px 0 20px 17px
}
.anounce p {
	margin: 5px 0 0 0;
}
.button input {
	background: transparent url('../i/bg/button.gif') repeat-x 0 0;
	border: none;
	height: 31px;
	color: #fff;
	font: bold 16px Tahoma;
}
/*   /column_right  */
/*	/main blocks	*/

/*   footer */
.banner {	
	margin: 10px 0 0 0;
}
#footer {
	height: 50px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
/*   /footer */
.questions {
	background: transparent url('../i/bg/questions.gif') no-repeat 0 0;
	width: 232px;
	height: 43px;
	float: right;
	position: relative;
	top: -3px;
	right: -25px;
}
.questions a {
	display: block;
	width: 232px;
	height: 43px;
}
.choice, .choice a {
	font-weight: normal;
	color: #fff;
	margin: 4px 17px 0 0;
}
.framefix { 
	height: 7px;
}
.fix { 
	height: 5px;
}
.column_right .frame { 
    margin: 0 0 3px 0;
}
.column_right .frame div.framebody { 
	background: #e6e6e6  url('../i/bg/news.gif') repeat-x 0 0;
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
    text-align: left;
	padding: 0 ;
	width: 100%;
}
* html .framebody { 
}
.column_right .frame div.framebody table { 
	margin: 0 0 -2px -8px;
    min-height: 118px;
}
* html .column_right .frame div.framebody table{ 
    height: 118px;
}
.column_right .frame div.framebody table td { 
	border-right: 1px solid #fff;
	padding: 12px 6px 18px 23px;
	vertical-align: top;
}
/*.column_right .frame div.framebody table td img { 
	float: right;
	margin: -7px 0 0 0;
}*/
.column_right .frame div.framebody table td span { 
	margin: 0 0 0 -3px;
}
.column_right .frame div.framebody table td span img { 
	float: left;
	margin: 6px 8px 0 -2px;
}
.frame .corners_frame_top { 
	background: transparent url('../i/corners/news_tl.gif') no-repeat 0 0;
    border: none;
}
.frame .corners_frame_top div { 
	background: transparent url('../i/corners/news_tr.gif') no-repeat 100% 0;
    border: none;
}
.frame .corners_frame_top div div { 
	background: #fff;
	height: 3px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
	border-top: 1px solid #a7a9ac
}
.frame .corners_frame_bottom { 
	background: transparent url('../i/corners/news_bl.gif') no-repeat 0 0;
    border: none;
}
.frame .corners_frame_bottom div { 
	background: transparent url('../i/corners/news_br.gif') no-repeat 100% 0;
    border: none;
}
.frame .corners_frame_bottom div div { 
	background: #e6e6e6;
	height: 4px;
	margin: 0 4px;
	padding: 0;
	font-size: 1px;
	border-bottom: 1px solid #a7a9ac
}
.footer_fix {
	height: 95px;
}
.article_top {
	width: 247px;
	font-size: 1px;
	position: relative;
	top: -6px;
	height: 4px;
}
.article_bottom {
	width: 247px;
	margin: 0 -10px 0 9px;
	font-size: 1px;
	height: 4px;
}
.article {
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	text-align: center;
	width: 245px;
	min-height: 182px;
	margin: -6px -10px 0 -17px;
	padding: 41px 0 0 0;
/*	position: relative;*/
}
.article img {
	margin: 0 0 8px 0;
}
* html .article {
	height: 225px;
	width: 247px;
}
.article_top, .article_bottom {
	margin: 0 -10px 0 -17px;
}
.pic div.article_top {
	background: transparent url('../i/corners/article_tl.gif') no-repeat 0 0;
}
.pic div.article_top div {
	background: transparent url('../i/corners/article_tr.gif') no-repeat 100% 0;
	height: 4px;
}
.pic div.article_top div div {
	background: transparent url('../i/corners/article_top.gif') repeat-x 0 0;
	height: 4px;
	margin: 0 4px;
}
.pic div.article_bottom {
	background: transparent url('../i/corners/article_bl.gif') no-repeat 0 0;
}
.pic div.article_bottom div {
	background: transparent url('../i/corners/article_br.gif') no-repeat 100% 0;
	height: 4px;
}
.pic div.article_bottom div div {
	background: transparent url('../i/corners/article_bottom.gif') repeat-x 0 0;
	height: 4px;
	margin: 0 4px;
}
.rounded .catalog table.wares td.pic {
/*	min-width: 166px;*/
	text-align: center;
	padding: 12px 26px 0 23px;
}
* html .rounded .catalog table.wares td.pic {
/*	width: 166px;*/
}
.wares td.pic table.scroll {
	margin: 8px -4px 32px -12px;
	width: 247px;
}
.wares td.pic table.scroll td {
	text-align: center;
	padding: 0 0 11px 0;
	vertical-align: bottom;
}
.wares td.pic table.scroll td img {
	margin: 0 !important;
}
table.scroll td.activity {
	background: transparent url('../i/icons/active.gif') no-repeat 2px 100%;
}

.breadcrumbs {
	width: 100%;
	height: 28px;
    background: #525252;
	text-align: left;
	color: #fff;
	margin: 0 0 2px 0;
}
.breadcrumbs a, .for_bread .breadcrumbs a {
	color: #fff;
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0;
}
.breadcrumbs .breadcrumbs_left { 
	background: transparent url('../i/corners/breadcrumbs_left.gif') no-repeat 0 0;
	height: 28px;
}
.breadcrumbs .breadcrumbs_left div { 
	background: transparent url('../i/corners/breadcrumbs_right.gif') no-repeat 100% 0;
	height: 28px;
}
.breadcrumbs .breadcrumbs_left div div, .breadcrumbs p { 
    background: #525252;
	margin: 0 4px;
	padding: 0 0 0 16px;
}
.breadcrumbs .breadcrumbs_left div div a, .breadcrumbs p a { 
	padding: 6px 0 0 0;
	margin: 0;
	float: left;
}

.breadcrumbs p a.selected { 
	text-decoration: none;
	font-weight: bold;
}

.breadcrumbs .breadcrumbs_left div div img, .breadcrumbs p img { 
	padding: 0;
	margin: 0 10px;
	float: left;
}
.move_right .actions {
	position: absolute;
	right: 0;
	bottom: -17px;
	padding: 0;
	margin: 0 0 0 0;
	/*margin: 0 -2px 0 0;*/
}
.move_right .actions2 {
	position: absolute;
	right: 0;
	bottom: -6px;
	padding: 0;
	margin: 0 0 0 0;
	/*margin: 0 -1px 0 0;*/
}
.actions {
	background: transparent url('../i/bg/price.gif') no-repeat 0 0;
	margin: 10px auto 10px auto;
	width: 135px;
	height: 29px;
	padding: 0;
	text-align: center;
}
.actions2 {
	background: transparent url('../i/bg/price_actions1.gif') no-repeat 0 0;
	margin: 10px auto;
	width: 135px;
	height: 39px;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
.actions div {
	margin: 3px 0 -5px 0;
}
.actions2 div {
	margin: 2px 0 -5px 0;
}
.actions div div, .actions2 div div {
	float: left;
	width: 85px;
	height: 39px;
}
.rounded .catalog table tr.subsection div.removal div.ware div.content div.actions {
	border: 1px solid #fff;
	/*border: none;*/
}
.rounded .catalog table tr.subsection div.removal div.ware div.content div.actions2 {
	border: 1px solid #fff;
	/*border: none;*/
}
.actions2 div div span.old {
	display: block;
	color: #750b05;
	font-weight: bold;
	text-decoration: line-through;
	font-size: 10px;
}
.actions div div span.new, .actions2 div div span.new {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.actions div a, .actions2 div a {
	display: block;
	margin: 2px 0 0 0;
	width: 34px;
	height: 37px;
	float: left;
}
.removal {
	margin: 6px -24px 7px 0;
	float: right;
	width: 194px;
}
* html .removal {
	/*margin: 5px -12px 0 0;*/
}
.rounded .ware {
	background: #fff !important;
	text-align: center;
}
.rounded .ware div.title {
	background: #a7a9ac !important;
}
.rounded .ware div.content {
	padding: 0;
	margin: 0 0 -4px 0;
	background: #fff;
	position: relative;
	/*float: left;*/
	border-right: 1px solid #bababa;
	border-left: 1px solid #bababa;
}
.rounded .ware .content p.ware_title {
	color: #f58220;
	padding: 2px 0 0 18px;
	height: 24px;
	/*height: 28px;*/
	margin: 0;
	text-align: left;
	font: normal 13px Verdana;
}
.rounded .ware .content div.accessories {
	width: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.rounded .ware .content div.accessories p {
}
.rounded .ware .content div.accessories p img {
	margin: 0;
}
.rounded .ware .content div.accessories p a {
	margin: 0 0 6px 0;
}
.rounded .ware .content div.accessories p.border_light {
	padding: 0;
	margin: 0;
	background: pink;
	border-top: 1px solid #eaeaeb;
	font-size: 1px;
	height: 20px;
	font-size: 1px;
}
.lightfix {
	height: 11px;
	border-bottom: 1px solid #eaeaeb;
}
.rounded .ware .content .accessories p.comment {
	text-align: left;
	padding: 8px 7px 0 11px;
	margin: 0;
}
.rounded .ware .content p {
	text-align: center;
	padding: 0;
	margin: 0 !important;
}
.rounded .ware .content p span {
	color: #525252;
	font: normal 10px Verdana;
	line-height: 12px;
}
.rounded .ware .content p span {
	color: #525252;
	font: normal 10px Verdana;
	line-height: 12px;
}
.rounded .ware .content p a {
	display: block;
	clear: both;
	color: #750b05;
	text-decoration: underline;
	font-weight: normal !important;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.rounded .ware .content p img {
	float: none;
	clear: both;
	padding: 0;
	margin: 0 0 -1px 0;
}
.rounded .corners_gray_hollow { 
	background: transparent url('../i/corners/hollow_bl.gif') no-repeat 0 0;
	position: relative;
	bottom: -4px;
	z-index: 4;
	height: 4px;
}
.rounded .corners_gray_hollow div { 
	background: transparent url('../i/corners/hollow_br.gif') no-repeat 100% 0;
	height: 4px;
	padding: 0;
	margin: 0;
}
.rounded .corners_gray_hollow div div { 
	background: #fff;
	border-bottom: 1px solid #a7a9ac;
	height: 4px;
	margin: 0 4px;
	font-size: 1px;
	padding: 0;
}
/*-------*/
.interior {
	padding: 0 0 0 14px;
}
.interior table {
	margin: 0 0 14px 0;
}
.interior h1, .interior h2, .interior h3 {
	padding-top: 10px;
}
.hidden p,.hidden .triangle {
/*	display:none;*/
}
.active p,.active .triangle {
	display:block!important;
}
#adv-menu li {
	display:block!important;
}
#adv-menu p,#adv-menu .triangle {
/*	display:none;*/
}
.bg_none th {
	background: none;
	padding-left: 4px;
}
.catalog table.acc_cat td {
	text-align: center;
	vertical-align: bottom;
	padding: 5px auto 5px auto;
}

.catalog table.acc_cat .last td {
	border-bottom: none;
	text-align: center;
	vertical-align: bottom;
	padding: 5px auto 5px auto;
}

.catalog table.acc_cat td div.top {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 200px;
	height: 30px;
	display: block;
}

.format {
   border-collapse: collapse  !important;
   margin: 6px 0px 12px 0px;
}
.format td {
   border: 1px solid #7F7F7F !important ; 
   border-collapse: collapse !important ;
   padding: 2px 3px 2px 3px;
}

.format th {
   border: 1px solid #7F7F7F;
   background: #D3D3D3;
   padding: 2px 8px 3px 8px;
   font-weight: bold;
   text-align: center;
   font-size: 12px;
}

.format tr.bg td {
   background: #EBEBEB;
}

ul.spaced li {
  margin-bottom: 5px;
}

input.input, textarea.input, select.input, button.input {
   border:             1px solid;
/*   border-width:       1px;*/
/*   width:              178px;*/
   font-family:        Verdana;
   font-size:          11px;
/*   color:              #636363;*/
   padding-left:       3px;
   margin:             0px;
   height: 20px;
}

div.bs_new {
   color: #f58220;
   font-family:        Verdana;
   font-size:          13px;
   font-weight: bold;
   line-height: 20px;
	
}

.align_right {
	text-align: right!important;
}

.content p.text {
	padding: 2px 9px 4px 9px;
}

table.goods {
	padding: 0;
	margin: 0;
}

.wares table.goods td {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 25%;
	border: none;
}

.wares table.goods tr.pic td {
	vertical-align: bottom;
	padding-top: 4px;
}

.wares table.goods th {
	vertical-align: top;
	font-weight: bold;
}

.toppad0 {
	padding-top: 0!important;
}

div div.comments {
}

div div.comments .message {
	padding: 8px 0 4px 0;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

div div.comments .message .author {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
}

div div.comments .message .reply {
    background: transparent url('/i/bg/smalllogo.gif') no-repeat 0 -4;
	padding: 0 0 0 102px;
}


