/* Default Styles */
body, div, td, p, input, select, span
{
    font: 11px tahoma;color:#4A4A4A;
}
/***************************************/
/* Layout Styles */
img
{
    border: 0px;
}

.spacer
{
    clear: both;
    height: 0px;
    overflow: hidden;
    display: inline;
}
.spliter
{
    _display: inline;
    height: 5px;
    margin: 5px 5px 5px 0px;
    overflow: hidden;
    font-size: 0px;
}
.pheader
{
    width: 980px;
    margin: auto;
    height: 250px;
    position: relative;
    background: #000 url(images/bg_header.jpg) repeat-x 0 50px;
}
.pbody
{
    width: 980px;
    margin: auto;
    background: #000;
    overflow: auto;
}
.pfooter
{
    width: 980px;
    margin: auto;
    background: #111;
    clear: both;
}
.pfooter .rt
{
    padding: 10px;
}
.pheader .logo
{
    background: url(images/logo.gif) no-repeat;
    width: 292px;
    height: 89px;
    position: absolute;
    z-index: 0;
    top: 80px;
    left: 70px;
}
.header_image
{
    background: url(images/header_image.jpg) no-repeat;
    width: 520px;
    height: 200px;
    float: right;
    margin-right: 46px;
}
.tnav_bar
{
    position: relative;
    height: 47px;
}
.tnav_bar .lc
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/menu_lc.jpg) no-repeat;
}
.tnav_bar .rc
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/menu_rc.jpg) no-repeat;
}


.path_bar
{
    margin: 5px 0;
    overflow: auto;
    direction: rtl;
    padding: 5px 0;
    background: url(images/br_normal.gif) repeat-x 0 100%;
    color: #FBD266;
}
.path_bar div
{
    float: right;
    margin-left: 4px;
    color: #EFB661;
}
.path_bar a
{
    color: #FBD266;
}
.top_cnt
{
    _height: 110px;
    min-height: 110px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.scol
{
    width: 200px;
    float: right;
    min-height: 250px;
}
.mcol
{
    margin-right: 200px;
    width: 760px;
    margin: 0 10px;
    min-height: 250px;
}
/***************************************/
.mtitle
{
    padding-bottom: 8px;
    position: relative;
    width: 300px;
}
.mtitle .tt_lc
{
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(images/tt_lc.jpg) no-repeat 0 0;
}
.mtitle .tt_rc
{
    width: 5px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(images/tt_rc.jpg) no-repeat 0 0;
}
.mtitle .tt_arr
{
    background: url(images/tt_arr.jpg) repeat-x 0 100%;
    position: absolute;
    bottom: 0px;
    left: 25px;
    width: 12px;
    height: 9px;
}
.mtitle .tt_cnt
{
    background: url(images/tt_bg.jpg) repeat-x 0 100%;
    min-height: 24px;
    _height: 24px;
    padding: 0 8px;
}
.mtitle .text
{
    background: url(images/tt_pointer.gif) no-repeat right 3px;
    text-align: right;
    direction: rtl;
    padding-right: 16px;
    line-height: 17px;
    color: #FF7200;
    font-weight: 600;
}
.v_br
{
    background: url(images/br1_v.gif) repeat-y 0 0;
}
.def_lcol
{
    float: left;
    margin-right: 5px;
    width: 400px;
    height: 90px;
}
.def_rcol
{
    margin-left: 405px;
    height: 90px;
    background: url(images/br1_v.gif) repeat-y 0 0;
}
.lng
{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 100000;
}
/***************************************/
/*Top Menu Styles*/
#tnav
{
    font: 11px tahoma;
    height: 47px;
    z-index: 10000;
    position: relative;
    margin: 0;
}

#tnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    direction: rtl;
}
#tnav ul li
{
    position: relative;
    display: inline;
    float: right;
    direction: rtl;
    margin-top: 1px;
}
#tnav ul li a
{
    display: block;
    padding: 16px 10px 17px 12px;
    margin-left: 0px;
    background: url(images/sep_menu.jpg) no-repeat 0 0;
    color: #fff;
    text-decoration: none;
    text-align: right;
    direction: rtl;
}

