body{
	margin:0;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	min-width:1001px
}
/* css reset */
a{
	color:#f98f00;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#373948;
}
img{border:0;}
.page{
	overflow:hidden;
	width:100%;
	position:relative;
}
#wrapper{
	width:1016px;
	margin-left:-508px;
	left:50%;
	margin:0 auto;
}
#header{
	width:989px;
	padding:0 0 0 12px;
	color:#373948;
	background: url(../images/bg-header.gif) no-repeat 0 100%;
	position:relative;
	z-index:5;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
/* header-holder */
.header-holder{
	width:989px;
	position:relative;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
.heading-box{
	float:left;
	padding:15px 0 0;
}
.logo{
	float:left;
	background: url(../images/logo.gif) no-repeat;
	width:159px;
	height:81px;
	padding:0 32px 0 0;
}
.logo a{
	outline:none;
	display:block;
	height:81px;
	width:159px;
	text-indent:-9999px;
}
.heading{
	float:left;
	padding:14px 0 0;
	width:430px;
}
.heading h1{
	margin:0 0 4px;
	font: 28px/32px "Trebuchet MS", sans-serif;
	color:#373948;
}
.heading h2{
	margin:0;
	font:bold 28px/32px "Trebuchet MS", sans-serif;
	color:#f48700;
}
/* section */
.section{
	width:346px;
	float:right;
	margin:5px -10px 0 0;
	position:relative;
	overflow:hidden;
	background: url(../images/bg-support.gif) no-repeat;
}
.section h3{
	margin:-3px 6px 0 0;
	font-weight:bold;
	font-size:19px;
	line-height:22px;
	color:#373948;
	text-transform:uppercase;
	text-align:right;
}
.section form{
	width:209px;
	padding:17px 18px 18px 119px;
}
.section form div{float:left;}
.section form label{
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	color:#fff;
	display:block;
	padding:0 0 4px;
	text-transform:uppercase;
}
.section form input{
	width:177px;
	float:left;
	background:#fff;


	padding:1px 3px 2px 7px;
	border:1px solid #c17000;
	border-right:0;
	margin:0;
}
.section .submit{
	float:left;
	background: url(../images/btn-ok.gif) no-repeat;
	width:21px;
	height:19px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	border:0;
	padding:0;
	cursor:pointer;
}
.section strong{
	float:right;
	padding:0 13px 2px 0;
	position:relative;
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	color:#373948;
	text-transform:uppercase;
}
.section .image{
	float:right;
	padding:0 39px 0 0;
}
.section .image img{display:block;}
/* nav-box */
.nav-box{
	width:1008px;
	margin: 0 0 0 -20px;
	background: url(../images/bg-nav-box.gif) repeat-x 0 100%;
	position:relative;
}
.nav-box:after{
	content:"";
	display:block;
	clear:both;
}
.nav-holder{
	float:left;
	margin:-7px -50px 0 0;
	position:relative;
	background: url(../images/bg-nav.gif) repeat-x;
}
.nav-holder:after{
	content:"";
	display:block;
	clear:both;
}
.nav-frame{
	height:58px;
	float:left;
	background: url(../images/bg-nav-left.gif) no-repeat;
	position:relative;
}
/* nav */
.nav{
	margin:0;
	padding:0 10px 0 9px;
	list-style:none;
	float:left;
	color:#fff;
	line-height:18px;
	/*background: url(../images/bg-nav-right.gif) no-repeat 100% 0;*/
	position:relative;
	z-index:100;
}
.nav:after{
	content:"";
	display:block;
	clear:both;
}
.nav li{
	float:left;
	height:58px;
	position:relative;
	padding:0 0 0 2px;
	background: url(../images/separator-nav.gif) no-repeat left;
}
.nav li:first-child{background:none;}
.nav li div{
	display:table;
	height:58px;
	vertical-align:middle;
}
.nav a{
	display:table-cell;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	position:relative;
	text-align:center;
	vertical-align:middle;
	padding:0 17px;
}
* html .nav li div{float:left;}
*+html .nav li div{float:left;}
* html .nav li a{display:block;}
*+html .nav li a{display:block;}
.nav li:hover a,
.nav li.hover a{
	text-decoration:underline;
}
.nav li.active-first{
	background: url(../images/bg-nav-left-active.gif) no-repeat;
}
.nav li.active{
	background: url(../images/bg-nav-active.gif) repeat-x;
}
ul.nav {
	margin-right: 0;
	padding-right: 0;
}
.nav-frame-right {
	float: left;
	margin: 0;
	margin-left: -6px;
	padding: 0;
	background: url(../images/bg-nav-right.gif) no-repeat;
	width: 44px;
	height: 58px;
}
.nav-frame-right-active {
	float: left;
	margin: 0;
	margin-left: -6px;
	padding: 0;
	background: url(../images/bg-nav-right-active.gif) no-repeat;
	width: 44px;
	height: 58px;
}
.nav li:hover .sub,
.nav li.hover .sub{display:block;}
.sub{
	position:absolute;
	top:57px;
	left:0px;
	display:none;
	z-index:10;
	border-top: 1px solid #252631;
}
.sub{
	width:200px;
	margin:1px 0 0;
	padding:0;
	list-style:none;
	background:#e77300;
}
.sub li{
	width:200px;
	float:left;
	padding:2px 0 0;
	margin:0;
	height:auto;
	line-height:15px;
	background: url(../images/border-sub2.gif) no-repeat;
}
.sub a{
	display:block;
	text-align:left;
	padding:5px 9px;
	font-size:12px;
	font-weight:normal;
	background:none !important;
	text-decoration:none !important;
}
.sub li a:hover{
	background:#f6a900 !important;
	text-decoration:none;
}
.sub-nav{
	float:right;
	/*display:inline;*/
	margin:0 20px 0 0;
	padding:13px 0 0;
	list-style:none;
	overflow:hidden;
	position:relative;
}
.sub-nav li{
	/*float:left;*/
	/*background: url(../images/separator-sub-nav.gif) no-repeat 100% 3px;*/
	padding:0 12px 0 10px;
	margin:0 -1px 0 0;
	line-height:15px;
	position:relative;
}
.sub-nav a{
	color:#313241;
	font-size:12px;
	position:relative;
}
.sub-nav li.active a{text-decoration:underline;}
/* main */
#main{
	width:100%;
	margin:0 -8px 0 -7px;
	padding:0 15px 0 7px;
	background: url(../images/bg-main.gif) repeat-y;
	overflow:hidden;
}
.main-holder{
	width:993px;
	margin:0 -8px 0 -5px;
	padding:11px 16px 8px 7px;
	overflow:hidden;
	background: url(../images/bg-main-t.gif) no-repeat;
}
/* content */
#content{
	width:533px;
	float:right;
	overflow:hidden;
	padding:3px 0 0;
}
#content.inner{
	width:990px;
	overflow:hidden;
}
.text-blocks{
	width:533px;
	overflow:hidden;
	padding:0 0 28px;
}
.text-box{
	width:100%;
	background: url(../images/border-text-box.gif) no-repeat 0 100%;
	padding:16px 0 7px;
}
.text-box h3{
	margin:0 0 12px;
	padding:0 0 11px;
	font-size:22px;
	line-height:24px;
	color:#f98f00;
	background: url(../images/border-text-box.gif) no-repeat 0 100%;
}
.last{background:none;}
.picture{
	float:left;
	margin:0 17px 0 8px;
}
* html .picture{margin-right:14px;}
.txt{
	width:420px;
	overflow:hidden;
}
.txt h3{
	margin:0 0 5px;
	font-weight:bold;
	font-size:21px;
	line-height:24px;
	color:#f98f00;
}
.txt h4{
	margin:0 0 11px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.txt p{margin:0 0 5px 2px;}
.txt p strong{
	color:#ffffff;
/*	font-weight:normal;*/
}
.txt ul{
	margin:0;
	padding:0 0 21px 5px;
	list-style:none;
}
.txt li{
	display:block;
	vertical-align:top;
	line-height:18px;
	padding:0 0 0 14px;
	background: url(../images/bullet-txt-li.gif) no-repeat 0 6px;
}
/* boxes */
.boxes{
	width:517px;
	overflow:hidden;
	margin:0 0 28px;
	background: url(../images/bg-boxes-c.gif) repeat-y;
}
.boxes-holder{
	width:517px;
	background: url(../images/bg-boxes-t.gif) no-repeat;
}
.boxes-frame{
	width:528px;
	overflow:hidden;
	background: url(../images/bg-boxes-b.gif) no-repeat 0 100%;
}
.box{
	width:238px;
	float:left;
	overflow:hidden;
	padding:7px 17px 13px 9px;
}
.box h4{
	margin:0 0 10px;
	padding:0 0 6px;
	text-align:center;
	color:#373948;
	font-size:20px;
	line-height:23px;
	font-weight:bold;
	background: url(../images/border-box.gif) no-repeat 0 100%;
}
.box div{
	width:218px;
	padding:0 8px;
}
.box p{
	margin:0;
	text-align:center;
	font-weight:bold;
	line-height:14px;
}
.title-box{
	width:983px;
	padding:13px 0 31px;
}
.title-box h2{
	margin:0 0 16px;
	padding:0 130px 10px;
	font-size:24px;
	font-weight:bold;
	line-height:27px;
	text-transform:uppercase;
	background: url(../images/border-title-box.gif) no-repeat 0 100%;
}
.title-box h2 strong{color:#fa9100;}
.title-box p{
	margin:0 114px;
	font-size:16px;
	line-height:18px;
}
/* raiting-block */
.raiting-block{
	width:1016px;
	overflow:hidden;
	padding:0 0 8px;
}
.raiting-box{
	width:224px;
	overflow:hidden;
	float:left;
	padding:0 30px 0 0;
}
.raiting-box h3{
	background: url(../images/bg-head.gif) no-repeat;
	font-weight:bold;
	font-size:20px;

	line-height:24px;
	color:#fb9100;
	text-align:center;
	text-transform:uppercase;
	padding:9px 0 10px;
	margin:0;
}
.star-box{
	background: url(../images/bg-rating.gif) no-repeat;
	width:184px;
	height:31px;
	padding:0 9px 5px 10px;
	margin:0 auto;
}
/* star-rating */
.star-rating{
	width:184px;
	height:28px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	position:relative;
	background: url(../images/bg-star.gif) no-repeat;
}
.star-rating li{float:left;}
.star-rating li a{
	cursor:pointer;
	width:46px;
	height:56px;
	padding:0;
	outline:none;
	position:absolute;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
}
.star-rating li a:hover,
.star-rating li.active a{
	background: url(../images/bg-star.gif) no-repeat 0 -28px;
	z-index:1;
	left:0;
}
.star-rating a.one-star:hover,
.star-rating li.active a.one-star{width:46px;}
.star-rating a.two-stars{left:46px;}
.star-rating a.two-stars:hover,
.star-rating li.active a.two-stars{width:92px;}
.star-rating a.three-stars{left:92px;}
.star-rating a.three-stars:hover,
.star-rating li.active a.three-stars{width:137px;}
.star-rating a.four-stars{left:137px;}
.star-rating a.four-stars:hover,
.star-rating li.active a.four-stars{width:184px;}

.voite{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:16px;
	padding:0 0 2px;
}
.voite a{color:#fff;}
.more{
	display:block;
	padding:0 25px;
}
.more a{
	float:left;
	color:#83848d;
	font-size:10px;
	line-height:21px;
	background: url(../images/bg-more.gif) no-repeat 0 2px;
	padding:0 0 3px 34px;
}

/* rating */
td.comparator-rating-label {
	text-align:left;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	padding:2px 0 0;
	width: 60px;
	padding-top: 7px;
}

td.comparator-rating-star {
	width:190px;
	padding:0;
	margin:0;
}

td.comparator-rating-star div {
	width:46px;
	height:28px;
	cursor:pointer;
	padding:0;
	margin:0;
	outline:none;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	float:left;
}
#content td.comparator-rating-star div {
	cursor:default;
}

td.comparator-rating-star div.star-1 {
	width:47px;
	background: url(../images/bg-star-1.gif) no-repeat;
}
td.comparator-rating-star div.star-1-active {
	width:47px;
	background: url(../images/bg-star-1.gif) no-repeat 0 -28px;
}
#content td.comparator-rating-star div.star-1 {
	background: url(../images/bg-star-blue-1.gif) no-repeat;
}
#content td.comparator-rating-star div.star-1-active {
	background: url(../images/bg-star-blue-1.gif) no-repeat 0 -28px;
}
td.comparator-rating-star div.star-2 {
	background: url(../images/bg-star-2.gif) no-repeat;
}
td.comparator-rating-star div.star-2-active {
	background: url(../images/bg-star-2.gif) no-repeat 0 -28px;
}
td.comparator-rating-star div.star-3 {
	background: url(../images/bg-star-3.gif) no-repeat;
}
td.comparator-rating-star div.star-3-active {
	background: url(../images/bg-star-3.gif) no-repeat 0 -28px;
}
td.comparator-rating-star div.star-4 {
	width:47px;
	background: url(../images/bg-star-4.gif) no-repeat;
}
td.comparator-rating-star div.star-4-active {
	width:47px;
	background: url(../images/bg-star-4.gif) no-repeat 0 -28px;
}
#content td.comparator-rating-star div.star-4 {
	background: url(../images/bg-star-blue-4.gif) no-repeat;
}
#content td.comparator-rating-star div.star-4-active {
	background: url(../images/bg-star-blue-4.gif) no-repeat 0 -28px;
}

