@import url(/public_html/media/system/css/system.css);
@import url(/public_html/templates/the_classifieds/fonts/fonts.css);

/* ----[ LINKS ]----*/

/* all menu links */
#s5_nav a, #subMenusContainer a{
	text-decoration:none;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#s5_nav a{
	margin:0;	
}

#subMenusContainer ul li {
	padding:0px;
	margin:0px;
	margin: 0 0 8px;
}

/* Just sub menu links */
#subMenusContainer a, #s5_nav li li a{
	text-align:left;
	font-size:0.9em;
	width:auto;
	white-space: pre;
	color: #FFFFFF;
}



#subMenusContainer a:after, #s5_nav li li a:after {
content:"\a";
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/


/* All ULs and OLs */
#nav, #s5_nav ul, #s5_nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#s5_nav ol, #s5_nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	left:0;
}

#subMenusContainer img {
	margin-right:8px;
	}

#s5_nav img {
	margin-top:2px;
	cursor:pointer;
	margin-left: 10px;
    margin-right: 10px;
	}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.s5_sub_wrap, .s5_sub_wrap_lower, .s5_sub_wrap_rtl, .s5_sub_wrap_lower_rtl { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding-right:6px;
	padding-bottom:6px;
}

.mainParentBtn a {
	display:block;
	background:url(/public_html/templates/the_classifieds/images/icons.png) no-repeat right -339px;
	padding-right:24px;
}

.active.mainParentBtn a {
    background: url(/public_html/templates/the_classifieds/images/icons.png) no-repeat scroll right -408px rgba(0, 0, 0, 0);}
	

.subParentBtn .S5_submenu_item a {
	background:url(/public_html/templates/the_classifieds/images/icons.png) no-repeat right -183px;
	display:block;
}

#subMenusContainer div.s5_sub_wrap ul, #subMenusContainer div.s5_sub_wrap_rtl ul {
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); 
	border-top:none;
	background:#FFFFFF;
	padding-bottom:3px;
}

#subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul {
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); 
	background:#464646;
}

#subMenusContainer div.s5_sub_wrap ul ul, #subMenusContainer div.s5_sub_wrap_lower ul ul, #subMenusContainer div.s5_sub_wrap_rtl ul ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul ul {
	padding:0px;
	margin:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
	border:none;
	padding-bottom:10px;
	padding-top:8px;
}

#subMenusContainer li.subParentBtn, #subMenusContainer li.subMenuBtn {
	padding:8px;
	clear:both;
	padding-top:0px;
	padding-bottom:0px;
	min-width:200px;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#s5_nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	height:53px;
	padding-right:0px;
	padding-top:14px;
	padding-bottom:0px;
	border-top:4px transparent solid;
	-webkit-box-shadow:1px 0px 0px 0px rgba(255, 255, 255, 0.07); 
	box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.07);
	-moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.07);
	overflow:hidden;
}

#s5_nav li:last-child {
	-webkit-box-shadow:none; 
	box-shadow: none;
	-moz-box-shadow: none;}


#s5_nav li a {
	color:#ffffff;
	font-size:1.0em;
	}
	
#s5_nav li .s5_level1_span2 a {
	padding-left:14px;
	padding-right:14px;
}

#s5_nav li.mainParentBtn .s5_level1_span2 {
	padding-right:16px;
}

#s5_nav li.mainParentBtn .s5_level1_span2 a {
	padding-right:27px;
}

.S5_parent_subtext {
	display:block;
	clear:both;
	color:#cdcdcd;
	font-size:0.7em;
	margin-left:14px;
	cursor:pointer;
	margin-top: -7px;
}

#s5_nav li .s5_level1_span1 {
background:none;
height:32px;
display:block;
}

#s5_nav li .s5_level1_span2 {
background:none;
height:32px;
display:block;
padding-top:6px;
}

#s5_nav li.active .s5_level1_span1, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span1, #s5_nav li:hover .s5_level1_span1 {
height:32px;
display:block;
}

#s5_nav li.active .s5_level1_span2, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span2, #s5_nav li:hover .s5_level1_span2  {
height:32px;
display:block;
padding-top:6px;
}

#subMenusContainer .moduletable {
padding:8px;
}

#subMenusContainer .moduletable h3 {
margin-bottom:8px;
}

.S5_submenu_item {
	padding:8px;
	display:block;
}

.S5_submenu_item:hover a {
	
}

.S5_grouped_child_item .S5_submenu_item {
	padding:6px;
	border:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
}

#subMenusContainer li{
	list-style: none;
}


#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#s5_nav li li{	float:none; }

#s5_nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#s5_nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#s5_nav li ul ul { margin: -1em 0 0 -1000em; }
#s5_nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#s5_nav li:hover ul{	margin-left: 0; }
#s5_nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#s5_nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#s5_nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#s5_nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#s5_nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#s5_nav li:hover a:focus{ margin-left: 0; }
#s5_nav li li:hover a:focus + ul { margin-left: 10em; }


span.menu_subtext {
	display:block;
	font-weight:normal;
	line-height:10px;
}

.S5_subtext {
font-size:0.8em;
padding-top:2px;
cursor:pointer;
color:#ffffff;
-moz-opacity: .4 !important;
-khtml-opacity: .4 !important;
filter:alpha(opacity=40) !important;
opacity:.4 !important;
}

.S5_grouped_child_item .S5_subtext {
padding-left:20px;
font-size:0.9em;
}

span.menu_title{
	line-height:12px;
	text-align:center;
}


div.has_description{
	height:auto;
}

div.S5_grouped_child_item span{
	font-size:1em;
}

div.S5_grouped_child_item {
	padding-top:4px;
	padding-bottom:4px;
}

div.S5_grouped_child_item span span.S5_submenu_item a{
	padding:0px;
	padding-left:12px;
	color:#333333;
}

#subMenusContainer a, #s5_nav li li a {outline:none;}



#s5_nav li.active {
	background:#ffffff;}
	
	
#s5_nav li:hover, #s5_menu_wrap li.mainMenuParentBtnFocused {
	border-top:4px #ffffff solid;}


#s5_nav li.active a {
	color:#464646;}
	

#s5_nav {
    margin: 0 0 0 19px !important;}	
	
.S5_menu_module_group {
	line-height: 16px;
	color:#ffffff;}
	
#subMenusContainer ul ul {
	font-size: 0.9em;
    padding: 14px !important;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/public_html/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/public_html/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/public_html/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(/public_html/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/public_html/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(/public_html/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/public_html/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/public_html/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* LEFT AND RIGHT FIXED TABS */
.s5_lr_tab {
	background:url(/public_html/templates/the_classifieds/images/s5_lrtab.png) repeat-y scroll 5px 2px;
	cursor:pointer;
	position:fixed;
	padding-top:16px;
	padding-bottom:16px;
	width:35px;
	line-height:35px;
	z-index:3;}

.s5_lr_tab:hover {
	background:url(/public_html/templates/the_classifieds/images/s5_lrtab.png) repeat-y scroll -30px 2px;}

.s5_lr_tab_inner {
	font-size:12pt;
	font-weight:normal;
	width:35px;
	float:right;}

/* IE6 WARNING */
#s5_iepopouter {
	position:absolute;
	top:0px;
	z-index:998;
	background:#000000;
	width:100%;
	height:1200px;}

#s5_iepopinner {
	padding-top:34px;
	border:1px solid #ffffff;
	position:absolute;
	z-index:999;
	background:url(/public_html/templates/the_classifieds/vertex/iewarning/images/gradient.jpg) bottom repeat-x;
	width:345px;
	height:300px;
	left:50%;
	margin-left:-172px;
	top:200px;}
	
#s5_iepopwrap {
	cursor:pointer;margin-right:5px;margin-top:-19px;margin-bottom:0px;float:right;
	background:url(/public_html/templates/the_classifieds/vertex/iewarning/images/close.jpg) no-repeat;width:24px;height:24px;}

#s5_iepopwrap2 {
	margin-left:5px;margin-top:3px;
	margin-bottom:15px;float:left;
	background:url(/public_html/templates/the_classifieds/vertex/iewarning/images/ie.jpg) no-repeat;
	width:59px;height:57px;}
	
#s5_iepop_bigtitle {
	margin-top:6px;margin-bottom:15px;float:left;padding-left:5px;font-size:18px;color:#000000;}
	
#s5_iepop_upgrade {
	cursor:pointer;
	background: url(/public_html/templates/the_classifieds/vertex/iewarning/images/button.jpg) no-repeat;
	width:142px;height:34px;line-height:30px;}
	
#s5_iepop_maintext {
	margin-top:-10px;margin-left:20px;width:87%;color:#000000;margin-bottom:33px;}	


/* MAIN COLUMN WRAPS AND MODULE FLOAT */
#s5_columns_wrap {
	overflow:hidden;
	position:relative;
	width:100%;}

#s5_columns_wrap_inner {
	width:200%;}

#s5_center_column_wrap {
	float:left;
	left:50%;
	position:relative;
	width:50%;}

#s5_center_column_wrap_inner {
	left:-100%;
	overflow:hidden;
	min-height:1px;
	position:relative;}

#s5_left_column_wrap {
	float:left;
	left:-50%;
	position:relative;}

#s5_below_body_wrap {
	margin-top:14px;}

#s5_main_body_wrap {
	min-height:100%;
	width:100%;}

#s5_width_wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;}

.s5_wrap {
	margin:0 auto;}

.s5_float_left {
	float:left;}

/* FRONTEND ERROR MESSAGE */
.s5_frontenderrormsg {
	float: left;
    height: 48px;
    margin-top: -7px;
    width: 61px;
	background: url(/public_html/templates/the_classifieds/images/vertex/error.png) no-repeat;}
	
/* FOUR DIVS MODULES */
	
#s5_above_body .s5_fourdivs_2 {
padding-bottom:15px;
padding-right:15px;
}

#s5_below_body .s5_fourdivs_2 {
padding-top:15px;
padding-right:15px;
}

#s5_above_body, #s5_below_body {
margin-right:-15px;
}

.s5_fourdivs_title {
margin-bottom:8px;
}

/* DROP DOWN */

#s5_drop_down_container_inner {
padding-bottom:0px;
padding-right:24px;
padding-left:0px;
padding-top:30px;
}

#s5_drop_down_container {
display:none;
overflow:hidden;
}

#s5_drop_down_button {
cursor:pointer;
}

#s5_drop_down_inner .s5_fourdivs_1 {
padding-left:24px;
margin-bottom:40px;
}

#s5_drop_down_inner .s5_fourdivs_title {
margin-bottom:14px;
}

#s5_drop_down_container_inner {
z-index:1;
position:relative;
}

#s5_drop_down_button {
position:relative;
z-index:1;
}
*  {	margin: 0;	padding: 0; }

body  {
	color:#191919;
	background:#363636;
	font-size:1em;
	font-weight: 300;
	line-height:150%;}

body.contentpane, body.mceContentBody {	background:#FFFFFF;}

#s5_map_canvas img { max-width:none !important;}

a  {	text-decoration: none;cursor:pointer;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}	

fieldset a  {font-weight: bold; }

#member-registration legend {	font-size:1.7em;margin-bottom:20px;}

h1 {	font-size:1.7em;font-weight: 300;}

h2 {	font-size: 1.5em;font-weight: 300;}

h3 {	font-size:1.3em;font-weight:300;}

h4 {	font-size:1.1em;font-weight: normal;}

h5 {	font-size:0.9em;font-weight: normal;}

h3.s5_demo_h3 {
background:#F4F3F3;
font-size: 1.1em;
margin-bottom: 26px;
padding: 14px 25px;
}

#GM_form {
margin:0;}

/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {	border: none; }

.module_round_box_outer img {
line-height:100%;
display:inline-block;
}

.mosimage  {
	padding: 0;
	border:1px solid #333333;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

.mosimage_caption {
	background:#333333;
	border-top:1px solid #333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;}


/* FORM
----------------------------------------------------------- */
fieldset  {
	padding-top:5px;
	padding-bottom:5px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}

#cboxLoadedContent #modlgn-username, #cboxLoadedContent #modlgn-passwd, #cboxLoadedContent #username_vmlogin, #cboxLoadedContent #password_vmlogin {
    width:92%;}

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input {
	border:none;
	font-size: 0.9em;
    padding: 9px 12px 9px 12px !important;
	background:#ffffff;
	border-color: #BCBCBC #DADADA #E5E5E5;
    border-style: solid;
    border-width: 1px;}
	
#jform_contact_message {
	width:64%;}

.inputbox:hover, .registration input:hover, .login input:hover, .contact-form input:hover, #jform_contact_message:hover, input:hover, .inputbox:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	-webkit-box-shadow:0 2px 3px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1); 
	border-color: #ffffff;
	background:#ffffff;	}
	
select.inputbox {
	height: 43px;
	behavior:none;}

select option {
	padding:5px;}
	
	
select {
	 
    text-indent: 0.01px;
    text-overflow: '' ;
	outline:none !important;
	background-repeat:no-repeat !important; 
	background-position:right -468px !important;	}
	
label.invalid {
	color:#FF0000;}

label.invalid {
	color:red;}

.invalid {
	border-color:#FF0000;}

.invalid {
	border-color:red !important;}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;}

.tool-text {
	color:#000000;
	margin: 0;}

/* BUTTONS
----------------------------------------------------------- */

.button, button, a.readon, p.readmore a, p.readmore a.btn, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {
	padding:8px 17px;
	margin-top:14px;
	margin-bottom:0px;
	font-weight: 300;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	text-decoration: none; 
	font-size:1em;}
	

	
	p.readmore {
		margin-top:15px;}
	
	.item-separator {
		margin-bottom:50px;}

.button {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#ffffff;}
	
.btn-primary, .pager a {
color:#FFFFFF !important;
}

.btn-primary:hover, .pager a:hover {
color:#FFFFFF !important;
}
	
#submitCommentButton {
	margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
	padding-left:10px;
	padding-right:10px;}
	
#s5_loginreg ul {
list-style:none;
margin:0px;
}


/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	margin-right: 16px;
    margin-top: 23px;
	float:right;}

#fontControls a {
	color:#7c7c7c;}

.decreaseSize {
	font-size:12px;}

.increaseSize {
	font-size:19px;}

.resetSize {
	font-size:16px;
	margin-left:5px;
	margin-right:5px;}	
	
	
/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltopvar {
    bottom: 60px;
    height: 42px;
    position: fixed;
    right: 0;
    width: 42px;}

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}

.s5_scrolltop_fadeout {
	-moz-opacity: .0 ;
	-khtml-opacity: .0;
	filter:alpha(opacity=0);
	opacity:.0;}
	
.s5_scrolltotop  {
	height: 42px;
    width: 42px;
	display:block;
	position: fixed;
	cursor:pointer;
	background:transparent url(/public_html/templates/the_classifieds/images/icons.png) no-repeat;
	background-position:6px -231px;
	-moz-border-radius:3px 0px 0px 3px !important;
	-webkit-border-radius:3px 0px 0px 3px !important;
	border-radius:3px 0px 0px 3px !important;}	
	
	.s5_scrolltop_fadein {
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		filter:alpha(opacity=100) !important;
		opacity:1 !important;}
	
	a.s5_scrolltotop:hover {
		background-color:#000000 !important;}

	
	
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu a:hover {
text-decoration:none;}

#s5_bottom_menu_wrap ul.menu li {
padding-right:7px;
padding-left:7px;
font-size:1.1em;
font-weight:bold;
float:left;}

#s5_bottom_menu_wrap {
padding-top:10px;
margin-left: 5px;}




/* COLUMN MENU
----------------------------------------------------------- */

#s5_center_area1 .module_round_box ul.menu a {
	padding:24px;
	padding-bottom:6px;
	padding-top:6px;
	display:block;
	color:#191919;}

.module_round_box ul.menu a:hover {
	text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
	text-decoration:underline;}

.module_round_box ul.menu ul a {
	background:none;
	padding:6px;
	padding-left:10px;
	border-bottom: none;
	display:block;}

.module_round_box ul.menu ul ul a {
	font-size:8pt;
	padding:3px;
	padding-left:20px;
	border-bottom: none;
	display:block;
	font-weight:normal;}

.module_round_box ul.menu #current ul span {
	font-weight:normal;}

.module_round_box ul.menu li {
	padding:0px;}

.module_round_box ul.menu li ul li {
	margin-left:24px;}


#s5_center_area1 .module_round_box_outer ul.menu a, #s5_center_area1 .module_round_box_outer .separator {
	display:block;
	font-size:1.0em;
	padding:5px 0px;}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
	text-decoration:none;
	color:#000000;}

#s5_center_area1 .module_round_box_outer ul.menu ul a:hover {
	text-decoration:none;}

#s5_center_area1 .module_round_box_outer ul.menu ul a {
	background:none;
	padding:0 6px 0px 10px;
	border-bottom: none;
	display:block;}

#s5_center_area1 .module_round_box_outer ul.menu ul ul a {
	border-bottom: medium none;
    display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 23px;
    padding: 0 3px 0 19px;}

#s5_center_area1 .module_round_box_outer ul.menu #current ul span {
	font-weight:normal;}

#s5_center_area1 .module_round_box_outer ul.menu li {
	margin-left:2px;
	padding:0px;
	margin-bottom:7px;}

#s5_center_area1 .module_round_box_outer ul.menu li a, #s5_center_area1 .module_round_box_outer .separator {}

#s5_center_area1 .module_round_box_outer ul.menu li li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }

#s5_center_area1 .module_round_box_outer ul.menu li ul li {
	margin-left:24px;}

#s5_center_area1 .module_round_box_outer .menu li img {
	margin-left: -6px;
	padding-right:12px;}
	
#s5_center_area1 .module_round_box_outer .separator .image-title {
	font-size:1.1em;}
	
#s5_center_area1 .module_round_box_outer .separator {
	display:block;
    margin-bottom:7px;
    margin-left:0px;
    margin-top:5px;}

#s5_center_area1 .module_round_box_outer ul.menu a {
	}
	
#s5_center_area1 .module_round_box_outer ul.menu ul {
	font-size:0.9em;
	margin-top:17px;}
	
	#s5_center_area1 ul.menu li ul li ul li span {
		line-height: 16px;
		padding: 0 !important;}

	
/* ACCORDION MENU
----------------------------------------------------------- */



#s5_accordion_menu ul li span {
color: #000000;
font-weight:300;}

#s5_accordion_menu h3.s5_am_toggler, #s5_accordion_menu h3.s5_am_toggler a.mainlevel  {
line-height:normal !important;
background:none !important;
font-weight:300;
}

#s5_accordion_menu h3.s5_am_toggler {
border:none !important;
}

#s5_accordion_menu h3.s5_am_open a.mainlevel {
color:#ffffff !important;
}

#s5_accordion_menu h3.s5_am_open:hover a.mainlevel {
color:#292929 !important;
}

div.s5_accordion_menu_element li li{
padding-left:4px !important;}

div.s5_accordion_menu_element li li li{
padding-left:12px !important;}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
padding-top:6px !important;
padding-bottom:6px !important;
padding-left:7px !important;
border-bottom:none !important;
font-size:.9em !important;
display:block !important;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
color:#000000 !important;}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
background:none !important;
padding-left:10px !important;
padding-right:6px !important;
font-size:0.85em !important;
border:none !important;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
padding-top:4px !important;
padding-bottom:4px !important;}


#current ul.s5_am_innermenu a.mainlevel {
color:#292929 !important;
}


h3 span.s5_accordion_menu_left {
display:block !important;
padding:8px 18px 6px 28px !important;}

.s5_am_inner_li span.s5_accordion_menu_left {
padding:0px !important;}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none !important;}

#s5_accordion_menu ul li {
padding:0px !important;
padding-bottom:0px !important;
padding-top:0px !important;}

#s5_accordion_menu {
margin:6px 0px 0 !important;}

#s5_accordion_menu div {
width:100% !important;}

.s5_am_innermenu img {
display:none !important;
}

#s5_accordion_menu h3 {
padding:0px !important;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
color:#292929 !important;
margin:0px !important;
position:relative !important;
width:100% !important;
display:block !important;
font-size:1.0em !important;
height:38px !important;
margin-bottom:7px !important;}

#s5_accordion_menu h3:hover {
background: #000000 !important;
color:#ffffff !important;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;}

#s5_accordion_menu h3:hover a {
color:#ffffff !important;}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
cursor: pointer !important;
background:url(/public_html/templates/the_classifieds/images/s5_acc_r_parent.png) no-repeat right -27px !important;
padding-right:24px !important;
position:relative !important;}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
background:url(/public_html/templates/the_classifieds/images/s5_acc_r_parent_hover.png) no-repeat right -27px !important;
}

#s5_accordion_menu h3.s5_am_open:hover span, #s5_accordion_menu h3.s5_am_open:hover a{
	color:#ffffff;}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
background:url(/public_html/templates/the_classifieds/images/s5_acc_r_parent_hover.png) no-repeat right -27px !important;}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
background:url(/public_html/templates/the_classifieds/images/s5_acc_r_parent_hover.png) no-repeat right -27px !important;}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
cursor:pointer !important;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px !important;
padding:0px !important;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {	
width:auto !important;
border:none !important;
padding:0px !important;
color: #292929;
margin:0px !important;}

#s5_accordion_menu h3.s5_am_toggler:hover a.mainlevel {
	color:#ffffff;
	text-decoration:none;}

div.s5_accordion_menu_element li {	list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;}

div.s5_accordion_menu_element {
width:auto !important;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none !important;}

ul.s5_am_innermenu {
padding-top:0px !important;
padding-bottom:8px !important;
padding-left:11px !important;
padding-right:8px !important;
margin-bottom:0px !important;
margin-left:20px !important;
margin-top:0px !important;}

ul.s5_am_innermenu a:hover {
color:#000000 !important;
text-decoration:underline !important;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;}

#s5_accordion_menu h3.s5_am_parent {
padding-right:0px !important;}



#s5_accordion_menu h3 span img {
    padding-top: 2px;
	margin-left: -6px;}
	
	
/* BODY ELEMENTS
----------------------------------------------------------- */
#s5_logo {
    float: left;
    height: 67px;
    margin-left: 0;
	cursor: pointer;
    margin-top: 25px;
	margin-bottom: 6px;
	margin-left: -5px;
    width: 252px;}
	
