@charset "utf-8";

@font-face {
    font-family: "MyNassim";
    src: url("fonts/nassim-regular.eot");
    src: local("FA"),
         url("fonts/nassim-regular.woff") format("woff"),
         url("fonts/nassim-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyNassim";
    src: url("fonts/nassim-bold.eot");
    src: local("FA"),
         url("fonts/nassim-bold.woff") format("woff"),
         url("fonts/nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "MyNassim";
    src: url("fonts/nassim-regular.eot");
    src: local("FA"),
         url("fonts/nassim-regular.woff") format("woff"),
         url("fonts/nassim-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyAban";
    src: url("fonts/W_aban.eot");
    src: local("FA"),
         url("fonts/W_aban.woff") format("woff"),
         url("fonts/W_aban.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyYekan2";
    src: url("fonts/Wo_yekan.eot");
    src: local("FA"),
         url("fonts/Wo_yekan.woff") format("woff"),
         url("fonts/Wo_yekan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "MyNassim";
    src: url("fonts/nassim-bold.eot");
    src: local("FA"),
         url("fonts/nassim-bold.woff") format("woff"),
         url("fonts/nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url("images/bg.jpg") #F7F8FA repeat-x top;
    font: Normal 12px Tahoma;
    color:  ;
}

html {
    padding: 0;
    margin: 0;
}

* {
    border: 0;
    text-decoration: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}


br{
clear:both;
}

a, a:visited {
    color: #6C7D8E;
}

a:hover {
    color: #39b3e4;
}

hr {
    border-color: #C4CCD2;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    margin: 5px 0 5px 0;
    float:right;
}

ul {
    list-style-image: none;
    list-style-type: none;
}

input, select, textarea {
    border: 1px solid #AFAFAF;
    color: #5D5C5C;
    font-weight: normal;
	font-family: tahoma;
}



/* main */
.main {
    /*mohsen ie7 width: 100%;*/
    padding: 0;
    margin: 0 auto;
/*	float:left;*/

}

.resize {
    width: 965px;
    margin: 0 auto;
}
.rtl{
    direction: rtl !important;
}

.ltr{
    direction: rtl !important;
}
/********** header **********/

.block_header {
    margin: 0 auto;
    width: 965px;
    padding: 0;
    background: url(images/enbackground-header.png) left no-repeat;
    height: 112px;
}

/* logo */
.logo {
    float:left;
    padding-top: 15px;
    margin: 0;
    width: 250px;
    text-align:left;
    direction:ltr;
}

/*headerelements*/

.headerelements #icon {
	
    width: 124px;
	height:6px;
	float:right;
    margin: 8px auto;
	
	
}

.headerelements #icon a {
    margin-left: 13px;
    float:left;
	text-align:center;
	width:13px;
}


.headerelements #icon a.first {
    margin-left: 3;
	width:45px;
	text-align:center;
    float:left;
	margin-top:1px;
}

.headerelements {
	
    font: normal 11px tahoma, Helvetica, sans-serif;
    color: #000;
    float:right;
    width: 272px;
	margin-right:12px;
	
}

.headerelements a {
    color: #000;
    text-decoration: none;
}

.headerelements .c {
    font-weight: bold;
    color: #2c5a79;
}

.headerelements a:hover {
    text-decoration: underline;
}

.headerelements img {
    margin-top: 1px;
	margin-right:-24px;
}

.menu-container {
    float:right;
    display: block;
    width: 750px;
	margin-top: 24px;
}

.rightround {
    float:left;
    background: url(images/left.png) right;
    width: 5px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.leftround {
    float:left;
    background: url(images/right.png) left;
    width: 5px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.pricebg {
    padding: 2px 0px 2px 0px;
	padding-right:10px;
    float:right;
    background: url(images/pricebg.jpg)rightrepeat-y #ffffff;
    width: 90%;
}

.right {
    float:left;
}

.left {
    float:right;
    margin: 10px 0;
	direction:ltr;
	width: 100%;
}

/* start of top menu */

.menu {
    border: none;
    width: 740px;
    background: url(images/center.png) repeat-x top;
    height: 48px;
    float:left;
    border: 0px;
    margin: 0 auto;
    padding: 0px;
    font: 800 12px Tahoma, "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #777777;
}

/* Horizontal Navigation Menu*/
ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float:left;
}

ul#navmenu-h li ul {
    width: 180px; /* Sub Menu Width */
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
}

ul#navmenu-h li ul ul {
    width: 20px; /* Sub Menu Width */
}

ul#navmenu-h li.seperator {
    background: url("images/seperator.gif") top right no-repeat;
    float:left;
    padding: 0;
    margin: 0;
    width: 2px;
    height: 48px;
    border: 0px;
}

ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
    top: 0;
    left: 180px;
}

ul#navmenu-h li {
    float:left;
    display: inline;
    position: relative;
	

}

ul#navmenu-h ul li {
    width: 100%;
    display: block;
    z-index: 255;
}

/* Root Menu */
ul#navmenu-h a {
    line-height: 48px;
	/*mohsen ie7    float:right; 1 line add*/
	float:left;
    display: block;
    color: #ffffff;
    text-shadow: 0 1px 0 #3c0707;
    font: 600 12px tahoma, sans-serif;
    text-decoration: none;
    height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
    background: url(images/center_h.png) repeat-x top;
    color: #ffffff;
    text-shadow: 0 1px 0 #3c0707;
}

