/* --------- /stylesheets/reset.css --------- */ 
/* @override 
	http://localhost:3000/stylesheets/reset.css?1199860890
	http://localhost:3000/stylesheets/reset.css
*/

/* removed because of conflict with theme body tag
body { 
	margin:0;
	padding:0;
}

*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* --------- /stylesheets/base.css --------- */ 

body {
  margin: 0;
  padding: 0;   
  background: #f2f2f2;
  font-family: sans-serif,"arial";
  font-size: 12px;
}

#logo_banner {
	width: 950px;
	margin-top: 5px;
	padding: 5px 0;
}

#masthead {
  padding: 5px 5px 0 5px;
}

/* structural 
*  remove container selector
------------------- */
#main {
  width: 970px;
  margin: 0 auto;
  background: #e6e6e6;
  border-left: 5px solid #e6e6e6;
  border-right: 5px solid #e6e6e6;
}
  
#wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 10px;
  background: #e6e6e6;
}

#top_ad {
  margin: 5px 0;
  text-align: center;
}

#bottom_ad {
    height: 90px;
    margin-top: 5px;
    text-align: center;
}

#main_navigation {
    margin-top: 10px;
     clear: right;
}

#content {
    clear: both;
    width: 100%;
}

/* structural for 3 column layout
------------------- */
#left_sidebar {
    clear: both;
    width: 230px;
    float: left;
}

#main_feature {
   margin-left: 10px;
    width: 710px;
    float: left;
}

#right_sidebar {
    width: 120px;
    float: right;
}

/* structural for 2 column layout
------------------- */

#main_feature_single_column {

    float: left;
    width: 950px;
}

#ads {
    width: 120px;
    margin-top: 10px;
    float: right;
}

#footer {
   clear: both; 
}

/* global styles
------------------- */
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a.tiny {
    line-height: 20px;
    color: #888;
    font-size: 10px;
}

a.profile_card {
    font-weight: bold; 
    color: black;
}

table.padded td {
    width: 100%;
    padding: 3px;
}

strong {
    font-weight: bold;
}

div.tooltip {
    width: 180px;
    background: #fdd137;
    border: 2px double #f8a600;
    text-align: left;
    padding: 5px;
    min-height: 1em;
    font-size: 11px;
    color: black;
    cursor: pointer;
    position: absolute;
    zIndex: 10000;
}


/* Top plate
*******************/
#top_badge_blind {
    width: 341px;
    height: 32px;
    float: left;
    background: url(/images/bg-badge-blind.png) no-repeat;
}

#top_badge_blind .plate {
    width: 275px;
    height: 32px; 
    padding: 0 12px; 
    text-align: left; 
    float: left;
}

#top_badge_blind .plate div {
    float: left;
}

#top_badge_blind .plate #xp_bar {
    height: 15px; 
    line-height: 15px; 
    width: 105px; 
    margin-top: 7px; 
    background-color: #666; 
    color: white;
}

#top_badge_blind .plate #xp {
    height: 15px; 
    line-height: 15px; 
    text-align: right; 
    padding-left: 2px; 
    width: 5px; 
    background-color: green;
}

#btn_badges {
    width: 26px; 
    height: 25px; 
    float: right; 
    cursor: pointer;
    margin: 3px 7px 0 0; 
}

#btn_badges:hover {
    background-position: center -26px !important;
}

#btn_badges.down {
    background: url(/images/btn-metal-orange-down.png) no-repeat;
}

#btn_badges.up {
    background: url(/images/btn-metal-orange-up.png) no-repeat;
}

#my_badges {
    position: relative; 
    z-index: 103; 
    width: 332px; 
    float: left;
    margin-left: 3px;
}


#top_navigation {
    width:100%; 
    height: 30px; 
    background: #000 url(/images/bg-piano-black.png) repeat-x;
    text-align: right; 
}

#top_nav_search,#top_nav_greeting {
    float: right;
}

#top_nav_greeting {
    line-height: 30px; 
}

#top_nav_greeting .link {
    float: left; 
    text-align: center;
    padding: 0 15px;
}

#top_nav_greeting .link a {
    font-size: 8px;
    font-family: "Arial", sans-serif;
    color: white;
    letter-spacing: 2px;
}

/* common widgets
------------------- */

/* AJAX wait spinner */
img.spinner {
    vertical-align:bottom; 
    height:25px; 
    width:25px;
}


/** pagination **/
div.pagination {
  float: left;
  margin-top: 5px;
  font-size: 11px;

}

div.pagination a, div.pagination span{
  padding: 2px 5px 0px 5px;
  
}

span.current {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

div.pagination a {
	line-height: 20px;
	border: 1px solid #666;
	background: white;
	color: #333;
}

div.pagination a.prev_page,div.pagination a.next_page {
  border: 0px;
  background: none;
}


span.nuggets {
    color: black;
    font-size: 11px;
}

span.nuggets label {
    color: #CC6600;
    font-size: 11px;
    font-weight: bold;
}


/* floating notes
------------------- */
table {
    height: 50px;
}

table.fn td {
    vertical-align: middle;
}

table.fn td.img {
    padding: 10px;
}

table.fn td.text {
    padding-right: 10px;
}

/* login form
------------------- */
table#login_form {
    font-size: 11px;
}