#s5_logo_module {
    float: left;
    height: 67px;
    margin-left: -5px;
	cursor: pointer;
    margin-top: 25px;
	margin-bottom: 6px;
    width: 252px;}
	
	#s5_menu_wrap {
		height: 71px;
		background:#464646;}
		
	
#s5_login, #s5_register  {
	margin-top: 29px;
	margin-left: 18px;
    padding: 8px 15px 8px 40px;
	cursor:pointer;
	float:right;
	font-size:.9em;
	color:#ffffff;
	background-color:#333333;
	background-image:url(/public_html/templates/the_classifieds/images/icons.png);
	background-position:6px 6px;
	background-repeat:no-repeat;}
	
	 #s5_register {
		padding: 8px 15px 8px 15px;
		background-image:none;}
	
#s5_headertop {
	color:#ffffff;
	position: absolute;
    top: 0;
	width:100%;
	overflow:hidden;
    z-index: 1;}
	
	#s5_headertop_inner {
		margin: auto !important;
		position: relative !important;}
	

	
	#s5_headertop_inner2 h1 {
		font-weight: 300;
		font-size:2.2em;
		line-height:46px;}
	
	
#s5_pos_custom_IACF {	
	width:100%;
	position:relative;}
	
#s5_totalwrap {
	margin-right:0px;}
		
	#s5_headertop_inner2 #s5_totalwrap {
		}
	
.s5_boldhighlight {
	font-weight:bold;}
	
strong {
	font-weight:bold;}
	
	
#s5_search_wrap {
	margin-right: 0px;
    margin-top: 38px;
	float:right;}
	
	#s5_search_wrap li {
		color:#ffffff;
		float:left;}
		
		#s5_search_wrap li a {
			font-size: .9em;
			padding-left: 10px;
			padding-right: 10px;
			border-right:1px solid #ffffff;
			color:#ffffff;}
			
			#s5_search_wrap li a:hover {
				text-decoration:none;}
			
			#s5_search_wrap li:last-child a {
				border-right:none !important;}
				
				
#s5_custom3 {
	padding-bottom: 1px;
	background:#ffffff;}
				
#s5_bottom_row2_area1, #s5_bottom_row2_area1 h3, #s5_bottom_row2_area1 .module_round_box .s5_h3_first, #s5_below_columns_wrap1, #s5_below_columns_wrap1 h3, #s5_below_columns_wrap1 .module_round_box .s5_h3_first,  #s5_below_columns_wrap1 .module_round_box-center .s5_h3_first {
	color:#ffffff;direction:rtl;}
		
#s5_bottom_row3_area1 {
	color:#9e9e9e;}		
		
#s5_bottom_row3_area1 h3, #s5_bottom_row3_area1 .module_round_box .s5_h3_first{
	color:#ffffff;}
	
	#s5_bottom_row3_area1 .module_round_box h3 {
		font-size:1.4em;}
		
	#s5_bottom_row3_area1 input.inputbox {
		padding-bottom: 12px !important;
		padding-top: 12px !important;
		background:#242424;
		color:#5c5c5c;
		border:none;}
		
		
	/* COLUMN MENU for Bottom Row3 */
	
	#s5_bottom_row3_area2 .latestnews li, #s5_bottom_row3_area2 .mostread li, #s5_bottom_row3_area2 .sections li {
		background: none;
		border-bottom: none;
		padding: 0px 0;}
	
	#s5_bottom_row3_area2 .module_round_box ul.menu a, #s5_bottom_row3_area2 .module_round_box ul.latestnews a, #s5_bottom_row3_area2 .module_round_box ul.mostread a {
		background: none;
		font-size: 0.9em;
		border-bottom: none;
		color: #a2a2a2;
		display: block;
		padding: 2px 0px;}

	#s5_bottom_row3_area2 .module_round_box ul.menu a:hover, #s5_bottom_row3_area2 .module_round_box ul.latestnews a:hover, #s5_bottom_row3_area2 .module_round_box ul.mostread a:hover {	
		text-decoration:none;}	
		
		
		
#s5_footer {
	font-size:.9em;
	float:right;}
		
#s5_footer, #s5_footer a {
	color:#878686;}
	
	#s5_footer a:hover {
		text-decoration:none;}
	
	#s5_bottom_menu_wrap ul li {
		float:left;}
		
		#s5_bottom_menu_wrap ul li a {	
			font-size: 0.8em;
			font-weight: 300;
			color:#605f5f;}
			
			
	#s5_footer_area_inner {
		padding-top:30px;
		padding-bottom:50px;}
		
	#s5_breadcrumb_wrap {
		margin-left: 12px;
		font-size:.9em;
		color:#888888;}
			
		#s5_breadcrumb_wrap a {
			color:#ffffff;}
			
			
#s5_socialicons {
	margin-right: -4px;
    margin-top: -48px;
	float:right;}
	
	
			
	#s5_rss {
		float:left;
		height:39px;
		width:36px;
		margin-left:2px;
		margin-bottom:5px;
		padding-right: 4px;
		cursor:pointer;
		background:url(/public_html/templates/the_classifieds/images/s5_socialicons.png) -47px 0px no-repeat;}	
		
		#s5_rss:hover {
			background-position: -47px -43px;}	
		
	#s5_google {
		float:left;
		height:39px;
		width:36px;
		margin-left:0px;
		margin-bottom:5px;
		padding-right: 4px;
		cursor:pointer;
		background:url(/public_html/templates/the_classifieds/images/s5_socialicons.png) -166px 0px no-repeat;}	
		
		#s5_google:hover {
			background-position: -166px -43px;}

	#s5_vimeo {
		float:left;
		height:39px;
		width:36px;
		margin-left:2px;
		margin-bottom:5px;
		padding-right: 4px;
		cursor:pointer;
		background:url(/public_html/templates/the_classifieds/images/s5_socialicons.png) -7px 0px no-repeat;}	

		#s5_vimeo:hover {
			background-position: -7px -43px}
		

	#s5_twitter {
		float:left;
		height:39px;
		width:36px;
		margin-left:0px;
		margin-bottom:5px;
		padding-right: 4px;
		cursor:pointer;
		background:url(/public_html/templates/the_classifieds/images/s5_socialicons.png) -126px 0px no-repeat;}		
		
		#s5_twitter:hover {
			background-position: -126px -43px}
		
		
	#s5_fb {
		float:left;
		height:39px;
		width:36px;
		margin-left:5px;
		margin-bottom:5px;
		padding-right: 4px;
		cursor:pointer;
		background:url(/public_html/templates/the_classifieds/images/s5_socialicons.png) -86px 0px no-repeat;}		

		#s5_fb:hover {
			background-position: -86px -43px}
			


			
.article-info dd {
    background:none;
    color: #b9b9b9 !important;
    display: inline-block;
    font-weight: 300;
	font-size: 0.8em;
    margin-bottom: 0;
    padding: 0 8px 0 0;}	

.jicons-icons {
    display: none;
}

.contact-form input {
    margin-bottom: 15px;
}	
	
.article-info {
    margin-bottom: 9px;
    margin-top: 0px;}	
			
.article-info-term {
	display:none;}
			
.item h2, .item-page h2, .items-leading h2{
	margin-bottom:11px;}
	
.item h2, .item h2 a, .item-page h2, .item-page h2 a, .items-leading h2 a{	
	color:#292929;}
	
.item h2, .item h2 a, .item-page h2, .item-page h2 a, .items-leading h2 a, legend	{
	font-weight: 300;}
	

.form-actions a.btn {
	border:none;
	padding: 12px 18px !important;
	color:#ffffff !important;}
	
li.pagenav-prev a:hover, li.pagenav-next a:hover {
	text-decoration:none;}
			
		

		
/* GLOBAL CSS
----------------------------------------------------------- */
	
.s5_pricetable_column.recommended, .s5_pricetable_column, .s5_buttoncenter .button, .button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, #middle_content .s5_imagerot_wrap img, #s5_login, #s5_register, #s5_bottom_menu_wrap ul.menu a, #s5_footer a, .s5_scrolltotop, .jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail, #s5_bottom_row3_area2 .module_round_box ul.menu a, .s5_va_active span.s5_va_h3_inner_span, .s5_va_inactive span.s5_va_h3_inner_span, #s5_top_menu ul li a, a, .s5_rowselector, .S5_menu_module_group img, input#mod-search-searchword, .s5_scrolltotop, .jdGallery a.left, .jdGallery a.right, #s5_scrolltopvar, #s5_top_menu_wrap li a, #s5_is_leftarrow, #s5_is_rightarrow, .S5_parent_subtext, .S5_submenu_item, .S5_subtext, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, .s5_scrolltop_fadeout, .s5_scrolltop_fadein, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open , .btn-primary:hover, .btn-primary, #searchForm .btn-toolbar .btn, #cboxLoadedContent input, .module_round_box-search_wrap, .moduletable-search_wrap, .pager a, .form-actions a.btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	}

	
#s5_search_wrap li a {
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;}
	
	
.button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, #middle_content .s5_imagerot_wrap img, #s5_login, #s5_register, #s5_bottom_menu_wrap ul.menu a, #s5_footer a, .s5_scrolltotop, .jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail, #s5_bottom_row3_area2 .module_round_box ul.menu a, .s5_va_active span.s5_va_h3_inner_span, .s5_va_inactive span.s5_va_h3_inner_span, #s5_top_menu ul li a, a, .s5_rowselector, .S5_menu_module_group img, input#mod-search-searchword, .s5_scrolltotop, .jdGallery a.left, .jdGallery a.right, #s5_scrolltopvar, #s5_top_menu_wrap li a, #s5_is_leftarrow, #s5_is_rightarrow, .S5_parent_subtext, .S5_submenu_item, .S5_subtext, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, .s5_scrolltop_fadeout, .s5_scrolltop_fadein,  .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle,.btn-primary:hover, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, #searchForm .btn-toolbar .btn, #cboxLoadedContent input, #s5_nav li:hover, #s5_nav li, button, button:hover, .letter_div_m a:hover, .letter_div_m a, #items_imageleft, #items_imageright, p.readmore a.btn, .pager a, .form-actions a.btn {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;}



	
/* MODULE STYLES
----------------------------------------------------------- */


#s5_above_body, #s5_below_body {
	margin-right:-12px;}

#s5_above_body .moduletable {
	margin-bottom:20px;

	padding-right:12px;}

#s5_below_body .moduletable {
	margin-top:20px;
	padding-right:12px;}

.module_round_box h3 {
	margin-bottom:40px;
	font-size: 1.8em;
	margin-top:0px;
	font-weight: 300;
	color:#3d3d3d;}

.module_round_box {
	margin-bottom: 60px;}
	
.module_round_box .s5_h3_first {
	font-weight:bold;
	color:#3d3d3d;	}

.module_round_box {
	text-shadow:none;}
	
	.module_round_box a {
		color:#000000;}
	
.module_round_box_inner {
	padding:0px;}
	
.module_round_box_outer	h3 {
	margin-bottom:40px;}
	
	
.module_round_box_outer .custom {
	font-size:.9em;}
	
	
	
	
/*  -center 
-----------------------	*/
	
.module_round_box-center h3 {
	text-align:center;
	margin-bottom:40px;}	
	
.module_round_box-center {
	margin-bottom: 60px;}	
	
.module_round_box-center .s5_h3_first {
	font-weight:bold;
	color:#3d3d3d;	}

	
.module_round_box-center h3 {
	margin-bottom:40px;
	font-size: 1.8em;
	margin-top:0px;
	font-weight: 300;
	color:#3d3d3d;}	
	
	
	
	
/*  -no_bottom_margin
-----------------------	*/	

.module_round_box-no_bottom_margin {
	margin-bottom:0px;}
	
.module_round_box-no_bottom_margin .s5_h3_first {
	font-weight:bold;}		



/*  -border
-----------------------	*/	

.module_round_box-border {
	padding:25px;
	margin-bottom:40px;
	border: 1px solid #E5E5E5;}
	
	.module_round_box-border a {
		color:#000000;}
		
.module_round_box-border .s5_h3_first {
	font-weight:bold;}		
		
		
/*  -gray
-----------------------	*/	

.module_round_box-gray {
	padding:25px;
	margin-bottom:40px;
	background:#3d3d3d;
	color:#ffffff;
	border: 1px solid #3d3d3d;}
	
	.module_round_box-gray a {
		color:#ffffff;}
	
.module_round_box-gray .s5_h3_first {
	font-weight:bold;}		
		
		
/*  -highlight
-----------------------	*/	

.module_round_box-highlight {
	padding:25px;
	margin-bottom:40px;
	background:#3d3d3d;
	color:#ffffff;
	border: 1px solid #3d3d3d;}
	
	.module_round_box-highlight a {
		color:#ffffff;}
		
.module_round_box-highlight .s5_h3_first {
	font-weight:bold;}			
	
	
/*  -highlight2
-----------------------	*/	

.module_round_box-highlight2 {
	padding:25px;
	margin-bottom:40px;
	background:#3d3d3d;
	color:#ffffff;
	border: 1px solid #3d3d3d;}
	
	.module_round_box-highlight2 a {
		color:#ffffff;}

.module_round_box-highlight2 .s5_h3_first {
	font-weight:bold;}	
		
		
		
		
	
/*  -search_wrap
-----------------------	*/			
		
.module_round_box-search_wrap, .moduletable-search_wrap {
	margin-top: 65px;
	padding-left: 10px;
	margin-left: 10px;
    margin-right: 10px;
	padding-bottom: 1px;
    padding-top: 2px;
	border:1px solid rgba(255, 255, 255, .2);
	background:transparent url(/public_html/templates/the_classifieds/images/search_back.png) repeat;}
		
	.moduletable-search_wrap input.button {
		float:right;}
		
	.moduletable-search_wrap .jm_searchposelement {
		float:left;}
		
	.module_round_box-search_wrap input, .moduletable-search_wrap input, .module_round_box-search_wrap select, .moduletable-search_wrap select {
		color:#878787;
		line-height: 13px !important;
		font-size: 1em;
		font-weight: 300;
		border:none;}
		
	.module_round_box-search_wrap input.button, .moduletable-search_wrap input.button {
		background-image: url(/public_html/templates/the_classifieds/images/icons.png);
		background-repeat:no-repeat;
		background-position: 6px -54px;
		height: 42px;
		font-size: 0.9em !important;
		padding-left:36px !important;}
	
	
	.moduletable-search_wrap .button, .moduletable-search_wrap .button {
		color:#ffffff;}

	
	
/* SPACING AND ALIGNMENT
----------------------------------------------------------- */	

.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
    margin-left: 18px;
    margin-right: 18px;}	
	
#s5_top_row1_area2, #s5_top_row2_area1, #s5_top_row3_area1,  #s5_bottom_row1_area2, #s5_center_area1,  #s5_bottom_row2_area2, #s5_bottom_row1_area2, #s5_bottom_row3_area2, #s5_below_columns_wrap1, #s5_middle_bottom_wrap {
	padding-top:70px;}		
	
#s5_center_area2 {
	padding-bottom:50px;}			
	
	
/* Pagination 
----------------------------------------------------------- */	





/* S5 IMAGE AND CONTENT FADER
----------------------------------------------------------- */		
		
		
.jdGallery .slideInfoZone {
	background:none !important;
	bottom: 45px !important;
	margin-left: 66px !important;
	width:auto !important;}


.jdGallery .slideElement {
    background-size: 102% auto !important;}	


.jdGallery a.left {
	right: 57px !important;
	height: 33px !important;
	width: 32px !important;
	-moz-opacity: .4 !important;
	-khtml-opacity: .4 !important;
	filter:alpha(opacity=40) !important;
	opacity:.4 !important;
	top: auto !important;
	bottom:15px !important;
	left: auto !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
    background:#000000 url(/public_html/templates/the_classifieds/images/icons.png) no-repeat scroll  1px -117px !important;
}	

.jdGallery a.left:hover {	
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;}
	
	
.carouselWrapper .thumbnail {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}

.carouselWrapper .thumbnail.active {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}
	
	
.jdGallery a.right {
	right: 16px !important;
	height: 33px !important;
	width: 32px !important;
	-moz-opacity: .4 !important;
	-khtml-opacity: .4 !important;
	filter:alpha(opacity=40) !important;
	opacity:.4 !important;
	top: auto !important;
	bottom:15px !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
    background:#000000 url(/public_html/templates/the_classifieds/images/icons.png) no-repeat scroll 2px -177px !important;
}	

.jdGallery a.right:hover {	
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;}	

	
.jdGallery a.right, .jdGallery a.left {
    z-index: 3 !important;}
	
.jdGallery a.carouselBtn, .jdGallery .carousel .label, .jdExtCarousel .label {
	display:none !important;}

.jdGallery div.carouselContainer {	
	top: auto !important;
	bottom:-72px !important;}
	
.jdGallery .carousel {
	background:none !important;}
	
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
	float: left !important;
    left: 50% !important;
    margin: auto !important;
    position: relative !important;
	width: auto !important;}
	
	
	.carouselInner .thumbnail {
	float: left !important;
    position: relative !important;
    right: 50% !important;}
	
	
.jdGallery div.carouselContainer {	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1 !important;}
	
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	background:transparent !important;
	border: 1px solid #ffffff;
	margin-left: 6px !important;
	height: 5px !important;
    width: 5px !important; 
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1 !important;}	
	
.jdGallery .carousel .carouselInner .active {
	background:#ffffff !important;
	border: 1px solid #ffffff;}
	
.jdGallery .slideInfoZone p, .jdGallery .slideInfoZone h2 {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4) !important;	}

	
.jdGallery .carousel .thumbnail.active {
	margin-top:-2px !important;
	width:9px !important;
	height:9px !important;}


.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
    padding-top: 4px !important;}
	
#myGallery, #myGallerySet, #flickrGallery {
	background:#ffffff !important;}
	
	
.jdGallery .loadingElement {
	background-color:#ffffff !important;
	background-image: url(/public_html/templates/the_classifieds/images/loading-bar-black.gif) !important;}
	
.jdGallery .slideInfoZone {
    height: auto !important;}
	
	
.jdGallery .slideInfoZone h2 {
	background: transparent;
    display: table;
	text-align:center;
    font-size: 2.6em !important;
    font-weight: normal !important;
    left: 0 !important;
    line-height: 48px !important;
    margin: 11px auto !important;
    padding: 10px 19px !important;
    position: relative;}
	
.jdGallery .slideInfoZone {
	display: table !important;
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px !important;
    right: 0 !important;
	top:38% !important;
	margin-left: -20px !important;
    width: inherit !important;}
	
.jdGallery .slideInfoZone p {	
	text-shadow: none !important;
	padding: 0 16px !important;
	display:table;
	line-height: 42px;
	left: 0 !important;
	right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-top:14px !important;
	font-size: 1.6em !important; }
	
	
.carouselContainer .carousel .active {
	left:auto !important;}
	
	

	
	
/* S5 TAB SHOW
----------------------------------------------------------- */

#s5_button_wrap0 {
margin:0px !important;
border:none !important;
}

#s5_tabshow_left {
-webkit-box-shadow: none !important; 
box-shadow: none !important; 
-moz-box-shadow: none !important; 
padding-bottom:0px !important;
float:left;
}

#s5_button_frame ul li a {
font-size:1em !important;
padding-left:18px !important;
padding-right:18px !important;
padding-top:7px !important;
padding-bottom:7px !important;
}

.s5_ts_active {
-webkit-box-shadow: none !important; 
box-shadow: none !important; 
-moz-box-shadow: none !important; 
filter:none !important;
}

.s5_ts_not_active a {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

#s5_button_frame ul li {
padding:0px !important;
}

.s5_ts_not_active, .s5_ts_active, #s5_button_frame {
border-right:none !important;
height:15px !important;
}

.s5_ts_not_active a {
background:#878686 !important;
}

#s5_button_content .moduletable {
padding:0px !important;
padding-right:15px !important;
}

#s5_button_content li {
line-height:inherit !important;
}

#s5_button_frame ul li {
text-indent:500px;
overflow:hidden !important;
margin-left:7px;
}

#s5_button_frame ul li a {
padding:0px !important;
}

#s5_button_frame {
margin-top:-44px;
float:right;
position:relative;
margin-right:0px;
}

.module_round_box #s5_button_frame {
margin-top:-44px;
margin-right:0px;
}

#s5_tabshow_left {
background:none !important;
}
	
.s5_ts_active a {	
	height:10px !important;
	width:10px !important;
	-moz-border-radius:2px !important;
	-webkit-border-radius:2px !important;
	border-radius:2px !important;
	background:#333333;}
	
.s5_ts_not_active a {
	-moz-border-radius:2px !important;
	-webkit-border-radius:2px !important;
	border-radius:2px !important;
	height:5px !important;
	width:5px !important;
	margin-top: 2px;
	background:#ffffff !important;
	border: 1px solid #333333;}
	
	
.s5_button_item {
	color:#ffffff;
	background:#333333;}
	
	.s5_button_item_inner {
		padding:15px;}
	
#s5_button_content .moduletable h1 {
    font-size: 1.8em !important;
    font-weight: 200 !important;
    margin-bottom: 12px !important;
    padding-top: 11px !important;	}
	
	
	
/* S5 BOX
----------------------------------------------------------- */	

#cboxOverlay {	
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.9) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
	
	
#s5box_login, #s5box_register{
	 padding: 20px !important;
	background:transparent !important;}
	
	.s5_regfloatleft {
		width: 100% !important;}
	
#cboxContent, #cboxContent h3, #cboxContent a, #cboxContent h3 .s5_h3_first, #cboxContent p label, #cboxLoadedContent label, form#member-registration{
	font-weight:300;
	color:#333333;}
	
#cboxContent .button{
	cursor:pointer;}	

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight{
	background:none!important;}
	
	
#cboxLoadedContent .s5_mod_h3_outer {
	margin-top:19px;}
	

#cboxContent {
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1); }	

#form-login-username, #form-login-password {
	font-size:1.1em;}	
	
#cboxClose {
    background:url(/public_html/templates/the_classifieds/images/s5boxclose.png) no-repeat scroll left top transparent !important;
	top:47px !important;
    cursor:pointer !important;
    float:right !important;
    height:30px !important;
    margin:-30px 4px -7px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    right:7px !important;
    text-indent:500px !important;
    width:30px !important;}
	
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
display:none !important;
}	
	
	
#cboxLoadedContent label  {
	display: block;
	font-size: 0.7em !important;
	color:#737373;
    margin-bottom: 7px;}
	
