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

body {
	font-family: Calibri, Verdana, Arial, Trebuchet MS sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color:#666;
}

.text-label {
	color: #999999;
	/*font-weight: bold;*/
}

.right {
float: right;
}

.middle {
float: middle;
}

h1 {
font-size:1.2em;
}

#cart{ /*width:790px; */
background-color:#fff;}

	
.btn{
	color: #fff;
	font-weight:bold;
	font-size:12px;
	background-color:#006CB5;
	border:1px solid #999;
	padding:2px 3px 2px 3px;
	cursor: pointer;

}	

/* Cart */

table.cart {
	border: none;
	width: 100%;
	margin:7px 0 0 0;
	padding:0;
	background-color:#fff;
	font-size:1.1em;
}

table.cart td.gap{
	background-color:#006CB5;
	margin:0;
	padding:0;
}	

table.cart td {
	margin:0;
	padding:0 7px 0 7px;
	text-align:left;
}

table.cart p {
	line-height: 1em;
}

table.cart a {
	color: #0066CC;
}

.btns{
text-align:center;
padding:5px;

}



table.cart td.subCart {
	margin:0;
	padding:0 7px 0 7px;
	text-align:left;
}

table.subCart {
	margin:0 0 5px 0;
	width:100%;
	padding:0 0 0 0;
	background-color:#F3F3FA;
}

table.subCart th{
	margin:0;
	padding:3px 7px 3px 7px;
	background-color:#006CB5;
	color:#fff;
	font-size:1em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

table.subCart td{
	margin:0;
	padding:0 0 0 7px;
	line-height:.9em;

}
table.subCart p{
	margin:7px 0 7px 0;
	padding:0;
}

/* Cart Selection*/

table.selection{
	margin:7px 0 7px 0;
	padding:0;
	width:100%;
}
table.selection h1{
	margin:0;
	padding:0;
	font-size:1.2em;
}

table.selection p{
	margin:0;
	padding:3px 0 3px 0;
}


table.selection th{
	margin:0;
	padding:3px 7px 3px 7px;
	background-color:#006CB5;
	color:#fff;
	font-size:1em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

table.selection th.date{
	width: 30px;
	text-align:center;
}

table.selection td{
	vertical-align:top;
	text-align:left;
	margin:0;
	padding:0;
}


table.selection td.date{
	text-align:center;
}

table.selection tr.color{
	background-color:#F3F3FA;
}

table.selection td.dollar{
text-align:right;
}

table.selection tr.total{
background-color: #DBDBE1;
height:30px;
}

table.selection tr.total td{
vertical-align:middle;
font-size:1.2em;

}
/* End Cart Selection*/

.nextPrev{
	float: right;
	font-size:.8em;
}

.dateSelect{
	padding: 0 20px 0 0 ;
	float:right;

}

.legend{ 
	border: 1px solid #ccc;
	margin:5px;
	padding:1px 5px 1px 5px;
	background-color:#F3F3FA;}

.asterix{ 
	color: #66CC33;
	font-weight:bold;}