* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

a img {
	border: none;
	outline: none;
}

body {
	color: #454545;
	background: url(../img/body-bg.jpg) repeat-x top left #fff;
}

a {
	color: #f26522;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#Wrap {
	margin: 0 auto;
	padding: 0;
	width: 790px;
}

* html #Wrap {
	overflow-x: hidden;
}

#Header {
	height: 100px;
	padding-top: 15px;
}

a.logo {
	width: 515px;
	height: 34px;
	display: block;
	background: url(../img/logo-masigur.jpg) no-repeat;
	overflow: hidden;
}

ul#Nav {
	margin: 0; padding: 21px 0 0 0;
	list-style-type: none;
}
ul#Nav li {
	float: left;
	display: inline;
}
ul#Nav li a {
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	margin-right: 10px;
	line-height: 22px;
	height: 22px;
	display: block;
}
ul#Nav li a span {
	font-size: 16px;
	padding: 3px 4px;
}
ul#Nav li a:hover,
ul#Nav li a.selected,
ul#Nav li a.selected:hover {
	text-decoration: none;
	color: #545b61;
	background: url(../img/menuhoverright.jpg) no-repeat top right;
}
ul#Nav li a:hover span,
ul#Nav li a.selected span,
ul#Nav li a.selected:hover span {
	background: url(../img/menuhoverleft.jpg) no-repeat bottom left;
	padding: 2px 4px 1px 4px;
	
}

* html ul#Nav li a {
	display: inline;
}

#Content {
	
}

#Sidebar {
	float: left;
	width: 200px;
	padding-top: 10px;
}
#Sidebar .title {
	font-size: 16px;
	font-weight: bold;
	color: #545b61;
	padding-bottom: 10px;
}
#Sidebar .contacttype {
	color: #88949e;
	float: left;
	width: 60px;
}
#Sidebar .contactdata {
	color: #535a60;
	float: left;
	width: 110px;
	border-left: 3px solid #c1cacf;
	padding-left: 8px;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

#Main {
	float: left;
	width: 575px;
}

#Main h1 {
	color:#545B61;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top: 10px;
}
#Main h1 span {
	color: #000;
	font-size:13px;
}

#Main h1 span.step {
	float: right;
	font-size: 12px;
	color: #545B61;
	padding-top: 2px;	
}

ul#mainPromo {
	list-style-type: none;
}
ul#mainPromo li {
	display: block;
	float: left;
	width: 265px;
	padding: 10px;
}
ul#mainPromo li.tl {
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
ul#mainPromo li.tr {
	border-bottom: 1px dashed #ccc;
}
ul#mainPromo li.bl {
	border-right: 1px dashed #ccc;
}
ul#mainPromo li a {
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
	height: 120px;
	overflow: hidden !important;
}
ul#mainPromo li a:hover {
	text-decoration: none;
	background: #f5f4e9;
}
ul#mainPromo li a span.img {
	float: left;
	margin-right: 5px;
}
ul#mainPromo li a span.insurancetext {
	float: left;
	width: 165px;
}
ul#mainPromo li a span.title {
	font-size: 18px;
	color: #f26522;
}
ul#mainPromo li a span.text {
	font-size: 12px;
	color: #444;
	line-height: 18px;
}
ul#mainPromo li a span.link {
	font-size: 12px;
	color: #f26522;
	font-weight: bold;
}

#Main h2.brief {
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 18px;
}

#Main .formTable  {
	margin: 0; padding: 0;
}

#Main .formTable td {
	padding: 5px 5px 5px 0;
	color: #4f5f6c;
}

#Main .formTable td .inputText {
	padding: 5px 5px;
	border: 2px solid #b9bbc0;
	color: #666;
}
#Main .formTable td .inputTextFocus {
	padding: 5px 5px;
	border: 2px solid #000;
	color: #000;
}
#Main .formTable td select {
	padding: 3px;
	color: #555;
}
#Main .formTable td textarea {
	padding: 5px;
	border: 2px solid #b9bbc0;
	color: #666;
	width: 230px;
	height: 90px;
}

#Main .priceTable {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#Main .priceTable td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #3b3b3b;
}
#Main .priceTable th {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	background: url(../img/thbg.jpg) repeat-x top left;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#Main .priceTable td.best_Price,
#Main .priceTable td.best_Company {
	background: #f2f3e9;
	width: 275px;
	font-size: 18px;
	color: #428717;
}
#Main .priceTable td.best_Company,
#Main .priceTable td.Company {
	font-size: 12px;
}
.pricetag {
	position: relative;
	margin-bottom: -2px;
}