#cboxLoadedContent #form-login-remember label {
	display:inline;
	margin-right: 5px;}
	
#cboxLoadedContent .button, #s5box_register_inner .button, #cboxLoadedContent button, #s5box_register_inner button {
	margin-bottom:1px;
	font-size: .9em;
	font-weight: 300;
	color:#FFFFFF;
	width: 100%;
    margin-top: 12px;}
	
#member-registration input {
	margin-bottom:4px;}
	
#cboxLoadedContent .module_round_box_outer, #s5box_register .module_round_box_outer {
		padding-bottom:0px !important;}

#cboxLoadedContent .s5_module_box_2 {
	padding: 5px 5px 15px;}
	
#cboxLoadedContent .module_round_box_outer {
	margin-bottom:10px;
	margin-top:10px;}
	
	
#cboxLoadedContent input {
	color:#333333;
	font-weight: 300;
	padding-bottom: 8px;
    padding-left: 14px;
	padding-right:14px;
    padding-top: 8px;}
	
	#cboxLoadedContent .button {
		width:100%;	}
	
	
.s5_regfloatleft {
	margin-right:15px;}
	
	
	
div.likeboxwrap iframe {
    margin: -1px;}
	
.likeboxwrap iframe {
height:358px !important;
width:252px !important;
}
		

#cboxLoadedContent {
	margin-bottom:0px !important;}
		
.s5_module_box_2 form {
	font-size:1.1em;}
	

#cboxMiddleRight, #cboxTopRight {
	width:50px !important;}
	
#cboxTopCenter {
	height:50px !important;}	
	
#cboxLoadedContent .module_round_box h3 {
	font-size:1.5em;
	margin-bottom: 25px;
    margin-top: -10px;	}
	
#colorbox, #cboxOverlay, #cboxWrapper	{
	overflow:hidden !important;}	
				
	
#cboxLoadedContent #login-form ul li{
	font-size:.8em;}
	
#cboxLoadedContent h3.s5_mod_h3 {
	font-size:1.7em;}
	
.control-group {
    margin-bottom: 15px;}	
	
	
/* S5 SEARCH
----------------------------------------------------------- */	
	
#s5_search_wrap label	{
	display:none;}
	
#s5_search_wrap .search-search {
	margin-top:-8px;}
	
	#s5_search_wrap input {
		margin-left:10px;
		border:none;}
	
	#s5_search_wrap .button-search {
		cursor:pointer;
		color:#ffffff;}
	
	
	

/* MULTIBOX
----------------------------------------------------------- */	
		
.MultiBoxContainer {
	background:none !important;
	border:none !important;}
		
.MultiBoxControls {
    background:transparent !important;
	font-size:1.2em !important;
	color:#ffffff !important;}	
	
.MultiBoxDescription {
	top:-6px;
	font-size:0.7em !important;}

.MultiBoxClose {
	right:-34px !important;
    top:-34px !important;}
	
.MultiBoxContent {
	-webkit-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.9); }

.MultiBoxTitle {
	font-weight:normal !important;
	font-size:0.8em !important;}

.MultiBoxControlsContainer {
     margin-top:13px;}
  
.MultiBoxPrevious, .MultiBoxNext {
    height: 29px !important;
    width: 29px !important;}
  
.MultiBoxTitle {
    margin: 7px 0 0 41px !important;}

.MultiBoxDescription {
	font-weight: 300 !important;
    margin-left: 41px !important;}
	
.MultiBoxNumber {
    margin: 8px 40px 0 0 !important;}
	
#OverlayContainer {
	Position:fixed !important;	}		
	

	
/* JOOMANAGER
----------------------------------------------------------- */	
		
.component_name {
    padding-left: 0;}	
		
input.jm_inputfield {
	margin-right:10px;}
	
.jm_searchposelement {
    width: 27%;	}

.jm_searchposelement {
    padding-bottom: 0;}

.jm_searchposelement input {
	height: 24px;}
	
.category_container .category_parent	{
	background:transparent url(/public_html/templates/the_classifieds/images/joomanager_folder.png) no-repeat 1px 1px;
	line-height: 19px;
    margin-bottom: 18px;
    padding-left: 28px;
    padding-top: 0;}
	
	.category_container a.viewall {
		-moz-border-radius:0px 3px 3px 0px !important;
		-webkit-border-radius:0px 3px 3px 0px !important;
		border-radius:0px 3px 3px 0px !important;
		float:right;}
		
	.category_container .letter_div_m a {
		margin-top:0px;}
		
	.category_container .letter_div_r {
		padding-right:0px;
		padding-left:0px;}
		
	.letter_div_m, .letter_div_r, .letter_div_l {
		background:none;}
		
	.letter_div_m a {
        height: 38px;}

	.category_parent a {
		
		font-weight:normal;}
		
	div.letter_div {
		height: auto;
		line-height: 38px;
		padding-top:0px;}
		
	.letter_div_m a:hover {
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;}
		
	.letter_div_m a {
        padding-left: 2px;
		padding-right: 2px;	}
		
	.letter_div_m a.viewall {
		padding-left: 17px;
		padding-right: 17px;}
		
	.letter_div_m a:hover, .letter_div_m a{
		border:none;}
		
	.letter_div_m {
        padding-left: 13px;}
		
	div.category_child {
		margin-bottom: 30px;}
					
			
.component_name h3 {
	font-size:1.7em;
	margin-bottom:30px;}
	
ul.jm_category_li {
	margin-left:-9px;}
			
ul.jm_category_li li {	
	margin-bottom: 6px;
	list-style:none;}
	
ul.jm_category_li li a {
	color:#7a7878;}
	
	ul.jm_category_li li a:hover {
		padding-left:5px;}
				
.category_container .component_desc {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;}

.ratingblock {
    margin-bottom: -10px;
    padding-bottom: 0;
	border:none;}
	
.item_first_view a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	border:none;
	padding: 7px 12px;
	color:#ffffff;	}
	

.jm_detailadditem, .jm_detailmyprofile, .jm_editbutton {
	font-size: 0.9em;
    padding: 8px 17px;}


/* Category Page */		
	
.item_container .category_front_image, .item_container .category_image {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;}
	
	.category_image {
	border:none;}
	
	.category_list1 {
		padding:22px;
		background:#ffffff;
		margin-bottom: 20px;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 1px solid #DFDFDF;}
		

	.jm_breadcrumb {
		margin-bottom: 15px;}
		
	.category_list1 {
		margin-left: 0;
		margin-right: 18px;	}
	
	
/* Item List Page */	
	
	.item_list1 {
		padding:22px;
		background:#ffffff;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 1px solid #DFDFDF;	}
		
	.item_container h3 { 
		margin-bottom:10px;}
		
	.item_list1 {
		margin-left:0px;
		margin-right:0px;}
	
	
/* Item Detail Page */

	.items_details2 {
		margin: 0;}

	.items_images2 {
		overflow: hidden;
		width: 266px; }
	
	.items_details2 {
		margin: 20px 0 0;}	
		
	.jm_breadcrumb_inner {
		margin-left: 0 !important;
		margin-right: 0 !important;}
		
	.jm_breadcrumb {
        padding: 0 0 9px !important;}
		
	.custom {
		font-weight: 300;}	
		
	.item_container .custom {
		font-weight: 500;}		
		
	.custom, .custom_value {
		line-height: auto;}	
		
	.custom, .custom_value {
		line-height: 24px;}
		
	#jm_rightheight, .details_item_wrap {
		background:#ffffff;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 1px solid #DFDFDF;}
		
	#jm_rightheight hr {
		background:transparent !important;}
		
	#jm_rightheight .custom {
		margin-bottom:10px;}
		
	
	.jmitem_padding_cf {
		padding: 0 17px 23px;}
		
	
	.items_name2 h3 {
		font-size: 1.7em;
		font-weight: 300;}
		
	
	#items_imageleft {
		background: url(/public_html/templates/the_classifieds/images/icons.png) no-repeat scroll -1px -102px !important;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 0px solid #FFFFFF;}
	
	#items_imageright {
		background: url(/public_html/templates/the_classifieds/images/icons.png) no-repeat scroll -1px -162px !important;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 0px solid #FFFFFF;}
	
	
	
	.jmitem_padding {
		padding: 3px 12px 16px;}
	
	.jmitem_padding input, .jmitem_padding textarea {
		margin-left:14px;}

	.category_child .totalnumitems_0 {
		color:#cccccc;}
		
	.category_child .totalnumitems {
		color:#333333;}	
		
	.category_child .totalnumitems, .category_child .totalnumitems_0 {
		font-size: 0.9em;}
		
	.category_image1 {
		border: medium none;}
		
	#verification_code{
		margin-top: 9px;
		padding:10px !important;}	
		
	.jm_verifcationcode {
		margin-left:10px;}
	
	
		
/* Featured module edits */
		
.jm_featuredoutter_in {
    padding: 0;}		
	
	.jm_featuredoutter_in div a.featured_itemtitle {
		color: #FFFFFF;
		font-size: 0.9em;
		margin-left: 20px;
		padding: 4px 9px;
		position: relative;
		top: 69px;}
					
	.jmfeaturedhide {
		display: block;}
		
	.jm_featuredoutter:hover, .jm_featuredoutter{
		background: none;
		border: none;	}		
		
	.jmfeaturedhide a img {
		display:none;}
		
		.jmfeaturedhide a {
			font-size:1.4em;}
			
	.jmfeaturedhide a {
		background:#333333;
		padding: 8px 8px 7px 13px;
		color:#ffffff;}
		
	.jmfeaturedhide a:hover {
		text-decoration:none;}   
		
	.jm_featuredoutter {
		clear:both;
		margin-bottom: 20px;}
		
	.jmfeaturedouterdiv {
		margin-top: -22px;}
		
	.jm_viewdetails	{
		padding-top:20px !important;}
		
		
/* Browse module edits */	

	.jmbrowserouterdiv  {
		margin-top: -22px;}

	.jm_browseoutter {
		padding:0px;}
	
	.jm_browseoutter, .jm_browseoutter:hover {
		border:none;}
		
	.jm_browseoutter a.browse_itemtitle {
		color: #FFFFFF;
		font-size: 0.9em;
		margin-left: 20px;
		padding: 4px 9px;
		position: relative;
		top: 69px;	}	
	
	.jmbrowsehide {
		display: block;}
		
	.jm_browseoutter:hover {	
		background:none;
		border:none;}
		
	.jmbrowsehide img {	
		display:none;}
		
	.jmbrowsehide a:hover {
		text-decoration:none;}
		
	.jmbrowsehide a {
		font-size: 1.4em;}	
		
	.jmbrowsehide a {
		background: none repeat scroll 0 0 #333333;
		color: #FFFFFF;
		padding: 8px 8px 7px 13px;}	
		
	.jmbrowsehide	{
		padding-top:20px !important;}	
	

/* Search module edits */	
	
.jm_searchposelement select.inputbox {
	height: 43px !important;	}
	
	.jm_searchposelement input {
		text-transform:lowercase !important;}
	
/* Joomanager Breadcrumbs */
			
	.letter_div, .jm_breadcrumb_inner  {
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		color:#ffffff;
		background:#3a3a3a;}
		
		.letter_div a, .jm_breadcrumb a{
			color:#ffffff;}
			
	.jm_breadcrumb {	
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		background:none;
		padding:0px 0 9px 6px;}
					
	.jm_breadcrumb_inner {
		 margin-left: 3px;
		margin-right: 13px;
		padding: 6px 14px;}
		


/* Joomanager Logged In pages */

.item_container h1, h1.jm_addedititems {
	font-size: 1.7em;
    font-weight: 300;
    padding-bottom: 17px;}
	
	select#category_level {
		height:auto;}
		
	table.admintable td.key, table.admintable td.paramlist_key {
		font-size: 0.9em;
		font-weight: normal;
		padding: 7px 16px 9px 20px;
		width: 141px;}	
						
	.jmads_row_top, .mylistigtitlecontainer {
		font-size: 0.8em;}

	.jmads_row, .mylistigrowcontainer {
		font-size: 0.8em;}

	.renewprice {
		width: 12%;}		
	
	.listingvalue .inputbox{
		padding:5px !important;}	
			
	.jmads_row_top, .mylistigtitlecontainer {
		margin-top: 25px;}
			
	.jmads_row, .mylistigrowcontainer {
		background:#ffffff;
		-webkit-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 2px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05); 
		border: 1px solid #DFDFDF;}	
		
	.jm_containerpadding select {
		border: 1px solid #DFDFDF;
		margin-top:3px;
		padding: 10px 2px 2px;}	
		
	.titlecell {
        font-weight: normal;}
		
	.jm_containerpadding select {
		background-position: right -470px !important;}
		
	.mylistigtitlecontainer, .mylistigrowcontainer {
		height: 52px;}
		
	.jm_containerpadding input {
		margin-top: 3px;
		padding:13px !important;}
		
	.titlecellright {
		font-weight: normal;}
		
	.status {
		width: 9%;}

	.action {
		width: 5%;}	
	
	.name {
		width: 20%;}	

#verification_code {
    margin-bottom: 17px !important;}
	
	

	
/* BOOTSTRAP OVERRIDES
----------------------------------------------------------- */	
				
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input	{
	margin-bottom:0px  !important;}
/* JOOMLA STYLE
--------------------------------------------------------- */

.article_column {
float:left;}

legend {
border:none;
}

.row-separator{
	display: block;
	margin-bottom:10px;
	clear:both;
	height: 15px; }
	
.article-info {
	margin-bottom:15px;}

.article_column .contentpaneopen {
	padding-right:15px;}

.buttonheading {
	float:right;
	padding-right:5px;}

.contentpane ul li {
	text-align:left;}

.sectiontableheader  {
	text-align:left;
	font-weight:bold;
	padding:5px; }
legend.sectiontableheader {
	background:none;
	}
	
.sectiontableheader  th {
	padding-left:8px;
	padding-right:8px;
	}
	
.sectiontableentry1, .sectiontableentry2 {
	padding-bottom:5px;}	

.artnumber {
	float:left;
	text-align:left;
	width:25px;}
	
.arttitle {
	float:left;}

.artauthor {
	float:right;}
	
.arthits {	
	float:right;
	padding-left:10px;}
	
.artcreated {
	float:right;}	
	
.contentheading {
	padding-left: 0px;
    padding-bottom: 12px;}
	
.createdate  {
    padding-bottom:11px;
	font-size:0.9em;
	padding-top:0px;
	line-height: 10px;
	font-weight: bold; }	
	
.componentheading  {
	font-size:1.5em;
	line-height:23px;
	padding-bottom: 17px;
	padding-top:14px;
	font-weight:normal; }

.contentheading  {
	font-size:1.5em;
	float:left;
	font-weight:normal;
	line-height:normal; }

a.contentpagetitle  {
	text-decoration: none!important;
	font-size:1.2em;
}

.modifydate {
	margin-top:20px;
	font-size:0.9em;
	clear:both;
	}

.mosimage  {
	padding: 0;
	border:1px solid #CCCCCC;
	background:#ffffff;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

	
.mosimage_caption {
	background:#EFEFEF none repeat scroll 0%;
	border-top:1px solid #CCCCCC;
	color:#666666;
	margin-top:2px;
	padding:1px 2px;}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar  {
	padding:7px 2px; }

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a  {
	text-decoration: none; }

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus  {
	text-decoration: none; }

.pagenavbar  {
	padding-left: 14px; }

.pagenavcounter  {
	padding: 8px 14px 0 14px; }


.small  {
	font-size:0.9em; }

.smalldark  {
	text-align: left; }

div.syndicate div  {
	text-align: center; }

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td  {
	background: none; }	
	

/* Poll Styling */

.poll label {
margin-bottom:5px;
display:block;
text-align:left;
}

table.poll  {
padding: 0;
width: 100%;
border-collapse: collapse; }

table.pollstableborder  {
padding: 0;
width: 100%;
border: none;
}

table.pollstableborder .sectiontableentry2, table.pollstableborder .sectiontableentry1 {
float:left;
}

table.pollstableborder img  {
vertical-align: baseline; }

table.pollstableborder td  {
padding: 2px!important; }

.pollstableborder {
margin-top:10px;
margin-bottom:10px;
}

table.pollstableborder td {
background:none;
}

/* Joomla Style */

td {
padding-bottom:0px;
padding-top:0px;
}


table.searchintro  {
padding: 10px 0;
width: 80%; }

tr.sectiontableentry1 td  {
padding: 2px; }

tr.sectiontableentry2 td  {
padding: 2px; }

div.syndicate div  {
text-align: center; }

a.readon:hover, a.readon:active, a.readon:focus  {	
text-decoration:underline; }

.back_button {
height:37px;
padding-top:26px; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active  {
margin: -2px 0;
display: block;
font-weight:bold;
height:37px;
text-decoration: none!important; }

.sectiontableheader {
line-height:29px;
padding:0pt 10px;
}

.sectiontableentry1 {
font-size:9pt;
padding:7px;
background:#ECECEC;
}

.sectiontableentry2 {
font-size:9pt;
padding:7px;
}



.latestnews li, .mostread li, .sections li{
padding:24px;
padding-bottom:6px;
padding-top:6px;
border-bottom:1px dotted #D3D3D3;
background:url(/public_html/templates/the_classifieds/images/system/arrow.png) no-repeat center left;
}


	
/* END JOOMLA STYLE
--------------------------------------------------------- */	


/* System Messages */

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(/public_html/templates/system/images/notice-info.png) 4px center no-repeat;margin-left: 4px;
    margin-top: 13px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(/public_html/templates/system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(/public_html/templates/system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

		
		

/* JOOMLA 2.5 ADD ONS
--------------------------------------------------------- */			
		
		
.blog-featured h1, .item-page h1 {
	color: #000000;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 25px;
    padding-top: 0;
    text-transform: uppercase;}
.subheading-category{
	font-size:.9em;text-transform:uppercase; }

.contact h3{ margin-bottom: 20px;    margin-top: 15px;;}
.jicons-icons {float:left;padding-right: 7px;}
#jform_contact_emailmsg {width:256px;}
address {padding-top:4px;padding-bottom:4px;}

div.category-desc {padding-bottom: 20px; padding-top: 13px;}

th {
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

td.num {
    text-align: left;
    vertical-align: top;
}
td.hits {
    text-align: center;
    vertical-align: top;
}
td p {
    line-height: 1.7em;
    margin: 0;
}
.filter {
    margin: 10px 0;
}
.display-limit, .filter {
    margin-right: 7px;
    text-align: right;
}
table, table td {
    border-collapse: collapse;
}
table.weblinks, table.category {
    margin: 10px 0 20px 0;
    width: 100%;
}
table.weblinks th, table.category th {
    font-size: 1em;
    font-weight: normal;
}
table.weblinks th:first-child, table.category th:first-child {
    border-left: medium none;
}
table th {
    background: #E9E9E9;
    padding: 6px 10px;
}



fieldset.filters {
    margin-top: 10px;}
	
	
/* ++++++++++++++  Joomla 3.0+ com_content  ++++++++++++++ */


ul.actions li {
float:none;
padding:0px;
}

.item-page .dropdown-toggle, .blog .dropdown-toggle, .item .dropdown-toggle {
background:#FFFFFF;
margin-top:-20px;
}

.article-info span {
display:none;
}

.page-header {
border:none;
margin:0px;
padding:0px;
margin-bottom:10px;
}

.item, .items-leading {
margin-bottom:26px !important;
}

p.readmore a.btn {
display: inline-block;
margin:0px;
font-size: inherit;
line-height: inherit;
*line-height: inherit;
text-align: left;
vertical-align: auto;
cursor: pointer;
text-shadow: none;
background:none;
filter: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-transform:none;
}
 
p.readmore a.btn span {
display:none;
}


	/* ++++++++++++++  Joomla 3.0+ breadcrumb  ++++++++++++++ */

	.moduletable .breadcrumb, .module_round_box_outer .breadcrumb {
	direction:rtl;
	padding:0px;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

 
ul.actions li {
float:left;
padding-left:0px;
width: 100%;
list-style:none;} 

li.pagenav-next,  li.pagenav-prev {
	list-style:none;}

li.pagenav-next a {
	float:right;
    margin:8px -4px 19px 0;
    padding: 9px 14px 7px 14px;
	background:  #000000;
}

li.pagenav-prev a {
	float:left;
    margin-bottom: 19px;
	margin-left: -12px;
    margin-top: 8px;
    padding: 9px 14px 7px 14px;
	background: #000000;
}

li.pagenav-prev a, li.pagenav-next a {color:#ffffff;}

.pagenav {
    margin-bottom: 19px;
    margin-left: 6px;
    margin-top: 35px;
    padding: 5px;
	text-align:center;}

.pagination ul li {
	list-style:none;
	float:left;}

.pagination ul {
	margin-left: -47px;}
	
ul.pager {
    margin-left: -5px !important;
    margin-right: -5px !important;
}	

.pathway_first {
	padding-right:8px;
	float:left;}

.pathway_middle {padding-right:8px;float:left;}

.contact-form label {display:block;}
	
.items-more ol { margin-left:5px; margin-top: 20px;}
		
.pagination {text-align:center;height: 60px;font-size: 0.9em;}

.pagination a, .pagination span {padding-left:3px;padding-right:3px;float:right;}

p.counter {margin-bottom: 12px;}

iframe {border:none;}

.login label {display:block;}

/* Calendar Fix */
div.calendar .button {margin-right: 0px; display:table-cell; float:none;}

.img-intro-left, .img-fulltext-left {
float:left;
}

.img-intro-right, .img-fulltext-right {
float:right;
}



ul.actions i {
display:none;
}

div.login, div.registration {
padding-bottom:10px;
margin-bottom:20px;
}

ul {
margin-left:18px;
}

.module_round_box_outer ul, .moduletable ul, #s5_nav {
margin:0px;
}

.calendar .button {
	color: #000000 !important;
	background:none !important;
    padding: 2px !important;}
	
	


/* J30 Specific
----------------------------------------------------------- */		

.ui-tooltip {
	color:#ffffff;
	background:#333333;}
	
	
	#colorbox .controls {clear:both;}
	
	
			
#mod-search-searchword, .nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;}
	
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-image:none !important;}	
	
.dropdown-menu {
	border:none !important;}
	
.contact .dl-horizontal dd {
    margin-left: 0;}

.contact input, .contact textarea, #jform_contact_emailmsg{
	width:50% !important;}

#jform_contact_email_copy {
    width: 16px !important;}	


#cboxLoadedContent button {
	margin-top:10px;}

.form-actions {	
	background:none;
	border:none;
	padding-left: 0 !important;}

.article-info-term {
	display:none;}
	
.dropdown-menu {
	border:none !important;}


#login-form [class^="icon-"], #login-form [class*=" icon-"], #login-form .icon-arrow-right:before {
	content:none;
	background:none !important;}
	
#login-form .input-prepend input {
	width:89% !important;}
	
#cboxLoadedContent #login-form .input-prepend input {
	margin-top: 10px;
    padding: 9px;}	
	
	
.item-page .dropdown-toggle, .blog .dropdown-toggle, .item .dropdown-toggle {
	border:none !important;}
	
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background:#000000 !important;}
	
.jicons-icons {
    display: none;}	
	
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, #searchForm .btn-toolbar .btn {	
	border:none !important;
	background:#000000;}
	
	
.btn-primary {
	font-size:1em;
	border:none !important;
	-webkit-box-shadow:none !important; 	
	-moz-box-shadow:none !important; 	
	box-shadow: none !important; 
	padding:12px 18px !important;}
	
hr {
	margin-bottom:0px;}
	

	
.items-more ol.nav li  {margin-left:-5px;}
.nav-tabs.nav-stacked > li > a {
	border:none !important;}
	
.nav-stacked a:hover {
	color:#ffffff !important;}
		


	
	
legend {border:none;}
	
	/* search page */
	
	.search h1.page-title {margin-bottom:40px;}
	.search #searchForm .btn-toolbar {margin-bottom:20px;}
	.chzn-container-single .chzn-single { border: 1px solid #E6E9E9;}	
	.searchintro {margin-bottom:15px;}
	.searchintro strong {font-weight:normal;}
	.label-info, .badge-info {background:#333333;font-weight: normal;}
	
	#searchForm .phrases legend, #searchForm .only legend {
		float: left;
		margin-right: 17px;
		 font-size: 1.1em;
		margin-top: -6px;
		width: auto;}
		
	#searchForm .phrases, #searchForm .only {
		padding: 20px 0 0;}
		
		#searchForm .phrases {
			margin-bottom: -18px;}
		#searchForm .only {	
			margin-bottom: 22px;}
	
	.chzn-container-single .chzn-single {
		-webkit-box-shadow:none !important; 	
		-moz-box-shadow:none !important; 	
		box-shadow: none !important; 
		-webkit-border-radius:0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		height: 32px;
		font-weight:normal;
		line-height: 31px;
		padding: 0 0 0 12px;
		background:#ffffff;}
		
		.chzn-container-active.chzn-with-drop .chzn-single {background:#ffffff;}			
		.chzn-container .chzn-drop {
			-webkit-border-radius:0px !important;
			-moz-border-radius: 0px !important;
			border-radius: 0px !important;}
		
		.chzn-container-single .chzn-single div b {background-position:0 7px;}
		.chzn-container .chzn-results li.active, .chzn-container .chzn-results li.highlighted {background:#000000;}
			
	.phrases-box, .ordering-box, .radio, .checkbox, .ordering-box .ordering, .ordering-box #ordering_chzn {float:left;}
	.controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 0;}
	.ordering-box .ordering { margin-right:8px;}
	#cboxLoadedContent .radio, #cboxLoadedContent .checkbox {margin-right:25px;line-height: 0;}	
	#cboxLoadedContent .control-group.checkbox {margin-bottom:6px !important;}
	
	#s5_component_wrap_inner #searchForm label {
		padding-right:10px;}
		
	.radio, .checkbox {
		font-weight: 300;}	
		

	.search .btn {
		margin-left: -21px !important;
		margin-top:0px !important;
		padding: 12px 12px 8px 13px;}	

	.nav-stacked a {
		background:none !important;}
		
		.nav-tabs > li > a, .nav-pills > li > a {
		   padding-left: 0 !important;}
		
	.well {
		padding:0px !important;
		border:none !important;
		-webkit-box-shadow:none !important; 	
		-moz-box-shadow:none !important; 	
		box-shadow: none !important; 
		background:none !important;}
/* TYPOGRAPHY
----------------------------------------------------------- */

p  {
    padding:5px;
	padding-left:0px;
	padding-right:0px;
	}

.module_round_box_outer ul, .moduletable ul  {
	list-style: none; }
	
.contentpaneopen ul {
	list-style:disc;
	margin-left:10px;
	margin-right:10px;
	}

ol  {
	margin-top: 5px;
	margin-bottom: 5px; }

ol li  {
	padding:2px;
	margin-right:15px;
	margin-left: 15px; }

blockquote {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_left_quote.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 0px 5px 65px;
	width:auto;
}

blockquote p {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_right_quote.png) no-repeat bottom right;
	margin-top:0pt;
	padding:0pt 65px 10px 0pt;
}

.s5_bluebox, .s5_redbox, .s5_graybox, .s5_greenbox, .padded, .black_box, .gray_box, .yellow_box, .orange_box, .green_box, .blue_box, .red_box  {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; }
	
	.s5_bluebox strong, .s5_redbox strong, .s5_graybox strong, .s5_greenbox strong, .padded strong, .black_box strong, .gray_box strong, .yellow_box strong, .orange_box strong, .green_box strong, .blue_box strong, .red_box strong  {
		font-weight:normal;}


.code {
	background:#EBEAEA;
	border-left:solid 5px #666666;
	color:#666666;
	font-family:monospace;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.0em;
}

ul.ul_arrow li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_arrow.png) no-repeat 0px 6px;
	padding:4px;
	padding-left:18px;
	padding-right:18px;
	list-style:none;
}

	#s5_component_wrap ul.ul_arrow {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}
		

