.cf:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf
{
  display: inline-block;
}

* html .cf
{
  height: 1%;
}

.cf
{
  display: block;
}
 
body {
	margin: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #124578;
	font-size: 12px; 
	line-height: normal;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -666;
}

#bg_top {
	background-image: url(images/2011/header_bg_smaller.png);
	background-repeat: repeat-x;
	background-position: top;	
	position: absolute;
	height: 69px;
	width: 100%;
	top: 49px;
	left: 0px;
	z-index: 30;	
}

#bg_top_white {
	background-color: #FFFFFF;
	position: absolute;
	height: 80px;
	min-height: 80px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -20;
}

p{
	line-height: 1.4;
}


a:link, a:visited, a:hover, a:active{
	color: #102f63;
	text-decoration : none;
}

p a {
	text-decoration : underline !important;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul {
	margin-top: 6px;
	margin-bottom: 6px;
}

/****************************** MAIN MENU ****************************/
.menu_bg {
	float: left;
	width: auto;
	height: 30px;
	padding-top: 8px;
	padding-right: 1em;
	padding-left: 1em;
}


.menu_hover_bg, li.current .menu_bg {
	background-image:url("images/2011/menu_hover_bg.png");
	border:medium none;
	color:#FFFFFF;
	float:left;
	height:30px;
	left:-2px;
	overflow:hidden;
	position:relative;
	top:-8px;
}

li.current .menu_bg a, .menu_hover_bg a{
	color: #fff !important;
	margin-top: 8px !important;
}



/******************************* PAGE ********************************/

#page {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_column {
	float: left;
	width: 920px;
}

.not_wide_page_text {
	width: 520px;
	font-weight: normal;

}

/******************************* HEADER ********************************/

#header_box {
	float: left;
	width: 980px;
	height: 111px;
}

#header_logo {
	float: left;
	width: 145px;
	height: 124px;
	background-image: url(images/2011/header_logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 40;
	position: relative;
	top: 22px;
}

#header_text {
    background-image: url("images/2011/pay-off-in-red-bar.png");
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    left: 160px;
    position: relative;
    top: -343px;
    width: 373px;
    z-index: 40;
}

#free_word_search_form {
    margin: 0;
    padding: 85px 0px 2px 0px;
}
#free_word_search_form INPUT.keywords {
    border: 1px solid #C7C7C7;
    height: 15px;
    margin: 0;
    padding: 2px;
    width: 148px;
}
#free_word_search_form img.submit {
	cursor: pointer;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 6px;
	left: 6px;
    width: 59px;
} 

/******************************* MENU *******************************/

#menu_box {
    color: #000000;
    float: left;
    height: 0px;
    padding-left: 3px;
    position: relative;
    top: 81px;
    width: 782px;
    z-index: 41;
}

#menu_item {
	float: left;
	width: 108px;
	height: 22px;
	text-align: center;
}

/***************************** SLIDER BOX ******************************/

#slider_box {
	float: left;
	width: 980px;
	height: 215px;
}

#slider_pic_box {
	float: left;
	width: 980px;
	height: 215px;
}

#slider_pic_container {
	width: 980px;
	height: 215px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#slider_pic {
	width: 980px;
	height: 215px;
	position: relative;
	z-index: 1;
}

.slider_pic_top {
	width: 980px;
	height: 215px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider_top.png', sizingMethod='scale');
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 98px;
}
.slider_pic_top[class] {
	background-image: url(images/2011/slider_border.png);
	background-repeat: no-repeat;
}

#slider_text_column {
	float: left;
	width: 258px;
	height: 256px;
}

#slider_text_box {
	float: left;
	width: 258px;
	height: 185px;
}

#slider_text_container {
	display: block;
	position: relative;
	z-index: 1;
	width: 258px;
	height: 185px;
	overflow: hidden;
}

#slider_text {
	width: 258px;
	height: 185px;
	position: relative;
	z-index: 1;
}

.slider_text_item {
	width: 234px;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #0065ab;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
}

.slider_text_top {
	float: left;
	width: 258px;
	height: 185px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider_text_top.png', sizingMethod='scale');
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
}
.slider_text_top[class] {
	background-image: url(images/slider_text_top.png);
	background-repeat: no-repeat;
}

#sidebar_search_header {
	float: left;
	width: 164px;
	height: 56px;
	background-image: url(images/sidebar_search_header.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 94px;
	font-weight: bold;
	color: #555555;
}

/********************* BIG BLUE EXCLAMATION MARK ***********************/

#main_exclamation_mark {
    background-image: url(images/main_exclamation_mark_2012.png);
    background-repeat: no-repeat;
    height: 401px;
    width: 221px;
    position: relative;
    z-index: 40;
    left: 747px;
    top: 10px;
    cursor: pointer;
}

#main_exclamation_mark div {
    color: #0061A9;
    font-size: 18px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    left: 109px;
    line-height: 19px;
    position: relative;
    text-align: center;
    top: 229px;
    width: 110px;
}

/****************************** CONTENT ********************************/

#columns {
	float: left;
	width: 980px;
	background-image: url(images/2011/sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}

#left_column {
	float: left;
	width: 735px;
	padding: 1px 0 20px;
	overflow: hidden; 
	min-height: 200px;
}