#tnav ul li.open ul li a
{
    border: 0px;
    padding: 5px;
    color: #D8D8D8;
}
#tnav ul li.open ul li.first a
{
    color: #D8D8D8;
}
#tnav ul li a:hover
{
    color: #D8D8D8;
}
#tnav ul li ul
{
    position: absolute;
    right: 0;
    display: block;
    border: 1px solid #2A4758;
    font-size: 0px;
    line-height: 0px;
    direction: rtl;
    width: 160px;
    visibility: hidden;
    z-index: 1000000;
}
#tnav ul li ul li ul
{
    border: 1px solid #2A4758;
}
#tnav ul li ul li
{
    display: list-item;
    float: none;
    font-size: 0px;
    line-height: 0px;
    width: 160px;
    padding: 0px;
    margin: 0px;
}
#tnav ul li ul li ul
{
    top: 0;
}
#tnav ul li ul li a
{
    font: normal 11px tahoma;
    color: #fff;
    padding: 4px 5px;
    background: url(images/menu_li_bg.gif) repeat-x;background-position:top;
    border: 0px;
    border-bottom: 1px solid #2A4758;
}
#tnav ul li ul li a:hover
{
    color: #000;
	 background: url(images/menu_li_bg.gif) repeat-x;background-position:bottom;
}
#tnav ul li ul li.last a
{
    border: 0px;
}
#tnav ul li ul li.last
{
}
#tnav ul li ul li.first
{
}
#tnav ul li ul li.first a
{
}
a .arr_d
{
    position: absolute;
    top: 20px;
    left: 5px;
    height: 6px;
    width: 10px;
    background: url(images/arr_d.gif) no-repeat 0 0;
}
.open .arr_d
{
    background: url(images/arr_d.gif) no-repeat 0 0;
}
a .arr_r
{
    position: absolute;
    top: 9px;
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(images/arr_li.gif) no-repeat;
}
#tnav a.m127
{
    font-size: 0px;
    height: 14px;
    background: url(images/nav-home.png) no-repeat 11px 6px;
    width: 20px;
    line-height: 0px;
}
#tnav a.m74:hover
{
    background: url(images/nav-home.png) no-repeat 11px 6px;
}
/************************************************/
/* Form Styles*/
/************************************************/
/* Form Styles*/
.mform
{
    direction: rtl;
    padding: 0px;
    width:100%;
    margin: 0px;
    z-index: 100;
    position: relative;
    margin: 20px;
    clear: both;
}
.mform .header
{
    background: url(images/tt_pointer.gif) no-repeat right 2px;
    text-align: right;
    direction: rtl;
    padding-right: 16px;
    height: 18px;
    padding-top: 1px;
    color: #FF7200;
    font-weight: 600;
    border-bottom: 1px solid #999;
}
.mform .subheader
{
    color: #003366;
    width: 100%;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px dotted #FFFFFF;
}
.mform .items
{
    clear: both;
    padding: 0px 5px 15px 5px;
    text-align: right;
}
.mform .footer
{
    clear: both;
    text-align: left;
    padding: 10px 20px 20px 20px;
    background: url(images/border_dash.gif) repeat-x left top;
}
.mform .footer a
{
    text-decoration: underline;
}
.mform .header a
{
    text-decoration: underline;
}
.mform .item
{
    padding: 7px 0 7px 0;
    margin: 0px 15px 0px 0px;
    clear: both;
    background: url(images/br_fitem.gif) repeat-x 0 100%;
}
.mform .label
{
    float: right;
    width: 130px;
    text-align: right;
    padding-left: 10px;
    padding-top: 1px;
}
.mform .control
{
    margin-right: 140px;
    text-align: right;
    direction: rtl;
}
.small .label
{
    width: 80px;
}
.small .control
{
    margin-right: 80px;
}
.control input, .control textarea
{
    border: 1px solid #B7B9BD;
    border-bottom-color: #DEE2ED;
    border-right-color: #DEE2ED;
}
input.normal_input, textarea
{
    height: 16px;
    width: 100px;
}
.control select
{
    border: 1px solid #545454;
    border-bottom-color: #A1A1A1;
    border-right-color: #A1A1A1;
    height: 20px;
    width: 152px;
}
.form_desc
{
    padding: 10px 0px;
    text-align: right;
    direction: rtl;
    color: #666666;
}
.shead
{
    background: #C0DCA5 url(images/title_bg.gif) no-repeat 100% 0;
    padding: 7px 30px 7px 4px;
    margin: 15px 0px 5px 0px;
    text-align: right;
    direction: rtl;
}
.shead *, .mform .header
{
    font-weight: bold;
    color: #7BA363;
    font-family: verdana;
    font-size: 14px;
    line-height: 12px;
}
.form_desc
{
    padding: 10px;
    text-align: right;
    direction: rtl;
    color: #666666;
    border: 1px dotted #888;
    width: 400px;
    margin: 10px auto;
}
.form_desc span
{
    line-height: 18px;
}
.shead
{
    background: url(images/br_shead.gif) repeat-x right 100%;
    padding: 7px 4px 7px 4px;
    margin: 15px 0px 5px 0px;
    text-align: right;
    direction: rtl;
}
.thead
{
    border-bottom: 1px dotted #7277B9;
    color: #455A99;
    direction: rtl;
    font-weight: 600;
    margin: 2px 4px 5px 4px;
    padding: 2px 13px 7px 3px;
    text-align: right;
    clear: both;
    min-height: 10px;
    font-size: 12px;
}
.thead *
{
    font-weight: bold;
    color: #5668A8;
    font-family: Verdana;
    font-size: 14px;
}
.shead .arr
{
    background: url(images/shead_arr.gif) no-repeat right 4px;
    padding-left: 12px;
}
.cmd_btn
{
    line-height: 18px;
    padding: 1px 10px 3px 10px;
    text-align: center;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-right: 1px solid #888;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #888;
    cursor: pointer;
    min-height: 25px;
    color: #C90101;
    font-weight: bold;
}
/************************************************/
/* Pager Styles*/
.paging
{
    font-family: tahoma;
    font-size: 11px;
    clear: both;
    height: 30px;
}
.paging .link, .paging .no
{
    display: block;
    float: right;
    color: #000000;
    line-height: 25px;
    height: 25px;
    padding: 0px 8px 0px 8px;
    margin: 0px 3px 0px 3px;
}
.paging .navlink a, .paging .nolink a
{
    display: block;
    float: right;
    line-height: 25px;
    height: 25px;
    padding: 0px 8px 0px 8px;
    margin: 0px 3px 0px 3px;
    border: 1px solid #CCDBE4;
}
.paging .navlink .link
{
    border: 1px solid #CCDBE4;
    background: #EAEDF2;
}
.paging .nolink .no
{
    font-weight: bold;
}
.paging a
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #3666D4;
    background: #EAEDF2;
}
.paging a:hover
{
    color: #FFFFFF;
    background: #3666D4;
    border-color: #2B55AF;
}
/***************************************/
/* box_st1 Styles*/
.box_st1
{
    overflow: auto;
    _overflow: inherit;
    _height: 100px;
    width:100%;
    margin:10px auto;
}
.title
{
    font-weight: 600;
    text-align: right;
    padding-right: 5px;
}
.box_st1 .title
{
    height: 25px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    margin: 0px;
}
.box_st1 .title, .box_st1 .title *
{
    font-weight: 600;
    color: #18AAE7;
}
.box_st1 .box_cnt
{
    padding: 0px;
    overflow: auto;
    _overflow: inherit;
    _height: 100px;
}
/******************************/
.ptitle
{
    padding-bottom:8px;
    position:relative;
    text-align:right;
    direction:rtl;
    display:block;
}
.mtitle
{
    padding-bottom: 8px;
    position: relative;
    width: 300px;
}
.mtitle .tt_lc
{
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(images/tt_lc.jpg) no-repeat 0 0;
}
.mtitle .tt_rc
{
    width: 5px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(images/tt_rc.jpg) no-repeat 0 0;
}
.mtitle .tt_arr
{
    background: url(images/tt_arr.jpg) repeat-x 0 100%;
    position: absolute;
    bottom: 0px;
    left: 25px;
    width: 12px;
    height: 9px;
}
.mtitle .tt_cnt
{
    background: url(images/tt_bg.jpg) repeat-x 0 100%;
    min-height: 22px;
    _height: 22px;
    padding: 2px 8px 0 8px;
}