table#login_form td {
    padding: 2px;
}

table#login_form input.text_field {
    font-size: 12px;
    width: 145px;
}

/* profile
------------------- */
table#home_profile {
  width: 100%
}

table#home_profile td {
  float: left;
  padding: 3px;
}

table#home_profile td.text {
  padding-left: 5px; 
  line-height: 24px;
}

ul.profile_achievements {
  font-size: 11px;
  line-height: 15px;
}

ul.profile_achievements li {
  line-height: 14px;
}

ul.profile_achievements li.odd {
  background: #fff;
}

.show_profile_message_box {
  width: 425px;
  height: 50px;
  border: 1px solid #3b5998;
}

.show_profile_message_button {
  margin-top: 2px;
  padding: 3px 15px 3px 15px;
  font-size: 11px;
  background-color: #274D63;
  color: white;
  border-color: #ccc black black #ccc;
  border-style: solid;
  border-width: 1px;
}

#show_profile_comment label {
  color: #274D63;
  font-weight: bold;
  text-align: left;
  float: left;
  width: 250px;
  margin-right: 10px;
  margin-top: 20px;
}


ul.top_list {
	text-align: center;
}

ul.top_list li img {
	margin: 0 auto;
	display: block;
}

ul.top_list strong {
	font-weight: bold;
}


img.list_top_image {
	padding: 0px 0 2px 28px;
}

img.go_button {
    margin: 0 5px 5px 0;
}

ul.top_list li {
	margin-bottom: 10px;
}

ul.top_list img {
	display: block;
}
ul.top_list span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	line-height: 14px;
}

ul.top_list strong {
	font-size: 12px;
	line-height: 14px;
}


/* Shiny tabs
------------------- */
.tab_panel {
    display:none;
    clear: left;
    height: 150px;
   
}
.tab_panel.active-tab-body {
    display:block;
}

ul.tab_group li {
    float: left;
    width: 133px;
    height: 39px;
    background: url(/images/tab.png) no-repeat center;
    margin-right: 5px;
}

ul.tab_group li a {
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    color: #505050;
    display:block;
}

ul.tab_group li a.active-tab {
    font-weight: bold;
    color: #000 !important;
    background: url(/images/tab-selected.png) no-repeat center;
}


/*
Points transactions
------------------- */
table.points_transactions {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
}

table.points_transactions th {
    font-weight: bold;
    padding: 8px 0 8px 5px;
}

table.points_transactions td {
    padding: 8px 0 8px 5px;
}

table.points_transactions tr.odd {
    background: #eee;
}

table.points_transactions tr.time_header {
    background: #d4e7f6;
    font-weight: bold;
    height: 20px;
}

div.points_summary h1 {
    display: inline;
    margin-right: 20px;
}

div.bounding_box {
    border: 2px solid #c8c8c8; 
    background-color: white; 
    height:100%; 
    padding:10px;
}


/* footer
------------------- */
div#footer_container {
   font-size: 10px; 
   text-align: center;
   clear: both;
   color: #666;
}

div#footer_container a {
  color: #666;
}


/* form errors
-------------------*/

.fieldWithErrors.input.text, .fieldWithErrors.textarea.textarea, .firefox .fieldWithErrors.select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	
}

.fieldWithErrors {
	padding: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #c00;
	border-right-color: #c00;
	border-bottom-color: #c00;
	border-left-color: #c00;
}

span.validation-error {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}

#errorExplanation {
	width: 95%;
	border: 2px solid red;
	padding-bottom: 12px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

#errorExplanation h2 {
	display: none;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #c00;
	color: #fff;
	margin-top: -7px;
	margin-right: -7px;
	margin-bottom: 7px;
	margin-left: -7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	font-size: 12px;
	list-style: square;
	padding-bottom: 2px;
	margin-left: 20px;
		
}

#errorExplanation li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear:both;
}
#errorExplanation li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* product slider
-------------------*/
#product_slider {
    width: 950px;
    padding: 0 0 10px 0;
    margin: 0;
}
#scroll_area {
  width: 950px;
  height: 113px;
  position: relative;    
  overflow: hidden;
  white-space: nowrap;	
}

#scroll_area ul {
	list-style-type: none;
	margin: 0;
  padding:0;
  width: 1610px;
  position: relative;
  top: 0;
  left: 0;
}

#scroll_area li {
	float: left;
	width: 134px;
	height: 113px;
	position: relative;
}
#scroll_area li span {
  position: absolute; 
  top:90px;        
  font-size: 11px;
  text-align: center;
 width: 134px;
}

/* reward slider
-------------------*/
#reward_slider {
    width: 790px;
    spadding: 0 0 10px 0;
    smargin: 0;
    float: right;
    margin-bottom: 5px;
}
#reward_scroll_area {
  width: 790px;
  height: 100px;
  position: relative;    
  overflow: hidden;
  white-space: nowrap;	
      background: white;
}

#reward_scroll_area ul {
	list-style-type: none;
	margin: 0;
  padding:0;
  /*  don't hardcode width here
  width: 1225px; */  
  position: relative;
  top: 0;
  left: 0;
}

#reward_scroll_area li {
	float: left;
	width: 134px;
	height: 113px;
	position: relative;

}
#reward_scroll_area li p {
  font-size: 80%; 
  padding-top: 5px

}

