/* 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;
	background: #fff url(../images/backgrounds/body-bg.jpg) repeat-x center 130px;
}

.wrapper {
    max-width: 62.5em;
}

/* ==========================================================================
   Header
   ========================================================================== */
header.page {
	height: 11em;
}
.banner_hdr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0); 
	margin: 20px 0 0 10px; 
	position: relative; 
	float:right; 
	z-index: 2;  
	right: 30px; 
	top: 30px;
}
.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: 0 5px;
}
.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: none;
	float:none;
}
.welcome-login {
	display:inline; 
	margin-left: 0.3em;
	left: 5px;
}
.user-welcome {
	margin-right: 5px;
}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	body{
    	background: none;
	}
	.wrapper {
        max-width: 50em;
    }
	.banner_hdr {
		display: none;
	}
	.logo-box {
		min-width: 275px;
		max-width: 100%;
		text-align: center;
		width: 100%;
		margin: 3px 0;
	}	
	header.page {
		height: auto;
    }
	.fb_button, .fb_button_rtl {
		margin: 3px;
	}
	.user-welcome {
		font-size: 1.2em;
	}
}

.header-links-rwd {
    display: inline;
    left: 50%;
    margin: 0 auto;
    min-width: 200px;
    position: absolute;
    text-align: center;
	margin: 0 0 0 -100px;
    overflow: hidden;
}

.header-links-rwd a {
    color: #fff;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.2em;
    min-width: 30px;
    padding: 0.25em 0.75em;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
}

.header-links-rwd .search {
    background-color: #3e8fd0;
}

.header-links-rwd a.search:hover {
    background-color: #71acdd;
}

.header-links-rwd .list {
    background-color: #279e4e;
}

.header-links-rwd a.list:hover {
    background-color: #2db559;
}

/* 50em = 800px */
@media only screen and (min-width: 50em) {
	.logo-box {
		background: none;
		margin: 5px 0 0 10px;
   		max-width: 200px;
	}
	.logo-box img {
    	max-width: 100%;
		min-width: auto;
	}
	.user-links .menu-link {
		color: #31C461;
	}
	.header-links-rwd {
		display: none;
	}
}

/* 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;
	}
}

/* 32em = 512px */
@media only screen and (min-width: 32em) {
	.fixed-link-logo {
		display: none;
	}
}

/* 24em = 384px */
@media only screen and (max-width: 24em) {
	.header-links-rwd a {
		font-size: 1.0em;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	.logo-box {
		min-width: 100%;
	}
	.header-links-rwd .search {
		display: none;
	}
	.header-links-rwd {
		left: 50%;
		min-width: 100px;
		margin: 0 0 0 -50px;
	}
}

/* ==========================================================================
   Search Form
   ========================================================================== */

.search_column_left,
.search_column_right {
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .6em;
	height: 175px;
}
.search_column_left p,
.search_column_right p {
	/* reset to NOT use white-space nowrap */
	white-space: normal;
}
.search_column_right {
    background-color: #343C43;
    position: absolute;
    right: 8px;
    width: 43%;
}
.search_column_left {
	width: 55%;
	float: left;
	background-color: #155F9B;
	padding: 7px 15px;
}

.search-form {
	border-width: 0px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 70em;
	max-width: 100%;
	height: 2.2em;
	padding: 0;
	margin: 0.3em auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}

.searchbox_cntnr {
	font-size: 0.8em; 
	color: #FFF; 
	font-weight: bold;
}

form.searchbox input.keyword {
	padding: 0 0.4rem;
	height: 1.8em;
	width: 98%;
	border: 1px solid #a4c3ca;
	border-radius: 0.31em;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'trebuchet MS', arial, helvetica;
}

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 {
	padding: 8px 13px;
	color: #FFF;
	font-weight:bold;
	font-size: 0.8rem;
	transition-duration: 0.2s;
	cursor: pointer;
	margin-bottom: .2em;
	border: thin solid #FFF;
	background-color: #3E8FD0;
	text-decoration: none;
	font-weight: normal;
	padding: 1.0em 2.0em;
	border-radius: 0;
}

a.search-button:hover, input.search-button:hover {
	background-color: #71acdd;
	border: thin solid #FFF;
}

.home_bullets {
	display: block;
	margin-top: 0.6em;
	margin-left: 0;
	padding: 0 0.6em 0;;
	text-align: center;
}
.home_bullets li {
	list-style: none;
	margin-bottom: .6em;
	text-align: center;
}
.home_bullets li a {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border: thin solid #3E8FD0;
	background-color: #333;
	text-decoration: none;
	font-weight: normal;
	transition-duration: 0.2s;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 2.2em;
	-moz-box-sizing:border-box; /* Firefox */
}
.home_bullets li a:hover {
	border: thin solid #fff;
	background-color: #71ACDD;
}
.home_bullets #active a{
	border: thin solid #fff;
	background-color: #279E4E;
	font-weight: bold;
}
.home_bullets #active a:hover {
	border: thin solid #fff;
	background-color: #2DB559;
}

