body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	direction:rtl;
	margin:0;
	padding:0;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #D8D8D8;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #D8D8D8;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #D8D8D8;
}

.maseh span { 
float: left;
height: 3px;
width:14.28%;
}

.container {
	width: 98%;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
.header{
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	background-color:#00CCFF;
}
.sidebarright {
	float: right;
	width: 14%;
	background: #6677FF;
	padding: 0px 1px 2px 2px;
	z-index:100000;
	height:100%;
}

.content {
	float: right;
	width: 85%;
	padding: 10px 0;
	padding:0px;
	margin:0px;
	height:100%;
}

.sidebarleft {
	display:inline;
	float: left;
	width: 15%;
	background: #969696;
	padding: 0px 0;
	height:100%;
}

.footer{
	font-family: "Comic Sans MS", cursive , Tahoma;
	color:#FFFFFF;
	padding: 10px 0;
	background: #292929;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer .topwrap {
	background-color: #292929;
}
.topwrap2 {
	background-color: #292929;
	border-bottom: 1px solid #141414;
	margin: 10px 3px 25px 3px;
}
.footer2_div {
    float: left;
/*    width: 160px;
*/    padding: 0px 20px 0px 20px;
    font-size: 11px;
/*    background: url(../images/footer2_div.png) no-repeat scroll 100% 30px transparent;
*/}
.wraper {
	margin: 0px auto;
	width: 98%;
	text-align:center;
	display:inline-block;
}

.wraper2 {
	margin: 0px auto;
	position:relative;
	padding: 20px ;
	text-align:right;
}

legend {margin:5px;padding:10px;}
fieldset { 
border: 1px solid #CCCCCC;
width:70%;
margin:0 auto;
padding:15px 15px 15px 15px;
}

.tahomabold {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color:#FF0000;
}
.rangsabz { 
color: #339933;
}

.rastchin {
	text-align: right;
}

.curve
{
	border-radius:8px;
	background-color: #1E4364;
	padding: 3px 7px 4px 7px;
	color: White;
	margin: 5px 2px 5px 2px;
	cursor: pointer;
	font-family: "Tahoma";
	font-size: 12px;

}
a.curve
{
    text-decoration:none;
}
a.curve:hover
{
text-decoration: underline;
}

.curve_sabz
{
	border-radius:8px;
	background-color: #009933;
	padding: 3px 7px 4px 7px;
	margin: 5px 2px 5px 2px;
}

.curve2
{
	border-radius:5px;
	background-color: #009999;
	padding: 3px 7px 4px 7px;
	color: White;
	margin: 5px 2px 5px 2px;
	cursor: pointer;
}
a.curve2
{
    text-decoration:none;
}
a.curve2:hover
{
text-decoration: underline;
}

.curve_red
{
	display:inline;
	border-radius:8px;
	color: #FFC;
	background-color: #FF0000;
	padding: 3px 7px 4px 7px;
	margin: 5px 2px 5px 2px;
}

.btn { 
background-image:url(../images/bg_button.jpg);
background-repeat: repeat-x;
border: 1px solid #000000;
color: #FFFFFF;
cursor: pointer;
font-family: "Tahoma";
font-size: 12px;
height: 20px;
padding: 0px 15px 7px;
}
.btn2 { 
background-image:url(../images/bg_button.png);
background-repeat: repeat-x ;
border: 1px solid #000000;
color: #FFFFFF;
cursor: pointer;
font-family: "Tahoma";
font-size: 12px;
height: 40px;
padding: 0px 3px 3px 3px;
}

.line
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    height: 3px;
    width: 100%;
    color: Black;
    margin-top:5px;
    margin-bottom:5px;
}

