/* @override http://bluerocketbooks.com/dev/main.css */

div.cart_highlight_total {
	border: 2px solid #2da7d7;
	font-weight: bold;
	padding: 10px;
}
div.cart_highlight_low_total {
	border: 2px solid red;
	font-weight: bold;
	padding: 10px;
}

div.cart_highlight_green {
	border: 2px solid #57ef68;
	font-weight: bold;
	padding: 10px;
}

div.error {
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border: 3px double gray;
	margin-bottom: 15px;
}

div.pleaseWait {
	text-align: center;
	width: 100%;
	height: 2000px;
	position: absolute;
	z-index: 0;
	background: url(http://www.bluerocketbooks.com/images/transparent_grey.png) repeat;
	top: 0;
	left: 0;
}

div.pleaseWaitInterior {
	background-color: white;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	position: relative;
	padding: 25px;
}

table.data {
	border-collapse: collapse;
}
table.data td {
	border: 1px solid silver;
	padding: 5px;
}
table.data th {
	border: none;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
table.data th.elbowRoom {
	padding-left: 15px;
	padding-right: 15px;
}
	

table.dataGrey {
	border-collapse: collapse;
}
table.dataGrey tr.rowItem {
	border-bottom: 2px solid #ebebeb;
}
table.dataGrey td {
	padding: 5px;
	color: #0066cc;
}
table.dataGrey td.plainBlack {
	padding: 5px;
	color: black;
}
table.dataGrey th {
	border: 1px solid #ebebeb;
	text-align: center;
	font-weight: bold;
	background-color: #f8f8f8;
	padding: 5px;
	color: #666666;
}

table.sellBooksVendors {
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	border-right: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	
}

table.sellBooksVendors tr {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
table.sellBooksVendors th {
	padding: 10px;
	font-weight: bold;
}
table.sellBooksVendors td {
	padding: 10px;
}


a.cssHover {
	
	text-decoration: none;
}

a.cssHover:hover {
	position: relative;
}

a.cssHover .hoverText {
	display: none;
}

a.cssHover:hover .hoverText {
	display: block;
	text-decoration: none;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0;
   	border: 1px dotted #c0c0c0;
   	width: 300px;
	text-align:left;
	
	opacity: 0.9;
	/* end formatting */
}

.homePageRecentSells {
	position: absolute;
	top: 200px;
	left: 31px;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	text-align: left;
}
.gray {
	color: gray;
}
.bold {
	font-weight: bold;
}
