/* Products Menu */
.products_menu{
    background:top center #E9E8ED;
    padding:15px 15px;
    margin:0px 0px 0px 0px;
    width:199px;
    direction: rtl;
}

.products_menu #title{
    margin: 0px;
    padding: 0px;
    color: #b7b6b6;
    font-size: 18pt;
    font-family: 'fjallaoneregular';
    direction: rtl;
}

.products_menu .title span{
    text-align:left;
    float:left;
    direction: rtl;
}

.products_menu #list{
    margin:0px;
    padding:0px 0px 0px 0px;
    margin-top: 10px;
    color:#000;
    background:url(../images/pro/left_menu_bg.png) top center;
    direction: rtl;
}

.products_menu #list ul{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px ;
    direction: rtl;
}

.products_menu #list ul.space{
    list-style:none;
    margin:0px 0px 15px 0px;
    padding:0px ;
    direction: rtl;
}

.products_menu #list ul li{
    list-style:none;
    margin:0px 0px;
    padding:0px;
    color:#000;
    direction: rtl;
}

.products_menu #list ul li a{
    margin:0px;
    padding:8px 25px 10px 5px;
    display:block;
    text-decoration:none;
    color: #023784;
    font-size:11pt;
    text-align: right;
    background:url(../images/pro/list_a.png) no-repeat top 6px right 3px;
    border-bottom: 1px solid #ccc;
    direction: rtl;
}

.products_menu #list ul li a:hover{
    background:url(../images/pro/list_hover.png) no-repeat top 6px right 3px #FFF;
    text-decoration:none;
    color: #dd514a;
    border-bottom: 1px solid #ccc;
    direction: rtl;
}

.products_menu #list ul li a.select{
    background:url(../images/pro/list_hover.png) no-repeat top 6px right 3px #FFF;
    text-decoration:none;
    color:#dd514a;
    direction: rtl;
}

/* Products Img */
.inner_products_details{
    margin: 0px 20px 15px 0px;
    padding: 0px;
    color: #023784;
    font-size: 18pt;
    font-family: 'fjallaoneregular';
    direction: rtl;
    text-align: right;
}

/* Products Img */
.products_img{
    margin:0px;
    padding:10px 5px;
    width:337px;
    direction: rtl;
}

.products_img .top{
    height:15px;
    margin:0px;
    padding:0px 10px;
    background: url(../images/pro/products_img_top.png) no-repeat top center;
    direction: rtl;
}

.products_img .middle{
    margin:0px;
    padding:0px;
    background: url(../images/pro/products_img_middle.png) repeat-y top center;
    direction: rtl;
}

.products_img .bottom{
    margin:0px;
    padding:0px;
    background: url(../images/pro/products_img_bottom.png) no-repeat top center;
    height:15px;
    direction: rtl;
}

.products_img .title{
    color:#000;
    margin:0px 2px;
    font-size:12pt;
    direction: rtl;
}

.products_img .title a{
    color:#000;
    font-size:12pt;
    text-decoration:none;
    display:block;
    background:url(../images/pro/title.png) no-repeat top right #EEEEEE;
    padding:10px 30px 10px 10px;
    direction: rtl;
}

.products_img .title a:hover{
    color:#081A52;
    font-size:12pt;
    text-decoration:none;
    background:url(../images/pro/title_hover.png) no-repeat top right #EEEEEE;
    direction: rtl;
}

.products_img .img{
    color:#000;
    text-align:center;
    direction: rtl;
}

/* Products Sup Img */

.products_sup_img{
    margin:0px;
    padding:10px 5px;
    width:221px;
    direction: rtl;
}

.products_sup_img .top{
    height:7px;
    margin:0px;
    padding:0px 10px;
    background: url(../images/pro/products_img_sup_top.png) no-repeat top center;
    direction: rtl;
}

.products_sup_img .middle{
    margin:0px;
    padding:0px;
    background: url(../images/pro/products_img_sup_middle.png) repeat-y top center;
    direction: rtl;
}

.products_sup_img .bottom{
    margin:0px;
    padding:0px;
    background: url(../images/pro/products_img_sup_bottom.png) no-repeat top center;
    height:7px;
    direction: rtl;
}

