/* Layout */

body {
margin: 0 auto;
padding: 0;
font-family: Arial,Helvetica,Verdana,sans-serif;
text-align: center;
background: #B2A56E url(../images/bg.gif);
background-position: left top;
}

form {
margin: 0;
padding: 0;
}

div#wrap_frame {
z-index: 2;
top: 0;
position: absolute;
clear: both;
left: 50%;
margin: 0 0 0 -495px;
text-align: left;
background: #2f99bc url(../images/bg_wrap.gif) top center repeat-y;
width: 990px;
}

div#wrap_content {
z-index: 3;
position: absolute;
left: 50%;
margin: 100px 0 0 -213px;
_margin: 103px 0 0 -213px; /*setting for IE6*/
width: 686px;
overflow: hidden;
border-bottom: 1px solid #f0f0f0;
}

#content_top {
background-image: url(../images/bg_content_top.jpg); 
background-repeat: no-repeat;
height: 40px;
margin: 5px 0 0 13px;
}

#content_bottom {
background-image: url(../images/bg_content_bottom.jpg); 
background-repeat: no-repeat;
height: 40px;
margin: 0 0 5px 13px;
}

div#content {
margin: 0 13px 0 13px;
padding: 15px 35px 0 35px;
_padding: 15px 35px 0 33px; /*setting for IE6*/
text-align: left;
min-height: 600px;
background: #FFFFFF;
background-image: url(../images/bg_content.jpg);
}

div#content img {
padding: 0px;
display: inline;
background: #ffffff;
border: 0px solid #f0f0f0;
}

div#footer {
margin: 15px 0 0 0;
padding: 5px 0 20px 0;
border-top: 3px solid #f93;
text-align: center;
}

div#banner_wrap {
clear: both;
margin: 0 0 0 22px;
}

div#banner {
width: 946px;
height: 80px;
background: #3687a3;
}

div#menu_top {
background: url(../images/bg_menu_top.jpg);
margin: 0 22px 0 22px;
padding: 0;
height: 18px;
width: 946px;
border-top: 1px solid #226c85;
border-bottom: 1px solid #5b8a95;
}
	
#menu_top UL {    
list-style: none;
margin: 0;
padding-left: 20px;
}

#menu_top LI { 
display: inline;
}

#menu_top A {
display: block;
}

div#menu_top_left {
width: 245px;
}

div#menu_top_right {
padding-right: 100px;
height: 18px;
}

div#left {
float: left;
margin: 0 0 0 22px;
_margin: 0 0 0 11px; /*setting for IE6*/
width: 260px;
background: #1C5B70;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #f0f0f0;
}

div#menu_left {
padding: 15px 10px 0 0;
#padding: 15px 10px 0 35px; /*setting for IE7*/
_padding: 15px 10px 0px 35px; /*setting for IE6*/
}

#menu_left UL {	
list-style-type: square;
margin: 5px 0 5px 0;
}

#menu_left LI {
#padding-left: 6px; /*setting for IE7*/
_padding-left: 6px; /*setting for IE6*/
list-style-image: url('../images/icon_arrow_right.gif');
}

#menu_left A {
display: block;
padding: 0 0 4px 0;
}

#selected_left {
padding: 0 0 4px 0;
color: #f93;
font-size: 14px;
}

div#trial {
overflow: hidden;
background: #ffffff url(../images/bg_trial.gif) no-repeat;
width: 122px;
height: 20px;
padding: 3px 10px 3px 10px;
margin: 0 0 10px 5px;
}

div#wrap_item {
margin-bottom: 12px;
}

div#item_top {
margin-bottom: 6px;
}

div#item_left_top {
width: 210px;
}

div#item_right_top {
}

div#rating {
margin-bottom: 8px;
}

div#sponsor_banner {
margin: 5px 0 13px 5px;
}

#star-rating ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 100px;
height: 20px;
position: relative;
background: url(../images/rating.gif) top left repeat-x;
}

#star-rating li {
padding: 0px;
margin: 0px;
/*\*/
float: left;
/* */
}

#star-rating li.current-rating {
background: url(../images/rating.gif) left bottom;
position: absolute;
height: 20px;
display: block;
text-indent: -9000px;
z-index: 10;
}

#star-rating li a {
display: block;
width: 20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image: none;
}

#star-rating li a:hover {
background: url(../images/rating.gif) left center;
z-index: 10;
left: 0px;
}

#star-rating a.star-1 {
left: 0px;
}

#star-rating a.star-1:hover {
width: 20px;
}

#star-rating a.star-2 {
left: 20px;
}

#star-rating a.star-2:hover {
width: 40px;
}

#star-rating a.star-3 {
left: 40px;
}

#star-rating a.star-3:hover {
width: 60px;
}

#star-rating a.star-4 {
left: 60px;
}

#star-rating a.star-4:hover {
width: 80px;
}

#star-rating a.star-5 {
left: 80px;
}

#star-rating a.star-5:hover {
width: 100px;
}