#right_column {
	float: left;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    width: 221px;
}

#main_box {
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 20px;
    width: 735px;
}

#main_box_column1 {
	float: left;
	width: 477px;
	padding-right: 9px;
	display: inline;
	height: 235px;
}

#main_box_column2 {
	float: left;
	width: 219px;
}
 
#footer_box {
    background-color: #FFFFFF;
    border-top: 1px solid #9AC5DD;
    float: left;
    height: 26px;
    margin-top: 0;
    padding-top: 10px;
    width: 100%;
}

#footer {
	width: 980px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	color: #000000;
}

#footer_menu {
    display: inline;
    float: left;
    font-size: 11px;
	color: #000000;
}

#footer_copyright {
	margin-left: 232px;
	float: left;
	width: 300px;
	font-size: 11px; 
	color: #000000;
}

/************************** MAIN BOX ****************************/
.main_box_wrapper {
    display: inline;
    float: left;
    height: 237px;
    margin: 0;
    padding: 0 12px 0 0;
    width: 233px;
}

#main_box_horizontal_separator {
	min-height: 10px;
	height: 10px;
	clear: both;
	width: 100%;
	padding:0;
	margin:0;
}

/* main text box (blue header) */
.main_text_box {
	width: 233px;
	height: 237px;
	overflow: hidden;
}

.main_text_box .header {
	width: 233px;
	height: 28px;
	background-image: url(images/2011/main_box_blue_header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.main_text_box .inner {
	background-image: url(images/2011/main_box_blue_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0 1px;
	margin: 0;
	height: 203px;
	min-height: 203px;
}

.main_text_box .header H3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 6px 16px;
}

.main_text_box .inner P {
	margin: 0px;
	padding: 0px;
}

.main_text_box .inner A {
	color: inherit;
}

.main_text_box .inner IMG {
	border: none !important;
}

.main_text_box .footer {
	width: 233px;
	height: 6px;
	background-image: url(images/2011/main_box_blue_footer.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* main white box */
.main_box_white {
	width: 233px;
}

.main_box_white .header {
	width: 233px;
	height: 6px;
	background-image: url(images/2011/main_box_white_header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.main_box_white .inner {
    background-image: url("images/2011/main_box_bg.png");
    background-repeat: repeat-y;
    margin: 0;
    padding: 5px 0 0 12px;
}

.main_box_white .inner UL {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    list-style-image: url("images/2011/arrow_small_blue_right.png");
    margin: 0;
    padding: 6px 0 0 16px;
}

.main_box_white .inner LI A {
	color: #000000;
	text-decoration: none;
}

.main_box_white .inner h3 {
    background-color: transparent;
    background-image: url("images/2011/head_icon_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    margin: 0;
    padding: 2px 0 0 28px;
}

.main_box_white .inner h3 a{
	color: #124578;
}

.main_box_white .inner P.content {
	margin: 0;
	padding: 10px 0 0 5px;
	color: #000000;
	font-size: 13px;
}

.main_box_white .footer {
	width: 233px;
	height: 6px;
	background-image: url(images/2011/main_box_white_footer.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* Fade-plugin home page baners */
#main_banner_slider { 
	width: 477px; 
	height: 235px;
	overflow: hidden; 
}
.slide { 
	position: relative; 
	width: 477px; 
	height: 235px;
	background: #fff; 
	text-align: center; 
}

div.fadenav { position: absolute; bottom: 7px; left: 5px; }
div.fadenav a { 
	display: block;  
	width: 12px; 
	height: 15px; 
	margin: 0 0 0 8px; 
	float: left; 
	overflow: hidden; 
	font-weight: bold;
	color:#919191;
	font-size: 15px;
}
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current { color:#0c4987; }

/* Easy Slider - Home Page Banners */

	#main_banner_slider ul, #main_banner_slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#main_banner_slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:477px;
		height:235px;
		overflow:hidden; 
		}	
	/*
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
	*/
	/* numeric controls */	

	ol#main_banners_numeric_controls {
		font-size: 15px;
		height: 28px;
		margin: 0;
		padding: 0 13px;
		position: relative;
		top: -26px;
		}
	ol#main_banners_numeric_controls li{
		float: left;
		height: 28px;
		line-height: 28px;
		list-style: none outside none;
		margin: 0 8px 0 0;
		padding: 0;
		}
	ol#main_banners_numeric_controls li a{
		float:left;
		height:28px;
		line-height:28px;
		color:#919191;
		padding:0 2px;
		text-decoration:none;
		font-weight: bold;
		}
	ol#main_banners_numeric_controls li.current a{
		color:#0c4987;
		}
	ol#main_banners_numeric_controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/************************* BEST BUY **************************/
#best_buy_wrapper {
	width: 233px;
	float: left;
}
#right_column #best_buy_wrapper {
	width: 221px;
}
.best_buy_box {
	width: 233px;
	padding: 0;
	margin: 0 0 0 4px;
	height: 235px;
}
#right_column .best_buy_box {
	width: 221px;
	margin: 0;
	height: 227px;
}

.best_buy_box .inner {
    background-image: url("images/2011/main_box_blue_bg.png");
    background-repeat: repeat-y;
    height: 199px;
    margin: 0;
    min-height: 99px;
    padding-left: 1px;
    width: 232px;
}

#right_column .best_buy_box .inner {
	width: 221px;
	background-image: url(images/2011/side_box_bg.png);
	padding-left: 1px;
}

