﻿
body {
	background:#fff url(images/bg.jpg) repeat-x;
	margin:0px;
}

body, div, ul, p, il, a
{
	direction:rtl;
	text-align:right;
	font:12px arial,sans-serif;
}

div, ul
{
	margin:0px;
	padding:0px;
}

div#all
{
	width:980px;
	margin:auto; 
	/*display: table;*/
}

div#toprow
{
	background: url(images/bg.jpg) repeat-x;
	height:110px;
}

div#toprow div.right_c
{
	background: url(images/bg2.jpg) repeat-x;
	height:110px;
}

div#right_menu
{
	background-color:#F0F0F0;
	padding-bottom:30px;
	height: expression(this.height<610 ?   '100%' :   '610px;');
	min-height:610px;
}

div.container
{
	min-height:10px;
	display: block;
}

div.left_c
{
	width:255px; 
	float:left;
}

div.center_c
{
	float:right;
	width:530px;
}

div.right_c
{
	width:195px; 
	float:right;
}

div#main_menu
{
	margin-top: 54px;
	padding:0px;
}

ul.top_menu li
{
	float:right;
	margin:0px 0px 0px 2px;
	display:inline;
	vertical-align:middle;
}

ul.top_menu li a
{
	width:104px;
	height:46px;
	color:#fff;
	text-decoration:none;
	display: block;
	padding-top:10px;
	text-align:center;
	font-weight:bold;

	background: url(images/elements.jpg) no-repeat 0px -144px;
}

form#search_form
{
	float:left;
	width:100%;
	height:36px;
	margin-top: 3px;
	background: url(images/elements.jpg) repeat 0px -144px;
}

#search_form input, #search_form button {
	border: solid 1px #D7EDBC;
	float: right;
	margin-top: 8px;
}

#search_form input.box {
	border-left:none;
	margin-right:8px;
	color:#777777;
	width: 210px;
	height: 17px;
	background: #fff url(images/saficons.png) no-repeat 170px -53px;
}
#search_form input.box:focus {
	background: #fff;
	outline: none;
}
#search_form button.btn {
	border-right:none;
	width: 25px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/saficons.png) no-repeat -3px -5px;
}
#search_form button.btn:hover {
	background: url(images/saficons.png) no-repeat -3px -31px;
}

ul.top_menu li a:hover 
{
	text-decoration:underline;
	background-position: 0px -204px;
}

ul.top_menu li.topmenu_selected a {
	background-position: -23px -82px;
	color:#455B2A;
}

div#saflogo{
	margin: 10px 20px;
}
#saflogo a{
	width:140px;
	height:70px;
	background: url(images/elements.jpg) no-repeat -20px 0px;
	display: block;
}
#saflogo span{
	display:none;
}

.grn_block, .grn_block_s, .gry_block, .warning_block , .filters {
	background-color:#F9FCF3;
	padding:0px 8px 8px 8px;
	color:#455B2A;
	margin:2px 0px 6px 0px;
	clear:both;
}

.gry_block, .grn_block_s, .warning_block {
	background-color:#fff;
	padding:0px 0px 0px 0px;
	color:#444;
}

.filters {
	background-color:#F9FCF3;
	padding:0px 0px 0px 0px;
}

.grn_block h3, .grn_block_s h3, .gry_block h3, .warning_block h3 , .filters h3, .grn_block_s h1{
	background-color:#D7EDBC;
	font-size:12px;
	color:#455B2A;
	font-weight:bold;
	margin: 0px -8px 4px -8px;
	padding:3px 8px;
}

.warning_block h3 , .grn_block_s h3, .gry_block h3, .filters h3{
	margin:0px 0px 4px 0px;
}

.warning_block h3, .filters h3 {
	color:#fff;
	background:#FE8E03;
}

.gry_block h3 {
	background-color:#E2E2E2;
}

.grn_block a, .grn_block_s a, .gry_block a, .warning_block a {
	color:#475A2C;
	font-weight:bold;
}

.grn_block a:hover, .grn_block_s a:hover, .gry_block a:hover, div.promo a:hover, .warning_block a:hover {
	color:#999;
}