ul.ul_star li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_star.png) no-repeat top left;
    line-height: 17px;
    list-style: none outside none;
    margin-top: 12px;
    padding: 0 16px 0 24px;
}


	#s5_component_wrap ul.ul_star {
    line-height: 21px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;}

ul.ul_bullet li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_bullet.png) no-repeat top left;
	padding:3px;
	padding-left:23px;
	padding-right:18px;
	list-style:none;
	background-position:0 8px;
}

	#s5_component_wrap ul.ul_bullet {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}


#s5_component_wrap ul.ul_numbers {
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;}	

ul.ul_numbers li {
	line-height: 25px;
    padding-bottom: 9px;
    padding-left: 42px;
    padding-top: 0;}		
		
li.li_number1  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number1.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number2  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number2.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number3  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number3.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number4  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number4.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number5  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number5.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number6  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number6.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number7  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number7.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number8  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number8.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number9  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number9.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number10  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number10.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

.red_box {
	background:#FFD6D6;
	color:#CC0000;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.red_box a, #s5_component_wrap_inner .red_box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.blue_box {
	background:#D0DCEC;
	color:#1B6FC2;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.blue_box a, #s5_component_wrap_inner .blue_box a {
	color:#1B6FC2;
	font-weight:normal;
	text-decoration:none;
}

.green_box {
	background:#EEF7DD;
	color:#40AB38;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.green_box a, #s5_component_wrap_inner .green_box a {
	color:#40AB38;
	font-weight:bold;
	text-decoration:underline;
}

.orange_box {
	background:#FEF6D8;
	color:#755102;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.orange_box a, #s5_component_wrap_inner .orange_box a {
	color:#755102;
	font-weight:bold;
	text-decoration:underline;
}

.yellow_box {
	background:#F4F5B9;
	color:#757402;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.yellow_box a, #s5_component_wrap_inner .yellow_box a {
	color:#757402;
	font-weight:bold;
	text-decoration:underline;
}

.gray_box {
	background:#dfdfdf;
	color:#4B4B4B;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.gray_box a, #s5_component_wrap_inner .gray_box a {
	color:#4B4B4B;
	font-weight:bold;
	text-decoration:underline;
}

.black_box {
	background:#333333;
	color:#FFFFFF;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.black_box a, #s5_component_wrap_inner .black_box a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.boxed {
    background: none repeat scroll 0 0 #040404;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    margin-bottom: -5px;
    margin-right: 0;
    padding: 0;

}

.boxed:hover {
	background:#ffffff;}

.boxed_black {
	background:#040404;
	border:1px solid #212121;
	padding:5px;
	margin-right:10px;
	margin-bottom:8px;
}

.padded {
	border:0px solid #ffffff;
	margin-right:12px;
	margin-bottom:8px;
	padding:0px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); 
	margin-bottom:17px;
	margin-top:2px;
	position:relative;
}

.point {
	min-height:28px;
}

.s5_greenbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#185564;}
	.s5_greenbox a {color:#ffffff;}

.s5_greenbox .point {
	padding-left:42px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center left;}	
	

	
.s5_graybox {
	position:relative;
	padding:12px;
	color:#313131;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	background:#e6e6e6;}
	.s5_graybox a {color:#313131;}

.s5_graybox .point {
	padding-left:42px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center left;}	
	
	

	
	
.s5_bluebox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#22ace5;}
	.s5_bluebox a {color:#ffffff;}

.s5_bluebox .point {
	padding-left:42px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center left;}		
	

	
.s5_redbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#ff5858;}
	.s5_bluebox a {color:#ffffff;}

.s5_redbox .point {
	padding-left:42px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center left;}	
	
	

 
		 /* PRICING TABLE
----------------------------------------------------------- */	
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-top:50px;}
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-bottom:25px;}
.s5_pricetable_7 .s5_pricetable_column { width:13.5%;}
.s5_pricetable_6 .s5_pricetable_column { width:15.5%;}
.s5_pricetable_5 .s5_pricetable_column { width:19.5%;}
.s5_pricetable_4 .s5_pricetable_column {	width:24.5%;}
.s5_pricetable_3 .s5_pricetable_column {	width:32.5%;}
.s5_pricetable_2 .s5_pricetable_column {	width:49.5%;}	
.s5_pricetable_1 .s5_pricetable_column {	width:100%;}		
	
.s5_pricetable_column.recommended {
	margin-top: -22px;
    padding-bottom: 23px;
	background:#f6f5f5;
	color:#333333;
	position: relative;
	margin-left: -1px;
	border: medium none;}
	
.s5_pricetable_column {
	border:none;
	text-align:center;
	padding-bottom: 10px;
	border: 1px solid #ECECEC;
	float:left;}
	
	
	
	.s5_pricetable_column_padding {
		padding:20px 20px 33px;}


.s5_pricetable_column .s5_title {
	font-size: 2em;
	margin-bottom: 40px;
    padding: 17px 14px 30px;	
	font-weight: bold;
	color:#1c1c1c;
	border-bottom:1px solid #e5e5e5;}
	
	.s5_pricetable_column.recommended .s5_title {
		color:#000000;}

.s5_pricetable_column .s5_horizontalrule	{
	height:1px;
	margin-bottom: 26px;}
	
	
.s5_pricetable_column .s5_options {
	font-size: 1.0em;
	margin-bottom: 25px;
    line-height: 32px;
	color:#000000;
	margin-top: 25px;
    text-align: center;}
	
.s5_pricetable_column a.s5_pricetable {	
	text-decoration:none;
	text-align:center;}
	
	.s5_buttoncenter {
	text-align:center;}
	
	
.s5_pricetable_column .price {
	font-size: 2.91em;
    line-height: 41px;}

.s5_pricetable_column .dollarsign {	
	font-size: 1.4em;
	vertical-align: top;}
	
.s5_pricetable_column .month{
	vertical-align: text-top;
	font-size: 1.1em;}
	
.s5_buttoncenter .button {
	padding:10px 16px;
	color:#ffffff;}


@media screen and (max-width: 970px){
	.s5_pricetable_column {
		margin-bottom:45px;
		float:none;}
		
	.s5_pricetable_column.recommended {
		margin-top:0px;}
		
	.s5_pricetable_7 .s5_pricetable_column { width:100%;}
	.s5_pricetable_6 .s5_pricetable_column { width:100%;}
	.s5_pricetable_5 .s5_pricetable_column { width:100%;}
	.s5_pricetable_4 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_3 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_2 .s5_pricetable_column {	width:100%;}	
}
	
.s5_video_container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.s5_video_container iframe, .s5_video_container object, .s5_video_container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
	
	
	
.circle {
	float: left;
	margin-right: 22px;
	height:60px;
	text-align:center;
	width:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;}
	
	.circle p{
		position: relative;
		top: 50%;
		 -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 1.4em;}
		
		
ul.bullet_list {
    margin-left: 0;}		
	
	
	
/* Drop Caps
----------------------------------------------------------- */		
	
.firstcharacter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }	
.firstcharacter2 { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px;}

p.drop_class:first-letter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
p.drop_class2:first-letter { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px; }
/* Jcomments
----------------------------------------------------------- */

#jc h4 {
	font-size:1.3em;
	}
	
#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {
	margin-left:0px !important;	}

#comments-form .btn div, #comments-report-form .btn div {
	background:#000000;
	float:left;
	margin:0 -25px 0 0;}
	
#comments-form .btn, #comments-report-form .btn {
	background:#000000;
	float:left;
	margin-left:-4px;}
	
#comments-form .btn a, #comments-report-form .btn a {
	border:medium none;
	color:#ffffff;
	font-weight:normal;
	height:31px;
	font-size:1em;
	line-height:29px;
	padding:0 24px;
	text-decoration:none;}

#comments-form .btn a:hover, #comments-report-form .btn a:hover {
	color:#666666;
	text-decoration:none;}
	
#comments-footer {
	border:none;
	height:20px;}	
	
#comments-form-message {
	padding:5px 8px 5px 33px;}
	
.comments-form-message-info {
	border:1px solid #CCCCCC;}
	
#comments .comments-list {
	margin-left:0px;}	

#comments-list-footer {
	margin:0 0 10px 0px !important;	}
	
#comments .comment-author, #comments .author-homepage {
	color:#3C452D;
	font-weight:bold;
	margin:0;
	padding-right:6px;	
	padding-left:6px;}

#jc h4, #jc .rbox_t,#jc .rbox_b, #jc .rbox_m  {
	border:none;}
	
#jc .rbox_tr, #jc .rbox_tl, #jc .rbox_t, #jc .rbox_m, #jc .rbox_br, #jc .rbox_bl, #jc .rbox_b {
background:none;}	

#comments-list .even {
	border-bottom:1px dotted #CCCCCC;
	background:#FFFFFF;}
	
#comments-list .odd {
}	
	
#comments .comment-body {
	padding-left:7px;
	padding-top: 9px;}
	
.jcomments-links {
	margin-top:18px;
	}

#jc h4 {
	font-weight:normal;
	font-size:1em;}
	
#comments .comment-date {
	background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 10px;
    margin: 0;
    padding: 0;}
	
#comments .comment-anchor {
	font-size:11px;
	display:none;
	color: #333333;}
	
#comments-form img.captcha {
    height: 44px;
	width:116px;}
	
#comments .comments-buttons {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-top: 7px;
     padding: 5px 4px 4px;}	
	
#jc h4, #jc .rbox_t,#jc .rbox_b, #jc .rbox_m  {
	border:none;}
	
#jc .rbox_tr, #jc .rbox_tl, #jc .rbox_t, #jc .rbox_m, #jc .rbox_br, #jc .rbox_bl, #jc .rbox_b {
background:none;}	

#comments-list .even {
	border:1px solid #CCCCCC;
	background:#FFFFFF;}
	
#comments-list .odd {
	border:1px solid #BFBFBF;
	background:#F3F3F3;}	
	
#comments .comment-body {
	padding-left:24px;
	padding-top:13px;}
	
.jcomments-links {
	margin-top:18px;
	}

/* End Jcomments
----------------------------------------------------------- */


/* Tienda
----------------------------------------------------------- */
.product_name {
	padding-bottom:10px;}

.product_name a {
	font-size:1em;
	color:#454545;
	font-weight:normal;}
	
div#tienda_category_header span {
	font-size:1.3em;	}

div#tienda_products div.product_item {
    border-bottom: medium none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px;
	margin-right: 6px;}	

div#tienda_category_header {
	background:none;
	border-bottom:medium none;
	margin-top: 13px;
	padding:10px 0px 10px 0;}
	
#tienda_category_header {
	padding:10px 10px 19px;}
	

	
div#tienda_product_header span.product_name {
	display:block;
	font-size:1.3em;
	color:#454545;
	font-weight:normal;
	padding-bottom:14px;}
	
.tienda_header {
	margin-bottom:9px;
	margin-top:19px;
	border:none;}

.tienda_header span {
	font-size:1.3em;}	
	
.product_listimage {
	margin-right:1px;}
	
div#tienda_product_header {
	border:medium none;
	margin-bottom:20px;
	padding:8px 8px 8px 0;}
	
div.product_rating, div.product_rating img {
	margin-left:-1px;}
	
.product_image div a.modal {
	border:medium none;
	font-size:1.1em;
	margin-top:6px;}	

div#tienda_subcategories {
	border-bottom:none;
	margin-bottom:10px;}	
	
#tienda_categories #tienda_subcategories .subcategory_thumb {
	background:none;
	margin:5px 0 15px;
	min-height:92px;
	padding-left:15px;
	padding-right: 10px;
	padding-top:0px;
	text-align:center;	}	

#tienda_categories .subcategory_name{
	background: none repeat scroll 0 0 #000000;
	font-size: 13px;
    margin-left: 21px;
    margin-top: 21px;
    padding: 1px 13px;
    margin-top: 21px;
    position: absolute;}
	
	#tienda_categories .subcategory_name a{
		color:#ffffff;}
	
div.subcategory {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#ffffff !important;}

div.subcategory:hover {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#CCCCCC;}



div.subcategory img {
	max-height:224px;
	max-width:335px;	}

#tienda_products .product_info {
	padding:8px;}
	
	
div.product_image {
    float:none;
	width: 111px;
    text-align: center;
}	

div.product_listimage img {
  max-height: 78px;
    max-width: 109px;
}

.product_listimage .product_addtocart {
	color: #000000;
    padding-bottom: 0px;
    padding-left: 5px;
	font-size: 1.1em;
    padding-top: 3px;
    text-align: left;}
	
 .product_addtocart .addtocart_icon {
	background:transparent url(/public_html/templates/the_classifieds/images/tienda/cart_icon.png)  no-repeat right;
	float: right;
    height: 14px;
	margin-right: 3px;
    margin-top: 6px;
    width: 16px;}

div#tienda_products div.product_thumb {
    float: left;
    margin: 0 13px 5px 0;}

div#tienda_category_header img {
    max-height: 120px;
    padding-bottom: 9px;
	float: left;
	padding-right: 12px;
    vertical-align: middle;	}
	
.cat_title {
	font-size: 1.2em;
	margin-top:2px;}

	.default div.product_buy {
    float: none;	}
	
div#tienda_products div.product_buy {
    max-width: none;
	margin-top: -10px;}	
	
.default div.product_buy, .product_name, .product_attributeoptions .inputbox   {
	font-size:1.1em;}
	
.product_quantity_input input {
	padding:3px;}
	
.product_quantity_input {
	text-align:right;}
	
.add_to_cart {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    margin-bottom: 12px;
    margin-right: 0;
    margin-top: 12px;
	cursor:pointer;}
	
.product_attributeoptions, div#tienda_products span.title {
    font-weight: bold;
	 font-size: 0.9em;}	
	
.s5_basepricediv {
	border-bottom: 1px dotted #333333;
    font-size: 1em;
    margin-bottom: 8px;
    padding-bottom: 5px;
    text-align: left;}
	
.product_name {
	margin-left: 10px;
	padding-bottom:0px;}
	
	
.s5_addtocartdropdown {
	position:absolute; 
	margin-left: -14px;
	margin-top: -2px;
	z-index:102;
	display:none;}
	
div.product_name span {
    margin-right: 0;}	