.tt
{
    text-align: right;
    direction: rtl;
    height: 18px;
    padding-top: 1px;
    color: #532D1A;
    font-weight: 600;
}
.pointerLiner
{
    background-image: url(images/pointer_liner.gif);
    background-repeat: repeat-x;
    background-position: left;
    float: left;
    height: 14px;
    width: 85%;
}

.top_news
{
    text-align: right;
    direction: ltr;
    padding-top: 1px;
    color: #532D1A;
    font-weight: 600;
    padding-bottom: 5px;
    padding-right: 10px;
    width: 98%;
}
.top_news span
{
    text-align: right;
    direction: rtl;
    padding-top: 1px;
    color: #532D1A;
    font-weight: 600;
    padding-bottom: 5px;
}
.pointerLiner2
{
    background-image: url(images/pointer_liner.gif);
    background-repeat: repeat-x;
    background-position: left;
    float: left;
    height: 14px;
    width: 61%;
}
.most_visit
{
    text-align: left;
    direction: ltr;
    padding-top: 1px;
    color: #532D1A;
    font-weight: 600;
    padding-bottom: 5px;
}



.tt *
{
    color: #532D1A;
    font-weight: 600;
}
.text
{
    text-align: justify;
    direction: rtl;
    padding: 2px 2px 10px 2px;
    color: #fff;
}
.text1
{
    text-align: justify;
    direction: rtl;
    padding: 2px 2px 10px 2px;
    color: #fff;
    background-image: url(images/factory.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
/*************************************/
/* Top Items */
.top_items
{
    width: 95%;
    height: auto;
    padding: 10px 5px 10px 5px;
    border-bottom: 2px dotted #E9D5B4;
    overflow:auto;
}
.top_items .thumb
{
    float: right;
    margin-left: 5px;
}
.top_items .desc
{
    width: 100%;
}
.top_items .name
{
    padding: 2px 0;
    text-align: justify;
    direction: rtl; /*background:url(images/arr1.gif) no-repeat right 4px;*/
    padding-right: 5px;
    width: 100%;color:#666666;
}
.top_items .name a
{
    font-weight: 600;
    color: #1B7FBE;
	text-decoration:none;
}
.top_items .name a:hover
{
    text-decoration: underline;
    color: #1B7FBE;
}
.top_items .text, .top_items .text *
{
    text-align: justify;
    direction: rtl;
    padding-bottom: 5px;
    width: 100%;color:#666666;
}
.top_items .text1, .top_items .text1 *
{
    text-align: justify;
    direction: rtl;
    padding-bottom: 5px;
    width: 100%;color:#666666;
}
.top_items img
{
    padding: 1px;
    border: 1px solid #888;
    width: 65px;
}

.adv
{
    margin-top: 10px;
    float: right;
}
.most_visit .top_item
{
    float: right;
    background: url(images/br2_h.gif) repeat-x 0 100%;
    margin: 5px;
    height: 200px;
}
.top_item
{
    float: right;
    margin: 5px 0px 10px 10px;
}
.top_item .thumb img
{
    padding: 1px;
    border: 1px solid #907945;
    width: 75px;
}
.top_item img
{
    padding: 1px;
    border: 1px solid #907945;
    width: 75px;
}
.top_item .name
{
    text-align: center;
    line-height: 18px;
    width: 75px;
}
. /********************************/ /* News Detail */ .news_det
{
    overflow: auto;
    margin: auto;
}
.news_det .image
{
    float: right;
    margin-bottom: 10px;
    margin: 0 0 5px 10px;
}
.news_det .desc
{
    width: 100%;
}
.news_det .title
{
    font-weight: 600;
    color: #18AAE7;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: right;
    direction: rtl;
}
.news_det .info
{
    padding: 2px 0;
    text-align: right;
    direction: rtl;
    margin-bottom: 10px;
    color: #182C39;
}
.news_det .text, .news_det .text *
{
    text-align: justify;
    direction: rtl;
    color: #182C39;
}
.news_det .text1, .news_det .text1 *
{
    text-align: justify;
    direction: rtl;
    color: #fff;
}
.news_det img
{
    padding: 1px;
    border: 1px solid #888;
}
/*************************************/
/* Products */
/******************************/
.item_thumb
{
    border-bottom: #999 1px dotted;
    border-left: #999 1px dotted;
    padding-bottom: 5px;
    margin: 8px;
    padding-left: 7px;
    padding-right: 7px;
    float: right;
    overflow: hidden;
    border-top: #999 1px dotted;
    border-right: #999 1px dotted;
    padding-top: 5px;
    height: 360px;
    width: 140px;
}
.item_thumb img
{
    padding: 1px;
    border: 1px solid #888;
}
.item_thumb .thumb
{
    min-height: 300px;
    _height: 300px;
}
.item_thumb .name
{
    margin-top: 3px;
    color: #0066CC;
    font: tahoma 11px;
    text-align: right;
    line-height: 18px;
    font-weight: bold;
    direction: rtl;
}
.item_thumb .field
{
    margin-top: 3px;
    color: #555;
    font: verdana 11px;
    text-align: right;
    line-height: 18px;
    direction: rtl;
}
.pr_det .image
{
    margin: 0 0 10px 10px;
    float: right;
}
.pr_det img
{
    padding: 1px;
    border: 1px solid #006699;
}
.pr_det .lead
{
    margin-bottom: 10px;
}
.pr_det .lead *
{
    color: #006699;
    font: 12px arial;
    font-weight: bold;
    direction: rtl;
}
.pr_det .text
{
    text-align: justify;
    color: #333;
    clear: both;
    width: 500px;
    margin: auto;
    direction: rtl;
}
.pr_det .details
{
    text-align: right;
    line-height: 20px;
    color: #004D71;
    direction: rtl;
}
.pr_cat
{
    padding: 0px 10px;
}
.pr_cat .thumb_item
{
    width: 125px;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    float: right;
    margin: 5px;
}
.pr_cat .thumb_item .image
{
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
.pr_cat .thumb_item .name
{
    text-align: center;
}
.pr_cat .thumb_item .name a
{
    line-height: 20px;
    padding-top: 3px;
    font-weight: bold;
}
.pr_cat .thumb_item .image
{
}
.pr_cat img
{
    border: 1px solid #aaa;
    padding: 1px;
}
/*Products Tree Menu*/
.tree_menu
{
}
.tree_menu ul
{
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}
.tree_menu ul.prod li a
{
    color: #666666;
}
.tree_menu ul li
{
    display: block;
    list-style-type: none;
    line-height: 22px;
    background: url(images/arr_yello.gif) no-repeat right 9px;
    direction: rtl;
}
.tree_menu ul.prod li
{
    background: url(images/arr_li.gif) no-repeat right 9px;
    margin-right: 5px;
}
.tree_menu ul.l2 li
{
    background: url(images/arr_li.gif) no-repeat right 9px;
}
.tree_menu ul li a
{
    margin-right: 10px;
    display: block;
}
.tree_menu ul li.expand
{
}
.tree_menu ul.prod li.selected a
{
    color: #000;
}
/********************************************/
.MapPath{ float:right;background-color:#FFFFFF;direction:rtl;text-align:right;padding-top:5px;height:15px;padding-left:5px;color:#001821}
.MapPath div{ float:right;background-color:#FFFFFF;direction:rtl;text-align:right}
.MapPath a{ color:#18AAE7;font-weight:600;text-decoration:none}
.MapPath a:hover{ color:#18AAE7;font-weight:600;text-decoration:underline}
