@charset "utf-8";
/* CSS Document */

#contSpecial div{
	margin-bottom:5px;
}

#contSpecial h2{
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
}

#contSpecial h2.general{
	color:#d1314b;
}

#specialTit:hover{
	color:#f8b333;
	text-decoration:underline;
}

#contSpecial ul,#contSpecial span{
	color:#009CC5;
	font-size:12px;
}

#contSpecial li{
	padding:0;
	margin:0 0 5px 0;
	list-style-type:disc;
}

#contSpecial span {
	color:#999999;
}

#si_image{
	text-align:center;
	height:100%;
}

#si_image img{ 
	margin:0;
	padding:3px;
	border:1px solid #CCCCCC;
}

.bGeneral,.bCountries,.bUcl, .bFree{
	display:block;
	width:222px;
	/*height:40px;*/
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #A7A9AC;
}
.bUcl{
	color:#770d68 !important;
}
.bFree{
	color:#5abaa6 !important;
}

.bUcl:hover{
	text-decoration:none;
	background-color: #FCF !important;
}
.bCountries{
	color:#f8b333;
}

.bCountries:hover{
	text-decoration:none;
	background:#fff5e5;
}

.bGeneral{
	color:#d1314b;
}

.bGeneral:hover{
	text-decoration:none;
	background:#faddd7;
}

.titleGeneral {
	color:#d1314b;
	margin-bottom:10px;
}

.titleCountries {
	color:#f8b333;
	margin-bottom:10px;
}

.titleUcls{
	color:#770d68 !important;
	margin-bottom:10px;
}
.titleFree{
	color:#5abaa6 !important;
	margin-bottom:10px;
}
h2.ucl{
	color:#770d68 !important;
	margin-bottom:10px;
}
h2.free{
	color:#5abaa6 !important;
	margin-bottom:10px;
}

/*--------------------------------------------*/

.si_flLeft{
	float:left;
	padding-left:10px;
}

.si_flRight{
	float:right;
	padding-right:10px;
}

.clearFloat{
	clear:both;
}