div.more {
	clear:both;
	float:left;
	margin-bottom:20px;
}
/*////////////////////////////////*/
ul.side_menu
{
	margin-bottom:10px;
}

ul.side_menu li
{
	padding:1px 6px 0px 6px;
	list-style-type:none;
}
ul.side_menu li a
{
	padding:4px 4px;
	color:#475A2C;
	text-decoration:none;
	display: block;
}
ul.side_menu li a:hover 
{
	text-decoration:underline;
	background-color:#F8F8F8;
}
ul.side_menu li.sidemenu_selected a {
	background-color:#D7EDBC;
}

div.promo{
	color:#475A2C;
	background-color:#D7EDBC;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align:middle;
	padding:20px 5px;
	margin-top: 20px;
}
div.promo a
{
	color:#475A2C;
	display: block;
	font-weight:bold;
}

div.promo a.p_icon
{
	float:right;
	padding-left:5px;
}

div#center {
	padding:0px 16px;
	width:498px;
}

div#main_article, div#facecomments, div.share_bar{
	margin-bottom:9px;
	clear:both;
}

div.share_bar{
	float:left;
}

div.article_body {
	clear: both;
}

.article_body img{
	width: expression(this.width>480 ?   '100%' :   '480px;');
	max-width:480px;
	border: solid 1px #D7EDBC;
	padding:4px;
	display:block;
	margin: 8px 0px;
}

.article_body a{
	color:#475A2C;
}
.article_body a:hover{
	background-color:#D7EDBC;
}

.article_body ul{
	padding-right: 15px;
	margin: 2px;
	line-height:150%;
	list-style-type:square;
}
.article_body ul li{
	padding-right: 5px;
}
.article_body strong{
	color:#455B2A;
}

h1,h2,h3 {
	margin-bottom:0px;
}

.article_body h1, .article_body h2, .article_body h3{
	margin-bottom:0px;
}

.article_body h1 ,.article_body h1 a{
	font-size:20px;
	color:#455B2A;
	font-weight: bold;
}
.article_body h2 ,.article_body h2 a{
	font-size:16px;
	color:#455B2A;
	font-weight: bold;
}
.article_body h3 ,.article_body h3 a{
	font-size:14px;
	color:#455B2A;
	font-weight: bold;
}

.tagstrip {
	color:#A0AE8B;
	font-size:11px;
	font-weight:bold;
}
.tagstrip a{
	color:#A0AE8B;
	font-size:11px;
	margin-right:2px;
	font-weight:bold;
}
.tagstrip a:hover{
	color:#455B2A;
}
div#facelike{
	margin:12px 0px;
}
.article_body, .article_body p{
	color:#444;
}

.article_body, .article_body p, .article_body a{
	line-height:150%;
	font-size:14px;
}

p.product_data {
	font-weight:bold;
}

.article_body p {
	margin:0px;
}

div#user_bar{
	float:left;
	margin:18px 0px;
	color:#fff;
}

div#user_bar a{
	color:#AFD580;
}

div#footer_1, div#footer_2 {
	width:980px;
	margin:auto; 
	margin-top:10px;
	padding-top:10px;
}

div#footer_1{
	border-top:1px solid #D7EDBC;
	color:#707070;
}
div#footer_1 a{
	color:#707070;
}

div#footer_2{
	text-align:center;
	color:#aaa;
	padding-bottom:10px;
}

div#footer_2 a {
	color:#aaa;
}

div.star
{
	float:left;
	padding:4px;
	padding-left:24px;
	height:16px;
	background: url(images/saficons.png) no-repeat 0px -106px;
}

span.new
{
	width:25px;
	margin: 0px 5px;
	display: inline-block;
	vertical-align:middle;
	background: url(images/saficons.png) no-repeat -57px -114px;
}

img.upload
{
	width:40px;
	height:32px;
	background: url(images/saficons.png) no-repeat 0 -73px;
	border:none;
}

img.register
{
	width:36px;
	height:36px;
	background: url(images/saficons.png) no-repeat -83px -71px;
	border:none;
}

img.p_upload
{
	width:36px;
	height:36px;
	background: url(images/saficons.png) no-repeat -122px -71px;
	border:none;
}

