﻿.productTab .ajax__tab_header
{
	
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
	cursor: pointer;
	
	
}

.productTab .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.gif) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}

.productTab .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #573e22;
	padding: 3px 10px 2px 0px;
	font-weight: bold;
	height: 18px;
}

.productTab .ajax__tab_hover .ajax__tab_inner
{
	color: #978168;
}

.productTab .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.gif) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}

.productTab .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.gif) no-repeat right -40px;
	color: #573e22;
	border-color: #333;
	font-weight: bold;
}

.productTab .ajax__tab_body
{
    
	padding: 8px;
	background-color: #fff3e6;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
    min-height: 375px;
	height: auto !important;
	height: 375px;
	line-height: 18px;
}
