@charset "utf-8";
html { 
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #281912;
	background-image: url(images/ds_brownleather.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#box {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}
#head {
	margin-bottom: 13px;
	height: 200px;
	width: 1000px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding: 0;
}
#left {
	width: 300px;
	padding:0px;
	float: left;
}
#content {
	width: 450px;
	padding: 0 0 20px 0;
	float: left;
}
#right {
	width: 250px;
	padding: 0px;
	float: left;
}










#head hr, #head h1 {
	display: none;
}
#head #homelink {
	width: 570px;
	height: 200px;
	position: relative;
	float: left;
	padding: 0 0 0 28px;
	margin: 0;
}
#head #homelink .text_area {
	padding: 0;
	margin: 0;
	display: none;
}
#head #homelink .click_area {
	width: 570px;
	height: 200px;
	display: block;
}
#head #login {
	position: relative;
	float: left;
	padding-left: 33px;
	width: 154px;
	height: 200px;
	text-align: left;
}
#head #login #new_user {
	background-image: url(images/new_customer_button.png);
	width: 112px;
	height: 40px;
}
#head #login #new_user .text_area {
	padding: 0;
	margin: 0;
	display: none;
}
#head #login #new_user .click_area {
	width: 112px;
	height: 40px;
	display: block;
}
#head #loginform {
	margin: 0;
	padding: 0;
}
#head #loginform .login_labels {
	display: none;
}
#head #loginform #login_username_title {
	background: url(images/user_name_title.png) no-repeat 10px 15px;
	height: 32px;
	margin: 0;
	padding: 0;
}
#head #loginform #login_password_title {
	background: url(images/password_title.png) no-repeat 10px 5px;
	height: 22px;
	margin: 0;
	padding: 0;
}
#head #loginform .login_field_container {
	height: 20px;
	margin-top: 1px;
	padding: 0 0 0 10px;
}
#head #loginform #username, #head #loginform #password {
	font-size: 12px;
	height: 14px;
	border: solid 1px #cf8162;
	margin: 0;
	padding: 2px;
	width: 87px;
	background: url(images/login_input_background.png) no-repeat top left;
}
#head #loginform #login_button {
	width: 40px;
	height: 24px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: -22px;
	margin-left: 110px;
 	display: block;
 	cursor: pointer;
}








#head #loginform #lost_pass {
	width: 150px;
	height: 20px;
	margin: 0 0 0 10px;
	text-align: left;
}
#head #loginform #lost_pass a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #281912;
}








#head #login #user_profile {
	background-image: url(images/profile_button.png);
	width: 112px;
	height: 40px;
}
#head #login #user_profile .text_area {
	padding: 0;
	margin: 0;
	display: none;
}
#head #login #user_profile .click_area {
	width: 112px;
	height: 40px;
	display: block;
}
#head #login #user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E0000;
	width: 150px;
	height: 50px;
	margin: 20px 0 0 10px;
	text-align: left;
}
#head #login #logout {
	width: 150px;
	height: 30px;
	margin: 15px 0 0 10px;
	text-align: left;
}
#head #login #logout a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #281912;
}









#head #basket {
	background: url(images/basket_label.png) no-repeat 0px 33px;
	position: relative;
	float: right;
	width: 161px;
	height: 200px;
	padding-right: 10px;
}
#head #basket #goto_order {
	background-image: url(images/basket_button.gif);
	margin-left: 21px;
	width: 112px;
	height: 40px;
}
#head #basket #goto_order .text_area {
	padding: 0;
	margin: 0;
	display: none;
}
#head #basket #goto_order .click_area {
	width: 112px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0;
}
#head #basket #order_items_count {
	width: 131px;
	height: 16px;
	margin: 68px 30px 0 0;
	padding: 0 30px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#head #basket #order_items_price {
	width: 131px;
	height: 16px;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}