.hint {
   	display: none;
    position: absolute;
    z-index: 1;
    margin-left: 200px;
    width: 200px;
    margin-top: -30px !important;
    border: 1px solid #cbb893;
    padding: 8px 10px;
    font-size: 11px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #f8f8e5 url(pointer.gif) no-repeat -10px 5px;
}
*:first-child+html .hint {
	margin-top: 0px !important;
}
* html .hint {
	margin-top: 0px !important;
	margin-left: 100px !important;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../img/pointer.gif) left top no-repeat;
}

.btn_afiseazaoferte {
	display:block;
	width: 170px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-afiseazaoferte.jpg) no-repeat top left;
	cursor: pointer;
}
.btn_afiseazaoferteOn {
	display:block;
	width: 170px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-afiseazaoferte.jpg) no-repeat bottom left;
	cursor: pointer;
}

.btn_comandaoferta {
	display:block;
	width: 190px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-comandaoferta.jpg) no-repeat top left;
	cursor: pointer;
}
.btn_comandaofertaOn {
	display:block;
	width: 190px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-comandaoferta.jpg) no-repeat bottom left;
	cursor: pointer;
}

.btn_continua {
	display:block;
	width: 115px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-continua.jpg) no-repeat top left;
	cursor: pointer;
}
.btn_continuaOn {
	display:block;
	width: 115px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-continua.jpg) no-repeat bottom left;
	cursor: pointer;
}
.btn_vezioptiuni {
	display:block;
	width: 140px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-vezioptiuni.jpg) no-repeat top left;
	cursor: pointer;
}
.btn_vezioptiuniOn {
	display:block;
	width: 140px;
	height: 35px;
	border: none;
	outline: none;
	background: url(../img/btn-vezioptiuni.jpg) no-repeat bottom left;
	cursor: pointer;
}

select.error {
	color: #c4161c !important;
	font-weight:bold;
}
input.error {
	border: 2px solid #c4161c;
	color: #c4161c;
	background: #fffef1;
	font-weight: bold;
	padding: 5px 5px;
}

.errorMessage {
	background: url(../img/errbg.png) repeat top left;
	padding: 10px;
	position: fixed;
	z-index: 100;
	width: 450px;
	margin-top: -260px;
	margin-left: -40px;
}
.errorMessage div {
	background: #fff;
	padding: 20px 10px 5px 10px;
}
.errorMessage p a{
	color: #c4161c;
}
.errorMessage p {
	padding: 3px 0;
}
.errorMessage .closeerr {
	text-decoration: none;
	padding-left: 20px;
	font-size: 11px;
	line-height: 22px;
	color: #777;
	background: url(../img/closeicon.gif) no-repeat center left;
}

h3.summary {
	color: #428717;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
h3.summary span {
	font-size: 16px;
	color: #000;
}

.offerInfo {
	margin: 0;
	padding: 10px 0 0 0;
}
.offerInfo .infotext {
	color: #000;
	font-weight: bold;
}

.invoiceDetails {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	color: #565d62;
}
.invoiceDetails table {
	margin: 0; padding: 0;
	float: left;
	color: #565d62;
}
.invoiceDetails table.policy {
	width: 280px;
	margin-right: 10px;
}
.invoiceDetails table.personal {
	width: 280px;
}

#Footer {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	margin-top: 10px;
	color: #51585e;
	font-size: 11px;
}
#Footer a {
	padding: 0 5px;
	color: #0072bc;
}
#Footer p {
	font-size: 11px;
	padding-left: 5px;
	line-height: 30px;
}
#Footer p.legal {
	font-size: 10px;
	color: #ccc;
	line-height: 12px;
}

hr.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
	border: none;
	background: none;
}
*:first-child+html hr.cleaner {
	background: #fff !important;
	border: none !important;
	line-height: 0px !important;
	font-size: 0px !important;
	visibility: hidden;
}
* html hr.cleaner {
	background: #fff !important;
	border: none !important;
	line-height: 1px !important;
	font-size: 1px !important;
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
}

/* pagina contact */

.infoBox,
.HL_infoBox {
	padding: 5px 5px 10px 0;
	float: left;
	width: 180px;
	margin-right: 5px;
	font-size: 11px !important;
}
.infoBox p {
	color: #333;
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px !important;
}
.HL_infoBox p {
	color: #000;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px !important;
}
.infoBox p span {
	color: #555;
	font-weight: normal;
	font-size: 11px !important;
}
.HL_infoBox p span {
	color: #000;
	font-weight: normal;
	font-size: 11px !important;
}
.HL_infoBox {
	background: #FFF7D2;
	color: #000 !important;
}

