﻿#classic_productlisting 
{
	padding:0px 0px 0px 10px;
	position:relative;
	width:961px;
}
			
.classic_noListings 
{
	float:right;  
	width: 726px;
}
			
			
			
			
.classic_header 
{
	clear: both;
	position: relative;
	background: url(images/classic/classic_header.jpg) bottom left no-repeat;
	height: 111px;
	margin: 20px 0px 0px 0px;
	width: 971px;
}

/* French Classic Header  */

.classic_header_fr-FR 
{
	clear: both;
	position: relative;
	background: url(images/classic/fr_FR/classic_header.jpg) bottom left no-repeat;
	height: 111px;
	margin: 20px 0px 0px 0px;
	width: 971px;
}


/* German Classic Header  */

.classic_header_de-DE 
{
	clear: both;
	position: relative;
	background: url(images/classic/de_DE/classic_header.jpg) bottom left no-repeat;
	height: 111px;
	margin: 20px 0px 0px 0px;
	width: 971px;
}


/* Spanish Classic Header  */

.classic_header_es-ES
{
	clear: both;
	position: relative;
	background: url(images/classic/es_ES/classic_header.jpg) bottom left no-repeat;
	height: 111px;
	margin: 20px 0px 0px 0px;
	width: 971px;
}

.header_text
{
	position:absolute;
	border-left: 1px dashed #3A495D;
	padding-left: 30px;
	top: 20px;
	left: 565px;
	width: 350px;
	line-height: 20px;
	text-align: justify;
}


/* French: Header Text */

.header_text_fr-FR
{
	position:absolute;
	border-left: 1px dashed #3A495D;
	padding-left: 30px;
	top: 18px;
	left: 650px;
	width: 270px;
	line-height: 17px;
	text-align: left;
}


/* German: Header Text   */

.header_text_de-DE
{
	position:absolute;
	border-left: 1px dashed #3A495D;
	padding-left: 30px;
	top: 18px;
	left: 455px;
	width: 450px;
	line-height: 20px;
	text-align: justify;
}

/* Spanish: Header Text   */

.header_text_es-ES
{
	position:absolute;
	border-left: 1px dashed #3A495D;
	padding-left: 30px;
	top: 18px;
	left: 500px;
	width: 400px;
	line-height: 20px;
	text-align: justify;
}



.classicdescription
{
	position:absolute;
	top: 0px;
	left: 20px;
	width: 680px;
	line-height: 20px;
	text-align: justify;
	font-size: 11px;
}





.classic_top
{
	background: url(images/classic/classic_top.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 107px;
	float:right;
}

.classic_main
{
	position:relative;
	background: url(images/classic/classic_mid.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 369px;
	float:right;
}


/*  French Classic Main  */

.classic_main_fr-FR
{
	position:relative;
	background: url(images/classic/fr_FR/classic_mid.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 369px;
	float:right;
}


/*  German Classic Main  */

.classic_main_de-DE
{
	position:relative;
	background: url(images/classic/de_DE/classic_mid.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 369px;
	float:right;
}

/*  Spanish Classic Main  */

.classic_main_es-ES
{
	position:relative;
	background: url(images/classic/es_ES/classic_mid.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 369px;
	float:right;
}



.classic_body
{
	position:relative;	
	background: url(images/classic/classic_bottom.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 307px;
	float:right;
				
}
			
			
.classic_footer
{
	background: url(images/classic/classic_footer.jpg) bottom left no-repeat;
	margin: 0px;
	width: 726px;
	height: 65px;
	float:right;
}




/*  ------------  NAV ------------------------*/


#classic_navcontainer 
{ 
	position:absolute;
	top: 110px;
	left: 80px;
	 
}

#classic_navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#classic_navcontainer a
{
	display: block;
	padding: 3px 3px 3px 50px;
	width: 202px;
	background: url(images/classic/regbg.jpg) bottom left no-repeat;

}

#classic_navcontainer a:link, #classic_navlist a:visited
{
	color: #FFCC00;
	text-decoration: none;
}

#classic_navcontainer a:hover
{
	background: url(images/classic/hoverbg.jpg) bottom left no-repeat;
	color: #fff;
}
