@font-face {
    font-family: yanone;
    src: url(font/YanoneKaffeesatz-Regular_0.ttf);
}
@font-face {
    font-family: roboto;
    src: url(font/Roboto-Regular.ttf);
}


body
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

/*
	Intestazione base
*/

.header_main
{
	display: block;
	position: relative;
	overflow: hidden;
	height: 65px;
	min-height: 65px;
	background-color: white;
}

.header_main .logo
{
	display: block;
	position: relative;
	margin-left: 30px;
	margin-top: -4px;
	left: 0;
	top: 0;
	width: 300px;
	min-width: 300px;
	height: 66px;
	min-height: 66px;
	background: url("images/logo_european_appliances_300.png") no-repeat 0 0;
	float:left;
}

.header_main .logo1,
.header_main .logo2,
.header_main .logo3
    {display: block; position: absolute; background-position: 0 0; background-repeat: no-repeat;}
.header_main .logo1
    {left: 300px; top: 13px; width: 120px; height: 32px; background-image: url("images/logo_hotpoint.jpg")}
.header_main .logo2
    {left: 450px; top: 13px; width: 120px; height: 31px; background-image: url("images/logo_ha.jpg")}
.header_main .logo3
    {left: 600px; top: 13px; width: 120px; height: 41px; background-image: url("images/logo_indesit.jpg")}

.header_main .menu_utility
{
	display: block;
	position: absolute;
	right: 25px;
	bottom: 1px;
	height: 23px;
	min-height: 23px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 11px;
	background: #cccccc url("images/rounding_box_right_gray.gif") no-repeat right top;
}

.header_main .menu_utility li
{
	display: block;
	float: left;
	border-left: solid 1px white;
	height: 23px;
	min-height: 23px;
	padding-right: 6px;
}

.header_main .menu_utility a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	height: 23px;
	min-height: 23px;
	line-height: 23px;
	background: url("images/circle_arrow_gray.gif") no-repeat left center;
}

.header_main .menu_utility a:hover
{
	text-decoration: underline;
}

.header_main .menu_utility .first a
{
	background-image: url("images/circle_arrow_gray_rounded.gif");
}

/*
	Intestazione del titolo
*/

.header_title
{
	display: block;
	height: 58px;
	min-height: 58px;
	max-height: 58px;
	line-height: 58px;
	font-size: 10px;
	color: #8e8e8e;
	background-color: #003061;
	margin: 0;
	padding: 0;
}

.title
{
	display: block;
	font-weight: normal;
	line-height: 58px;
	height: 58px;
	min-height: 58px;
	max-height: 58px;
	min-width: 300px;
	font-size: 10px;
	color: #8e8e8e;
	padding-left: 10px;
	margin: 0;
	padding: 0;
	float:left;
	background: url("images/title.png") no-repeat 0 0;
}

.header_title .logout
{
	display: block;
	float: right;
	font-size: 10px;
	color: white;
	line-height: 18px;
	height: 18px;
	min-height: 18px;
	text-decoration: none;
	padding-right: 25px;
}

.header_title .logout:hover
{
	text-decoration: underline;
}

/*
*/

.body
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	/*position: relative;*/
	border-top: solid 1px #444340;
	padding-bottom: 1px;
}

.body.with_menu
{
	padding-right: 0px;
}

.body.with_menu .fix
{
	/*background: url("images/site_menu_fix.gif") repeat-y right top;*/
}

.body.with_menu .body_content
{
	min-height: 500px;
	width: 100%;
	float: left;
}

.body.with_menu .body_content .home_left
{
	display: block;
	float: left;
	width: 50%;
	background-color: #f2f2f2;
	font-size: 30px;
	color: #f8bc3b;
    font-family: yanone;
    text-align: center;
	padding-top: 20px;
	height: 480px;
}

.body.with_menu .body_content .home_left .welcome
{
	display: block;
	color: #666666;
	font-size: 12px;
	font-family: roboto;
	background-color: white;
	margin: 20px 40px 30px 40px;
	padding: 10px;
	bottom:0;
	height: 350px;
}

.body.with_menu .body_content .home_right
{
    margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	
	width: 50%;
	min-height: 500px;
	background-size: cover  !important;         /* Generic*/
	background: url("images/home_right_bck.jpg") no-repeat center center ;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
}


.body .site_menu
{
	display: block;
	float: right;
	width: 249px;
	min-width: 249px;
	background-color: #cccccc;
	padding-top: 159px; /*ALMENO*/
}

