/************** base ***********/
@font-face {

  font-family: 'BYekan';

  src: url('fonts/BKoodakBold.eot?#') format('eot'),  /* IE6–8 */

       url('fonts/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/

       url('fonts/BKoodakBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */

}
html,body {
	color: #000;
	background-color: #efefef;
	font-family: BYekan;
	font-size: 14px;
}
div#bbody{
	background:url(../img/bbody.jpg) repeat-x bottom;
}
div#tbody {
	background:url(../img/tbody.jpg) no-repeat top;
}
div.header {
	margin:auto; width:998px; height:135px; background:url(../img/header.png);	
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
p {
	text-align:right;
	direction:rtl;
	line-height:1.6em;
}
ul {
	margin:0;
	padding:0;
}
a:link,
a:visited {
	text-decoration:none;
	color:#19567e;
}
a:hover {
	text-decoration:underline;
}
li {
	text-align:right;
	direction:rtl;
	line-height:1.6em;
}
.err-msg {
	color: #FF0000;
	display: block;
	text-align: right;
	direction:rtl;
}
/********** layout ************/
.container {
	width: 998px;
	margin-right:auto;margin-left:auto;*zoom:1;
}
div[role="main"] {
	padding:5px;
}
div[role="main"]:before,
div[role="main"]:after{display:table;content:"";line-height:0;}
div[role="main"]:after{clear:both;}
div#leftcol,
div#middelcol,
div#rightcol {
	float:right;
}
div#footer{
	padding:10px;
	text-align:center;
	width:998px;
	margin:auto;
}
div#footer div.copyright{
	color:#6f6f6f;
    padding:5px;
}
div#leftcol,
div#rightcol {width:24%;}
div#middelcol {width:60%;}

.no-rightcol #middelcol,
.no-leftcol #middelcol {width:76%;}
.full-page #middelcol {width:100%;}

