@charset "utf-8";
/* CSS Document */

	td.leads a{
	color: #a00000; font-size:13px; text-decoration:none;
}
    td.leads a:hover{ text-decoration: underline;}
#wrap { width: 580px; margin: 0 auto; }
#tableWrap { 
background: #f3f3f3; 
-moz-box-shadow: 0px 1px 5px #555; /* FF3.5+ */
-webkit-box-shadow: 0px 1px 5px #555; /* Saf3.0+, Chrome */
box-shadow: 0px 1px 5px #555; /* Opera 10.5, IE 9.0 */
width: 100%;
-moz-border-radius: 7px; /* FF1+ */
-webkit-border-radius: 7px; /* Saf3+, Chrome */
border-radius: 7px; /* Opera 10.5, IE 9 */
_border: 1px solid #ccc;
}
*+html #premiumTable, * html #tableWrap { border: 1px solid 000; }

#labels { background: none; }

/* table header - price labels */

/* corners */
th.topLeft { 
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
border-top-left-radius: 7px;
}
th.topRight { 
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
border-top-right-radius: 7px;
}
th.bottomLeft { 
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.bottomRight { 
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-right-radius: 7px;
}

th.priceLabels {
	padding-top: 9px; 
	padding-bottom: 12px;
	padding-left: 15px;
	text-align: left;
	background-image:url(../images/table_header_red.jpg);
	background-repeat: repeat-x;
	
	border-top: 1px solid #fc7161;
	border-bottom: 1px solid #710b00;
	border-right: 1px solid #ef3d28;
	border-left: 1px solid #a41000;
	}
th.priceLabels h1, th.priceLabels h2 {
	margin:0;
	}	
th.priceLabels h1 {
	color: #fff;
	font-size: 2em;
	margin-bottom: -5px;
}
th.priceLabels h2 {
	color: #fff;
	font-size: 1.8em;
}
#premiumTable {
	padding: 0;
	margin: 0;
	width: 100%;
}

caption {
	padding: 0 0 5px 0;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	display: none;
}

th {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
	border-right: 1px solid #fff;
	border-top: 0;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e3e3e3;
	padding: 10px 6px 10px 12px;
	color: #464646;
	text-align: left;
}
.empty { 
border-left:0; 
}
.even {
	background: #eaeaea;
}
.ruled { 
background: #F9FAFB; 
}
th.spec {
	border-top: 0;
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	padding-left: 15px;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
tbody { border-bottom: 1px solid #000; }
tfoot td, tfoot th {  border-right: 0; border-left: 0; border-top: 1px solid #ccc;
    background-image:url(../images/foot.jpg); background-repeat:repeat-x;}