/* Menu active Class */
ul#navmenu-h li.active a {
    background: url(images/center_h.png) repeat-x top;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
    float: none;
    background: #de892d;
	opacity:0.8;
    line-height: 30px;
    color: #ffffff;
    direction:ltr;
    text-align:left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a.hs, ul#navmenu-h li.iehover li a.hs {
    background: url(images/leftlist-item.gif) 95% 50% no-repeat #f39126;
}

ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
    background: #f39126;
    color: #ffffff;
}

ul#navmenu-h li:hover li a.hs:hover, ul#navmenu-h li:hover li:hover a.hs, ul#navmenu-h li.iehover li a.hs:hover, ul#navmenu-h li.iehover li.iehover a.hs {
    background: url(images/leftlist-item.gif) 95% 50% no-repeat #696969;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
    background: #f39126;
    color: #ffffff;
    text-shadow: 0 1px 0 #3c0707;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
    background: #de892d;
    color: #ffffff;
    text-shadow: #6374AB 0px 0px 2px;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
    background: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
    background: #333;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
    display: none;
}

ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
    display: block;
}

ul#navmenu-h a {
    line-height: 44px;
    padding: 0 10px 0 10px;
}

.header_text {
    margin: 0 auto;
    width: 965px;
    padding: 0;
    background: url(images/simple_img_top.gif) top no-repeat;
}

.header_text h2 {
    margin-top: 15px;
	margin-left:45px;
    padding: 0;
    font: normal 37px tahoma, Helvetica, sans-serif;
    color: #3e95d4;
}

.header_text h2.pan {
    padding: 0;
	margin-top:5px;
    margin-left:45px;
    font: normal 19px tahoma, Helvetica, sans-serif;
    color: #565656;
}

.header_text .div {
    width: 965px;
    margin: 0;
    padding: 0;
}

.header_text .div .left1 {
    float:right;
    width: 530px;
}

.header_text strong {
    display: block;
    margin: 0;
    color: #a1e2e6;
    font: normal 12px tahoma, Helvetica, sans-serif;
    line-height: 16px;
}

.header_text span {
    float:right;
    margin: 0;
    padding: 0;
    width: 400px;
}

.header_text p {
    font: normal 11px tahoma, Helvetica, sans-serif;
    color: #3d3f41;
    padding: 10px 0 0 0;
	padding-left: 45px;
    margin: 0;
    line-height: 1.6em;
}

.header_text ul.buttons {
    float:left;
    padding: 20px 0 10px 0;
	padding-left: 45px;
    margin: 0;
    list-style: none;
}

.header_text ul.buttons li {
    float:right;
    padding: 0 5px;
    margin: 0;
}

.searchdiv {
    height: 23px;
    float:right;
    direction:ltr;
    top: 5px !important;
	position: relative;
}

.searchbox {
    width: 148px;;
    color: #ababab;
    height: 23px;
    background: url(images/searchbox.gif) no-repeat top;
    display: block;
    display: table-cell;
    vertical-align: top;
    direction:ltr;
}

.searchb {
    background: url(images/searchbuttom.gif);
    width: 15px;
    height: 15px;
    border: 0px;
    float:right;
    direction:ltr;
    margin-top: 3px;
	margin-right: 9px;
}


.blog_body {
    width: 965px;
    background: url(images/top_img_topi.gif) top no-repeat;
    margin: 0 auto;
    padding: 0;
}

.blog_bottom {
    margin: 0;
    padding: 10px 20px;
    width: 965px;
    float:right;
    background: url(images/topi_bottom_img.gif) bottom no-repeat;
}

.blog_body p {
    margin: 0;
    font: normal 12px tahoma, Helvetica, sans-serif;
    line-height: 1.8em;
    color: #666666;
    padding: 0 10px;
    margin: 0;
}



.blog_body img {
    float:right;
    margin: 0;
    padding: 0;
}

.blog_body .lorem {
    width: 240px;
    float:right;
    margin: 0;
    padding: 0;
}

.bannerwrapper{
	text-align:center;
	/*mohsen ie7	width: 100%; float: left;*/
    padding: 0;
    margin: -13px auto;
   
}
.banner {
	margin:0 auto;
    width: 100%;
    padding: 0;
}

/********** block index **********/
.c-left {


	/*mohsen ie7 chorme width: 715px;float:right;*/
    float:right;
	width: 715px;
	margin: 9px 0 0 0;
	
	
}

.c-right {
    float:left;
    width: 245px;
	margin: 15px 0 0 0;
}

.middle-left {
    -moz-box-shadow: 0 0 10px #cfcece;
    -webkit-box-shadow: 0 0 10px #cfcece;
    box-shadow: 0 0 10px #cfcece;
    border: 0px solid #cfcece;
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #737373;
    float:right;
    margin: 0 0 10px 0;
    padding: 8px;
    width: 690px;
}

.middle-left p {
    direction:ltr;
    line-height: 1.6em;
}

.texten p,.texten a,.texten table{
direction:ltr;
}

.middle-left h1, .middle-left h2 {
    width: 98%;
    float:left;
    background: url(images/ul_li.gif) left no-repeat;
    margin: 0;
    padding: 10px 0 10px 0;
	padding-left:15px;
	font-family: "MyNassim",tahoma;
    font-size: 20px;
	font-weight:bold;
    color: #525252;
    direction:ltr;
    text-align:left;
}

/*.middle-left h2 {width:98%;float:right;background:url(images/ul_li.gif) right no-repeat;margin:0;padding:10px 15px 10px 0px; font:bold 15px arial;color:#525252;direction:rtl;text-align:right;}*/
/* FOR HOME PAGE */
.menutable {
    width: 100%;
    direction:rtl;
}

.menutable tr {
    text-align: center;
}

.menutable tr td {
    text-align: center;
}

.c-left-home {
    float:right;
    width: 965px;
}

