﻿body
{
    margin: 0;
    padding: 0;
    direction: ltr;
    font-family: Tahoma;
    font-size: 10pt;
    line-height: 170%;
    background-color: #fff;
}
img
{
    border: 0;
}
.Row
{
    width: 100%;
    float: left;
    text-align: center;
}
.RowMarginTen
{
    width: 100%;
    float: left;
    margin-top: 10px;
}
input, select, textarea
{
    font-family: Tahoma;
    border-radius: 5px;
}
A:hover
{
    color: red;
}

A
{
    color: Blue;
    text-decoration: none;
}
/*-----------------------Header Top ------------------*/

#HeaderTop
{
    width: 100%;
    height: 188px;
    text-align: center;
    background-image: url(../Administrator/Files/Design/HeaderTop.png);
}
#HeaderTop .HeaderTopBox
{
    width: 980px;
}
#HeaderTop .Logo
{
    height: 123px;
    background-image: url(../Administrator/Files/Design/Logo.png);
    width: 385px;
    float: left;
    margin-top: 19px;
    -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;
}
#HeaderTop .Logo: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);
}
.HeaderTopTop
{
    width: 200px;
    height: 22px;
    float: right;
    margin-top: 10px;
}
.HeaderTopTop .ItemLeft
{
    float: right;
    margin-left: 10px;
    color: #666;
    font-size: 8pt;
}
.HeaderTopTop .ItemLeft:hover
{
    color: red;
}
.SearchBox
{
    float: right;
    width: 240px;
    height: 24px;
    background-image: url(../Administrator/Files/Design/SearchBox.jpg);
    margin-top: 16px;
}
.SearchLink
{
    border: 0;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 20px;
    background-color: Transparent;
    float: left;
    cursor: pointer;
}
.SearchTextBox
{
    border: 0;
    padding: 0 5px 0 5px;
    height: 24px;
    margin: 0;
    width: 204px;
    background-color: Transparent;
    float: left;
    font-family: Tahoma;
    font-size: 8pt;
    color: #9b9b9b;
}

/*-----------------------navMenu ------------------*/

#nav
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-top: 10px;
    float: left;
    width: 738px;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li
{
    float: left;
    display: block;
    position: relative;
    z-index: 500;
    margin: 0;
}
#nav li:hover > a
{
    color: #ff5c08;
}
/* this is the parent menu */
#nav li a
{
    display: block;
    padding: 7px 15px 0 15px;
    height: 29px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 9pt;
    background-image: url(../Administrator/Files/Design/MenuSep.png);
    background-position: right top;
    background-repeat: no-repeat;
}


