
div {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:12px;
}
/*Promototion box*/
.boxPromot{
	background-image:url(./images/PromoBoxBack.jpg);
	background-repeat:repeat-x;
	float:left;
}
.boxPromotTab{
	background-image:url(./images/PromoBoxTabBack.jpg);
	background-repeat:repeat-x;
	height:18px;
	margin-top:4px;
}
.boxPromotTabItem{ 
	color:#FFFFFF;
	background-image:url(./images/PromoBoxTabSP.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
}
.boxPromotTabItem span{/*Selected*/
	display:block;
	float:left;
	color:#FFFFFF;
	background-image:url(./images/PromoBoxTabSelected.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	font-weight:bold;
	margin-right:1px;
}
.boxPromotTabItem a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 7px 0px 5px;
}
.boxPromotTabItem a:hover{
	color:#FFCC00;
	text-decoration:none;
}
.boxPromotContent{
	border:1px solid #003467;
}
/*End of Promototion box*/