/* Custom CSS File Created: September 29, 2014 - 13:21:48 */

/*
 * Use this custom.css file to overwrite CSS from the default.css file.  If you
 * want to customize the CSS, copy the applicable CSS section(s) to this file
 * and customize here.  It is recommended to use the admin edit tool as it makes
 * this process a little easier.
 * 
 * --- Caveat: Background Images ---
 * 
 * Note that images loaded in the CSS are relative, so if the default CSS file
 * specifies a URL like url('../images/background.jpg') - since it is relative,
 * it will use background.jpg from the default template set, NOT your custom template
 * set.  If you want to use an image background from your own template set, copy
 * the applicable CSS to this file so that the image location will be relative
 * to this custom.css file rather than the default template's default.css file.
 */


body { font-size: 1em; }

/* ==========================================================================
   Header
   ========================================================================== */

.logo-box {
	background: none no-repeat scroll right top white;
	min-width: 345px;
	display: inline-block;
	min-height: 80px;
	margin: 10px 0 0 0;
}
.logo-box .logo img {
    padding: 10px 0 0;
}
.logo-box-small {
    background-color: #FFF;
	min-width: 130px;
	min-height: 32px;
	display: inline-block;
}
.fixed-link-logo {
	background-color: #fff;
	display: inline-block;
	height: 34px;
	left: 50%;
	margin: 4px 0 0 -65px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 130px;
}
.user-bar {
    padding: 0;
	max-width: 420px;
}
.welcome-login {
	display:inline; 
	margin-left: 0.3em;
	left: 5px;
}

header.page {
    min-height: 7.5em;
}

.user-welcome {
	margin-right: 5px;
}

/* 49.5em = 792px */
@media only screen and (min-width: 49.5em) {
	.welcome-login {
		left: 0;
	}
	.user-links .menu-link {
		color: #336699;
	}
}

/* 49.5em = 792px */
@media only screen and (max-width: 49.5em) {
	.fb_button, .fb_button_rtl {
		margin: 3px;
	}
	.logo-box {
    	background: none;
	}
	.user-welcome {
		font-size: 1.2em;
	}
}

/* 32em = 512px */
@media only screen and (max-width: 47.5em) {
	header.page {
		min-height: 13em;
	}
	.logo-box {
		min-width: 275px;
		max-width: 100%;
		text-align: center;
		width: 100%;
		margin: 0;
	}
	.logo-box img {
    	max-width: 100%;
		min-width: auto;
	}
}

/* 28em = 448px */
@media only screen and (max-width: 28em) {
	header.page {
		min-height: 7.5em;
	}
	.logo-fullsite {
		display: none;
	}
}

/* 28em = 448px */
@media only screen and (min-width: 28em) {
	.fixed-link-logo {
		display: none;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	header.page {
		min-height: 9.5em;
	}
	.logo-box {
		min-width: 200px;
	}
}

/* ==========================================================================
   Search Box
   ========================================================================== */

.search-box-hdr {
	display: inline;
	float: right;
	text-align: right;
	background-color: #33CC66;
	color: #FFF;
	border-radius: 0.3em;
    position: absolute;
    right: 5px;
    top: 80px;
	z-index: 20;
}

form.searchbox input.keyword {
	width: 25em;
	font-family: 'trebuchet MS', arial, helvetica;
	background: url("../images/backgrounds/form_input.gif") repeat-x scroll left top #fff;
    border: thin solid #b9b9b9;
    border-radius: 0.31em;
    color: #666;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0.25em;
    padding: 0.38em;
}

form.searchbox input.keyword::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #9c9c9c;
}
form.searchbox input.keyword:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9c9c9c;
}
form.searchbox input.keyword::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9c9c9c;
}
form.searchbox input.keyword:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #9c9c9c;
}

a.search-button, input.search-button {
    background-color: #33CC66;
    border: thin solid #ffc68c;
    border-radius: 0.3em;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.2em;
    margin-right: 0.3em;
    padding: 4px 10px;
    text-decoration: none;
    transition-duration: 0.2s;
}

a.search-button:hover, input.search-button:hover {
	background-color: #33CC66;
}

.search-form {
	border-width: 0px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	max-width: 100%;
	height: 2.2em;
	padding: 0;
	margin: 0.625em 0.1em;
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	display: inline-block;	
}

.field:focus {
	border-width: thin;
	margin: 0.25em;
}