.products_sup_img .title{
    color:#000;
    margin:0px 2px;
    font-size:10pt;
    direction: rtl;
}

.products_sup_img .title a{
    color:#000;
    font-size:10pt;
    text-decoration:none;
    display:block;
    padding:10px 30px 10px 10px;
    background:url(../images/pro/title.png) no-repeat top right #EEEEEE;
    direction: rtl;
}

.products_sup_img .title a:hover{
    color:#081A52;
    text-decoration:none;
    background:url(../images/pro/title_hover.png) no-repeat top right #EEEEEE;
    direction: rtl;
}

.products_sup_img .img{
    color:#000;
    text-align:center;
    direction: rtl;
}

/* Products Sup Img */
.products_details{
    margin:0px 20px 0px 0px;
    padding:0px 5px;
    direction: rtl;
}

.products_details .products_details_title{
    margin:0px;
    padding:10px 5px 10px 5px;
    font-size:11pt;
    color:#093001;
    font-weight:bold;
    direction: rtl;
}

.products_details .list{
    margin:4px 0px;
    padding:8px 10px;
    background:#f1f1f1;
    color:#383838;
    border-bottom:1px solid #ccc;
    font-size:10pt;
    direction: rtl;
}

.products_details .list strong{
    width:150px;
    display: block;
    direction: rtl;
}

/* images */
.products_details_img{
    margin:0px 10px 0px 0px;
    padding:0px 0px;
    width:300px;
    height:350px;
    overflow:hidden;

    border: 1px solid #E1E1E1;
    border-top: 10px solid #E1E1E1;
    border-bottom: 10px solid #E1E1E1;
    display:block;
    direction: rtl;
}

/* Category */
#category{
    margin:0px;
    padding:0px;
    direction: rtl;
}

#category .category_view{
    float:right;
    margin:0px 10px 20px 10px;
    width:435px;
    overflow:hidden;
    height:225px;
    background:#E1E1E1;
    padding:0px 0px;
    border:1px solid #E1E1E1;
    border-top:10px solid #E1E1E1;
    border-bottom:10px solid #E1E1E1;
    display:block;
    position:relative;
    direction: rtl;
}

#category .category_view a{
    width:435px;
    height:225px;
    display:block;
    direction: rtl;
}

#category .category_view a:hover{
    border-top:2px solid #6FCC02;
    height:223px;
    overflow:hidden;
    direction: rtl;
}

#category a:hover .category_title{
    color:#6FCC02;
    background:#1B1B1B;
    direction: rtl;
}

#category .category_view a img{
    width:435px;
    direction: rtl;
}

#category a .category_title{
    position:absolute;
    display:block;
    bottom:0px;
    background:url(../images/pro/categories_bg.png) repeat;
    padding:10px 20px;
    font-size:14pt;
    right:0px;
    color:#1B1B1B;
    direction: rtl;
}

/* Products All */
#products-all{
    margin:0px 0px 0px 15px;
    padding:0px;
    direction: rtl;
}

#products-all .products-all_view{
    float:right;
    margin:0px 5px 20px 5px;
    width:298px;
    overflow:hidden;
    height:228px;
    background:#E1E1E1;
    padding:0px 0px;
    border:1px solid #E1E1E1;
    border-top:10px solid #E1E1E1;
    border-bottom:10px solid #E1E1E1;
    display:block;
    position:relative;
    direction: rtl;
}

#products-all .products-all_view a{
    width:298px;
    display:block;
    direction: rtl;
}

#products-all .products-all_view a:hover{
    border-top:2px solid #023784;
    height:293px;
    overflow:hidden;
    direction: rtl;
}

#products-all .products-all_view a:hover .products-all_title{
    color:#023784;
    background:#E9E8ED;
    direction: rtl;

}

#products-all .products-all_view a img{
    width:298px;
    direction: rtl;
}

#products-all a .products-all_title{
    position:absolute;
    display:block;
    bottom:0px;
    background:url(../images/pro/categories_bg.png) repeat;
    padding:5px 20px;
    font-size:12pt;
    right:0px;
    color:#E9E8ED;
    direction: rtl;
}






















