/* @override http://localhost:8888/villa-capriasca/css/print.css */

/* 
    Document   : print
    Created on : 3-lug-2009, 0.37.57
    Author     : ET
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
	font-family: arial;
	text-decoration:none;
	color: #3a3a3a;
	background: white;
	font-size: 13px;

}
#container{
    width:500px;
}
a{
    color:black;
    text-decoration:none;

}
#sidebar,
#galleria,
#menuSecondario,
#menuIndirizzo,
#lingue,
#print,
#prenotazione{
    display:none;
}


#testoGalleria table{
	margin: 10px 0;
	width: 500px;
}
#testoGalleria table tr th{
	border-bottom:3px solid black;
	color: white;
	vertical-align: middle;
	border-right: 1px solid white;
	padding: 5px;
}

#testoGalleria table tr td{
	padding: 3px;
	border-bottom: 1px solid #ababab;
}
td.prezzi,
td.camere{
	border-right: 1px solid white;
}
td.prezzi{
	text-align:right;
}
#testoGalleria table tr.selected{
	background: #b8b8b8;
	font-weight: bolder;
}

#testoGalleria #infoSupplementari{
	float: left;
	width: 488px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	color: black;
	margin-bottom: 20px;

}
#footer{
    float:left;
    width:500px;
}
