
/* --------------------

	Layout

 ---------------------- */

body
{
	color:#111;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	padding:0;
	margin:0;
	background-repeat:repeat-y;
	background-position:902px 0px;
	background-image:url("images/bg_pattern.jpg");
	background-color:#FFF;	
	
	height:100%;
}

p{
	line-height:1.4em;
	font-size:.8em;
}

input,select,textarea{
	margin:0 0 0 20px;
}


#header
{
	background-position:top left;
	background-image:url("images/header_beta.gif");
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	height:150px;
}

#head_divider,#footer_divider{
	width:810px;
	margin:-4px 0 0 22px;
	height:2px;
	background-color:#BD080C;
	padding:0;
	border:0;
	line-height:.1em;
}

#footer_divider{
	margin-top:20px;
}
#menuAndContent{
	margin-top:25px;
}

#leftCol{
	float:left;
	width:130px;
	border-right:1px solid #777;
	padding:0 20px 20px 0;
}
#content{
	width:660px;
	margin:0px 40px 40px 173px;
	padding:0;
}

#menu{
	font-family:Georgia,Palatino,"Palatino Linotype",serif;
	padding:0;
	margin-top:0;
	text-align:right;
	font-size:.9em;
	line-height:1.3em;
}


#menu ul,#menu li{
	font-size:1em;
	list-style:none;
	text-align:right;
	margin:0;
	padding:0;
}

#menu ul#quick a{
	color:#222;
}

#menu ul#other a{
	color:#555;
	text-decoration:none;
}

#menu ul#quick{
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
}

#menu ul#other{
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	text-transform:uppercase;
	font-size:.9em;
	margin-right:5px;
}

#notice{
	text-align:center;
	font-size:;
	color:#333;
	padding:8px;
	/*border:3px solid #BD080C;*/
	margin:30px 0 0 0px;
}
#notice h3{
	margin:0 auto 4px;
	color:#BD080C;
	display:block;
	font-variant:small-caps;
}

#footer{
	font-family:Georgia,Palatino,"Palatino Linotype",serif;
	width:902px;
	text-align:center;
	padding-top:10px;
	margin-bottom:15px;
	letter-spacing:.06em;
	color:#999;
	font-size:.8em;
	font-weight:lighter;
	text-transform:uppercase;
	line-height:1.5em;
	
}

#footer a{
	color:#999;
}

h1,h2,h3,h4
{
	font-family:Georgia,Palatino,"Palatino Linotype",serif;
}

h1
{
	letter-spacing:.10em;
	font-size:1.2em;
	display:block;
	margin:0 0 40px 0;
}

ul{
	
	font-size:.8em;
	text-align:left;
	list-style-type:disc;
}
/* --------------------

	Miscellaneous 

 ---------------------- */

a{
	color:#BD080C;
}

a:visited{
	color:#8D0508;
}

a img
{
	border:0;
}

.clear{
	clear:both;
	height:0px;
	position:relative;
}
.rClear{
	height:0px;
	clear:right;
}


/*---------------------

	Forms

-----------------------*/


form{
	line-height:1.3em;
	font-family:Georgia,Palatino,"Palatino Linotype",serif;
	padding:15px;
	display:block;
	background-color:#FFCD53;
	border:2px solid #222;
	margin-bottom:30px;
}

form .stepContainer{
	line-height:1.8em;
}

form p{
	margin-top:0;
	font-size:1em;
}

/* Temp */

#validators
{
	display:none;
	position:absolute;
	left:5px;
	top:8px;
}



/*-------------------

 Book Details

--------------------*/

	
	/*-----------------
	
	Sell & View Layout
	
	
	-------------------*/

	
	#book{
		margin:0 40px 20px 40px;
	}
	
	#book #bImage{
		text-align:right;
	}
	
	#book #bInfo{
		float:left;
		line-height:1.35em;
		clear:none;
		font-size:.9em;
	}
	
	#book #bInfo div{
		display:block;
	}
	
	#book #bInfo .label{
		float:left;
		color:#444;
	}
	
	#book #bInfo .bInfoInfo{
		margin-left:100px;
		border:1px solid #FFF;
	}
	
	#book #bTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-family:Georgia,"Palatino Linotype",serif;
		font-variant:small-caps;
		font-size:1.3em;
		border-bottom:1px solid #888;
	}


	#bPrice,#bCond,#bClass,#bNotes{
		font-weight:bold;
	}
	#bNotes{
		width:450px;
	}