/* submenu, it's hidden by default */
#nav ul
{
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
    padding-bottom:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
    background-color: #134491;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

#nav ul li
{
    width: 180px;
    float: left;
    margin: 0;
}

/* display block will make the link fill the whole area of LI */
#nav ul a
{
    display: block;
    height: 25px;
    padding: 7px 5px 6px 5px;
    color: #fff;
    background-color: #134491;
    text-align: left;
    border-bottom: 1px solid #0D2F62;
}

#nav ul a:hover
{
    text-decoration: none;
}

.ArrowDown
{
    border: 0px;
    padding: 0px;
    margin-left: 3px;
}

#nav ul.submenu ul
{
    position: absolute;
    left: 182px;
    display: none;
    top: 0px;
    padding: 0;
    list-style: none;
    background-image: url(../Administrator/Files/Design/Menu.jpg);
    padding-bottom:5px;
}
.ArrowDown
{
    border: 0px;
    padding: 0px;
    margin-left: 3px;
}
.ArrowDown2
{
    border: 0px;
    padding: 0px;
    margin-top: 9px;
    float: right;
}
/*--------SlideBack--------*/
.SlidePicture
{
    width: 100%;
    float: left;
    height: 366px;
    padding-top: 41px;
    background-color: #cccdcd;
}
.SlidePictureBox
{
    width: 980px;
}
/*----------------------- Content ------------------*/
#Content
{
    width: 100%;
    text-align: center;
    float: left;
}
/*--------------------------------------------ContentMain--------*/
.ContentMain
{
    width: 980px;
    text-align: center;
    margin-top: 0;
}
.CategoryContentLink
{
    width: 123px;
    height: 26px;
    float: right;
    border: 1px solid #adadad;
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4px;
    font-weight: bold;
    background-image: url(../Administrator/Files/Design/CategoryContentLink.gif);
}
.CategoryContentLink:hover
{
    color: black;
}

.ContentMain .Text
{
    margin-top: 10px;
    font-size: 10pt;
    text-align: left;
}
.Text ul
{
    list-style-type: square;
    margin: 30px;
}
/* ------------------------------------------Box-----------------------------------*/
.BoxLeft
{
    float: left;
    width: 200px;
}
.BoxLeft .BoxTop
{
    float: left;
    height: 42px;
    background-image: url(../Administrator/Files/Design/BasketTop.png);
    width: 100%;
}
.BoxLeft .BoxTop2
{
    float: left;
    height: 44px;
    background-image: url(../Administrator/Files/Design/CompareTop.png);
    width: 100%;
}
.BoxLeft .BoxCenter
{
    float: left;
    width: 180px;
    padding: 0 10px 0 10px;
    text-align: left;
    background-image: url(../Administrator/Files/Design/BasketCenter.png);
}
.BoxLeft .BoxDown
{
    float: left;
    height: 222px;
    background-image: url(../Administrator/Files/Design/BasketDown.png);
    width: 100%;
}
.BoxLeft .BoxDown2
{
    float: left;
    height: 218px;
    background-image: url(../Administrator/Files/Design/CompareDown.png);
    width: 100%;
}

.BoxLeft p
{
    padding: 0;
    margin: 0;
}
.Box
{
    float: left;
    width: 958px;
    border: solid 1px #bebebe;
    z-index: 10000000;
    padding: 10px;
    margin-top: 20px;
}
.Box .BoxTop
{
    float: left;
    height: 48px;
    background-image: url(../Administrator/Files/Design/BoxTop.png);
    width: 100%;
    background-position: left center;
}
.Box .BoxTop h1
{
    float: left;
    font-size: 10pt;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 170%;
    font-weight: bold;
    margin-top: 13px;
    margin-left: 50px;
}
.Box .BoxTop .Status
{
    float: left;
    font-size: 10pt;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 170%;
    font-weight: bold;
    margin-top: 13px;
    margin-left: 10px;
}
.Box .BoxCenter
{
    float: left;
    width: 100%;
    color: #5d5d5d;
    min-height: 20px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    font-size: 9pt;
}
.Box .BoxDown
{
    float: left;
    width: 100%;
}

.Validation
{
    color: Red !important;
}
/* ------------------------------------------ProductIndexRepeaterDataList-----------------------------------*/
#ProductIndexRepeaterDataList
{
    text-align: center;
}

#ProductIndexRepeaterDataList .Item
{
    width: 140px;
    height: 180px;
    float: left;
    margin-right: 12px;
    margin-left: 0px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 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;
    border: solid 1px #bebebe;
}
#ProductIndexRepeaterDataList .Item:hover
{
    background: #09b2f9;
    -webkit-box-shadow: 0px 2px 6px #999999;
    -moz-box-shadow: 0px 2px 6px #999999;
    box-shadow: 0px 2px 6px #999999;
}
#ProductIndexRepeaterDataList .Item .ItemTitle
{
    width: 100%;
    float: left;
    color: #b7b7b7;
    margin-top: 10px;
    text-align: center;
    font-size: 9pt;
}
#ProductIndexRepeaterDataList .Item:hover > .ItemTitle
{
    color: #fff;
}

#ProductIndexRepeaterDataList .Item .ItemImageLink
{
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: center;
}

#ProductIndexRepeaterDataList .Item .ItemImage
{
    max-width: 130px;
    height: 115px;
    border: 0px;
    padding: 0px;
}

/*------------------------------------FooterLink-----------------------------*/
#Footer
{
    width: 100%;
    height: 154px;
    float: left;
    background-image: url(../Administrator/Files/Design/Footer.jpg);
    color: #fff;
    font-size: 8pt;
    margin-top: 20px;
}
.FooterBox
{
    width: 980px;
    text-align: center;
}
.Sharing
{
    float: right;
    width: 300px;
    margin-top: 20px;
}
.ItemRight
{
    float: right;
    width: 32px;
    height: 32px;
    background-image: url(../Administrator/Files/Design/Sprite.png);
    -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;
    margin-left: 10px;
}
.Sprite1:hover
{
    background-position: 0 0;
}
.Sprite1
{
    background-position: 0 -32px;
}
.Sprite2:hover
{
    background-position: -32px 0px;
}
.Sprite2
{
    background-position: -32px -32px;
}
.Sprite3:hover
{
    background-position: -64px 0;
}
.Sprite3
{
    background-position: -64px -32px;
}
.Sprite4:hover
{
    background-position: -96px 0;
}
.Sprite4
{
    background-position: -96px -32px;
}
.Sprite5:hover
{
    background-position: -128px 0;
}
.Sprite5
{
    background-position: -128px -32px;
}
.Sprite6:hover
{
    background-position: -160px 0;
}
.Sprite6
{
    background-position: -160px -32px;
}
.CopyRight
{
    float: left;
    width: 392px;
    color: #fff;
    text-align: left;
    margin-top: 5px;
}
.CopyRight a
{
    color: #fff;
}
.FooterLogo
{
    float: right;
    width: 124px;
    height: 118px;
    background-image: url(../Administrator/Files/Design/FooterLogo.png);
    margin-top: 22px;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -webkit-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}
.FooterLogo:hover
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
/*------------------------------------RepeaterDataList-----------------------------*/
#RepeaterDataList
{
    float: left;
    width: 100%;
    margin-top: 10px;
}

#RepeaterDataList .Item
{
    width: 168px;
    height: 299px;
    float: left;
    margin-left: 19px;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    -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;
}

#RepeaterDataList .Item:hover
{
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}


/*------------------------------------RepeaterIndex-----------------------------*/

.RepeaterIndexItem a
{
    color: Black;
    font-size: 8pt;
    font-weight: bold;
}
.RepeaterIndexItem a:hover
{
    color: #ff9000;
}
.RepeaterIndexItem .ItemText
{
    font-size: 8pt;
    width: 730px;
    float: left;
    margin-left: 15px;
}

/*-----------------------Field ------------------*/
.FieldTitle
{
    float: left;
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 9pt;
}
.FieldTitle2
{
    width: 120px;
}
.FieldTextBox
{
    float: left;
    margin-left: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
    text-align: left;
    border: solid 1px #d8d8d8;
}
.FieldTextBox2
{
    width: 150px;
}
.FieldTextBoxLeft
{
    direction: ltr;
    text-align: left;
}
.FieldUnit
{
    float: left;
    margin-left: 10px;
    font-size: 8pt;
    color: Gray;
}
.FieldFileUpload
{
    float: left;
    margin-left: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
}
.FieldDropDownList
{
    float: left;
    margin-left: 10px;
    font-size: 9pt;
    width: 200px;
    margin-top: 3px;
}
.FieldButton
{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: Transparent;
    float: left;
    margin-left: 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: left;
    padding-left: 10px;
}
.FieldButton:hover
{
    background-position: 0 -29px;
}
.FieldRadioButton
{
    float: left;
    margin-left: 10px;
    font-size: 9pt;
    text-align: right;
    width: 200px;
}
.FieldCaptcha
{
    float: left;
    margin-left: 160px;
}
.Validation
{
    float: left;
    color: Red;
    margin-left: 5px;
    margin-top: 3px;
    font-size: 8pt;
}
.ValidationRow
{
    width: 100%;
    text-align: center;
    color: Red;
    font-size: 8pt;
    float: left;
}


/*------------------------------------------NewsRow------------*/
.NewsRow
{
    width: 100%;
    float: left;
    margin-top: 5px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.NewsRow:hover
{
    text-shadow: 0 1px 0 #fff;
    position: relative;
    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: -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);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.NewsRow .Pic
{
    width: 75px;
    height: 60px;
    float: left;
    margin-left: 5px;
}
.NewsRow .TitleNewsBox
{
    width: 640px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.TitleNewsBox a
{
    color: #005aa7;
    float: left;
    margin-left: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.TitleNewsBox a:hover
{
    color: Red;
}

.NewsRow .DescNewsBox
{
    width: 860px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.NewsRow .DescNewsBox .Span
{
    color: gray;
    float: left;
    margin-left: 5px;
    font-size: 8pt;
}
.NewsRow .MoreNewsBox
{
    float: left;
    width: 100%;
}
.NewsRow .MoreNewsBox .More
{
    float: right;
    font-size: 8pt;
    margin-right: 20px;
    color: #005aa7;
}
.NewsRow .MoreNewsBox .More:hover
{
    color: Red;
}
.SepratorNews
{
    float: left;
    width: 100%;
    border-bottom: dotted 1px gray;
    height: 1px;
    margin-top: 5px;
}
/*------------------------------------Paging-----------------------------*/
.Paging
{
    width: 940px;
    float: left;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    color: #333;
}

.Paging .Item
{
    width: 20px;
    float: left;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #777;
    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.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Paging .ItemNow
{
    width: 20px;
    float: left;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #919090;
    background-color: #d1cece;
    cursor: pointer;
    font-weight: bold;
    margin: 3px;
    color: #000;
    text-align: center;
    -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);
}
.Paging .Item:hover
{
    background-color: #d1cece;
    border: solid 1px #919090;
    color: #000;
}
.Paging .ItemSep
{
    width: 5px;
    float: left;
    padding: 3px;
    font-weight: bold;
    margin-top: 3px;
    margin-right: 5px;
    color: #000;
}

.Paging .DivDown
{
    float: left;
    width: 100%;
}
.Paging .First
{
    float: left;
    margin: 10px;
}

.Paging .Last
{
    float: right;
    margin: 10px;
}
.Paging .SpanLeft
{
    float: right;
    font-size: 8pt;
    margin-top: 7px;
}
/*------------------------------------RepeaterDataList-----------------------------*/
#RepeaterDataList2
{
    float: left;
    width: 100%;
    margin-top: 10px;
}

#RepeaterDataList2 .Item
{
    width: 155px;
    height: 150px;
    border: 1px solid #aaa;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    border-radius: 15px;
    -moz-box-shadow: 0px 1px 13px #999;
    -webkit-box-shadow: 0px 1px 13px #999;
    box-shadow: 0px 1px 13px #999;
    -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;
}

#RepeaterDataList2 .Item:hover
{
    -moz-box-shadow: 0px 0px 13px #777;
    -webkit-box-shadow: 0px 0px 13px #777;
    box-shadow: 0px 0px 13px #777;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

#RepeaterDataList2 .Item .ItemImage
{
    width: 135px;
    height: 90px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}
#RepeaterDataList2 .Item .ItemLink
{
    width: 100%;
    float: left;
    color: Black;
    text-align: center;
}
#RepeaterDataList2 .Item .ItemLink:hover
{
    color: #870301;
}



/* ------------------------------------------Poll-----------------------------------*/
.PollTitle
{
    float: left;
    width: 100%;
    color: #5a5a5b;
    font-weight: bold;
    text-align: left;
    font-size: 8pt;
}
.PollOption
{
    float: left;
    color: #5a5a5b;
    margin-left: 10px;
    text-align: left;
    font-size: 8pt;
}

.PollResult
{
    float: left;
    color: #5a5a5b;
    margin-left: 8px;
    text-align: left;
    width: 200px;
    margin-top: 2px;
}
.PollResultItem
{
    float: left;
    text-align: left;
    height: 15px;
    background-color: #CCCCCC;
    color: #5a5a5b;
    font-weight: bold;
}
.PollResultItemTitle
{
    width: 100%;
    float: left;
    margin-top: 0px;
    color: #5a5a5b;
    font-size: 8pt;
}
.PollButton
{
    width: 100%;
    float: left;
}
.PollButton .Button
{
    text-align: center;
    float: left;
    font-family: Tahoma;
    cursor: pointer;
    margin-left: 60px;
    width: 74px;
    height: 24px;
    background-image: url(../Administrator/Files/Design/Archive.png);
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 10px;
    border: 0;
    margin-top: 5px;
}
.PollButton .Button:hover
{
    background-position: 0 -24px;
    color: #fff;
}


.OneLine
{
    margin-top: 20px;
    float: left;
    width: 100%;
    text-align: left;
}

.ImageDetail
{
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.ProductIndexRepeaterDataListT
{
    margin-right: 7px !important;
    margin-left: 0px !important;
    width: 130px !important;
}
.ProductIndexRepeaterDataListT2
{
    margin-right: 10px !important;
}
.BoxoXxo
{
    float: left !important;
    width: 222px !important;
    margin-left: 8px !important;
}

.PollNemidoonam
{
    width: 220px !important;
    float: left !important;
}

.BoxBiPadding
{
    border-top: 0 !important;
    padding-right: 0 !important;
    width: 968px !important;
    margin-top: 0 !important;
}

.MainBoxIndexText
{
    float: left;
    width: 750px;
}