.middle-left-home {  
    /*mohsen IE7 1 line change float:left; margin-left:-290px;*/
    margin:400px auto 0;   
    /*mohsen IE7 1 line change width: 1005px;margin-top:400px;padding: 3px;*/
	width: 981px;
}

.middle-left-home-picbox {
    background: #fff no-repeat;
    
    float:left;
    margin-left:-30px;
    padding: 3px;    
	width: 1018px;
}

.middle-left-home-text {
    /*background: #fff no-repeat;
    margin-top: 10px;*/
    float:right;
    padding: 0 10px;
    width: 752px;
}

.middle-left-home p {
    direction:ltr;
    line-height: 1.6em;
}

.middle-left-home table {
    direction:ltr;
}

.middle-left-home h1 {
    width: 98%;
    float:left;
    background: url(images/ul_li.gif) left no-repeat;
    margin: 0;
    padding: 10px 0 10px 0;
	padding-left:15px;
    font: bold 15px arial;
    color: #525252;
    direction:ltr;
    text-align:left;
}

/* END HOME PAGE */
.newsdate {
    float:right;
    margin-right: 4px;
    direction:ltr;
    width: 50px;
    text-align:right;
    height: 14px;
    padding-top: 8px;
}

h1.newstitle, h2.newstitle {
    width: 580px;
    float:left;
    background: url(images/h2_s.jpg) left 15px no-repeat;
    margin: 0;
    padding: 5px 0 10px 0;
	padding-left:15px;
    font: bold 16px "MyNassim",tahoma;
    height: 30px;
    color: #525252;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear: both;
}

h2.hlist {
    background: url(images/h2_s.jpg) left 12px no-repeat;
    margin: 0;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
    padding: 5px 0 10px 0;
	padding-left:15px;
    color: #525252;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear:both;
}

h3.hlist {
    background: url(images/h2.jpg) left 6px no-repeat;
    margin-top: 8px;
	margin-left:18px;
    padding-left: 15px;
    font: 500 12px Tahoma;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear:both;
}

h3.hlistside {
    background: url(images/h2.jpg) left 8px no-repeat;
    margin-top: 8px;
	margin-left:0px;
    padding-left: 8px;
    font: 14px "MyNassim",tahoma;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear:both;
}

h2.hlist_ltr {
    background: url(images/h2_s.jpg) left 8px no-repeat;
    margin: 0;
    padding: 5px 0 10px 0;
	padding-left:10px;
    font: bold 12px tahoma;
    color: #525252;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear:both;
}

h3.hlist_ltr {
    background: url(images/h2.jpg) left 5px no-repeat;
    margin-top: 8px;
	margin-left:18px;
    padding-left: 15px;
    font: 500 11px tahoma;
    direction:ltr;
    text-align:left;
    color: #666666;
	clear:both;
}

.body {
    padding: 20px 10px 10px 10px;
    width: 945px;
    margin: 0 auto;
}

.body h2 {
    font: normal 22px Tahoma, Geneva, sans-serif;
    color: #4e4a38;
    padding: 10px 0;
    margin: 5px 0;
    background: url(images/h2_body.gif)rightno-repeat;
}

.body h3 {
    font: normal 22px Tahoma, Geneva, sans-serif;
    color: #4e4a38;
    padding: 5px 5px;
    margin: 0;
}

.body a {
    font: normal 11px tahoma, Helvetica, sans-serif;
    color: #3497c4;
    text-decoration: underline;
}

.body p {
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #727272;
    line-height: 1.8em;
    padding: 5px 0;
    margin: 0;
}

.body span {
    font: normal 15px tahoma, Helvetica, sans-serif;
    color: #898989;
    padding: 15px 0;
    margin: 0;
}

.body .welcome {
    width: 320px;
    float:right;
    margin: 1px 1px;
    padding: 0;
}

.body .welcome img {
    padding-left: 10px;
}

.body .welcome ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #727272;
}

.body .welcome li {
    padding: 3px 15px;
    background: url(images/ul_li.gif)rightno-repeat;
    margin: 0;
}

.hr2 {
    background: url(images/lefthr.jpg) left top repeat-y;
    border: 0px;
    width: 320px;
    height: 2px;
    margin: 5px 0 5px 0;
    float:left;
    font-size: 2px;
}

/* representative page */
ul.rep {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
}

ul.rep li {
    display: block;
    padding-left: 10px;
    background: url(images/leftlist-item.gif) left 50% no-repeat;
    text-align:left;
    direction:ltr;
}
ul.rep div{
text-align:left;
direction:ltr;
}

ul.repm {
    padding: 0px 0px 10px 0px;
    margin: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: block;
    margin-top: 5px;
    font-family: "MyNassim",Tahoma;
    font-size: 16px;
    text-align:left;
    direction:ltr;
}

ul.repm li {
    display: block;
    padding-left: 10px;
    background: url(images/bullet.gif) left 50% no-repeat;
	font-family: "MyNassim",Tahoma;
    font-size: 16px;
    text-align:left;
}

ul.repm2 {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: block;
    margin-top: 5px;
    font-family: "MyNassim",Tahoma;
    font-size: 12px;
	width:100%;
	float:left
}

ul.repm2 li {
    display: block;
    line-height: 22px;
	width:40%;
	float:left;
	direction:ltr;
}

ul.repm2 li a {
    color: #2F6681;
	background: url(images/bullet.gif) left 8px no-repeat;
	padding-left: 10px;
	float:left;
    font-size: 14px;
    font-weight: 600;
}

ul.repm2 li a:hover {
    color: #768797;
}

#job_vacancy {
    float:right;
}