#reward_scroll_area li p strong {
  font-weight: bold;
}

#reward_slider h1 {
  font-size: 14px;
  color: #444;
}

/** Teacher home
**/
/* teacher home
------------------- */
div.teacher_home h1 {
    text-align:center; 
    font-size:20px; 
}

div.teacher_home h2 {
    font-size:14px; 
}

div.teacher_home li {
    padding: 5px;
}

div.teacher_home p {
    font-size:17px;
    padding:15px 30px 15px 30px;
    width:600px;
}

div.teacher_home hr {
    color:#c0c0c0;
    background-color:#c0c0c0;
    height:1px;
    border:0;
}

div.teacher_home div.panel {
    width:315px; 
    padding:10px 2px 15px 2px; 
    font-size:13px; 
}

div.teacher_subscribe a{
    clear: both;
    padding: 0;   
}


/** age verification **/
#modal h1 {
  color: #222;
  font-size:17px;
  margin-bottom: 10px;
}

#modal p {
  clear: left;
  margin-bottom: 5px;
}

#modal label {
  width: 95px;
  float: left;
  line-height: 22px;
}

.buttons a, button, a.button {
  padding: 5px;
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
  padding: 4px 5px 4px 5px;
  line-height: 16px;
  color: #333;
  background-color: #f0f0f0;
  -moz-border-radius: 5px;  
  font-size: 12px;
}

a.positive , button.positive {
  border:1px solid #bbb;
}

a.button img, button img{
  margin:2px 1px -3px 0 !important;
}

a.mini_button img {
  margin:0 1px -3px 0 !important;
}

a.button:hover, button.positive:hover {
  background-color: #E2EFE0;
  text-decoration: none;
  border:1px solid #70C362;
}
a.button {
  text-decoration: none;
}

a.negative {
  border:1px solid #bbb;
}

a.negative:hover {
  background-color: #FBE3E4;
  text-decoration: none;
  border:1px solid red;
}


a.disabled {
  color: gray!important;
}

a.disabled:hover {
  background-color: #ffffff !important;
  text-decoration: none;
  border:1px solid #bbb !important;
}

#flash, #alert {
  margin-top:12px;
  border:1px solid #CCCCCC;
  font-size:95%px;
  margin-bottom:12px;
  padding:5px 5px 5px 30px;
  text-align:left;
}
.notice {
  background: #BFFEBF url(/images/icons/accept.png) no-repeat scroll 8px center;
  color: green;
}
.error {
  background: #FEBFBF url(/images/icons/exclamation.png) no-repeat scroll 8px center;
  color: red;
}
.alert {
  background: #FFFBE5 url(/images/icons/error.png) no-repeat scroll 8px center;
}

span.magic_code_found { color: green; }
span.magic_code_not_found { color: red; }


/* floating notes
-------------------*/
div#fn_panel {
    position: fixed; 
    bottom: 0; 
    right: 10px; 
    width: 200px; 
    z-index: 9999;
}

ul#floating_notes li {
    height: 50px;
    width: 200px;
    font-weight: bold;
    color: white;
    background: url(/images/bg-floating-note.png) no-repeat center;
    margin-bottom: 10px;
}

ul#floating_notes li div {
    padding: 10px;
}

/* meter bars
-------------------*/
img.meter-cap {
    border: 0px; 
    width:  7px; 
    height: 14px; 
    float: left;
}

img.meter-bar {
    border: 0px;
    height: 14px;
    float: left;
}

/* xp bar
-------------------*/
/* --------- /stylesheets/star.css --------- */ 
/* @override http://localhost:3000/stylesheets/star.css?1200080736 */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px;
	height:20px;
	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:20px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-enabled a:hover,
.star-rating-enabled a:active,
.star-rating-enabled a:focus{
	background-position: left bottom;
}
.star-rating a.one-star, .star-rating a.one-stars, .star-rating a.star-1{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars,.star-rating a.star-2{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars,.star-rating a.star-3{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars,.star-rating a.star-4{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars,.star-rating a.star-5{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/** read only stars**/

.rating_bar {
  width: 80px; background: url(/images/star_small.gif) 0px 0px repeat-x;
  height: 16px;
  margin-bottom: 5px;
}

.rating_bar div {
  height: 16px; background: url(/images/star_small.gif) 0 -16px repeat-x;
}/* --------- /stylesheets/catalog.css --------- */ 

a.small_link {
    font-size: 10px;
}

a.reward_detail_link {
  color: #222;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
}

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

.category_sidebar a {
	color: #333;
}
.category_sidebar h1 {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #4D4D4D;
}

/** categories **/
ul.top_category {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;

}
span.rewards_count {
	font-size: 10px;
	color: #333;;
}

ul.top_category li {	padding: 1px 0;}
ul.last {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

li.current {
	background: #eee;
}

ul.sub_category {
  padding-left: 10px;
}

ul.search_sidebar li {
  margin-top: 10px;
}

/** breadcrumb **/
ul.breadcrumb  {
    padding: 0px 0pt 6px 0px;
    color: #555;
    font-weight: bold;
    width: 440px;
    display: inline;
}

.breadcrumb li {
    float: left;
    margin-right: 3px;
}
    
.breadcrumb a {
     color: #555;
}

div#sort_filter {
  float: right;
  margin-left: 10px;
}



div#catalog_top_navigation h1{
    display: inline;
    float: left;
}

div#search {
float: right;   
 color: white;
padding: 0 15px;
}


/* Catalog front page
--------------------
*/

div#rewards_stuff {
	float: right;
	margin-left: 10px;
	width: 790px;
}

div#rewards_stuff a {
  color: #333;
}

ul.reward_list li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.reward_list li.last {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
}

ul.reward_list li.list_view {	
	padding: 5px 0;
	margin: 0px 5px 5px 0px;	
}


.thumbnail_image_wrapper_list_view , .asset_image {
	width: 128px;
	height: 128px;
	text-align: center;
	float: left;
	position: relative;
	margin-left: 5px;
	border: 3px solid #f0f0f0;
	padding: 5px;
}

ul.reward_list .thumbnail_image_wrapper_list_view  img.new_burst {
	position: absolute;
	top: 0;
	left: 0;
}


/** 
 General list_view 
*/

#rewards_stuff h1 {
	font-size: 18px;	
	font-weight: bold;
	margin-bottom: 10px;
}

