/* --- Attribute Filters --- */
.attributeFilterArea
{
	width: 190;
	margin: 0;
	background-color: #DBDBDB;		
}

.hierarchyArea
{
	width: 190;
	margin: 0;
	background-color: #7D8084;		
}

.attributeGroup, a.attributeGroup:link, a.attributeGroup:visited
{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: Avenir,Verdana,sans-serif;
	color: #000;
	font-weight: 900;
	font-size: 10px;	
}

.attributeActiveTitleBlock
{
	width: 190;
	background-color: #C2040A;
	text-align: center;
	
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Avenir,Verdana,sans-serif;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

.attributePassiveTitleBlock
{
	width: 190;
	
	color: #ffffff;
	background-color: #8696B4;	
	text-align: center;
	
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Avenir,Verdana,sans-serif;	
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

.attribute
{
	font-weight: bold;
}

.configuratorAttribute
{
	font-weight: bold;
}

.attributeValue
{
	font-weight: normal;
}

.attributeValues, a.attributeValues:link, a.attributeValues:visited
{	
	color: #0E0E57;
	font-weight: 900;
	font-size: 10px;	
	font-family: Avenir,Arial,sans-serif;	
	text-decoration: none;	
}

a.attributeValues:hover
{
	text-decoration: underline;
}

/*
ul.attributeValues
{		
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;		
}
*/
ul.attributeValues
{
	list-style-type: none;	
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
	
ul.attributeValues li 
{	
	background: url(/images/red_bullet.gif) no-repeat left .7em;
	padding: 2px 0px 2px 10px;
}


/* --- Hierarchy Navigation Styles --- */
a {text-decoration: none;}
#leftnav 
{	
	width: 190px;
	padding: 2px 0;
	font-size: 10px;
	margin: 0px;
}
	
#leftnav p 
{
	margin: 4;
	padding: 0;
}

#leftnav a 
{
	color: #ffffff;
}

#leftnav a:hover 
{
	color: #F3B828;	
}
#leftnav p.level0Title, #leftnav p.level0Title_on 
{
	background: url(/images/spacer.gif) left top no-repeat;
	font-size: 12px;
	font-weight: bold;	
	padding-left: 5px;
}
#leftnav p.level0Title_on a
{	
	font-weight: bold;
}

#leftnav p.level0_on a, #leftnav p.level1_on a, #leftnav p.level2_on a, #leftnav p.level3_on a, #leftnav p.level4_on a
{
	color: #F3B828 !important;
	font-weight: bold;
}
#leftnav p.level0 
{	
	padding: 5px 0px 5px 10px;
	margin: 0px;	
	border-top: 1px solid #ffffff;
}
#leftnav p.level0_on 
{	
	padding: 5px 0px 2px 10px;			
	margin: 0px;	
	border-top: 1px solid #ffffff;
}
#leftnav p.level1 
{
	background: url(/images/sidenav/level1menuarrow_off.gif) left top no-repeat;	
	padding-left: 20px;
}
#leftnav p.level1_on 
{
	background: url(/images/sidenav/level1menuarrow_on.gif) left top no-repeat;	
	padding-left: 20px;
}
#leftnav p.level2 
{
	background: url(/images/sidenav/level2menuarrow_off.gif) left top no-repeat;	
	padding-left: 35px;
}
#leftnav p.level2_on 
{
	background: url(/images/sidenav/level2menuarrow_on.gif) left top no-repeat;	
	padding-left: 35px;
}
#leftnav p.level3 
{
	background: url(/images/sidenav/level3menuarrow_off.gif) left top no-repeat;	
	padding-left: 50px;
}
#leftnav p.level3_on 
{
	background: url(/images/sidenav/level3menuarrow_on.gif) left top no-repeat;	
	padding-left: 50px;
}
#leftnav p.level4 
{
	background: url(/images/sidenav/level4menuarrow_off.gif) left top no-repeat;	
	padding-left: 65px;
}
#leftnav p.level4_on 
{
	background: url(/images/sidenav/level4menuarrow_on.gif) left top no-repeat;	
	padding-left: 65px;
}

/* --- Class Tab Styles --- */
.tabBackground
{
	width: 569px;
	height: 25px;
	background-image: url(/product/images/Tab_Shadow_Top.jpg);
	padding: 0px 0px 0px 10px;
}

a.tabLink
{
	height: 25px;
	font-family: avenir, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url(/product/images/Tab_Background_Off.gif);
	padding: 5px 0px 0px 0px;
}

a.tabOn
{
	height: 25px;
	font-family: avenir, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0068B7;
	background-image: url(/product/images/Tab_Background_On.gif);
	padding: 5px 0px 0px 0px;
}

/* --- Product Detail Page Styles --- */
.detailBackground
{
	width: 571px;
	background-image: url(/Product/images/Detail_Table_Background.jpg);
	padding: 0px 20px 20px 28px;
}


/* --- Pager Styles --- */
.pager
{
	
}

.pager td
{
	border: none;
}

a.pager:link, a.pager:visited
{
	color: #4C6E9D;
	text-decoration: none;
}

a.pager:hover
{
	text-decoration: underline;
}

/* --- ProductListNode --- */
.productNumber, a.productNumber:link, a.productNumber:visited
{
	color: #39399c;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-weight: 900;
	font-size: 12px;
	text-decoration: underline;	
}

a.productNumber:hover
{
	color: #C60505;
	text-decoration: underline;
}

.ProductAttribute
{
	font-family: Arial,sans-serif;
	color: #808080;
	font-size: 11px;
}

td.productNodeTop
{
	
}

td.productNodeBody
{		
	padding: 0px 0px 0px 10px;	
}

td.productNodeBottom
{
	
}