/*blog_body2*/
.blog_body_top2 {
	width: 965px;
    margin: 0 auto;
    padding: 0;
}

.blog_body2 {
	width: 965px;
    background: url(images/FBG_img_top.gif) top no-repeat;
}

.blog_bottom2 {
    margin: 0;
    padding: 5px 0;
    float:right;
    width: 965px;
    background: url(images/FBG_bottom_img.gif) bottom no-repeat;
}

.blog_body2 p {
    font-family: normal 12px tahoma, Helvetica, sans-serif;
    line-height: 20px;
    color: #666666;
    margin: 0;
   direction:ltr;
   text-align:justify;
}

.Featured {
    width: 350px;
    float:right;
    height: 203px;
    margin-left: 10px;
    background: #eaeaea url(images/corn_l.jpg) no-repeat top left;
}

.Featured p {
    font: italic 12px tahoma, Helvetica, sans-serif;
    padding-right: 50px;
    color: #858585;
    line-height: 1.8em;
}

.Featured div {
    width: 350px;
    float:left;
    height: 203px;
    background: url(images/corn_r.jpg) no-repeat top right;
}

.Featured a {
    font: bold 11px tahoma, Helvetica, sans-serif;
    color: #329cff;
    text-decoration: none;
    float:left;
    padding-left: 25px;
    padding-top: 20px;
}

.Featured h2 {
    font: 800 14px tahoma, Helvetica, sans-serif;
    color: #525252;
    padding-top: 10px;
    padding-left: 10px;
    margin: 5px 0;
    direction:ltr;
}

.Featured ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #727272;
    direction:ltr;
}

.Featured li {
    padding: 3px 0 0 0;
	padding-left:15px;
    background: url(images/ul_li.gif) left 90% no-repeat;
    margin-left: 10px;
    direction:ltr;
}

.Featured a.more {
    width: 85%;
    text-align:right;
    padding-right: 15px;
    font-size: 12px;
    direction:ltr;
}

.middle-left .spec {
    list-style-image: none;
    list-style-type: none;
    display: block;
    color: #777;
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 9px;
    width: 100%;
    word-wrap: break-word;
    float:right;
}

.middle-left .spec li {
    width: 95%;
    background: url(images/h2_s.jpg) left 7px no-repeat;
    text-align:left;
    padding: 3px 11px 0 12px;
    margin-top: 3px;
}

.middle-left .cardbutton {
    margin: 0 auto;
    margin-top: 4px;
    background: url(images/en_more_info.gif) no-repeat top;
    width: 81px;
    height: 24px;
}

.middle-left .cardbutton:hover {
    cursor: pointer;
    background: url(images/en_more_info_top.gif) no-repeat top;
}

.middle-left .price_wrapper_c {
    margin-top: 2px;
    width: 220px;
    text-align: center;
    font-size: 12px;
    text-decoration: line-through;
}

.middle-left .price_wrapper {
    margin-top: 8px;
    width: 220px;
    text-align: center;
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
    float:right;
}

.middle-left p{
	text-align:justify;
}

.middle-left .product_title {
    margin-top: 8px;
    width: 220px;
    text-align: center;
    font-size: 9px;
    font-size: 12px;
    font-weight: bold;
    float:left;
}

.middle-left h2.product_title {
    font-size: 14px;
	padding-left:15px;
    background: url(images/h2_s.jpg) left 50% no-repeat;
    margin-left: 5px;
    text-align:left;
    direction:left;
	direction:ltr;
	float:left;
}

.middle-left .cat_box {
    font-size: 13px;
    text-align: center;
    float:right;
    width: 220px;
    margin-top: 5px;
}

.middle-left .catboxwrapper {
    width: 227px;
    float:right;
    text-align: center;
    margin-right: 2px;
}

.middle-left .catboxwrapper a {
    width: 220px;
    float:right;
    text-align: center;
    display: block;
	direction:ltr;
}

.cat {
    width: 95%;
    float:left;
    background: url(images/h2_s.jpg) left 12px no-repeat;
    margin: 0;
    padding: 2px 0 2px 0;
	padding-left:15px;
    font: bold 16px "MyNassim",tahoma;
    color: #525252;
    direction:ltr;
    text-align:left;
    color: #666666;
	margin-left:5px;
}

.sub1 {
    background: url(images/h2_s.jpg) 100% 50% no-repeat;
    padding-top: 6px;
    padding-left: 10px;
    direction:ltr;
    text-align:left;
}

.sub2 {
    background: url(images/h2_s.jpg) left 50% no-repeat;
    margin-top: 15px;
    padding-left: 10px;
    text-align:left;
}

.subcategorypage {
    width: 50%;
    height: 200px;
    margin-top: 10px;
    text-align: center;
    float:left;
}

.subcategorycw {
    width: 90%;
    padding-top: 2px;
	font: bold 16px MyNassim;
    text-align:right;
    float:left;
}

.blocktitle {
	padding-left:15px;
    background: url(images/ul_li.gif) left 80% no-repeat;
    direction:ltr;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    margin-bottom: 10px;
}

.categorylib {
    padding: 10px;
    text-align: justify;
    float:left;
    width: 200px;
    /*margin-right: 8px;*/
}

/* IE6 */
* html .categorylib {
    padding: 2px;
    text-align: justify;
    float:left;
    width: 200px;
    margin-right: 2px;
}

.sideelements {
    width: 245px;
    float:right;
    margin-top: 10px;
    direction:ltr;
}

.sidemenu {
    width: 245px;
    float:right;
	background:#ffffff;
}

#sideMenu {
    width: 100%;
    font: 600 11px Tahoma;
    list-style-image: none;
    list-style-type: none;
    display: block;
    padding-bottom: 15px;
	background:#ffffff;
    direction:rtl;
}

