/*==========================================================================================*/
/*
	Adpay CSS for use with new ClickNBuy branding options.
	Please note not all ClickNBuy pages will make use of this file as of yet;
	please check with your implementation specialist for add'l information.
	Copyright 2014 Adpay.
    
*/
.branding-header {
	background-color: white;
  box-shadow: 2px 2px 15px 1px lightgray;
  margin-bottom: 30px;
	padding-bottom: 10px;
}
/*==========================================================================================*/

.search-bar-container {
display: block;
}



/*-----|| Rad Drop Down Tree Category Search ||---*/

.RadTreeView .rtSelected .rtIn {
    /* color: #fff;
    border-color: #8d8d8d #7e7e7e #6c6c6c;
    background-color: #828282; */
}

.RadTreeView .rtLines .rtTop, .RadTreeView .rtLines .rtMid, .RadTreeView .rtLines .rtBot {
    /* background-repeat: no-repeat;
    background-position: 0 0; */
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
/*    padding: 1px 0 1px 20px; */
}

.RadTreeView .rtLines .rtBot {
    
}

.RadTreeView .rtLines .rtLast, .RadTreeView .rtLines .rtLast .rtUL {
    /* background: 0; */
}
.RadTreeView .rtUL .rtLI .rtUL {
 /*   padding-left: 20px; */
}

