body
{
    background: #BBB;
    color: #000;
    font: 68.75% verdana, sans-serif;
    padding: 0;
    margin: 0;
}

h1
{
    color: #000;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    background: #FFF url(img/background_h1.gif) bottom repeat-x;
}

h2
{
    font-size: 1.0em;
    margin: 10px 10px 0 10px;
    padding: 6px 5px;
    border: 1px solid #DDD;
    border-bottom-color: #C6C6C6;
    border-right-color: #C6C6C6;
    font-weight: bold;
    background: #E6E6E6 url(img/background_h2.gif) repeat-x;
    color: #222;
}

h2 a
{
    color: #222;
}

h3
{
    background: url(img/arrow_orange.gif) left no-repeat;
    color: #000;
    margin: 10px;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #DDD;
    font-size: 1.2em;
}

span.item
{
	display: block;
	padding: 5px 0 5px 15px;
	background: url(img/arrow_blue.gif) left no-repeat;
}

div.sbox
{
    margin: 10px;
}

div.sbox_header
{
    height: 17px;
    padding-top: 5px;
    background: url(img/background_sbox_header.gif) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    color: #FFF;
}

div.sbox_content
{
    padding: 5px 10px;
    padding-bottom: 0px;
    background: url(img/background_sbox_content.gif) repeat-y;
}

div.sbox_footer
{
    height: 10px;
    background: url(img/background_sbox_footer.gif) no-repeat;
}

div.box
{
    margin: 10px;
    margin-bottom: 20px;
}

div.box_header
{
    height: 22px;
    padding-top: 8px;
    background: url(img/background_box_header.gif) no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

div.box_content
{
    padding: 10px;
    padding-bottom: 5px;
    background: url(img/background_box_content.gif) repeat-y;
}

div.box_footer
{
    height: 10px;
    background: url(img/background_box_footer.gif) no-repeat;
}

div.search_box
{
    margin: 1.2em 10px;
    padding: 5px; 
    background: #888 url(img/background_search_box.gif) repeat-x;
    border: 1px solid #444;
}

div.notice
{
    margin: 10px; 
    padding: 5px; 
    border: 1px solid #CC9;
    background: #F2F2DD url(img/background_notice.gif);
}

a
{
    color: #248;
    text-decoration: none;
    cursor: pointer; 
    cursor: hand;
}

a:hover
{
	text-decoration: underline;
}

.no_underline:hover
{
    text-decoration: none;
}

p
{
    margin: 1.2em 10px;
}

p.copyright, div.copyright
{
    font-size: .9em;
    color: #666;
    padding-top: 5px;
    border-top: 1px solid #E6E6E6;
}

table
{
    width: 100%;
	border-collapse: collapse;
}

th
{
	color: #444;
}

th, td
{
    text-align: left;
    padding: 0 5px 6px 5px;
}

table.list th, 
table.list td
{
    text-align: left;
    padding: 3px 5px;
    border-bottom: 1px solid #EEE;
    border-top: none;
}

table.list tr:hover th,
table.list tr:hover td
{
    background: #F6F6F6;
    border-bottom: 1px solid #CCC;
    border-top: none;
}

.clickable
{
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #248;
}

.indent
{
	padding: 0 5px;
}

img
{
    border: 0;
}

img.border
{
    padding: 5px;
    border: 1px solid #DDD;
    text-decoration: none;
    background: #FFF;
}

img.border_small
{
    padding: 3px;
    border: 1px solid #DDD;
    text-decoration: none;
    background: #FFF;
}

ul
{
    margin: 1.2em 3em;
    padding: 0;
}

form
{
    margin: 0;
}

input, button, select, textarea
{
    vertical-align: middle;
    font: 1em verdana, sans-serif;
}

input.text, textarea
{
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #BBB;
}

label
{
    font-weight: bold;
}

.error
{
    font-weight: bold;
    color: #C00; 
}

div.divider
{
    margin: 0px 10px;
    border-top: 1px solid #DDD;
}

button,
.button,
.button_active
{
    display: -moz-inline-box;
    display: inline-block;
    background: transparent url(img/background_button.gif) left top;
    color: #222;
    width: 80px;
    height: 18px;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    border: none;
    font-weight: bold;
    font-family: verdana, sans-serif;
    cursor: pointer;
	cursor: hand;
}

button
{
    height: 22px;
    padding: 0;
}

button[type]
{
    padding-bottom: 5px; /* Firefox */
    line-height: 20px; /* Safari */
}

*:first-child+html button[type]
{
    padding: 0; /* IE7 */
}

.button_active
{
    background-position: left bottom;
}

button:hover,
.button:hover
{
   background-position: left center;
   text-decoration: none;
}

.button_active:hover
{
    text-decoration: none;
}

.button span,
.button_active span
{   
    display: block;
    width: 80px;
    text-align: center;
}

div.bar_left
{
    float: left;
    width: 2px;
    height: 16px;
    background: url(img/bar_left.gif) no-repeat;
}

div.bar_right
{
    float: left;
    width: 3px;
    height: 16px;
    background: url(img/bar_right.gif) no-repeat;
}

div.bar
{
    float: left;
    font-size: .8em;
    color: #46A;
    text-align: left;
	background: url(img/background_bar.gif) repeat-x;
	padding: 1px 2px 1px 3px;
	height: 14px;
}

div.holder
{
    width: 73px;
    height: 31px;
    background: url(img/holder.gif) no-repeat;
    text-align: center;
    padding: 3px 2px 4px 0;
}

div.holder span.average_rating
{
    font-size: 1.2em;
    font-weight: bold;
    color: #248;
}

div.holder span.num_votes
{
    font-size: .8em;
    color: #68C;
}

div.nav2
{
    margin: 7px 9px;
    text-align: center;
}

div.nav2 a
{   
    display: -moz-inline-box;
    display: inline-block;
    margin: 3px 1px;
    padding: 3px 5px;
    border: 1px solid #DDD;
    background: #FFF;
    font-size: .9em;
    font-weight: bold;
}

div.nav2 a:hover
{
    text-decoration: none;
    border: 1px solid #000;
}

div.nav2 a.active
{
    border: 1px solid #248;
    background: #248 url(img/background_header.gif) repeat-x;
    color: #FFF;
}

div.nav3
{
    margin: 10px;
    text-align: center;
}

div.nav3 a
{   
    margin-right: 5px;
}

div.wrapper
{
    margin: 10px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
    height: 0;
}

.underline
{
    text-decoration: underline;
}

#wrapper
{
    width: 973px;
    background: #FFF url(img/background_content.gif) repeat-y;
    padding: 0 5px;
    margin: 0 auto;
}

#header
{
    background: #248 url(img/background_header.gif) repeat-x;
}

#main
{
    float: left;
    width: 748px;
}

#sidebar
{
    float: right;
    width: 220px;
    padding-left: 5px;
}

#footer
{
    background: #666;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 15px;
}

#footer table
{
    width: 25%;
    margin: 0 auto;
}

#footer a
{
    color: #FFF;
}

#footer td
{
    vertical-align: top;
    padding: 0;
}

#footer dl
{
    margin: 0;
    padding: 0;
}

#footer dt,
#footer dt a
{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #999;
}

#footer dd,
#footer dd a
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: .9em;
}