#left hr, #left h1 {
	display: none;
}
#left #menu {
	background-color:#F2BE7D;
	background-image: url(images/left_background.png);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#left #menu_title {
	background-image: url(images/left_title.png);
	width: 300px;
	height: 82px;
}
#left #menu_footer {
	background-image: url(images/left_footer.png);
	width: 300px;
	height: 29px;
	margin-bottom: 20px;
}
#left #menu ul {
	margin: 0;
	padding: 0;
}
#left #menu li {
	list-style: none;
	display:inline;
}
#left #menu li a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}
#left #menu li a:hover {
	background: url(images/menu_bullet_hover.png) no-repeat 25px;
	display: block;
	color: #9d0000;
}
#left #menu li.selected a {
	background: url(images/menu_bullet.png) no-repeat 25px;
	color: #000000;
}
#left #menu li.slave a {
	background: url(images/left_slave_background.png) no-repeat 28px -2px;
	color: #9d0000;
}










#content hr, #content h1 {
	display: none;
}
#content #temp_msg {
	background: url(images/temp_msg_background.png) no-repeat top center;
	margin: -30px 20px 20px 20px;
	padding: 50px 20px 20px 20px;
	color: #281913;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#content #books_count_msg {
	background: url(images/temp_msg_background.png) no-repeat top center;
	margin: 0 20px 20px 20px;
	padding: 65px 15px 20px 15px;
	color: #281913;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 40px;
}
#content #econt-box {
	background: url(images/econt-box-background.png) no-repeat top left;
	width: 410px;
	height: 363px;
	text-align: center;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
}
#content .subcategory {
	display: block;
	padding: 0;
	margin: -10px 20px 20px 20px;
}
#content .subcategory-item {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#content .subcategory-item a {
	font-size: 14px;
	padding: 0;
	margin: 5px 10px 5px 0;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f7d8ae;
	margin: 0 20px 20px 20px;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #D9B27E;
	margin: 0 20px 20px 20px;
}
#content p {
	font-size: 12px;
	color: #f7d8ae;
	margin: 0 20px 20px 20px;
}
#content a {
	color: #E9B976;
}
#content table {
	width: 410px;
	border-left: dotted 1px #f7d8ae;
	border-top: dotted 1px #f7d8ae;
	font-size: 12px;
	color: #f7d8ae;
	margin: 0 20px 20px 20px;
}
#content td {
	border-right: dotted 1px #f7d8ae;
	border-bottom: dotted 1px #f7d8ae;
}
#content #pathline {
	font-size: 12px;
	font-weight: bold;
	color: #f7d8ae;
	margin: 0 20px 10px 20px;
}
#content #pages {
	font-size: 12px;
	font-weight: bold;
	color: #f7d8ae;
	margin: 0 20px 10px 20px;
	clear: left;
}
#content #pages a {
	color: #f7d8ae;
	text-decoration: underline;
}
#content .bookitem {
	margin: 0 20px 0 20px;
	display: block;
	clear: both;
}
#content .bookitem .book_cover {
	background-image: url(images/cover_frame.png);
	background-repeat: no-repeat;
	height: 136px;
	width: 113px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
#content .bookitem .book_cover img {
	margin-top: 18px;
}
#content .bookitem .info {
	width: 260px;
	font-size: 12px;
	color: #f7d8ae;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 15px;
}
#content .bookitem .info .title {
	margin-bottom: 10px;
	text-align: left;	
}
#content .bookitem .info .title a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#content .bookitem .order_button {
	position: relative;
	top: -27px;
	float: right;
}
#content .bookitem .order_button .submit_button {
	width: 148px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#content .bookitem .quest_button {
	position: relative;
	top: -27px;
	float: right;
}









#content .viewbook {
	margin: 0 20px 0 20px;
	display: block;
	clear: both;
}
#content .viewbook .book_cover {
	width: 410px;
	overflow: auto;
	overflow-y: hidden;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
#content .viewbook .book_cover img {
	margin-top: 18px;
}
#content .viewbook .info {
	width: 410px;
	font-size: 12px;
	color: #f7d8ae;
	text-decoration: none;
	float: left;
	display: block;
}
#content .viewbook .title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: left;	
}
#content .viewbook .order_button {
	text-align: center;
}
#content .viewbook .order_button .submit_button {
	width: 148px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#content .viewbook .quest_button {
	text-align: center;
}
#content .viewbook .quest_button .q_button {
	width: 77px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}








#content .delete_button {
	width: 32px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#content .delete_basket_button {
	width: 152px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#content .confirm_button {
	width: 160px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}









