﻿.standard, div{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	
} 
.tabsPanel {
width:510px;	
margin-left:10px;
margin-top:10px;
}
.tabContainer {
width:500px;
}
.tabContentContainer {
clear:left;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
position:relative;
top:-1px;
margin-bottom:-1px;
}

.pdpTab {
margin-right:auto;
margin-left:auto;

}
.tabCorner{
position:absolute;
top:-1px;
left:auto;
right:0;
z-index:4;
}
.pdpTabLabel {
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:6px;
background-color:#CCCCCC;
}
.tabHolder {
border-top:1px solid #CCCCCC;
border-right:0;
border-left:1px solid #CCCCCC;
border-bottom:0;
position:relative;
float:left;
margin-right:2px;
}
.tabtext {
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#323232;
}
.activeTab {
background-color:#FFFFFF;
z-index:3;
cursor: default;
}
.inactiveTab {
background-color:#CCCCCC;
z-index:0;
cursor: pointer;
}
.tabContent {
background-color:white;
padding:8px;
}
.inactiveTabContent {
display:none;
}
