/* root element for tabs  */
ul.tabs { 
	list-style: none; 
	margin:0 !important; 
	padding-top: 5px;
	height: 29px;	
}

/* single tab */
ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/images/main/tabs.png) no-repeat -652px 0;
	display: block;
	height: 30px;
	width: 108px;
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	color: #494A4C;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
	font: 12px/34px Arial, Helvetica, sans-serif;
	outline: none;
}

ul.tabs a:active {
	outline: none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	color: #fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;		
	cursor: default !important; 
	color: #fff !important;
/*	font-weight: bolder; */
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px -0px; width:131px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:151px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:171px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{background-position: -0px 0; width:191px }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display: none;
}
.panes p {
	margin-top: 20px;
}

/*зебра*/
.zebra {
	width: 100%;
	padding: 0;
	margin: 8px 0 18px 0;	
	font-size: 12px;
	line-height: 1.6;
	color: #333333;	
}
.zebra td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #FFF;
	vertical-align: middle !important;
/*	min-height: 25px; */
}
.zebra .caption, .zebra .caption:hover {
	background: #C5C5C5;
}
.zebra .art-sale, .zebra .art-sale:hover {
	background: #FFCC99;
}
.zebra .th,
.zebra th {
	font-weight: bolder;
	min-height: 25px;
	padding: 2px 3px 2px 3px;
	border-bottom: 1px solid #FFF;
}
.zebra tr:hover {
	background: #DBEFFF;
}
.zebra .lb {
	border-left: 1px solid #D9D9D9;
}
.zebra .r1 {
	background: #EDEDED;
}
.zebra .r2 {
	background: #E4E4E4;
}
.zebra .icon {
	padding: 0;
	line-height: 1;
}
.zebra .icon td {
	padding: 0;
	border: none;
}
.catalog table.zebra {
	background-color: transparent;
	padding:0px;
}
.catalog table.zebra td {
	padding: 3px 10px;
	min-height: 25px; 
}