span.CartView {
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
span.CartCheckout {
    float: right;
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
	
.CartView a, .CartCheckout a{
	color:#ffffff;}

	
.s5_portfolio_closebut {
    height: 32px;
    margin-right: -11px;
    margin-top: -11px;
    position: absolute;
    right: 0;
    width: 32px;
	cursor:pointer;
	background: transparent url(/public_html/templates/the_classifieds/images/multibox/close.png)  no-repeat right;}
	
	
	
	
	
	
	

/* Tienda Product module */
	
.tienda_product_item {
	float:left;}
	
	
	
	
/* End Tienda
----------------------------------------------------------- */
 

 
/* VirtueMart
----------------------------------------------------------- */
.product-price, .product-fields, .s5_productwrap{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: none repeat scroll 0 0 #FBFBFB;
    font-size: 12px;
    line-height: 1.6em;
	border: 1px solid #EFEFEF;
    margin: 17px 0 15px;
    padding: 10px 20px;}
	
.quantity-box .quantity-input {
	border: 1px solid #EFEFEF !important;}

.addtocart-area .product-fields {
    border-bottom: 1px solid #EEEEEE;
    padding: 6px 20px 12px;}

span.title, h4.title, .customer-reviews h4  {
    border-bottom: 1px dotted #cccccc;
    color: #333333;
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 12px;
	font-weight:normal;}

input.addtocart-button {
	border: medium none !important;
	width: 105px !important;
	letter-spacing:0px !important;}

span.quantity-controls input.quantity-controls {
    padding: 7px !important;}

.productdetails-view .addtocart-bar {
	padding: 0 0 0 4px;}
	
input.quantity-input {
    height: 28px;
	margin-top: 1px;
   padding: 2px;}	
   
a.ask-a-question {
	background:none;
	border:none;}
	
.category-view .category .spacer {
	}

.category-view .row .category {
	width:150px;}
	
.productdetails-view h1 {
    margin: 0 0 15px;}
	
.addtocart-area {
	padding-bottom: 10px;
	border-bottom:1px dotted #cccccc;}
	
.product-fields .editlinktip img	{
display:none;
}

.product-fields .product-field, .product-related-categories .product-field {
    float: none;}
	
.ask-a-question {
	text-align:right;}	

.availability {
    margin: 15px 8px 0;
    text-align: right;}	
	
.vertical-separator {
    border-right: 1px dotted #939393;}	

.orderby-displaynumber {
    border: none !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);	
	background: none repeat scroll 0 0 #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding: 15px 15px 5px;
	color:#989898;
	font-size: 11px;}	

.orderlistcontainer {
    font-size: 11px;}
	
a.product-details, a.details, div.details {
	color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3A3A3A;
	background: #4C4C4C; /* Old browsers */
	background: -moz-linear-gradient(top, #4C4C4C 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #4C4C4C 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); 
	padding: 6px 12px;
}	
.browse-view h1 {
	font-size: 1.3em;
	color:#333333;
    margin: 26px 0 28px;}
	
	
.product-related-categories h4 {
font-size:18px;
color:#333333;
}	
	
.product-related-products, .product-related-categories {
    border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 12px;
	margin-top: 20px;
	border-top: none;}

.browse-view p {
	padding:0px;}
	
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    max-width: 100%;}
	
.floatleft .center{
padding-right:5px;}

.product .floatleft h2	{
text-align:center;}

.product-prices {
	margin-top: 20px;
	color:#848484;}
	
.orderlistcontainer div.activeOrder {
	margin-left: -11px;
	border:none;}	

.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    padding: 20px;}

.category-view h4, .featured-view  h4, .latest-view h4, .topten-view h4 {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 12px;
	margin-bottom: 30px;
	font-size: 1.3em;
	color:#333333;	}	
	
.virtuemart_search #custom_parent_id {
    height: 28px;}	
	
.category_description {
	margin-bottom:25px;}	

#facebox .popup {
	border:none;}

#facebox .content{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding:20px;}
	
#facebox .close {
	background: url(/public_html/templates/the_classifieds/images/multibox/close.png) no-repeat scroll 0 0 transparent;
    height: 28px;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -13px;
    width: 27px;
    z-index: 223;}
	
	#facebox .popup h4 {
border-top: 1px dotted;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding-top: 12px;}
	

	#facebox .popup  div div {
	padding-bottom: 12px;
     padding-top: 15px;}
	 
	 
.vmproduct .addtocart-area {
    border-bottom: none;}	
	
.vmproduct .quantity-box, .vmproduct .quantity-controls{
	display:none;}	
	
.vmproduct .spacer {
	text-align:center;}	
	
.vmproduct .addtocart-bar {
	margin-top:15px;	}
		 
		

.control-buttons button.default {
    border: medium none;
    color: #FFFFFF;
    margin-left: 8px;}

#userForm h1 {
	font-size:1.2em;}
	

table.user-details input {
    border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #777777;
    margin-bottom: 2px;
    padding: 8px;
    width: 200px;
}

.browse-view h3 {
	border-bottom: 1px dotted #E9E8E8;
    margin-bottom: 30px;
    padding-bottom: 13px;
	color:#ff0000;}
	
.virtuemart_search {
	background:#FCFCFC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 15px 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);		}

.virtuemart_search .inputbox {
    height: 16px;
	vertical-align: none;
    margin-bottom: 18px;}
	
	 
/* virtuemart checkout area */
	 
table.cart-summary tr th {
	background: none repeat scroll 0 0 #333333;
	border-bottom: 1px solid #E9E8E8;
	color: #FFFFFF;
	padding: 14px 10px 11px 11px; }
		
.cart-view form {
	padding:25px;
	color: #858585;
	margin-top: 25px;
	background:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}
	
	form#checkoutForm {
		padding:0px;
		border:none;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		box-shadow:none; }
	
.cart-view form.inline {
	border:none !important;
	margin-top:2px !important;
	padding:0px !important;
	background:none !important;}	
	
.default {
	color:#ffffff;}
	
.billto-shipto a {
	border:none;
	color:#000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:none;
	padding-left: 0;
	font-family:'Allan',Helvetica,Arial,Sans-Serif !important;
	}	
	
.billto-shipto {
    border:none;}	
	
	.cart-summary hr {
	display:none;}

.billto-shipto span {
	margin-left:-2px;
	font-weight: normal;
    font-size: 14px;}
	
span.terms-of-service {
    font-size: 12px;
    font-weight: bold;	}
	
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	letter-spacing:0px;
	border:none;
	padding: 8px 13px;
	font-weight:normal;}	
	
.customer-comment {
    text-align: right;
	border:none;}	
	
.checkout-button-top {
    border:none;
    padding: 30px 0 0;	}
	
.vm2-modallink, .vm2-termsofservice-icon, .vm2-billto-icon, .vm2-shipto-icon{
	background:none;
	width:0px;}
	
div.terms-of-service {
    margin: 10px 21px 0 0;}
	
table.cart-summary td {
    vertical-align: middle;}	
	
.billto-shipto {
    margin-top: 20px;}

.cart-view td {
border-bottom: 1px solid #EEEEEE;
}


/* virtuemart category menu */
	
.VMmenu li {
	border-bottom: 1px dotted #3A3A3A;
    font-size: .9em;
    margin: 0 0 6px;
	padding-bottom: 12px;
    width: 100%;	}
	
	.VMmenu li li {	
		border-bottom:none;}
	.VMmenu li a {
		color:#ffffff;}
		
	.VMmenu li ul.menu {
		padding-top:18px;}	
	
	.VMmenu li ul.menu li {
	margin-left: 23px;
    margin-top: 4px;
    padding-bottom: 4px;}
	
	.VMmenu li ul.menu li a {	
		color:#cccccc;}
	
	.VmArrowdown {
		background:url(/public_html/templates/the_classifieds/images/s5_menu_arrow.png) no-repeat scroll right 6px transparent;}
		
.write-reviews {
    margin: 40px 0 0;
    text-align: left;}	
	
.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
	border:none;}	
	
	
/* End VirtueMart
----------------------------------------------------------- */	
	
	
	 
/* K2
----------------------------------------------------------- */
div.itemHeader h2.itemTitle, div.catItemHeader h3.catItemTitle, h3.userItemTitle a, div.userBlock h2 {
	font-size:1.3em;}
	
div.itemHeader span.itemAuthor, div.catItemHeader span.catItemAuthor{
	font-size:0.9em;}
	
div.itemToolbar {
	background:#F3F3F3;
	border:1px solid #BFBFBF;
	height:20px;
	padding:4px;}
	
div.itemComments {
	background:none;
	border:none;
	padding:16px;		}
		
div.itemAuthorBlock, #k2Container .userBlock {
	background:none;
	border:none;}
	
#s5_component_wrap  .itemComments ul {
	list-style:none;
	}
	
h3.itemCommentsCounter {
	font-size:1.2em;
	margin-bottom:10px;}	

div.itemComments ul.itemCommentsList li.even {
	margin-bottom:14px;
	padding:9px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	}
	
div.itemComments ul.itemCommentsList li.odd {
	margin-bottom:14px;
	border:1px solid #BFBFBF;
	background:#F3F3F3;
	padding:9px;}	

div.itemComments {
	padding-left:0px;}
	
div.itemComments ul.itemCommentsList li img {	
	margin:4px 13px 4px 0;}
	
div.itemComments ul.itemCommentsList li span.commentAuthorName, div.itemComments ul.itemCommentsList li span.commentDate  {
	font-weight:bold;}	

div.itemAuthorBlock img.itemAuthorAvatar {
	width:55px;}
	
div.itemCommentsForm p.itemCommentsFormNotes {border-top:none;}

div.userBlock p.userAdditionalInfo {border-top:none;}

div.userBlock img {
	margin-right:20px;}
	
div.userItemCommentsLink {
	border-right:none;
	margin-left:-4px;
	margin-top:-12px;
	border:none;
	padding:9px 0 0 35px;}	



div.itemListCategory {
background:none;
border:none;
}
/* End K2
----------------------------------------------------------- */	
	

	
	
/* redShop
----------------------------------------------------------- */	
.mod_redshop_products_title	{
	font-size:0.9em;}
	
#product_currency {
	margin-bottom:12px;}
	
.mod_redshop_products_readmore, .mod_redshop_products_price, .mod_redshop_products_title, .mod_redshop_products_image {
	text-align:center;}
	
.mod_redshop_products_price, .mod_redshop_products_title {
	padding-bottom:5px;}

.mod_redshop_products_image	{
	margin-left: 10px;
	padding-bottom:5px;}
	
.mod_redshop_products_horizontal {
	padding-left: 0 !important;
    padding-right: 12px !important;}
	
.mod_redshop_products_addtocart .addtocart_formclass span img {
	margin-top:10px;
	margin-left: 29px;}
	
div.mod_redshop_products_wrapper div.mod_redshop_products_horizontal {
    width: 139px !important;
	height: 226px;}	
	
.redshop .product_image, .redshop .produkt_kasse_billed {
    border:none;}

.redshop p {
	padding:0px;}
	
.category_front, .category_front_wrap, .categories, .kategori_front, .kategori {
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 15px 2px 15px 15px;
	text-shadow: 1px 1px #000000;
    margin-top: 6px;
	border:none;
	color:#ffffff;
	-webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 3px 1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1); 
	background: #FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
	
.category_front_image, .category_image, .kategori_front_billede, .kategori_billede {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 4px;}	
	
.redshop .category_title h1 {
	margin-bottom: 26px;
	text-align:left;}
	
.category_front_title h3 a, .category_title h3 a, .kategori_front_titel h3 a, .kategori_titel h3 a {
    color: #C92128;
    font-size: 0.9em;
	text-shadow: none;
    font-weight: normal;
}	
	
	
div.mod_cart_main div.mod_cart_top div.mod_cart_title {
border-bottom: 1px dotted #B0B0B0;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 4px;
    margin-left: 9px;
    padding-bottom: 6px;
    text-align: left;
    text-transform: none;}

div.mod_cart_main div.mod_cart_top div.mod_cart_image {
height: 36px;
    margin-left: -46px;
    margin-top: 8px;
    width: 41px;
    background: url(/public_html/templates/the_classifieds/images/redshop/cart.png) no-repeat scroll right top transparent;}
	
	
div.mod_cart_main div.mod_cart_checkout a {
	letter-spacing: 0;
	font-weight: normal;
	text-transform:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 5px 10px 5px 9px;
}

#mod_cart_total {
	color:#868686;}

#mod_cart_checkout_ajax {

background:none !important;}

#mod_cart_checkout_ajax a {
	font-size: 0.8em;
    margin-left: 90px;
    padding: 2px 7px 3px 6px;
    position: absolute;
    top: 46px;
    z-index: 2;}

.mod_cart_main {
margin-top:20px;
    width: 165px;}

.mod_cart_extend_total_pro_value, .mod_cart_total_value, div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt  {
	margin-left: 0px;
	font-size:11px;}

#mod_cart_total {
	font-size:11px;
	margin-top: 2px;
    padding-left: 10px;}

#sbox-window {
    background-color: #FFFFFF;}	
	
	
.product_title h2 {
    color: #CA2128;
    font-size: 2.1em;
    font-weight: normal;
    padding-bottom: 24px;
}	

#redshopcomponent .product_image{
color:transparent;}

#redshopcomponent .cart-link img{
display:block;}

#redshopcomponent .product_box_right, #redshopcomponent .produkt_kasse_hoejre {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
	width:auto;
    float: right;
    padding:33px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}

.product_price, .produkt_kasse_hoejre_pris  {
    font-size: 21px;
    font-weight: normal;}

	
#redshopcomponent .product_addtocart {
	margin-bottom: 29px;
    margin-top: 9px;}

#redshopcomponent .cart-quantity {
    height: 48px;}
	
	
#redshopcomponent .cart-link img {
	float: left;
    padding:8px 0 0 0;}
	
#redshopcomponent .cart-link {
    float: none;
    height: auto !important;
    text-align: left;
    width: 239px;}	
	
#lbCenter, #lbBottomContainer, .redAttributeImage  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;}

.category_order_by, div.kategori_orderform {
    height: 55px;}


.category_box_outside {
    border: none;
	background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 325px !important;
    margin: 0 10px 18px 6px;
    min-height: 100px;
    padding: 0 0 10px;
    width: 216px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}

.category_product_image, .kategori_produkt_billede {
    height: 171px !important;
}

.product_desc_wrapper {
    clear: both;}

.related_product_wrapper h2 {
	 margin-bottom: 29px;
    margin-top: 29px;}
	
.related_product_wrapper, .related_produkt_ramme {
    border-top: none;}	

.product_manufacturer_link {
clear:both;}

.product_manufacturer_link {
    clear: both;
    padding-top: 15px;}

#produkt_kasse_hoejre_pris_indre2 {
	font-weight:normal;
	font-size:1.5em;}

.related_product_inside {
	padding: 20px;
    border: none !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);	
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
	
.accessory_title h3 {
	font-weight:normal;}
	
.related_product_image_inside img {
	width:100px;}
		
.userfield_input {
	clear:both;}
	
.accessory_info {
    margin-top: 20px;}

.redAttributeImage {
    margin-left: -8px;
    padding: 2px;}
	
.kategori_produkt_billede {
    height: 186px;}

.category_product_readmore a {
	color: #FFFFFF !important;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3A3A3A;
	background: #4C4C4C; /* Old browsers */
	background: -moz-linear-gradient(top, #4C4C4C 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #4C4C4C 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); 
}

.category_product_price span, .kategori_produkt_pris span {
    font-size: 14px;
    font-weight:normal;}
	
	
.category_product_readmore, .kategori_produkt_laesmere {
    margin: 14px 0 0;}
	
.category_front_title h3 a {
	color:#000000;}
	
	
.product_price, .produkt_kasse_hoejre_pris {
    font-weight: normal !important;}	
	
.blackbutton, .greenbutton {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 0.9em;
	font-weight:normal;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3A3A3A;
	background: #4C4C4C; /* Old browsers */
	background: -moz-linear-gradient(top, #4C4C4C 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #4C4C4C 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
	
.greenbutton {
	border:none;}
	
.category_print, .kategori_print {
    margin-top: 0;	}
	
.checkout_button {
	float:none !important;}
	
div.mod_cart_main div.mod_cart_checkout a {
	color:#000000;
	padding-right: 14px !important;
	background: url(/public_html/templates/the_classifieds/images/redshop/arrow.png) no-repeat scroll right 9px transparent;}
	
	
.tdborder td {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E7E7E7;
    padding: 7px;}

#s5_navv li, #s5_search_wrap #mod_search_searchword, #s5_top_row1_wrap, #s5_top_row2_wrap, #s5_top_row3_wrap, #s5_center_column_wrap, #s5_left_column_wrap, #s5_right_column_wrap, #s5_bottom_row1_wrap, #s5_bottom_row2_wrap, #s5_bottom_row3_wrap, .s5_vm_name, .s5_vm_image, .s5_vm_price, .s5_vm_add_to_cart  {
	direction:rtl;
	text-align:right;}

#s5_nav li {
	float:right;}

#s5_logo {
	float:right;
	background-position:top right;}

#s5_login, #s5_register {
	margin-right:8px;
	margin-left:0px;}

a.readon, .contentheading {
	float:right;}

#s5_pos_banner {
	float:left;}

#s5_loginreg {
	float: left;}

#accordion_inner, #s5_pos_top_row1_1 {
	direction:ltr;}

.jcomments-links {
	text-align:right;
	direction:ltr;	}

.article_column .contentpaneopen {
	padding-right:0px;
	padding-left:15px;}

#loading_img {
	visibility:hidden;}

.latestnews li, .mostread li, .sections li, .s5_module_box ul.menu a {
	background-position:center right;}

ul.actions li {
    float:left;}
	
#s5_nav {
    margin: 0 19px !important;}	

/* Accordion Menu
----------------------------------------------------------- */

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
	padding-right:32px;	}

div.s5_accordion_menu_element li a {
	background:url(/public_html/templates/the_classifieds/images/arrow.png) no-repeat scroll left center transparent;
	padding-right:20px;
	padding-left:0px;}

ul.s5_am_innermenu {
	margin-left:0px;
    margin-right: 20px !important;}

	
#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
    background: url(/public_html/templates/the_classifieds/images/s5_acc_r_parent_hover.png) no-repeat scroll -56px -27px rgba(0, 0, 0, 0) !important;}	
	
#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
    background: url(/public_html/templates/the_classifieds/images/s5_acc_r_parent.png) no-repeat scroll -56px -27px rgba(0, 0, 0, 0) !important;}


	
	
/* Flex Menu
----------------------------------------------------------- */

#s5_nav, #subMenusContainer {
	direction:rtl;}

#subMenusContainer div.s5_sub_wrap ul {
	}

#subMenusContainer div.s5_sub_wrap_lower ul {
	}

.s5_sub_wrap, .s5_sub_wrap_lower {
	padding-right:0px;
	padding-left:6px;}

.s5_sub_wrap_lower {
	padding-right:6px;}

#subMenusContainer a, #s5_nav li li a {
	text-align:right;}
	
.subParentBtn .S5_submenu_item a {
	background:none;}


/* End Flex Menu
----------------------------------------------------------- */

#login li, #form-login li {
	background-position:center right;}

#s5box_login, #s5box_register {
    direction:rtl;}

	

/* Template Specific
----------------------------------------------------------- */
.s5_daydate { padding-right: 9px;}
.s5_first {  padding-right: 9px;}
.s5_datewrapper {  float: right;margin-left: 9px;}
.contentheading { padding-top: 4px;}
.s5_articlespacer {display:block;}
.product_addtocart {direction:ltr;}
.s5_addtocartdropdown { direction: rtl;}


#s5_footer, #s5_socialicons, #s5_button_frame, #s5_totalwrap, #s5_login, #s5_register, #s5_search_wrap {
    float: left;}

#s5_socialicons {	
	margin-left: -8px;}

#s5_bottom_menu_wrap {
    float: right;}	
	
#fontControls {
    float: left;
    margin-left: 16px;}	
	
.jmfeaturedouterdiv {
    direction: rtl;}
	
.jm_viewdetails {
	float:right;}
	
.jm_featuredoutter_in div a.featured_itemtitle {
    margin-right: 20px;	}
	
.jm_viewdetails {
	float:right !important;}
	



/* Template Defaults
----------------------------------------------------------- */
#s5_breadcrumb_wrap {text-align: right;}
	




/* Jcomments
----------------------------------------------------------- */
#jc {padding-right:11px; }
#jc h4 { text-align:right;}

#comments-form, #comments-form p, #comments-report-form, #comments-report-form p, #comments-form span, #comments-form .counter {
	text-align:right;}
	
#comments-form .btn, #comments-report-form .btn {
	float:right;margin-right:22px;}

#jc .rbox div, #comments {
	text-align:right;}


/* Tienda
----------------------------------------------------------- */

div#tienda_products div.product_thumb {
	float:none;}
	
.pull-right {float:left !important;}
.s5_greenbox .point {
	padding-left:0px;
	padding-right:48px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center right;}	
	
.s5_bluebox .point {
	padding-left:0px;
	padding-right:48px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center right;}	
	
.s5_redbox .point {
	padding-left:0px;
	padding-right:48px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center right;}	
	
.s5_graybox .point {
	padding-left:0px;
	padding-right:48px;
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_alert.png) no-repeat center right;}	
	
.boxed {
	margin-right:0px;
	margin-left:10px;
}

.boxed_black {
	margin-right:0px;
	margin-left:10px;
}

.padded {
	margin-right:0px;

}

ul.ul_arrow li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_arrow_rtl.png) no-repeat top right;
}

ul.ul_star li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_star.png) no-repeat top right;
	padding:3px;
	padding-right:23px;
	padding-left:18px;
}

ul.ul_bullet li {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_ul_bullet.png) no-repeat top right;
	padding:3px;
	padding-right:23px;
	padding-left:18px;
}

ul.ul_numbers li {
	padding-left:0px;
	padding-right:36px;}		
		
li.li_number1  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number1.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number2  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number2.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number3  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number3.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number4  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number4.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number5  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number5.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number6  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number6.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number7  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number7.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number8  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number8.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}

li.li_number9  {
	background:transparent url(/public_html/templates/the_classifieds/images/typography/s5_li_number9.png) no-repeat top right;
	padding-left:18px;
	padding-right:40px;
}
/*
multiBox - for MooTools 1.2 stylesheet - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	text-decoration:none;
	color:#666;
}
#OverlayContainer{width:100% !important;}
.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden, .multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	background:#fff;
	position:absolute;
	border:15px solid #fff;
	display:none;
	z-index:103;
	text-align:left;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.MultiBoxClose{
	background:url(/public_html/templates/the_classifieds/images/multibox/close.png) no-repeat;
	position:absolute;
	top:-26px;
	right:-26px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0;
	position:relative;
}

.MultiBoxControls{
	background:#fff;
	width:100%;
	position:relative;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}

.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#ccc;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}

.MultiBoxDownload a:hover{
	color:#fff;
}

.MultiBoxPrevious{
	background:url(/public_html/templates/the_classifieds/images/multibox/left.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	left:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNext{
	background:url(/public_html/templates/the_classifieds/images/multibox/right.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	right:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	background:url(/public_html/templates/the_classifieds/images/multibox/rightDisabled.png) no-repeat;
	cursor:default;
}

.MultiBoxPreviousDisabled{
	background:url(/public_html/templates/the_classifieds/images/multibox/leftDisabled.png) no-repeat;
	cursor:default;
}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}


/*
MooTools tips - - - - */
.mbTips{
	background:#fff;
	font-size:10px;
	color:#000;
	border:1px solid #cccccc;
	padding:2px;
	z-index:1;
}

.mbTips .tip-text{
	display:none;
}

.module_round_box_outer .s5_multibox, #s5_component_wrap .s5_multibox {
display:none !important;
}
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