h1.with_divider {
  border-top: 1px solid #f0f0f0; 
  margin-bottom: 12px; 
  margin-top: 30px; 
  padding-top: 10px;
}

#rewards_stuff h2 {
  font-size: 14px; font-weight: bold
}

#rewards_stuff strong {
  font-weight: bold;
}

li.list_view div.description p {
    padding: 0;
    font-size: 14px;
	  color: #555;
}

li.list_view div.description strong {
    font-weight: bold;
}

li.list_view a.viem_item {
  color: #4c7899;
}

div.description a:hover {
  text-decoration: underline;
}

#rewards_stuff div.description {
	float: left;	
	margin-left: 25px;
	font-size: 12px;
	width: 330px;
	margin-top:10px;
}

ul.rewards_gallery {
  list-style-type: none; 
  margin-left: 20px; 
  clear: both;
}

ul.rewards_gallery_six li {
  float: left; width: 110px; 
  margin-right: 12px; 
  margin-bottom: 5px;
  text-align: center;
}

ul.rewards_gallery_four li {
  float: left; width: 180px; 
  margin-right: 6px; 
  margin-bottom: 5px;
  text-align: center;
}

ul.rewards_gallery_two li {
  width: 365px; float: left; 
  margin-right: 10px;
}

.rewards_gallery_two_image {
  float: left; margin-right: 12px;
}

.rewards_gallery_two_description {
  float: left; width: 220px
}

ul.rewards_gallery li.last {
  margin-right: 0px;
}

ul.rewards_gallery p {
  margin-top: 5px;
}

h1 span.more_rewards {
  font-size: 12px; 
  font-weight: normal;
}

p.reward_excerpt {
  margin-top: 12px;
}


/**
 Redemptions
**/

li.list_view_redemption div.description {
	float: left;	
	margin-left: 10px;
	font-size: 12px;
	width: 350px;
}

li.list_view_redemption p.redemption_instructions {
	font-size: 12px;
	display: block;
}

/**
Item details
*/

div.item_detail {
  width: 790px;
  padding-left: 10px;
  float: left;
  font-size: 12px;
  position: relative; 
}

div#item_detail_box {
  padding: 10px;
}

div.item_detail_image {
  margin-left: 10px;
  width: 170px;
  float: left;
}

div.item_description {
  margin-left: 20px;
  width: 344px;
  float: left;
}

div.item_actions {
  margin-left: 20px;
  width: 170px;
  float: left;
}

div.details {
  margin-left: 20px;
  width: 140px;
  float: left;
  margin-top:10px;
}

div.actions {
  smargin-left: 10px;
	padding: 0 ;
	width: 100px;
	float: left;
	margin-top:5px;
}

a.mini_button {
  display: block;
  background-repeat: no-repeat;
  background-position: 7px 2px;
  padding: 3px 6px 3px 7px;
  line-height: 22px;
  margin: 2px 0;
  color: #333;
  border: 1px solid #fff;
}

a.mini_button:hover {
  background-color: #eee;
  border: 1px solid #ccc;
  text-decoration: none;
}

div.gray_button {
	background: transparent url(/images/buy.png) no-repeat;
	width: 121px;
	height: 31px;	
	text-align: center;
	padding-top: 7px;
	float: left;
}

div.gray_button a {
	color: black;
}

span.not_enough_points {
	color: #444;
}

div.item_detail img.medium{
	margin: 0 10px 10px 0;
}

div.item_detail h1 {
  font-size: 18px;
	font-weight: bold;
}

div.item_detail h2 {
	font-size: 12px;
	font-weight: bold;
}

div.item_detail span.label {
	font-weight: bold;
	width: 110px;
	float: left;
	font-size: 12px;
}

div#catalog_navigation {
  float: right; width: 790px; margin-left: 10px; margin-bottom: 5px;
}

div#catalog_navigation p.afford {
  position: relative; line-height: 18px;
}

div#catalog_navigation p.afford input {
  position: absolute; top:1px;
}

div#catalog_navigation p.afford label {
  margin-left: 20px;
}