.vline
{
    width: 1px;
    font-size: 2px;
    background-image: url(../images/VerticalDottedLine2.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
}


/* search form 
-------------------------------------- */

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
    vertical-align: middle;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Tahoma, Geneva, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 114px;
	border: solid 1px #bcbbbb;
	outline: none;
	font-size: 11px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.blockright
{
	display:block; text-align:right;
}

.tmp1{
	float:left;
	width:200px;
	border: 1px solid;
	margin:5px;
	min-height:124px;
}

.fliped3{
	background-color:#9CF;
	margin-right:13px;
	margin-left:13px;
	padding-right:5px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.flip3{
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#CCCCFF;
	margin-right:13px;
	margin-left:13px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

.float-menu{
    display:block;
    position:fixed;        
    width:36px;
    height:100px;
	z-index:100;
    background-color:#9CF;
    float:left;    
    direction:rtl;
    left:-1px;
    bottom:50px;    
    padding:1px;
    border:1px solid #C5C5C5;
    border-left:0px;
    border-radius:0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
    box-shadow:0px 0px 5px #000000;    
    -webkit-box-shadow:0px 0px 5px #000000;
    -o-box-shadow:0px 0px 5px #000000;
}

.tabligh_inside
{
	border-radius:8px;
	background-color: #306;
	padding: 3px 3px 3px 3px;
	color: White;
	margin: 0px 3px 15px 3px;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight:bold;
}
.technicalspecs-title
{
	float:right;
	background-color: #F0F1F2;
	width: 20%;
	padding-right:8px;
}

.radif
{
	background-color: #F7F9FA;
	text-align:right;
}

.technicalspecs-value
{
text-align:right;
padding-right:8px;
}

pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.title2 {
    background: none repeat scroll 0% 0% #333;
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
	text-align:right;
}


/* */
.glossymenu{
	margin: 0 auto;
	padding: 0;
	width:100%;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: -11px;
}

.glossymenu a.menuitem{
	background: black url(../images/xp_menu/glossyback.gif) repeat-x bottom left ;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 100%;
	padding: 4px 0;
	padding-right: 0px;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
 border-radius: 3px;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/xp_menu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu .submenu{ /*DIV that contains each sub menu*/
background: white;
	display:none;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu ul li ul.submenu{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}


.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}
.glossymenu ul li ul.submenu li{
border-bottom: 1px solid blue;
}


.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-right: 1px;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.glossymenu ul li ul.submenu li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-right: 1px;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
.glossymenu ul li ul.submenu li a:hover{
background: #DFDCCB;
colorz: white;
}


/* */
.vertical-nav {

}
.vertical-nav ul {
}
.vertical-nav a {
}
.vertical-nav a:hover{
    
}
.vertical-nav li:hover {

}
.vertical-nav .vertical-sub-level {

}
.vertical-nav .vertical-sub-level .vertical-sub-level {

}
.vertical-nav .vertical-sub-level li .vertical-sub-level {

}
/*//////*/
ul.vertical-top-level {

}
ul.vertical-top-level li {
}
ul.vertical-sub-level {

}

/*index4*/

.slide-out-div {
	padding: 20px;
	width: 180px;
	background: #ccc;
	border: #29216d 1px solid;
    opacity:0.9;
/*    filter:alpha(opacity=90);/* For IE8 and earlier */
}  


div.img {
	border: 1px solid #000000;
	width: 184px;
	height:325px;
	float: left;
	text-align: center;
	background-color:#FFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.071);
	border-radius: 5px;
	direction:rtl;
	margin: 3px;
}
div.img:hover {
	border: 1px solid #0000FF;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.102);
}
div.img img {
	display: inline;
	margin: 0px;
	border:0px none;
	border-bottom:1px solid #CCC;
	margin:0px auto;
	padding:0px;
	width:100%;
	height:140px;
}
div.img a:hover img {
	border: 1px solid #0000ff;
	background-color:#0099FF;
}
div.desc {
	text-align: right;
	font-weight: normal;
	width: 95%;
	display:block;
	margin:0 auto;
	margin-right:5px;
	margin-left:2px;
	height:190px;
}
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	direction:rtl;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.text_align_center {
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 1px;
	float: right;
}
.rast1 {
	float:right;
	direction:rtl;
	text-align:right;
}

/*simplepagination*/

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*mygrid*/
/*--------My Grid--------*/
.mGrid
{
    font-family: Tahoma;
/*    width: 100%;
	min-width:300px;*/
    background-color: #fff;
    margin: 0 auto;
    border: 0px solid #1B4163;
    border-collapse: collapse;
    font-size: 11px;
    cursor: default;
}
/*.mGrid { 
background-color: #FFFFFF;
border: 0px solid #1B4163;
border-collapse: collapse;
cursor: default;
font-family: "Tahoma";
font-size: 11px;
margin: 5px 0px 0px;
width: 100%;
}
*/
.mGrid td
{
    padding: 3px;
    border: 1px solid #1B4163;
    color: #333333;
}
.mGrid table td
{
    text-align: right;
    direction: rtl;
    border: 0px solid #1B4163;
    color: #333333;
}

.mGrid th
{
    background-position: top;
    padding: 0px 0px;
    color: #FFFFFF;
    background: #096CA8;
    border-left: solid 1px #1B4163;
    font-size: 11px;
    border-left-color: #1B4163;
    height: 30px;
    border-bottom-color: #1B4163;
}
.mGrid th a, .mGrid th a:visited, .mGrid th a:active
{
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}
.mGrid tr
{
    text-align: center;
}
.mGrid tr:hover
{
    background: #BFE3F9;
}
.mGrid .alt
{
    background: #EFF2F8;
}
.mGrid .alt:hover
{
    background: #BFE3F9;
}
.mGrid .pgr
{
    color: #00ccff;
    background: #096CA8;
}
.mGrid .pgr:hover
{
    color: #00ccff;
    background: #096CA8;
}
.mGrid .pgr table
{
     color: #00ccff;
    background: #096CA8;
}
.mGrid .pgr td
{
     color: #00ccff;
    background: #096CA8;
}

.mGrid .pgr a
{
    color: White;
}

.mGrid .footer
{
   color: #FFFFFF;
    background: #096CA8;
}

.mGrid .footer span
{
   color: #FFFFFF;
}
/*--------Print Grid--------*/
.pGrid
{
    font-family: Tahoma;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 0px 0;
    border: solid 0px #525252;
    border-collapse: collapse;
    font-size: 11px;
    cursor: default;
}
.pGrid td
{
    padding: 3px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.pGrid th
{
    background-position: top;
    padding: 0px 0px;
    color: #000000;
    border-left: solid 1px #525252;
    font-size: 11px;
    height: 30px;
    background-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
}
.pGrid th a, .pGrid th a:visited, .pGrid th a:active
{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.pGrid tr
{
    text-align: center;
}

.pGrid .pgr
{
}
.pGrid .pgr table
{
}
.pGrid .pgr a
{
}

/*digicss*/
@charset "utf-8";
/* CSS Document */

.title {
    width: 175px;
    background-color: #666;
    color: #FFF;
    padding-right: 10px;
}

.specs {
    margin: 25px 30px 0px;
    direction: rtl;
    font-size: 12px;
	text-align:right;
}

.specs .title {
	font-weight: bold;
	color: #0099FF;
	padding-left: 3px;
	background-color: inherit;
}

table {
    border-collapse: collapse;
	margin:0 auto;
	text-align:right;
}

table, td, th {
    border: 1px solid black;
}

.icon{
	background:url("../images/slices.png") no-repeat;
	display:inline-block;
	position:relative;
	padding: 2px 2px 2px;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.icon-green-mark{
	background-position:-107px -82px;
	width:18px;
	height:14px
}

.icon-red-close{
	background-position:-109px -130px;
	width:14px;
	height:14px
}
.icon-caret-left-blue {
    background-position: -36px -652px !important;
    height: 4px;
    width: 5px;
}
.icon-info-tell {
    background-position: -399px -424px;
    width: 15px;
    height: 15px;
}

/*bjqs*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#slider{
	max-width:620px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/*menuhr*/
@charset "utf-8";
/* CSS Document */

body {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    direction:rtl;
    line-height:20px;
}
a {
    text-decoration:none;
    color:#03C;
}
a:hover {
    color:#CCC;
	text-decoration:underline;

}
#main-menu {
    position:relative;
/*    line-height:20px;
*/	width:100%;
	margin:0px;
	padding:0px;
}
#main-menu a {
	display:inline-block;
    text-align: center;
    text-decoration: none;
    width: 100px; height: 38px;
    background: url('../images/css_sprites.png') -10px -68px;

  line-height: 35px;
    text-align: center;
	background-color:#000;
	color:#EEE;
}
#main-menu a:hover {
    width: 100px; height: 38px;
    background: url('../images/css_sprites.png') -130px -10px;
    background-color:#09F;
}
#main-menu a:active {
    width: 100px; height: 38px;
    background: url('../images/css_sprites.png') -10px -10px;
	background-color:#09F;
}
#main-menu ul {
    list-style-type:none;
    padding:0px;
	margin:0;
}
#main-menu li {
	float:right;
	position:relative;
	text-align:center;
}
#main-menu li ul a{
    text-align:center;
    border:0px;
    border-bottom:#666 1px solid;
}
#main-menu li:hover ul ul{
    display:none;
}
#main-menu li li:hover ul{
    display:block;
    position:absolute;
    top:10px;