.RadTreeView .rtLines .rtLast, .RadTreeView .rtLines .rtLast .rtUL, .RadTreeView .rtUL.rtLines .rtUL {
    /* background-image: none; */
}
.RadTreeView .rtUL {
  /*  margin: 0;
    padding: 0;
    -moz-user-select: -moz-none; */
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot, .RadTreeView .rtUL {
  /*  zoom: 1;  */
}

.RadDropDownTree {
    margin: 0;
    padding: 0;
    *zoom:1: ;
    display: -moz-inline-stack;
    display: inline-block;
    *display:inline: ;
    width: 160px;
    text-align: left;
    vertical-align: middle;
    _vertical-align: top;
    white-space: nowrap;
    cursor: default;
}

.RadDropDownTree {
  /* color: #333333; */
}

.rddtSlide, .rddtDropDownSlide {
    _height: 1px;
    float: left;
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 7000;  
}

.RadDropDownTree .rddtInner {
    border-radius: 0.25em;
    _background-image: none;
    border-color: #8a8a8a;
    color: #333333;
	height: 34px;
    background-color: #e8e8e8;
    background-image: linear-gradient(#faf9f9 0%, #e8e8e8 100%); 
}

.RadDropDownTree .rddtEmptyMessage {
    color: #a5a5a5;
}

.RadDropDownTree .rddtClearButton {
   /* background-position: -2px -4px; */
}

.RadDropDownTree .rddtHovered {
    border-color: #515151;
    color: black;
    background-color: #c3c3c3;
    background-image: linear-gradient(#e2e2e2 0%, #c3c3c3 100%); 
}

.RadDropDownTree .rddtHovered .rddtClearButton {
    /* background-position: -22px -4px; */
}

.RadDropDownTree .rddtHovered .rddtClearButton.rddtClearButtonHovered {
    background-position: -62px -4px; 
}

.RadDropDownTree .rddtHovered .rddtIcon {
    /*background-position: -1px -20px;*/
	background-color: blue;
}

.RadDropDownTree .rddtFocused {
    border-color: #888888;
    color: black;
    background-color: #dedede;
    background-image: linear-gradient(#c7c7c7 0%, #dedede 100%); 
}

.RadDropDownTree .rddtFocused .rddtClearButton {
    /*  background-position: -42px -4px; */
}

.RadDropDownTree .rddtFocused .rddtClearButton.rddtClearButtonHovered {
      /*  background-position: -82px -4px; */
}

.RadDropDownTree .rddtFocused .rddtIcon {
    /*background-position: -1px -20px; */
}

.RadDropDownTree .rddtDisabled {
 /*   border-color: #d0d0d0;
    color: #a5a5a5;
    background-color: #e8e8e8;
    background-image: linear-gradient(#faf9f9 0%, #e8e8e8 100%); 
	*/
}

.RadDropDownTree .rddtDisabled .rddtIcon {
    /*background-position: -1px -20px; */
}

.rddtPopup {
    *zoom:1: ;
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    text-align: left;
    position: relative;
    cursor: default;
    width: 160px;
    *width:154px: ;
	
}

.rddtPopup {
	border-color: #828282;
	color: #333333;
	background: white;
	font-size: 12px; 
}

.rddtPopup .rddtHeader, .rddtPopup .rddtFooter {
    color: #333333;
    background-color: #eaeaea; 
}

.rddtPopup .rddtHeader {
  /*  border-bottom-color: #828282; */
}

.rddtPopup .rddtFooter {
  /*  border-top-color: #828282; */
}

.rddtPopup .rddtFilter {
    border-bottom-color: #8a8a8a;
    color: #333333;
    background: #eaeaea; 
}

.rddtPopup .rddtFilter .rddtFilterInput {
      border-color: #8e8e8e;
      color: #333333;
      background-color: white; 
}

.rddtPopup .rddtFilter .rddtFilterEmptyMessage {
    /*  color: #a5a5a5; */
}

.rddtPopup .RadTreeView em {
/*    color: black;
    background-color: #dfdfdf; */
}

.RadTreeView .rtMinus
{
background-color: blue;
}

.RadTreeView .rtPlus
{
background-color: red;
}

.RadDropDownTree {
  /* color: #333333;
  font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif; */
}
  
.RadDropDownTree .rddtInner {
    border-radius: 3px;
    background-image: url('Common/radGradientButtonSprite.png');
    _background-image: none;
    border-color: #8a8a8a;
    color: #333333;
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: linear-gradient(top, #faf9f9 0%, #e8e8e8 100%); 
}

.RadDropDownTree .rddtEmptyMessage {
    /* color: #a5a5a5;
    font-style: italic; */
}
	
.RadDropDownTree .rddtClearButton {
    background-position: -2px -4px; 
}
	
.RadDropDownTree .rddtHovered {
    border-color: #515151;
    color: black;
    background-color: #c3c3c3;
    background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c3c3c3 100%);
    background-image: -moz-linear-gradient(top, #e2e2e2 0%, #c3c3c3 100%);
    background-image: -ms-linear-gradient(top, #e2e2e2 0%, #c3c3c3 100%);
    background-image: -o-linear-gradient(top, #e2e2e2 0%, #c3c3c3 100%);
    background-image: linear-gradient(top, #e2e2e2 0%, #c3c3c3 100%); 
}
    
.RadDropDownTree .rddtHovered .rddtClearButton {
   /* background-position: -22px -4px; */
}

.RadDropDownTree .rddtHovered .rddtClearButton.rddtClearButtonHovered {
    background-position: -62px -4px; 
}
   
.RadDropDownTree .rddtHovered .rddtIcon {
    /*background-position: -1px -20px; */
}
	  
.RadDropDownTree .rddtFocused {
    border-color: #888888;
    color: black;
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    background-image: -moz-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    background-image: -ms-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    background-image: -o-linear-gradient(top, #c7c7c7 0%, #dedede 100%);
    background-image: linear-gradient(top, #c7c7c7 0%, #dedede 100%); 
}

.RadDropDownTree .rddtFocused .rddtClearButton {
    /* background-position: -42px -4px; */
}

.RadDropDownTree .rddtFocused .rddtClearButton.rddtClearButtonHovered {
    background-position: -82px -4px; 
}
    
.RadDropDownTree .rddtFocused .rddtIcon {
    /* background-position: -1px -20px; */
}
	  
.RadDropDownTree .rddtDisabled {
    border-color: #d0d0d0;
    color: #a5a5a5;
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #faf9f9 0%, #e8e8e8 100%);
    background-image: linear-gradient(top, #faf9f9 0%, #e8e8e8 100%); 
}

.RadDropDownTree .rddtDisabled .rddtIcon {
    /* background-position: -1px -20px; */
}

.rddtPopup {
  border-color: #8a8a8a;
  color: #333333;
  background: white;
  line-height: 16px; 
}
  
.rddtPopup .rddtHeader, .rddtPopup .rddtFooter {
    color: #333333;
    background-color: #eaeaea; 
}
  
.rddtPopup .rddtHeader {
    border-bottom-color: #8a8a8a; 
}

.rddtPopup .rddtFooter {
    border-top-color: #8a8a8a; 
}

.rddtPopup .rddtFilter {
    border-bottom-color: #8a8a8a;
    color: #333333;
    background: #eaeaea; 
}

.rddtPopup .rddtFilter .rddtFilterInput {
    border-color: #8e8e8e;
    color: #333333;
    background-color: white; 
}
    
.rddtPopup .rddtFilter .rddtFilterEmptyMessage {
    /*color: #a5a5a5;
    font-style: italic; */
}
  
.rddtPopup .RadTreeView em {
    color: black;
    background-color: #dfdfdf; 
}


/*-----|| Rad Drop Down Tree Category Search ||---*/















.search-result-count
{
	display: none;
}

.alertContainer
{
	max-height: 1200px;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}

.alert-criteria
{
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

.alert-frequency
{
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

.alert-buttons
{
	margin-top: 5px;
	border-top: 1px solid #dfdfdf;
	text-align: right;
	width: 100%;
	padding: 4px 0px 1px 0px;
}

.search-categories
{
	width: 400px;
	font-family: "roboto";
}

.required
{
	color: Red;
	display: inline-block;
	width: 2%;
	float: left;
	padding: 8px 0px 0px 0px;
}

.form-right
{
	display: inline-block;
	width: 97.8%;
	float: right;
	padding: 0px 2% 0px 0px;
}

#glyph-more
{
	margin: 0px 3px 0px 0px;
}

#glyph-less
{
	margin: 0px 3px 0px 0px;
}

.more-container
{
	padding: 12px 6px 12px 6px;
	display: block;
	text-align: center;
	width: 99.998%;
	text-transform: uppercase;
	border-top: 1px solid #dfdfdf;
	color: #428bca;
}

.more-details
{
	margin-bottom: 10;
}

.search-return-low
{
	padding: 6px 0px 12px 0px;
}


.report-abuse
{
	display: inline-block;
	width: 39%;
	text-align: right;
	font-size: 12px;
	margin-bottom: 2px;
}


.modal-responses
{
	width: 100%;
	text-align: center;
}

.img-thumbnail-featured
{
	padding: 4px;
	line-height: 1.4285;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	border: 1px solid #3276b1;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-thumbnail-related
{
	padding: 4px;
	line-height: 1.4285;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	border: 1px solid #c0c4b1;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#lbCreateAccount
{
	display: none;
}

.navbar-default .navbar-nav > li > a
{
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #ffffff;
	background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	color: #ffffff;
}

.carousel-image
{
	width: 750px;
}

.center
{
	text-align: center;
}

.not-found
{
	padding: 60px 100px 30px 100px;
	text-align: center;
}

#chkEmailSellerCopy
{
	margin: 0px 2px 0px 3px;
}

.logo-brand
{
	display: block;
	width: 255px;
	height: 35px;
	margin: 6px 0px 0px 0px;
	background: url(Images/oacom-logo-md.png) no-repeat right top;
}

.more
{
	color: #b10b0a;
}

.panel-title
{
	color: #b10b0a;
}

.thumbs-table
{
	width: 100%;
}

.thumbs-table td
{
	text-align: center;
}

.cnbThumb
{
}

.bottom-line
{
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
	width: 100%;
	text-align: center;
	margin: 0px 0px 25px 0px;
}

.footer-wrapper
{
	width: 100%;
	background-color: #f5f6f1;
	padding: 15px 0px 0px 0px;
}

.third-party-ad
{
	display: none;
	margin: 0px 0px 25px 0px;
	background-color: #eff0eb;
	padding: 15px 0px 15px 0px;
}

.footer-column
{
	margin: 0px 0px 10px 0px;
}

#lbBackToSearch
{
	display: none;
}

.filter-tools
{
	margin-top: 10px;
}

.site-drop-link
{
	color: #ffffff;
	font-weight: 700;
}

.site-links
{
	padding: 15px 0px 0px 10px;
}

.site-categories li
{
	font-weight: 700;
	margin: 3px 0px 0px 5px;
	width: 200px;
}

.navbar-right > li
{
	width: 450px;
}

.search-widget
{
	display: block;
	position: relative;
	right: 0;
	padding: 0px 0px 0px 0px;
}

.search-input
{
	width: 300px;
	display: inline-block;
	margin: 0px 6px 0px 0px;
}

.search-button
{
	width: 100px;
	display: inline-block;
}

.crumb-search
{
	margin-top: 8px;
}

.create-ad
{
	/* width: 78%; */
	display: inline-block;
	text-align: right;
	position: relative;
}

.login-links-details
{
	display: inline-block;
	float: right;
	position: relative;
	width: 120px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.login-links-search
{
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
	margin: 0px 0px 0px 30px;
	padding: 6px 0px 0px 0px;
	display: inline-block;
}

#lbSignIn
{
}

.LoginStatus
{
	display: none;
}


.detail-container
{
	padding: 0px 10px 0px 12px;
	text-align: left;
	width: 100%;
}

.description-container
{
	margin: 1em;
	-webkit-transition: max-height 0.3s ease-in-out;
	-moz-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}


.modal-dialog
{
	width: 750px;
}

/* ------------------------------------------------------------------------------------------|| Top Ads ||---*/

.title
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #000000;
}

.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888888;
}

.subtitleHR
{
	color: #888888;
	background-color: #888888;
	width: 55px;
	height: 1px;
}

.thumb-image
{
	width: 106px;
	height: 69px;
}

/* ------------------------------------------------------------------------------------------|| Details Column ||---*/

.detail-btn-container
{
	text-align: center;
	margin: 12px auto 10px auto;
}

.detail-btn
{
	color: #ffffff;
	background-color: #428bca;
	border-color: #3276b1;
	padding: 2px 7px 4px 7px;
	width: 30%;
	margin: 2px 0px 2px 0px;
}

.detail-btn:hover, .detail-btn:focus, .detail-btn:active, .detail-btn.active, .open .dropdown-toggle.detail-btn
{
	color: #ffffff;
	background-color: #3276b1;
	border-color: #428bca;
}

.detail-btn-text
{
	font-size: 10px;
	text-transform: uppercase;
}

.LoginStatus
{
	display: none;
}

.panel-heading-details
{
	background-color: #565656;
	color: white;
	font-weight: 300;
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
	padding: 0.8em;
	letter-spacing: 0.02em;
}

#pnlMap
{
}

#pnlAdditionalInfo
{
}

#ctlFooter_Image1
{
	margin: 0 4em 0 0;
}

#pnlDescription1
{
}

#lblDescription
{
}

.description-header
{
	display: inline-block;
	color: #018fbd;
	font-weight: 700;
	width: 660px;
	float: right;
}

.adDescription
{
}

.filters
{
}

.filters-inner
{
	width: 100%;
	margin-left: 10px;
	background-color: white;
	border: 1px solid #c0c4b1;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	border-radius: 3px;
	position: relative;
	display: block;
	height: 45px;
}

.tools
{
}

.tools-inner
{
	width: 100%;
	margin-right: 10px;
	background-color: white;
	border: 1px solid #c0c4b1;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	border-radius: 3px;
	position: relative;
	display: block;
	height: 45px;
}

#alertContainer
{
}

.alert-inner
{
	width: 98%;
	background-color: white;
	border-right: 1px solid #c0c4b1;
	border-bottom: 1px solid #c0c4b1;
	border-left: 1px solid #c0c4b1;
	margin: auto;
	background-color: #FCFCFC;
	padding: 0.25em;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
	max-height: 1200px;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}

body
{
	background-color: #eff0eb;
}

.hide /* Quick hiding class */
{
	display: none;
}

/* ------------------------------------------------------------------------------------------|| Branding Header - Legacy ||---*/

.mobile-view /* Mobile View Link, if enabled */
{
	float: left;
	display: inline-block;
}

.mobile-links
{
	display: none;
}

.login-top /* [Login|Register] Link, if enabled */
{
	display: none;
}

.branding-header /* Branding Header Container */
{
}

#FooterBug
{
	text-align: right;
	background-color: #f5f6f1;
}

#mainDetailInfo2 /* Seller Feedback */
{
	display: none;
}

/* ------------------------------------------------------------------------------------------|| Various Result Messages ||---*/

.msg-clip-success /* */
{
}

.msg-report-abuse /* */
{
}

.msg-email-friend /* */
{
}

.msg-watch-success /* */
{
}

.msg-contact-seller /* */
{
}

/*******************************************************************/
/*
DetailsDisplay.aspx
*/
/*******************************************************************/

.ad-card-detail
{
	margin-left: 10px;
	margin-bottom: 15px;
	display: inline-block;
}

.categories /* Categories container */
{
	/* min-height: 70px; 	width: 100%; 	position: relative; 	margin-top: 10px; */
	display: none;
}

.cat-left /* Container for Category text and Social Media icons/links */
{
	width: 270px;
	float: left;
	display: inline-block;
}

.category-title /* */
{
	float: left;
	display: inline-block;
	margin-left: 25px;
	margin-top: 0px;
	font-family: Times New Roman;
	font-size: 24pt;
	font-weight: 700;
	width: 180px;
}

/* Social Buttons */


.category-lists /* Container for categories.htm include */
{
	display: inline-block;
	float: right;
	width: 660px;
	min-height: 30px;
	margin-right: 31px;
	margin-top: 0px;
}

.place-ad /* Position "Place an Ad" text */
{
	float: right;
	display: inline-block;
}

/* Text Styles */

.search-tools-title
{
	font-size: 14pt;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 10px;
}

.category-search
{
	display: none;
}

.return-to-search
{
	font-weight: 700;
	margin-left: 9px;
	margin-bottom: 7px;
}

.advanced-search
{
	display: none;
}



/*******************************************************************/
/*
	Simple Search -- Global
*/
/*******************************************************************/



.search-upper /* Containing divider for the Simple Search control */
{
	padding-top: 10px;
	background-color: #1c3b72;
	display: inline-block;
	height: 40px;
	width: 100%;
}

#ctlSearch /* Positions the mileage dropdown within the Search control */
{
	height: 20px;
}

#ctlSearch_cvalZipVal /* Positions the zip code input within the Search control */
{
	float: right;
	margin-top: 3px;
	padding: 5px 8px 5px 8px;
	color: #FFFFFF;
	border: 4px dashed;
	border-color: #1c3b72;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* behavior: url(assets/pie/PIE.htc); */
	position: relative;
	z-index: 2002;
}

.simple-search-control /* Positions */
{
	display: none;
}

.simple-search-advanced /* Positions */
{
	margin-left: 30px; /* display: inline-block; */
	display: none;
}

.place-ad /* Positions */
{
	/* display: inline-block; */
	display: none;
}

.simple-search-large /* "What are you looking for?" text styling */
{
	font-size: 14pt;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 13px;
	margin-right: 10px;
	float: left;
}

.simple-search /* "Listings within" and "Miles of" text styling */
{
	font-size: 11pt;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}

/*******************************************************************/
/*
	Search Tools Divider -- SearchResultsDisplay.aspx
*/
/*******************************************************************/

.search-tools /* Positions */
{
	background-color: #1c3b72;
	width: 100%;
	margin-top: 8px;
	padding-top: 7px;
	display: inline-block;
}

.ad-type
{
	display: none;
}


.panel-body
{
	padding: 0px;
}

.photos-only
{
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
}

.video-only
{
	margin-left: 10px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
}

.today-only
{
	margin-left: 10px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
}

.last7-only
{
	margin-left: 10px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
}

.search-tools-button
{
	margin-left: 10px;
	margin-top: 3px;
	display: inline-block;
	vertical-align: top;
}

.sort-drop
{
	text-align: right;
	width: 64%;
	display: inline-block;
}

.white-label /* Text styling for link labels */
{
	font-size: small;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}

/*******************************************************************/
/*
	Ad Tools Divider -- SearchResultsDisplay.aspx
*/
/*******************************************************************/


.btn-grey
{
	border-color: dimgrey;
	background-color: #7d7d7d;
	color: white;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey
{
	color: #ffffff;
	background-color: #888888;
	border-color: #dimgrey;
}
.btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey
{
	background-image: none;
}

.ad-tools-links-search /* Ad Tools Container */
{
	background-color: #ffffff;
	height: 35px;
	width: 100%;
	display: inline-block;
}

.ad-tools-search /* "Ad Tools" text styling */
{
	margin-left: 10px;
	width: 150px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	font-size: medium;
	color: #018fbd;
	font-weight: 700;
}

.create-alert /* Create Alert */
{
	margin-top: 0;
	height: 30px;
	display: inline-block;
}

.alert-manage /* Manage Alerts */
{
	margin-left: 30px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.clip-list /* Clip List */
{
	margin-left: 30px;
	margin-top: 16px;
	display: inline-block;
	vertical-align: top;
}

.filters-photos
{
	margin-left: 25px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
}
.filters-video
{
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
}
.filters-today
{
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
}
.filters-last7
{
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
}
.filters-apply
{
	margin-left: 25px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
}

.tools-hide-map /* Show/Hide Map */
{
	display: none;
}

.tools-alerts-setup
{
	margin: 10px 20px 0px 30px;
	display: inline-block;
}

.tools-alerts-manage
{
	margin: 10px 20px 0px 0px;
	display: inline-block;
}
.tools-clips
{
	margin: 10px 20px 0px 0px;
	display: inline-block;
}
.tools-print
{
	margin: 10px 20px 0px 0px;
	display: inline-block;
}

.tools-drop /* Ads per Page */
{
	margin: 2x 5px 0px 20px;
	display: inline-block;
}


.results-return-0
{
	display: block;
	width: 100%;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
	margin-bottom: .5em;
}


.results-return-lower
{
	display: inline-block;
	width: 60%;
	text-align: left;
}

.search-return-glyph
{
	bottom: 0;
	display: inline-block;
	bottom: 0;
}

.search-return-text
{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	bottom: 0;
}

/*******************************************************************/
/*
	Ad Tools Divider -- DetailsDisplay.aspx
*/
/*******************************************************************/

.ad-tools-links-details /* Ad Tools Container */
{
	background-color: #ffffff;
	height: 30px;
	width: 100%;
	display: inline-block;
}

.ad-tools-details /* "Ad Tools" text styling */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	font-size: medium;
	color: #018fbd;
	font-weight: 700;
	vertical-align: top;
}

.tool-container /* Inner Container for Tool Links */
{
	float: right;
}

.ad-tools-find-similar /* Find Similar Ads */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-watchlist /* Add to Watchlist */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-watchlist-success /* Add to Watchlist Success Message */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-clip-ad /* Clip/un-Clip Ad */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-clip-list /* Manage Clip List */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-email-friend /* Send Ad via Email */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-abuse /* Report Abuse */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-ecomm /* eCommerce */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-share /* Social Sharing */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-alert /* Create Alert */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

.ad-tools-print /* Print Page */
{
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}

/*******************************************************************/
/*
	Ad Tools Result Messages -- Global
*/
/*******************************************************************/

.results-message-outer
{
	width: 100%;
	text-align: center;
}

.results-message-inner
{
	font-weight: 700;
	color: Red;
}

/*******************************************************************/
/*
	Main Display -- Center Column of the three column layout, contains the ad search results or ad detail
*/
/*******************************************************************/

.main-search /* SearchResultsDisplay.aspx */
{
	padding-left: 8px;
	padding-right: 8px;
}

.main-display /* DetailsDisplay.aspx */
{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	width: 800px;
	vertical-align: top;
}

#container /* NOT a bootstrap override - for legacy ID */
{
	width: 990px;
}

#PV1 /* Legacy ID */
{
	width: 800px;
}

#PV2 /* Legacy ID */
{
	width: 800px;
}

.main-display-ad-grid /* Contains Ad Cards [standard or pinterest style] */
{
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

.expand-search /* Expand Search into Network Link */
{
	width: 990px;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

.search-result-msg /* [Your category search of 'XX' returned XX ad(s)] message  */
{
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	font-weight: 700;
}

/*******************************************************************/
/*
	Left Rail
*/
/*******************************************************************/

.left-rail-search /* Left Rail Container - SearchResultsDisplay.aspx */
{
	display: none; /* height: 100%; 	height: 600px; 	width: 160px; */
}

.left-rail-display /* Left Rail Container - DetailsDisplay.aspx */
{
	display: none; /* height: 100%; 	height: 600px; 	width: 160px; */
}

/*******************************************************************/
/*
	Right Rail
*/
/*******************************************************************/

.right-rail-search /* Right Rail Container - SearchResultsDisplay.aspx */
{
	display: none;
	height: 600px;
	width: 160px;
	float: right;
	vertical-align: top;
}

.right-rail-display /* Right Rail Container - DetailsDisplay.aspx */
{
	margin-top: 5px;
	height: 600px;
	width: 160px;
	display: inline-block;
	float: right;
}

/*******************************************************************/
/*
	Footer -- Global
*/
/*******************************************************************/

.footer /* Footer Container */
{
	background-color: #f5f6f1;
	margin-top: 10px;
}



.adpay-watermark /* Adpay Logo */
{
	margin-top: 30px;
	width: 100%;
	text-align: right;
}


.search-result-tabstrip
{
	display: none;
}

.search-result-tabs
{
}













/*******************************************************************/
/*
	Ad Card -- SearchResults.aspx
*/
/*******************************************************************/

.search-result
{
	float: left;
	width: 220px;
	margin: 5px;
	display: inline-block;
}

.item /* used by masonry.js for Pinterest effect */
{
}

.ad-upper-0 /* Container for ad photo and video */
{
	width: 220px;
	display: inline-block;
}

.search-result-video /* Video container */
{
}




.ad-photo /* Photo container */
{
	position: relative;
	max-width: 220px;
}

.ad-upper-1 /* Container for ad description and details */
{
	width: 220px;
	display: inline-block;
}

.ad-startdate /* Start Date */
{
	display: none; /* float: left; 	display: inline-block; 	text-align: left; 	font-size: 9pt; 	font-weight: 400; */
}

.ad-enddate /* End Date */
{
	display: none; /* float: right; 	display: inline-block; 	text-align: right; 	font-size: 9pt; 	font-weight: 400; */
}







.ad-lower /* Ad lower container */
{
	display: inline-block;
}

.ad-title /* Ad Title // note: Title casing doesn't work yet?! */
{
	margin-top: 6px;
	float: left;
	font-size: 11pt;
	font-weight: 600;
	width: 100%;
	text-transform: capitalize;
	display: inline-block;
	color: #018fbd;
}

.ad-category /* Category breadcrumb */
{
	margin-top: 0px;
	float: left;
	width: 100%;
	text-transform: capitalize;
	display: inline-block;
}

.ad-price /* Item price styling */
{
	text-align: right;
	display: inline-block;
	font-size: 16pt;
	color: #03bc44;
	font-weight: 700;
	margin-top: 7px;
	width: 100%;
}

.ad-bottom /* Ad Bottom */
{
	display: inline-block;
	text-align: right;
}

.ad-enhanced /* "Ad enhanced from ..." container */
{
	display: none; /* font-size: 9pt; 	font-weight: 500; 	display: inline-block; 	width: 100%; 	text-align: center; 	margin: 0; */
}

.ad-print /* Alternate Print Link */
{
	display: none; /* display: inline-block; */
}

.pager-style /* Results Pager */
{
	text-align: center;
	color: #666666;
	font-weight: 700;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------------------------------------------|| Google Maps ||---*/

.ad-map /* */
{
	display: none;
}

.ad-map-display /* */
{
}

.ad-distance /* */
{
	display: none; 
}

.mapHeader /* */
{
	height: 25px;
	background-color: #9abad9;
	text-align: right;
	padding: 0 5px 0 5px;
}

.mapFooter /* */
{
	height: 25px;
	background-color: #9abad9;
}

.mapContent /* */
{
	background-color: #EBF5FF;
	text-align: center;
	padding: 25px 0 25px 0;
	border: 1px Solid #9ABAD9;
}

.mapContainer /* */
{
	margin-bottom: 10px;
}

.mapContainer #map /* */
{
	border: 3px Outset Gainsboro;
}
.google-map /* */
{
	display: inline-block;
	margin-left: 2px;
	margin: 0.5em;
	background-color: white;
	border: 1px solid #c0c4b1;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	padding: 0.35em;
	border-radius: 3px;
	position: relative;
}

.map-spacer /* fix for spacing between map and upper divider */
{
	height: 10px;
}

.map-divider-sm-text /* "click pointer for driving directions" styling */
{
	float: right;
	font-size: small;
	margin-top: 1px;
	margin-right: 25px;
}

.map_canvas_details /* Map on DetailsDisplay.aspx */
{
	display: inline-block;
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#map-canvas /* Map on DetailsDisplay.aspx */
{
}

.map_canvas_search /* Map on SearchResultsDisplay.aspx [modal popup] */
{
	display: inline-block;
	margin-top: 1px;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.map-hide-link
{
	text-align: right;
}

#mapHeaderRight
{
	margin-left: 15px;
}

/*------------------------------------------------------------------------------------------|| Reserved eCommerce Options ||---*/

.tran-type /* */
{
	display: none;
	margin: 0;
}

.bid-count /* */
{
	display: none; /*	margin: 0; */
}

.pricefixed /* Item Fixed Price  */
{
	display: none;
}

.item-price /* Item Price  */
{
	font-weight: 700;
	font-size: 0.95em;
	background-color: #0d9c16;
	position: absolute;
	padding: 0.2em 0.3em;
	top: 16px;
	right: 0;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	z-index: 100;
}




.fa-modal /* */
{
	margin-top: 5px;
	color: White;
}

/*-------------------------------------------------------------------------|| Search Tabs for Partnered Search Results ||---*/

.search-tabs
{
	border-bottom: solid 1px #dedede;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------|| Ad Card Photos and Detail -- DetailsDisplay.aspx ||---*/

.imgDefault /* unused */
{
}

#imgDefault /* Main Photo */
{
	width: 764px;
}

.search-desc /* unused */
{
	display: none;
}

#adVideo /* unused */
{
}

.placed-views /* Ad Placed Date & Views container*/
{
	width: 100%;
	display: block;
	text-align: center;
}

.ad-placed-on /* Ad placed date */
{
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	font-size: 13px;
}


.placed-views-glyph /* separation glyph */
{
	display: inline-block;
	padding: 0px 2px 0px 2px;
	color: #428bca;
}

.ad-views /* Ad views */
{
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	font-size: 13px;
}

.category-links  /* Third Party Category Links (configurable in Command Center) */
{
	width: 100%;
	text-align: center;
	padding: 4px 6px 4px 0px;
	display: block;
}

.RelatedLinksBlock /* Spacing for Category Links */
{
	margin: 4px 0px 0px 0px;
}

.listing-price /* Sell Price */
{
	width: 100%;
	text-align: center;
	padding: 12px 0px 0px 0px;
	font-weight: 400;
	font-size: 2.4em;
	color: #0d9c16;
}

.img-container /* Caption Container */
{
	position: relative;
}

.thumbs-container /* Thumbnails for multiple images */
{
	margin: 0.5em 0 0 0;
	padding: 0.35em;
	position:relative;
	width:100%;
	height:70px;
}

.card-caption /* Cards Caption Container */
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 25px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	filter: alpha(opacity=25);
	padding: 6px 4px 6px 4px;
	font-weight: 500;
	z-index: 15;
}

.ad-caption /* Main image Caption Container */
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=45);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	filter: alpha(opacity=45);
	padding: 4px 4px 6px 4px;
	font-weight: 500;
	z-index: 5;
}

.ad-title-details /* Ad Title */
{
	margin-top: 10px;
	margin-left: 8px;
	float: left;
	font-size: 13pt;
	font-weight: 600;
	width: 100%;
	text-transform: capitalize;
	display: inline-block;
	color: #018fbd;
}

.ad-category-details /* Category breadcrumb */
{
	margin-top: 0px;
	margin-left: 9px;
	float: left;
	width: 100%;
	text-transform: capitalize;
	display: inline-block;
}

.thumbs-table TD /* Table properties for thumbnails */
{
	border: 2px solid #dadada;
	border: 0px;
}

.ad-thumbs /* Thumbnail image block */
{
	text-align: center;
	margin-left: 5px;
	width: 100%;
	display: inline-block;
}

.item-description /* Item Description */
{
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 12px; /* width: 630px; */
}

.description-online /* */
{
}

.description-print /* */
{
	display: none;
}

.panel-heading-inner
{
	color: #333333;
	border-color: #dddddd;
	padding: 0px 0px 0px 0px;
}

.panel-body-inner
{
	padding: 0px 0px 0px 0px;
}

.left-rail /* reserved */
{
	display: none;
}

.right-rail /* reserved */
{
	display: none;
}

.ad-tools-menu /* */
{
	display: none;
}


.search-alerts /* */
{
	display: none;
}

.online-description /* */
{
}

.print-description /* reserved*/
{
	display: none;
}

.advertiser-feedback /* Advertiser Feedback styling */
{
	float: right;
	font-size: 0.8em;
	padding: 7px 9px 7px 9px;
	border-width: 3px;
	border-style: dashed;
	border-color: #018fbd;
	margin: 0px 0px 2px 2px;
	width: 51%;
	text-align: center;
}

.video-available /* Advertiser Feedback styling */
{
	float: left;
	font-size: 0.8em;
	padding: 7px 9px 7px 9px;
	border-width: 3px;
	border-style: dashed;
	border-color: #018fbd;
	margin: 0px 0px 2px 2px;
	width: 45%;
	text-align: center;
}

.close-glyph-fail  /* */
{
	color: #a94442;
	float: right;
}

.close-glyph-success  /* */
{
	color: #3c763d;
	float: right;
}

/*--------------------------------------------------------------------------------------------------------------------|| Fielded Data List ||---*/

.details-grid /* Grid Container */
{
	margin: 12px;
	font-weight: 500;
}

table.grid /* General grid styling */
{
	width: 100%;
}

.grid-item /* Horizontal separator */
{
	border-bottom: 1px solid #fbfbf9;
}

.grid-item /* Sets background color of rows */
{
	
}

.grid-alt-item /* Sets background color of alternating rows */
{
	
}

.details-fielded /* Left description column styling */
{
	width: 50%;
	padding: 0px 5px 0px 0px;
	color: #606060;
}

.details-fielded-value /* Right value column styling */
{
	width: 50%;
	padding: 0px 0px 0px 5px;
	color: #484848;
}

#contentContainer
{

}

.image-large
{
	height: 450px;
}

/*-------------------------------------------------------------------------------------|| Various Alerts - including Ad not found, expired, etc. ||---*/

.alert-messages
{
	padding: 10px;
	display: inline-block;
	text-align: center;
	font-size: 14pt;
	font-weight: 700;
	color: Gray;
	width: 100%;
}

/*--------------------------------------------------------------------------------------|| Modals ||---*/

.modal-outer /* Container */
{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.modal-inner-left /* Container */
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;
	font-size: 12pt;
	font-weight: 700;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.modal-inner-right /* Container */
{
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.modal-inner-left-abuse /* Specific to Report Abuse; handles radio buttons */
{
	float: left;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 0px 0px 30px;
	display: inline-block;
}

.modal-inner-right-abuse /* Specific to Report Abuse; handles radio buttons */
{
	float: right;
	text-align: left;
	display: inline-block;
	padding: 0px 0px 0px 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 2%;
}

.modal-checkbox /* Specific to Report Abuse; handles radio buttons */
{
	width: 100%;
	padding: 0px 0px 0px 20px;
}

.modal-checkbox label /* Label Style .NET override */
{
	font-weight: 400;
}

.modal-inner-right-abuse td  /* Label Style .NET override */
{
	width: 110px;
	font-size: 12px;
}

.captcha-container /* Container for Captcha Parts */
{
	width: 100%;
	padding: 6px 2% 10px 2%;
	position: relative;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.captcha-container .alert /* Alert Style Bootstrap override */
{
	margin-top: 0px;
}

.captcha-control /* Positioning of Captcha Control */
{
	display: inline-block;
	width: 30%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.captcha-message /* Instructions for Captcha Control */
{
	display: inline-block;
	float: right;
	width: 69%;
	padding: 10px 0px 0px 0px;
	right: 0;
}

.search-pager /* Prev/Next Paging Container */
{
	margin-bottom: 10px;
	text-align: center;
}

.question /* */
{
	font-size: 16px;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
}

.ip-address /* logged IP address */
{
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
}

.modal-body /* bootstrap override */
{
	padding-bottom: 0px;
}

#loading /* */
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav /* */
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer > #hoverNav /* */
{
	left: 0;
}

#hoverNav a /* */
{
	outline: none;
}

#prevLink, #nextLink /* */
{
	width: 49%;
	height: 100%;
	background-image: url(/Images/spacer.gif); /* Trick IE into showing hover */
	display: block;
}

#prevLink /* */
{
	left: 0;
	float: left;
}

#nextLink /* */
{
	right: 0;
	float: right;
}

.card-title
{
	font-family: 'roboto' , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	color: #428bca;
	font-weight: 700;
	overflow: hidden;
}

.blue-link:hover
{
	color: #239ae1;
}

.LoginStatus
{
	z-index: 5;
	margin-right: 200px;
}

/*-----------------------------------------------------------------------------------|| Helpers ||---*/

.text-left
{
	text-align: left;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}

/*-----------------------------------------------------------------------------------|| Navbar Stuff ||---*/

.navbar-default
{
	background-color: #3276b1;
	border-radius: 3px;
	padding: 0px 15px 0px 15px;
	margin: 0px 15px 6px 15px;
}

header
{
}

.masthead
{
	background-color: #cc0000;
	height: 48px;
	margin-top: 8px;
	margin-bottom: 6px;
	border-radius: 3px;
}

.logo
{
	display: block;
	width: 290px;
	height: 39px;
	margin: 4px 0 0 15px;
	text-indent: -9999em;
	background: url(/branding/2137/images/oa-logo-md.png) no-repeat left top;
}

.search
{
	max-width: 380px;
	height: 39px;
	overflow: hidden;
	margin: 9px 28px 0 0;
}

.subnav
{
	overflow: hidden;
	padding: 0 0.5em 3px;
}

.subnav button, .subnav .button
{
}

.subnav h3
{
	text-align: right;
	margin: 0.6em;
	padding: 0;
	font-size: 0.75em;
	letter-spacing: 0.02em;
}

.post-now
{
	float: left;
}

.postnow, .postnow a:link, .postnow:hover, .postnow:visited
{
	font-family: 'roboto' , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	float: left;
	color: #ffffff;
	text-decoration: none;
	border-color: #3276b1;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d7d7d), color-stop(100%, #7d7d7d));
	background-image: -webkit-linear-gradient(#7d7d7d,#7d7d7d);
	background-image: -moz-linear-gradient(#7d7d7d,#7d7d7d);
	background-image: linear-gradient(#7d7d7d,#7d7d7d);
	padding: 3px 24px 4px 24px;
	margin-left: 15px;
}
.RadDropDownTree .rddtInner {
	background-color: #7d7d7d !important;
	color:#ffffff !important;
	opacity: 1 !important;
}
.rddtEmptyMessage {
		opacity: 1 !important;
}
.postnow:hover, .postnow:focus, .postnow:active, .postnow.active, .open .dropdown-toggle.postnow
{
	color: #ffffff;
	background-color: #7d7d7d;
	border-color: #428bca;
}

.postnow-details, .postnow-details a:link, .postnow-details:hover, .postnow-details:visited
{
	font-family: 'roboto' , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-color: #3276b1;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #3276b1));
	background-image: -webkit-linear-gradient(#428bca,#3276b1);
	background-image: -moz-linear-gradient(#428bca,#3276b1);
	background-image: linear-gradient(#428bca,#3276b1);
	padding: 3px 24px 4px 24px;
}

.postnow-details:hover, .postnow-details:focus, .postnow-details:active, .postnow-details.active, .open .dropdown-toggle.postnow-details
{
	color: #ffffff;
	background-color: #3276b1;
	border-color: #428bca;
}

/*-------------------------------------------------------------------------------------|| Toolbox Stuff ||---*/

.toolbox
{
	float: right;
	display: inline-block;
}

.toolbox button, .toolbox .button
{
	float: left;
	padding: 3px 24px 4px 24px;
}

.toolbox button + button, .toolbox .button + .button
{
	margin-left: 0.6em;
}

/*-------------------------------------------------------------------------------------|| Breadcrumb Row ||---*/

.everything
{
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

.crumb-glyph
{
	color: #428bca;
}

.breadcrumbs
{
	margin-top: 0.5em;
	padding: 0px 0px 0px 0px;
}

.breadcrumbs li
{
	float: left;
	margin-right: 0.45em;
	text-align: left;
	line-height: 1;
}

.breadcrumbs li + li
{
	padding-left: 3px;
}

.breadcrumbs .crumb
{
	color: #929292;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.breadcrumbs .crumb:hover
{
	color: #428bca;
}

.breadcrumbs .bold
{
	color: #565656;
}

.breadcrumbs .expand-search
{
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.5em;
}

.breadcrumbs .postnow
{
	margin: -0.3em 0 0;
	display: inline-block;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------|| Ad Cards ||---*/

.cards
{
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 7px;
	display: block;
}

.card
{
	margin: 7px;
	width: 213px;
	background-color: white;
	border: 1px solid #c0c4b1;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	padding: 0.35em;
	border-radius: 3px;
	position: relative;
	vertical-align: top;
}

.card:hover .clip, .card:hover .more
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.card h2
{
	font-size: 0.95em;
	line-height: 1.2;
	margin: 0.7 0;
	margin-top: 12px;
	text-align: left;
	font-weight: bold;
}

.card button, .card .button
{
	margin-bottom: 0.2em;
	font-size: 0.73em;
	line-height: 1;
}

.card .clip, .card .more
{
	padding: 3px 0 3px 1.1m;
	color: White;
	width: 95px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	background: #7d7d7d;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

/*---------------------------------------------------------------------------------|| Clip & More Buttons ||---*/

.clip-glyph
{
	margin-right: 5px;
}
.clip-text
{
	margin-right: 18px;
}
.unclip-text
{
	margin-right: 25px;
}
.more-glyph
{
	margin-left: 5px;
}
.more-text
{
	margin-left: 14px;
}

.card .clipped
{
	background-color: #0d9c16;
	border-color: #0a7611;
}

.card .clip + .more
{
	margin-left: 0.5em;
}

.card .more
{
	background-position: 62px 5px;
	padding-right: 1em;
	padding-left: 0;
	background-color: #428bca;
	border-color: #357ebd;
}

.photocontainer
{
}

.ad-pic
{
	display: block;
	position: relative;
}

.featuredcontainer
{
	display: block;
	position: relative;
}

.ad-featured /* Featured  */
{
	position: absolute;
	padding: 0 0.3em 0.04em 0.5em;
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=45);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	filter: alpha(opacity=45);
	background-color: #0d9c16;
	width: 100%;
	text-align: left;
}

.ad-featured-txt /* Featured  */
{
	color: #FFFFFF; /* letter-spacing: 0.08em; */
	position: absolute;
	bottom: 0px;
	font-size: 15px;
	text-align: left;
	color: #ffffff;
	padding: 0px 4px 1px 4px;
	font-weight: 700;
	z-index: 15;
	text-shadow: 1px 1px #000000;
}

.titlecontainer
{
	display: block;
	position: relative;
	width: 201px;
	overflow: hidden;
}

/*-------------------------------------------------------------------------------------|| Video ||---*/

.search-result-video
{
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 0;
	font-size: 15px;
	text-align: right;
	color: #ffffff;
	padding: 0px 4px 1px 4px;
	font-weight: 700;
	z-index: 25;
	text-shadow: 1px 1px #000000;
}

a.search-result-video:link
{
	color: #FFF;
	text-decoration: none;
}

a.search-result-video:visited
{
	color: #FFF;
	text-decoration: none;
}

a.search-result-video:hover
{
	color: #FFF;
	text-decoration: none;
}

a.search-result-video:active
{
	color: #FFF;
	text-decoration: none;
}

.ad-desc /* Ad description text */
{
	display: inline-block;
	text-align: left;
	font-size: 10pt;
	width: 100%;
}

.ad-desc-hl-off /* Ad description [unhyperlinked] */
{
}

.ad-desc-hl-on /* Ad description [hyperlinked] */
{
	display: none;
}

.ad-more-cntnr /* Ad description "more" container */
{
}

.ad-clip /* Add to Clip List */
{
	font-size: 9pt;
	float: left;
	display: inline-block;
	text-align: left;
	font-weight: 700;
	margin-top: 2px;
}

/*-------------------------------------------------------------------------------------|| Third Party Advertising ||---*/

.google-horizontal-lg
{
	width: 728px;
	height: 90px;
	margin: auto;
	text-align: center;
}


.google-horizontal-sm
{
	width: 468px;
	height: 60px;
	margin: auto;
	text-align: center;
}

.ad-more /* Ad description "more" link */
{
	font-size: 9pt;
	float: right;
	display: inline-block;
	text-align: right;
	font-weight: 700;
	margin-top: 2px;
}

.added
{
	font-size: 0.65em;
	font-weight: normal;
	font-style: italic;
	color: #929292;
	margin: 0.3em 0 0;
	display: block;
	text-align: left;
	letter-spacing: 0.02em;
}

.card.large
{
	width: 444px;
	overflow: hidden;
}

.card.large .price
{
	font-size: 1.2em;
}

.card.large .clip
{
	position: absolute;
	right: 6px;
	top: 258px;
}

.card.large .more
{
	float: right;
	margin-top: 0.6em;
}

.card.large h2
{
	float: left;
	margin-bottom: 0.3em;
}

.listing-photos, .details-features
{
	float: left;
	position: relative;
}

.details-features-inner
{
	position: relative;
	z-index: 5000;
}

.pagination-centered
{
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.6em;
}

.listing-wrap
{
	padding: 0 0.55em;
}

.listing
{
	text-align: left;
}

.listing .pics
{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.listing .pics li
{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0.5em;
	background-color: white;
	border: 1px solid #c0c4b1;
	box-shadow: 0px 0px 3px -1px #b5b9a2;
	border-radius: 3px;
}

.listing .pics li:first-child
{
	position: relative;
	display: block;
	float: left;
}

.listing .pics img
{
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.tab-holder
{
	display: inline;
	margin: 1em 0;
	width: 100%;
}
.tab li
{
	float: left;
	width: 14.61538%;
}
.tab li + li
{
	margin-left: 2.46154%;
}

.main-heading
{
	font-weight: 400;
	margin: 0 0 0 0.2em;
	text-align: left;
	color: #3d3d3d;
	clear: both;
}

.search-return-upper
{
	padding: 50px 0px 0px 0px;
}

/*---------------------------------------------------------------------------------------------|| Share ||---*/

.share, .share a:link, .share a:hover, .share a:visited
{
	overflow: hidden;
	text-decoration: none;
	color: White;
}

.share-btn-container
{
	text-align: center;
}

.share .fa
{
	color: White;
}

.share .facebook, .share .twitter, .share .google
{
	display: inline-block;
	padding: 6px 1.6em 6px 1.6em;
	width: 32%;
	text-transform: uppercase;
	border-radius: 3px;
	letter-spacing: 0.02em;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.pinterest-button
{
	z-index: 100;
	position: absolute;
	padding: 5px;
	top: 15px;
	right: 15px; /* background-color: #ffffff; 	border-radius: 4px; */
}

.share-text, .share-text a, .share-text a:hover, .share-text a:focus
{
	padding: 4px 5px 4px 5px;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.02em;
	float: right;
}

.share-icon
{
	width: 20px;
	float: left;
	text-align: center;
}

.share .facebook
{
	background-color: #39599f;
	left: 0;
}

.share .facebook:hover
{
	background-color: #2e4881;
}

.share .twitter
{
	background-color: #45b0e3;
}

.share .twitter:hover
{
	background-color: #22a1de;
}

.share .google
{
	background-color: #b83600;
}

.share .google:hover
{
	background-color: #9f2f00;
}

/*------------------------------------------------------------------------------------------------|| Details Column ||---*/

.details-container
{

	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}

.details .details-container.short /*---|| Details Column / Short Toggle ||---*/
{
	max-height: 575px;
	overflow: hidden;
	padding: 0px 0px 6px 0px;
}

.details .details-container.full /*---|| Details Column / Full Height Toggle ||---*/
{
}

.details
{
	font-family: "roboto"; /* position: absolute; */
	max-width: 360px;
	position: relative;
}

.details .details-inner
{
	margin: 0 0 0;
	box-shadow: 0px 0px 4px #a9ae94 inset;
	top: 0px;
	left: 0px; /* z-index: 50; */
	background-color: #f5f6f1;
	padding: 0px 0px 0px 0px;
}

.details .subhead
{
	display: none;
	background-color: #565656;
	color: white;
	font-weight: 300;
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
	padding: 0.8em;
	letter-spacing: 0.02em;
}

.details p
{
	letter-spacing: 0.02em;
	line-height: 128%;
}

.details p a
{
	color: #1f7db5;
}

.details p a:hover
{
	color: #239ae1;
}

.details ul
{
	padding: 0.8em 0;
}

.details li
{
	font-size: 0.8em;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 1em;
	line-height: 140%;
	color: #1f7db5;
	margin-left: 1.3em;
}

.details li span
{
	color: #565656;
}

.details .more-details
{
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.details .more-details span
{
	padding-left: 1.5em;
	font-size: 0.85em;
}

.details .more-details:hover
{
	color: #239ae1;
}

/*----------------------------------------------------------------------------------------|| Footer ||---*/

.footer
{
	overflow: hidden;
	background-color: #f5f6f1;
	padding: 1.5em 0;
}

.footer .col
{
	float: left;
	width: 15.94828%;
	text-align: right;
	margin-bottom: 1.5em;
}

.footer .col:first-child /* Bolded Column Header */
{
	text-align: left;
	font-size: 1.2em;
	float: left;
}

.footer .col + .col
{
	margin-left: 0.86207%;
}

.footer h1
{
	font-size: 0.7em;
	padding: 1em;
	line-height: 1.4;
	clear: both;
}

.footer h1 a
{
	color: #1f7db5;
}

.footer h1 a:hover
{
	color: #239ae1;
}

.list
{
	font-size: 0.85em;
}

.list li:first-child a
{
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
	font-size: 15px;
	font-weight: 500;
	color: #428bca;
}

.list li
{
	margin-bottom: 0.6em;
}

.list li a
{
	color: #565656;
	padding: 0.8em;
}

.list li a:hover
{
	color: #3276b1;
}

/*--------------------------------------------------------------------------------|| Topads Container and Headings ||---*/

.topad-cards
{
	background-color: #f5f6f1;
	box-shadow: 0px 0px 4px #a9ae94 inset;
	border-top: 15px solid #565656;
	overflow: hidden;
	margin: 1em 0.5em 0.5em 0;
	width: 100%;
	position: relative;
}

.topad-cards .subhead
{
	color: #428bca;
	font-weight: 400;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.5em 0 0 0;
	margin: 0 0 0 0.5em;
	letter-spacing: 0.02em;
	text-align: left;
}

/*--------------------------------------------------------------------------------|| Media Query Debug ||---*/

.responsiveness
{
	
}






















.topad-featured-title
{
	/* this is the serif set */
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
}


.topad-related-title
{
	/* this is the serif set */
	font-family: 'PT Serif' , 'Andada' , "Times New Roman" , serif;
}

	/* resolution specific topads */

	.topad-featured
	{
		float: left;
		width: 39%;
		margin: 0px 0px 10px 10px;
		vertical-align: top;
	}
	.topad-related
	{
		float: left;
		min-width: 59%;
		margin: 0px 0px 10px 0px;
		vertical-align: top;
	}
	.topads
	{
	}
	.topad-card
	{
		display: inline-block;
		margin: 5px 0px 1px 12px;
	}
	.topad-card-img
	{
		height: 100px;
		overflow: hidden;
	}
	.topad-featured .topad-card-img
	{
		height: 100px;
		overflow: hidden;
	}
	img.featured-image
	{
		top: 0;
		width: 198px;
	}
	img.related-image
	{
		top: 0;
		width: 198px;
	}
	.topad-card-desc, .topad-card-desc a:link, .topad-card-desc a:hover, .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		height: 40px;
		width: 198px;
		overflow: hidden;
	}
	.fa-gear
	{
		display: none;
	}
	.manage-my-ads
	{
		display: block;
	}































/* ------------------------------------------ Media Query Maximums ------------------------------------------ */

@media (max-width: 1200px)
{
	
	
	
	
	.search-categories
	{
		width: 220px;
		font-family: "roboto";
	}

	
	
	.fa-gear
	{
		display: none;
	}
	
	
	.create-ad
	{
		display: inline-block;
		/* width: 72%; */
		
	}
	
	.login-links-details
	{
		margin-top: 0;
		text-align: right;
		padding: 0px 0px 0px 0px;
		display: inline-block;
	}

	/*--------------------------------------------------------------------------------------------|| Tools -md ---*/
	
	.tools-alerts-setup
	{
		margin: 13px 7px 0px 20px;
		display: inline-block;
		font-size: 12px;
	}

	.tools-alerts-manage
	{
		margin: 13px 7px 0px 0px;
		display: inline-block;
		font-size: 12px;
	}
	.tools-clips
	{
		margin: 13px 7px 0px 0px;
		display: inline-block;
		font-size: 12px;
	}
	.tools-print
	{
		margin: 13px 7px 0px 0px;
		display: inline-block;
		font-size: 12px;
	}

	.tools-drop /* Ads per Page */
	{
		margin: 0px 7px 0px 20px;
		display: inline-block;
	}
	
	/*--------------------------------------------------------------------------------------------|| Filters -md ---*/

	.filters-photos
	{
		margin-left: 10px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}
	.filters-video
	{
		margin-left: 5px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}
	.filters-today
	{
		margin-left: 5px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}
	.filters-last7
	{
		margin-left: 5px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}
	.filters-apply
	{
		margin-left: 5px;
		margin-top: 5px;
		display: inline-block;
		vertical-align: top;
	}



	.cards
	{
		padding-left: 14px;
	}

	.login-links-search
	{
		padding: 7px 0px 0px 0px;
	}

	

	#lbSignIn
	{
		margin-right: 8px;
	}

	.abuse, a.abuse:link, a.abuse:visited
	{
	}

	.slides, a.slides:link, a.slides:visited
	{
		margin-left: 40%;
	}

	/* resolution specific topads */

	.topad-featured
	{
		float: left;
		width: 40%;
		vertical-align: top;
	}
	.topad-related
	{
		float: left;
		width: 60%;
		vertical-align: top;
	}
	.topads
	{
		text-align: center;
	}
	.topad-card
	{
		display: inline-block;
		margin: 5px 1.1% 1px 1.1%;
	}
	.topad-card-img
	{
		height: 100px;
		overflow: hidden;
	}
	.topad-featured .topad-card-img
	{
		height: 100px;
		overflow: hidden;
	}
	img.featured-image
	{
		top: 0;
		width: 160px;
	}
	img.related-image
	{
		top: 0;
		width: 160px;
	}
	.topad-card-desc, .topad-card-desc a:link, .topad-card-desc a:hover, .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		height: 40px;
		width: 160px;
		overflow: hidden;
	}
}

@media (max-width: 992px) /* -sm */
{
	.search-categories
	{
		width: 170px;
		font-family: "roboto";
	}

	
	
	
	
	
	
	.create-ad
	{
		/* width: 88%; */
	}
	
	.login-links-details
	{
		margin-top: 0;
		text-align: right;
		padding: 0px 0px 0px 0px;
		display: inline-block;
		width: 40px;
	}
	
	
	
	
	
	
	.fa-gear
	{
		display: block;
	}

	.manage-my-ads
	{
		display: none;
	}
	
	.logo-brand
	{
		display: block;
		width: 200px;
		margin: 10px 0px 0px 0px;
		background: url(Images/oacom-logo-sm.png) no-repeat right top;
	}
	
	.details
	{
		position: relative;
	}

	.form-group
	{
		width: 100%;
	}

	.navbar-right > li
	{
		width: 340px;
	}

	.search-widget
	{
		display: block;
		position: relative;
		right: 0;
		padding: 0px 0px 0px 0px;
	}

	.search-input
	{
		width: 230px;
		display: inline-block;
		float: left;
	}

	.search-button
	{
		width: 70px;
		display: inline-block;
		float: right;
	}

	/*--------------------------------------------------------------------------------------------|| Filters -sm ---*/

	.tools-alerts-setup
	{
		margin: 11px 6% 0px 50px;
		display: inline-block;
		font-size: 14px;
	}

	.filters-inner
	{
		margin-left: 0px;
	}

	.tools-alerts-manage
	{
		margin: 11px 6% 0px 0px;
		display: inline-block;
		font-size: 14px;
	}
	.tools-clips
	{
		margin: 11px 6% 0px 0px;
		display: inline-block;
		font-size: 14px;
	}
	.tools-print
	{
		margin: 11px 50px 0px 0px;
		display: inline-block;
		font-size: 14px;
	}

	.tools-drop /* Ads per Page */
	{
		margin: 2x auto 0px 20px;
		display: inline-block;
	}

	/*--------------------------------------------------------------------------------------------|| Filters -sm ---*/

	.filters-photos
	{
		margin: 11px 5% 0px 50px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.filters-video
	{
		margin: 11px 5% 0px 0px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.filters-today
	{
		margin: 11px 5% 0px 0px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.filters-last7
	{
		margin: 11px 5% 0px 0px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.filters-apply
	{
		margin: 5px 0px 0px 0px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}

	.login-links-search
	{
		width: 54%;
		text-align: right;
		padding: 7px 0px 0px 0px;
	}



	.cards
	{
		padding-left: 16px;
	}

	.login-links
	{
		width: 100%;
		text-align: right;
		padding: 0px 0px 0px 0px;
	}

	#lbSignIn
	{
		margin-right: 8px;
	}
	
	.share
	{
		float: right;
		width: 15%;
	}
	.abuse
	{
		margin-right: 0px;
	}
	.details
	{
		width: 80%;
	}
	.share .facebook, .share .twitter, .share .google
	{
		padding: 6px 0px 6px 0px;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.detail-container
	{
		width: 100%;
	}
	.detail-btn-container
	{
		text-align: right;
	}
	.detail-btn
	{
		width: 100%;
		padding: 2px 7px 4px 7px;
		margin: 0 0 8px 0;
	}
	.detail-btn-text
	{
		display: none;
	}
	h1
	{
		font-size: 2.1em;
	}

	/* resolution specific topads */

	.topad-featured
	{
		min-width: 100%;
	}
	.topad-related
	{
		margin: 0 0 10px 0;
		min-width: 100%;
	}
	.topads
	{
		width: 99%;
		margin: 0 auto;
		text-align: center;
	}
	.topad-card
	{
		display: inline-block;
		margin: 5px 1.1% 0px 1.1%;
	}
	.topad-card-img
	{
		height: 100px;
		overflow: hidden;
	}
	.topad-featured .topad-card-img
	{
		height: 120px;
		overflow: hidden;
	}
	img.featured-image
	{
		top: 0;
		width: 300px;
	}

	img.related-image
	{
		top: 0;
		width: 180px;
	}
	.topad-featured .topad-card-desc, .topad-featured .topad-card-desc a:link, .topad-featured .topad-card-desc a:hover, .topad-featured .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		bottom: 0;
		height: 40px;
		width: 300px;
		vertical-align: bottom;
	}

	.topad-related .topad-card-desc, .topad-related .topad-card-desc a:link, .topad-related .topad-card-desc a:hover, .topad-related .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		bottom: 0;
		height: 40px;
		width: 180px;
		vertical-align: bottom;
	}
}

@media (max-width: 768px) /* -xs */
{
	
	.create-ad
	{
		width: 90%;
	}
	
	.breadcrumbs .crumb
	{
		font-size: 20px;
		}
	
	.login-links-details
	{
		padding: 0px 10px 0px 0px;
	}
	
	
	#pnlNotLoggedIn 
	{
		height:10px;
		
		}
	.fa-gear
	{
		font-size: 27px;
		display: block;
	}
	
	.manage-my-ads
	{
		display: none;
	}

	.logo-brand
	{
		display: block;
		width: 200px;
		margin: 10px 0px 0px 0px; /* text-indent: -9999em; */
		background: url(Images/oacom-logo-sm.png) no-repeat right top;
	}

	.cnbThumb
	{
		width: 79%;
	}

	.site-links
	{
		margin: 0px 0px 6px 0px;
		border-bottom: 1px solid #ffffff;
	}

	.ad-top > li
	{
		width: 100%;
	}

	.navbar-right > li
	{
		width: 100%;
	}

	.search-widget
	{
		display: block;
		position: relative;
		right: 0;
		padding: 8px 0px 0px 0px;
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.search-input
	{
		width: 350px;
		display: inline-block;
		float: left;
	}

	.search-button
	{
		width: 80px;
		display: inline-block;
		float: right;
	}

	.modal-dialog
	{
		width: auto;
	}
	.btn
	{
		/* padding: 4px 4px 4px 4px; */
		font-size: 12px;
	}

	.postnow
	{
		padding: 1px 0px 0px 0px;
		font-size: 12px;
	}

	.search-widget
	{
		width: 470px;
		display: block;
		position: relative;
		margin: auto;
		padding: 0px 0px 3px 0px;
	}
	.search-input
	{
		width: 400px;
		display: inline-block;
		float: left;
	}
	.search-button
	{
		width: 66px;
		display: inline-block;
		float: right;
		font-size: 13px;
	}

	.login-links-search
	{
		max-width: 70%;
		text-align: right;
		padding: 7px 0px 0px 0px;
		font-size: 12px;
	}

	.cards
	{
		padding-left: 16px;
	}

	.slides
	{
		color: #b10b0a;
		margin-left: 0%;
		float: left;
	}

	.slides:link, .slides:visited, .slides:hover
	{
		margin-left: 0%;
		float: left;
		color: #ea1c1b;
	}

	/* resolution specific topads */

	.topad-featured
	{
	}
	.topad-related
	{
		width: 100%;
	}
	.topads
	{
		width: 99%;
		margin: 0 auto;
		text-align: center;
	}
	.topad-card
	{
		display: inline-block;
		margin: 5px 1.1% 0px 1.1%;
	}
	.topad-card-img
	{
		height: 105px;
		overflow: hidden;
	}
	img.featured-image
	{
		top: 0;
		width: 320px;
	}
	img.related-image
	{
		top: 0;
		width: 180px;
	}
	.topad-featured .topad-card-desc, .topad-featured .topad-card-desc a:link, .topad-featured .topad-card-desc a:hover, .topad-featured .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		bottom: 0;
		height: 40px;
		width: 320px;
		vertical-align: bottom;
		font-size: 13px;
	}
	.topad-related .topad-card-desc, .topad-related .topad-card-desc a:link, .topad-related .topad-card-desc a:hover, .topad-related .topad-card-desc a:visited
	{
		text-decoration: none;
		text-align: left;
		bottom: 0;
		height: 40px;
		width: 180px;
		vertical-align: bottom;
		font-size: 13px;
	}
	h1
	{
		font-size: 1.6em;
	}
}

@media (max-width: 480px) /* -custom */
{
	.fa-gear
	{
		display: block;
	}
	.manage-my-ads
	{
		display: none;
	}
	.logo-brand
	{
		display: block;
		width: 150px;
		margin: 10px 0px 0px 0px; /* text-indent: -9999em; */
		background: url(Images/oacom-logo-xs.png) no-repeat right top;
	}
}

@media (max-width: 320px) /* -custom */
{
.fa-gear
	{
		display: block;
	}
	.manage-my-ads
	{
		display: none;
	}
	.logo-brand
	{
		display: block;
		width: 150px;
		margin: 10px 0px 0px 0px; /* text-indent: -9999em; */
		background: url(Images/oacom-logo-xs.png) no-repeat right top;
	}
}

.eCommerce
{
	text-align:left;
	padding-left:10px;
}

.eCommerce td	
{
	padding: 3px 0 5px 3px;
}
#lblECommHeader
{
	font-size: 16px;
	padding: 5px 0 5px 10px;
	font-weight: bold; 	
}
#lblMessage
{
	color: Red;
}
#divMessage
{
	padding-left: 10px;
}

#pnlECommerce
{
	margin: 3px;
    box-shadow: 0px 0px 4px #a9ae94 inset;
    top: 0px;
    left: 0px;
    background-color: #f5f6f1;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; 
    width:600px;  
}
#pnlECommerce .button
{
	background-color: #428bca;
	color: White;
	margin-left: 10px;
}

#pnlECommerce a:link ,A:visited, A:active
{
	color: #4b6999;
}

.TableContentDataField
{
	width:550px;  
}

#pnlExistingOffers
{
	margin: 3px;
    box-shadow: 0px 0px 4px #a9ae94 inset;
    top: 0px;
    left: 0px;
    background-color: #f5f6f1;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; 
    width:600px;  
}
#spnExistingOffers
{
	font-size: 16px;
	padding: 5px 0 5px 10px;
	font-weight: bold; 	
}