p.ajaxContent {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

/*************************************************************/
/* THIS CSS IS PRIMARILY CALLED FOR MOBILE DEVICES BUT IT ALSO IS NEEDED IF THE USER HAS CLICKED TO SEE THE DESKTOP VERSION FROM A MOBILE DEVICE
----------------------------------------------------------- */

/* MOBILE ONLY CALLS
----------------------------------------------------------- */

@media screen and (max-width: 750px){

	body {
	overflow-x:hidden;
	}

	.s5_scrolltotop {
	display:none;
	}
	
	#s5_drop_down_container {
	display:none !important;
	}
	
	#s5_loginreg {
	display:none !important;
	}
	
	#s5_menu_wrap {
	display:none;
	}
	
	#s5_responsive_mobile_bottom_bar .s5_scrolltotop {
	display:block;
	background:none;
	padding:0px;
	margin:0px;
	width:auto;
	height:auto;
	}
	
	#s5_responsive_mobile_bottom_bar_outer, #s5_responsive_mobile_top_bar {
	display:block !important;
	}
	
	#s5_responsive_mobile_top_bar {
	position:relative;
	z-index:2;
	}
	
	.s5_responsive_mobile_drop_down_wrap_loading {
	position:absolute;
	z-index:100;
	top:-500000px;
	}
	
	#s5_responsive_mobile_drop_down_wrap .s5_regfloatleft, #s5_responsive_mobile_drop_down_wrap #member-registration div {
	width:100% !important;
	}
	
	#s5_responsive_mobile_bottom_bar_outer {
	width:100% !important;
	}
	
	#s5_responsive_mobile_top_bar_spacer, #s5_responsive_mobile_top_bar, #s5_responsive_mobile_bottom_bar {
	display:block;
	margin:0px !important;
	height:48px;
	overflow:hidden;
	}
	
	#s5_responsive_mobile_top_bar_spacer {
	padding-left:0px !important;
	padding-right:0px !important;
	}
	
	#s5_responsive_mobile_top_bar_wrap {
	margin-top:0px !important;
	width:100%;
	}
	
	#s5_responsive_mobile_top_bar_wrap ul {
	margin:0px;
	list-style:none;
	}
	
	#s5_responsive_mobile_drop_down_menu .s5_responsive_mobile_drop_down_inner {
	padding:10px;
	}
	
	#s5_responsive_mobile_drop_down_search .s5_responsive_mobile_drop_down_inner {
	padding:12px;
	}
	
	#s5_responsive_mobile_drop_down_register .s5_responsive_mobile_drop_down_inner {
	padding:16px;
	}
	
	#s5_responsive_mobile_drop_down_login .s5_responsive_mobile_drop_down_inner {
	padding:16px;
	}
	
	#s5_responsive_mobile_bar_active {
	padding-top:15px;
	float:left;
	margin-left:15px;
	font-size:8pt;
	overflow:hidden;
	height:22px;
	}
	
	#s5_responsive_mobile_bar_active span {
	width:800px;
	display:block;
	}
	
	#s5_responsive_mobile_scroll {
	float:right;
	display:block;
	}
	
	.s5_responsive_mobile_drop_down_inner img, #s5_responsive_mobile_drop_down_login_inner .icon-arrow-right {
	display:none !important;
	}
	
	#s5_responsive_mobile_drop_down_login_inner #modlgn-remember {
	margin-right:5px !important;
	}
	
	#s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a {
	font-size:10pt;
	}
	
	#s5_responsive_mobile_drop_down_menu ul li {
	padding-bottom:3px;
	padding-top:0px;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:1px;
	list-style:none;
	}
	
	#s5_responsive_mobile_drop_down_menu ul li.deeper {
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	}
	
	#s5_responsive_mobile_drop_down_menu ul li.deeper ul {
	padding-top:3px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
	}
	
	#s5_responsive_mobile_drop_down_menu ul li.deeper ul li, #s5_responsive_mobile_drop_down_menu ul li.deeper ul li a {
	font-size:7pt;
	padding-left:6px;
	}
	
	#s5_responsive_mobile_drop_down_menu {
	width:60%;
	float:left;
	padding-bottom:16px;
	padding-right:16px;
	}
	
	#s5_responsive_mobile_drop_down_search {
	width:60%;
	float:right;
	padding-bottom:16px;
	padding-left:16px;
	}
	
	#s5_responsive_mobile_drop_down_register {
	width:68%;
	float:right;
	padding-bottom:16px;
	padding-left:16px;
	}
	
	#s5_regsecurity_img {
	display:block !important;
	}
	
	#s5_responsive_mobile_drop_down_login {
	width:62%;
	float:right;
	padding-bottom:16px;
	padding-left:16px;
	}
	
	#form-login-password {
	padding-top:6px !important;
	padding-bottom:6px !important;
	}
	
	#s5_responsive_mobile_drop_down_wrap input {
	border:none;
	margin:0px !important;
	margin-bottom: 0px !important;
	padding: 5px 10px 5px 10px !important;
	font-size: 9pt;
	background:#F1F1F1;
	-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow:0 4px 4px rgba(0, 0, 0, 0.3) inset;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#131313;
	height:auto;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
	#s5_responsive_mobile_top_bar_wrap form {
	margin-bottom:0px;
	}
	
	#s5_responsive_mobile_drop_down_login_inner #login-form .input-prepend input {
	width:96% !important;
	}
	
	#s5_responsive_mobile_drop_down_wrap input:hover {
	-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6) inset;
    box-shadow:0 4px 4px rgba(0, 0, 0, 0.6) inset;
	background:#E1E1E1;
	}
	
	#s5_responsive_mobile_drop_down_login #modlgn-remember, #s5_responsive_mobile_drop_down_login .button {
	width:auto !important;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	}
	
	#s5_responsive_mobile_drop_down_login_inner #form-login-submit {
	margin-top:8px;
	}
	
	#s5_responsive_mobile_drop_down_login #modlgn-remember:hover, #s5_responsive_mobile_drop_down_login .button:hover {
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	}
	
	#s5_responsive_mobile_drop_down_wrap button, #s5_responsive_mobile_drop_down_wrap .button, .validate {
	color:#FFFFFF !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:8px !important;
	margin:0px !important;
	font-weight:normal !important;
	border:none !important;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	}
	
	.s5_responsive_mobile_drop_down_inner .s5_mod_h3 {
	font-size:11pt;
	margin-bottom:10px;
	margin-top:4px;
	}
	
	#s5_responsive_mobile_drop_down_login_inner .s5_mod_h3 {
	margin-bottom:14px;
	}
	
	.s5_responsive_mobile_drop_down_inner label {
	font-size:10pt !important;
	}
	
	#s5_responsive_mobile_drop_down_login_inner label {
	margin-top:0px !important;
	margin-bottom:6px;
	display:block;
	}
	
	#s5_responsive_mobile_drop_down_login_inner #form-login-remember label {
	display:inline;
	}
	
	#s5_responsive_mobile_drop_down_login_inner .userdata {
	padding-bottom:12px;
	}
	
	#s5_responsive_mobile_drop_down_login_inner #form-login-remember {
	padding-bottom:6px;
	}
	
	#s5_responsive_mobile_drop_down_login_inner .login-greeting {
	padding-bottom:12px;
	}

}



/* VERY SMALL CSS
----------------------------------------------------------- */

@media screen and (max-width: 240px){
	
	#s5_responsive_mobile_bar_active {
	display:none;
	}
	
}


/* MOBILE SIDE BAR CALLS
----------------------------------------------------------- */

.s5_responsive_mobile_sidebar_hide_ltr {
float:left;
height:100%;
position:fixed;
overflow:hidden;
width:0% !important;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_show_ltr {
float:left;
height:100%;
position:fixed;
overflow:hidden;
width:80% !important;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_body_wrap_hide_ltr {
margin-left:0% !important;
float:left;
width:100%;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_body_wrap_show_ltr {
margin-left:80% !important;
float:left;
width:100%;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}


.s5_responsive_mobile_sidebar_hide_rtl {
float:right;
height:100%;
position:fixed;
overflow:hidden;
width:0% !important;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_show_rtl {
float:right;
height:100%;
position:fixed;
overflow:hidden;
width:80% !important;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
right:0;
}

.s5_responsive_mobile_sidebar_body_wrap_hide_rtl {
margin-right:0% !important;
float:right;
width:100%;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_body_wrap_show_rtl {
margin-right:80% !important;
float:right;
width:100%;
-webkit-transition: margin 300ms ease-out;
-moz-transition: margin 300ms ease-out;
-o-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}

.s5_responsive_mobile_sidebar_body_wrap_show_ltr, .s5_responsive_mobile_sidebar_body_wrap_show_rtl {
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
position:relative;
}

.s5_responsive_mobile_sidebar_show_rtl {
direction:rtl;
}

#s5_responsive_mobile_sidebar_body_wrap_inner {
width:100%;
}

#s5_responsive_mobile_sidebar .module_round_box_outer {
margin:0px !important;
margin-bottom:16px !important;
padding:0px !important;
}

.module_round_box-sidebar {
padding:0px !important;
}

.module_round_box-sidebar, .module_round_box-sidebar .s5_module_box_1, .module_round_box-sidebar .s5_module_box_2  {
padding:0px;
margin:0px;
background:none;
border:none;
}
	
.module_round_box-sidebar .s5_mod_h3 {
margin:0px;
padding:0px;
background:none;
border:none;
font-size:1.2em !important;
font-weight:normal !important;
}

.module_round_box-sidebar .s5_mod_h3_outer {
margin:0px;
margin-bottom:14px;
padding:0px;
background:none;
border:none;
}


#s5_responsive_mobile_bottom_bar_outer.s5_responsive_mobile_bottom_bar_outer_sidebar {
display:none !important;
}

#s5_responsive_mobile_sidebar_inner1 {
overflow-y:auto;
}

#s5_responsive_mobile_sidebar_inner2 {
padding:0px;
position:relative;
}

#s5_responsive_mobile_sidebar_search_wrap, #s5_responsive_mobile_sidebar_login_register_wrap, #s5_responsive_mobile_sidebar_menu_wrap {
padding:12px;
padding-bottom:8px;
}

#s5_pos_sidebar_top, #s5_pos_sidebar_bottom  {
padding:22px;
padding-top:22px;
padding-bottom:4px;
}

#s5_responsive_mobile_sidebar_search_wrap_inner1, .s5_responsive_mobile_sidebar_title_wrap, #s5_responsive_mobile_sidebar_menu_wrap h3  {
padding:10px;
margin:0px !important;
margin-bottom:4px !important;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-size:11pt;
display:block;
text-transform:none;
}

#s5_responsive_mobile_sidebar_menu_wrap h3 a {
display:block;
width:80%;
}

#s5_responsive_mobile_sidebar_search_wrap input {
background:none !important;
border:none !important;
padding:0px !important;
margin:0px !important;
font-size:11pt !important;
width:100% !important;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

#s5_responsive_mobile_sidebar form {
margin:0px;
}

#s5_responsive_mobile_sidebar_login_bottom .s5_mod_h3_outer, #s5_responsive_mobile_sidebar_register_bottom .s5_mod_h3_outer {
display:none;
}

.s5_responsive_mobile_sidebar_login_inactive, .s5_responsive_mobile_sidebar_register_inactive {
height:0px;
overflow:hidden;
}

.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_search_wrap_inner2 {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_light.png) no-repeat center left;
padding-left:30px;
background-size:19px 19px;
}

.s5_responsive_mobile_sidebar_light .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner, .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_light.png) no-repeat center right;
cursor:pointer;
display:block;
}

.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_login_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_sidebar_light.png) no-repeat left center;
background-size:19px 19px;
padding-left:36px;
display:block;
}

.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_register_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_sidebar_light.png) no-repeat left center;
background-size:23px 19px;
padding-left:36px;
display:block;
}

.s5_responsive_mobile_sidebar_light  #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span, #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner, #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_open_light.png) no-repeat center right !important;
}

.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_search_wrap_inner2 {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_dark.png) no-repeat center left;
padding-left:30px;
background-size:19px 19px;
}

.s5_responsive_mobile_sidebar_dark .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner, .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_dark.png) no-repeat center right;
cursor:pointer;
display:block;
}

.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_login_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_sidebar_dark.png) no-repeat left center;
background-size:19px 19px;
padding-left:36px;
display:block;
}

.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_register_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_sidebar_dark.png) no-repeat left center;
background-size:23px 19px;
padding-left:36px;
display:block;
}

.s5_responsive_mobile_sidebar_dark  #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span, .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_open_dark.png) no-repeat center right !important;
}

.s5_responsive_mobile_sidebar_title_wrap_inner span {
min-height:26px;
line-height:26px;
}

#s5_responsive_mobile_sidebar_menu_wrap img {
display:none;
}

#s5_responsive_mobile_sidebar_menu_wrap ul li {
font-size:11pt;
}

#s5_responsive_mobile_sidebar .first_level_li span span, #s5_responsive_mobile_sidebar .first_level_li a {
display:block;
}

#s5_responsive_mobile_sidebar_menu_wrap div {
display:none;
}

#s5_responsive_mobile_sidebar_menu_wrap div, .s5_responsive_mobile_sidebar_login_active, .s5_responsive_mobile_sidebar_register_active { 
margin-left:-12px;
margin-right:-12px;
padding:8px;
padding-top:10px;
padding-bottom:10px;
margin-top:10px;
margin-bottom:10px;
height:auto;
overflow:hidden;
}

.s5_responsive_mobile_sidebar_login_active, .s5_responsive_mobile_sidebar_register_active { 
padding:24px;
padding-top:20px;
padding-bottom:20px;
}

#s5_responsive_mobile_sidebar_menu_wrap div ul, #s5_responsive_mobile_sidebar_login_wrap ul {
padding:0px;
margin:0px;
}

#s5_responsive_mobile_sidebar_menu_wrap div ul li {
line-height:240%;
font-size:9pt;
padding-left:10px;
padding-right:10px;
list-style:none;
}

#s5_responsive_mobile_sidebar_login_register_wrap .icon-arrow-right {
display:none !important;
}

#s5_responsive_mobile_sidebar_login_register_wrap #form-login-remember {
width:100% !important;
}

#s5_responsive_mobile_sidebar_login_bottom #modlgn-username, #s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd, #s5_responsive_mobile_sidebar_register_bottom input {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:3%;
padding-top:2%;
padding-bottom:2%;
width:94%;
}

#s5_responsive_mobile_sidebar_login_bottom button, #s5_responsive_mobile_sidebar_login_bottom input, #s5_responsive_mobile_sidebar_register_bottom button, #s5_responsive_mobile_sidebar_register_bottom input {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

#s5_responsive_mobile_sidebar_search_wrap {
overflow:hidden;
}

#s5_responsive_mobile_sidebar_login_register_wrap label, #s5_responsive_mobile_sidebar_login_register_wrap {
font-size:9pt;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_search_wrap_inner2 {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_light.png) no-repeat center right;
padding-left:0px;
padding-right:30px;
background-size:19px 19px;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_light.png) no-repeat center left;
cursor:pointer;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_login_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_sidebar_light.png) no-repeat right center;
background-size:19px 19px;
padding-right:36px;
padding-left:0px;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_register_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_sidebar_light.png) no-repeat right center;
background-size:23px 19px;
padding-left:0px;
padding-right:36px;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light  #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span, .s5_responsive_mobile_sidebar_show_rtl #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_show_rtl #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_open_light.png) no-repeat center left !important;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_search_wrap_inner2 {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_dark.png) no-repeat center right;
padding-left:0px;
padding-right:30px;
background-size:19px 19px;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_dark.png) no-repeat center left;
cursor:pointer;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_login_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_sidebar_dark.png) no-repeat right center;
background-size:19px 19px;
padding-left:0px;
padding-right:36px;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_register_wrap span {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_sidebar_dark.png) no-repeat right center;
background-size:23px 19px;
padding-left:0px;
padding-right:36px;
display:block;
}

.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark  #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner, .s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner {
background:url(/public_html/templates/the_classifieds/images/vertex/responsive/arrow_open_dark.png) no-repeat center left !important;
}

#s5_responsive_mobile_sidebar_body_wrap #s5_responsive_mobile_bar_active {
margin:0px;
padding-left:15px;
padding-right:15px;
float:none;
}

#s5_responsive_mobile_sidebar_menu_wrap h3 {
display:block !important;
}

#s5_responsive_mobile_sidebar_login_wrap span.add-on {
display:none;
}


/* STYLIZE THE TOP AND BOTTOM BARS. MUST BE CALLED OUT OF MEDIA QUERY SO BOTTOM BAR STILL APPEARS WITH MOBILE SWITCH COOKIE.
----------------------------------------------------------- */

	#s5_responsive_mobile_bottom_bar_outer {
	position:absolute;
	z-index:2;
	bottom:0px;
	width:100%;
	left:0px;
	height:48px;
	overflow:hidden;
	}
	
	.s5_body_ie7 {
	height:100% !important;
	position:relative !important;
	padding-bottom:48px !important;
	}
	
	#s5_responsive_switch_mobile a {
	padding-left:35px;
	padding-top:15px;
	margin-left:15px;
	height:34px;
	display:block;
	cursor:pointer;
	float:left;
	font-size:10pt;
	}
	
	#s5_responsive_switch_desktop a {
	padding-left:25px;
	padding-top:15px;
	margin-left:15px;
	height:34px;
	display:block;
	cursor:pointer;
	float:left;
	font-size:10pt;
	}
	
	#s5_responsive_mobile_scroll {
	width:48px;
	height:48px;
	overflow:hidden;
	}
	
	#s5_responsive_mobile_scroll a {
	width:48px !important;
	height:48px !important;
	display:block !important;
	padding:0px !important;
	margin:0px !important;
	cursor:pointer;
	}
	
	#s5_responsive_mobile_toggle_click_menu {
	float:left;
	}
	
	#s5_responsive_mobile_toggle_click_menu span {
	width:56px;
	height:48px;
	display:block;
	cursor:pointer;
	}
	
	#s5_responsive_mobile_toggle_click_search span {
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
	}
	
	#s5_responsive_mobile_toggle_click_login span {
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
	}
	
	#s5_responsive_mobile_toggle_click_register span {
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_switch_mobile a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/desktop_dark.png) no-repeat 0% 47%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_switch_desktop a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/mobile_dark.png) no-repeat 0% 47%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_mobile_scroll a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/scroll_dark.png) no-repeat 50% 46%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_menu span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/menu_dark.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_search span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_dark.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_login span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_dark.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_register span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_dark.png) no-repeat 49% 45%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_switch_mobile a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/desktop_light.png) no-repeat 0% 47%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_switch_desktop a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/mobile_light.png) no-repeat 0% 47%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_mobile_scroll a {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/scroll_light.png) no-repeat 50% 46%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_menu span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/menu_light.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_search span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_light.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_login span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_light.png) no-repeat 50% 45%;
	}
	
	.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_register span {
	background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_light.png) no-repeat 49% 45%;
	}
	
		
	/* Retina Display Images */
	@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	
		.s5_responsive_mobile_bar_dark #s5_responsive_switch_mobile a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/desktop_darkx2.png) no-repeat 0% 47%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_switch_desktop a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/mobile_darkx2.png) no-repeat 0% 47%;
		background-size:14px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_mobile_scroll a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/scroll_darkx2.png) no-repeat 50% 46%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_menu span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/menu_darkx2.png) no-repeat 50% 45%;
		background-size:28px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_search span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_darkx2.png) no-repeat 50% 45%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_login span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_darkx2.png) no-repeat 50% 45%;
		background-size:22px 22px;
		}
		
		.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_register span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_darkx2.png) no-repeat 49% 45%;
		background-size:21px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_switch_mobile a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/desktop_lightx2.png) no-repeat 0% 47%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_switch_desktop a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/mobile_lightx2.png) no-repeat 0% 47%;
		background-size:14px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_mobile_scroll a {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/scroll_lightx2.png) no-repeat 50% 46%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_menu span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/menu_lightx2.png) no-repeat 50% 45%;
		background-size:28px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_search span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/search_lightx2.png) no-repeat 50% 45%;
		background-size:24px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_login span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/login_lightx2.png) no-repeat 50% 45%;
		background-size:22px 22px;
		}
		
		.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_register span {
		background:url(/public_html/templates/the_classifieds/images/vertex/responsive/register_lightx2.png) no-repeat 49% 45%;
		background-size:21px 22px;
		}
		
	}
/* HIDE CLASSES
----------------------------------------------------------- */

@media screen and (max-width: 1600px){
	.hide_1600 {
	display:none !important;
	}
}	

@media screen and (min-width:1500px) and (max-width: 1600px){
	.hide_1600_only {
	display:none !important;
	}
}

@media screen and (max-width: 1550px){
	.hide_1550 {
	display:none !important;
	}
}	

@media screen and (min-width:1450px) and (max-width: 1550px){
	.hide_1550_only {
	display:none !important;
	}
}

@media screen and (max-width: 1500px){
	.hide_1500 {
	display:none !important;
	}
}	

@media screen and (min-width:1400px) and (max-width: 1500px){
	.hide_1500_only {
	display:none !important;
	}
}

@media screen and (max-width: 1450px){
	.hide_1450 {
	display:none !important;
	}
}	

@media screen and (min-width:1350px) and (max-width: 1450px){
	.hide_1450_only {
	display:none !important;
	}
}

@media screen and (max-width: 1400px){
	.hide_1400 {
	display:none !important;
	}
}	

@media screen and (min-width:1300px) and (max-width: 1400px){
	.hide_1400_only {
	display:none !important;
	}
}

@media screen and (max-width: 1350px){
	.hide_1350 {
	display:none !important;
	}
}	

@media screen and (min-width:1250px) and (max-width: 1350px){
	.hide_1350_only {
	display:none !important;
	}
}

@media screen and (max-width: 1300px){
	.hide_1300 {
	display:none !important;
	}
}	

@media screen and (min-width:1200px) and (max-width: 1300px){
	.hide_1300_only {
	display:none !important;
	}
}

@media screen and (max-width: 1250px){
	.hide_1250 {
	display:none !important;
	}
}	

@media screen and (min-width:1150px) and (max-width: 1250px){
	.hide_1250_only {
	display:none !important;
	}
}

@media screen and (max-width: 1200px){
	.hide_1200 {
	display:none !important;
	}
}	

@media screen and (min-width:1100px) and (max-width: 1200px){
	.hide_1200_only {
	display:none !important;
	}
}

@media screen and (max-width: 1150px){
	.hide_1150 {
	display:none !important;
	}
}	

@media screen and (min-width:1050px) and (max-width: 1150px){
	.hide_1150_only {
	display:none !important;
	}
}

@media screen and (max-width: 1100px){
	.hide_1100 {
	display:none !important;
	}
}	

@media screen and (min-width:1000px) and (max-width: 1100px){
	.hide_1100_only {
	display:none !important;
	}
}

@media screen and (max-width: 1050px){
	.hide_1050 {
	display:none !important;
	}
}	