.infoBox p.email span,
.HL_infoBox p.email span {
	font-size: 10px !important;
}

/* pagina faq */

#tabs{
    margin-left: 4px;
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
    margin-top: 10px;
}
#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}
#tabs a{
    float:left;
    background:#fff;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
    font-weight: normal;
    color: #51585e;
}
#tabs a span{
    float:left;
    display:block;
    padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #c1cacf;color: #000;}
#tabs a:hover span{background-color: #c1cacf;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #c1cacf; color:#000;}
.tabContent {
    clear:both;
    border:1px solid #c1cacf;
    padding: 5px 10px;
}


#Main dd {
	font-size: 12px;
}
#Main dt {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#Main dd {
	font-size: 12px;
	color: #555;
	line-height: 17px;
	padding-bottom: 5px;
}


/* CASCO styles */


.apiaResult {
	font-size: 12px;
	color: #000;
	padding: 5px;
	border-top: 1px solid #ccc;
	line-height: 17px;
}
.apiaResult .dotari {
	font-size: 11px;
	color: #454545;
	
}
.apia {
	border-top: 1px solid #ccc;
	padding: 5px 0 5px 5px;
}
.apiaPrice {
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	margin: 0;
	padding: 0;
}
.checkbox {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/checkradio.gif) no-repeat top left;
	overflow: hidden;
	margin-top: 10px;
}
.checkbox:hover {
	background: url(../img/checkradio.gif) no-repeat bottom left;
}

.apiaPriceTable {
	border-bottom: 1px solid #ccc;
}
.resultsInfo {
	line-height: 18px;
	padding-bottom: 10px;
}


.table {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	width: 515px;
	height: auto;
}
.table .trow {
	height: 41px;
	line-height: 30px;
	
}
.table .trow .th {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
	background: #fafafa;
	color: #000;
	padding: 5px;
	float: left;
	width: 160px;
	height: 30px;
}
.table .trow .tcell {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	padding: 5px;
	width: 160px;
	height: 30px;
}
.table hr {
	clear: both;
	height: 0px;
	overflow: hidden;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}
*:first-child+html .table hr {
	background: #fff !important;
	border: none !important;
	line-height: 0px !important;
	font-size: 0px !important;
	visibility: hidden;
}
* html .table hr {
	background: #fff !important;
	border: none !important;
	line-height: 1px !important;
	font-size: 1px !important;
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
	display: inline;
	visibility: hidden;
	position: absolute;
}

.listHead {
	width: 109px;
	float: left;
	padding-right: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
.listCell {
	width: 109px;
	float: left;
	padding: 5px 5px 5px 0;
	font-size: 12px;
	color: #3B3B3B;
}
.listRow {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
.listHeadRow {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:url(../img/thbg2.gif) repeat-x top left;
}

.listCellPrice {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.listRowHover {
	background: red;
}

.afiseaza_selector {
	text-align: right;
	font-size: 11px;
	padding-bottom: 10px;
}

.afiseaza_selector strong {
	font-size: 11px;
}

.afiseaza_asigurator {
	padding-left: 5px;
}

.listRow .best_price {
	font-weight: bold;
	background: #F2F3E9;
	color: #428717 !important;
}
.listRow .best_price .listCellPrice,
.listRow .best_price .listCell {
	color: #428717 !important;
	font-size: 13px;
}

.recapTable {
	margin: 0; padding: 0;
}
.recapTable td {
	vertical-align: top;
	padding: 3px 5px 3px 0;
	color: #555;
	
}
td.recapFieldLabel {
	color: #000;
}

span.optional {
	padding-left: 10px;
	font-size: 11px;
}

.clean {
	clear:both;
}


/* homepage crossfader */

div.cf_wrapper {
	position: relative;
}

*:first-child+html div.cf_wrapper {
	margin-left: -400px !important;
}

* html div.cf_wrapper {
	margin-left: -400px !important;
}

div.cf_element {
	width: 770px;
	height: 220px;
}

*:first-child+html div.cf_element {
	margin-left: -400px !important;
}
* html div.cf_element {
	margin-left: -400px !important;
}

div.cf_element div.content {
}

div.cf_element div.content h3 {
	padding-top: 0;
	margin-top: 0;
}

.home {
	margin-top: 240px;
}


/* h3 and h4 styling for SEO */

h3, h4 {
	padding-left: 200px;
}

h3 {
	color: #000;
	padding-top: 10px;
}

h4 {
	font-weight: normal;
	font-size: 11px;
	color: #444;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 14px;
}

h2.aboutus {
	font-weight: normal;
}

.aboutus p {
	padding-bottom: 15px;
	line-height: 17px;
}


/* old css */