.best_buy_box .header {
	width: 233px;
	height: 28px;
	background-image: url(images/2011/main_box_blue_header.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#right_column .best_buy_box .header {
	width: 221px;
	background-image: url(images/2011/main_box_sidebar_blue_header.png);
	background-repeat: no-repeat;	
}

.best_buy_box .header H3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 6px 16px;
}

.best_buy_box .header H3 a {
	color: #ffffff;
}

.best_buy_box_footer {
	width: 233px;
	height: 52px;
	background-image: url(images/2011/main_box_prod_footer.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: -52px 0 0 4px;
} 
#right_column .best_buy_box_footer {
	width: 221px;
	height: 6px;
	background-image: url(images/2011/side_box_footer.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

ul#product_slider {
	margin: 0px !important;
	padding: 0px !important;
}
		
.product_slider_product_li {
	margin: 0 auto;
    width: 195px;
}
.product_slider_product_brand {
	font-size: 14px;
	font-weight: bold;
	color: #384569;
}
.product_slider_product_name {
	font-size: 14px;
	font-weight: normal;
	color: #384569;
        margin: 0px;
}
.product_slider_price_bg {
    background-image: url("images/2011/prod_box_price_bg.png");
    background-repeat: no-repeat;
    color: white;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    left: 0;
    position: relative;
    top: 93px;
    z-index: 60;
	width: 82px;
} 
.product_slider_product_price {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: right;
    width: 70px;
    z-index: 9999; 
}

.product_x {
    margin-left: 30px;
    margin-top: 10px;
    overflow: hidden;
    width: 183px;
}

.prod_ez_gordul {
    margin: 0;
    padding: 0;
    position: relative;
    top: -43px;
    width: 231px;
}
#right_column .prod_ez_gordul {
	width: 219px;
	top: -40px;
}

.product_slider_wrap {
	height: 199px;
	display: block;
}
.product_slider_wrap .prev {
    left: 213px;
    position: relative;
    top: 173px;
}
#right_column .product_slider_wrap .prev {
    left: 203px;
}
.product_slider_wrap .next {
	left: -6px;
    position: relative;
    top: 173px;
}
#right_column .product_slider_wrap .next {
	left: -8px;
}
.bxslider_container {
	height: 206px !important;
}
/************************* PAGES ****************************/

.page_title_bg {
	background-image:url("images/2011/page_title_bg.png");
	background-position:left top;
	background-repeat:no-repeat;
	color:#0465B2;
	float:left;
	font-size:17px;
	font-weight:bold;
	height:29px;
	padding-left:36px;
	padding-top:8px;
	width:746px;
	margin-left: 0px;
}
.page_title_bg h1 {
    font-size:17px;
    font-weight:bold;
    margin:0;
}
/*
.page_title_bg_small {
	float: left;
	width: 668px;
	font-size: 12px;
	font-weight: bold;
	color: #727272;
	background-image: url(images/page_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 7px;
	padding-left: 36px;
}*/

.page_content {
	float: left;
	width: 709px;
	padding-left: 15px;
	padding-top: 15px;
}

/*************************** LOGIN ******************************/

.small_box {
    float: left;
    margin: 34px 10px 0 18px;
    width: 290px;
	color: black;
}

.small_box_right {
    border-left: 1px solid #ADCDDF;
    padding-left:38px;
}

#login_info {
	margin-bottom: 10px;
	color: black;
}

.small_bg {
	float: left;
	padding-top: 15px;
}

#big_box {
	float: left;
	width: 641px;
	padding-left: 7px;
}


#dv_view_box {
	float: left;
	width: 637px;
	padding-left: 8px;
	padding-top: 20px;
}

.login_form td {
	padding: 3px;
}

/*************************** DV ******************************/

#dv_view_top {
	float: left;
	width: 637px;
	height: 8px;
	background-image: url(images/dv_view_top.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}

#dv_view_bg {
	float: left;
	width: 637px;
	background-image: url(images/dv_view_bg.jpg);
	background-repeat: repeat-y;
}

#dv_view_bg_top {
	float: left;
	width: 613px;
	background-image: url(images/dv_view_bg_top.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
}

#dv_view_bottom {
	float: left;
	width: 637px;
	height: 15px;
	background-image: url(images/dv_view_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}

.dv_view_title_bg {
	float: left;
	width: 95px;
	height: 16px;
	background-image: url(images/dv_view_title_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 15px;
}

#dv_doc_box {
	float: left;
	width: 216px;
}

#dv_doc_header {
	float: left;
	width: 248px;
	height: 18px;
	background-image: url(images/dv_doc_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
}

.dv_doc_bg {
	float: left;
	width: 218px;
	background-image: url(images/dv_doc_bg.jpg);
	background-repeat: repeat-y;
	height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
}

.dv_doc_bg1 {
	float: left;
	width: 218px;
	background-image: url(images/dv_doc_bg1.jpg);
	background-repeat: repeat-y;
	height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
}

#dv_doc_bottom {
	float: left;
	width: 248px;
	height: 7px;
	background-image: url(images/dv_doc_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}