td.comparator-rating-note {
	text-align:left;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	padding-left: 10px;
	padding-top: 7px;
	width: 50px;
}
/* table-box */
.table-box{
	width:100%;
	overflow:hidden;
	position:relative;
}
.arrow{
	position:absolute;
	top:10px;
	left:8px;
	z-index:10;
}
.arrow img{display:block;}
.table-heading{
	width:100%;
	overflow:hidden;
	padding:15px 0 17px;
	background: url(../images/border-title-box.gif) no-repeat;
}
.table-heading div{
	float:left;
	padding: 0 18px 0 120px;
}
* html .table-heading div{padding-right:15px;}
.table-heading div h4{
	font-weight:bold;
	margin:0;
	font-size:18px;
	line-height:21px;
	color:#24a6e6;
}
.table-heading a{
	color:#24a6e6;
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
}
.table-heading a:hover{text-decoration:none;}
/* table */
.table{
	width:983px;
	margin:0 0 5px 6px;
	overflow:hidden;
	border-collapse:collapse;
	background:#ebf2f3;
}
.table .alt{background:#fff;}
.table td,
.table th{
	text-align:center;
	height:1%;
	line-height:15px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.table .col1{width:29px;}
.table .col2{width:115px;}
.table .col3{width:106px;}
.table .col4{width:104px;}
.table .col5{width:105px;}
.table .col6{width:105px;}
.table .col7{width:106px;}
.table .col8{width:45px;}
.table .col9{width:56px;}
.table .col10{width:67px;}
.table .col11{width:67px;}
.table .col12{width:67px;}
.table .col3:hover,.table .col4:hover,.table .col5:hover,.table .col6:hover,.table .col7:hover{cursor:pointer;}
.table .col4{width:104px;}
.table .col5{width:105px;}
.table .col6{width:105px;}
.table .col7{width:106px;}
.table th{
	height:49px;
	overflow:hidden;
	background: url(../images/bg-table-head.gif) no-repeat;
}
.table th h4{
	line-height:15px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin:0;
	position:relative;
	z-index:10;
}
.table th h4 a{
	color:#fff;
	text-decoration:none;
}
.table th h4 a:hover{
	color:#fff;
	text-decoration:underline;
}
.table .alter{background: url(../images/bg-table-head-none.gif) repeat-x;}
.table td{
	border-right:1px solid #ced5d8;
	height:51px;
}
.table .last{border:0;}
.table td strong{
	color:#313241;
	font-size:14px;
	line-height:17px;
}
.table td span{display:block;}
.table td span a{
	color:#313241;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
}
.table td span.text{
	color:#313241;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
}
.table td span a:hover{text-decoration:underline;}
.table td a{outline:none;text-decoration:none;}
.table .checkbox{
	margin: 0 0 0 9px;
	padding:0;
	width:15px;
	height:15px;
	float:left;
}
.table td img{
	display:block;
	margin:0 auto;
}
.table .top-left{background: url(../images/bg-top-left.gif) no-repeat;}
.table .top-right{background: url(../images/bg-top-right.gif) no-repeat 100% 0;}
.table .bottom-left{background: url(../images/bg-bottom-left.gif) no-repeat;}
.table .bottom-right{
	background: url(../images/bg-bottom-right.gif) no-repeat 100% 0;
	border:0;
}
.table-comparator {
	width:auto;
}
.table-comparator th {
	padding-left:10px;
	padding-right:10px;
}
.table-comparator td {
	padding-left:10px;
	padding-right:10px;
}
/* sidebar */
#sidebar{
	width:414px;
	float:left;
	padding:28px 0 0;
}
.info-box{
	width:370px;
	margin:0 0 19px 1px;
	background: url(../images/bg-info-box.gif) no-repeat 0 7px;
	padding:0 0 0 23px;
	overflow:hidden;
}
.info-box h3{
	margin:0 0 6px;
	font-weight:bold;
	font-size:22px;
	line-height:26px;
	color:#fb9100;
	text-transform:uppercase;
}
.info-box p{
	margin:0 0 16px;
	line-height:16px;
}
/* form-block */
.form-block{
	width:309px;
	margin:0 0 0 24px;
	position:relative;
	background: url(../images/bg-form-block-c.gif) repeat-y;
}
.form-block-holder{
	width:100%;
	background: url(../images/bg-form-block-t.gif) no-repeat;
}
.form-block-frame{
	width:275px;
	padding:11px 17px 0;
	background: url(../images/bg-form-block-b.gif) no-repeat 0 100%;
}
.illustration{
	position:absolute;
	top:58px;
	left:274px;
	z-index:2;
}
.illustation img{display:block;}
.img{
	float:right;

	margin:-30px -9px 0 19px;
	position:relative;
}
.img img{display:block;}
.ttl{
	width:100%;
	padding:0;
	background: url(../images/border-ttl.gif) no-repeat 0 100%;
}
.ttl h4{
	margin:0;
	padding:0 0 17px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
	color:#373948;
}
/* form */
.form{
	width:100%;
	overflow:hidden;
	padding:8px 0 0;
}
/*.form div{
	width:260px;
	overflow:hidden;
	padding:0 0 10px;
}*/
.form strong{
	width:73px;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	padding:2px 0 0;
}
.form span{
	float:left;
	width:187px;
	text-align:left;
	overflow:hidden;
}
.form label{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	vertical-align:middle;
}
.form .radio{
	margin:0;
	padding:0;
	width:15px;
	height:15px;
}
.form form .select{
	color:#000;
	font:11px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0 0 0 3px;
	margin:0;
}
.form .select{width:53px;}
.form .select .alt{width:71px;}
.form .regime{width:111px;}
.form .conjoint{width:43px;}
.form .alter{width:187px;}
.form .text{
	border:1px solid #8e8f8f;
	background:#fff;
	margin:0;
	float:left;
	outline:none;
	padding:2px 3px;
	width:138px;
}
.form .alt{width:56px;}
.form .button{
	width:275px;
	background: url(../images/border-ttl.gif) no-repeat;
	padding:18px 0 9px;
	margin:3px 0 0;
	overflow:hidden;
}
.form .submit{
	background: url(../images/btn-submit.gif) no-repeat;
	width:213px;
	height:58px;
	float:left;
	font-size:0;
	line-height:0;
	cursor:pointer;
	border:0;
	margin:-2px 30px 0;
}

.placeholder{
	width:964px;
	margin:0 0 0 6px;
	padding:20px 18px 17px 12px;
	background: url(../images/border-placeholder.gif) no-repeat;
}
.placeholder img{display:block;}
/* block-list */
.block-list{
	width:981px;
	padding:23px 16px 47px 14px;
	margin:0 0 0 6px;
	overflow:hidden;
	background: url(../images/border-placeholder.gif) no-repeat;
}
.list{
	width:311px;
	float:left;
	overflow:hidden;
	padding:0 16px 0 0;
}
.list h2{
	margin:0;
	padding:10px 0 7px 24px;
	font-size:32px;
	font-weight:bold;
	background: url(../images/bg-list-h2.gif) no-repeat;
	line-height:45px;
}
.list ul{
	margin:0;
	padding:0 20px;
	list-style:none;
	width:273px;
	overflow:hidden;
}
.list li{
	display:block;
	vertical-align:top;
	padding:7px 0 6px 2px;
	background: url(../images/border-list.gif) no-repeat 0 100%;
}
.list strong{
	background: url(../images/bullet.gif) no-repeat 0 1px;
	display:block;
	text-indent: 20px;
	font-size:14px;
	line-height:18px;
	color:#f98f00;
	text-transform:uppercase;
}
.list strong a{color:#f98f00;}
.list p{
	margin:0 0 0 3px;
	font:11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.list .rss{background: url(../images/icon-rss.gif) no-repeat;}
.date{
	font:11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#babcc6;
}
/* footer */
#footer{
	background:#e77200 url(../images/bg-footer.gif) repeat-x;
	width:964px;
	margin:0 3px;
	padding:14px 21px 9px 11px;
}
#footer p{
	margin:0;
	position:relative;
	font:11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
}
.footer-holder{
	width:100%;
	overflow:hidden;
}
.ad-block{
	float:right;
	position:relative;
}
.ad-block strong{
	float:left;
	position:relative;
	font:11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.ad-block .footer-nav{
	float:left;
	overflow:hidden;
}
.footer-nav{
	float:left;
	margin:0 -8px 0 0;
	padding:0;
	list-style:none;
}
.footer-nav li{
	float:left;
	background: url(../images/separator-footer-nav.gif) no-repeat 0 2px;
	padding: 0 7px 0 8px;
	margin:0 0 0 -1px;
}
.footer-nav a{
	color:#fff;
	white-space:nowrap;
	font:11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* inner */
#main .other-content{width:503px;}
.other-content .text-blocks{width:100%;}
.other-content .txt{
	width:auto;
	height:1%;
}
.other-content .txt h3{
	font-size:18px;
	background:none;
}
.other-form-block{
	background:url(../images/bg-other-form-block-c.gif) repeat-y;
	width: 351px;
}
.other-form-block .form-block-holder{background: url(../images/bg-other-form-block-t.gif) no-repeat;}
.other-form-block .form-block-frame{
	background: url(../images/bg-other-form-block-b.gif) no-repeat 0 100%;
	width:324px;
	padding:17px 14px 0 13px;
}
.other-form-block .illustration{
	left:324px;
	top:-17px;
}
.other-form-block .img{margin:-30px 6px 0 19px;}
.other-form-block .ttl{
	background-repeat:repeat-x;
	padding:0 2px;
}
.ttl .other-title{
	color: #ffffff;
	font-size:13px;
}
.ttl .othet-title{
	overflow:hidden;
	width:317px;
	margin:-5px 0 0;
	padding:0 0 11px;
}
.form-list{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#353344;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 0 4px;
	height:1%;
}
.form-list li{
	padding:7px 0;
	border-top:1px solid #f9b459;
	margin:-1px 0 1px;
	height:1%;
	overflow:hidden;
}
.form-list .title, .form-list .title label{
	float:left;
	width:124px;
	padding:1px 4px;
	font-weight:bold;
	line-height:15px;
}
.form-list .info{
	overflow:hidden;
	height:1%;
	width:auto;
	padding:0;
}
.form-list label{
	font-weight:normal;
	padding:0 15px 0 0;
}
.form-list .select{
	width:39px;
	line-height:15px;
}
.form-list .ald{width:51px;}
.form-list .alter{
	width:135px;
	line-height:15px;
	margin:0 0 1px;
}
.form-list .text-holder{width:50px;}
.form-list .text-holder .text{
	width:42px;
	padding:0 3px 1px;
}
.form .link{
	background: url(../images/bg-form-link.gif) no-repeat;
	padding:0 0 0 19px;
	font-size:16px;
	line-height:21px;
	display:block;
	font-weight:bold;
	color:#fff;
	margin:0 0 2px;
	width: 280px;
}
.suite,
.retour{
	background: url(../images/bg-retour.gif) no-repeat;
	width: 53px;
	height: 28px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	float:left;
	margin-right:7px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
}
.retour:hover{
	text-decoration: none;
}
.suite{
	background: url(../images/bg-suite.gif) no-repeat;
	margin:0;
}
.progress-box{
	background: url(../images/bg-progress-box.gif) no-repeat;
	width: 204px;
	height: 26px;
	padding:1px;
	float:left;
	margin-right:7px;
}
.progress{
	display:block;
	background: url(../images/bg-progress.gif) repeat-x;
	height: 26px;
	width:79px;
}
.form-block .container{
	height:1%;
	overflow:hidden;
	padding:15px 0 14px;
	margin:0 0 0 -2px;
	width:326px;
	position:relative;
	background: url(../images/border-ttl.gif) repeat-x;
}

/* Comparateur */
#comparator-form ul.error_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#comparator-form ul.error_list li {
	color: #000000;
}
#comparator-form .radio-inline ul.radio_list li {
	display: inline;
}
#comparator-form ul.radio_list {
	list-style-type: none;
}
#comparator-form .radio-inline ul.radio_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#progressbar {
	background: url(../images/bg-progress-box.gif) no-repeat;
	width: 200px;
	height: 25px;
	padding:1px;
	float:left;
	margin-right:7px;
}
.ui-widget-header {
	background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
	border-color: #F57B1C;
}
.ui-widget-content {
	background-image: url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png");
	border-color: #ffffff;
}