#badge_group .description { 
  height: 120px;
  width: 295px; 
  margin: 5px;
  border-right: 1px solid #ccc;
}

/* Auction Styles */


#auction_info {
  margin:15px 0px;
}

#auction_info .current_bid {
  font-size:15px;
  font-weight:bold;
}

#auction_info td {
  padding: 5px;
  line-height: 1.3;
}

#auction_info td.label{
  font-weight: bold;
  color: #333;
  vertical-align: top;
  text-align: left;
}

#bid_history {
  font-size:12px;
  margin-top:5px;
  width:100%;
}
#bid_history thead {
  background-color: #BBB;
}
#bid_history th {
  font-weight: bold;
  color: #333;
  padding: 5px;
}

#bid_history tr.odd {
  background:#EEE none repeat scroll 0 0;  
}
#bid_history td {
  padding: 5px;
}
.ends_soon {
  color: red;
  font-weight: bold;
  font-size: 15px;
}
/* End Auction Styles */


/* My Redemptions*/
#my_redemptions h1 {
  font-size: 18px; font-weight: bold; color: #333; margin-bottom: 10px;
}

#my_redemptions h2 {
  font-size: 14px; font-weight: bold; color: #333;
}
  
ul.redemption_list li {
  margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0;
  
}

ul.redemption_list .redemption_image {
  margin-left: 20px; width: 150px; margin-right: 10px; float: left;  
}

ul.redemption_list .description {
  margin-right: 20px; float: left; width: 450px;
}

ul.redemption_list .details {
  float: left;  width: 215px;
}

ul.redemption_list p.special_instructions {
  margin-top: 10px;
}

ul.redemption_list .redemption_image {
  
}/* --------- /stylesheets/reports.css --------- */ 
.params {
    font-size: 12px;
    padding: 0 5px;
 
}

.params p{
    clear: both;
    padding-bottom: 5px;
}

.params label {
    float: left;
    width: 80px;
    font-weight: bold;
}

#chart {
    text-align: center;
}
/* --------- /stylesheets/modal.css --------- */ 
body {
  height:100%;
  margin:0;
  padding:0;
}


* html #overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}
* html #dialog { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#overlay {
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
  visibility: hidden;
  background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#dialog {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:150px;
  left:30%;
  width: 350px;
  padding: 8px;
}

#dialog h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#dialog h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}


#dialog p {
  clear: left;
  margin-bottom: 5px;
}

#dialog label {
  width: 85px;
  float: left;
  text-align: right;
  margin-right: 5px;
  margin-top: 3px;
}

#dialog ul.check_list {
  margin-left: 90px;
}

#dialog ul.check_list li input {
  margin-right: 5px;
}/* --------- /stylesheets/virtualroom_carousel.css --------- */ 
/* Room Carousel */

.room_carousel {
  width: 400px;
  position: relative;
  align: center;
  padding-left: 10px;
}

.room_carousel .container {
  float: left;
  width: 400px;
  position: relative;    
  overflow: hidden;
  margin-top: 9px;
}

.room_carousel .carousel_ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

.room_carousel .carousel_ul .carousel_li {
  width: 400px;
  text-align: center; 
  list-style:none;   
  float:left;
}

.room_carousel .previous_button {
  float:left;  
  width: 45px;
  height: 45px;
  background: url(/images/btn-metal-left.png);
  z-index: 100;
  cursor: pointer;
}

.room_carousel .previous_button_over {
  background: url(/images/btn-metal-left-over.png);
}

.room_carousel .previous_button_disabled {
  background: url(/images/btn-metal-left-disabled.png);
  cursor: default;
}

.room_carousel .next_button {
  float: right;  
  width: 45px;
  height: 45px;
  background: url(/images/btn-metal-right.png);
  z-index: 100;
  cursor: pointer;
}

.room_carousel .next_button_over {
  background: url(/images/btn-metal-right-over.png);
}

.room_carousel .next_button_disabled {
  background: url(/images/btn-metal-right-disabled.png);
  cursor: default;
}

/* --------- /stylesheets/nifty.css --------- */ 
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/* --------- /stylesheets/menu.css --------- */ 
ul.menu {
    margin-left: -5px;
} 

ul.menu li {
    float: left;
    height: 26px; 
}

ul.menu li.left-cap {
    width: 10px;
    background: url(/images/tab-left-cap.png) no-repeat;
}

ul.menu li.spacer { 
    width: 3px;
    background: url(/images/tab-spacer.png) repeat-x;
}

ul.menu li.right-cap {
    width: 10px;
    background: url(/images/tab-right-cap.png) no-repeat;
}

ul.menu li.outer-tab {
    height: 26px;
    line-height: 26px;
    background: url(/images/tab-spacer.png) repeat-x;
}

ul.menu div.inner-tab {
    height: 25px;
    margin-top: 1px;
}

* html div.inner-tab { /* ie6 hack */
    width: 100px;
}

ul.menu a {
    color: #fff; 
    font-weight: bold;
    text-decoration: none; 
    display: block; 
    text-align: center; 
    vertical-align: middle; 
    line-height: 25px; 
    padding: 0px 15px;
}

ul.menu a:hover { 
    text-decoration: underline;
}