img.print_button, img.mail_button, img.favorites_button, img.fasebook_button, img.twitter_button {
	width:20px;
	height:20px;
	border:none;
	margin-left:4px;
}
img.print_button{
	background: url(images/share20.png) no-repeat 0px -120px;
}
img.mail_button{
	background: url(images/share20.png) no-repeat 0px -200px;
}
img.favorites_button{
	background: url(images/share20.png) no-repeat 0px -160px;
}
img.fasebook_button{
	background: url(images/share20.png) no-repeat 0px -140px;
}
img.twitter_button{
	background: url(images/share20.png) no-repeat 0px -100px;
}

img.rss_button{
	width:16px;
	height:18px;
	background: #F9FCF3 url(images/saficons.png) no-repeat -88px -132px;
	border:none;
	vertical-align:middle;
}

img.download{
	width:22px;
	height:20px;
	border:none;
	background: #F9FCF3 url(images/saficons.png) no-repeat -47px -72px;
}

img.plus, img.pin, img.info, img.page, img.calendar{
	width:16px;
	height:16px;
}

img.calendar{
	background: #F9FCF3 url(images/saficons.png) no-repeat -30px -132px;
}

img.plus{
	background: #F9FCF3 url(images/saficons.png) no-repeat -32px -32px;
}

img.pin{
	background: #F9FCF3 url(images/saficons.png) no-repeat -51px -32px;
}

img.info{
	background: #F9FCF3 url(images/saficons.png) no-repeat -69px -32px;
}

img.page{
	background: #F9FCF3 url(images/saficons.png) no-repeat -88px -32px;
}

table.list_items {
	border: none;
	border-collapse:collapse;
}
table.list_items td{
	vertical-align:top;
	padding-top:7px;
}
.list_items td img{
	margin:2px 0px 0px 5px;
}
.list_items td a{
	text-decoration:none;
}


span.time{
	color:#A0AE8B;
	font-size:11px;
	font-weight:bold;	
}

div.gallery {
	font-size:10px;
	margin: 15px 0px 15px 0px;
}
div.gallery img{
	float:right;
	width:100px;
	height:100px;
	border:solid 1px #D7EDBC;
	margin:6px 0px 0px 6px;
	padding:2px;
}
div.gallery a, div.list_item_d a{
	text-decoration:none;
}

table.tumbnail_items td img, div.list_item_d img{
	width:100px;
	height:100px;
	border:solid 1px #455B2A; /* #D7EDBC; */
	margin:5px 0px 0px 5px;
}

table.tumbnail_items td, table.lite_items td{
	border-bottom: 1px solid #D7EDBC;
	padding:15px 0px 5px 0px;
}

div.list_item_d {
	width:150px;
	padding:5px 0px 10px 16px;
	float:right;
	height:160px;
}

.spacer, .spacer_b {
	clear:both;
	height:2px;
}

.spacer_b {
	border-bottom: 1px solid #D7EDBC;
}

div.centerAdds{
	margin:10px 0px 20px 0px;
	padding:4px;
	border: 1px solid #D7EDBC;
	/* background:#ECFAD9; */
}

div.admin_bar a, span.marker, div.pager a{
	color:#fff;
	background:#FE8E03;
	font-size:11px;
	margin-left:8px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 6px 0px 6px;
}

div.pager a {
	background:#D7EDBC;
	color:#455B2A;
}

div.pager {
	float: left;
	color:#455B2A;	
}

div.pager ul{
	float:left;
	list-style-type:none;
	direction:ltr;
}

div.pager ul li{
	display:inline;
}

div.admin_bar a:hover{
	color:#455B2A;
	background:#eee;
}

div.filters  div a img{
	vertical-align:middle;
	border:none;
}

div.filters  div a{
	text-decoration:none;
}

div.filters  div {
	margin:5px;
}

div#breadcrumbs{
	border-bottom: 1px solid #D7EDBC;
}

div.breadcrumb {
	float:right;
	margin:4px 0 4px 10px;
	background-color:#E2E2E2;
	padding-left:4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:11px;
}

div.b_types {
	background:#D7EDBC;
	font-weight:bold;
}

div.b_search {
	background:#FE8E03;
	color:#fff;
	font-weight:bold;
}