#dv_list_box {
	float: left;
	width: 637px;
	padding-left: 8px;
}

#dv_list_top {
	float: left;
	width: 637px;
	height: 7px;
	background-image: url(images/dv_list_top.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}

#dv_list_bg {
	float: left;
	width: 637px;
	background-image: url(images/dv_list_bg.jpg);
	background-repeat: repeat-y;
}

#dv_list_bottom {
	float: left;
	width: 637px;
	height: 15px;
	background-image: url(images/dv_list_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}

.dv_list_header {
	background-image: url(images/dv_list_header_bg.jpg);
	background-repeat: repeat-x;
}

.dv_list_td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #d0d0d0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

.dv_list_footer {
	background-image: url(images/dv_footer_bg.jpg);
	background-repeat: repeat-x;
	padding-right: 20px;
}

.uw_account_order {
	background-image: url(images/2011/dv_button_bg_1.png);
}

.uw_account_dv {
	background-image: url(images/2011/dv_button_bg_2.png);
}

.uw_account_udata {
	background-image: url(images/2011/dv_button_bg_3.png);
}

.uw_account_button {
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
	font-weight: bold;
    height: 55px;
	width: 148px;
    text-decoration: none;
	cursor: pointer;
}

.uw_account_button span {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    margin: auto;
    overflow: hidden;
    width: 100px;
}

.dv_menu_desc {
    float: left;
    margin: 10px 5px 0 10px;
    width: 530px;
}

.menu_line {
	padding-bottom: 40px;
	clear: both;
}

/*************************** NEWS ******************************/
.news_content A {
    color: rgb(51, 102, 255);
    text-decoration: underline;
    cursor: pointer;
}

.news_title, .news_title a {
	color:#0465B2;
	font-size:17px;
	font-weight:bold;
	min-height:22px;
	padding:0;
	width:100%;
        margin:0;
}

.news_content {
	float: left;
	width: 694px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.archiv_news_content {
	float: left;
	width: 629px;
	font-size: 13px;
	line-height: 17px;
	padding-top: 20px;
	padding-left: 25px;
}

#news_header_bg {
	float: left;
	width: 687px;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	font-weight: bold;
	background-image: url(images/store_change_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c5c5c5;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
}

#news_header_select_box {
	float:left;
	height:24px;
	padding:17px 15px 35px 0;
}

/*nagy lapozó*/
.pager {
float:right;
margin-top:17px;
padding-right:10px;
}

.pager table {
	border: 1px solid #e2e2e2;
	height: 25px;
}
.pager table td {
	border-right: 1px solid #e2e2e2;
	font-weight: bold;
	color: #0062b2;
	line-height: 10px;
	width: 24px;
	height: 25px;
}

.pager table td.actual {
	background-color: #0062b2;
	font-weight: bold;
}

.pager table td.actual a {
	color: white !important;
}

/*kis lapozó*/
table.small_pager td.actual {
	background-position: 1px 8px !important;
}

table.small_pager td.actual a {
	color: white !important;
}

.news_item_small_image {
    border: 2px solid #B8B8B8;
    float: left;
    margin: 0 28px 0 0;
    padding: 0;
    width: 98px;	
    height: 98px;
	overflow: hidden;
}

.news_item_small_image IMG {
	vertical-align: middle;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 98px;	
    height: 98px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.news_item_body {
	display: block;
	float: left;
	display: inline;
}

.news_content .with_image {
	width: 555px;
}

.news_sep_line {
	background:url("images/2011/news_sep_line.png") no-repeat scroll 0 0 transparent;
	clear:both;
	height:18px;
	width:703px;
	padding-bottom: 10px;
}

.news_item_body a.link_to_long {
    color: #0465B2 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 12px;
    text-decoration: none !important;
}

.news_content img.just_one_news {
	border: 2px solid #b8b8b8;
	margin:0 15px 3px 0;
}

.nti_text_image_visible {
  width: 545px;
  float: left;
}

/************************** FOLDER ****************************/
.folder {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	clear: both;
}

.folder .preview {
	float: left;
	width: 150px;
}

.folder .desc {
	float: left;
}

.textbanner_table{
  border: 1px solid #005fb8;
  width: 250px;
}

.textbanner_table th{
  height: 26px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  padding-top: 5px;
  background: url(/images/textbanner_title_bg.jpg) repeat-x;
  
}

.textbanner_table td{
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.textbanner_table a{
  font-weight: normal;
}

/************************** PRODUCTS ****************************/

#products_box {
	float: left;
	width: 704px;
	padding-bottom: 18px;
	overflow: hidden;
	margin-left:10px;
}

#products_slider_menu_bg {
	float: left;
	width: 654px;
	height: 34px;
	background-image: url(images/main_slider_menu_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#product_line {
	float: left;
	width: 650px;
	background-image: url(images/product_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 17px;
	padding-left: 27px;
	padding-right: 27px;
	margin-bottom: 10px;
}

#product_category_box {
	float: left;
	width: 650px;
	padding-left: 27px;
	padding-right: 27px;
}

.product_line {
	float: left;
	width: 650px;
	padding-bottom: 30px;
}

.product_category_items {
	float: left;
	width: 215px;
}

.product_category_title {
	float: left;
	width: 215px;
	padding-bottom: 10px;
	font-size: 15px;
	text-decoration: underline;
}

.product_category_item {
	float: left;
	width: 215px;
}

.product_pic {
	padding-top: 50px;
	padding-right: 10px;
}

.product_pic2 {
	padding-top: 10px;
}


.product_description {
	width: 360px;
	overflow: hidden;
	padding-bottom: 12px;
}

#product_specs_head {
	float: left;
	width: 360px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ababab;
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	color: #075aa9;
	cursor: pointer;
}

