@charset "UTF-8";
/* CSS Document   */
/* Copyright zoolution labs  */
/* Author: zoolution-labs.com */
*{
margin: 0px;
padding: 0px;
}
a:focus {outline: 0;}
body{
font: 100% Arial, Helvetica, sans-serif;
background: #ddd;
text-align: center; 
color: #333;
}
#wrapper{ 
width: 760px;  
margin: 0 auto; 
text-align: left; 
margin-bottom: 60px;
margin-top: 20px;
padding: 5px;
background: #fff;
} 
#header { 
height:264px;
background: #fbfbfb;
border: 1px solid #ccc;
border-bottom: 0px;
} 
#content{
background-color: #fff;
padding: 20px;
text-align: left;
border: 1px solid #ccc;
border-top: 0px;
border-top: 5px solid #781C22
}
#footer{
padding: 20px;
border-top: 2px solid #bbb;
color: #666;
font-size: 11px;
letter-spacing: 1px;
text-align: center;
}

/* MISC */
a{
color: #87080E;
}
a:hover{
text-decoration: none;
}
ul{
list-style: none;
}
img{
padding: 3px;
background-color: #ededed;
border: 1px solid #ccc;
}
#blur_control{
display: none;
}
.vtop{
vertical-align: top;
}
.clear{
clear:both;
}

/* Form */
fieldset{
border: 1px solid #ccc;
background-color: #fafafa;
padding: 10px;
margin-bottom: 20px;
margin-top: 20px;
}
legend{
color: #555;
}
label{
display: block;
color: #999;
font-size: 10pt;
line-height: 30px;
padding: 8px 10px 8px 20px;
}
input, textarea{
border: 1px solid #ccc;
background: #fff;
padding: 4px;
font: 10pt Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #555;
}
input:focus, textarea:focus{
background-color: #FEEFAC !important;
color: #48484D !important ;
}
.input_error{
background: #D65656 !important;
color: #fff !important;
}
#letters_left{
font-size: 11px;
padding-left: 150px;
}
.login_input{
width: 120px;
font-size: 10px;
padding: 3px;
}
#login_form{
display: inline;
vertical-align: top;
}
#loginform_submit{
padding: 1px !important;
width: 90px;
}
#register{
display: inline;
margin-left: 20px;
margin-right: 10px;
vertical-align: top;
}
#login_form a{
font-size: 10pt;
margin-left: 10px;
}
#logout{
text-align: right;
padding: 4px 10px;
color: #aaa;
}

/*header*/
#logo_link{
display: block; 
padding-left: 14px;
padding-top: 39px;
height: 20px;
position: absolute;
font-size: 10px;
width: 700px;
color: #888;
text-decoration: none;
letter-spacing: 0px;
}
#advanced_header{
height: 272px;
background: url(../img/header.jpg) 0px 0px no-repeat;
position: absolute;
top: 20px;
margin-left: -7px;
width: 772px;
}
#header #logo_link:hover{
color: #bbb;
}
#header #media_control{
position: absolute;
display: block;
top: 31px;
margin-left: 442px;
}
#header #media_control img{
width: 80px;
border: 0px;
background: transparent;
}
#home_link{
display: block;
width: 360px;
height: 208px;
position: absolute;
top: 60px;
margin-left: 10px;
}
#fitzek_link{
display: block;
width: 200px;
height: 180px;
position: absolute;
top: 60px;
margin-left: 500px;
}
#head_menu{
position: absolute;
top: 256px;
text-align: right;
font-size: 12px;
width: 710px;
color: #ccc;
}
#head_menu a{
color: #666;
padding-left: 3px;
padding-right: 3px;
text-decoration: none; 
}
#head_panel{
text-align: right;
padding: 6px;
padding-right: 20px;
/*background: #781C22;*/
background: transparent;
border: 0px solid #61171B;
padding-left: 5px;
height: 22px;
position: absolute; 
top: 7px;

}
#head_panel a{
color: #781C22;
font-size: 12px;
text-decoration: none;
}
.home_button{
display: block;
float: left;
padding: 5px;
width: 120px;
margin-bottom: 10px; 
}
.home_button_single{
display: block;
padding: 5px;
width: 130px;
margin-bottom: 10px; 
font-size: 10pt;
text-decoration: none;
}
#head_panel a:hover{
color: #9B242C;
}

/* Stars */
.rating_stars{
width: 24px;
background: transparent; 
border: none;
}
.rating_status{
display:block;
padding-top: 5px;
padding-bottom: 2px;
}
.rating_stars{
width: 24px;
background: transparent; 
border: none;
}