.field {
    font-family: "trebuchet MS",arial,helvetica;
    font-weight: normal;
}

.zipbox {
	font-size: 0.75rem;
}

/* 64em = 1024px */
@media only screen and (max-width: 62em) {
	body { 
		font-size: 0.8rem;
	}
}

/* 49.5em = 792px */
@media only screen and (max-width: 49.5em) {
	.fixed-nav {
		background-color: #FFF;
	}
	.fixed-link {
		margin: 2px 4px;
		width: 32px;
		height: 32px;
		background-image: url('../images/icons/menu.png');
		background-color: #CCC;
	}
	.search-box-hdr {
		background-color: #33CC66;
		border-radius: 0.3em;
		color: #fff;
		display: inline;
		margin: 0 auto;
		padding: 5px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 45px;
		width: 410px;
	}
    form.searchbox input.keyword {
		width: 95%;
	}
}

/* 47.5em = 760px */
@media only screen and (max-width: 47.5em) {
	.search-box-hdr {
		left: 5px;
		margin: 0 auto;
		position: absolute;
		text-align: center;
		top: 115px;
	}
}

/* 28em = 448px */
@media only screen and (max-width: 28em) {
	.search-box-hdr {
		top: 50px;
		width: 95%;
	}
	a.search-button, input.search-button {
		font-size: 0.8rem;
		margin-bottom: 0.2em;
		margin-right: 0.1em;
		padding: 4px 3px;
	}	
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	.field, .editor_field {
		padding: 0.15em;
	}
}

/* ==========================================================================
   Menu Bar
   ========================================================================== */

.page-bar .menu-link {
	float: right;
	border: none;
	margin: 0 2px 0 0;
	background-color: #7C7C7C;
	transition-duration: 0.2s;
	background-image: none;
	font-weight: normal;
}

.page-bar .menu-link:hover {
	color: #FFF;
	background: #B2B2B2 none;
	transition-duration: 0.2s;
}

.page-bar {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #888;
	border-radius: 0.5em;
	border: 0.1em solid #666;
	border-right: 0;
}

/* 49.5em = 792px */
@media only screen and (max-width: 49.5em) {
	.page-bar {
		background: none;
		border: none;
		border-radius: 0;
	}
}

/* 49.5em = 792px */
@media only screen and (min-width: 49.5em) {
	.page-bar .menu-link {
		font-size: 1.3em;
		padding: 0.6em;
	}
}


/* ==========================================================================
   Front Page
   ========================================================================== */

.site_intro {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 2rem;
    letter-spacing: -1px;
	color: #33CC66; 
	font-weight: bold;
}
.site_intro2 {
    font-size:1.6rem; 
	font-weight:bold; 
	letter-spacing: -1px;
}

div.img_fix img,
div.ad1 img {
	max-width: 100%;
}
.welcome {
	padding: 5px 5px 10px;
}


/* 49.5em = 792px */
@media only screen and (max-width: 49.5em) {
	
	.page-bar .menu-link {
		background: none repeat scroll 0 0 #7c7c7c;
		margin: 0 2px 1px 0;
		padding-left: 20px;
		transition-duration: 0.2s;
		width: 100%;
		float:none;
	}
	.menu-link {
		border-radius: 0;
		background: none repeat scroll 0 0 #7c7c7c;
		color: #FFF;
	}
	.user_links {
		background: none repeat scroll 0 0 #0d5bff;
	}
	.menu-link:hover {
		background-color: #b2b2b2;
		color: #FFF;
	}
	.two-column .main {
    	width: 100%;
	}
	
}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	.site_intro {
		display: none;
	}
	.site_intro2 {
		display: none;
	}
	.welcome {
		display: none;
	}
	.sidebar2 {
		display: none;
	}
	
}

/* 38em = 608px */
@media only screen and (min-width: 38em) {
	.half_column_left, .half_column_right {
		display: inline-block;
		width: 49%;
		}
}


/* 28em = 448px */
@media only screen and (max-width: 28em) {
	.more_featured {
		display: none;
	}

}

/* ==========================================================================
   Carousel Mods
   ========================================================================== */

/* 38em = 608px */
@media only screen and (min-width: 38em) {
	.carousel_mods2 {
    	display: none;
		}
}

/* 38em = 608px */
@media only screen and (max-width: 38em) {
    .carousel_mods5 {
    	display: none;
		}
	div.article_inner .price {
		font-size: 0.7em;
	}
}