#product_specs {
	float: left;
	width: 360px;
	padding-bottom: 12px;
	overflow: hidden;
	display: none;
}

.product_spec {
	float: left;
	width: 168px;
	padding-top: 5px;
	padding-left: 12px;
	overflow: hidden;
	font-size: 12px;
	color: #8f8f8f;
}

.product_spec2{
	float: left;
	width: 47%;
	padding-top: 5px;
	padding-left: 12px;
	overflow: hidden;
	font-size: 12px;
}

.product_price_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ffcc01;
	border-right-color: #ffcc01;
	margin-top: 20px;
}

/************************* MAIN SLIDER ****************************/

#main_slider {
	float: left;
	width: 477px; 
	height: 235px;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

#main_slider_menu_bg {
	float: left;
	width: 702px;
	height: 25px;
	background-image: url(images/store_change_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c5c5c5;
}

.main_slider_menu {
	float: left;
	height: 20px;
	background-image: url(images/store_change_space.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #6d6d6d;
	cursor: pointer;
}

.main_slider_menu_activ {
	float: left;
	height: 20px;
	background-image: url(images/store_change_space.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #464646;
	cursor: pointer;
	font-weight: bold;
}

#slider_menu_content_box {
	float: left;
	width: 704px;
	padding-top: 20px;
}

.slider_content_box {
	float: left;
	width: 704px;
	display: none;
}

/************************* VIDEOS ****************************/

#video_box {
	float: left;
	width: 654px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	margin-bottom: 15px;
}

#video_list_bg {
	float: left;
	width: 654px;
	background-image: url(images/video_list_bg.jpg);
	background-repeat: no-repeat;
	height: 342px;
}

.video_list_row {
	float: left;
	width: 629px;
	font-size: 13px;
	line-height: 17px;
	padding-top: 20px;
	padding-left: 25px;
}

/********************** STORES SEARCH ************************/

.stores_search_bg {
	float: left;
	min-height: 600px !important;
	background-image: url(images/2011/shopfinder_bg.jpg);
	background-repeat: no-repeat;
	background-position: 202px 115px;
}

.stores_search_bg .page_content {
    margin-top: 20px;
    width: 350px !important;
}

#stores_search_box {
    display: inline;
    float: left;
    margin: 16px 7px;
    padding: 0;
    width: 290px;
}

#stores_search_box .zip {
	margin-bottom: 4px;
}

#store_search_submit_icon {
	position: relative;
	top: 5px;
}

/************************* STORES ****************************/

#map_box {
    border: 1px solid #BABABA;
    clear: both;
    display: block;
    height: 254px;
    left: 327px;
    position: relative;
    top: -340px;
    width: 397px;
}

#map {
	float: left;
	width: 388px;
	height: 245px;
	margin: 4px;
}

.store_name {
	font-size: 14px;
	color: #124578;
	font-weight: bold;
}

#store_change_bg .change_space {
	background-image: url(images/2011/store_change_space.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.store_change {
	float: left;

	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
	font-weight: normal;
}

#other_stores_select {
	float: left;
	height: 22px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.selected_tabmenu {
	font-weight: bold;
}

.hover_tabmenu {
	font-weight: bold;
}

#stores {
	float: left;
	width: 704px;
	height: 600px;
	padding-top: 28px;
}

.store_box {
	float: left;
	width: 658px;
	display: none;
	padding-right: 23px;
	padding-left: 23px;
}

.store_data_column {
	float: left;
	width: 280px;
	padding-right: 24px;
}

.store_data_column2 {
	float: right;
	width: 340px;
}

.store_pic {
    border: 1px solid #BABABA;
    float: left;
    margin-bottom: 8px;
    padding: 4px;
    width: 261px;
}

.store_description {
	float: left;
	width: 282px;
	padding: 10px;
}

.store_data {
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 17px;
    padding-left: 10px;
    width: 100%;
}

.repair_store_form {
	float: left;
	width: 240px;
}

.box_header_text {
    color: #006EC2;
    float: left;
    font-size: 12px;
    font-weight: bold;
    min-height: 19px;
    margin-bottom: 2px;
    margin-left: -10px;
    padding-top: 3px;
    width: 100%;
}

.store_data table strong {
	font-weight: normal !important;
}

.store_data table, .store_data table tr, .store_data table tr td {
	border: 0px !important;
}

/************************* SIDEBAR ****************************/
/*
<div class="side_white_box">
	<div class="header"></div>
	<div class="inner"></div>
	<div class="footer"></div>
</div>
*/
.side_white_box {
	width: 221px;
	padding: 10px 0 2px 0;
	margin: 0;
}

