﻿body
{
    margin: 0px;
    padding: 0px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #f0f0f0;
    background-image: url(../Administrator/Files/Design/bg.jpg);
    line-height: 170%;
}
.PlusGoogle
{
    position: fixed;
    top: 40px;
    left: 30px;
    width: 100px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}

#BodyMain
{
    width: 1000px;
}

#Body
{
    width: 1000px;
    padding: 0px;
    padding-top: 0px;
    float: right;
    padding-bottom: 20px;
    background-image: url(../Administrator/Files/Design/Content.jpg);
}

#Body #Header
{
    float: right;
    background-image: url(../Administrator/Files/Design/Header.png);
    width: 1000px;
    height: 230px;
}
#Body #Header .HeaderDescription
{
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 110px;
    margin-right: 50px;
    text-align: right;
    color: #333333;
}

#Body #Content
{
    float: right;
    width: 1000px;
}
#HeaderDown
{
    margin-top: 10px;
    float: right;
    width: 1000px;
    height: 50px;
}


/*-----------------------Header Top ------------------*/
.HeaderTopTop
{
    width: 100%;
    height: 7px;
    float: right;
    background-image: url(../Administrator/Files/Design/HeaderTopTop.jpg);
    background-position: center top;
}
#HeaderTop
{
    width: 100%;
    height: 168px;
    text-align: center;
    float: right;
    background-image: url(../Administrator/Files/Design/HeaderTop.jpg);
    background-position: center top;
    border-top: solid 5px #313131;
}
#HeaderTop .HeaderTopBox
{
    width: 1000px;
    height: 168px;
    background-image: url(../Administrator/Files/Design/Logo.jpg);
    background-position: center top;
}
.Logo
{
    float: right;
    width: 100%;
    height: 110px;
}
.CommentHeaderTop
{
    float: left;
    height: 37px;
    width: 57px;
    background-image: url(../Administrator/Files/Design/com.png);
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 10px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.CommentHeaderTop:hover
{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}
.CommentHeaderTop2
{
    background-image: url(../Administrator/Files/Design/OrderSiteDesign.png);
    width: 87px;
    margin-left: 10px;
}
/*----------------------- MenuProduct ------------------*/
.MenuProductBox
{
    float: right;
    width: 800px;
    height: 125px;
}
.MenuProduct
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.MenuProduct a
{
    float: right;
    padding: 0;
    text-align: center;
    height: 62px;
    font-size: 8pt;
    color: #fff;
    margin-right: 5px;
}
.MenuProduct a:hover > .Center
{
    background-image: url(../Administrator/Files/Design/MenuProductCenter.png);
    color: #fff;
}
.MenuProduct a:hover > .Right
{
    background-image: url(../Administrator/Files/Design/MenuProductRight.png);
}
.MenuProduct a:hover > .Left
{
    background-image: url(../Administrator/Files/Design/MenuProductLeft.png);
}
.MenuProduct .Active .Right
{
    float: right;
    height: 62px;
    width: 11px;
    background-image: url(../Administrator/Files/Design/MenuProductRight.png);
}
.MenuProduct .Right
{
    float: right;
    height: 62px;
    width: 11px;
}
.MenuProduct .Active .Left
{
    background-image: url(../Administrator/Files/Design/MenuProductLeft.png);
}
.MenuProduct .Left
{
    float: right;
    height: 62px;
    width: 11px;
}
.MenuProduct .Active .Center
{
    background-image: url(../Administrator/Files/Design/MenuProductCenter.png);
    color: #fff;
}
.MenuProduct .Center
{
    height: 58px;
    float: right;
    padding-top: 4px;
    color: #fff;
}
.MenuProduct img
{
    width: 32px;
    height: 32px;
}
.MenuProduct a h2
{
    font-weight: normal;
    color: #fff;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    text-align: center;
}
/*----------------------- MainMenu ------------------*/
.MenuProductNode
{
    float: right;
    width: 780px;
    margin-right: 10px;
    display: none;
    margin-top: 7px;
}
.MenuProductNodeActive
{
    display: block;
}
.MenuProductNode a
{
    float: right;
    height: 25px;
    padding: 0 8px 0 8px;
    color: #dae0e5;
    font-size: 8pt;
}
.MenuProductNode a:hover
{
    color: #fff;
}
.MenuProductNode .Active
{
    color: #fff;
}

.MenuProductNode .Seprator
{
    float: right;
    width: 1px;
    height: 16px;
    background-image: url(../Administrator/Files/Design/Seprator.png);
}

/*------------------------------------HeaderSpecial-----------------------------*/
.HeaderSpecial
{
    width: 605px;
    height: 100px;
    float: left;
    margin-top: 20px;
}
.HeaderSpecialItem
{
    margin-right: 5px;
    width: 193px;
    height: 100px;
    float: right;
    background-image: url(../Administrator/Files/Design/HeaderSpecialItem.png);
    color: #AAD5FF;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    background-repeat: repeat-x;
}
.HeaderSpecialItem:hover
{
    color: #FFCCCC;
}
.HeaderSpecialItemTitle
{
    width: 164px;
    float: right;
    margin-right: 14px;
}
.HeaderSpecialItemImage
{
    margin-top: 10px;
    max-width: 160px;
    max-height: 100px;
    border-width: 0px;
}

/*------------------------------------HeaderDown-----------------------------*/
#HeaderDown .DateComplet
{
    margin-top: 17px;
    margin-left: 20px;
    float: Left;
    font-weight: bold;
    color: blue;
}
#HeaderDown .SearchLink
{
    margin-top: 18px;
    margin-left: 20px;
    float: Left;
    margin-right: 5px;
}

#HeaderDown .SearchTextBox
{
    margin-top: 15px;
    float: Left;
    font-family: Tahoma;
    font-size: 10pt;
    height: 18px;
    width: 120px;
    border: solid 1px gray;
    color: blue;
}

#HeaderDown .MessageAdminDiv
{
    margin-top: 17px;
    margin-right: 20px;
    float: right;
    color: Blue;
}
#HeaderDown .MessageAdminArchiveLink
{
    margin-top: 17px;
    margin-right: 30px;
    float: right;
    font-weight: bold;
    color: blue;
    height: 20px;
}
#HeaderDown .MessageAdminArchiveLink:hover
{
    color: red;
}

#HeaderDown #Path
{
    width: 820px;
    float: right;
}
#HeaderDown #Path .House
{
    float: right;
    margin-right: 25px;
    margin-top: 19px;
}
#HeaderDown #Path .Seprator
{
    float: right;
    margin-top: 23px;
    margin-right: 5px;
}
#HeaderDown #Path a
{
    margin-top: 18px;
    float: right;
    color: Blue;
    font-weight: normal;
    margin-right: 5px;
}
#HeaderDown #Path a:hover
{
    color: red;
}
/*------------------------------------BoxSmall-----------------------------*/

.Box
{
    margin-top: 15px;
    width: 300px;
    float: right;
    margin-right: 25px;
}

.TopSmall
{
    text-align: center;
    width: 300px;
    height: 59px;
    background-image: url(../Administrator/Files/Design/MenuSmallTop.png);
    float: right;
    font-size: 8pt;
    font-weight: bold;
    color: White;
}
.TopSmall img
{
    float: left;
    margin-left: 20px;
}
.TopSmall span
{
    float: right;
    margin-right: 45px;
    margin-top: 28px;
}

.CenterSmall
{
    float: right;
    width: 272px;
    margin-right: 8px;
    padding: 0 5px 0 5px;
    text-align: right;
    border: solid 1px #d3cccc;
    border-top: 0;
    padding-bottom: 10px;
    color: #333;
    background-color: #fff;
}
.CenterSmall .DivA
{
    float: right;
    width: 100%;
    margin-bottom: 1px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.CenterSmall .DivA:hover
{
    background: #fff;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    background-color: #ffffff;
    position: relative;
    border-bottom-color: #f2f2f2;
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
}
.CenterSmall .DivA .Image
{
    height: 36px !important;
    width: 46px !important;
    border: solid 1px #ccc !important;
    max-height: 36px !important;
    max-width: 46px !important;
    float:right;
    margin-left:5px;
}
.CenterSmall .DivA h3
{
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    font-size: 8pt;
    margin-right: 5px;
    font-weight: normal;
}

/*------------------------------------BoxBig-----------------------------*/

.BoxBig
{
    margin-top: 15px;
    width: 625px;
    float: right;
    margin-right: 25px;
}

.TopBig
{
    text-align: center;
    width: 625px;
    height: 60px;
    background-image: url(../Administrator/Files/Design/MenuBigTop.png);
    float: right;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
.TopBig .TopBigImage
{
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    width: 48px;
    height: 48px;
}
.TopBig .TopBigSpan
{
    float: right;
    margin-right: 20px;
    margin-top: 28px;
}
.TopBig .TopBigH
{
    float: right;
}
.TopBig .TopBigA
{
    color: #fff;
}

.TopBig .TitleHCategory
{
    padding: 0;
    margin-right: 50px;
    margin-top: 28px;
    color: White;
    font-size: 8pt;
}
.CenterBig
{
    text-align: right;
    min-height: 225px;
    float: right;
    width: 587px;
    color: #333;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    text-align: right;
    border: solid 1px #d3cccc;
    border-top: 0;
    margin-right: 8px;
    font-size: 9pt;
    padding-bottom: 20px;
    background-color: #fff;
}


/*------------------------------------BoxLarge-----------------------------*/

.BoxLarge
{
    margin-top: 15px;
    width: 950px;
    float: right;
    margin-right: 25px;
}

.TopLarge
{
    text-align: center;
    width: 950px;
    height: 60px;
    background-image: url(../Administrator/Files/Design/MenuLargeTop.png);
    float: right;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
.TopLarge .TitleH
{
    float: right;
    color: White;
    font-size: 9pt;
    margin-right: 50px;
    margin-top: 28px;
}
.TopLarge .TitleHArticle
{
    float: right;
    color: White;
    font-size: 8pt;
}
.TopLarge .TitleH
{
    float: right;
    color: White;
    font-size: 8pt;
    margin-right: 50px;
    margin-top: 28px;
}

.TopLarge .TopLargeImage
{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.TopLarge .TopLargeSpan
{
    float: right;
    margin-right: 50px;
    margin-top: 28px;
}
.TopLarge .TopLargeA
{
    float: right;
    margin-right: 50px;
    margin-top: 28px;
    font-size: 8pt;
    font-weight: bold;
    color: White;
}
.TopLarge a:hover
{
    color: #FFCCFF;
}
.CenterLarge
{
    text-align: right;
    float: right;
    width: 912px;
    color: #333;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    text-align: right;
    border: solid 1px #d3cccc;
    border-top: 0;
    margin-right: 8px;
    font-size: 10pt;
    padding-bottom: 20px;
    background-color: #fff;
}

.CenterLarge blockquote
{
    border: solid 1px gray;
    margin: 40px;
    padding: 10px;
    background-color: #FFFFCC;
    line-height: 100%;
    direction: ltr;
    text-align: left;
}

.CenterLarge .DivLink
{
    float: left;
    min-height: 100px;
    width: 250px;
    border: solid 1px gray;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    padding-top: 3px;
    padding-bottom: 3px;
}
.CenterLarge .DivLink .DivLinkHeader
{
    width: 100%;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.CenterLarge .DivLink .Item
{
    float: right;
    width: 245px;
    margin-right: 5px;
    font-size: 8pt;
    margin-top: 1px;
}
.CenterLarge .DivLink .Item img
{
    float: right;
    margin-left: 2px;
    margin-top: 6px;
}
.CenterLarge .DivLink .Item a
{
}
/*------------------------------------CategoryDetail-----------------------------*/
#CategoryDetail
{
    float: right;
    width: 100%;
}
#CategoryDetail h2, .CategoryDetailArticle h3
{
    float: right;
}
.CategoryDetailText
{
    float: right;
    padding: 0;
}
#CategoryDetail .CategoryDetailNodeLink
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10pt;
    font-weight: bold;
    float: right;
}
#CategoryDetail .CategoryDetailNodeLink .CategoryDetailNodeImage
{
    border: 0px;
    margin-top: 0px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    float: right;
}
/*-----------*/
#CategoryDetail .Seprator
{
    float: right;
    height: 1px;
    border: 0px;
    border-bottom: dotted 1px gray;
    width: 100%;
}
#CategoryDetail #CategoryDetailArticle
{
    margin-right: 50px;
}


#CategoryDetail #CategoryDetailArticle h3
{
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
}
#CategoryDetail #CategoryDetailArticle .CategoryDetailArticleLink
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10pt;
    font-weight: normal;
}
#CategoryDetail #CategoryDetailArticle .CategoryDetailArticleLink .CategoryDetailArticleImage
{
    border: 0px;
    margin-top: 0px;
    margin-left: 5px;
    float: right;
}
/*------------------------------------Paging-----------------------------*/
.Paging
{
    width: 565px;
    float: right;
    border: solid 1px #e2e3e3;
    margin-top: 15px;
    background-color: #fff;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
}

.Paging .Item
{
    width: 20px;
    float: right;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #e8e8e8;
    background-color: #f2f2f2;
    cursor: pointer;
    font-weight: bold;
    margin: 3px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    color: #333;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.Paging .ItemNow
{
    width: 20px;
    float: right;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #919090;
    background-color: #d1cece;
    cursor: pointer;
    font-weight: bold;
    margin: 3px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    color: #000;
}
.Paging .Item:hover
{
    background-color: #d1cece;
    border: solid 1px #919090;
    color: #000;
}
.Paging .ItemSep
{
    width: 5px;
    float: right;
    padding: 3px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 5px;
    color: #000;
}

.Paging .DivDown
{
    float: right;
    width: 100%;
}
.Paging .First
{
    float: right;
    margin: 10px;
}

.Paging .Last
{
    float: left;
    margin: 10px;
}
.Paging .SpanLeft
{
    float: left;
    font-size: 8pt;
    margin-top: 7px;
}


/*------------------------------------FooterLink-----------------------------*/
#Footer
{
    float: right;
    width: 1010px;
    height: 67px;
    background-image: url(../Administrator/Files/Design/Footer.png);
    background-repeat: repeat-x;
}

#FooterLink, #FooterLink ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 200;
    height: 25px;
    float: right;
    width: 920px;
    padding-right: 80px;
    margin-top: 8px;
}

#FooterLink li
{
    float: right;
    min-width: 100px;
    border-right: solid 2px #93a2d6;
}

#FooterLink li h1
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
}
#FooterLink li h1 a
{
    color: Blue;
}
#FooterLink li h1 a:hover
{
    color: red;
}
/*------------------------------------Field-----------------------------*/
.EmptyGridBig
{
    float: right;
    text-align: center;
    width: 615px;
    margin-top: 45px;
}
.EmptyGridSmall
{
    float: right;
    text-align: center;
    width: 158px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ImageHeaderBox
{
    float: right;
    margin-top: 3px;
}
.SpanHeaderBox
{
    font-weight: bold;
    float: right;
    margin-top: 6px;
    margin-right: 5px;
    color: #37383f;
}

.Panel
{
    float: right;
    margin-right: 60px;
    width: 850px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.PanelStyle
{
    padding: 10px;
}

.SpanNormal
{
    width: 120px;
    float: right;
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
}
.LabelButton
{
    color: Red;
}

.TextBoxNormal
{
    float: right;
    width: 200px;
    font-size: 8pt;
    font-family: Tahoma;
    margin-top: 5px;
}

.DropDownListNormal
{
    width: 155px;
    font-size: 12px;
    margin-top: 3px;
    font-family: Tahoma;
}
.ButtonNormal
{
    float: right;
    width: 50px;
    height: 20px;
    border: #000000 1px solid;
    background-color: Silver;
    cursor: pointer;
    font-size: 8pt;
    font-family: Tahoma;
    margin-right: 5px;
    margin-top: 10px;
}
.ButtonNormal:hover
{
    background-color: #ffff00;
}

.ValidationNormal
{
    margin-top: 5px;
    float: right;
}


/*------------------------------TAG----------------------------------- */

A:hover
{
    color: Red;
}

A
{
    color: #333;
    text-decoration: none;
}


H1
{
    font-weight: bold;
    font-size: 18pt;
    color: Highlight;
    padding: 0px;
    margin: 0px;
}
H2
{
    font-size: 9pt;
    font-weight: normal;
    padding: 0px;
    margin: 4px;
    color: Black;
    font-weight: bold;
}
H6
{
    font-weight: normal;
    font-size: 8pt;
    color: GrayText;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}
/*---------------------------SlidePicture----------------------------*/
#SlidePicture
{
    width: 624px;
    height: 100%;
    float: right;
    font-family: Tahoma;
    font-size: 8pt;
    margin: 0px;
}
#SlidePicture .Left
{
    width: 295px;
    height: 100%;
    float: right;
}
#SlidePicture .Right
{
    width: 320px;
    border-left: solid 3px #2c95b5;
    height: 225px;
    float: right;
    margin-right: 4px;
    border-left-color: #288CBD;
}

#SlidePicture .ImageBox
{
    width: 295px;
    height: 175px;
    float: right;
}
#SlidePicture .TextImageBox
{
    background: #CCFFFF;
    padding: 0;
    width: 100%;
    height: 50px;
    float: right;
    cursor: pointer;
}
#SlidePicture .TextImageBoxSpan
{
    margin: 3px;
    float: right;
    line-height: 140%;
}

#SlidePicture .Title
{
    width: 100%;
    height: 20px;
    float: right;
    border-bottom: solid 1px gray;
    padding-top: 4px;
    border-bottom-style: dotted;
}
#SlidePicture .TitleHover
{
    width: 100%;
    height: 20px;
    float: right;
    border-bottom: solid 1px gray;
    background-color: #CCFFFF;
    padding-top: 4px;
    color: Red;
}

#SlidePicture .TitleSpan
{
    width: 5px;
    margin-left: 3px;
    float: right;
    height: 17px;
}

#SlidePicture .TitleSpanHover
{
    width: 5px;
    margin-left: 3px;
    height: 17px;
    float: right;
    background-color: #3399FF;
}

#SlidePicture a
{
    color: blue;
    text-decoration: none;
}
#SlidePicture a:visited
{
}
#SlidePicture a:hover
{
    color: Red;
}

/*-------------------------Menu-------------------*/
#menu, #menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 100;
}
#menu li
{
    float: right;
    position: relative;
    width: 159px;
}

#menu li:hover
{
    background-color: #ccffff;
}

#menu li a:link, #menu li a:visited
{
    display: block;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: right;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    color: #1a4861;
}
/*----------------------------CategoryMenu---------------------------------*/
#CategoryMenu, #CategoryMenu ul
{
    padding: 0;
    margin: 0;
    margin-right: 3px;
    list-style-type: none;
    z-index: 100;
}
#CategoryMenu li
{
    position: relative;
    width: 100%;
    float: right;
}
#CategoryMenu li:hover
{
    background-color: #ccffff;
}
#CategoryMenu h2
{
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 9pt;
}
#CategoryMenu li a:link, #CategoryMenu li a:visited
{
    display: block;
    font-family: Tahoma;
    font-size: 9pt;
    text-align: right;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #1a4861;
    width: 150px;
}

.ArticleTedad
{
    font-size: 8pt;
    color: gray;
    margin-left: 5px;
    float: left;
    margin-top: 4px;
}

.CategoryIcon
{
    border: 0px;
    margin-top: 3px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    float: right;
}

/*----------------WebsiteThumb-----------*/
.WebsiteThumb
{
    background-image: url(../Administrator/Files/Design/thumbbg.png);
    background-repeat: no-repeat;
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.WebsiteThumb div
{
    float: right;
    width: 258px;
    height: 240px;
    margin-top: 31px;
    margin-right: 25px;
    overflow: hidden;
}
.WebsiteThumb img
{
    float: right;
    width: 254px;
    height: 236px;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.WebsiteThumb:hover > div img
{
    width: 294px;
    height: 276px;
    margin-top: -20px;
    margin-right: -20px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
}

.WebsiteLinkDetail
{
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
}
.Back
{
    float: left;
    font-size: 8pt;
    color: red;
    margin-top: 23px;
}
.Row
{
    float: right;
    width: 100%;
}

.RowMarginTen
{
    float: right;
    width: 100%;
    margin-top: 10px;
}
.RowMarginFive
{
    float: right;
    width: 100%;
    margin-top: 5px;
}

/*--------------------------------------ItemProjectSite-------------------------*/
.ItemProjectSite
{
    float: right;
    width: 170px;
    border: solid 1px #e2e3e3;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    padding-bottom: 10px;
}
.ItemProjectSite h3
{
    padding: 0;
    margin: 0;
    font-size: 8pt;
    float: right;
    width: 100%;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
.ItemProjectSiteImage
{
    border: solid 1px #e2e3e3;
    width: 160px;
    height: 130px;
}
.preview
{
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#preview
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 10px;
    display: none;
    color: #fff;
    text-align: center;
}
#preview img
{
    margin-bottom: 10px;
}

/*---------------------Tag------------------------*/
.TagDetailBox
{
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 13px;
    margin-top: 10px;
}
.TagDetailBox .TagImage
{
    float: right;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    margin-top: 7px;
}
.TagDetailBox .Item
{
    float: right;
    padding: 0 5px 0 5px;
    border: solid 1px #e2e2e2;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #f4f4f4;
    font-size: 8pt;
}
.TagDetailBox .Item:hover
{
    background-color: #eee;
}

/*------------------------------------RepeaterIndex-----------------------------*/

.RepeaterIndexItem
{
    float: right;
    width: 250px;
    padding: 15px;
    border: solid 1px #eee;
    margin-right: 5px;
    margin-left: 17px;
    margin-top: 10px;
    height: 200px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.RepeaterIndexItem:hover
{
    background: #fff;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    background-color: #ffffff;
    position: relative;
    border-bottom-color: #f2f2f2;
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
}
.ARepeaterIndexItem
{
    width: 130px;
    height: 90px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
    overflow: hidden;
    border: solid 1px #aaa !important;
    margin-right: 58px;
}
.RepeaterIndexItem:hover > div .ARepeaterIndexItem img
{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.RepeaterIndexItem .Image
{
    width: 130px;
    height: 90px;
    -moz-box-shadow: 0px 1px 1px #777;
    -webkit-box-shadow: 0px 1px 1px #777;
    box-shadow: 0px 1px 1px #777;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.RepeaterIndexItem h3
{
    font-size: 8pt;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.RepeaterIndexItem .Text
{
    font-size: 8pt;
    float: right;
    width: 100%;
    margin: 0;
    text-align: justify;
    height: 76px;
    overflow: hidden;
}

/*------------------------------------FooterLink-----------------------------*/
#Footer
{
    width: 100%;
    height: 210px;
    float: right;
    background-image: url(../Administrator/Files/Design/Footer.jpg);
}
.Footer
{
    width: 980px;
    height: 210px;
}
.FooterBox
{
    width: 980px;
    text-align: center;
    height: 210px;
    font-size: 8pt;
    color: #515151;
}

#LinkShow
{
    float: right;
    width: 880px;
    margin-top: 13px;
}
#LinkShow .Item
{
    float: right;
    width: 150px;
    margin-left: 26px;
    height: 145px;
    overflow: hidden;
}

#LinkShow .Title
{
    color: #cccccc;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 10pt;
    float: right;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #6b6b6b;
}
#LinkShow .Title:hover
{
}
#LinkShow .ItemSub
{
    text-align: center;
    width: 100%;
    font-size: 10pt;
    float: right;
}
#LinkShow .ItemSub a
{
    font-size: 8pt;
    color: #bababa;
}

#LinkShow .ItemSub a:hover
{
    color: red;
}
.CopyRightUnder
{
    float: right;
    width: 100%;
    margin-top: 20px;
}
#CopyRight
{
    float: left;
    width: 100px;
    margin-top: 0px;
}
#CopyRight .ItemLeft
{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
    cursor: pointer;
}
.sprites3
{
    background: url("../Administrator/Files/Design/sprit2.png") 0 0px;
}
.sprites3:hover
{
    background-position: 0 -40px;
}
.sprites4
{
    background: url("../Administrator/Files/Design/sprit2.png") -40px 0;
}
.sprites4:hover
{
    background-position: -40px -40px;
}
.sprites5
{
    background: url("../Administrator/Files/Design/sprit2.png") -80px 0;
}
.sprites5:hover
{
    background-position: -80px -40px;
}
.sprites6
{
    background: url("../Administrator/Files/Design/sprit2.png") -120px 0;
}
.sprites6:hover
{
    background-position: -120px -40px;
}
.sprites7
{
    background: url("../Administrator/Files/Design/sprit2.png") -160px 0;
}
.sprites7:hover
{
    background-position: -160px -40px;
}
.sprites8
{
    background: url("../Administrator/Files/Design/sprit2.png") -200px 0;
}
.sprites8:hover
{
    background-position: -200px -40px;
}
.TitleH
{
    font-size: 10pt !important;
}


/*-----------------------Field ------------------*/
.FieldTitle
{
    float: right;
    width: 150px;
    text-align: left;
    font-weight: bold;
    font-size: 9pt;
}
.FieldTitle2
{
    width: 120px;
}
.FieldTextBox
{
    float: right;
    margin-right: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
    text-align: right;
    border: solid 1px #d8d8d8;
}
.FieldTextBox2
{
    width: 150px;
}
.FieldTextBoxLeft
{
    direction: ltr;
    text-align: left;
}
.FieldUnit
{
    float: right;
    margin-right: 10px;
    font-size: 8pt;
    color: Gray;
}
.FieldFileUpload
{
    float: right;
    margin-right: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
}
.FieldDropDownList
{
    float: right;
    margin-right: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
}
.FieldButton
{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: Transparent;
    float: right;
    margin-right: 160px;
    font-size: 9pt;
    width: 161px;
    height: 29px;
    background-image: url(../Administrator/Files/Design/PostAds.png);
    color: White;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
    padding-right: 10px;
}
.FieldButton:hover
{
    background-position: 0 -29px;
}
.FieldRadioButton
{
    float: right;
    margin-right: 10px;
    font-size: 9pt;
    text-align: right;
    width: 200px;
}
.FieldCaptcha
{
    float: right;
    margin-right: 160px;
}
.Validation
{
    float: right;
    color: Red;
    margin-right: 5px;
    margin-top: 3px;
    font-size: 8pt;
}
.ValidationRow
{
    width: 100%;
    text-align: center;
    color: Red;
    font-size: 8pt;
    float: right;
}
input, select, textarea
{
    font-family: Tahoma;
}

/*----------------------- Order ------------------*/
.NewOrderWebsite
{
    float: right;
    width: 282px;
    border: solid 1px #d3cccc;
    height: 106px;
    background-image: url(../Administrator/Files/Design/OrderSiteDesign.jpg);
    margin-right: 33px;
    margin-top: 10px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.NewOrderWebsite:hover
{
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
}
/*---------------------------------- CustomerUs Horizontal Orientation CSS-----------------------*/
.jscarousal-horizontal
{
    width: 308px;
    height: 190px;
    margin: 0;
    padding: 0;
    position: relative; /*overflow: hidden;*/
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
}

.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
    float: left;
    width: 0px;
    height: 0px;
    position: relative;
    top: 0px;
}
.jscarousal-contents-horizontal > div
{
    position: absolute;
    width: 100%;
}
.jscarousal-contents-horizontal > div > div
{
    float: right;
    margin-right: 40px;
    margin-top: 15px;
}
.jscarousal-contents-horizontal img
{
}
.jscarousal-contents-horizontal img:hover
{
    -webkit-box-shadow: 0 8px 6px -6px #777;
    -moz-box-shadow: 0 8px 6px -6px #777;
    box-shadow: 0 8px 6px -6px #777;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hidden
{
    display: none;
}
.visible
{
    display: block;
}

/*----------------------------------WebsiteMaduleItem--------------------------*/
.WebsiteMaduleItem
{
    float: right;
    padding-right: 15px;
    background-image: url(../Administrator/Files/Design/Tik.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 160px;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*----------------------------------NewsDetail------------------------------------*/
.NewsDetail1
{
    float: right;
    color: #333;
    font-size: 8pt;
}
.NewsDetail1 a
{
    color: #777;
}
.NewsDetail1 a:hover
{
    color: red;
}
.NewsDetail2
{
    float: left;
    color: #777;
    font-size: 8pt;
}
.NewsDetail3
{
    float: right;
    color: #777;
    font-size: 8pt;
}
.NewsDetail4
{
    float: left;
    color: #777;
    font-size: 8pt;
}
.NewsDetail5
{
    float: right;
    margin-top: 5px;
    border: solid 1px #dbdddc;
    border-bottom: solid 3px #dbdddc;
    padding: 5px;
    width: 575px;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 8pt;
}
/*----------------------------CategoryMenu2---------------------------------*/
#CategoryMenu2, #CategoryMenu2 ul
{
    padding: 0;
    margin: 0;
    margin-right: 3px;
    list-style-type: none;
    z-index: 100;
}
#CategoryMenu2 li
{
    position: relative;
    width: 100%;
    float: right;
}
#CategoryMenu2 li:hover
{
    background-color: #ccffff;
}
#CategoryMenu2 h2, #CategoryMenu2 h3
{
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 9pt;
}
#CategoryMenu2 li a
{
    display: block;
    font-family: Tahoma;
    font-size: 9pt;
    text-align: right;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #1a4861;
    width: 238px;
    background-image: url(../Administrator/Files/Design/arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
}
.CategoryIcon
{
    border: 0px;
    margin-top: 3px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    float: right;
}
#CategoryMenu2 ul
{
    position: absolute;
    right: 268px;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#CategoryMenu2 ul li
{
    width: 100%;
    float: right;
    margin: 0;
}
#CategoryMenu2 ul li h3 a
{
    display: block !important;
    color: #fff !important;
    background-color: #394c53 !important;
    text-align: center !important;
    border-bottom: solid 1px #fff !important;
    background-image: none !important;
    width: 160px !important;
}
#CategoryMenu2 ul li h3 a:hover
{
    background-color: #677a7e !important;
}

/*------------------------------------RepeaterIndex-----------------------------*/

.PostIndexItem
{
    float: right;
    width: 545px;
    padding: 15px;
    border: solid 1px #eee;
    margin-right: 5px;
    margin-left: 17px;
    margin-top: 10px;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.PostIndexItem:hover
{
    background: #fff;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    background-color: #ffffff;
    position: relative;
    border-bottom-color: #f2f2f2;
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
}
.APostIndexItem
{
    width: 130px;
    height: 90px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
    overflow: hidden;
    border: solid 1px #aaa !important;
}
.PostIndexItem:hover > div .APostIndexItem img
{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.PostIndexItemLeft
{
    float: right;
    width: 400px;
    margin-right: 13px;
}
.PostIndexItem .Image
{
    width: 130px;
    height: 90px;
    -moz-box-shadow: 0px 1px 1px #777;
    -webkit-box-shadow: 0px 1px 1px #777;
    box-shadow: 0px 1px 1px #777;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.PostIndexItem h3
{
    font-size: 8pt;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold;
    width: 100%;
    text-align: right;
}
.PostIndexItem .Text
{
    font-size: 8pt;
    float: right;
    width: 100%;
    margin: 0;
    text-align: justify;
    height: 76px;
    overflow: hidden;
}
/*-------------------------------------------------------BoxMedium------------------------------*/
.BoxMedium
{
    float: right;
    width: 465px;
    height: 249px;
    margin-right: 20px;
    margin-top: 20px;
    background-image: url(../Administrator/Files/Design/BoxMedium.png);
}
.BoxMediumTop
{
    float: right;
    width: 100%;
}
.BoxMediumCenter
{
    float: right;
    width: 425px;
    padding: 5px 20px 0 20px;
}
.BoxMediumImage
{
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 20px;
    margin-top: 40px;
}
.BoxMediumTop h3
{
    float: right;
    font-size: 8pt;
    color: #fff;
    margin-top: 48px;
    margin-right: 10px;
}
.BoxMediumItem
{
    float: right;
    width: 415px;
    text-align: right;
    background-image: url(../Administrator/Files/Design/arrowDown.gif);
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding:2px 10px 2px 0;
    height:18px;
    overflow:hidden;
}

.BoxMediumItem:hover
{
    color: #ff9000;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    background-color: #ffffff;
    border-top-color: transparent;
    border-bottom-color: #f2f2f2;
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../Administrator/Files/Design/arrowDown.gif);
    background-position: right center;
    background-repeat: no-repeat;

}

/*--------------------------------------Baner---------------------------*/
.AdsBanerDiv
{
    overflow: hidden;
    margin-top: 15px;
    width: 270px;
    float: right;
    border: solid 1px #bbb;
    background-color: #f0f0f0;
}
.AdsBanerA
{
    float: right;
    width: 100%;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    font-size: 8pt;
    font-weight: bold;
    color: #555;
    text-align:center;
}
.AdsBanerA:hover
{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}