/*****************************************************/
/******************** STAR RATING ********************/
/*****************************************************/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background: url(img/star_rating.gif) left -1000px repeat-x;
}
.star-rating
{
	position: relative;
	width: 75px;
	height: 15px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.star-rating li
{
	display: inline;
}
.star-rating a,
.star-rating .current-rating
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 15px;
	line-height: 15px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover
{
	background-position: left bottom;
}
.star-rating a.stars_0_5
{
	width: 10%;
	z-index: 11;
}
.star-rating a.stars_1_0
{
	width: 20%;
	z-index: 10;
}
.star-rating a.stars_1_5
{
	width: 30%;
	z-index: 9;
}
.star-rating a.stars_2_0
{
	width: 40%;
	z-index: 8;
}
.star-rating a.stars_2_5
{
	width: 50%;
	z-index: 7;
}
.star-rating a.stars_3_0
{
	width: 60%;
	z-index: 6;
}
.star-rating a.stars_3_5
{
	width: 70%;
	z-index: 5;
}
.star-rating a.stars_4_0
{
	width: 80%;
	z-index: 4;
}
.star-rating a.stars_4_5
{
	width: 90%;
	z-index: 3;
}
.star-rating a.stars_5_0
{
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating
{
	z-index: 1;
	background-position: left center;
}

/***************************************************/
/******************** ALERT BOX ********************/
/***************************************************/
.alert-box
{
    width: 150px;
}

.alert-title 
{
    font-size: 0.9em;
    color: #FFF;
    background: #248;
    padding: 2px 2px 2px 5px;
}

.alert-message 
{
    font-size: 0.9em;
    padding: 5px;
    background: #FFF;
}

/**********************************************/
/******************** MENU ********************/
/**********************************************/
.nav
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul
{
    list-style: none;
}

.nav li 
{ 
	float: left;
}

.nav a 
{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
}

.nav a.active
{
	background: #FFF url(img/background_menu_item.gif) repeat-x;
	color: #248;
}

.nav a:hover
{
    text-decoration: underline;
}

/* second-level */
.nav li ul 
{
    position: absolute;
	left: -1000em;
	padding: 0;
	margin: 0;
	background: #999 url(img/background_menu_right.gif) right repeat-y;
    border-top: 5px solid #FFF;
}

.nav li ul li
{
    float: none;
}

.nav li ul li a
{
    font-size: .8em;
    padding: 3px 20px 3px 10px;
    color: #FFF;
    font-weight: normal;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    background: url(img/background_menu_left.gif) left repeat-y;
}

.nav li ul li a.toplink
{
    border-top: 1px solid #666;
    padding-top: 3px;
}

.nav li ul li a.bottomlink
{
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
}

.nav li ul li a:hover
{
    background: #444;
    text-decoration: none;
}

/* lists nested under hovered list items */
.nav li:hover ul,
.nav li.hover ul,
.nav li li:hover ul,
.nav li li.hover ul 
{ 
	left: auto;
}