html>body #sideMenu {
    width: 100%;
    font: 600 11px Tahoma;
    list-style-image: none;
    list-style-type: none;
    display: block;
	padding-bottom: 0px;
    direction:rtl;
    float:left;
    outline:none;
}

#sideMenu li {
    width: 100%;
    display: block;
	background:url(images/menu-bg.png) left top no-repeat #ffffff;
    height: 22px;
	border-bottom: 1px solid #DEDEDE;
	float:left;
    direction:ltr;
}

#sideMenu li a {
    color: #777777;
    float:left;
    font-size: 11px;
    width: 230px;
    padding: 4px 0 6px 0;
	padding-left:15px;
}

#sideMenu li.active {
    display: block;
}

#sideMenu li.active a {
    float:left;
    height: 53%;
}

#sideMenu  #active a {
    float:left;
    color: #33a0d5;
}

#sideMenu a:hover {
    color: #33a0d5;
}

#sideMenu li.sub {
	background:none;
	overflow:hidden;
    float:left;
    width: 246px;;
    height: 1%;
    border-bottom: 1px solid #DEDEDE;
}

#sideMenu .subm {
    float:left;
    padding: 0;
    direction:ltr;
outline:none;
}

#sideMenu .sub li {
    font-size: 9px;
	background:url(images/menu-bg.png) left top no-repeat #ffffff;
    padding: 3px 0 2px 0;
	padding-left:7px;
    height: 19px;
    width: 239px;
    float:left;
    direction:rtl;
     line-height: 8px;
}
#sideMenu .sub li:hover{
background:url(images/menu-bg.png) left top no-repeat #EEE !important;
background:#EEE;
}

#sideMenu li.sub .sub a {
    font-size: 10px;
    width: 100%;
    float:left;
    direction:ltr;
}

#sideMenu li.last{
    border:0;
	height:19px;
}

#sideMenu li.main_ex {
    float:left;
	background:url(images/menu-bg.png) left top no-repeat #ffffff;
}

#sideMenu li.main_ex a{
    background: url(images/expand_bullet.jpg) 97% 45% no-repeat;
}

#sideMenu li.main_col {
    float:left;
    background:url(images/menu-bg.png) left top no-repeat #ffffff;
    width: 100%;
    padding-bottom: 3px;
}
#sideMenu li.main_col a{
    background: url(images/collapse_bullet.jpg) 97% 45% no-repeat;
}


#sideMenu li.main_c {
    float:left;
    background: url(images/collapse_bullet.jpg) 97% 45% no-repeat;
    width: 100%;
    padding-bottom: 3px;
}

#sideMenu li.main_c a {
    border-top: 1px solid #DEDEDE;
}

#sideMenu .sub li a {
    float:left;
    display: block;
    width: 100%;
    border-bottom: 0;
    direction:ltr;
    background: url(images/leftsubmenu_bullet.gif) 3% 46%  no-repeat;
    line-height: 9px;

}

/* Side Blocks */

.sideblock{
	-moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 10px #CFCECE;
	width:246px;
	float:left;
	margin-top:15px;
}
.sideblock .blockheader{
	background:url(images/leftblockheader.png) top left no-repeat;
	width:246px;
	height:27px;
	line-height:27px;
	display:block;
	font-size:15px;
	font-family:"MyNassim",arial,verdana,tahoma;
	font-weight:bold;
	direction:ltr;
	text-align:left;
	color:#ffffff;
	margin:0;
	padding:0;
	float:left;
}
.sideblock .blockheader span{
	padding-left:25px;
	float:left;
}
.sideblock .menucontent{
	width:244px;
	float:left;
	background:#ffffff;
	border:1px solid #e1e0e0;
	border-bottom: 0;
    text-align:left;
	direction:ltr;
}

.sideblock .blockcontent{
	width:228px;
	padding:8px;
	float:left;
	background:#ffffff;
	border:1px solid #e1e0e0;
	border-bottom: 0;
    text-align:left;
	direction:ltr;
}

.sideblock .menufooter{
	width:246px;
	float:left;
	background:url(images/leftmenu_footer.png) top left no-repeat;
	height:7px;
border-bottom: 0;
}
.sideblock .blockfooter{
	width:246px;
	float:right;
	background:url(images/block_footer.gif) top left no-repeat;
	height:5px;
}

.styledinput {
    width: 125px;
    color: #6D6D6D;
    height: 23px;
    background: url(images/searchbox.gif) no-repeat top;
    display: block;
    direction:ltr;
    font-size: 12px;
    padding-left: 15px;
    line-height: 23px;
    border: 0;
}

.enterbutton {
    background: url(images/en_enter.gif) no-repeat top;
    width: 65px;
    height: 24px;
    border: 0;
}

.enterbutton:hover {
    background: url(images/en_enter_h.gif) no-repeat top;
    width: 65px;
    height: 24px;
    cursor: pointer !important;
}

.submitbutton {
    background: url(images/en_send.gif) no-repeat top;
    width: 65px;
    height: 24px;
    border: 0;
}

.submitbutton:hover {
    background: url(images/en_send_h.gif) no-repeat top;
    width: 65px;
    height: 24px;
    cursor: pointer !important;
}

.subscribebutton {
    background: url(images/en_subscribe.gif) no-repeat top;
    width: 65px;
    height: 24px;
    border: 0;
}

.subscribebutton:hover {
    background: url(images/en_subscribe_h.gif) no-repeat top;
    width: 65px;
    height: 24px;
    cursor: pointer !important;
}

