/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);*/

body {
	color: #ccc;
	background: black;
/*	font-family: 'Open Sans', sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 1.1em;
}

#outer{
	min-width: 1200px;
}


h1 {
	background: url('../images/user/logo.jpg') no-repeat;
}

h2, h5 {
	font-weight: lighter;
	margin-top: 0;
}

h2 {
	color:  #ccc;
}

h5 {
	color: #ccc;
}

h2 {
	font-size: 1.2em;	
}

h3 {
	color: #ccc;
	margin: 0px 0px 0px 10px;
}

h4, h4 a{
	text-align: left;
	margin-bottom: 0;
}
/*
h6 {
	color: gray;
}
*/

/*
* EDITED:
*/


#left{
	margin-top: 0;
}

#leftholder{
	position: fixed; 
	margin-top: 10px;
	margin-right: 10px;  
}

#right #rightholder{
	position: fixed; 
	width: 165px;  
	margin-left: 10px; 
}

.left_column {
	width: 155px; 
	margin-right: 10px;
	margin-top: 10px;  
	text-align: right;
}

/*
*
*/

a:hover {
	color: #663333; 
}

#left .menu_items,
#left .menu_items a,
#left .menu_items a:link,
#left .menu_items a:visited{
	color: #ccc;
	font-size: 0.9em;	
	text-align: right;
}

#rightholder {
	margin-top: 20px;
}


address {	
	margin-left: 0;
	font-size: 0.9em;
	padding-left: 0;
	font-style: normal;
	font-weight: normal;
}

.label{
	color: #999;
	font-style: normal;
	font-size: 0.7em;
	margin-bottom: 0;
}



/*
 *	FRONT PAGE ITEM
 */


.front_page_item, .catalogue_item {
	height: 210px;
    position: relative;
    width: 210px;
    margin: 0px 20px 10px 0px;
    padding: 5px 10px;
    border: 1px solid #333; 
	background: url('../images/user/tile.jpg') no-repeat;
    font-size: 0.8em;
    float: left;
    overflow: hidden;
}

.front_page_item img, .catalogue_item img{
	display: block;
	margin: 0 auto;
	padding-top: 3px;
}

.front_page_item .author, .front_page_item .title, .front_page_item .price, .catalogue_item .author, .catalogue_item .title, .catalogue_item .price{
	width: 200px;
	padding: 0;
	text-align: center;
}

.front_page_item .title a, .front_page_item .author a, .catalogue_item .title a, .catalogue_item .author a{
	color: #ddd;
}

.front_page_item .author, .catalogue_item .author{
/*	font-size: 0.9em; */
    padding: 5px 0;
}

.front_page_item .title, .catalogue_item .title{
  font-size: 0.8em;
  padding-bottom: 5px;
}

.front_page_item .price, .catalogue_item .price{
  font-size: 0.8em;
  color: #ccc;
}


.seedetails{
  position: absolute;
  bottom: 0;
  right: 10px;
}

.seedetails, .seedetails a{
	color:#C74E29;
	min-height: 10px;
	font-size: 0.8em;
}


.page_marker {
    top: -240px;
    height: 1px;
	font-size: 1px;
	color: black;
	position: relative;
}

.viewmore, viewmore a {
	width: 120px;
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #617907;
}

ul li{
	list-style: disc;
}



/*
 *	BOOK
 */

.book {
	width: 780px;
	margin: 0 auto;	
	background: #111;
	display: block;
	line-height: 1.7em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.book .blurb {
	width: 550px;
	padding: 0 10px;
}

.book #book_right_column{
	width: 180px; 
	float: right;
}

.book #book_main_column{
	width: 600px; 
	float: left;
}

