/* CSS VALENTINO common */

/***************** basic text elements ************************/

h1 {
	font-size: 13.5pt;
	color: #416484;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 15pt;
}

h2 {
	font-size: 12pt;
	color: #416484;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;	
}

h3 {
	font-size: 10.5pt;
	color: #416484;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;	
}

h3 span{
	font-weight: normal;
}

h4 {
	font-size: 9pt;
	color: #416484;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;	
}

p {
	padding: 7px 0 0 0;
	margin: 0 0 7px 0;
}

a{
	text-decoration: underline;
	color: #0592ca;
	/*color: #fd871a;*/
}

a img{border: 0;}

div#content a strong{
font-weight: normal;}

a.inbutton{
	text-transform:uppercase;
	margin: 8px 0 0 0;
	padding: 5px 15px 0 15px;
	font-size: 7.5pt;
	height: 21px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	display:block;
	width: 190px;
	font-family: Tahoma;
	white-space:nowrap;
	/*background: #fd871a url("../images/bg_inbutton.gif");*/
	background: #0592ca url("../images/bg_inbutton2.gif");			
}

input.inbutton{
	text-transform:uppercase;
	margin: 0 0 0 0;
	width: 190px;
	font-size: 7.5pt;
	font-family: tahoma;
   	white-space:nowrap;	
	height: 26px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	/*background: #de4300 url("../images/bg_inbutton.gif");*/
	background: #0592ca url("../images/bg_inbutton2.gif");	
	border: 0;
	font-family: Tahoma;
	cursor:pointer;
	cursor: hand;
}



/***************** lists ************************/

ul{
margin: 0 0 0 0;
padding: 5px 0 5px 0;
}
ul ul{
margin: 2px 0 5px 15px;
}
ol{
margin: 10px 0 10px 35px;
padding: 0;
}
ul ol{
margin: 2px 0 5px 35px;
}

ul li{
list-style-type: none;
/*background: url("../images/common/bg_list_item.gif") no-repeat 0 7px;*/
background: url("../images/common/bg_list_item2.gif") no-repeat 0 7px;
padding: 2px 0 2px 13px;
}

ul li ul li{
background: url("../images/common/bg_list_subitem.gif") no-repeat 0 6px;
padding: 0 0 0 8px;
}

ol li{
list-style-type: decimal;
background: none;
padding: 0;
}


ul.special{
margin: 10px 0 10px 0;
padding: 0;
}

ul.special li{
/*background: url("../images/bg_list_tick1.gif") no-repeat 0 6px;*/
background: url("../images/bg_list_tick2.gif") no-repeat 0 6px;
padding: 3px 0 3px 17px;
font-size: 9pt;
}

ul.special li a{
font-weight: bold;
}
ul.special li a:hover{
text-decoration: underline;
}

/***************** forms ************************/

form{
	margin:0;
	padding: 0;
}

input {
font-family: Arial, Verdana;
font-size: 8.25pt;
}

textarea {
font-family: Arial, Verdana;
font-size: 8.25pt;
}

input.check{
width: auto;
border: 0;
}

input.radio{
width: auto;
border: 0;
}

input.button{
width: auto;
border: 0;
}


/***************** common elements ************************/

.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 10px;
		height: 20px;
		font-size: 0pt;
		line-height: 0pt;
}
.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 6px;
		height: 12px;
		font-size: 0pt;
		line-height: 0pt;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0pt;
	line-height: 0pt;
}

.high{
color: #297200;
}

.ico{
margin: 3px 5px -2px 0;
}


.none_display{
	display: none;
}
.none_bg{
	background: url("../images/common/none.gif");
}
.none_border{
	border:0;
}

.note{
font-size: 8.25pt;
line-height: 11.25pt;
}

.back{
margin: 5px 0 5px 0;
}

/***************** colors ************************/

.red{
color:#D14703;
}