@media screen and (min-width:950px) and (max-width: 1050px){
	.hide_1050_only {
	display:none !important;
	}
}

@media screen and (max-width: 1000px){
	.hide_1000 {
	display:none !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 1000px){
	.hide_1000_only {
	display:none !important;
	}
}

@media screen and (max-width: 970px){
	.hide_970 {
	display:none !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 970px){
	.hide_970_only {
	display:none !important;
	}
}

@media screen and (max-width: 950px){
	.hide_950 {
	display:none !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 950px){
	.hide_950_only {
	display:none !important;
	}
}

@media screen and (max-width: 900px){
	.hide_900 {
	display:none !important;
	}
}	

@media screen and (min-width:850px) and (max-width: 900px){
	.hide_900_only {
	display:none !important;
	}
}

@media screen and (max-width: 850px){
	.hide_850 {
	display:none !important;
	}
}	

@media screen and (min-width:800px) and (max-width: 850px){
	.hide_850_only {
	display:none !important;
	}
}

@media screen and (max-width: 800px){
	.hide_800 {
	display:none !important;
	}
}

@media screen and (min-width:750px) and (max-width: 800px){
	.hide_800_only {
	display:none !important;
	}
}

@media screen and (max-width: 750px){
	.hide_750 {
	display:none !important;
	}
}	

@media screen and (min-width:700px) and (max-width: 750px){
	.hide_750_only {
	display:none !important;
	}
}

@media screen and (max-width: 700px){
	.hide_700 {
	display:none !important;
	}
}	

@media screen and (min-width:650px) and (max-width: 700px){
	.hide_700_only {
	display:none !important;
	}
}

@media screen and (max-width: 650px){
	.hide_650 {
	display:none !important;
	}
}	

@media screen and (min-width:600px) and (max-width: 650px){
	.hide_650_only {
	display:none !important;
	}
}

@media screen and (max-width: 600px){
	.hide_600 {
	display:none !important;
	}
}	

@media screen and (min-width:580px) and (max-width: 600px){
	.hide_600_only {
	display:none !important;
	}
}

@media screen and (max-width: 579px){
	.hide_580 {
	display:none !important;
	}
}	

@media screen and (min-width:550px) and (max-width: 579px){
	.hide_580_only {
	display:none !important;
	}
}

.hide_all {
	display:none ! important;
}

@media screen and (min-width:1300px) and (max-width: 50000px){
	.hide_wide_screen {
	display:none !important;
	}
}

@media screen and (min-width:971px) and (max-width: 1299px){
	.hide_standard_screen {
	display:none !important;
	}
}

@media screen and (min-width:750px) and (max-width: 970px){
	.hide_large_tablet {
	display:none !important;
	}
}

@media screen and (min-width:580px) and (max-width: 750px){
	.hide_small_tablet {
	display:none !important;
	}
}

@media screen and (min-width:580px) and (max-width: 750px){
	.hide_small_tablet {
	display:none !important;
	}
}

@media screen and (max-width: 579px){
	.hide_mobile {
	display:none !important;
	}
}

@media screen and (max-width: 1600px){
	.show_1600 {
	display:block !important;
	}
}	

@media screen and (min-width:1500px) and (max-width: 1600px){
	.show_1600_only {
	display:block !important;
	}
}

@media screen and (max-width: 1550px){
	.show_1550 {
	display:block !important;
	}
}	

@media screen and (min-width:1450px) and (max-width: 1550px){
	.show_1550_only {
	display:block !important;
	}
}

@media screen and (max-width: 1500px){
	.show_1500 {
	display:block !important;
	}
}	

@media screen and (min-width:1400px) and (max-width: 1500px){
	.show_1500_only {
	display:block !important;
	}
}

@media screen and (max-width: 1450px){
	.show_1450 {
	display:block !important;
	}
}	

@media screen and (min-width:1350px) and (max-width: 1450px){
	.show_1450_only {
	display:block !important;
	}
}

@media screen and (max-width: 1400px){
	.show_1400 {
	display:block !important;
	}
}	

@media screen and (min-width:1300px) and (max-width: 1400px){
	.show_1400_only {
	display:block !important;
	}
}

@media screen and (max-width: 1350px){
	.show_1350 {
	display:block !important;
	}
}	

@media screen and (min-width:1250px) and (max-width: 1350px){
	.show_1350_only {
	display:block !important;
	}
}

@media screen and (max-width: 1300px){
	.show_1300 {
	display:block !important;
	}
}	

@media screen and (min-width:1200px) and (max-width: 1300px){
	.show_1300_only {
	display:block !important;
	}
}

@media screen and (max-width: 1250px){
	.show_1250 {
	display:block !important;
	}
}	

@media screen and (min-width:1150px) and (max-width: 1250px){
	.show_1250_only {
	display:block !important;
	}
}

@media screen and (max-width: 1200px){
	.show_1200 {
	display:block !important;
	}
}	

@media screen and (min-width:1100px) and (max-width: 1200px){
	.show_1200_only {
	display:block !important;
	}
}

@media screen and (max-width: 1150px){
	.show_1150 {
	display:block !important;
	}
}	

@media screen and (min-width:1050px) and (max-width: 1150px){
	.show_1150_only {
	display:block !important;
	}
}

@media screen and (max-width: 1100px){
	.show_1100 {
	display:block !important;
	}
}	

@media screen and (min-width:1000px) and (max-width: 1100px){
	.show_1100_only {
	display:block !important;
	}
}

@media screen and (max-width: 1050px){
	.show_1050 {
	display:block !important;
	}
}	

@media screen and (min-width:950px) and (max-width: 1050px){
	.show_1050_only {
	display:block !important;
	}
}

@media screen and (max-width: 1000px){
	.show_1000 {
	display:block !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 1000px){
	.show_1000_only {
	display:block !important;
	}
}

@media screen and (max-width: 970px){
	.show_970 {
	display:block !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 970px){
	.show_970_only {
	display:block !important;
	}
}

@media screen and (max-width: 950px){
	.show_950 {
	display:block !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 950px){
	.show_950_only {
	display:block !important;
	}
}

@media screen and (max-width: 900px){
	.show_900 {
	display:block !important;
	}
}	

@media screen and (min-width:850px) and (max-width: 900px){
	.show_900_only {
	display:block !important;
	}
}

@media screen and (max-width: 850px){
	.show_850 {
	display:block !important;
	}
}	

@media screen and (min-width:800px) and (max-width: 850px){
	.show_850_only {
	display:block !important;
	}
}

@media screen and (max-width: 800px){
	.show_800 {
	display:block !important;
	}
}

@media screen and (min-width:750px) and (max-width: 800px){
	.show_800_only {
	display:block !important;
	}
}

@media screen and (max-width: 750px){
	.show_750 {
	display:block !important;
	}
}	

@media screen and (min-width:700px) and (max-width: 750px){
	.show_750_only {
	display:block !important;
	}
}

@media screen and (max-width: 700px){
	.show_700 {
	display:block !important;
	}
}	

@media screen and (min-width:650px) and (max-width: 700px){
	.show_700_only {
	display:block !important;
	}
}

@media screen and (max-width: 650px){
	.show_650 {
	display:block !important;
	}
}	

@media screen and (min-width:600px) and (max-width: 650px){
	.show_650_only {
	display:block !important;
	}
}

@media screen and (max-width: 600px){
	.show_600 {
	display:block !important;
	}
}	

@media screen and (min-width:580px) and (max-width: 600px){
	.show_600_only {
	display:block !important;
	}
}

@media screen and (max-width: 579px){
	.show_580 {
	display:block !important;
	}
}	

@media screen and (min-width:550px) and (max-width: 579px){
	.show_580_only {
	display:block !important;
	}
}

@media screen and (min-width:1300px) and (max-width: 50000px){
	.show_wide_screen {
	display:block !important;
	}
}

@media screen and (min-width:971px) and (max-width: 1299px){
	.show_standard_screen {
	display:block !important;
	}
}

@media screen and (min-width:750px) and (max-width: 970px){
	.show_large_tablet {
	display:block !important;
	}
}

@media screen and (min-width:580px) and (max-width: 750px){
	.show_small_tablet {
	display:block !important;
	}
}

@media screen and (max-width: 579px){
	.show_mobile {
	display:block !important;
	}
}


/* THE INLINE SHOW CALLS BELOW SHOULD BE USED SELDOMLY. THEY SHOULD ONLY BE USED IF THE BLOCK SHOW CALLS ABOVE CAUSE A LAYOUT ISSUE WHEN TRIGGERED.
----------------------------------------------------------- */

@media screen and (max-width: 1600px){
	.show_1600_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1500px) and (max-width: 1600px){
	.show_1600_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1550px){
	.show_1550_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1450px) and (max-width: 1550px){
	.show_1550_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1500px){
	.show_1500_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1400px) and (max-width: 1500px){
	.show_1500_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1450px){
	.show_1450_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1350px) and (max-width: 1450px){
	.show_1450_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1400px){
	.show_1400_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1300px) and (max-width: 1400px){
	.show_1400_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1350px){
	.show_1350_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1250px) and (max-width: 1350px){
	.show_1350_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1300px){
	.show_1300_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1200px) and (max-width: 1300px){
	.show_1300_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1250px){
	.show_1250_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1150px) and (max-width: 1250px){
	.show_1250_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1200px){
	.show_1200_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1100px) and (max-width: 1200px){
	.show_1200_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1150px){
	.show_1150_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1050px) and (max-width: 1150px){
	.show_1150_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1100px){
	.show_1100_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:1000px) and (max-width: 1100px){
	.show_1100_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1050px){
	.show_1050_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:950px) and (max-width: 1050px){
	.show_1050_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 1000px){
	.show_1000_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 1000px){
	.show_1000_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 970px){
	.show_970_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 970px){
	.show_970_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 950px){
	.show_950_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:900px) and (max-width: 950px){
	.show_950_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 900px){
	.show_900_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:850px) and (max-width: 900px){
	.show_900_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 850px){
	.show_850_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:800px) and (max-width: 850px){
	.show_850_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 800px){
	.show_800_inline {
	display:inline !important;
	}
}

@media screen and (min-width:750px) and (max-width: 800px){
	.show_800_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 750px){
	.show_750_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:700px) and (max-width: 750px){
	.show_750_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 700px){
	.show_700_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:650px) and (max-width: 700px){
	.show_700_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 650px){
	.show_650_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:600px) and (max-width: 650px){
	.show_650_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 600px){
	.show_600_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:580px) and (max-width: 600px){
	.show_600_only_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 579px){
	.show_580_inline {
	display:inline !important;
	}
}	

@media screen and (min-width:550px) and (max-width: 579px){
	.show_580_only_inline {
	display:inline !important;
	}
}

@media screen and (min-width:1300px) and (max-width: 50000px){
	.show_wide_screen_inline {
	display:inline !important;
	}
}

@media screen and (min-width:971px) and (max-width: 1299px){
	.show_standard_screen_inline {
	display:inline !important;
	}
}

@media screen and (min-width:750px) and (max-width: 970px){
	.show_large_tablet_inline {
	display:inline !important;
	}
}

@media screen and (min-width:580px) and (max-width: 750px){
	.show_small_tablet_inline {
	display:inline !important;
	}
}

@media screen and (max-width: 579px){
	.show_mobile_inline {
	display:inline !important;
	}
}
/* ANY CSS FOR ALL WIDTHS GOES HERE
----------------------------------------------------------- */

.jm_browseoutter {
	width: 22.5% !important;}


/* ALL WIDTHS UNDER 970PX
----------------------------------------------------------- */

@media screen and (max-width: 970px){

	/* DEFAULT
	----------------- */

	.s5_wrap {
	width:92% !important;
	}
	
	.s5_is_display, .s5_is_slide {
	position:relative !important;
	}
	
	.s5_is_slide {
	height:auto !important;
	}
	
	#fontControls {
	display:none;
	}
	
	/* CUSTOM
	----------------- */
		
	#s5_headertop_inner2 h1 {
		font-size:1.4em;
		line-height: 25px;
		margin-top: -87px;}
			
	#s5_breadcrumb_wrap {
		display:none;}
		
	#s5_footer {
		font-size:.7em;
		float:right;}
		
	#s5_bottom_menu_wrap {
		float: left;
		padding-bottom: 9px;
		margin-left: -7px;}	
		
	.s5_100_percent {
		width:100% !important;
		margin-bottom:20px;}
		
	.s5_scrolltotop  {	
		position: relative !important;}	
					
	#s5_login, #s5_register {
        font-size: 0.7em;}
		
		
	.jdGallery .slideInfoZone h2 {
		line-height:31px !important;
        font-size: 1.9em !important;}	
		
	.jdGallery .slideInfoZone p {
        font-size: 1.2em !important;}
		
	.jdGallery .slideInfoZone {
        top: 28% !important;}
		
	.jm_browseoutter {
		width: auto !important;}	
		
	#s5_headertop_inner2 h1 {
		display:none;}	
		
	#s5_nav li a {
		font-size: .8em;}	
		
	#s5_socialicons {
		margin-left: 16px;
		margin-top: -9px;}
		
	#s5_bottom_menu_wrap {
		display:none;}
			
		.s5_ts_not_active, .s5_ts_active, #s5_button_frame{
			height: auto !important;}	
			
		#s5_button_frame ul li a {
			line-height: 54px !important;
			text-align: center !important;
			height:53px !important;
			float:none !important;
			width:100% !important;}
		
		.module_round_box #s5_button_frame {
			margin-top: 6px;}
			
		#s5_button_frame ul li {
			margin-left:0px;
			overflow: visible !important;
			text-indent:0 !important;
			margin-bottom:5px;
			width:100%;}
			
		#s5_button_frame ul li.s5_ts_active a {
			color: #FFFFFF !important;}	
		
		#s5_button_frame {
			float: left;
			width: 100%;}
			
		#s5_tabshow_left {
			margin-top: 20px;}

		.s5_ts_active a {
			border: 1px solid #333333;}
		

		
}


/* TABLET PORTRAIT MODE CSS
----------------------------------------------------------- */

@media screen and (min-width:580px) and (max-width: 970px){

	
	/* CUSTOM
	----------------- */
	
}


/* TABLET PORTRAIT MODE CSS - SMALLER TABLETS
----------------------------------------------------------- */

@media screen and (max-width: 750px){

	/* CUSTOM
	----------------- */
	
		#s5_login, #s5_register {
		display:none;}
	
		#s5_search_wrap {
			display:none;}
			
		#s5_headertop_inner2 h1 {
			font-size:1.3em;
			line-height: 25px;
			margin-top: -87px;}

		#s5_headertop {
			top: 0px;	}		 
			
			
	.moduletable-search_wrap .jm_searchposelement {
		float: none !important;
		margin-bottom: 10px;}		

	.jm_searchposelement {
		width: 100%; }
		
	.moduletable-search_wrap input.button {
		width:100%;
		float:left;}	
		
	.jm_searchposelement input {
        padding-right: 0;}
		
	
	.module_round_box-search_wrap, .moduletable-search_wrap {
        padding: 2px 7px 1px 8px;}
		
	#s5_headertop {
		padding-bottom:50px;
        position: relative;}
	
	#s5_pos_custom_IACF {
		display: none;}
		
	.jm_inputfield {
		padding: 9px 0 !important;
		text-indent: 13px;}
		
	
		
			

}


/* MOBILE LAYOUT CSS
----------------------------------------------------------- */

@media screen and (max-width: 579px){

	/* DEFAULT
	----------------- */

	#s5_right_column_wrap_inner .s5_float_left, #s5_left_column_wrap_inner .s5_float_left {
	float:none;
	}

	#s5_columns_wrap_inner {
	width:100%;
	}

	#s5_center_column_wrap {
	width:100%;
	left:100%;
	}

	#s5_left_column_wrap {
	left:0%;
	}
	
	#s5_left_top_wrap, #s5_left_column_wrap, #s5_left_inset_wrap, #s5_left_wrap, #s5_left_bottom_wrap, #s5_right_top_wrap, #s5_right_column_wrap, #s5_right_inset_wrap, #s5_right_wrap, #s5_right_bottom_wrap, #s5_top_row1 .s5_float_left, #s5_top_row2 .s5_float_left, #s5_top_row3 .s5_float_left, #s5_above_columns_inner .s5_float_left, #s5_middle_top .s5_float_left , #s5_middle_bottom .s5_float_left, #s5_below_columns_inner .s5_float_left, #s5_bottom_row1 .s5_float_left, #s5_bottom_row2, .s5_float_left, #s5_bottom_row3 .s5_float_left, #s5_above_body .s5_float_left, #s5_below_body .s5_float_left {
	width:100% !important;
	}
	
	#s5_center_column_wrap_inner {
	margin:0px !important;
	}
	
	#s5_left_column_wrap {
	margin-right:0px !important;
	}
	
	#s5_right_column_wrap {
	margin-left:0px !important;
	}
	
	.items-row .item {
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
	margin-left:0px !important;
	}
	
	/* CUSTOM
	----------------- */
	
	.jm_category_float {
		width:100% !important;
		float:none !important;}	
			 


		

}


/* CUSTOM SIZES
----------------------------------------------------------- */




@media screen and (max-width: 1024px){

	#s5_headertop_inner2 h1 {
		font-size:1.5em;
		line-height: 25px;
		margin-top: -87px;}
		
	#s5_nav li a {
		font-size: .9em;}		
		
}


@media screen and (max-width: 1110px){

	#s5_headertop_inner2 h1 {
		font-size: 1.8em;
		line-height: 28px;
		margin-top: -128px;
	}
	
	.s5_hidediv {
		display:none;}
		
	.jdGallery .slideInfoZone p {
			display:none;}	
	 

}



@media screen and (max-width: 1280px){

	#s5_headertop_inner2 h1 {
		font-size:1.8em;
		line-height: 28px;
		margin-top: -95px;}
		
	#s5_headertop #s5_logo, 	#s5_headertop #s5_logo_module {
		margin-left:-5px;}	
		
	#s5_headertop_inner2 #s5_totalwrap {
		margin-right: 0;}	
		
		
	.jdGallery .slideInfoZone h2 {
		line-height:38px !important;
        font-size: 2.3em !important;}	
		
	.jdGallery .slideInfoZone p {
        font-size: 1.6em !important;}	
		
	.jdGallery .slideInfoZone {
        top: 30% !important;}	
		
}


@media screen and (max-width: 1600px){

#s5_headertop_inner2 h1 {
	font-size: 1.7em;
    line-height: 34px;
    margin-top: -112px;}

}


@media screen and (max-width: 950px){

	.moduletable-search_wrap input.button {
		float: left !important;
		margin-top: 8px;
		width: 100% !important;}
		
	.carouselContainer {	
		display:none;}
		
	.module_round_box-search_wrap, .moduletable-search_wrap {
		padding-right:7px;}
		
		
	
		.jm_featuredoutter, #jm_if_innerbox span {
			float:left !important;}

		.jm_featuredoutter {
			clear:none !important;}

		.jm_featuredoutter {
			width:31% !important;
			margin-right:2% !important;}
			
	
}



@media screen and (max-width: 750px){

	#s5_headertop_inner2 h1 {
		font-size: 1.3em;
		line-height: 19px;
		margin-top: -150px;}

	.carouselContainer {
		display:none;}
			
}


@media screen and (max-width: 700px){

		.jm_featuredoutter, #jm_if_innerbox span {
			float:none !important;}

		.jm_featuredoutter {
			width:auto !important;}
}



@media screen and (max-width: 425px){

	#s5_headertop .moduletable {
			display:none;}
	
}		


@media screen and (max-width: 1110px){

	.jdGallery .slideInfoZone h2 {
        font-size: 2.0em !important;}
}


@media screen and (max-width: 1110px){

	#s5_button_content .moduletable {
		padding: 19px 19px 19px 19px !important;}	
		
	#s5_button_content img {
		width:100%;}
		
	.s5_button_item_inner img {
		padding-bottom:19px;}	
		
}		
		

/* S5 BOX
----------------------------------------------------------- */

@media screen and (max-width: 970px){

	#colorbox {
	width:50% !important;
	height:auto !important;
	}
	
	#cboxWrapper {
	width:100% !important;
	}
	
	#cboxContent, #cboxLoadedContent {
	width:100% !important;
	height:auto !important;
	}
	
	#colorbox {
	left:25% !important;
	width:50% !important;
	height:100% !important;
	top:25% !important;
	}
	
}

@media screen and (max-width: 750px){

	#cboxOverlay, #colorbox {
	display:none !important;
	}
	
}












/* SINGLE COLUMN FOR SMALL TABLETS - THIS IS ONLY USED FOR IE7 AND IE8. THE CLASS IS SET WITH JAVASCRIPT FOR IE ONLY
----------------------------------------------------------- */

@media screen and (max-width: 750px){
	
	.s5_ie_single_column #s5_right_column_wrap_inner .s5_float_left, .s5_ie_single_column #s5_left_column_wrap_inner .s5_float_left {
	float:none  !important;
	}

	.s5_ie_single_column #s5_columns_wrap_inner {
	width:100%  !important;
	}

	.s5_ie_single_column #s5_center_column_wrap {
	width:100%  !important;
	left:100%  !important;
	}

	.s5_ie_single_column #s5_left_column_wrap {
	left:0%  !important;
	}
	
	.s5_ie_single_column #s5_left_top_wrap, .s5_ie_single_column #s5_left_column_wrap, .s5_ie_single_column #s5_left_inset_wrap, .s5_ie_single_column #s5_left_wrap, .s5_ie_single_column #s5_left_bottom_wrap, .s5_ie_single_column #s5_right_top_wrap, .s5_ie_single_column #s5_right_column_wrap, .s5_ie_single_column #s5_right_inset_wrap, .s5_ie_single_column #s5_right_wrap, .s5_ie_single_column #s5_right_bottom_wrap {
	width:100% !important;
	}
	
	.s5_ie_single_column #s5_center_column_wrap_inner {
	margin:0px !important;
	}
	
	.s5_ie_single_column #s5_left_column_wrap {
	margin-right:0px !important;
	}
	
	.s5_ie_single_column #s5_right_column_wrap {
	margin-left:0px !important;
	}
	
	.s5_ie_single_column  .items-row .item {
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
	margin-left:0px !important;
	}

}
/* ANY RTL SPECIFIC RESPONSIVE CALLS GO HERE
----------------------------------------------------------- */