input[type="text"] {
    background: url("../images/backgrounds/form_input.gif") repeat-x scroll left top #fff;
}

/* 38em = 608px */
@media only screen and (max-width: 38em) {
	.search_column_left {
		float: none;
		margin: 5px auto;
		padding: 0;
		width: 98%;
	}
	.searchbox_cntnr {
   		padding: 1em;
	}
	.search_column_right {
		display:none;
	}
	.half_column_left, .half_column_right {
		margin-bottom: 0;
	}
}

/* 24em = 384px */
@media only screen and (max-width: 24em) {
	a.search-button, input.search-button {
		padding: 1.0em;
	}
	.recent_listings a {
    	font-size: 0.75em;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	.searchbox_cntnr {
    	font-size: 0.6em;
    }
	a.search-button, input.search-button {
	    font-size: 0.6rem;
    }
	.recent_listings {
    	display: none;
	}
	form.searchbox input.keyword {
		font-size: 0.75rem;
	}
	.field, .editor_field {
		font-size: 0.65rem;
	}
	.search_column_left, .search_column_right {
		height: 120px;
	}
}


/* ==========================================================================
   Menu Bar 
   ========================================================================== */

.menu-link {
	background: none;
    }

.page-bar {
	border: 0;
	border-radius: 0;
	top: 9.2em;
	box-shadow: inset 0 0 0 0 #fff;
	-moz-box-sizing: border-box;
	padding: 0;
	background: none;
	text-align: left;
	position: relative;
}

.page-bar .menu-link {
	background: none;
	/* May need to adjust this if there are a lot of menu items */
	min-width: 8%;
}

/* 50em = 800px */
@media only screen and (min-width: 50em) {
	.page-bar .menu-link {
		font-size: 1.3em;
		padding: 0.5em;
		text-align: center;
	}
	.menu-link:hover {
		background-color: #343C43;
		transition-duration: 0.2s;
	}

	/* user bar acts as the bar across the top */
	.abs-space {
		height: 0;
	}
	.user-bar {
		text-align: right;
	}
	.user-links:before {
		content: "";
	}
	.user-links:after {
		content: "";
	}
	.user-links .menu-link {
		color: #fff;
	}
}

/* 49em = 800px */
@media only screen and (max-width: 49em) {

	.page-bar {
		background: none;
		border: none;
		border-radius: 0;
		top: 0;
	}
	.page-bar .menu-link {
		color: #FFF;
		background: url("../images/backgrounds/search_bar.gif") repeat-x scroll left top #4987c5;
	}
	.menu-link {
		color: #FFF;
		background: url("../images/backgrounds/search_bar.gif") repeat-x scroll left top #4987c5;
	}
	.menu-link:hover {
		color: #FFF;
	}
	.fixed-menu {
		max-width: none;
	}
}

/* ==========================================================================
   Tabbed Style Menu Bar
   ========================================================================== */
ul.usrtab{
    float: none;
    list-style: none;
    min-width: auto;
    margin: 0;
    padding: 0;
	display: inline;
}

ul.usrtab li{
    display: inline;
    background: #279E4E;
    margin: 0;
    padding: 12px;
	line-height: 20px;
}

ul.usrtab li:hover {
    background: #2DB559;
}

/* 50em = 800px */
@media only screen and (min-width: 50em) {
	.usrtab .menu-link {
		background: none;
	}

}

/* 49em = 784px */
@media only screen and (max-width: 49em) {
	ul.usrtab li {
    	margin: 0;
    	padding: 0;
	}

}

/* ==========================================================================
   Front Page
   ========================================================================== */

.site_intro {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 2rem;
    letter-spacing: -1px;
	color: #FF8000; 
	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;
}
.stats {
	text-align: center;
}

.recent_listings {
	text-align:center;
	margin: 3px 0;
	font-weight: normal;
}

.recent_listings .row_odd,
.recent_listings .row_even {
	display:inline;
	background: none;
}

.recent_listings .row_odd a,
.recent_listings .row_even a {
	color: #FFF;
	padding: 0.2em 0.5em;
}

.recent_listings .row_odd a:hover,
.recent_listings .row_even a:hover {
	text-decoration: none;
}

.recent_listings a {
    background-color: #279e4e;
    border: 1px solid #FFF;
    padding: 0.3em;
    text-decoration: none;
	border-radius: 0.3em;
}

.recent_listings a:hover {
    background-color: #2db559;
    border: 1px solid #FFF;
	color: #FFF;
}

/* 49.5em = 792px */
@media only screen and (max-width: 49.5em) {
	
	.page-bar .menu-link {
		background: none repeat scroll 0 0 #3E8FD0;
		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 #3e8fd0;
		color: #FFF;
	}
	.user_links {
		background: none repeat scroll 0 0 #0d5bff;
	}
	.menu-link:hover {
		background-color: #71acdd;
		color: #FFF;
	}
	.two-column .main {
    	width: 100%;
	}
	.stats {
		display:none;
	}

}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	.site_intro {
		display: none;
	}
	.site_intro2 {
		display: none;
	}
	.welcome {
		display: none;
	}
	.sidebar2 {
		display: none;
	}
	.half_column_left, .half_column_right {
		width: 100%;
	}
}