input.button {
    border: 0 solid #999999;
    font: normal 12px Tahoma;
    text-align: center;
    background: url(images/button_image.jpg) right top repeat;
    color: #FFF;
    width: 17px;
    height: 17px;
    vertical-align: text-top;
}

input.grayButton {
    color: #666666;
    font-size: 11px;
    background: #F5F5F5;
    border: 1px #C0C0C0 solid;
    padding: 2px;
    cursor: pointer;
    font-family: Tahoma;
    text-align: center;
}

input.grayButton:hover {
    background: #FAFAFA;
    border: 1px #A0A0A0 solid;
}

input.fileGrayButton {
    color: #666666;
    font-size: 11px;
    background: #F5F5F5;
    border: 1px #C0C0C0 solid;
    height: 20px;
    cursor: pointer;
    font-family: Tahoma;
    text-align:left;
}

#forgot_main {
    text-align: justify;
    font-size: 11px;
    line-height: 1.4em;
    display: none;
    width: 215px;
    margin-top: 10px;
}

input.text {
    border: 1px solid #afafaf;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
    margin: 2px;
    width: 145px;
    height: 13px;
}

input.ltrText {
    border: 1px solid #afafaf;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
    margin: 2px;
    direction:ltr;
    text-align:left;
    width: 145px;
    height: 13px;
}

select.text, textarea.text {
    border: 1px solid #afafaf;
    font-family: Tahoma;
    font-size: 11px;
}

#error {
    height: auto;
    width: 95%;
    border: 1px solid #F3F3F3;
    background-color: #F4FAFF;
    float:left;
    padding: 8px;
    margin-bottom: 10px;
}

#error .title {
    font-weight: 600;
    color: #FF0000;
}

/*table*/
.table .head {
    background: url(images/tb_bg.jpg) repeat-x;
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

.table tr.title {
    height: 31px;
}

.text_tr_b {
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #727272;
    background: #e3e3e3;
    text-align: center;
    height: 23px;
}

.text_tr {
    font: normal 12px tahoma, Helvetica, sans-serif;
    color: #727272;
    text-align: center;
    height: 23px;
}

.table img {
    margin-right: 30px;
}

.order_now {
    float:left;
    width: 95px;
    height: 55px;
    padding: 10px;
    padding-top: 30px;
}

.order_now img {
    margin: 0;
    padding: 0;
}

.order_now img a:hover {
    background: url(images/order_07.jpg) no-repeat;
}

/********** footer **********/

.Twitter {
    width: 192px;
	height:105px;
	float:right;
    margin: 0 auto;
    direction:ltr;
    font: normal 12px Tahoma, Geneva, sans-serif;
    color: #888888;
    
}

.Twitter table{
    margin-top:65px;
	margin-right:12px;
	float:right;
}

.Twitter span {
    margin-left: 10px;
    font-size: 75%;
    direction:ltr;
    font: normal 12px Tahoma, Geneva, sans-serif;
    color: #C0C4C7;
    font-weight: bold;
}

.footlinkswrapper{
	margin-top:20px;
	width:100%;
	float:left;
	text-align: left;
}

.footlinks{
	width:100%;
	text-align:left;
	display:inline;
}

.Twitter a,footlinks a{
	display:inline;
    color: #70706E;
    text-decoration: none;
}
.Twitter a:hover,.footlinks a:hover{
    color: #39b3e4;
    text-decoration: none;
}

.footer {
    width: 963px;
    margin: 0 auto;

}

.footerbg {
    background: url(images/rightTwitter.png) top repeat-x;
	height:108px;
	width:100%;

}

.footer #logo{
   width:127px;
   height:46px;
   float:left;
   padding-top: 10px;
   padding-left: 14px;
}

.footer .resize {
    width: 966px;
    margin: 0 auto;
}

.footer .resize p {
    float:right;
    width: 50%;
    padding: 20px 0;
    margin: 0;
    color: #959595;
    font: normal 11px Tahoma, Geneva, sans-serif;
}

.footer .resize a {
    color: #3497c4;
    font: normal 11px Tahoma, Geneva, sans-serif;
    padding-left: 30px;
    text-decoration: none;
}

.text_center {
    text-align: center;
    color: #8d8d8d;
    width: 100%;
    font: 85.5% Helvetica;
    padding-top: 10px;
}

#bottom {
    width: 700px;
	height:105px;
	float:left;
    margin:0 auto;
    color: #9192a6;
}


#bottom p {
    color: #9192a6;
    margin: 0 auto;
    width: 630px;
    font: 500 12px Tahoma;
}

.tellnum{
    text-align:left;
    direction:ltr;
}
#testf{
	padding-top:24px;
    text-align: left;
}

.cornerBox {
    position: relative;
    background: #eaeaea;
    width: 100%;
    float:right;
}

.corner {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('images/corners.gif') no-repeat;
    font-size: 0%;
}

.cornerBoxInner {
    padding: 10px;
    text-align:left;
}

.TL {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.TR {
    top: 0;
    right: 0;
    background-position: -10px 0;
}

.BL {
    bottom: 0;
    left: 0;
    background-position: 0 -10px;
}

.BR {
    bottom: 0;
    right: 0;
    background-position: -10px -10px;
}

p.clr, .clr {
    clear: both;
    padding: 0;
    margin: 0;
    background: none;
	width:755px;
}

p.clr2, .clr2 {
    clear: both;
    padding: 0;
    margin: 0;
    background: none;
	width:680px;
}

li.bg, .bg {
    clear: both;
    padding: 0;
    margin: 5px 0;
    background: none;
}

/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
    position: fixed;
    z-index: 9999;
}

#pbOverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    cursor: pointer;
}

