/*/////////////////
Tabs Skin Start
/////////////////
Caution! Ensure accessibility in print and other media types...
Use class for showing/hiding tab content, so that visibility can be better controlled in different media types...*/
.tabs-hide
{
	display: none;
}
/*Hide useless elements in print layouts...*/
@media print
{
	.tabs-nav
	{
		display: none;
	}
}
/*Skin*/
.tabs-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-nav:after
{
/*clearing without presentational markup, IE gets extra treatment*/
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav UL
{
	clear: both;
}
.tabs-nav LI
{
	float: left;
	padding: 0;
	margin: 0 0px 0 0;
	min-width: 84px;
/*be nice to Opera*/
}
.tabs-nav A, .tabs-nav A SPAN
{
	display: block;
	width: 115px;
/*padding: 0 18px;*/
	background: url(tab_bg.gif) repeat-x;
}
.tabs-nav A
{
	position: relative;
	top: 1px;
	z-index: 0;
	padding-left: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
/*required in IE 6*/
}
.tabs-nav .tabs-selected A
{
	color: #FFF;
}
.tabs-nav .tabs-selected A, .tabs-nav A:hover, .tabs-nav A:focus, .tabs-nav A:active
{
	background-image: url(tab_bg.jpg);
	color: #FFF;
	outline: 0;
/*prevent dotted border in Firefox*/
}
.tabs-nav A, .tabs-nav .tabs-disabled A:hover, .tabs-nav .tabs-disabled A:focus, .tabs-nav .tabs-disabled A:active
{
	background-image: url(tab_bg.jpg);
	/*[empty]background-repeat:;*/
}
.tabs-nav A SPAN
{
	width: 64px;
/*IE 6 treats width as min-width*/
	min-width: 64px;
	height: 25px;
/*IE 6 treats height as min-height*/
	min-height: 25px;
	padding-top: 10px;
	padding-right: 0;
}
*>.tabs-nav A SPAN
{
/*hide from IE 6*/
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected A SPAN
{
/*padding-top: 11px;*/
	min-height: 26px;
	background-image: url(tab_bg.jpg);
}
.tabs-nav .tabs-selected A SPAN, .tabs-nav A:hover SPAN, .tabs-nav A:focus SPAN, .tabs-nav A:active SPAN
{
}
.tabs-nav A SPAN, .tabs-nav .tabs-disabled A:hover SPAN, .tabs-nav .tabs-disabled A:focus SPAN, .tabs-nav .tabs-disabled A:active SPAN
{
}
.tabs-nav .tabs-selected A:link, .tabs-nav .tabs-selected A:visited, .tabs-nav .tabs-disabled A:link, .tabs-nav .tabs-disabled A:visited
{
/*@ Opera, use pseudo classes otherwise it confuses cursor...*/
	cursor: text;
}
.tabs-nav A:hover, .tabs-nav A:focus, .tabs-nav A:active
{
/*@ Opera, we need to be explicit again here now...*/
	cursor: pointer;
}
.tabs-nav .tabs-disabled
{
	opacity: .4;
}
.tabs-container
{
	float: left;
	width: 600px;
/*declare background color for container to avoid distorted fonts in IE while fading
background-image:url(../store/img/products/dvds/tabs_content_bg.gif);
background-repeat:repeat-x;
background-position:bottom;*/
	padding: 0 0 20px;
	margin: -20px 0px 20px 5px;
	background-color: #757575;
}
.tabs-container A
{
	color: #FFF;
	text-decoration: underline;
}
.tabs-container .description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #CCC;
	float: right;
	padding: 0;
	margin: 20px 65px 0 0;
	width: 265px;
}
.tabs-container P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #CCC;
	padding: 0;
	margin: 10px 0 0 20px;
	width: 435px;
}
.tabs-container UL
{
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}
.tabs-container OL
{
	margin: 20px 0 0 20px;
	padding: 0;
	list-style-position: inside;
}
.tabs-container LI
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #CCC;
}
.tabs-container .chapter_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #FFF;
	padding: 0;
	margin: 0 0 5px;
	font-weight: bold;
}
.tabs-container IMG
{
	float: left;
	width: 200px;
	margin: 0 0 -10px;
	padding: 0;
}
#specBox
{
	width: 435px;
	margin: 10px 0 0 10px;
	padding: 10px;
	background-color: #4E4E4E;
}
#specBox A
{
	color: #CCC;
	text-decoration: underline;
}
#specBox A:hover
{
	color: #FFF;
	text-decoration: underline;
}
#specBox H3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px;
}
#specBox P
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: left;
}
#specBox UL
{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#specBox UL LI
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11px;
	margin: 0 0 0 20px;
}
#specBox OL
{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}
#specBox OL LI
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11px;
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
.tabs-loading EM
{
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
/*/////////////////
Tabs Skin End
/////////////////*/
