


#main{
	
	background: #191919 url('../images/bg_main.gif') top left repeat-y ;
}



.box {
	float:left;
	width:255px;
	//width:265px;
	position:relative; 
	margin:0 0 5px 5px;
	//margin:0 3px 5px 3px;
	/*background: #1A1A1A url('../images/bg_box.gif') top left no-repeat ; */
	border:solid 1px #404040;
	padding:0 0 10px 10px;
	
}


.box h1{margin-top:15px;}

.box br{clear:both;}

.box img{float:left; border:solid 2px #FFFFFF; margin:0 10px 0 0;}

.box p{float:left; padding:0 0 15px 0; width:185px; margin:0;}

.box big a{
	display:block;
	position:absolute; 
	left:70px; 
	bottom:5px; 
	color: #FFD100; 
	font-weight:bold;
}

.productBox{
	
	margin:10px 0 0 0;
	width:272px;
	//width:271px;
	
}




.areaVYP{
	//width:552px;
	background-image:url('../images/bg_vyp.gif');
	border:solid 1px #FFD100;
	
}

.areaVYPteen{
	
	background-image:url('../images/bg_vyp_teen.gif');
	border:solid 1px #0388BB;
	
}

.areaVYPjunior{
	
	background-image:url('../images/bg_vyp_junior.gif');
	border:solid 1px #5CA61E;
}

.areaVYP, .areaVYPteen, .areaVYPjunior{
	background-position:bottom;
	background-repeat:no-repeat;
	border-top:0;
	margin-top:-2px;
	
}

.areaVYPteen .box, .areaVYPjunior .box{
	float:none; 
	width:247px;
	//width:258px;
		margin:0 0 0 5px;
}

.areaVYPteen .box p, .areaVYPjunior .box p{
	
	width:175px;
	
	
}