.book .headline{
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom; 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.book .author, .book .title {
  	font-size: 1em;
	padding-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.book .author{
	font-weight: bold; 
}

.book .headline, .book .description, .book .note, .book .publisher, .book .bibliography {
	margin-left: 10px;
	margin-right: 10px;
}

.book .description, .book .note{
	text-align: justify;
	font-size: 0.9em;
}

.book .price{
	margin-left: 10px;
	margin-right: 10px;
}

.book .bibliography{
	text-align: justify;
  	font-size: 0.9em;
}


.right_icons a, .right_icons a:link, .right_icons a:visited {
	color: #ce935a;
	font-size: 1em;
}

.right_icons a:hover {
	color: gray; 
}


#book_main_column #main img{
	width: auto;
	display: block;
	margin: 0 auto;
}

.bd_order img{
	display: block;
	width: auto;
	margin: 0 auto;
}

.navBlock{
	padding-left: 30px;
	font-size: 0.7em;
}

.navText{
	margin-left: 5px;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
/*	background-color: #111; */
	width: 150px;
	padding: 0;
	margin-left: 20px;
	padding-left: 10px; 
}
#gallery .photo_holder{
	padding-bottom: 20px; 
}

#gallery img {
	display: block; 
	padding: 0;
	border: 5px solid #333;
	width: auto;
	margin: 0 auto;
}
#gallery a:hover img {
	border: 5px solid #ccc;
	color: #fff;
}
#gallery a:hover { color: green; }
/*
#gallery ul { list-style: none; background: yellow; float: left; }
#gallery ul li { display: block; float: left; margin-left: 20px; background: orange;  margin-bottom: 25px; height: 150px;} 
#gallery ul img {
	border: 5px solid #ccc;
	margin-bottom: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #eee;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
*/

/*
*	BASKET
*/
.navText, .navText a:link, .navText a:visited {
	color: #C74E29; 
}

.navBlock p a:link, .navBlock p a:visited{
	color: #C74E29; 
	text-decoration: underline;
}

.navText a:hover {
	color: brown; 
}


/*
*	CONTACT 
*/

#form_block{
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}

#form_block form{
	padding-top: 20px;
	background: #222;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.form_row{
	width: 600px;
	height: 2.5em;
}

.formfield{
	width: 300px;
}
.formlabel {
	width: 150px;
	font-size: 0.8em;
	color: #ccc;
}


/*
 * ORDER PAGES
 */

#order {
	margin: 0 auto;
	padding-top: 20px;
	background: #222;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;	
}

.orderitem .order_author_title, .orderitem .orderprice{
	color: #ccc;
}

#order .formlabel {
	width: 160px;
	font-size: 0.8em;
}

#paymentsteps .thisstep {
	background: #007c10;
}

.step, .thisstep {
	height: 80px;
}



/*
*	LETTERS
*/


.thisletter, .thisletter a {
	font-weight: bold;
	color: #C74E29;
}

/*
*	ABOUT US
*/

.aboutus{
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	text-align:  justify;
}

.aboutus_textbox{
	padding: 20px; 
	background: #333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;	
}

.aboutus h2, .aboutus h3, .aboutus h5{ 
	text-align: left;
}

.aboutus h3 {
	font-weight: bold;
}

.aboutus p, .aboutus h3, .aboutus ul li {
	font-size: 0.8em;
}


/*
*	SEARCH
*/
#quicksearch {
  margin-left:-5px;
}

.search-box{ 
/*	background:url(../images/user/search_box.png) no-repeat top left; */
	border: 1px solid #222; 
	background-color: #111; 
	height: 31px;
	padding: 0px;
	width: 160px;
}

input.search-field{ 
	float: left;
	border:0;
	margin:5px 0 0 3px;
	font-family:tahoma;
	font-size: 12px;
	height:18px;
	background: #ffffff url(../images/search-form.png) no-repeat top left;
	width: 123px;
}

input.search-go { 
	float:left;
	border:0;
	margin:0;
	padding:0;
	margin-left: 5px;
	margin-top: 5px;
	height: 21px;
	width: 21px;
	background: url(../images/search_toggle.png) no-repeat top left;
	cursor: pointer;
}


input.search-go:hover{ 
	background:url(../images/search_toggle.png) no-repeat bottom left;
}

/*
*	ALPHABET
*/

#alphabet_navigation {
	width: 780px;
	display: block;
	margin: 0 auto;
	padding-bottom: 1em;
}

#all_letters {
	height: 3em;
}

.letter {
	text-decoration: none;
}

.letter a{
	text-decoration: underline;
}


/*
*	PAPYPAL
*/



.totalorderlabel{
	color: #69710b;
}