/* sub menu , taken from http://htmldog.com/articles/suckerfish/dropdowns/ */
ul.menu div ul { 
    position: absolute; 
    width: 175px; 
    left: -999em; 
    z-index: 100; 
}

ul.menu div:hover ul, ul.menu li.sfhover ul { 
    left: auto;
}

ul.menu div ul a {
    width: 125px; 
    text-align: left; 
    padding-left: 5px;
}

span#points {
    font-weight: bold;
}/* --------- /stylesheets/widgets.css --------- */ 
.rounded_box, .rounded_box_header {
  margin-bottom: 10px;
}

.rounded_box_header  h1{
  background: #b7b7b7;
  color: white;
  padding: 0px 5px 4px 5px;
  font-weight: bold;
  font-size: 12px;
  height: 14px;
}

.rounded_box_header img.toggle {
  border: 0;
  width: 16px;
  height: 16px;
}

.rounded_box h2, .rounded_box_header  h2 {
}

.rounded_box h3, .rounded_box_header  h3 {
  color: #4D4D4D;
  font-weight: bold;
  font-size: 14px;
}

.rounded_box .bd, .rounded_box_header .bd {
  background: #ffffff;
}

.rounded_box .c, .rounded_box_header .c  {
  background: #ffffff;
}

.rounded_box .c .s, .rounded_box_header .c  .s { padding: 5px; }

/* --------- /stylesheets/room.css --------- */ 
/*  Home Widget
-------------------*/

div.room_panel {
  border: 2px solid #c8c8c8; 
  height: 370px; 
  width: 695px;
}

div.room_panel .tv {
  clear: both;
  float: left;
  height: 357px;
  width: 419px; 
  background: url(/images/bg-tv.png) no-repeat center;
  padding: 5px;
}

div.room_panel .rr_right {
  float: right;
  height: 357px;
  width: 255px; 
  padding: 5px;
}

div.room_panel .rr_right li {
  width: 242px; 
  height: 111px;
  margin-bottom: 11px;
  background: url(/images/bg-rr-right.png) no-repeat center;
}

div.room_panel .rr_right li img {
  margin: 25px 10px;
}

div.room_panel .rr_right li div.li {
  width: 255px; 
}

div.room_panel .rr_right li div.li div.left {
  float: left; 
  width: 70px; 
}

div.room_panel .rr_right li div.li div.right {
  float: right; 
  width: 155px; 
  padding: 15px 15px 0 0;
}

div.room_panel .rr_right li div strong {
  font-size: 16px;
}

div.room_panel .stats_plate {
  height: 50px;
  padding-top: 6px;
  background: url(/images/bg-tv-plate.png) no-repeat top;
}

div.room_panel .tr_right {
  float: right;
  height: 357px;
  width: 250px; 
  margin: 5px 5px 5px 0;
  background: url(/images/bg-tr-right.png) no-repeat left top;
}

div.room_panel .ms_top {
  margin-top: 10px;
  width: 695px;
  height: 212px;
  background: url(/images/bg-my-snapshots-top.png) no-repeat center;
}

div.room_panel .ms_bottom {
  width: 695px;
  padding: 0px 31px;
}

div.room_panel .ms_bottom div {
  float: left;
  width: 211px;
  height: 117px;
  background: url(/images/bg-my-snapshots-bottom.png) no-repeat center;
  text-align: center;
  margin-top: 5px;
  padding-top: 38px;
}

div.room_panel .ms_bottom span {
  font-size: 22px; 
  font-weight: bold;
}



/*  Room Tab
-------------------*/

#room_tabs {
    height: 19px;
}

#room_tabs li {
    float: left; 
}

#virtual_room .rating_msg {
  font-size: 11px;
  text-align: left;
}

.room_snapshot_list_item {
  margin: 10px;
}  

.room_snapshot_img {
  float: left;
}

.room_snapshot_info {
  float: left;
  margin: 20px;
  font-size: 12px;
}

.rate_snapshot_list_item {
  float:left;
  width: 390px;
  margin: 10px;
}

.snapshot_account_details {
  font-size: 12px;
  color: #AAA;
  margin: 5px;
}

div#winners p {
    padding-bottom:10px;
}
/* --------- /stylesheets/donation.css --------- */ 
/* @override http://localhost:3000/stylesheets/donation.css?1202762173 */
ul {
    list-style-type: none;
}

div.tabs {
    display: inline;
}

label.tabs:hover {
    cursor: pointer;
    color: white;
    background-color: #0E3F8F;
}

#cert-frame {
    border-width:9px; 
    border-style:dashed; 
    border-color:gray;
}

#cert-text {
    padding:3px; 
    border-width:5px; 
    border-style: solid; 
    border-color:black; 
    width:200px; 
    height:450px; 
    vertical-align:top; 
    font-size: 12px; 
    font-family: Verdana;
}

#cert-image {
    border-width:5px; 
    border-style:solid; 
    border-color:black;
}/* --------- /stylesheets/message_center.css --------- */ 
/*
/*  Message Center
--------------------*/
div#message_center {
  width:800px;
}

#message_header {
  font-size:12px;
  background:#ddd none repeat scroll 0%; 
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb; 
  border-left: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  padding: 10px 10px 10px 10px;
}

#message_header h1 {
  font-size: 15px;
  font-weight: bold;
}