div.breadcrumb a {
	text-decoration:none;
}

div.rescount {
	float:rignt;
	height:14px;
	padding:4px;
}

div#sorting {
	float:left;
	padding:4px;
}

div.breadcrumb a img{
	vertical-align:middle;
	border:none;
	width:14px;
	height:14px;
	margin-left:4px;
	background: #E2E2E2 url(images/saficons.png) no-repeat -31px -7px;
}

img#user_logo{
	width: expression(this.width>236 ?   '100%' :   '236px;');
	max-width:236px;
	border: solid 1px #D7EDBC;
}

div.message {
	margin:0px;
	background-color:#ECF6DD;
	clear:both;
}

div.m_head{
	line-height:20px;
	clear:both;
	padding:1px 4px 1px 4px;
	cursor:pointer;	
}

div.m_body{
	margin:4px;
	padding:4px;
	border-right: 1px solid #D7EDBC;
	border-bottom: 1px solid #D7EDBC;
	font-size: 13px;
	line-height: 135%;	
}

div.m_body img {
	width: expression(this.width>465 ?   '100%' :   '465px;');
	max-width:465px;
	border: solid 1px #D7EDBC;
	padding:4px;
	margin: 8px 0px;
}

div.m_body a {
	color:#475A2C;
}

div.m_compact{
	display:none;
}

div.m_tail{
	margin-top:15px;
	text-align: left;	
}

div.m_tail a {
	color:#455B2A;
	text-decoration:none;	
}

div.m_head h3{
	font-size:13px;
	color:#455B2A;
	font-weight:bold;
	display:inline;
}

div.m_head span.time {
	float:left;
	margin-right:4px;
	/*float:left;*/
}
div.m_head span.user {
	float:left;
	text-align:left;
	margin-right:15px;
	color:#455B2A;
}

div.m_head span.user a {
	color:#455B2A;
	line-height:20px;
}

img.toggle_plus, img.toggle_minus, span.m_replay img, span.m_email img, img.open_thread, 
img.toggle_plus_g, img.attached_img {
	width:16px;
	height:16px;
	border:none;
	vertical-align:middle;	
	padding:0px;
	margin:0px;
}

span.m_replay, span.m_email{
	cursor:pointer;
}

span.m_replay img, span.m_email img {
	margin-left:4px;
}

img.toggle_plus {
	background: url(images/saficons.png) no-repeat -33px -33px;
}
img.toggle_plus_g {
	background: url(images/saficons.png) no-repeat -49px -7px;
}
img.toggle_minus {
	background: url(images/saficons.png) no-repeat -30px -7px;
}
img.open_thread {
	background: url(images/saficons.png) no-repeat -68px -7px;
}
img.attached_img {
	background: url(images/saficons.png) no-repeat -125px -7px;
	margin-left:4px;
}
img.new_item {
	background: url(images/saficons.png) no-repeat -56px -113px;
	width:29px;
	height:14px;
	border:none;
	vertical-align:middle;	
	padding:0px;
	margin:0px;
}

div#tofes {
	clear:both;
	background-color:#fff;
	margin-top:15px;
	display:none;
	border: solid 1px #D7EDBC;
}

span.m_replay img{
	background: url(images/saficons.png) no-repeat -87px -7px;
	margin-right:15px;
}

span.m_email img{
	background: url(images/saficons.png) no-repeat -105px -7px;
}

span.dissabled{
	color:#aaa;
	cursor:auto;
}

div.like_plus {
	float:left; 
	width:90px; 
	margin-right:8px;
}

span.green_button , a.green_button {
	color: #475A2C;
	font-weight:bold;
	cursor: pointer;	
	background-color: #D7EDBC;
	vertical-align: middle;
	padding:8px;
	line-height:20px;
	text-decoration:none;
}

span.green_button:hover, a.green_button:hover{
	background-color: #F0F0F0;
}