#pbCloseBtn {
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/closebutton.png) no-repeat top left;
}

.pbLoading {
    background: #000 url(images/loading.gif) no-repeat center !important;
}

#pbImage {
    border: none;
    background: #000 no-repeat;
    -moz-box-shadow: 0 0 40px #000;
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000;
    cursor: move;
}

#pbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #EEE;
    line-height: 1.4em;
    right: 50%;
    bottom: 10px;
    width: 400px;
    margin-right: -200px; /* half the width */
}

#pbCaption {
    font-weight: bold;
    padding: 4px;
    color: #ffffff;
    display: inline-block;
    *display: inline; /* IE 7 */
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType = 0, StartColorStr = #B0000000, EndColorStr = #B0000000);
    zoom: 1;
}

#pbNav {
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 5px;
}

#pbPrevBtn, #pbNextBtn, #pbZoomBtn {
    display: inline-block;
    width: 70px;
    height: 65px;
    outline: none;
    text-indent: -9000px;
    background: url(images/navbtns.png) no-repeat;
}

#pbPrevBtn {
    background-position: -70px 0;
    float:left;
}

#pbPrevBtn.pbgreyed {
    background-position: 0 0;
}

#pbNextBtn {
    background-position: -320px 0;
    float:right;
}

#pbNextBtn.pbgreyed {
    background-position: -390px;
}

#pbZoomBtn {
    width: 60px;
    background-position: -140px 0;
    float:left;
}

#pbZoomBtn.pbgreyed {
    background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
    background-position: -260px 0;
}

.square {
    background: url(images/Bullet_en.gif) 100% 60% no-repeat;
    padding-left: 10px;
}

/* END PICBOX */

#resualt-menu {
    padding-right: 2px;
    padding-left: 2px;
    border-color: #FFF;
    text-align: center;
    border-bottom-width: 1px;
    height: 40px;
    font-size: 11px;
    font-family: Tahoma;
    vertical-align: baseline;
    width: 100%;
 direction:ltr;
}

#resualt-menu td {
    text-align:left;
}

#resualt-menu tr.title {
    height: 25px;
    color: #FFFFFF;
    background:#555;
    background: #5a627b url(images/block.gif)righttop repeat-x;
    line-height:19px;
}

#resualt-menu td.image {
    vertical-align: baseline;
    width: 16px;
}

#resualt-menu tr.title a {
    color: #FFFFFF;

}

#resualt-menu tr.title td {
    vertical-align: baseline;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}

#resualt-menu tr.tr2 {
    color: #111;
    background-color: #FFF;
}

#resualt-menu tr.tr2 td {
    text-align: center;
    height: 20px;
    max-width: 200px;
    vertical-align: middle;
}

#resualt-menu tr.tr1 {
    color: #444;
    background-color: #EEE;
}

#resualt-menu tr.tr1 td {
    max-width: 200;
    vertical-align: middle;
    text-align: center;
    height: 20px;
}

.bubbleInfo {
    position: relative;
    z-index: 50000;
    right: -200px;
    top: -20px;
    margin: 0px;
    padding: 0px;
}

.trigger {
    position: absolute;
    margin: 0px;
    padding: 0px;
}

/* Bubble pop-up */
.popup {
    position: absolute;
    display: none;
    background: #ffffff;
    border: 2px #F57921 solid;
    z-index: 555;
    border-collapse: collapse;
}

.popup-contents {
    font-size: 12px;
    line-height: 1.2em;
    margin: 20px;
    background-color: #fff;
    direction:ltr;
    text-align: justify;
    color: #666;
    font-family: tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

tr#release-notes th {
    text-align:right;
    text-indent: -9999px;
    background: url(../../images/starburst.gif) no-repeat top right;
    height: 17px;
}

tr#release-notes td a {
    color: #333;
}

#help {
/* overlay is hidden before loading */
    display: none;
}

#help div.close {
    position: absolute;
    z-index: 45555;
    display: block;
    background: url(../../images/close.png);
    width: 36px;
    height: 36px;
}

.warning {
    background: url('images/exclamation.png') no-repeat 99% 8px;
    border: 1px solid #eb8a71;
    background-color: #ffebe8;
    margin: 14px auto;
    padding: 8px 0;
	padding-left:30px;
	padding-right:6px;
    float:left;
    width: 94%;
    direction:ltr;
    text-align:left;
    color: #eb8a71;
}

.success {
    background: url('images/accept.png') no-repeat 99% 8px;
    border: 1px solid #78A458;
    background-color: #BCE79D;
    margin: 14px auto;
    padding: 8px 0;
	padding-left:30px;
	padding-right:6px;
    float:left;
    width: 94%;
    direction:ltr;
    text-align:left;
    color: #78A458;
}

.infobox {
    background: url('images/error.png') no-repeat 99% 8px;
    border: 1px solid #D4BF39;
    background-color: #FCE96B;
    margin: 14px auto;
    padding: 8px 0;
	padding-left:30px;
	padding-right:6px;
    float:left;
    width: 94%;
    direction:ltr;
    text-align:left;
    color: #B8A017;
}

#alert-Box {
    padding-bottom: 24px;
    background: url('images/bg-box-bottom.png') bottom right no-repeat !important;
    background: url('images/bg-box-bottom.gif') bottom right no-repeat;
}

#alert-InBox {
    padding-top: 15px;
    background: url('images/bg-box-top.png') top right no-repeat !important;
    background: url('images/bg-box-top.gif') top right no-repeat;
}

#alert-BoxContent {
    background: url('images/bg-box-body.png') top right repeat-y !important;
    background: url('images/bg-box-body.gif') top right repeat-y;
    padding: 0px 20px 0 20px;
}

