.tabs {
	top: -21px;
	position: relative;
	overflow:hidden;
	height:36px;
	padding-left:1px;
	left:-1px;
}

.t_left{float: left;margin-left:1px;}
.t_right{float: right;}

/* описание стартов, бэкгроундов, эндов разного типа табов */




.tabs .style1, .tabs .style2, .tabs .style3{float:left;margin-left: -1px;cursor:pointer;}




/* Описывается стиль: активные и неактивные элементы, их размеры и т. д. */
.tabs .style1 .inactive .start{background: transparent url(/images/components/tabManager/style1/inactive/start.gif) no-repeat scroll 0 0;}
.tabs .style1 .inactive .caption{background: transparent url(/images/components/tabManager/style1/inactive/caption.gif) repeat-x scroll 0 0; padding-top: 8px;}
.tabs .style1 .inactive .end{background: transparent url(/images/components/tabManager/style1/inactive/end.gif) no-repeat scroll 0 0;}
.tabs .style1 .active .start{background: transparent url(/images/components/tabManager/style1/active/start.gif) no-repeat scroll 0 0;}
.tabs .style1 .active .caption{background: transparent url(/images/components/tabManager/style1/active/caption.gif) repeat-x scroll 0 0; padding-top: 8px;}
.tabs .style1 .active .end{background: transparent url(/images/components/tabManager/style1/active/end.gif) no-repeat scroll 0 0;}

.tabs .style1 .inactive .start, .tabs .style1 .inactive .end, .tabs .style1 .active .start, .tabs .style1 .active .end{width: 9px;height: 27px;float: left;}
.tabs .style1 .inactive .caption, .tabs .style1 .active .caption{height: 27px;float: left; padding-top: 8px;}



.tabs .style2 .inactive .start{background: transparent url(/images/components/tabManager/style2/inactive/start.gif) no-repeat scroll 0 0;}
.tabs .style2 .inactive .caption{background: transparent url(/images/components/tabManager/style2/inactive/caption.gif) repeat-x scroll 0 0; padding-top: 8px;color:#c299bb;}
.tabs .style2 .inactive .end{background: transparent url(/images/components/tabManager/style2/inactive/end.gif) no-repeat scroll 0 0;}
.tabs .style2 .active .start{background: transparent url(/images/components/tabManager/style2/active/start.gif) no-repeat scroll 0 0;}
.tabs .style2 .active .caption{background: transparent url(/images/components/tabManager/style2/active/caption.gif) repeat-x scroll 0 0; padding-top: 8px;}
.tabs .style2 .active .end{background: transparent url(/images/components/tabManager/style2/active/end.gif) no-repeat scroll 0 0;}

.tabs .style2 .inactive .start, .tabs .style2 .inactive .end, .tabs .style2 .active .start, .tabs .style2 .active .end{width: 9px;height: 27px;float: left;}
.tabs .style2 .inactive .caption, .tabs .style2 .active .caption{height: 27px;float: left;padding-top: 8px;}



.tabs .style3 .inactive .start{background: transparent url(/images/components/tabManager/style3/inactive/start.gif) no-repeat scroll 0 0;}
.tabs .style3 .inactive .caption{background: transparent url(/images/components/tabManager/style3/inactive/caption.gif) repeat-x scroll 0 0;padding-top: 14px;}
.tabs .style3 .inactive .caption A{color: #878787; font-size: 11px;text-decoration:line-through;}
.tabs .style3 .inactive .end{background: transparent url(/images/components/tabManager/style3/inactive/end.gif) no-repeat scroll 0 0;}

.tabs .style3 .active .start{background: transparent url(/images/components/tabManager/style3/active/start.gif) no-repeat scroll 0 0;}
.tabs .style3 .active .caption{background: transparent url(/images/components/tabManager/style3/active/caption.gif) repeat-x scroll 0 0;padding-top: 8px;}
.tabs .style3 .active .caption A{color: #D9103B; font-size: 12px;font-weight: bold;}
.tabs .style3 .active .end{background: transparent url(/images/components/tabManager/style3/active/end.gif) no-repeat scroll 0 0;}


.tabs .style3 .inactive .start, .tabs .style3 .inactive .end, .tabs .style3 .active .start, .tabs .style3 .active .end{width: 9px;height: 27px;float: left;}
.tabs .style3 .inactive .caption{height: 21px;float: left;overflow: visible;}
.tabs .style3 .active .caption{height: 27px;float: left;}