#message_header .command {
  display: inline;
  padding: 10px;
}

#message_header .command a {
  color: black;
}

#message a {
  color: #3b5998;
}

#message p {
  padding: 5px;
  font-size: 12px;
}

#message label {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  float: left;
  width: 250px;
  margin-right: 10px;
}

#message input {
  font-size: 12px;
  border: 1px solid #3b5998;
}

p.flash {
  border: 1px solid orange;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  background: #FFF1A6;
  -moz-border-radius: 5px;
}

.message_box {
  width: 425px;
  height: 125px;
  border: 1px solid #3b5998;
}

.message_button {
  color: white;
  background-color: #003366;
  padding: 3px 15px 3px 15px;
  font-size: 11px;
  border-color: #ccc black black #ccc;
  border-style: solid;
  border-width: 1px;
}

#thread_block div {
  float: left;
}

#thread_block a {
  color: #3b5998;
}

#thread_block span.subtext {
  color: #aaa;
}

#thread_block .line_read {
  font-size: 12px;
  border-bottom: 1px dashed #ddd; 
  padding: 15px 10px 0px 10px;
}

#thread_block .line_unread {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px dashed #ddd; 
  padding: 15px 10px 0px 10px; 
  background-color:#eee;
}

.auto_complete {
  font-size: 12px;
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #3b5998;
  margin:0px;
  padding:0px;
}

.auto_complete ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
    
.auto_complete ul li.selected { 
  background-color: #ddd;
}

.auto_complete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
}
/* --------- /stylesheets/prize_wheel.css --------- */ 
/** prize wheel **/
#prize_wheel_panel {
    width: 709px;
    background: url(/images/bg-wheel.png) no-repeat; 
}

table.prize {
    margin: 8px 0;
}

table.prize th {
    font-size: 12px; 
    text-align: center; 
    color: #E1F1FA;
}

table.prize td {
    padding: 1px 9px 1px 9px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

table.prize tr.won {
    background-color: #ffd272;
}

div.prize_message {
    float:right; 
    border:1px solid white; 
    padding: 5px; 
    margin: 8px 5px 0 0; 
    background-color: #ffd01f; 
    width: 115px; 
    text-align: center;
}

/* --------- /stylesheets/leaderboards.css --------- */ 
/** leaderboards **/
div.lb_legend {
    background-color: #c8c8c8; 
    height: 18px; 
    padding: 10px;
}

div.lb_panel {
    border: 2px solid #c8c8c8; 
    overflow: auto; 
    height: 400px; 
    width: 695px;
}

div.lb_panel table {
    width: 675px;
    border: 0px;
    padding: 0px;
}

div.lb_panel tr {
    height: 40px;
}

div.lb_panel td.col0 {
    padding: 0 10px;
}

div.lb_panel td.col1 {
    padding: 0 10px;
    width: 40px;
}

div.lb_panel td.col2 {
    width: 25px;
}

div.lb_panel td.col3 {
    width: 95px; 
}

div.lb_panel td.col4 {
    width: 365px;
    text-align: right;
}

div.lb_panel td.col5 {
    padding-right: 5px;
    text-align: right;
    width: 90px;
}
/* --------- /stylesheets/badges.css --------- */ 
/* Badge card */
a.profile_link {
    color: black;
    font-weight: bold;
}

div.profile-card hr {
    border: 0; 
    color: orange;
    background-color: orange; 
    height: 1px;
}

div.profile-card {
    width: 344px;
}

div.profile-card h2 {
    font-size: 16px;
    color: #ccc;
}

div.profile-card div.top {
    background: url(/images/badges/bg-card-top.png) no-repeat;
    height: 29px;
}

div.profile-card div.body {
    background: url(/images/badges/bg-card-body.png) repeat-y;
    height: 225px;
    padding: 0 30px 0 20px;
}

div.profile-card div.bottom {
    background: url(/images/badges/bg-card-bottom.png) no-repeat;
    line-height: 18px;
}

div.badge-scroller {
    height:180px; 
    overflow-x:hidden; 
    overflow-y:auto;
}

div.badge-scroller .row {
    background: url(/images/badges/bg-card-row.png) no-repeat; 
    height:41px; 
    margin-bottom:5px;
}

div.badge-scroller .row .name {
    float: left; 
    text-align: left; 
    padding: 0 0 0 20px; 
    line-height: 41px; 
    font-weight: bold; 
    width: 210px;
}

div.badge-scroller .row .pic {
    xfloat: right; 
    xpadding: 5px 12px 0 0;
    
    float:left; 
    margin:5px 0 0 5px; 
    width:32px;
}

/* Homepage widget */
div#recent_badge_awards {
    height: 160px; 
    overflow: hidden;
}

div#recent_badge_awards hr {
    border: 0; 
    background: #c0c0c0; 
    height: 1px;
}

div#recent_badge_awards td#text_box {
    text-align: center; 
    padding: 5px;
}

div#recent_badge_awards td#text_box a {
    font-weight: bold; 
    color: black;
}


/* Badges page */
div#badge_xp_top {
    background: url(/images/bg-badge-xp-top.png) no-repeat; 
    line-height: 12px;
}