img.add_message{
	width:23px;
	height:19px;
	background: url(images/saficons.png) no-repeat -3px -131px;
	border:none;
	vertical-align:middle;
}
form.contact input[type="submit"] {display:block; width: 50%; margin: 0 auto; margin-top: 20px; height: 30px; background-color: #455b2a;  color: #FFFFFF; font-size: 14px; border: 0; font-weight: bold; }
form.contact label {width: 60px; display: block; float: right;}
form.contact input[type="text"] { display: block; float: right; width: 175px}
form.contact textarea { display: block; float: right; width: 173px}
#contact_form_div.grn_block {padding: 0;}
.contact_error {display: block; color: red; font-size: 12px;}
.contact_msg {display: block; color: green; font-size: 12px;}
.contact_header_box  {width: calc(100% - 20px); background-color:#D35B21; color: #FFFFFF; font-size: 16px; text-align: center; font-weight: bold; padding: 10px}
.contact_header_text {width: 70%; margin: 0 auto; text-align: center;}

.mobile_footer { display: none;  position:fixed; width:100%; height: 100px; bottom:0;z-index:100; background-color:rgba(0,0,0, 0.7); }
.mobile_button_outer {width:40%; float: left; margin: 10px 5%;  height: 50px;  }
.mobile_button {display: inline-block; background-color: #FFFFFF; opacity: 1.0; border-radius: 10px; height: 30px; width:140px; text-align: center; margin: 0px calc(50% - 70px); line-height: 20px; font-size: 16px; padding-top: 5px; vertical-align:middle; color: #475a2c; font-weight: bold; text-decoration: none;}
.mobile_button img {vertical-align:middle;}
.mobile_footer_text {color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: center; height: 25px; }
 .clr5 {clear:both; height: 5px;}
.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    
    border-bottom: 20px solid #D35B21;
    margin: 0 auto;
    margin-top: 5px;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #D35B21;
    margin: 0 auto;
    margin-top: 5px;
}
@media all and (max-width:721px) {
    #contact_form_div {display: none; position: fixed; top:0; z-index:100; padding: 0;}
    .mobile_footer {display: block; }
    form.contact label {color: #FFFFFF; font-size: 20px;}
    form.contact input[type="text"] { font-size: 20px; }
    .contact_msg {font-weight: bold;}
    .contact_error {font-weight: bold;}
}


.hidethis{
	display: none;
}

.showlink{
	color: #475A2C;
	text-decoration: underline;
	cursor: pointer;
}
form.contact input[type="text"]{
	float: none;
	display: inline-block;
}
form.contact input[type="text"]#contact_phone{
	margin-right:28px;
}

#newpop.popup_msg {width: 320px; height: auto; border: 2px solid  #799258; position: fixed; z-index: 100; top:160px; left:calc(50% - 160px); background-color: #FFFFFF; display: none; font-family: "tahoma";}
#newpop #popup_past.popup_msg {height: 120px;}
#newpop .popup_header  {border-bottom: 2px solid #799258; font-size: 12.8px;height:22px; line-height: 22px;font-family: "tahoma";}
#newpop .popup_header .popup_title {float: left; width: 90%; background-color: #799258; color: #FFFFFF; text-align: center;  font-size: 12.8px;height:22px; line-height: 22px; font-family: "tahoma";}
#newpop .popup_header .popup_close {float: right; width: 9%; text-align: center; cursor: pointer; font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    line-height: 22px;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    direction: rtl;}
#newpop .popup_body {padding: 10px; text-align: center; padding-top: 10px;line-height: 19px; font-family: "tahoma";}
#newpop .popup_body label {width: 100%; display:inline-block; text-align: right; margin-top: 15px; font-family: "tahoma";}
#newpop .li_right2 {width: 32%; height: auto;     float:right;     margin:0 0 0.2em 0.5em; }
#newpop .li_mid {float:left;width:65%;}
#newpop form.contact label{margin-top: 10px;}
#newpop .clr0 {
    clear: both;
    height: 0px;
}

 #newpop input[type="submit"] {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    height: 30px;
    background-color: #455b2a;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    font-weight: bold;
}

#newpop .newpopwrap{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#newpop input[type="text"], #newpop  textarea{
	height: auto;
	background: none;
	border: 1px solid #ebebeb;
}
 #newpop .clr10 {clear:both; height: 10px;}
 #newpop .clr5 {clear:both; height: 2px;}
 #newpop .clr0 {clear:both; height: 0px;}