.side_white_box .inner {
    background-image: url("images/2011/side_box_bg.png");
    background-repeat: repeat-y;
    margin: 0;
    padding: 6px 0 0 10px;
    width: 211px;
}

.side_white_box .side_store_finder {
	height: 91px;
	min-height: 91px;
}

.side_white_box .side_login {
	height: 113px;
	min-height: 113px;
}

.side_white_box .inner h3, h3.iconized, .page_title_bg_small, .small_header {
	background-color: transparent;
    background-image: url("images/2011/head_icon_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 1px 0 0 28px; 
} 

.side_white_box .inner h3 a{
	color: #124578;
}

.small_header {
	color: #0061a9;
}

.side_white_box .header {
	width: 221px;
	height: 6px;
	background-image: url(images/2011/side_box_header.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.side_white_box .footer {
	width: 221px;
	height: 6px;
	background-image: url(images/2011/side_box_footer.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

/*.side_white_box .inner*/ .store_finder_input_text {
	/* background-image: url("images/2011/store_finder_input.png");
    background-position: 0 0;
    background-repeat: no-repeat; */
    border: 1px solid #c4d9ea;
    color: #114D8F;
    font-size: 12px;
    height: 16px; 
    width: 176px;
	line-height: 16px;
	padding-left: 3px;
}

.side_white_box .inner .side_input_field_login {
    border: 1px solid #c4d9ea;
    color: #114D8F;
    font-size: 12px;
    height: 16px; 
    width: 200px;
	line-height: 16px;
	padding-left: 3px;
}

.side_white_box .inner .input_image {
    position: relative;
    top: 5px;
}

#side_login_links {
	float: left;
    margin: -4px 0 0 10px;
    padding: 0;
    width: 140px;
}

/************************** FORM INPUT FIELD ***************************/

.input_field_hirlevel {
	height: 12px;
	font-size: 10px;
	border: 1px solid #d6d6d8;
}

.input_field_search {
	height: 14px;
	font-size: 10px;
	border: 1px solid #d6d6d8;
}

.input_select_search {
	height: 17px;
	font-size: 10px;
	border: 1px solid #d6d6d8;
}

.input_field_login {
	height: 14px;
	font-size: 12px;
	border: 1px solid #d6d6d8;
}

.form_text {
	color: #737373;
}

/******************************* PICTURE *******************************/

.pic_pad_right {
	margin-left: 5px;
	margin-bottom: 5px;
}

.pic_pad_left {
	margin-right: 8px;
	margin-bottom: 5px;
}

.pic_border {
	border: 1px solid #FFFFFF;
}

.pic_border1 {
	border: 1px solid #9d9d9d;
}

.pic_border2 {
	border: 1px solid #9d9d9d;
}

.grey_border {
	border: 1px solid #b2b2b2;
}

/****************************** STYLES *******************************/
a.button {
    background: transparent url('images/2011/button_bg_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
	font-weight: bold;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/2011/button_bg_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding:3px 0 4px 18px;
	color: #FFFFFF;
	white-space: nowrap;
} 

a.link_black:link, a.link_black:visited{
	color: #000000;
	text-decoration: underline;
}

a.link_black:hover, a.link_black:active{
	color: #000000;
	text-decoration : underline;
}

a.link_grey:link, a.link_grey:visited{
	color: #848484;
	text-decoration : none;
}

a.link_grey:hover, a.link_grey:active{
	color: #848484;
	text-decoration : none;
}

a.link_grey1:link, a.link_grey1:visited{
	color: #555555;
	text-decoration : none;
}

a.link_grey1:hover, a.link_grey1:active{
	color: #555555;
	text-decoration : none;
}

a.link_grey2:link, a.link_grey2:visited{
	color: #555555;
	text-decoration : none;
}

a.link_grey2:hover, a.link_grey2:active{
	color: #555555;
	text-decoration : none;
}

a.link_brown:link, a.link_brown:visited{
	color: #622100;
	text-decoration : none;
}

a.link_brown:hover, a.link_brown:active{
	color: #622100;
	text-decoration : underline;
}

a.link_white:link, a.link_white:visited{
	color: #000000;
	text-decoration : none;
}

a.link_white:hover, a.link_white:active{
	color: #FFFFFF;
	text-decoration : none;
}

a.link_blue:link, a.link_blue:visited{
	color: #124578;
	text-decoration : none;
}

a.link_blue:hover, a.link_blue:active{
	color: #124578;
	text-decoration : underline;
}

a.link_blue1:link, a.link_blue1:visited{
	color: #3a4556;
	text-decoration : none;
}

a.link_blue1:hover, a.link_blue1:active{
	color: #3a4556;
	text-decoration : none;
}

a.link_blue2:link, a.link_blue2:visited{
	color: #a1a1a1;
	text-decoration : none;
}

a.link_blue2:hover, a.link_blue2:active{
	color: #a1a1a1;
	text-decoration : none;
}

a.link_blue3:link, a.link_blue3:visited{
	color: #1d538a;
	text-decoration : none;
}

a.link_blue3:hover, a.link_blue3:active{
	color: #1d538a;
	text-decoration : underline;
}

a.link_blue4:hover, a.link_blue3:active{
	color: #154e91;
	text-decoration : underline;
}

a.link_blue4:link, a.link_blue3:visited{
	color: #154e91;
	text-decoration : underline;
}

a.link_blue5:hover, a.link_blue3:active{
	color: #7c9ec1;
	text-decoration : underline;
}

a.link_blue5:link, a.link_blue3:visited{
	color: #7c9ec1;
	text-decoration : underline;
}

/****************************** STYLES - TEXT COLOR *******************************/

.text_brown {
	color: #622100;
}

.text_red {
	color: #cc2b24;
}

.text_bordo {
	color: #861936;
}

.text_black {
	color: #000000;
}

.text_grey {
	color: #727272;
}

.text_grey1 {
	color: #4e4e4e;
}

.text_grey2 {
	color: #545454;
}

.text_white {
	color: #FFFFFF;
}

.text_green {
	color: #AEBF00;
}

.text_blue {
	color: #738199;
}

.text_blue1 {
	color: #1c4894;
}

.text_blue2 {
	color: #1d538a;
}

.text_blue3 {
	color: #0261a9;
}

/****************************** STYLES - TEXT COLOR *******************************/

.red_bg {
	background-color: #B72621;
}

.green_bg {
	background-color: #C3D417;
}

.yellow_bg {
	background-color: #E8E614;
}

.white_bg {
	background-color: #FFFFFF;
}

/****************************** STYLES - TEXT SIZE *******************************/

.text9 {
	font-size: 9px;
}

.text10 {
	font-size: 10px;
}

.text11 {
	font-size: 11px;
}

.text12 {
	font-size: 12px;
}

.text13 {
	font-size: 13px;
}

.text14 {
	font-size: 14px;
}

.text15 {
	font-size: 15px;
}

.text16 {
	font-size: 16px;
}

.text17 {
	font-size: 17px;
}

.text18 {
	font-size: 18px;
}

.text19 {
	font-size: 19px;
}

.text20 {
	font-size: 20px;
}

.text21 {
	font-size: 21px;
}

.text22 {
	font-size: 22px;
}

.text23 {
	font-size: 23px;
}

.text24 {
	font-size: 24px;
}

.text25 {
	font-size: 25px;
}

.text26 {
	font-size: 26px;
}

.text27 {
	font-size: 27px;
}

.text28 {
	font-size: 28px;
}

.text34 {
	font-size: 34px;
}

.text36 {
	font-size: 36px;
}

/****************************** STYLES - TEXT PADDING_BOTTOM *******************************/

.padb6 {
	padding-bottom: 6px;
}

.padb8 {
	padding-bottom: 8px;
}

.padb10 {
	padding-bottom: 10px;
}

.padb12 {
	padding-bottom: 12px;
}

.padb14 {
	padding-bottom: 14px;
}

.padb16 {
	padding-bottom: 16px;
}

.padb18 {
	padding-bottom: 18px;
}

.padb20 {
	padding-bottom: 20px;
}

.padb22 {
	padding-bottom: 22px;
}

.padb24 {
	padding-bottom: 24px;
}

/************************************** STYLES - LINE *************************************/

.bottomLine {
	width: 494px;
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
}

.secondbg{
	width:100%;
	height:121px;
	background: transparent url(images/body_bg.gif) top repeat-x;
}

.main_slider_menu_valid{
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 80px;
	color: #04346d;
	cursor: pointer;
	font-weight: bold;
}


.product_menu_item{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 10px 2px 20px;
	color: #999;
	cursor: pointer;
	border-right: 1px solid #aeadad;
	cursor: hand;
	background: transparent url(images/prod_menu.jpg) no-repeat;
}

.product_menu_item_selected{
	color: #102F63;
	background: transparent url(images/prod_menu_selected.jpg) no-repeat;
}

.product_text_selector{
	width:90px;
	color:#033168;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	border-left:1px solid #aeadad;
	border-right:1px solid #aeadad;
	border-bottom:1px solid #aeadad;
	float:left;
	text-align:center;
	padding:1px;
	cursor: pointer;
	cursor: hand;

}

.product_text_selector_selected{
	background: transparent url(images/product_text_selected.jpg) no-repeat;
	border:0px;
	height: 27px;
}

.product_price{
	margin:0px;
	padding:0px;
}

.prod_category_name{
	color:#4e4e4e;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}

.prod_category_box{
	width:157px;
	background:#ffffff url(images/cat_bg.jpg) top repeat-x;
	border:1px solid #acbccf;
	padding:5px 0px 0px 0px;
	margin-left:10px;
}

.prod_bottom_box{
	float:left;
	border-top:1px solid #aeadad;
	margin-left:10px;
	width:490px;
}

.prod_desc {
	margin-bottom: 3px !important;
}

.prod_pic_yellow_border {
	border: 2px solid yellow;
}

.prod_order_button {
	margin-top: 4px;
	display: block;
}

div.error{
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #8A1F11;

  border: 2px solid #DDD;
  margin-bottom: 1em;
  padding: 10px;
}
td.char-align { width: 7em; }
td.char-align span.left { float: left; text-align: right; width: 4em; }
td.char-align span.right { float: right; width: 3em; text-align: left; }

td.strike span {text-decoration: line-through;}

a.listlink{ font-size: 14px; text-decoration: underline;}

#energie_box{ 
  width: 200px;
  height: 100px;
  position: absolute;
  left: -259px;
  top: -14px;
  background: transparent url(/images/energie_box.jpg) no-repeat;
  z-index: 2;
}

#energie_box p{
  color: #095e25;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  padding: 16px 13px 1px 54px;
  margin: 0px;
}

/* advice tool */
#advice_wrapper {
  margin-top: 5px;
}

#advice_wrapper #results {
    float: left;
    font-size: 14px;
    padding: 10px 20px 10px 28px;
    width: 72%;
}

#advice_wrapper #tips-for-you {
  font-size: 14px;
  padding: 10px 20px 10px 3px;
  width: 72%;
  float: left;
}
#advice_wrapper #tips-for-you UL {
    padding-left: 0px;
}
#advice_wrapper #tips-for-you LI {
    padding: 8px 0px;
    margin: 0px;
}