div#badge_xp_body {
    background: url(/images/bg-badge-xp-body.gif) repeat-y;
    padding-left: 10px;
}

div#badge_xp_bottom {
    background: url(/images/bg-badge-xp-bottom.png) no-repeat; 
    line-height: 12px;
}

div.progress_chunk {
    float: left; 
    border-top: 1px solid black; 
    border-bottom: 1px solid black; 
    border-right: 1px solid black; 
    width: 5px; 
    height: 10px; 
    line-height: 10px;
}

div#badge_ld_top {
    background: url(/images/bg-badge-ld-top.png) no-repeat; 
    line-height: 11px;
    width: 252px;
}

div#badge_ld_body {
    background: url(/images/bg-badge-ld-body.gif) repeat-y;
    padding-left: 16px;
}

div#badge_ld_bottom {
    background: url(/images/bg-badge-ld-bottom.png) no-repeat; 
    line-height: 11px;
}

div#badge_ld_body div.title {
    width: 228px; 
    height: 16px; 
    text-align: center; 
    font-size: 16px; 
    line-height: 16px; 
    font-weight: bold; 
    color: #ccc;
}
    
div#badge_ld_body div.cell {
    overflow: auto; 
    height: 500px; 
    width: 220px; 
    position: relative;
}

div#badge_ld_body div.cell li {
    padding: 5px
}

ul#badge_cats li {
    width: 163px;
    height: 42px;
    line-height: 42px;
    background: url(/images/bg-badge-category.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

}

ul#badge_cats li:hover {
    color: #666;
    background-position: center -42px !important;
}

ul#badge_cats li.selected {
    color: black;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
    background-position: center -42px !important;
}

ul#badge_types li.medium {
    color: #ccc;
    width: 405px;
    height: 96px;
    background: url(/images/bg-badge-type.png) no-repeat top center;
    line-height: 15px;
    cursor: pointer;
}

ul#badge_types li.large {
    color: #ccc;
    width: 405px;
    height: 295px;
    background: url(/images/bg-badge-type-large.png) no-repeat top center;
    line-height: 15px;
    cursor: pointer;
}

ul#badge_types li.large div.about {
    margin: 0px 18px; 
    height: 189px; 
    padding: 12px; 
    color: #ccc; 
    background: url(/images/bg-badge-type-inner.png) no-repeat;
}

ul#badge_types li.large div.about img {
    float: left;
    margin-right: 3px;
}

ul#badge_types li.large div.about img {
    float: left;
    margin-right: 5px;
}

div.required_badge {
    width:50%; 
    float:left; 
    padding-top:5px;
}

span.xp_worth {
    font-weight: normal;
    font-style: italic; 
    font-size: 10px;
}

ul#badge_types li.owned {
    color: #000;
    width: 405px;
    height: 96px;
    background: url(/images/bg-badge-type-s.png) no-repeat top center;
    line-height: 15px;
}

ul#badge_types li.large_owned {
    color: #000;
    width: 405px;
    height: 295px;
    background: url(/images/bg-badge-type-s-large.png) no-repeat top center;
    line-height: 15px;
}

ul#badge_types li.medium:hover {
    background-position: center -96px !important;
}

ul#badge_types li.large:hover {
    background-position: center -295px !important;
}

ul#badge_types li.medium.selected {
    background-position: center -96px !important;
}

ul#badge_types li.large.selected {
    background-position: center -295px !important;
}

ul#badge_types td.img {
    width: 64px;
    padding: 16px 5px 5px 17px;
}

ul#badge_types td.copy {
    width: 100%;
    padding: 17px 17px 5px 5px;
}

ul#badge_types li h2 {
    font-size: 15px;
    font-weight: bold;
}

ul#badge_types li hr {
    background-color: #ccc;
    height:1px;
    border:0;
}

ul#badge_types li.nowned img {
    opacity: 0.3; 
    filter: alpha(opacity=30);
}
/* --------- /stylesheets/accounts.css --------- */ 

div.info h2 {
    font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    padding: 10px;
    background: #DDDDDD;
}

label.desc{
    line-height:150%;
    padding:0 0 1px 0;
    border:none;
    color:#222;
    display:block;
    font-size:95%;
    font-weight:bold;
}

form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}

div#notice{
  color: green;
  font-size: 20px;
}

.uBoost{
    font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
    font-size:small;
}

.uBoost li{
    width:62%;
}

form li:after, .buttons:after{
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
}

form li div, form li span{
    margin:0 4px 0 0;
    padding:0 0 8px 0;
    color:#444;
}
form li span{
    float:left;
}




/* --------- /stylesheets/wishes.css --------- */ 
/* Home widget
***************/
table#wish_heading {
    width: 100%;
}

table#wish_heading tr {
    text-align: center;
}

table#wish_heading td {
    vertical-align: middle;
    padding: 3px;
}

div#wish_list {
    padding: 5px;
    margin-bottom: 5px;
}

div#wish_list strong {
    font-weight: bold;
    font-size: 12px;
}

div#wish_list div.item {
    padding-top: 2px;
    float: right; 
    width: 140px;
}

div#wish_list span.percent {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

span.wish_goal {
    font-size: 11px;
    font-style: italic;
}

div#wish_list span.goal_met {
    color: #666;
    font-style: italic;
    font-weight: bold;
}