#s5_responsive_mobile_top_bar_wrap {
direction:rtl;
}

#s5_responsive_mobile_drop_down_menu {
text-align:left;
}
/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.s5_is_slide{
  float: left; 
  position: absolute; 
  z-index:0;
  overflow: hidden;
  left:0; 
  bottom:0;  
  background:#000000;
  visibility: visible; 
  margin:0px !important;
  padding:0px !important;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;}

.s5_is { 
  overflow: hidden; 
  position: relative;
  padding:0;
  cursor:pointer;}

.s5_is_display {
  position: absolute; 
  top: 0;
  z-index:1;
  font-size:1em;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  color:#CCCCCC; }

.s5_is_display h3 {
  white-space:nowrap;
  padding-top:15px;
  padding-bottom:15px;
  font-size:1.1em;
  color:#FFFFFF;}

.s5_is img {
  display:block;}

@media screen and (max-width: 970px){
	.s5_is_display h3 {
	  white-space:normal;}
}


/*  CSS3 Info Slide Version  */

.s5_is_css_1 .s5_is_css_hidden, .s5_is_css_1:hover img, .s5_is_css_1 img, .s5_is_css .s5_is_slide_css, .s5_is_css_2 img, .s5_is_css_2 .s5_is_slide_css, .s5_is_css_3 .s5_is_slide_css, .s5_is_css_4 .s5_is_slide_css, .s5_is_css_5 .s5_is_slide_css, .s5_is_css_6 .s5_is_slide_css, .s5_is_css_7 .s5_is_slide_css, .s5_is_css_7 .s5_is_slide_7_css{
	-webkit-transition:  all 300ms ease-in;
	-moz-transition:  all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition:  all 300ms ease-in;	}	
	
.s5_is_css img, .s5_is_css_hidden, .s5_is_css_1 img, .s5_is_css_2 img, .s5_is_css_3 img, .s5_is_css_4 img {	
	display:block;}	
	
/* Default */
	
.s5_is_css .s5_is_slide_css {
	background:#000000;
	-moz-opacity: .85;
	-khtml-opacity: .85;
	filter:alpha(opacity=85);
	opacity:.85;
	transform: translateY(-24%);
	-ms-transform:translateY(-24%); /* IE 9 */
	-webkit-transform:translateY(-24%); /* Safarai Chrome */
	height:100%;
	color: #CCCCCC;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css:hover .s5_is_slide_css {		
	transform: translateY(-100%);
	-ms-transform:translateY(-100%); /* IE 9 */
	-webkit-transform:translateY(-100%); /* Safarai Chrome */}	
	
.s5_is_css {
	position:relative;overflow:hidden;}
	
.s5_is_css h1, .s5_is_css h2, .s5_is_css h3, .s5_is_css h4, .s5_is_css h5 {
	font-size:100%;
	padding-bottom: 3%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;}
	
.s5_is_css .s5_is_css_hidden {
	background:none;
	line-height: 22px;
	padding:4%;
	padding-top:0%;
	overflow:hidden;
	font-size:.9em;}	
	
@media screen and (max-width: 970px){
	.s5_is_css .s5_is_slide_css, .s5_is_css:hover .s5_is_slide_css  {
	transform:none;
	-ms-transform:none;
	-webkit-transform:none;
	position:relative;}
}

/* Version 1 */

.s5_is_css_1 .s5_is_slide_css {
	bottom: 0;color: #FFFFFF;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css_1 {
	position:relative;overflow:hidden;}
	
.s5_is_css_1 h1, .s5_is_css_1 h2, .s5_is_css_1 h3, .s5_is_css_1 h4, .s5_is_css_1 h5 {
	bottom:0;color:#ffffff;padding-left:6%;padding-bottom:6%;padding-right:6%;}

.s5_is_css_1:hover .s5_is_css_hidden {
	height:auto;
	background:#000000;
	padding:6%;}	
	
.s5_is_css_1 .s5_is_css_hidden {
	display:block;
	background:none;
	line-height: 22px;
	padding-left:6%;
	padding-right:6%;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:0.9em;
	height:0px;}

	
@media screen and (max-width: 970px){
	.s5_is_css_1 .s5_is_slide_css, .s5_is_css_1:hover .s5_is_slide_css  {
		background:#262626;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		position:relative;}
	
	.s5_is_css_1 h1, .s5_is_css_1 h2, .s5_is_css_1 h3, .s5_is_css_1 h4, .s5_is_css_1 h5 {
		font-size:100%;padding-bottom: 3%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;}
		
	.s5_is_css_1 .s5_is_css_hidden, .s5_is_css_1:hover .s5_is_css_hidden {
		height:auto;
		background:#262626;
		padding:4%;
		padding-top:0%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;}
}

	
/* Version 2 */

.s5_is_css_2 .s5_is_slide_css {	
	background:#000000;
	-moz-opacity: .85;
	-khtml-opacity: .85;
	filter:alpha(opacity=85);
	opacity:.85;
	transform: translateY(-23%);
	-ms-transform:translateY(-23%); /* IE 9 */
	-webkit-transform:translateY(-23%); /* Safarai Chrome */
	height:100%;
	color: #FFFFFF;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css_2:hover .s5_is_slide_css, .s5_is_css_2:hover img {	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1;
	transform: translateY(-100%);
	-ms-transform:translateY(-100%); /* IE 9 */
	-webkit-transform:translateY(-100%); /* Safarai Chrome */}	
	
.s5_is_css_2 {
	position:relative;overflow:hidden;}
	
.s5_is_css_2 h1, .s5_is_css_2 h2, .s5_is_css_2 h3, .s5_is_css_2 h4, .s5_is_css_2 h5 {
	font-size:100%;
	padding-bottom: 0%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;}
	
.s5_is_css_2 .s5_is_css_hidden {
	display:block;
	background:none;
	line-height: 22px;
	padding:3% 4% 4%;
	font-size:0.9em;
	height:0px;}

@media screen and (max-width: 970px){
	.s5_is_css_2 .s5_is_slide_css, .s5_is_css_2:hover .s5_is_slide_css  {
		background:#000000;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		position:relative;}
	
	.s5_is_css_2:hover .s5_is_slide_css, .s5_is_css_2:hover img {	
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;}	
	
	.s5_is_css_2 h1, .s5_is_css_2 h2, .s5_is_css_2 h3, .s5_is_css_2 h4, .s5_is_css_2 h5 {
		font-size:100%;padding-bottom: 3%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;}
		
	.s5_is_css_2 .s5_is_css_hidden, .s5_is_css_2:hover .s5_is_css_hidden {
		height:auto;
		background:#000000;
		padding:4%;
		padding-top:0%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	}
}




/* Version 3 */

.s5_is_css_3 .s5_is_slide_css {	
	background:#000000;
	right:-55%;
	top:0;
	height:100%;
	width:55%;
	color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	position: absolute;}
	
.s5_is_css_3 img {
	float:left;
	height:100% !important;
	width:45% !important;}

.s5_is_css_3:hover .s5_is_slide_css {	
	right:0;}	
	
.s5_is_css_3 {
	line-height:22px;
	position:relative;
	background:#191919;
	overflow:hidden;}
	
.s5_is_css_3 h1, .s5_is_css_3 h2, .s5_is_css_3 h3, .s5_is_css_3 h4, .s5_is_css_3 h5 {
	font-size:100%;
	padding-bottom: 0%;padding-left: 6%;padding-right: 6%;padding-top: 4%;color:#ffffff;}
	
.s5_is_css_3 .s5_is_css_hidden, .s5_is_css_3 .s5_is_css_initial_text {
	display:block;
	background:none;
	padding-bottom: 0%;padding-left: 6%;padding-right: 6%;padding-top: 4%;
	font-size:0.9em;}
	
.s5_is_css_3 .s5_is_css_initial {
	color: #FFFFFF;
	padding-bottom:4%;
	float:left;
	width:55%;}
	
	

@media screen and (max-width: 970px){
	.s5_is_css_3 img,.s5_is_css_3 .s5_is_css_initial, .s5_is_css_3 .s5_is_slide_css {
		float:none;
		width:100% !important;
		height:auto !important;	}
	
	.s5_is_css_3 .s5_is_slide_css {
		position:relative;
		right:0;
		padding-bottom:4%;
		height:auto;}
	
	.s5_is_css_3 h1, .s5_is_css_3 h2, .s5_is_css_3 h3, .s5_is_css_3 h4, .s5_is_css_3 h5 {
		padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
	
	.s5_is_css_3 .s5_is_css_hidden, .s5_is_css_3 .s5_is_css_initial_text {
		padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
	
	.s5_is_css_3 .s5_is_slide_css, .s5_is_css_3 .s5_is_css_initial {
		padding-bottom:3%;}
}

	
	
	
	
/* Version 4 */

.s5_is_css_4 .s5_is_slide_css {	
	background:#000000;
	right:-100%;
	top:0;
	height:100%;
	width:100%;
	color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	position: absolute;}
	
.s5_is_css_4 img {
	float:left;
	height:100% !important;
	width:45% !important;}

.s5_is_css_4:hover .s5_is_slide_css {	
	right:0;}	
	
.s5_is_css_4 {
	line-height:22px;
	position:relative;
	background:#191919;
	overflow:hidden;}
	
.s5_is_css_4 .s5_is_css_initial h1, .s5_is_css_4 .s5_is_css_initial h2, .s5_is_css_4 .s5_is_css_initial h3, .s5_is_css_4 .s5_is_css_initial h4, .s5_is_css_4 .s5_is_css_initial h5 {
	font-size:100%;
	padding-bottom: 0%;padding-left: 6%;padding-right: 6%;padding-top: 4%;color:#ffffff;}
	
.s5_is_css_4 .s5_is_slide_css h1, .s5_is_css_4 .s5_is_slide_css h2, .s5_is_css_4 .s5_is_slide_css h3, .s5_is_css_4 .s5_is_slide_css h4, .s5_is_css_4 .s5_is_slide_css h5 {
	font-size:100%;
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 2%;}
	
.s5_is_css_4 .s5_is_css_initial_text {
	display:block;
	background:none;
	padding-bottom: 0%;padding-left: 6%;padding-right: 6%;padding-top: 4%;
	font-size:0.9em;}
	
.s5_is_css_4 .s5_is_css_hidden {
	display:block;
	background:none;
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 2%;
	font-size:0.85em;}
	
.s5_is_css_4 .s5_is_css_initial {
	color: #FFFFFF;
	padding-bottom:4%;
	float:left;
	width:55%;}

@media screen and (max-width: 970px){
	.s5_is_css_4 img,.s5_is_css_4 .s5_is_css_initial, .s5_is_css_4 .s5_is_slide_css {
	float:none;
	width:100% !important;
	height:auto !important;	}
	
	.s5_is_css_4 .s5_is_slide_css {
	position:relative;
	right:0;
	padding-bottom:4%;
	height:auto;	}
	
	.s5_is_css_4 .s5_is_css_initial h1, .s5_is_css_4 .s5_is_css_initial h2, .s5_is_css_4 .s5_is_css_initial h3, .s5_is_css_4 .s5_is_css_initial h4, .s5_is_css_4 .s5_is_css_initial h5 {
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
	
	.s5_is_css_4 .s5_is_slide_css h1, .s5_is_css_4 .s5_is_slide_css h2, .s5_is_css_4 .s5_is_slide_css h3, .s5_is_css_4 .s5_is_slide_css h4, .s5_is_css_4 .s5_is_slide_css h5 {
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
	
	.s5_is_css_4 .s5_is_css_initial_text {
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
		
	.s5_is_css_4 .s5_is_css_hidden {
	padding-bottom: 0%;padding-left: 3%;padding-right: 3%;padding-top: 3%;}
		
	.s5_is_css_4 .s5_is_css_initial {
	padding-bottom:3%;}
	
	.s5_is_css_4 .s5_is_slide_css {	
	padding-bottom:3%;}
}


/* Version 5 */

.s5_is_css_5 .s5_is_slide_css {	
	background-color:#000000;
	-moz-opacity: .15;
	-khtml-opacity: .15;
	filter:alpha(opacity=15);
	opacity:.15;
	transform: translateY(-100%);
	-ms-transform:translateY(-100%); /* IE 9 */
	-webkit-transform:translateY(-100%); /* Safarai Chrome */
	height:100%;
	color: #FFFFFF;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css_5:hover .s5_is_slide_css, .s5_is_css_5:hover img {	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1;}	
	
.s5_is_css_5 {
	position:relative;overflow:hidden;width:100%;height:100%;}
	
.s5_is_css_5 h1, .s5_is_css_5 h2, .s5_is_css_5 h3, .s5_is_css_5 h4, .s5_is_css_5 h5 {
	font-size: 100%;
	background: none repeat scroll 0 0 #000000;
    display: table;
    font-weight: normal !important;
    left: 0 !important;
    line-height: 48px !important;
    margin: 11px auto !important;
    padding: 1px 21px !important;
    position: relative;
	color:#ffffff;}
	
	.s5_is_css_wrap_5 {
		display: table !important;
		left: 0 !important;
		margin-left: -20px;
		margin-right: auto !important;
		padding: 20px !important;
		right: 0 !important;
		top: 22% !important;
		width:inherit !important;
		z-index: 1;
		position:absolute;}
		
	.s5_is_css_wrap_5 a {
		color:#ffffff;}
	
.s5_is_css_5 .s5_is_css_hidden {
	display:block;
	text-align: center;
	background:none;
	color:#ffffff;
	line-height: 6px;
	padding:3% 4% 4%;
	font-size:1.8em;
	left:0;
	right:0;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:1;}

@media screen and (max-width: 970px){
	.s5_is_css_5 .s5_is_slide_css, .s5_is_css_5:hover .s5_is_slide_css  {
		background:#000000;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		position:relative;}
		
	.s5_is_css_5:hover .s5_is_slide_css, .s5_is_css_5:hover img {	
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;}	
	
	.s5_is_css_5 h1, .s5_is_css_5 h2, .s5_is_css_5 h3, .s5_is_css_5 h4, .s5_is_css_5 h5 {
		margin-top:0px !important;
		font-size:100%;padding-bottom: 3%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;line-height:30px !important;}
		
	.s5_is_css_wrap_5 {
		background:#000000;
		padding-bottom:1%;
		position:relative;}
	
	.s5_is_css_5 .s5_is_css_hidden, .s5_is_css_5:hover .s5_is_css_hidden {
		height:auto;
		position:relative;
		background:#000000;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;}
}




/* Version 6 */

.s5_is_css_6 .s5_is_slide_css {	
	background-color:#000000;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1;
	transform: translateY(-100%);
	-ms-transform:translateY(-100%); /* IE 9 */
	-webkit-transform:translateY(-100%); /* Safarai Chrome */
	height:100%;
	color: #FFFFFF;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css_6:hover .s5_is_slide_css {	
	-moz-opacity: .15;
	-khtml-opacity: .15;
	filter:alpha(opacity=15);
	opacity:.15;}	
	
.s5_is_css_6 {
	position:relative;overflow:hidden;width:100%;height:100%;}
	
.s5_is_css_6 h1, .s5_is_css_6 h2, .s5_is_css_6 h3, .s5_is_css_6 h4, .s5_is_css_6 h5 {
	font-size: 100%;
	background: none;
	border-bottom:1px solid #ffffff;
    display: table;
    font-weight: normal !important;
    left: 0 !important;
    line-height: 48px !important;
    margin: 11px auto !important;
    padding: 1px 0px !important;
    position: relative;
	color:#ffffff;}
	
	.s5_is_css_wrap_6 {
		display: table !important;
		left: 0 !important;
		margin-left: -20px;
		margin-right: auto !important;
		padding: 20px !important;
		right: 0 !important;
		top: 20% !important;
		width:inherit !important;
		z-index: 1;
		position:absolute;}
		
	.s5_is_css_wrap_6 a {
		color:#ffffff;}	
	
.s5_is_css_6 .s5_is_css_hidden {
	display:block;
	text-align: center;
	background:none;
	color:#ffffff;
	line-height: 6px;
	padding:3% 4% 4%;
	font-size:1.8em;
	left:0;
	right:0;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:1;}

@media screen and (max-width: 970px){

	.s5_is_css_6 h1, .s5_is_css_6 h2, .s5_is_css_6 h3, .s5_is_css_6 h4, .s5_is_css_6 h5 {
		border:none;}
	
	.s5_is_css_6 .s5_is_slide_css, .s5_is_css_6:hover .s5_is_slide_css  {
		background:#000000;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		position:relative;}
		
	.s5_is_css_6:hover .s5_is_slide_css, .s5_is_css_6:hover img {	
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;}	
	
	.s5_is_css_6 h1, .s5_is_css_6 h2, .s5_is_css_6 h3, .s5_is_css_6 h4, .s5_is_css_6 h5 {
		margin-top:0px !important;
		font-size:100%;padding-bottom: 3%;padding-left: 4%;padding-right: 4%;padding-top: 3%;color:#ffffff;line-height:30px !important;}
		
	.s5_is_css_wrap_6 {
		background:#000000;
		padding-bottom:1%;
		position:relative;}
	
	.s5_is_css_6 .s5_is_css_hidden, .s5_is_css_6:hover .s5_is_css_hidden {
		height:auto;
		position:relative;
		background:#000000;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;}
}



/* Version 7 */

.s5_is_css_7 .s5_is_slide_css {	
	background-color:#ffffff;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter:alpha(opacity=100);
	opacity:0;
	transform: translateY(-102%);
	-ms-transform:translateY(-102%); /* IE 9 */
	-webkit-transform:translateY(-102%); /* Safarai Chrome */
	height:100%;
	color: #FFFFFF;left: 0;width:100%;margin-left: 0;margin-top: 0;position: absolute;}

.s5_is_css_7:hover .s5_is_slide_css {	
	-moz-opacity: .8;
	-khtml-opacity: .8;
	filter:alpha(opacity=80);
	opacity:.8;}	
	
	.s5_is_css_7 .s5_is_css_wrap_7 {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		filter:alpha(opacity=0);
		opacity:0;}
	
	.s5_is_css_7:hover .s5_is_css_wrap_7 {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		filter:alpha(opacity=100);
		opacity:1;}
	
	
.s5_is_css_7 {
	position:relative;overflow:hidden;width:100%;height:100%;}
	
.s5_is_css_7 h1, .s5_is_css_7 h2, .s5_is_css_7 h3, .s5_is_css_7 h4, .s5_is_css_7 h5 {
	font-size: 110%;
    font-weight: normal !important;
    left: 0 !important;
    line-height: 19px !important;
    margin-bottom: 0px;
    position: relative;
	color:#ffffff;}
	
	.s5_is_css_wrap_7 {
		display: table !important;
		left: 0 !important;
		margin-left: -20px;
		margin-right: auto !important;
		padding: 20px !important;
		right: 0 !important;
		top: 22% !important;
		width:inherit !important;
		z-index: 1;
		position:absolute;}
		
	.s5_is_css_wrap_7 a {
		font-size: 0.7em;
		color:#ffffff;}
	
.s5_is_css_7 .s5_is_css_hidden {
	display:table-cell;
	text-align: center;
	background:none;
	color:#ffffff;
	line-height: 6px;
	padding:9% 4% 4%;
	font-size:1.1em;
	left:0;
	right:0;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:1;}
	
	.s5_is_css_7 a:hover {
		text-decoration:none;}
		
		
.s5_is_css_7 .s5_is_slide_7_css {
    background: none repeat scroll 0 0 #ffffff;
    color: #cccccc;
    height: 100%;
    left: 0;
	line-height: 19px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
}		

.s5_is_css_wrap_7 .s5_is_css_hidden a.darkcolor {
	background:#333333 !important;}

.s5_is_css_7 .s5_is_slide_7_css {
	transform: translateY(-0%);
	-ms-transform:translateY(-0%); /* IE 9 */
	-webkit-transform:translateY(-0%); /* Safarai Chrome */}


.s5_is_css_7:hover .s5_is_slide_7_css {
	transform: translateY(-35%);
	-ms-transform:translateY(-35%); /* IE 9 */
	-webkit-transform:translateY(-35%); /* Safarai Chrome */}

		
		
.s5_is_css_7 .s5_is_slide_padding {
	font-size:.8em;
	color:#5a5a5a;
	padding:24px;}
	
	
@media screen and (max-width: 1480px){	

	.s5_is_css_7 .s5_is_slide_padding {
		font-size: 0.7em !important;
		line-height: 11px;
		padding: 16px;	}	
}	


@media screen and (max-width: 1280px){	

	.s5_is_css_7 .button { font-size: 0.6em; }

	.s5_is_css_7 .s5_is_slide_padding {
		font-size: 0.7em !important;
		line-height: 11px;
		padding: 13px;	}	
		
		
}	


@media screen and (max-width: 1000px){

	.s5_is_css_wrap_7 .s5_is_css_hidden a {
		display:block;}	
	
	.s5_is_css_wrap_7 .s5_is_css_hidden a {
		margin-bottom: 9px;	}
		
}		


	

@media screen and (max-width: 970px){

	.s5_is_css_7 .s5_is_slide_css, .s5_is_css_7:hover .s5_is_slide_css  {
		background:#000000;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		position:relative;}
		
	.s5_is_css_7:hover .s5_is_slide_css, .s5_is_css_7:hover img {	
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;}	
	
	.s5_is_css_7 h1, .s5_is_css_7 h2, .s5_is_css_7 h3, .s5_is_css_7 h4, .s5_is_css_7 h5 {
		margin-top:0px !important;
		font-size:100%;color:#ffffff;line-height:30px !important;}
		
	.s5_is_css_wrap_5 {
		background:#000000;
		padding-bottom:1%;
		position:relative;}
	
	.s5_is_css_7 .s5_is_css_hidden, .s5_is_css_7:hover .s5_is_css_hidden {
		height:auto;
		position:relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;}
		
	.s5_is_css_7 .s5_is_slide_7_css {
		transform:none !important;
		-ms-transform:none !important;
		-webkit-transform:none !important;
		position:relative;}
		

	.s5_is_css_wrap_7 {
        top: 11% !important;}
		

	
	.s5_is_css_7 .s5_is_slide_padding {
		line-height: 17px;
		padding: 13px 26px 21px !important;}
		

		
}