/* Comments */
#comment_form{
background: #fbfbfb;
border: 1px solid #F1F1F1;
}
#comment_form h3{
font-size: 10pt;
padding: 20px;
color: #781C22;
}
#comments{
margin: 30px;
}
#comments ul li{
background: #fdfdfd;
padding: 20px;
margin: 30px;
border: 1px solid #f1f1f1;
text-align: justify;
font-size: 9pt;
}
#comments ul li h3{
margin-bottom: 8px;
font-size: 10pt;
}
#comments ul li h3 span{
margin-left: 20px;
color: #999;
font-size: 10pt;
}
.comment_admin{
background: #fff;
border: 2px solid #781C22;
border-left: 8px solid #781C22;
padding: 7px;
margin-top: 8px;
}
.comment_admin a{
text-decoration: none;
}
.entry_pages{
font-size: 12px;
margin-left: 30px;
}
.entry_pages span{
padding: 2px;
}

/* ToolTip */
#tooltip{
position:absolute;
border:1px solid #96937C;
background:#FFFAD4;
padding: 4px 8px;
color:#49473D;
display:none;
width: 200px;
text-align: left;
font-size: 11px;
}	

/* Communication Panel */
#communication_panel{
position: fixed;
top: 0px;
background: #84A6BB;
border-bottom: 1px solid #ccc;
text-align: center;
width: 100%;
padding: 12px;
color: #fff;
letter-spacing: 1px;
font-size: 14px;
display: none;
}

/* CHARTS LIST */
#chart_headline{
background: url(../img/headline.gif) no-repeat 1px 0px;
height:53px;
}

#left, #right{
width: 315px;
float: left;
}
#left h2, #right h2{
font-size: 12pt;
line-height: 35px;
}
#middle{
padding-top: 0px;
width: 80px;
float: left;
}
.chart_rank{
margin-left: 8px;
margin-right: 8px;
margin-bottom: 20px;
height: 190px;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #f1f1f1;
text-align: center;
font-family: georgia;
font-weight: lighter;
vertical-align: top;
font-size: 50px;
color: #bbb;
background: #f9f9f9;
}
.chart_rank_filled{
background: #ededed;
}
.chart_item{
padding: 20px;
background: #f9f9f9;
border: 1px solid #f1f1f1;
margin-bottom: 20px;
font-size: 8.5pt;
height: 190px;
}
.single_book{
height: 220px;
font-size: 8.5pt;
line-height: 15pt;
}
.chart_item h3{
font-size: 10pt;
color: #781C22;
}
.new_title{
color: #357321;
}
.chart_user_panel{
border: 1px solid #ccc;
margin-top: 10px;
background: url(../img/box_filler.gif) repeat-x 0px 0px #F0EFEF;
}
.chart_user_panel h4{
font-size: 8pt;
border-bottom: 1px solid #ddd;
margin-bottom: 4px;
background: #efefef;
padding: 5px 5px;
color: #555;
letter-spacing: 0.6pt;
font-weight: lighter;
}
.rating_form{
margin: 10px 6px;
display: block;
}
.chart_user_panel_comments{
display: block;
clear: both;
padding: 10px;
}
.chart_item_image{
width: 90px;
vertical-align: top;
height: 180px;
}
.chart_item_image_full{
width: 160px;
vertical-align: top;
}
.chart_item_image img{
width: 70px;
}
.chart_item_image_full img{
width: 120px;
}
.chart_item_author{
display: block;
font-weight: bold;
padding:3px 0px;
font-size: 9pt;
}
.chart_item_price{
display: block;
padding:4px 0px;
}
#new_week_table_tb{
background: #f5f5f5;
border: 1px solid #ddd;
padding: 10px;
}
#new_week_table_hc{
background: #ddd;
border: 1px solid #ddd;
padding: 10px;
}
#new_week_submit{
background: #781C22;
width: 585px;
color: #fff;
}
#new_week_submit:hover{
background: #591519;
}
#new_week{
margin-left: 60px;
margin-top: 40px;
width: 585px;
}
.pre_position{
margin-top: 10px;
padding: 3px;
padding-left: 30px;
font-family: georgia !important;
font-size: 11pt;
line-height: 11pt;
width: 43px;
color: #999;
border: 1px solid #ededed;
background-color: #fff !important;
background-position: 6px 5px !important;
background-repeat: no-repeat !important;
}
.rank_down{
background: url(../img/rank_down.gif);
}
.rank_up{
background: url(../img/rank_up.gif);
}
.rank_new{
background: url(../img/rank_new.gif);
}
.rank_hold{
background: url(../img/rank_hold.gif);
}
/* Core */
#del_prev{
color: #888;
font-size: 9.5pt;
padding: 20px;
}
#content_text{
padding: 15px;
font-size: 10pt;
}
#content_text p{
text-align: justify;
font-size: 10pt;
}
#content_text h3{
font-size: 11pt;
}
#content_text h2{
font-size: 13pt;
}