#alert-BoxContenedor {
    padding: 0px 0 5px 0;
	padding-left:55px;
    text-align:right;
    font-family: tahoma;
    font-size: 12px;
    color: #000;
}

#alert-BoxContenedor h1, #alert-BoxContenedor h2, #alert-BoxContenedor h3, #alert-BoxContenedor b, #alert-BoxContenedor strong {
    text-align:left;
    font-family: tahoma;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#alert-Buttons {
    text-align:left;
}

#alert-Buttons input {
    margin: 10px 10px;
}

#alert-BoxContenedor #BoxPromptInput {
    margin-top: 5px;
}

#alert-Box .BoxAlert {
    background: url('images/dialog-warning.png') top left no-repeat;
    direction:ltr;
    text-align:left;
}

#alert-Box .BoxConfirm {
    background: url('images/delete.gif') top left no-repeat;
    direction:ltr;
    text-align:left;
}

#alert-Box .BoxPrompt {
    background: url('images/dialog-help.png') top left no-repeat;
    direction:ltr;
    text-align:left;
}

#alert-Box .BoxInfo {
    background: url('images/info.gif') top left no-repeat;
    direction:ltr;
    text-align:left;
}

#alert-Box .BoxError {
    background: url('images/dialog-error.png') top left no-repeat;
    direction:ltr;
    text-align:left;
}

.tipimg{
	float:left;
	padding-left:10px;
}


h3.news_title{
     margin: 10px 0;
    direction:ltr;
    font-size:15px;
	font-family:"MyNassim",arial,verdana,tahoma;
	font-weight:bold;
    text-align:left;
    padding-left:10px;
    background: url("images/h2_s.jpg") no-repeat scroll left 9px transparent;
}
div.small_cal {
	margin-bottom:10px;
	margin-left:10px;
	font-size: 9px;
	width: 47px;
	height: 52px;
	background: url('images/icon_calendar.gif') no-repeat 100% 50%;
	float: right;
	position: relative;
}

div.small_cal span.day {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 47px;
	height: 10px;
	top: 7px;
	right: 0;
}

div.small_cal span.month {
	position: absolute;
	bottom: 9px;
	width: 47px;
	height: 20px;
	text-align: center;
	color: #000;
	right: 0;
}

.newsblock{
	float:left;
	background:url(images/news_center.jpg) left repeat-y;
	width:687px;
	margin:0 auto;
	clear:both;
	display:block;
}
.newsblock h2.newsheader{
	float:left;
	background:url(images/ennews_top.jpg) left top no-repeat #ffffff;
	width:687px;
	height:109px;
	cursor: pointer;
	margin:0;
	padding:0;
	clear:both;
}

.newsblock div.newsfooter{
	float:left;
	background:url(images/news_bottom.jpg) left top no-repeat #ffffff;
	width:687px;
	height:7px;
	margin:0;
	padding:0;
	clear:both;
}

h2.newsheader span{
	display:none;
}

.newsmore{
	float:left;
	width:100%;
	text-align:right;
}

.newscontent{
	float:left;
	width:941px;
	margin:0;
	padding:0;
	margin-left:15px;
	
}
* html .newscontent{
	margin-left:5px;
}

.content_text{
	float:left;
	width:100%;
}

#logolink{
    background-color: transparent;
    height: 106px;
	position: absolute;
    left: 124px;
    top: 0px;
    width: 190px;
    outline: 0 none;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0;
margin-left: 15px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px;
padding-left:25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}

#TB_closeAjaxWindow{
padding:7px 0 5px 0;
margin-right:10px;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 0;
padding-left:10px;
margin-bottom:1px;
}

#TB_title{
background-color:#e8e8e8;
height:27px;
}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px;
padding-left: 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
margin-bottom:1px;
}

#hor-minimalist-a
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #fff;
margin: 45px;
width: 480px;
border-collapse: collapse;
text-align: left;
}
#hor-minimalist-a th
{
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
color: #669;
padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
color: #009;
}
#tablestats {
text-align: center;
direction:ltr;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

#tablestats td {
direction:ltr;
background-color: #e2e2e2;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

#tablestats td.hed {
direction:ltr;
background-color: #666;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
} 
div.carouselwraper a.carousel-arrow{
	position: absolute;
	top:76px;
	z-index: 9999;
	display:block;
	width:23px;
	padding: 0 5px;
	height:19px;
}
div.carouselwraper a.prev{
	/*mohsen ie7 	right: 14px;right: -2px;*/
	
	cursor: pointer;
	background:url("images/right-a.png") top no-repeat;

	
}

div.carouselwraper a.next{
	/*mohsen ie7 	left: 21px;left: 32px;*/
	
	width:23px
	cursor: pointer;
	background:url("images/left-a.png") top no-repeat;
}
div.carouselwraper ul li img{
	width:305px;
}
div.carouselwraper ul li{
	margin-left:5px;
	width:305px;
	height:100px;
	overflow:hidden;
}

/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	width: 920px;
	height: 32px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #EBEBED;
	font-size: 0.75em;
}
.ticker p{
	line-height: 1.2em;
}
.ticker {
	width: 710px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #EBEBED;
}
.ticker-title {
	padding-top: 4px;
	color: #990000;
	font-weight: bold;
	background-color: #EBEBED;
	font: 14px "MyYekan2",tahoma;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #EBEBED;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	font: 14px "MyYekan2",tahoma;
}
.ticker-content:focus {
	text-decoration: none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #EBEBED;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #EBEBED;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background: url('{$BASE_URL}images/controls.png') right;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #EBEBED;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}

.right .ticker-controls