/*
 * tabs
 */

#TabsShadow {
	background: transparent url('/res/images/products/product-tabs-shadow-bg.png') no-repeat bottom center;
	padding-bottom:25px;
}
#TabsWrapper {
	border-top: 1px solid #c7c0b8;
	border-right: 1px solid #c7c0b8;
	border-bottom: 1px solid #c7c0b8;
	border-left: 1px solid #c7c0b8;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	margin-top: 30px;
	
}
#Tabs table {
	margin-top: -32px;
}

#Tabs, .Tabs {
	margin:				0 0 0 -1px;
	padding:			0;
}
#Tabs table, .Tabs table {
/*	border-left:		1px solid #b0a89d;*/
    width:				100%;
	height:32px;
}

#Tabs table td, .Tabs table td {
/*    width: 20%;*/
/*	padding: 0 0 1px 0;*/
}

.tab/*, .deselectedTab*/
 {
    vertical-align:		top;
    margin:0 0 0 20px;
	border-bottom: 1px solid #c7c0b8;
	background:  transparent url("/res/images/site/tabs/bg_left-corner-inactive.gif") no-repeat top left;
	padding: 0 0 0 0 ;
}
.altWidthTab { 
	width: 20%; 
	padding-left: 20px;
}

a.tabLink {
	background:  transparent url("/res/images/site/tabs/bg_right-corner-inactive.gif") no-repeat top right;
	font: normal normal normal 0.9em/1.2 Verdana, Arial, sans-serif;
	height: 28px;
	display:block;
    margin: 0 0 0 20px;
    padding: 2px 0 0 0;
    color: #5e5953;
    text-decoration:	none;
}

a.tabLink.singleLine {
	height: 24px;
    padding: 6px 0 0 0;
}

#Tabs .selectedTab {
	border: none;
	background:  transparent url("/res/images/site/tabs/bg_left-corner-active.gif") no-repeat top left;
}
#Tabs .selectedTab a.tabLink {
    color:				#000000;
    font-weight:		bold;
    text-decoration:	none;
	background:  transparent url("/res/images/site/tabs/bg_right-corner-active.gif") no-repeat top right;
}

/*.tab.disabledTab a.tabLink {
    color:				#5e5953;
    text-decoration:	none;
}
*/
.singleTab,
.singleTab a
{
	width:272px;
}
.InfoTable h2 {
	margin:1em 20px .33em 20px;
}
.InfoTable ul {
	margin-bottom: 3em;
}	
.InfoTable ul li {
	margin:1em 20px;
}
.InfoWrapper,
.InfoTable {
    margin:				5px 0px 0px 0px;
    padding:			0px 0px 0px 0px;
}

.PrintTabs.Tabs {
    display:none;
}

.InfoWrapper.Hidden {
	display: none;
}

