/* CSS Document  - La Stufa Bergamasca */
/*www.lastufabergamasca.it*/

/************** general styles******************/
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	color:#FFCC33;
	text-decoration:none;
}
.title {
	color:#660000;
	font-size:11px;
	font-weight:bold;
}
.desc {
	color:#000000;
	font-size:11px;
}
.vlink {
	color:#660000;
	font-size:11px;
	float:right;
}
/***********************************************/
body {
	background-image:url(../graphics/bg_stufa.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color:#770f2d;
	margin:0;
	padding:0;
}
#container {
	width:945px;
	padding:0 10px;
	margin:0 auto 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/****newsticker****/
#newsticker {
	width:965px;
	height:15px;
	padding:10px 0;
	background-color:#000;
	/*********/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:left;
}
#newsticker span {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#931635;
	font-size:14px;
	font-weight:bold;
	
}
#newsticker marquee{
	width:945px;
}
/*TOP*/
#top {
	width:965px;
	float:left;
}
.sel_lang {
	padding:5px 0px;
	font-size:11px;
	color:#FFF;
	float:right;
}
.sel_lang a {
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.sel_lang a:hover {
	color:#FFCC33;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
#header {
	width:965px;
	height:160px;
	background-image:url(../graphics/header_stufa.jpg);
	background-repeat:no-repeat;
	float:left;
}
/***top menu definition */
#top_menu {
	width:965px;
	height:45px;
	background-image:url(../graphics/bg_menu.jpg);
	background-repeat:no-repeat;
	float:left;
}
#top_menu ul {
	width:959px;
	margin:0;
	padding:0px 3px 0px 3px;
}
#top_menu ul li {
	width:137px;
	height:45px;
	list-style-type:none;
	position:relative;
	float:left;
}
/***top menu style*/
.tmenu {
	width:137px;
	height:30px;
	padding-top:15px;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
a.tmenu:visited {
	font-style:normal;
	text-decoration:none;
}
a.tmenu:hover {
	color:#FFCC33;
	font-style:normal;
	background-image:url(../graphics/bg_voice_menu.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
.tmenu_selected {
	width:137px;
	height:30px;
	padding-top:15px;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-image:url(../graphics/bg_voice_menu_selected.png);
	background-repeat:no-repeat;
}
/*UP*/
#up {
	width:945px;
	padding:5px 5px 5px 15px;
	color:#660000;
	font-size:11px;
	background-color:#FFFFFF;
	border-top:#797979 1px dotted;
	float:left;
}
/*FOOTER*/
#footer {
	width:965px;
	height:87px;
	background-image:url(../graphics/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:10px;
	float:left;
}
#footer a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	color:#FFCC33;
}
#address {
	text-align:center;
	padding:70px 0px 0px 20px;
	text-align:left;
	float:left;
}
#made_in {
	padding:70px 0px 0px 10px;
	text-align:left;
	float:left;
}
/*CONTENT*/
#content {
	width:965px;
	background-color:#FFFFFF;
	float:left;
}
.content_table {
	width:965px;
	float:left;
	margin:0;
	padding:0;
}
.content_table .td_left {
	background-color:#FFF;
	display:table-cell;
	vertical-align:top;
}
.content_table .td_right {
	background-color:#F4F4F4;
	display:table-cell;
	vertical-align:top;
}
#center {
	width:630px;
	float:left;
}
.box_txt {
	width:455px;
	padding:10px 15px 20px 15px;
	float:left;
}
.box_txt2 {
	width:455px;
	padding:10px 15px;
	float:left;
}
.box_txt3 {
	width:935px;
	color:#C4C4C4;
	padding:0px 0px 5px 0px;
	float:left;
}
.box_txt4 {
	width:450px;
	color:#C4C4C4;
	padding:15px;
	float:left;
}
#box_other_products {
	width:455px;
	padding:0px 15px 5px 15px;
	float:left;
}
#box_other_products .op_cnt {
	width:455px;
	padding-bottom:5px;
	float:left;
}
#box_other_products .op_cnt .op_img {
	width:50px;
	height:50px;
	border:#999 1px solid;
	float:left;
}
#box_other_products .op_cnt .op_title {
	width:375px;
	height:40px;
	padding:10px 0px 0px 10px;
	font-size:11px;
	color:#4c4c4c;
	text-align:left;
	float:left;
}
#grid_products {
	width:604px;
	padding:13px;
	float:left;
}
.box_product {
	width:151px;
	height:290px;
	float:left;
}
.img_product {
	width:150px;
	height:220px;
	border-right:#797979 1px dotted;
	float:left;
}
.name_product {
	width:135px;
	height:35px;
	padding-right:15px;
	color:#660000;
	font-size:11px;
	text-align:right;
	background-image:url(../graphics/selettore.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-right:#797979 1px dotted;
	float:left;
}
#column {
	width:335px;
	float:left;
}
.box_news {
	width:305px;
	padding:10px 15px 20px 15px;
	border-bottom:#797979 1px dotted;
	float:left;
}
.img_news {
	width:305px;
	height:150px;
	float:left;
}
/************************stufe products*/
#left {
	width:485px;
	float:left;
}
/*****left*******/
.menu_products {
	width:480px;
	height:20px;
	padding:5px 0 5px 5px;
	background-color:#e5e5e5;
	float:left;
}
#img_product {
	width:485px;
	height:400px;
	float:left;
}
/****form stufe******/
.voice_menu_products {
	color:#FFFFFF;
	font-weight:bold;
	border:#999 1px solid;
	background-color:#931238;
}
.opt {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#right {
	width:480px;
	float:left;
}
/******right********/
/*products gallery*/
.products_view {
	width:480px;
	padding:0px 0px 5px 0px;
	table-layout:fixed;
	float:left
}
.gallery_thumb {
	width:60px;
	height:60px;
	padding:3px 3px 0 0;
	cursor:pointer;
	float:right;
}
/*box data products*/
#box_data_product {
	width:480px;
	padding:5px 0px 5px 0px;
	float:left;
}
#table_info {
	width:285px;
	float:right;
}
.table_info_product {
	width:285px;
	font-size:10px;
}
.table_info_product .td1 {
	color:#000;
	background-color:#FFF;
	border:#C4C4C4 1px solid;
}
.table_info_product .td2 {
	color:#FFF;
	background-color:#3D3D3D;
}
#schema {
	width:130px;
	float:right;
}
#pdf {
	width:63px;
	height:125px;
	float:right;
}
/*box data barbeque*/
.box_barbeque {
	width:455px;
	padding:15px;
	border-bottom:#CCC 1px solid;
	float:left;
}
#bb_content {
	width:455px;
	float:left;
}
#bb_content_data {
	width:285px;
	float:left;
}
#bb_content_img {
	width:170px;
	height:140px;
	float:left;
}
.td_right_bb {
	display:table-cell;
	vertical-align:top;
}
/*box data rivestimenti*/
.box_rivestimenti {
	width:455px;
	padding:15px;
	border-bottom:#CCC 1px solid;
	float:left;
}
#br_content {
	width:455px;
	float:left;
}
.br_content_table {
	font-size:10px;
	cursor:pointer;
}
.br_content_table td {
	width:113px;
}
.desc_br_ct {
	margin:0;
	padding:0px 0px 5px 20px;
}
.info {
	width:450px;
	padding:50px 15px 0px 15px;
	margin:0;
	color:#999;
	font-size:10px;
	text-align:justify;
	float:left;
}
/*-----RIVENDITORI-----*/
.menu_rivenditori {
	width:950px;
	height:20px;
	padding:5px 0 5px 15px;
	background-color:#e5e5e5;
	float:left;
}
#rivenditori_content_table {
	width:935px;
	padding:15px;
}
.rivenditori_table {
	width:935px;
	border-collapse:collapse;
	float:left;
}
.rivenditori_table .td_region {
	height:60px;
	padding:5px;
	color:#999;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#F7F7F7;
}
.rivenditori_table .td_title {
	height:50px;
	padding:5px;
	color:#900;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.rivenditori_table .td_text1 {
	height:60px;
	padding:5px;
	color:#333;
	font-size:10px;
	text-align:left;
	background-color:#F7F7F7;
	border-bottom:#F0F0F0 1px solid;
}
.rivenditori_table .td_text2 {
	height:60px;
	padding:5px;
	color:#333;
	font-size:10px;
	text-align:left;
	background-color:#FFF;
	border-bottom:#F0F0F0 1px solid;
}
.up_table {
	padding:10px;
	color:#660000;
	font-size:11px;
	background-color:#FFFFFF;
	float:left;
}
/*-----GALLERIA-----*/
#g_title {
	width:935px;
	float:left;
}
#galleria_content {
	width:935px;
	padding:15px;
	float:left;
}
#galleria_content .photo_cnt {
	width:184px;
	padding:0px 0px 6px 3px;
	float:left;
}
#galleria_content .photo_cnt .photo {
	width:178px;
	height:178px;
	background-color:#F7F7F7;
	border:#C4C4C4 1px solid;
	float:left;
}
#galleria_content .photo_cnt .photo_title {
	width:178px;
	height:18px;
	padding:3px 0px 0px 0px;
	color:#333;
	font-size:10px;
	text-align:left;
	float:left;
}
/*------AZIENDA------*/
#img_center {
	width:450px;
	float:left;
}
.a_title {
	width:465px;
	padding-left:15px;
	float:left;
}
/*------CONTATTI------*/
#cont_map {
	width:455px;
	padding:5px 15px;
	float:left
}
#map {
	width:453px;
	height:400px;
	color:#333;
	font-size:10px;
	border:#999 1px solid;
	background-image:url(../graphics/contatti/bg_map.jpg);
	background-repeat:no-repeat;
	float:left;
}
#table_estimate_cnt {
	width:480px;
	color:#5d5d5d;
	font-size:11px;
	float:left;
}
.table_estimate {
	width:100%;
	padding:0px 15px;
}
.table_estimate .tde1 {
	width:150px;
	padding:5px;
	background-color:#f0eeee;
}
.table_estimate .tde2 {
	width:300px;
	padding:5px;
	background-color:#f0eeee;
}
.table_estimate .tde3 {
	padding:10px 5px;
}
.table_estimate .tde_required {
	width:440px;
	text-align:center;
	padding:5px;
	background-color:#f0eeee;
}
.table_estimate .tde_privacy {
	width:440px;
	padding:5px 10px;
	text-align:left;
	background-color:#f0eeee;
}
.input_field {
	width:290px;
	color:#5d5d5d;
	font-size:11px;
	background-color:#f7f6f6;
	border:#CCCCCC 1px solid;
}
.area_field {
	width:290px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	font-size:11px;
	background-color:#f7f6f6;
	border:#CCCCCC 1px solid;
}
.button_form_cnt {
	padding:10px 0px;
	text-align:center;
}
.button_form {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	font-size:11px;
	background-color:#f0eeee;
	border:#CCCCCC 1px solid;
	margin:3px;
}
.white_box {
	width:820px;
	height:200px;
	background-color:#FFFFFF;
	float:left;
}
/*------INDEX------*/
#gallery_intro {
	padding:10px;
	background-color:#000;
	float:left;
}