/*    right:125px;
*/    z-index:1000;
}
#main-menu ul.sub-menu {
    display:none;
    position:absolute;
    top:30px;
    margin-right:0px;
    padding:0px;
    z-index:999;
}
#main-menu ul.sub-menu li {
    text-align:center;
}
#main-menu li:hover ul.sub-menu {
    display: block;
    border: 1px solid #666;
}
.clear{
    clear:both;
}

/*sddm*/
.navbar
{
}

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: #215dc6;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;
   text-decoration:none;
   color: #215dc6;

}

.subItem a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}

.sprite0{

height:13px;
width:13px;
background:url(../images/css_sprites.png) -163px -68px no-repeat;


}
.sprite1{
height:13px;
width:13px;
background:url(../images/css_sprites.png) -130px -68px no-repeat;
}

.ax1_lp1 {
	background: url(../images/css_sprites.png) no-repeat -243px -9px;
	width: 100px;
	height: 100px;
    display: inline-block;
    }

.ax2_printer_lazeri {
	background: url(../images/css_sprites.png) no-repeat -377px -4px;
	width: 100px;
	height: 100px;
    display: inline-block;

}

.ax3_printer_joharafshan {
	background: url(../images/css_sprites.png) no-repeat -500px -15px;
	width: 100px;
	height: 94px;
    display: inline-block;

}

.ax4_masrafi_print {
	background: url(../images/css_sprites.png) no-repeat -638px -9px;
	width: 100px;
	height: 100px;
    display: inline-block;
}
.ax1_lp1:hover {
	background: url(../images/css_sprites.png) no-repeat -243px -134px;
	width: 100px;
	height: 100px;
    display: inline-block;
    }

.ax2_printer_lazeri:hover {
	background: url(../images/css_sprites.png) no-repeat -377px -129px;
	width: 100px;
	height: 100px;
    display: inline-block;

}

.ax3_printer_joharafshan:hover {
	background: url(../images/css_sprites.png) no-repeat -500px -140px;
	width: 100px;
	height: 94px;
    display: inline-block;

}

.ax4_masrafi_print:hover {
	background: url(../images/css_sprites.png) no-repeat -638px -132px;
	width: 100px;
	height: 100px;
    display: inline-block;
}

.breadcrumb {
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-right: 10px;
  background: url(../images/css_sprites.png) no-repeat -195px -72px;
  width: 5px;
  height: 5px;
  }