html, body {margin:0;height:100%;}
img {border:0}
a {
text-decoration: none;
color: #3e6c97;
}


#wrapper {height:auto !important;height:100%;min-height:100%;min-width:800px;}

#container {
width: 800px;
margin:0 auto;
}

.clear {clear:both;}

#top_navigation {
background: url(../images/topnav_leftbg.gif) bottom left no-repeat #f1f1f1;
width: 800px;
height: 32px;
}

#top_navigation_left {
float: left;
padding: 5px 0 0 10px;
}

#top_navigation_right {
padding: 2px 6px;
}

#rightbg {
background: url('../images/topnav_rightbg.gif') bottom right no-repeat;
height: 8px;
}

#logo {
margin: 25px 0;
}

.advertising_text {
font-size: 18px;
font-weight: bold;
color: #3e6c97;
}

#main_nav {
height: 30px;
margin: 25px 0;
}

#main_nav ul {
width: 100%;
list-style: none;
padding-left:0;
margin-left:1px;
}

#main_nav ul li {
background: url('../images/main_nav_li_bg.gif') no-repeat;
width: 198px;
height: 30px;
float: left;
margin: 0 0 0 1px;
color: #3e6c97;
}

#main_nav ul li a {
padding: 5px 10px 0 10px;
display: block;
font-size: 16px;
font-weight: bold;
text-align: center;
}

#main_nav ul li.view_all {
background: url('../images/main_nav_view_all.gif') no-repeat;
display: block;
font-size: 16px;
font-weight: bold;
text-align: center;
}

#main_nav ul li.view_all a {
color: #fff;
}

#main_nav ul li.add {
background: url('../images/main_nav_add.gif') no-repeat;
display: block;
font-size: 16px;
font-weight: bold;
color: #3e6c97;
text-align: center;
}

span.view_thous {
color: #ff971d;
}

span.new_fifty {
color: #22cc10;
}

span.author {
font-size: 16px;
font-weight: bold;
color: #3e6c97;
}


table tr td.status_text {
background: #f1f1f1;
border:2px solid #3e6c97;
padding: 5px;
}



#footer {
background: #f1f1f1;
border:1px solid #c8c8c8;
padding: 5px 10px;
margin: 25px 0;
}

.foot_top {
padding-bottom:5px;
border-bottom: 1px solid #c8c8c8;
}

.foot_top_left {
float: left;
width: 150px;
}

.foot_top_right {
margin-left: 150px;
}

/* Rating */
.rating {
	width:260px !important;
}
.rate_good{
	background:#09b00b;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:0 3px;
}
.rate_bad{
	background:#f21701;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:0 3px;
}
.rate_star{
	background:#efae00;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:0 3px;
}

.foot_bottom {
	text-align:center;
	padding:10px 0 2px 0;
	margin:0;
}
