
/*-------------------------------------HTML---------------------------------*/

h1 {
	color:#000064;
	font-family: Arial Narrow;
	font-size:34px;
    margin:0px;
	font-weight:normal;
	float: left;
	width: 100%;
}

h2 {
	padding:0px 0px 0px 5px;
	color:#000000;
	font-size:13px;
	background-color:#cccccc;
	font-weight:bold;
	width: 99.4%;
	line-height: 26px
}

h3 {
	margin:0px;
	font-weight:normal;
}

h4 {
	margin:0px;
	font-weight:normal;
}

/*-------------------------------------CLASS---------------------------------*/

.ErrorMsgContainer {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	width:97%;
	background: #ffffff url(../../images/checkout/checkoutErrorGrad.gif) repeat-x top;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#c2c2c4;
	font-family:arial;
	font-size:11px;
	clear:both;
	float: left;
}

.ErrorMsgContainer p {
	color: #cc0000;
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-family: Arial Narrow, Arial;
}

.ErrorMsgContainer p.errortext {
	color: #000000;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}


.titleText {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#0A3C91;
	font-family:arial;
}

.contentTitleText {
	width:100%;
	text-align:left;
	font-size:34px;
	color:#000066;
	text-transform:lowercase;
	padding:10px 0px 5px 0px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.bannerImage {
	margin-bottom:12px;
}

/*-------------------------------------ID---------------------------------*/

#mainPageContainernav2 {
	margin:20px 20px 0px 20px;

}

#mainPageSection{
	padding:0px 0px 0px 3px;
}

#hd {
    float: left;
    width: 984px;
}

#bd {
    width: 984px;
    background: url(../../images/siteGradient.jpg); 
    background-repeat: repeat-x;
    background-position: top;
    float: left;
}

/*------------------BREADCRUMBS------------------------------*/

a.locationHeaderLink{
	color:#666666;
	float:left;
	font-family:arial;
	font-size:12px;
	padding-right:2px;
	text-decoration: none;
	}

a.locationHeaderLinkFirst{
	color:#666666;
	float: left;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	}
	
a.locationHeaderLinkSection {
	color:#666666;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	}
	
a.locationHeaderLinkSection:hover {
	text-decoration:underline;
	}
	

#locationHeaderContainer{
	width: 100%;	
	float:left;
	height:14px;
	}

#locationHeaderText{
	color:#666666;
	float:left;
	font-family:arial;
	font-size:12px;
	padding-right:2px;
	}

.locationText{
	float:left;
	color:#666666;
	}
	
.locationText img {
	margin:4px 2px 0px 2px;
	float: left;
	}
	
#locationTextHeaderContainer{
	float:left;
	width: 345px;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 10px;
	}

#locationTextHeaderContainerWide{
	float:left;
	width: 570px;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 10px;
	}

.locationHeaderSection {
	color:#666666;
	font-family:arial;
	font-size:12px;
}

.locationEndText {
	color:#666666;
}

/*----------------------------TABS-------------------------------*/

#tabsSection
{
	float: left;
    height: 100%;
    width: 569px;
}

.ui-tabs-hide
{
	display: none !important;
}

/* Skin */

.ui-tabs-nav
{
	margin: 10px 0px 0px 0px;
	border-color: #7878ac;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    height: 23px; 
}

.ui-tabs-nav:after
{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li
{
    margin: 0px 2px 0px 0px;
    float: left;
    font-weight: bold;
    background-image: url(../../images/tabs/tabOffR.jpg);
    background-position: right;
    background-repeat: no-repeat; 
}

.ui-tabs-nav a
{
    float: left; 
    height: 24px;
    margin: 0px;
    line-height: 1.9em;
    padding: 0px 22px 0px 22px;  
    text-decoration: none;
    font-family:Arial Narrow, Arial;
    color: #ffffff;
    font-weight: bold;
    font-size:14px;
    background-image: url(../../images/tabs/tabOffL.jpg);
    background-position: left;
    background-repeat: no-repeat; 
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}

.ui-tabs-nav .ui-tabs-selected
{
    background-image: url(../../images/tabs/tabOnR.jpg);
    background-position: right;
    background-repeat: no-repeat; 
}

.ui-tabs-nav .ui-tabs-selected a
{
	color: #000168;
    background-image: url(../../images/tabs/tabOnL.jpg);
    background-position: left;
    background-repeat: no-repeat; 
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.detailTabTextContainer
{
    height: 100%;
    width: 567px;
    overflow: auto;
    float: left;
    display: inline;
    border-color: #7878ac;
    border-style: solid;
    border-width: 0px 1px 1px 1px;  
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;
}

.detailTabTextContainer .technicalData
{
	clear: both;
	margin: 0px 0px 10px 2px;
	float: left;
}

.detailTabTextContainer .data
{
    font-weight: bold;    
}   
