/**
 * overriden basic html tags.
 */
 
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
p, h1, h2, h3, h4, h5, span {
	padding: 0px;
	margin: 0px;
}
p, li, td, th, textarea, input, select, option, label {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
p, td, th, li, textarea, input, select, option, label {
	font-size: 11px;
}
h3, h4, h5, legend {
	font-size: 13px;
}
h3 {
	margin: 0px 0px 5px 0px;
}
h4, h5 {
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}
table {
	border-collapse: collapse;
}
td {
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	vertical-align: text-top;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
hr {
	display: none;
}
img {
	border: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #d61621;
}
a:hover {
	color: #f46f24;
}

/**
 * site main layout.
 */
#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 799px;
}
#main_wrapper {
	
}

/* header */

#header {
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/header.gif");
	height: 79px;
	width: 702px;
}

#header p {
	width: 400px;
	margin: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 12px;
}

#header span.highlight {
	color: #d61621;
}

/* footer */

#footer {
	margin: -50px 0px 0px 97px;
	*margin: 0px 0px 0px 97px;
	_margin: -50px 0px 0px 97px;
	padding: 0px 0px 0px 0px;
	height: 79px;
	width: 702px;
}

#footer_link1 {
	background-image: url("/images/footer_link1.gif");
	width: 516px;
	height: 48px;
	float: left;
}
#footer_link1:hover {
	background-position: 0px -56px;
}

#footer_link2 {
	background-image: url("/images/footer_link1.gif");
	background-position: -580px -12px;
	width: 125px;
	height: 48px;
	float: right;
}
#footer_link2:hover {
	background-position: -580px -68px;
}
#footer ul {
	text-align: center;
	width: 100%;
	float: left;
	margin: 15px 0px 15px 0px;
}
#footer li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
#footer li a {
	padding: 3px 5px 3px 5px;
}

#footer li a:hover {
}

/* navigation */

#navigation {
	float: left;
	width: 97px;
	height: 779px;
	background-image: url("/images/lhs_background.gif");
	background-repeat: no-repeat;
	margin: -30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu_main {
	background-image: url("/images/buythebook.gif");
	background-position: 0px -10px;
	width: 97px;
	height: 266px;
}
#menu_main:hover {
	background-position: 0px 280px;
}

/* main_content */

#main_content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**
 * general styles.
 */
select {
 border: 1px solid #ffffff;
}
input.textbox,
textarea {
 border: 1px solid #ffffff;
 padding: 1px 4px 1px 4px;
}
input.textbox {
	width: 170px;
}
textarea {
	width: 230px;
	height: 100px;
}
.button {
 border: 1px solid #ffffff;
	cursor: pointer;
	background-color: #eaeaea;
	margin: 10px 0px 18px 10px;
}
.button:hover {
	border: 1px solid #d61621;
}


/**
 * Cells (added by Rob)
 **/
#main_content #cells table {
	background-image: url("/images/background_grid.jpg");
	background-repeat: no-repeat;
	width: 702px;
}
#main_content #cells table td {
	height: 14px;
	width: 10px;
}
#main_content #cells table td.cell {
	cursor: pointer;
	border: 2px solid #000000;
}

#main_content #cells table td.cell_selected {
	background-color: #999966;
}

 /* Cell details (when clicked on a cell this appears) */
#main_content #cells #cell_details {	
	width: 260px;
	position: absolute;	
	border: 3px #f46f24 solid;
	margin: 200px 0px 0px 200px;
	background-color: #000000;
	padding: 10px 10px 5px 10px;
	color: #FFFFFF;
}


#main_content #cells #cell_details h3 {	
	color: #d61621;
	margin-bottom: 20px;
}

#main_content #cells #cell_details p.thoughts {
	width: 150px;
	float: left;
	color: #FFFFFF;
	min-height: 100px;
	padding: 0px 20px 0px 0px;
	_height: 100px;
}

#main_content #cells #cell_details #favouritebook {
	float: right;
}

#main_content #cells #hidden_form {
	display: none;
}

#main_content #cells table td.cell_nohand {
	cursor: default;
	border: 2px solid #000000;
}

#main_content #register_cell {
	background-image: url("/images/background_grid.jpg");
	background-repeat: no-repeat;
	width: 702px;
	height: 700px;
}

#main_content #register_cell form {
	
}
#main_content #cells #basic_details {	
	width: 350px;
	position: absolute;	
	border: 3px #f46f24 solid;
	margin: 100px 30px 75px 175px;
	background-color: #000000;
	padding: 5px;
}

#main_content #register_cell label {
	float: left;
	clear: both;
	width: 100%;
	margin: 3px 0px 3px 0px;
	vertical-align: middle;
}

#main_content #register_cell label strong {
	display: block;
	width: 103px;
	float: left;
}

label strong {
	font-weight: normal;
}

#main_content #register_cell label,
#main_content #register_cell h4,
#main_content #register_cell p {
	color: #ffffff;
	padding: 5px;
}

#main_content #register_cell .form_errors ul li,
#main_content #register_cell .form_errors h4 {
	color: #FF6600;
}
#main_content #register_cell .form_errors ul li {
	margin: 0px 0px 8px 20px;
}

#terms {
	text-align: left;
	padding: 30px;
}

#terms h2, #terms h3 {
	color: #ffffff;
}