.body .site_menu.prod_search
{
	background: #cccccc url("images/site_menu_prod_search.jpg") no-repeat left top;
}

.body .site_menu .menu1_title,
.body .site_menu .menu2_title
{
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #99ccff;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #003366;
	padding-left: 18px;
	overflow: hidden;
}

.body .site_menu .menu1,
.body .site_menu .menu2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.body .site_menu .menu1 li,
.body .site_menu .menu2 li
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 18px;
	min-height: 18px;
	border-bottom: solid 1px #003366;
}

.body .site_menu .menu1 li a,
.body .site_menu .menu2 li a
{
	display: block;
	overflow: hidden;
	font-size: 10px;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	padding-left: 18px;
	color: #003366;
	text-decoration: none;
	background: #cccccc url("images/arrow_gray_off.gif") no-repeat 5px center;
}

.body .site_menu .menu1 li a:hover,
.body .site_menu .menu2 li a:hover
{
	text-decoration: underline;
	background-image: url("images/arrow_gray_on.gif");
}

.body .site_menu .loggedas
{
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: solid 1px #003366;
}

.body .site_menu .terms_of_returns
{
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
    color: #003366;
    padding-top: 15px; 
    padding-left: 18px;
    padding-right: 15px;
}


.body .top_menu
{
	float: left;
	width: 100%;
	min-width:900px;
	display: block;
    background-color: #8e8e8f;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    font-family: roboto;
}

.body .top_menu .menu1_title,
.body .top_menu .menu2_title
{
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 25px;
	overflow: hidden;
	float: left;
}

.body .top_menu .menu1,
.body .top_menu .menu2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.body .top_menu .menu1 li,
.body .top_menu .menu2 li
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

.body .top_menu .menu1 li a,
.body .top_menu .menu2 li a
{
	display: block;
	overflow: hidden;
	font-size: 13px;
	padding-left: 18px;
	color: white;
	text-decoration: none;
	background: url("images/line_gray_off.png") no-repeat 5px center;
}

.body .top_menu .menu1 li a:hover,
.body .top_menu .menu2 li a:hover
{
	text-decoration: underline;
	color: #f0b310;
	background-image: url("images/line_gray_on.png");
}

.body .top_menu .loggedas
{
    text-align: center;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    background-color: #70716d;
    color: white;
}

.body .top_menu .homepg
{
    text-align: center;
    padding-left: 10px;
    float: left;
}

.body .top_menu .homepg a
{
   	color: white;
   	font-size: 13px;
	text-decoration: none;
}

.body .top_menu .logout
{
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    float: rigth;
    background-color: #8e8e8f;
    text-align: right;
}

.body .top_menu .logout input.logoutbtn
{
	font-size: 12px;
	background-color: #f8bc3b;
	color: black;
    font-family: roboto;
    text-align: center;
    min-width: 60px;
    border: 0;
    padding: 2px;
    border-radius: 4px;
    cursor:pointer;
}

.body .terms_of_returns
{
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
    color: #888888;
    padding-top: 35px; 
    padding-left: 18px;
    padding-right: 15px;
    font-size: 13px;
}

.body .search_header
{
	margin-left: 5px;
	color: #003366;
	text-decoration: none;
}

/*
*/

.footer
{   display: block;
    
	height: 58px;
	min-height: 58px;
	width:100%;
	text-align: center;
	background-color: #003061;
	
	position:fixed;
    left:0px;
    bottom:0px;
}

.footer .copy
{
	color: white;
	font-size: 13px;
	height: 58px;
	min-height: 58px;
	padding-left: 6px;
	vertical-align: middle;
}

.footer .copy img {
    vertical-align: middle;
    padding: 5px 0;
}

ul.errorMessage
{
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.errorMessage li:before
{
    content: "! ";
}

ul.errorMessage li
{
    color: #ffaf3c;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.errorMessage
{
    color: #ffaf3c;
}

span.warning
{
    color: #ffaf3c;
    font-weight: bold;
}

.mandatory
{
	border: solid 2px black;
}


::-ms-browse {
  background: #f8bc3b;
  font-size: 12px;
  color: black;
  padding: 1em;
  font-family: roboto;
  border: 0;
  padding: 4px;
  border-radius: 4px;
}

::-webkit-file-upload-button {
  background: #f8bc3b;
  font-size: 12px;
  color: black;
  padding: 1em;
  font-family: roboto;
  border: 0;
  padding: 4px;
  border-radius: 4px;
}
    