/* CSS Document */

div#footer {
	clear: both;
	background: url(../imgs/bottom_dark_orange.gif) no-repeat bottom left;
}

div#content {
	background: url(../imgs/bkgd_dark_orange.gif) no-repeat top;
}

div#middle {
	background: url(../imgs/silce_dark_orange.gif) repeat-y;
}

div#booksContent {
	min-width: 660px;
	min-height: 244px;
	padding: 15px;
	margin-left: 60px;
}

body {
	color: #fff;
}

h2 {
	font-size: 1.6em;
	color: #BCD8C3;
	}

h3 {
	font-size:1.4em;
	color: #00C;
	margin: 0;
	}

p {
	margin: 10px 30px 10px 0;
	color: #000;
	color: #fff;
	}
	
td a:link, td a:visited {
	font-size: 1.2em;
	color:#006633;
	font-weight:bold;
	text-decoration:none;
	}
	
td a:hover {
	color: #fff;
	}

hr {
	clear: right;
	margin-top: 20px;
	}
	
img.prodImage {
	float: right;
	margin: 4px 30px 4px 4px;
}

span.ajaxMessage {
	width: 250px;
	height: 35px;
	display: inline;
	padding: 10px 30px;
	font-weight: bold;
}

fieldset {
	margin: 10px;
	padding: 10px 5px;
}

tr.checkoutOdd {
	background: #69c;
}

tr.checkoutEven {
	background:#D8E4F3;
	color:#039;
	}

form.prodList input {
	margin-left: 15px;
}

form.search label {
	line-height: 22px;
	margin: 0 30px;
	color: #063;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align:middle;
}

a.searchLink:link, a.searchLink:visited {
	color: #BCD8C3;
}

a.searchLink:hover {
	text-decoration: none;
}