/************************************************************************************
   SIMPLE (FAST) CLASS 
*************************************************************************************/
.l { display: inline; float: left; }
.r { display: inline; float: right; }
.col-h-l {float: left; display: inline; width: 48%;}
.col-h-r {float: right; display: inline; width: 48%;}
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.out { position: absolute; left: -5000px; top: -5000px; }
.bold { font-weight: bold; }
.thin { font-weight: normal; }
.small { font-size: 92%;}
.big {font-size:133%; line-height:20px;}
.center { text-align:center; }
.left { text-align: left; }
.right { text-align: right; }
.vcenter {vertical-align:middle;}
.break {height: 1px; font-size: 1px; line-height:1px; clear: both; overflow:hidden; visibility: hidden; display:block; margin:0 !important; padding:0 !important; width:100%; }
.clearfix { zoom: 1; } 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.hidden { display: none; }
.sprite { position:absolute; top:0px; left:0px; display:block; width:100%; height:100%; }
a .sprite { cursor:pointer; }
.reset { border:none; margin:0; padding:0; background:none; font-size:100%; line-height:1}
ul.reset{list-style:none;}
.reset td, .reset th { border:none; background:none; padding:0; font-size:100%; line-height:1}
.reset li { margin:0; padding:0; background:none; font-size:100%; line-height:1}
.nobr { white-space:nowrap; }
.pre { white-space:pre; }
.error { color: #ff0000; }

/************************************************************************************
   RESETS and TYPOGRAPHY
*************************************************************************************/
html { margin:0; padding:0; }
body { font-size: 75%; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }

div, pre { margin: 0; padding: 0; } 

/* HEADING */
h1, h2, h3, h4, h5, h6 { font-family:tahoma, verdana, arial, helvetica, sans-serif; padding:0; color:#0b4d97; line-height:1.3; }
h1{ font-size:217%; font-weight:normal; margin:0 0px .35em; line-height:1.1; color:#9f0047; text-transform:uppercase;}
h2 { margin:1.4em 0 0.4em; font-size:158%; font-weight:normal;}
h3 { margin:1.5em 0 0.2em; font-size:133%; font-weight:normal;}
h4 { margin:1.5em 0 0.4em; font-size: 108%; font-weight:bold;}
h5, h6 { margin:1.8em 0 0.5em; font-size:100%; font-weight:bold;}

h1 .color, #title .color{font-weight:normal; color:#666;}

/* PARAGRAPH */
p{ line-height:1.4; margin:0 0 1.4em; font-size:108%; padding:0; }
hr{ font-size:1px; height:1px; line-height:1px; overflow:hidden; background:#dae3ed; color:#dae3ed; border:none; margin:25px 0; *margin:10px 0;}

/* CITE */
blockquote {margin:1.4em 0 2em; padding:0 0 0 80px; font-style:normal; color:#da3f85; font-size:170%; background:url('../../img/default/bg/blockquote.png') 0 0 no-repeat; text-align:center;}
blockquote p {margin:0; padding:0 80px 0 0; background:url('../../img/default/bg/blockquote.png') 100% 100% no-repeat;}
cite { font-style:italic; font-family:Arial, Helvetica, sans-serif; }

/* ANCHOR RULES */
a {color:#d93780; outline: none; }
a:hover, a:focus { color: #0b4d97; }
:focus{ -moz-outline-style: none; }

/* LIST */
ul { margin:0.5em 20px 1.4em 0em; padding:0; list-style: none; }
ul.l, ol.l{display:block;}
li { line-height:1.4; margin:0.2em 0; padding: 2px 0 2px 25px; background:url('../../img/default/bg/li.png') 6px 0.4em no-repeat; font-size:108%;}
.ico-tick li{background-image:url('../../img/default/bg/li-tick.png'); background-position:6px 0.35em;}
ol { margin:0.5em 20px 1.4em 2.5em; *margin:0.5em 0 1.4em 2.8em; padding:0; list-style:none;}
ol li { line-height:1.4; background:none;}
ol .counter {float:left; display:inline; margin-left:-15px; width:10px; font-weight:bold; color:#d93780;}
dl, dt, dd { margin: 0; padding: 0; }

/* TABLE */
table{width:100%; clear:both; padding:0; margin:0 0 5px; background:white; empty-cells:show; border-collapse: collapse;}
caption{font-size:117%; font-weight:normal;  color:#0b4d97; text-align:left; border-bottom:1px solid #fff; padding:7px 10px; background:#d2e9ff; margin:0;}
td, th{background:#e8f4ff; padding:6px 10px; margin:0; border:1px solid #d2e9ff; line-height:1.45; vertical-align:top; color:#555; font-size:100%; text-align:left;}
th{font-weight:bold;}
.even th, .even td{background:#f1f8ff;}

/* IMAGE */
img{border:0px;}
img.left{ border:none; margin: 4px 20px 10px 0; float:left; display:inline;}
img.right{ border:none; margin: 4px 0px 10px 20px; float:right;  display:inline;}

/* FORM */
form, fieldset{margin:0; padding:0; border:none;}
input, select, label{vertical-align:middle;}
label{font-size:108%; color:#555;}
label span{color:#d93780;}
select, textarea{margin-top:3px;}
.int-text{font-size:100%; font-family:Arial, sans-serif; padding:3px 6px 3px; color:#333; margin-top:3px;}
.w-full{width:100%;}
.int-fix{margin:0 7px; display:block;}
.int-fix .w-full{margin-left:-7px; margin-right:-7px;}
label input{margin:0; position:relative; top:-2px;}
.row-inputs{display:block; padding:5px 0; border:1px solid #dae3ed; border-width:1px 0;}
.row-inputs label{margin:0 10px 0 0; font-size:100%;}