#content .user_account_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7d8ae;
	margin: 0 20px 0 20px;
}
#content .user_account_form dl {
	position: relative;
	width: 410px;
}
#content .user_account_form dt {
	clear: both;
	float:left;
	width: 130px;
	padding: 2px 0 2px 0;
	text-align: right;
}
#content .user_account_form dd {
	float: left;
	margin: 0 0 10px 0;
	padding-left: 6px;
}
#content .user_account_form .user_account_field {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: solid 1px #cf8162;
	width: 260px;
	margin: 0;
	padding: 2px;
	background-color: #FBE7C3;
}
#content .user_account_form label {
	padding: 2px;
	margin: 0;
}
#content .user_account_form .submit_button {
	width: 119px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#content .user_account_form .send_pass_button {
	width: 175px;
	height: 29px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}





.form_error {
	color: #F60;
	font-weight: bold;
	margin: 0 0 0 135px;
}

.msg {
	color: #F60;
	font-weight: bold;
	margin: 0 20px 20px 20px;
}


.star {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F60;
}
.hint {
	color: black;
	font-size: 10px;
	font-weight: bold;
   	display: none;
    position: absolute;
    right: -230px;
    width: 200px;
    margin-top: -5px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}







#right #search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/search_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 353px;
}
#right hr, #right h1 {
	display: none;
}
#right #search .search_labels {
	display: none;
}
#right #search .search_fields_head_spacer {
	height: 16px;
	margin: 0;
}
#right #search .search_fields_container {
	height: 20px;
	margin-top: 22px;
	padding: 0;
}
#right #createdby {
	text-align: center;
	margin-top: 15px;
}







#name, #author, #publisher, #description, #price_min, #price_max, #year_min, #year_max, #book_id {
	font-size: 12px;
	height: 14px;
	border: solid 1px #cf8162;
	margin: 0px;
	padding: 2px;
}
#name, #author, #publisher, #description, #book_id {
	width: 192px;
	background: url(images/search_input_background.png) no-repeat top left;
}
#price_min, #price_max, #year_min, #year_max {
	width: 90px;
	background: url(images/search_input_background.png) no-repeat top left;
}
#price_min {
	margin-right: 6px;
}
#year_min {
	margin-right: 6px;
}
#right #search #submit_button {
	width: 118px;
	height: 26px;
	background: none;
	border: none;
	padding: 0;
	margin: 8px 0 0 0;
}










#right #main_menu {
	padding: 0;
	margin: 20px 0 0 0;
}
#right #main_menu #about_us {
	background-image: url(images/about_us_button.png);
	width: 250px;
	height: 56px;
}
#right #main_menu #rules {
	background-image: url(images/rules_button.png);
	width: 250px;
	height: 56px;
}
#right #main_menu #delivery {
	background-image: url(images/delivery_button.png);
	width: 250px;
	height: 56px;
}
#right #main_menu .text_area {
	padding: 0;
	margin: 0;
	display: none;
}
#right #main_menu .click_area {
	width: 250px;
	height: 56px;
	display: block;
}










#right #infobox {
	background: url(images/infobox_background_big.png) no-repeat top center;
	width: 250px;
	height: 328px;
	padding: 40px 0 0 0;
	margin: 10px 0 0 0;
}
#right #infobox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #281912;
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
	text-align: justify;
	background: url(images/infobox_separator.png) no-repeat top center;
}










# table {
	width: 410px;
	border-left: dotted 1px #f7d8ae;
	border-top: dotted 1px #f7d8ae;
	font-size: 12px;
	color: #f7d8ae;
	margin: 0 20px 20px 20px;
}
#content td {
	border-right: dotted 1px #f7d8ae;
	border-bottom: dotted 1px #f7d8ae;
}











div.pagination {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7d8ae;
	margin: 0 20px 15px 15px;
	clear: both;
}

div.pagination a {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	text-decoration: underline; /* no underline */
}
div.pagination span.current {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	
		font-weight: bold;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
	
		color: #666;
	}
	
	
	
	
	
	
	
	
	
	
	
#NewsTicker{
	width:450px;
	margin:0 0 30px 0;
}
	#NewsVertical {
	width: 450px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 400px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 450px;
	margin: 0;
	float: left;
	display: inline;
	}
	