/* 38em = 608px */
@media only screen and (min-width: 38em) {
	.half_column_left, .half_column_right {
		display: inline-block;
		width: 49.5%;
		margin-bottom: 0;
	}
}

/* 50em = 800px */
@media only screen and (min-width: 50em) {
	.half_column_left, .half_column_right {
		width: 50%;
	}
}

/* 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, h4.title, .rounded_top {
    border-radius: 0;
	padding-left: 10px;
}
h1.title {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #3E8FD0;
}
h2.title {
	background: url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0 #279E4E;
}
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;
}




/* ==========================================================================
   Buttons
   ========================================================================== */

.button, .button:visited {
    background: none repeat scroll 0 0 #1a75bc;
    border: thin solid #2D71FF;
}
.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%;
		padding: 0 0.2em;
	}	
	.two-column .main {
		left: 0;
		width: 80%;
	}
}

/* 50em = 800px */
@media only screen and (max-width: 50em) {
	.two-column .main {
    	width: 100%;
	}
}

/* ==========================================================================
   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 #ff9a35;
}

.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: #31C461;
	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;
}

.border {
    border:1px solid #3E8FD0;
}

.border2 {
    border:1px solid #279E4E;
}

.sidebar .sidebar-collapse {
	float: none;
    max-width:100%;
}

.category_column ul {
    font-size: 0.8em;
    margin: 10px;
}

.featured_items .listing_set article div.article_inner, .featured_browsing .listing_set article div.article_inner {
    border: none;
}

.article_inner p img {
	max-width: 100%;
}

/* 52em = 832px */
@media only screen and (max-width: 52em) {
	.main_col_spcr {
		height: 0.5em;
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-separator {
	height: 0.5em;
}

nav.footer {
    background: none;
    border: 0 solid #eaeaea;
    border-radius: 0;
    padding: 0.5em 0.9em;
    margin: 0 auto;
	position: relative;
	width: 65em;
}

footer.page {
    background: url("../images/backgrounds/footer-bg.jpg") repeat-x scroll left top #515E68;
	padding-bottom: 1em;
}

footer.page:before {
    height: 0;
}

.footer_links {
    display: inline-block;
    left: 100px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 90%;
}

.copyright {
    display: inline-block; 
	font-size: .7rem; 
	color: #FFF; 
	text-align: right;
}

footer.page .disclaimer p,
footer.page .disclaimer h4 {
	color: #FFF;
}

footer.page .disclaimer a {
	color: #FFF;
	float: none;
	text-decoration: underline;
	font-size: 0.7rem;
	border: none;
}

footer.page .disclaimer a:hover {
	text-decoration: none;
}

.disclaimer {
    font-size: 0.7rem;
    text-align: center;
}
.social-contacts {
	margin: 0 auto;
	width: auto;
	border: 0;
	text-align: center;
}

.social-contacts a {
	margin: 0 0.5em;
}

/* 64em = 1024px */
@media only screen and (max-width: 68em) {
	nav.footer {
    	width: 100%;
		margin: 0 auto;
		padding: 0;
		}
	.copyright {
		text-align: center;	
	}
}

/* 52em = 832px */
@media only screen and (max-width: 52em) {
	.footer_links {
		left: 50px;
	}
}

/* 38em = 608px */
@media only screen and (max-width: 38em) {
	.footer_links {
		width: 100%;
		left: auto;
	}
	nav.footer a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 0.75rem;
	}
	.copyright {
		width: 100%;
	}
	nav.footer a:hover {
		color: #343C43;
		background-color: #FFF;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 18em) {
	.copyright {
		font-size: 0.6rem;
	}
}