/* ==========================================================================
   Listing Display Page
   ========================================================================== */

ul.info li {
    padding: 0.3em 0;
}
ul.info li.label {
    font-size: 0.8rem;
    width: 50%;
	padding: 0.3em;
}
ul.info li.value {
	font-weight: normal;
    font-size: 0.8rem;
    width: 50%;
}
.seller_username a, .seller_username a:visited {
    font-size: 1.2rem;
	text-decoration: none;
}
ul.optional_fields li {
    width: 26em;
}

.listing-prev-next-links {
	display: block;
	float: none;
	margin-bottom: .33em;
	padding-right:0.2em;
	text-align: center;
}

.seller-rating-box {
	border: 1px solid #d5dce1; 
	background-color:#FFF; 
	margin-bottom: 5px;
}

div.offsite_videos_container {
    padding-bottom: 0.1em;
}

.times-viewed {
	font-size: 0.8rem; 
	font-weight: normal;
}

.bid_button {
    display: inline-block;
    margin: 0 1em;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
}

.bid_button a {
    font-size: 1.2rem;
    padding: 0.2em 2rem;
}

.bid_amount {
    display: inline-block;
    max-width: 100%;
}

.bid_box .value {
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #FFDC37;
}

.bid_box {
    border-radius: 0;
	border: 1px solid FFF0A8;
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #FFF0A8;
}

.buy_now_cntnr {
    margin-top: 10px; 
	border-top: 1px solid #FFF; 
	padding-top: 1em; 
}

/* 50em = 800px */
@media only screen and (min-width: 50em) {
	.lead_pic_2 {
		display: none;
	}
}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	.lead_pic_1 {
		display: none;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	.times-viewed {
		display:none;
	}
}

/* ==========================================================================
   Listing Display Page Tabs
   ========================================================================== */

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
    display: block;
    padding: 5px 7px;
    position: relative;
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-size: 1.0rem;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.listing-content {
  font-size: 0.8rem;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
  border: 1px solid #DDD;
  border-top: 0;
  padding: 1rem;
}

/* 32em = 512px */
@media only screen and (max-width: 32em) {
	.nav-tabs > li > a {
	  	font-size: 0.8rem;
	}	
}


/* ==========================================================================
   Box Style Changes
   ========================================================================== */

.content_box_1 h3, .content_box_2 h3, .content_box_3 h3 {
    font-size: 1em;
}
.content_box_3 {
    background-color: #FFF;
}
h2.title, h1.title, h3.title {
    border-radius: 0;
	padding-left: 10px;
}
h1.title {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #993333;
}
h2.title {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #336699;
}
h3.title {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #333;
	color: #FFF;
}
h3 {
    font-size: 1em;
	padding: 5px 0 5px 10px;
}
h4.title {
    background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #545454;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    padding: 5px 0 5px 10px;
}
h1.title.rounded_top, h2.title.rounded_top, h3.title.rounded_top {
    font-size: 1.2rem;
	border-radius: 0;
}
.rounded_top {
    border-radius: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.button, .button:visited, .cancel, .cancel:visited {
    background: none repeat scroll 0 0 #0D5BFF;
    border: thin solid #2D71FF;
    border-radius: 0;
}
.button:hover {
    background: none repeat scroll 0 0 #4F88FF;
    border: thin solid #2D71FF;
	text-decoration: none;
}


/* ==========================================================================
   Change Col Width of 2 Column Page
   ========================================================================== */

.two-column .main {
    left: 20%;
    width: 80%;
}

.category_column {
    font-size: 0.8em;
	padding: 5px;
}

/* ==========================================================================
   Categories Menu Adjustment to Above Main for RWD
   ========================================================================== */

.two-column .sidebar {
	left: 0;
	width: 100%;
}

/* 52em = 832px */
@media only screen and (min-width: 52em) {
	.three-column .sidebar {
		float: right;
		left: -80%;
		width: 20%;
	}
	
	.three-column .sidebar2 {
		float: right;
		right: -20%;
		width: 20%;
	}
	
	.two-column .sidebar {
		left: 0;
		width: 20%;
	}	
	.two-column .main {
		left: 0;
		width: 80%;
	}
}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	.two-column .main {
    	width: 100%;
	}
}


/* ==========================================================================
   Footer
   ========================================================================== */

nav.footer {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #888;
	border-radius: 0;
	border: 0.1em solid #666;
    padding-right: 40%;
}