div.dropdown-horizontal {
	height:35px;
	width:62%;
	float:left;
	margin-top:50px;
}
/*********  navigation *********/
nav:before,
nav:after{display:table;content:"";line-height:0;}
nav:after{clear:both;}
nav {border:1px solid #e0e0e0;background-color: #eaeaea;margin: 0 0 5px;}
nav ul {
  padding: 5px;  
  list-style: none;  
  text-align:right;
  direction:rtl;
  border-top:3px solid #949599;
}
nav ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
  direction:rtl;
}
nav ul > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
nav ul > .active {color:#000}
.cols-bottom:before,
.cols-bottom:after{display:table;content:"";line-height:0;}
.cols-bottom:after{clear:both;}
.cols-bottom {

	margin-bottom:5px;
	padding:5px;
	height:150px;
}
.cols-bottom .block {
	width:32%;
	float:right;
    margin-left:1%;
	color:#fff;
	background:url(../img/bolb.png) no-repeat left;
}
.cols-bottom .block:last-child {
	margin-left:0;
}
/********* content **********/
.wrapper_content,
#middelcol .block {
	margin:0 10px 10px 10px;
} 
.no-rightcol .wrapper_content {margin-right:0;}
.no-leftcol .wrapper_content {margin-left:0;}
.full-page .wrapper_contentl {margin-right:0;margin-left:0;}
.wrapper_content h2{
	text-align: right;
	direction:rtl;
	height: 35px;
	padding-top: 15px;
	padding-right: 20px;
	background-image: url(../img/topinner.png);
	background-repeat: repeat-x;
	background-position: right;
	margin:0;
}
.wrapper_content h2 span,
.wrapper_content h2 a{
	color: #000;
	font-size:17px;
	font-weight:bold;	
}
.wrapper_content .content {
	padding:10px;
	text-align:right;
	direction:rtl;
	color:#000;
	margin-bottom:5px;
	margin-top:2px;
	line-height:1.8em;
}
.wrapper_content .content img {max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
.wrapper_content .content ul {
	margin:0 20px 5px 0;
}
.wrapper_content .content ul li {
	list-style:inside;
}
/*********** table **********/
table.list,
table.detiles-content,
table.items,
table.cardpostal_send_to_friend,
table.form_register,
table.login,
table.contactus {
	direction:ltr;
}
/*********** content - table **********/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: right;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}  
/************ block **************/
.block {
	margin-bottom:7px;
}
.block .count_items {
	direction:ltr;
}
.block img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
.block li {
	background-image: url(../img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding: 3px 8px 3px 3px;
	list-style-type: none;
	line-height:1.6em;
}
.block li a {
	color:#333;
    direction:rtl;
	display:inline-block;
}
.block .ls-advertise li,
.block .ls-photos li,
.block .has-photo li {
	background-image:none;	
	border-bottom:1px solid #CCC;
}
.block .has-photo li {padding-right:0;padding-left:0;}
.block .has-photo li:last-child,
.block .ls-advertise li:last-child,
.block .ls-photos li:last-child {border-bottom:none;}

.block .has-photo li:before,
.block .has-photo li:after{display:table;content:"";line-height:0;}
.block .has-photo li:after{clear:both;}
.block .has-photo li div {
	float:right;
}
.block .has-photo li .img {width:25%;}
.block .has-photo li .img img {
	border:1px solid #EEE;
}
.block .has-photo li .details {width:75%;}
.block .has-photo li p {
	padding:10px;
	margin:0;
}
.block .calendar {
	height: 180px;
	width: 167px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.block .calendar .month {
	color: #FFF;
	position:absolute;
	top:40px;
	right:30px;
}
.block .calendar .year {
	position:absolute;
	color: #FFF;
	direction:rtl;
	top:40px;
	left:30px;
}
.block .calendar .day-text {
	color: #000;
	font-weight: bold;
	position:absolute;
	top:90px;
	left:20px;
	right:20px;
	text-align:center;
}
.block .calendar .day-number {
	color: #900;
	font-size: 3em;
	font-weight: bold;
	direction:rtl;
	position:absolute;
	top:110px;
	left:20px;
	right:20px;
	text-align:center;
}
.block .email-form-newslatter input[type="text"]{
	float:right;
	width:60%;
}
.block .email-form-newslatter input[type="submit"]{
	float:left;
	width:30%;
}
.block .email-form-newslatter form:before,
.block .email-form-newslatter form:after{display:table;content:"";line-height:0;}
.block .email-form-newslatter form:after{clear:both;}
/************ block-* **************/
.block-default .title{
	text-align: right;
	background-image: url(../img/bt.png);
	background-repeat: repeat-x;
	height: 29px;
	padding: 5px 10px 1px 0;
	color: #FFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}
.block-default .content {
	background-image: url(../img/bc.png);
    padding:5px;
	text-align:right;
	color:#333;
}
.block-default .bottom {
	background-image: url(../img/bb.png);
	height:14px;
}
.block-bottom .title {
	padding: 7px;
	text-align: right;
}
.block-bottom .title span{
	color: #040505;	
}
.block-bottom .content {
	text-align:right;
	padding:5px;
	color:#fff;
	height:90px;
}
.block-top {
	margin-bottom:0;
	display:inline-block;
	padding:8px 17px 8px 17px;
}
/************ form **************/
input[type="submit"],
input[type="button"],
button{
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #1e4762;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../img/bgbtn.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#224b81;
	text-align: center;
	padding: 5px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	border: 1px solid #5e84bc;
}
input[type="text"],
input[type="password"],
textarea {
	padding: 5px;
	border: 1px solid #1e4762;
	color:#333;
}
.control-group {
  margin-bottom: 5px;
}
.control-group .control-label {
	text-align:right;
	direction:rtl;
	padding:3px;
	display:block;
}
.control-group .controls {
	text-align:right;
	padding:3px;
}
.top-imgs {
    text-align: center;
    width: 998px;
}
.top-imgs img {
    display: inline-block;
    margin: 0 15px;
}