#advice_wrapper #navi {
  float: right;
  text-align: right;
  width: 20%;
  font-style: italic;
  color: #a7a7a7;
}

#advice_wrapper #navi a {
  font-style: italic;
  color: #424242; /*#a5a5a5;*/
}
#advice_wrapper #navi a img {
  border: none;
}

#advice_wrapper #navi input {
  border: none;
  background: url(images/button_advice.png);
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  width: 79px;
  height: 36px;
  padding: 0;
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  white-space:pre-wrap;
  cursor: pointer;
}

#advice_wrapper ul li, #advice_wrapper ol li {
  font-style: italic;
  line-height: 20px;
  list-style: none;
}
#advice_wrapper .answer-display {
    font-weight: bold;
}
#advice_wrapper .sentence {
    margin-left: -17px;
}

#advice_wrapper #results h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

#advice_wrapper #advice_list {
  padding: 10px;
  margin-top: 50px;
  font-size: 14px;
}

#advice_wrapper #advice_list p {
  margin-bottom: 10px;
  font-style: italic;
}

#advice_wrapper #advice_list ul li {
  margin-bottom: 10px;
  list-style-image: url(images/li_advice.png);
}

#advice_wrapper .pager {
  float: left;
  margin: 20px 0 10px 0;
  line-height: 21px;
}