nav.footer a:hover {
	background-color: #666;
	transition-duration: 0.2s;
	text-decoration: none;
	padding-left: 5px;
}

/* 64em = 1024px */
@media only screen and (max-width: 64em) {
	.blurb {
    	display: none;
		margin: 2em 0 0;
	}
	nav.footer {
    	padding-right: 0;
	}
	nav.footer a {
    	color: #fff;
	}
	.disclaimer {
		text-align:center;
	}
}

/* 52em = 832px */
@media only screen and (min-width: 52em) {
	.blurb {
		margin: 2em 0 0;
	}
	footer.page:before {
		height: 8em;
	}
	nav.footer {
		border-radius: 0.3em;
	}
}

/* 38em = 608px */
@media only screen and (max-width: 38em) {
	.disclaimer {
		font-size: 0.6rem;
	}
}

.social-contacts {
    padding: 0;
    text-align: center;
}

.social-contacts a {
    opacity: 1.0;
    transition-duration: 0.6s;
	padding: 0 5px;
}
.social-contacts a:hover {
    opacity: 0.7;
    transition-duration: 0.6s;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.breadcrumb {
    background: none repeat scroll 0 0 #f9fafb;
    border-color: #d5dce1;
    border-radius: 0;
    box-shadow: none;
}

.breadcrumb a:after, .breadcrumb div:after {
    border-left-color: #e9edf0;
}

.breadcrumb a, .breadcrumb div {
    background-color: #d5dce1;
    background-image: linear-gradient(to right, #fff, #e9edf0);
}

.breadcrumb a:before, .breadcrumb div:before {
	border-left-color: #d5dce1;
}

.breadcrumb .highlight { 
	display: none;
}


/* 32em = 512px */
@media only screen and (max-width: 32em) {
	
	.breadcrumb a:after, .breadcrumb div:after {
		border-left-color: #e9edf0;
		z-index: 2;
	}
	
	.breadcrumb a, .breadcrumb div {
		background-image: none;
		background-color: transparent;
		padding: 0.2em 0 0.2em 1.5em;
		text-shadow: none;
	}
	
	.breadcrumb a:first-child, .breadcrumb div:first-child {
		border-radius: 0;
		padding-left: 0.5em;
	}
	
	.breadcrumb a:after, .breadcrumb div:after, .breadcrumb a:before, .breadcrumb div:before {
		border-bottom: 1em solid transparent;
		border-left: 0 solid;
		border-top: 1em solid transparent;
		content: ">";
		margin-top: -1.6em;
		position: absolute;
		right: -1em;
		top: 50%;
	}
	
}


/* ==========================================================================
   Misc
   ========================================================================== */

div.multiselect {
	display: inline-block;
}

div.multiselect ul {
	margin: 0;
	padding: 0;
}

div.multiselect ul li {
	list-style: none;
	float: left;
	padding: 0 0 0 .625em;
}
div.multiselect .or_field {
	text-align: right;
}

.tabList li:hover {
	background: #FFF;
	border: 1px solid #eaeaea;
	border-bottom: none;
	color: #818181;
}

.tabList li.activeTab {
    border-width: 1px 1px medium;
}

div.offsite_video_box_title_editing {
    background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #33CC66;
}

.browsing_result_table_body_even_bold, .browsing_result_table_body_odd_bold {
    font-size: 0.75rem;
}

nav.extra-links a:hover,
.disclaimer a,
.disclaimer a:hover,
.breadcrumb .active,
.price {
    color: #336699;
	background-color: linear-gradient(to right, #fff, #e9edf0);
}

.featured_items .listing_set article div.article_inner, .featured_browsing .listing_set article div.article_inner {
    padding: 1em;
}

.closeBoxX {
    height: 1.5em;
    width: 1.5em;
}

.featured_items .listing_set article div.article_inner, .featured_browsing .listing_set article div.article_inner {
    padding: 0.2em;
}

.browse_mode_buttons {
    font-size: 0.8em;
}

.list-group a {
	text-decoration: none;
}

.price {
	white-space: nowrap;
}

.question {
	width: 40%;
}

.answer {
	padding: 0.3em 0 !important;
}

p, pre {
    margin: 0.5em;
}

.field_label, .required {
    width: 14.5em;
}

/* 52em = 832px */
@media only screen and (max-width: 52em) {
	.main_col_spcr {
		height: 0.5em;
	}
}


/************** ROLLANET CUSTOMIZATIONS BELOW **********************/

.mainpage_top_ads {
	width: 100%;

}

.mainpage_top_ads_cfull1 {
	height: 60px;
	text-align: center;
	margin: 5px;
}

.mainpage_top_ads_cfull2 {
	height: 60px;
	text-align: center;
	margin: 5px;
}

.mainpage_top_ads_chalf {
	height: 60px;
	width: 100%;
	min-width: 500px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.mainpage_top_ads_google_outer {
	text-align: center;
	width: 100%;
}
.mainpage_top_ads_google {
	text-align: center;
	margin: 20px auto;
	min-height: 80px;
	max-height: 250px;
	max-width: 650px;
}
.mainpage_login_ads_google_outer {
	text-align: center;
	width: 100%;
}
.mainpage_login_ads_google {
	text-align: center;
	margin: 20px auto;
	min-height: 80px;
	max-height: 350px;
	max-width: 100%;
}
.mainpage_search_ads_google_outer {
	text-align: center;
	width: 100%;
}
.mainpage_search_ads_google {
	text-align: center;
	margin: 20px auto;
	min-height: 80px;
	max-height: 350px;
	max-width: 100%;
}
.mainpage_top_ads_chitika_outer {
	text-align: center;
	width: 100%;
}
.mainpage_top_ads_chitika {
	text-align: center;
	margin: 20px auto;
	min-height: 80px;
	max-height: 250px;
	max-width: 650px;
}
.mainpage_middle_ads_google_outer {
	text-align: center;
	width: 100%;
}
.mainpage_middle_ads_google {
	text-align: center;
	margin: 20px auto;
	max-height: 250px;
	max-width: 650px;
}
.listing_middle_ads_google_outer {
	text-align: center;
	width: 100%;
}
.listing_middle_ads_google {
	text-align: center;
	margin: 0px auto;
	max-height: 250px;
	max-width: 650px;
}
.browsing_top_ads_google {
	text-align: center;
	margin: 0px auto;
	max-height: 250px;
	max-width: 650px;
}
.listing_top_ads_google {
	text-align: center;
	margin: 0px auto;
	max-height: 250px;
	max-width: 650px;
}
.bottom_ads_google_outer {
	text-align: center;
	width: 100%;
}
.bottom_ads_google {
	text-align: center;
	margin: 20px auto;
	max-height: 250px;
	max-width: 650px;
}
.bottom_ads_chitika {
	text-align: center;
	margin: 20px auto;
	max-height: 250px;
	max-width: 650px;
}
.mainpage_left_google {
	max-width: 310px;
	margin: auto;
    margin-bottom: 20px;
}
.mainpage_left_google_sm {
    margin-bottom: 20px;
	margin: auto;
}
.mainpage_left_chitika {
	max-width: 250px;
	max-height: 600px;
	margin: auto;
}
.mainpage_right_google {
	max-width: 310px;
	margin: auto;
	margin-top: 20px;
}
.mainpage_right_chitika {
	max-width: 250px;
	max-height: 600px;
	margin: auto;
}
.rollanet-top-banner {
	height: 90px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 2px;
}
.listing_left_google {
	max-width: 310px;
	margin: auto;
}
.listing_right_google {
	max-width: 310px;
	margin: auto;
}
.listing_left_chitika {
    max-width: 160px;
    max-height: 600px;
    margin: auto;
}
.listing_right_chitika {
    max-width: 160px;
    max-height: 600px;
    margin: auto;
}

.search-box-hdr {
	background-color: #993333;
}

.search-button {
	background-color: #993333;
}

a.search-button, input.search-button {
    background-color: #993333;
    border: thin solid #8fffff;
}

.site_intro {
	color: #993333;
}

.wrapper {
  width: 90%;
  max-width: 90%;
  margin: auto;
  border: none;
  background: transparent;
}

.disclaimer h4 {
	margin: -5px;
}

.disclaimer p {
	margin-bottom: -5px;
}

a.list-subgroup-item {
	text-indent: 1em;
}

nav.fixed-nav {
	position: relative;
}

/* Fonts too dim */
form.searchbox input.keyword {
    color: #000;
}
.browsing_result_table_body_even, .seller_result_table_body_even {
    color: #111;
}
.browsing_result_table_body_odd, .seller_result_table_body_odd {
    color: #111;
}
a {
	color: #111;
}

a:visited {
	color: #0000ff;
}

html {
	color: #111;
}
