@charset "utf-8";
/* CSS Document */

/**********************************************/
/* General CSS  */
/**********************************************/
/* fixed width */
body#libra { width:902px; }
* html body#libra { width:expression((documentElement.clientWidth>902)?"902px":"902px"); }

/* h1 fixed */
#libra #framework-content-main { margin-left: 0px; margin-right: 0px; padding: 0px; }
#framework-content-titles { display: none; }
* html .sitecopy h1.btm { width: 705px }

.sitecopy h1.btm {
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #d6d8da;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 10px;
	width: 705px;
}

.sitecopy table p, .sitecopy table.table-formatted td, .sitecopy table.table-formatted-vborders td, .sitecopy table.table-formatted-alt td, .sitecopy table.table-formatted-alt-vborders td {
	color:#666666;
}

div.footer{
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	padding:5px;
}


/**********************************************/
/* CSS for rating section */
/**********************************************/
p.rating{
	font-weight:bold;
}


/**********************************************/
/* CSS for the Special offer section */
/**********************************************/
td.tdSpecialOffer{
	background-color:#dde6eb;
	padding:7px 5px 0px 5px;
	border:1px solid #acc2cd;
	padding:3px;
}

td.tdSpecialOffer p{
	padding:7px 5px 7px 5px;
	margin:0;
}

td.tdSpecialOffer span{
	color:#333333;
	font-weight:bold;
}