#advice_wrapper .pager a {
  color: #a5a5a5;
}

#advice_wrapper .pager a span {
  border: 2px #c2c2c2 solid;
  padding: 1px 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
}

#advice_wrapper div.list-number {
    border: 2px solid #C2C2C2;
    border-radius: 6px 6px 6px 6px;
    display: block;
    float: left;
    font-variant: normal;
    padding: 1px 3px;
    width: auto;
}
#advice_wrapper div.tips-text {
    clear: right;
    float: none;
    line-height: 20px;
    min-height: 30px;
    padding-bottom: 8px;
    padding-left: 33px;
    padding-top: 2px;
}

#advice_wrapper .pager a.current span {
  border: 2px #c2c2c2 solid;
  padding: 1px 3px;
  background-color: #023e76;
  color: #fff;
}

#advice_wrapper .pager a.current {
  font-weight: bold;
  color: #023e76;
}

#advice_wrapper .pager a {
  margin-right: 10px;
}

#advice_wrapper .question {
  color: #797c7e;
}
#advice_wrapper .question .title {
    color: #424242;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}
#advice_wrapper .question .title2 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-style: italic;
}
#advice_wrapper .question .answer textarea {
  width: 350px;
  height: 100px;
  border: 1px #AAAAAA solid;
  padding: 3px;
  color: #000;
  margin: 3px 0 3px 0;
}

#advice_wrapper .question .answer input {
    border: 1px solid #AAAAAA;
    color: #000000;
    margin: 3px 0;
    padding: 3px;
    width: 250px;
}
#advice_wrapper .question .answer input[type="checkbox"], #advice_wrapper .question .answer input[type="radio"] {
  width: auto;
  margin-right: 25px;
  border: none;
}
#advice_wrapper input[type="submit"] {
  border: none;
  background: url(images/advice_verder.png);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: 112px;
  height: 22px;
  padding: 0 5px 3px 5px;
  margin: 10px 0 0 0;
  text-align: left;
  cursor: pointer;
}

#advice_wrapper .error {
  color: #D91C00;
  font-weight: bold;
}

#advice_wrapper #adviceform {
  margin-left: 20px;
  margin-bottom: 20px;
}

#advice_wrapper.page_content.advice_bg {
/*  background: url(images/advice_bg.png) no-repeat top left;*/
  padding-right: 0px;
  min-height: 715px;
}

#advice_wrapper #form_descr {
  width: 707px;
}

#advice_wrapper #form_descr img {
  float: left;
  padding: 2px 0 2px 2px;
  margin: 0;
}

#advice_wrapper #form_descr div.descr {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#advice_wrapper #form_descr div.heading {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 13px;
    padding-top: 13px;
}

#advice_wrapper #form_descr div.body {
    font-size: 13px;
    margin: 0px;
    padding-left: 9px;
    padding-right: 13px;
    padding-top: 3px;
}

#advice_wrapper #form_descr p img {
  margin: 0 4px 4px 4px;
  border: 1px #424242 dotted;
  padding: 2px;
}

#advice_wrapper .result-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 34px;
    clear: left;
}

/* end of CSS file, please do not write after this line! */






