/* Global Reset */
* {
    margin: 0;
    padding: 0;
}
/*End Global Reset-------------------------------------------------*/

/* General */
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
    background-color:#0f0800;
    min-width: 950px;
    line-height: 1.6;
}

input, select {
    font-size: 11px;
}

#slider{
    margin-bottom:10px !important;
}
.slider{
    margin: 0 0 5px 0;
}
input {
    padding: 1px;
}

input[type="submit"],input[type="reset"] {
    cursor: pointer;
    font-size: 12px;
    padding: 3px 5px;
}

p {
    line-height: 1.3;
    padding-bottom: 15px;
}

a {
    text-decoration:none;
    color:#372713;
}

h2, .TitleHeading, h1 {
    color: #372713;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
    padding: 5px 0 0 12px;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}

img, img a {
    border: 0;
}

ul, ol {
    margin: 0 0 10px 30px;
}

li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}

blockquote {
    margin-left: 28px;
}

select option {
    padding: 0 10px;
}

hr {
    margin: 0px 0;
    padding: 0;
    border:0;
}
/*End General------------------------------------------------------*/

/*Common Style*/
.Clear{clear:both;}
.FloatRight{float: right; padding-top:5px;}
.FloatLeft{float: left;}
.ClearRight{clear: right;}
.ClearLeft{clear: left;}
.Warning {color:#FF0000;}
.FloatRight input[type="submit"]{ color:#000;}
/*End Common Style------------------------------------------------*/

/** AJAX loading box - Start **/
#AjaxLoading {
    display: none;
    text-align: center;
    background: #FCF5AA;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}
/******************End AJAX loading box - Start********************/

/*Custom main*/
#Container {
    margin: 0 auto;
    width: 997px;
    position: relative;
    z-index: 0;
}
.top{
    padding-left:10px;
    margin-right:10px;
    width: 558px;
    float:left;
}
.left {
    float: left;
    font-size: 12px;
    width: 194px;
}
.center{
    float: left;
    font-size: 12px;
    margin: 0;
    padding-left:10px;
    margin-right:10px;
    width: 558px;
}
.center_right{
    float: left;
    width:762px;
    padding-left:10px;
}
.right{
    float: right;
    font-size: 12px;
    padding-bottom: 10px;
    width: 194px;
}
.bottom{
    float:left;
    width:965px;
}
#Wrapper{
    padding:0px 7px;
    margin:0px 8px 0px 9px;
    width:966px;
    background-color:#ffeeb1;
}
/*End Custom main--------------------------------------------------*/

/*Top Menu*/
.bg_topmenu{
    width:980px;
    background-color:#30210c;
    background-repeat:no-repeat;
    background-position:top;
    height:23px;
    margin: 0 auto;
}
#TopMenu {
    height: 23px;
    padding: 0;
    float:right;
    margin-right:10px;
}
#TopMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#TopMenu li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0 none;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    font-size: 0.85em;
    padding: 0 10px 0 15px;
    text-decoration: underline;
    color:#ffe2b4;
}
#TopMenu li{
    height:23px;
    line-height:22px;
}
#TopMenu li div a {
    display: inline;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
#TopMenu li a:hover {
    text-decoration: none;
}
#TopMenu li.languageFlag{
    background:none;
}
#TopMenu li.languageFlag a{
    padding:7px 3px;
}
/*End Top Menu----------------------------------------------------*/

/*Header*/
#Header{
    height:90px;
    margin:0 auto;
    width:980px;
}
#Header #Logo{
    float: left;
    width: 730px;
}
#LogoContainer{
    padding-left: 130px;
    padding-top: 16px;
    white-space: nowrap;
    width: 850px;
}
#Header #Logo h1{
    overflow:hidden;
}
#Header #Logo h1 a {
    color:#30210c;
    font-family:Arial;
    font-weight:bold;
    font-size:32px;
    text-decoration:none;
}
#Header #Logo h1 a span {
    display:block;
    font-size:12px;
    padding-left:50px;
}
/*End Header-------------------------------------------------------*/

/************************** Navigation *****************************/
/*Search form*/
#SearchForm {
    float: right;
    height: 22px;
    padding-top: 6px;
    width: 225px;
    z-index: 8!important;
}
#SearchFormContainer{
    height:20px;
    line-height:20px;
}
#SearchForm .search-input{
    background-color:#e7cc8a;
    border: medium none;
    float: left;
    height: 20px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 153px;
    margin-top:3px;
}
#SearchForm .search-button{
    vertical-align: middle;
    background:url(../icons/search.gif) no-repeat;
    border:0;
    width:17px;
    height:20px;
    cursor:pointer;
    margin:0;
    padding:0;
    float:left;
    margin-top:3px;
}
#SearchForm .search-adv{
    background: url("../icons/search_adv.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-left: 8px;
    width: 25px;
}
#SearchForm .search-adv span{
    display:none;
}
#SearchForm a{
    color:#FFFFFF;
    font-size:11px;
}
#SearchForm a:hover{
    text-decoration:underline;
}

/*Main Menu*/
#Menu {
    clear: both;
    width:997px;
    background-image:url(../icons/bg_menu.png);
    background-repeat:no-repeat;
    background-position:top;
    height:49px;
}
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal; }
#nav, #nav ul, #nav li{
    margin:0;
    padding:0;
    list-style:none;
}
#nav ul {
    border:0;
    background: transparent;
    top:38px;
    width:160px;
}
#nav ul ul {
    background: transparent;
    top:0;
}
#nav li.first a:link, #nav li.first a:visited{
    background:none;
}
#menu-container li.first{
    background:none;
}
#nav a:link, #nav a:visited {
    background-image:url(../icons/menu_sparator.gif);
    background-repeat:no-repeat;
    background-position:left;
}
#nav span{
    color: #ffe2b4;
    font: 12px/38px Tahoma;
    padding: 0 20px 0px 22px;
    text-transform: uppercase;
    font-weight: bold;
}
#nav .level1 a{
    background:none;
}
#nav a:hover {
    color: #fff;
}
#nav li.current, #nav li.parent.over{
    background-image:url(../icons/menu_hover.gif);
    background-repeat:no-repeat;
    background-position:left;
}
#nav ul li a {
    color:#050000;
    font-weight: normal;
    font-size: 11px;
}
#nav ul.level0 {
    background: #b6751f;
}
#nav ul.level1 {
    padding: 0px 0px 0px 0px;
    background: #b6751f;
}
#nav ul.level0 li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#nav ul.level0 li a {
    margin: 0px 10px;
    padding: 2px 0;
    text-transform: none;
    color: #5b3400;
}
#nav ul.level0 li a span {
    margin: 0px 0px 0px 0px;
    color: #ffe2b4;
    line-height:14px;
    padding-left:8px;
    text-transform:none;
}
#nav ul.level0 li.over a span {
    color: #31210d;
}
#nav ul.level0 li a:hover span {
    color: #31210d;
}
#nav ul.level1 li a {
    color: #5b3400;

    border-bottom:solid 1px #6d3e00;
}
#nav ul.level1 li.last a{
    border:none;
}
#nav ul.level1 li a span {
    color: #5b3400;
}
#nav ul.level0 li.over li a span {
    color: #ffe2b4;
}
#nav ul.level0 li.over li a:hover span {
    color: #353535;
}
#nav ul.level1 li a:hover span {
    color: #fff;
}
#nav li.level1, #nav li.level2{
    border:none;
}

/* 0 Level */
#nav li { float:left; }
#nav a { float:left; color:#a7c6dd; font-weight:bold;}
#nav li.over a,
#nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li,
#nav ul li.current { float:none; margin:0; padding-bottom:1px;  }
#nav ul li.over { float:none; margin:0; padding-bottom:1px; }
#nav ul li ul li.level2{ float:none; margin:0; padding-bottom:1px;}
#nav ul li.last { padding-bottom:0; }
#nav ul li span { font-weight:normal;}
#nav ul a,
#nav ul a:hover { float:none; background:none;}
#nav ul li.first a,
#nav ul li.first a:hover {border-top:none; }
#nav ul li a { font-weight:normal; border-top:solid 1px #6d3e00; padding: 5px 0;color:#ffe2b4 !important; font-weight: bold;padding-left: 5px;}
#nav ul ul li a {border-top:none; }

/* 2nd Level */
#nav ul { position:absolute;background: #30210C;display: none;z-index: 9999}
#nav li:hover ul {display: block}
#nav ul li:hover { background: #03210C}
#nav ul ul li{padding:0px 10px;}
#nav ul ul li.first{border-top:none;}

/* Show menu */
#nav li.over ul ul { left:-10000px; }
#nav ul li a,#nav ul li a:hover { color:#2f2f2f; display: block;}
#nav ul span, #nav ul li.last li span { padding:5px 0px; }
#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:160px; }
/***********************End Navigation ***************************/

/* Product Category Menu*/
#cate-menu ul, #cate-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#cate-menu ul li a:hover{
    text-decoration:underline;
    background-color:#F7D154;
}

/*Level 0*/
#cate-menu ul li a:link,
#cate-menu ul li a:visited {
    background: url("../icons/icon_menu.png") no-repeat scroll 7px 11px transparent;
    color: #5B3400;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0 8px 22px;
    margin:1px 0px;
}
.cate-menu-content li.level0.first{
    border:none;
}
#cate-menu ul li.current a:link,
#cate-menu ul li.current a:visited {
    background-color:#f7d154;
}
#cate-menu ul li a:hover{
    background-color:#F7D154;
}
#cate-menu ul li.current.first a{
    margin-top:0px;
}

/*Level 1*/
#cate-menu ul ul li.level1 a:link,
#cate-menu ul ul li.level1 a:visited {
    background: url("../icons/icon_menu.png") no-repeat scroll 7px 9px transparent;
    color: #5B3400;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 6px 35px;
    text-transform: none;
}
#cate-menu ul ul li.level1 a:hover,
#cate-menu ul ul li.level1.current a{
    background-color:#F7D154;
}

/*Level 2*/
#cate-menu ul ul ul li.level2 a:link,
#cate-menu ul ul ul li.level2 a:visited {
    color: #5b3400;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 0 6px 21px;
    margin-left:28px;
    background: url("../icons/icon_menu2.png") no-repeat scroll 7px 9px transparent
}
#cate-menu ul ul ul li.level2 a:hover,
#cate-menu ul ul ul li.level2.current a{
    background-color:#F7D154;
}
/*End Product Category Menu--------------------------------------*/

/*Brand Menu*/
#brand-menu ul, #brand-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#brand-menu ul li a:hover{
    text-decoration:underline;
}
#brand-menu ul li a:link,
#brand-menu ul li a:visited {
    font-size:11px;
    color:#fff;
    font-weight:bold;
    display:block;
    background: url(../icons/list_style.gif) 4px5px no-repeat;
    padding:5px 0 6px 17px;
    border-bottom:1px dotted #BDBCBC;
}
#brand-menu ul li.current a:link,
#brand-menu ul li.current a:visited {
    color:#fff;
}
/*End Brand Menu-------------------------------------------------*/

/*Vendor Menu*/
#vendor-menu ul,
#vendor-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#vendor-menu ul li a:hover{
    text-decoration:underline;
}
#vendor-menu ul li a:link,
#vendor-menu ul li a:visited {
    font-size:11px;
    color:#fff;
    font-weight:bold;
    display:block;
    background: url(../icons/list_style.gif) 4px5px no-repeat;
    padding:5px 0 6px 17px;
    border-bottom:1px dotted #BDBCBC;
}
#vendor-menu ul li.current a:link,
#vendor-menu ul li.current a:visited {
    color:#fff;
}
/*End Vendor Menu------------------------------------------------*/

/*News Menu*/
#menu-news ul,
#menu-news ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#menu-news ul li a:hover{
    text-decoration:underline;
}
.menu-news-Title{
    background-color:#353535;
}

/*Level 0*/
.center #menu-news ul li a:link,
.center #menu-news ul li a:visited{
    color:#5B3400;
    background: url("../icons/icon_menu.png") no-repeat scroll 3px 8px transparent;
}
#menu-news ul li a:link,
#menu-news ul li a:visited {
    font-size:11px;
    color:#fff;
    text-transform:uppercase;
    display:block;
    padding:4px 0 6px 13px;
    margin:1px 0px;
    background-image:url(../icons/icon_menu2.gif);
    background-repeat:no-repeat;
    background-position:left;
}
.defaultContent.menu-news-content{
    padding:0px 8px;
}
.defaultContent li.level0.first{
    border:none;
}
#menu-news ul li.current a:link,
#menu-news ul li.current a:visited {
    color:#ffe2b5;
}

/*Level 1*/
#menu-news ul ul li.level1 a:link,
#menu-news ul ul li.level1 a:visited {
    font-size:11px;
    color:#fff;
    text-transform:none;
    font-weight:normal;
    display:block;
    padding:5px 0 6px 13px;
    margin:0px 13px
}

#menu-news ul ul li.current a:link,
#menu-news ul ul li.current a:visited {
    color:#ffe2b5;
}
/*Level 2*/
#menu-news ul ul ul li.level2 a:link,
#menu-news ul ul ul li.level2 a:visited {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 26px;
    padding: 5px 0 6px 13px;
}
#menu-news ul ul ul li.current a:link,
#menu-news ul ul ul li.current a:visited {
    color:#ffe2b5;
}
/*End News Menu----------------------------------------------------*/

/*Product List*/
ul.ProductList{
    list-style:none;
    margin:0;
    padding:0;
}
.center .ProductList li,
.center_right .ProductList li,
.bottom .ProductList li,
.top .ProductList li,
.ProductList li {
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin: 4px 2px 0px;
    min-height: 17em;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 125px;
    height:100% !important;
}
.fancybox-inner .ProductList li
{
    width:181px;
}
.ProductList li {
    height:100% !important;
}
.ProductList li:nth-child(4n+1){
    clear: left;
}
.FindByCategory .ProductList li:nth-child(4n+1){
    clear: none;
}
.FindByCategory .ProductList li:nth-child(5n+1){
    clear: left;
}
.ProductList .ProductDetails{
    overflow:hidden;
    line-height:16px;
	height:50px;
}
.ProductList .ProductDetails,
.ProductList .ProductPrice,
.ProductList .ProductRating,
.ProductList .ProductActionAdd,
.ProductList .ProductActionCall,
.ProductList .ProductCompareButton{
    padding:0px 5px;
    text-align:center;
}
.ProductList .ProductDetails a{
    font-size:12px;
    font-weight: bold;
    color:#372712;
}
.ProductList .ProductDetails a:hover{
    color:#372712 ;
    text-decoration:underline;
}
.ProductList .ShortDescription{
    max-height:120px;
    overflow:hidden;
}
.ProductList .ProductPrice{
    padding-top:5px;
    min-height: 31px;
}
.ProductList em {
    color:#372712;
    font-style:normal;
    font-size:12px;
    font-weight:bold;
    padding-bottom:2px;
}
.center .ProductList em{
    color:#b40000;
    font-style:normal;
    font-size:12px;
    font-weight:bold;
    padding-bottom:2px;
}
.ProductList strike{
    font-size:11px;
    font-weight:bold;
    color:#530101;
}
.ProductList .ProductRating{
    padding-top:5px;
    padding-bottom:5px;
}
.ProductList .ProductRating .RatingImage{
    margin:0 auto;
}
.ProductRating.Rating0 .RatingImage,
.ProductRating.Rating-1 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating0.gif) 0px 0px no-repeat;
}
.ProductRating.Rating1 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating1.gif) 0px 0px no-repeat;
}
.ProductRating.Rating2 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating2.gif) 0px 0px no-repeat;
}
.ProductRating.Rating3 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating3.gif) 0px 0px no-repeat;
}
.ProductRating.Rating4 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating3.gif) 0px 0px no-repeat;
}
.ProductRating.Rating5 .RatingImage{
    width:60px;
    height:12px;
    background: url(../icons/IcoRating5.gif) 0px 0px no-repeat;
}
.ProductList .ProductImage{
    height:100px;
    line-height:100px;
    /*display:table-cell;*/
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    background-color:#FFF;
    border:solid 1px #b16705;
}
.ProductList .disable{
    display:none;
}
.ProductList .ProductActionAdd{
    margin-top:8px;
    margin-bottom:5px;
}
.ProductList .ProductActionAdd a, .ProductPrice a,.listing-type-list .product-shop .price .ProductActionAdd a{
    color:#ffe2b5;
    font-size:11px;
    font-family:tahoma;
    font-weight:bold;
    text-transform:none;
    text-align: center;
    background-color:#372712;
    padding:6px 12px;
}
.ProductList .ProductActionCall{
    color:#075899;
    font-size:12px;
    margin-top:5px;
}
.ProductList .Flag-Promotion{
    background:url(/Images/km1.gif) no-repeat;
    padding:0px 15px;
    margin-left:5px;
}
.SortBox{
    color: #000;
    margin-right: 10px;
    padding-top: 8px;
}
.salePercentFlag, .newFlag, .outletFlag, .saleFlag {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.salePercentFlag, .saleFlag {
    padding-top: 1px;
}
.outletFlag, .saleFlag {
    background-position: -232px -205px;
}
.outletFlag, .saleFlag {
    width: 52px;
}
.saleFlag, .newFlag, .outletFlag, .kidsFlag, .salePercentFlag {
    height: 48px;
    left: 2px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 48px;
    left:auto;
    line-height:48px;
    text-align:center;
}
.saleFlag span{
    font-size:9px;
}
.listing-type-list .saleFlag1 {
    color: #FFFFFF;
    font-weight: bold;
    height:48px;
    left: auto;
    margin-left: 100px;
    position: absolute;
    width: 48px;
    line-height:48px;
    text-align:center;
}
.iconSprite {
    background-color: transparent;
    background: url("/Images/saleflag.png") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    display: block;
}
/*End Product List--------------------------------------------------*/

/*ProductDetails*/
.ProductByCategory{
    margin: 20px 0px 0px 0px;
    box-sizing: border-box;
    padding: 0px 5px;
}
#ProductByCategory .FindByCategory ul li{
    width: 136px;
}

#ProductDetails .ProductField .ProductRating {
    float: left;
}
#slideShow .prev, #slideShow .next, #slideShow .ProductTinyImageList {
    float: left;
}

#slideShow .prev, #slideShow .next {
    margin-top: 17px;
}

#ProductDetails .ProductThumb {
    float: left;
    text-align: center;
    width: 330px !important;
    margin: 0 20px 0 10px;
    padding-top: 5px;
}

    #ProductDetails .ProductThumb .ProductTinyImageLine {
        margin: 5px auto 0;
        width: 93%;
        border: solid 1px #E1E1E1;
    }

.ProductMain {
    float: right;
    width: 340px;
    color: #6F6B65;
	display:block;
    line-height: 1.6;
}

 em.ProductPrice {
    color: #6f6b65;
    font-style: normal;
    font-weight: bold;
}

#ProductDetails .listImages ul li {
    border: 1px solid gray;
    margin: 0 1px;
    padding: 2px;
}

#ProductDetails .ProductThumbImage {
    height: 190px;
    margin: auto;
    overflow: hidden;
    width: 220px;
}

.TabNav, .TabNav li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .TabNav li.Active a {
           background: #e5d59e;
    }


    .TabNav li {
        display: inline-block;
    }

.TabNav {
    font-size: 12px;
    border: none;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.TabNav li a {
    display: block;
    margin-right: 0px;
    position: relative;
    text-decoration: none;
    padding: 15px;
    color: #271e19;
    font-weight: bold;
    top: 0;
    font-size: 14px;
    font-family: Arial;
    box-sizing: border-box;
}
#ProductDescription, #ProductReviews .BlockContent, #ProductVideos, #ProductArticleReview, #ProductRelatedProducts,.ProductDescription,#ProductFeatures {
    border:none!important;
    padding:10px!important;
    box-sizing:border-box!important;
    background:#e5d59e!important;
}

#ProductDescription, #ProductTabs, #ProductReviews .BlockContent,#ProductRelatedProducts,.ProductDescription {
    margin: 0 5px;
}

.Block dt {
    clear: left;
    float: left;
    width: 160px;
}

.Block dd {
    margin-left: 170px;
    padding-top: 3px;
}
.BulkDiscount a
{
    background-color: #30210c;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 9px 22px;
    text-align: center;
    font-weight: bold;

}
#ProductDetails h1, .center .defaultTitle.NewsDetailContainer h1 {
    color: #372712;
    font-size: 18px;
    font-weight:normal;
    padding: 9px 11px;
    text-transform: none;
    font-family: Arial;
}
.ProductTabs #ProductRelatedProducts li{
    width: 132px;

}
.product-title.defaultTitle h1, .center .product-title.defaultTitle h1, .newsDetail_Header .defaultTitle h1.newsDetail_Title, .center .newsDetail_Header .defaultTitle h1.newsDetail_Title {
    line-height: 18px;
}

.center .defaultTitle h1 {

    background: none;
    font-size: 14px;
	font-weight:bold;
}
.MyAccountTitle.defaultTitle h1,#CartHeader h2{
    font-size: 12px;


}
#MyAccount .ProductList li{
    width: 123px;
}
/*Product detail v2*/
#ProductDetails .product-title h1 {
    padding: 10px 0;
    font-size: 20px;
}
#CartHeader .FloatRight{
    margin-bottom: 10px;
}
#ProductDetails .ProductThumb .ImageCarouselBox {
    bottom: 0;
    padding: 12px 0;
}

#ProductDetails .ProductDetailsGrid .SKU {
    border-bottom: solid 2px #d8d8d8;
    padding-bottom: 7px;
}

#ProductDetails .ProductDetailsGrid .ProductSKU {
    float: left;
    margin-right: 10px;
}

#ProductDetails .ProductDetailsGrid .ProductManufacture {
    float: left;
    padding-left: 10px;
    border-left: solid 1px #d8d8d8;
}

#ProductDetails .ProductDetailsGrid .RetailPriceValue {
    font-weight: bold;
    font-size: 16px;
}

#ProductDetails .ProductDetailsGrid .VariationProductPrice {
    background-color: #eaeaea;
    color: #ff0000;
    font-weight: bold;
    font-size: 26px;
    padding: 5px;
    margin: 10px 0;
    font-family: Arial;
}

#ProductDetails .ProductDetailsGrid .PromotionDescription {
    float: left;
    width: 250px;
    padding: 0 0 0 4px;
    color: #F00;
}

#ProductDetails .ProductDetailsGrid ul.ProductField {
    margin: 0;
    padding: 0;
}

#ProductDetails .ProductDetailsGrid ul.ProductField li {
    margin: 0 0 6px 0px;
    padding: 0;
    clear: both;
    list-style:none;
    display:inline-block;
    width:100%;
    background-image:url(http://static.bizwebmedia.net/images/icon-detail.png);
    background-repeat:no-repeat;
    background-position:0px 5px;
    padding-left:13px;
}

#ProductDetails .ProductDetailsGrid ul.ProductField li .label {
    display: block;
    font-weight: bold;
    float: left;
    width: 115px;
}

#ProductDetails .ProductDetailsGrid .PaymentRow {
    float: left;
    margin: 7px 5px 5px 0 !important;
}

#ProductDetails .ProductDetailsGrid .ShortDescription {
    margin-top: 15px;
}

#ProductDetails .ProductDetailsGrid .ShortDescriptionTitle {
    border-bottom: solid 1px #d8d8d8;
    padding: 6px 0px;
    font-weight: bold;
}

#ProductDetails .ProductDetailsGrid .ShortDescription p {
    padding: 6px 0;
}

#ProductDetails .ProductDetailsGrid .ProductOptionTitle {
    border-bottom: solid 1px #d8d8d8;
    padding: 2px 0px;
    font-weight: bold;
}

#ProductDetails .ProductDetailsGrid .ProductOptionValue {
    padding: 7px 0 0;
}

#ProductDetails .ProductDetailsGrid .LabelQuantityInput {
    float: left;
    width: 65px;
    font-weight: bold;
    padding-top: 10px;
    margin:0 10px;
}

#ProductDetails .ProductDetailsGrid .quantityInput {
    float: left;
    border: solid 1px #cacaca;
    padding: 6px 3px;
    font-size: 14px;
    width: 124px;
    height: 37px;
    box-sizing:border-box;
}

#ProductDetails .ProductDetailsGrid .ProductAddToCart {
    background-color: #eaeaea;
    padding: 5px;
    margin: 10px 0;
}

.ProductDetailsGrid .Row {
    margin: 0 0 6px 0;
}

.ProductDetailsGrid .LabelProductSKU, .ProductDetailsGrid .LabelManufacture, .ProductDetailsGrid .LabelPrice {
    font-weight: bold;
}

#social {
    padding: 5px 0 10px;
    clear: both;
    margin-left: 20px;
}

    #social .g-plusone, #social .tweet-btn, #social .pinterest {
        display: block;
        float: left;
        margin-right: 10px;
    }

    #social .facebook-like {
        display: block;
        float: left;
    }
/*End Product detail v2*/

/*end ProductDetails*/
/*Footer*/
#Footer{
    border-top:solid 5px #6d3e00;
    background-color:#31210d;
    clear: both;
    margin: 0 auto;
    width: 980px;
}
.bottom_footer{
    background-image:url(../icons/bottom_footer.png);
    background-repeat:no-repeat;
    background-position:bottom;
    height:20px;
    margin-bottom:20px;
}
#FooterContainer{
    float:left;
    font-size:11px;
    color:#5b3400;
    text-align: left;
    padding:20px 0px 0px 20px;
    width:960px;
}
#FooterContainer a{
    color:#FFE2B5;
}
#FooterContainer p{
    color:#ffe2b5;
}
#Powerby{
    color:#ffe2b5;
    float: right;
    width: 100%;
    padding:5px 0px;
    text-align:center;
    border-top:solid 1px #ffe2b5;
}
#Powerby a strong{
    color:#ffe2b5;
}
.footer-info ul
    {
        float:left;
        margin:0;
        padding:0;
    }
    .footer-info ul li
    {
        list-style:none;
        color:#ffe2b5;
        font-size:12px;
        margin-bottom:14px;
    }
    .footer-info .fheader{
        font-weight: bold;
        color: #ffe2b5;
        font-size: 12px;
        margin-bottom: 14px;
    }
    .footer-info ul.form1 li
    {
        background-image:url(../icons/footer-location.png);
        background-repeat:no-repeat;
        background-position:left;
        display:block;
        padding-left:19px;
    }
    .footer-info ul.form
    {
        width:240px;
    }
    .footer-info ul.form-fb
    {
        width:280px;
    }
    .footer-info ul.form1
    {
        width:420px;
    }
    .footer-info ul li span
    {
        font-family:Arial;
        font-weight:bold;
        font-size:12px;
        color:#ffe2b5;
    }
    .footer-info ul li a
    {
        font-family:Arial;
        font-weight:bold;
        font-size:12px;
        font-weight:normal;
        color:#ffe2b5;
    }

    .footer-info .phone
    {
        background-image:url(../icons/footer-phone.png);
        background-repeat:no-repeat;
        background-position:left;
        display:inline-block;
        padding-left:19px;
        font-weight:normal;
        margin-right:30px;
    }
    .footer-info .email
    {
        background-image:url(../icons/footer-mail.png);
        background-repeat:no-repeat;
        background-position:left;
        display:inline-block;
        padding-left:19px;
    }
/*End Footer-------------------------------------------------------*/

/*CustomCate Menu*/
#customcate-menu ul,
#customcate-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#customcate-menu ul li a:hover{
    text-decoration:underline;
}
#customcate-menu ul li a:link,
#customcate-menu ul li a:visited {
    font-size:11px;
    color:#fff;
    font-weight:bold;
    display:block;
    background: url(Images/list_style.gif) 4px5px no-repeat;
    padding:5px 0 6px 17px;
    border-bottom:1px dotted #BDBCBC;
}
#customcate-menu ul li.current a:link,
#customcate-menu ul li.current a:visited {
    color:#fff;
}
/*End CustomCate Menu-----------------------------------------------*/

/*Container*/
/*default container*/
.defaultTitle{
    background-image:url(../icons/tittle_menu.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffe2b5;
    font-size: 12px;
    font-weight:bold;
    height: 31px;
    line-height: 28px;
    padding-left: 31px;
}
.DefaultModule{
    border:solid 1px #af6300;
    margin-bottom:10px;
}
.center .DefaultModule, .DefaultModule.AccountOrders
{
    border:none;
}
.menu-news-Title,
.support-online-Title,
.mini-cart-title,
.newsLastest-Title{
    background-image:url(../icons/tittle_menu2.gif);
    background-repeat:no-repeat;
    background-position:top;
    height:31px;
    line-height:28px;
}
.defaultContent.menu-news-content,
.support-online-content,
.defaultContent.mini-cart-content,
.defaultContent.newsLastest-content{
    background:none;
    background-color:#372712;
    padding-top:1px;
    padding-bottom:1px;
}
.defaultContent{
    background-color:#fff;
    color:#5b3400;
    padding-bottom:5px;
}
.center .FooterContent{
    margin-bottom:10px;
}
.defaultContent{
    background-image:url(../icons/center_menu.gif);
    background-repeat:repeat;
    padding-bottom: 1px;
    padding-top: 1px;
}
.defaultContent{
    padding:1px 8px;
}
#HomeFeaturedProducts .TitleContent,
#HomeDiscountProducts .TitleContent,
#HomeDiscountProducts .TitleContent,
#HomeNewProducts .TitleContent,
.center .defaultTitle,
.center_right .defaultTitle,
.top .defaultTitle,
.defaultTitle.AccountOrderTitle,#ProductByCategory h3
{
    background-image:url(../icons/tittle_center.gif);
    background-repeat:repeat-x;
    font-weight:bold;
    background-position:left;
    color: #372713;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 46px;
    text-transform: uppercase;
}
.center .defaultContent{
    padding:0px 0px 10px;
}
.center .BlockContent{
    padding:0px;
}
.center .defaultContent.BlockContent{
    padding:0;
}
.center_right .DefaultModule{
    border:none;
}
.center_right .defaultContent {
    background:none;
}
/*End default container-------------------------------------------*/

/*Account Page*/
.MyAccount, .MyAccount li{
    margin:0;
    padding:0;
    list-style:none;
}
.MyAccount li{
    border-bottom:dotted 1px #b0bec7;
    padding:5px 0 8px 45px;
}
.MyAccount a span{
    font-size:12px;
    font-weight:bold;
    color:#372713;
    line-height:20px;
}
.MyAccount a:hover span{
    text-decoration:underline;
}
.MyAccount .my-message{
    background:url(/images/message48x48.png) 0px 5px no-repeat;
}
.MyAccount .order-status{
    background:url(/images/order48x48.png) 0px 5px no-repeat;
}
.MyAccount .account-address{
    background:url(/images/address48x48.png) 0px 5px no-repeat;
}
.MyAccount .account-info{
    background:url(/images/myaccount48x48.png) 5px 0px no-repeat;
}
.MyAccount .product-recent{
    background:url(/images/report48x48.png) 0px 5px no-repeat;
}
.AccountOrderStatusList{
    list-style:none;
    margin:0;
}
.AccountOrderStatusList>li{
    padding:10px 0;
    border-bottom: 1px solid #bcbcbc;
}
.Account-Module .defaultContent.LoginForm-content{
    padding:0px 10px;
}
#MyAccount .CartContents{
    border:1px solid #C8C8C8;
}
#MyAccount .CartContents tr td,
#MyAccount .CartContents tr th{
    padding:0px 10px;
    line-height:20px;
}
#MyAccount .CartContents em.ProductPrice{
    line-height:30px;
}
.center .defaultTitle.CompareContent-Title h2,
.center .defaultTitle.AccountOrderTitle h2,
.center .defaultTitle.MyAccountTitle h2{
    background:none;
    padding-left:0px;
}
.center .defaultContent.AccountOrderContent h2{
    background:none;
}
.CreateAccountButton, .Login_Button{
    color:#000;
}
#CreateAccountForm .BlockContent{
    padding:0px 10px;
}
.defaultContent.AccountOrderContent{
    padding:5px;
}
.center .defaultContent.MyAccountContent{
    padding:5px;
}
.MyAccountContent h2{
    margin: 10px 0;
}
/*End Account Page-----------------------------------------------*/

/*TextHTML-Module*/
.center .DefaultModule .TextHTML-content{
    padding:10px 5px;
}
#TextHTML-Module{
    border:none;
}
/*End TextHTML-Module--------------------------------------------*/

/*compare-button*/
.compare-button {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color: #372712;
    margin:5px;
    float: right;
    height: 20px;
    line-height: 20px;
}
.compare-button a{
    color:#fff;
    font-weight:bold;
    padding:0px 5px;
}
/*End compare-button-----------------------------------------------*/

/***************************** Test ******************************/
.map_description strong,
.map_description div,
.map_description div b{
    color:#000;
}
.ViewMore a{
    float:right;
    color: #B40000;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding-right:10px;
}
.Block{
    font-size: 12px;
    font-family: inherit;
}
.Block h2{
    background-image: url("../icons/tittle_center.gif");
    background-position: left center;
    background-repeat: repeat-x;
    color: #372713;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 46px;
    text-transform: uppercase;
}
.NormalTextBox{
    border: 1px solid #CECECE;
    padding: 2px;
    font-family: Tahoma;
    font-size: 11px;
}
.required{
    color: #F00;
}
.Block p{
    line-height: 1.3;
    margin-bottom: 8px;
}
#CartHeader h2{
    padding:0px;
    color:#372713;
    text-transform:uppercase;
    font-weight:normal;
    background:none;
    font-weight:bold;
}
.Block h3{
    color: #000;
}
.Block h4{
    font-size: 1.1em;
    margin-bottom: 4px;
}
.Block table{
    width: 100%;
}
.Block table td{
    padding: 4px;
}
.Block table td.key{
    width: 100px;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}
.Block .new-address {
    color:#530101;
}
.Block .new-address:hover {
    text-decoration:underline;
}
.Block .NormalRed{
    color: #F00;
}
.Block ul li{
    margin-top: 5px;
}
.Block .ShippingAddressList{
    width: 100%;
}
.Block .ShippingAddressList .ShippingAddressItem{
    width: 276px;
}
.Block ul.AccountMessageList{
    margin: 0 0 10px 30px;
}
.Block ul.AccountMessageList li{
    margin: 0 0 2px;
    padding: 0;
}
.Block ul.AccountMessageList li .Meta{
    color: #444444;
    font-size: 0.93em;
}
.Block ul.AccountMessageList li hr{
    background: none repeat scroll 0 0 #C7D7DB;
    border: 0 none;
    height: 1px;
    margin: 10px 0;
    padding: 0;
}
.Block ul.AccountOrderStatusList,
.Block ul.AccountOrdersList{
    margin: 0 0 10px 30px;
}
.Block ul.AccountOrderStatusList li,
.Block ul.AccountOrdersList li{
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.Block ul.AccountOrderStatusList li .FloatRight,
.Block ul.AccountOrdersList li .FloatRight{
    float: right;
}
div.OrderButton{
    width: 140px;
    height: 25px;
    background-color:#372712;
    line-height:25px;
    margin-top:5px;
    text-align: center;
    font-size: 11px;
}
div.OrderButton a{
    color: #FFE2B5;
    font-weight: bold;
}
div.UpdateQtyButton{
    width: 140px;
    height: 25px;
    background: url('/Images/UpdateQtyButton.gif');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 3px;
    font-size: 11px;
}
div.UpdateQtyButton a{
    color: #114E85;
    font-weight: bold;
}
.Block ul.AccountOrderStatusList li .FloatRight img,
.Block ul.AccountOrdersList li .FloatRight img{
    border: none;
    cursor: pointer;
}
.Block ul.AccountOrderStatusList li p.Meta,
.Block ul.AccountOrdersList li p.Meta{
    color: #444444;
    font-size: 0.93em;
}
.Block ul.AccountOrderStatusList li h3,
.Block ul.AccountOrdersList li h3{
    color: #530101;
    margin-bottom: 5px;
}
em.ProductPrice{
    color: #b40000;
    font-style: normal;
    font-weight: bold;
}
.Block ul.AccountOrderStatusList li blockquote.HowToPay,
.Block ul.AccountOrdersList li blockquote.HowToPay{
    margin-bottom: 10px;
    margin-left: 28px;
}
.Block ul.AccountOrderStatusList li ul.OrderItemList,
.Block ul.AccountOrdersList li ul.OrderItemList{
    line-height: 1.3;
}
.Block .Meta{
    color: #444444;
    line-height: 2.0;
}
.Block .BillingDetails{
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 48%;
    line-height: 1.5;
}
.Block .ShippingDetails{
    float: left;
    margin-bottom: 15px;
    width: 48%;
    line-height: 1.5;
}
.Block .Clear{
    clear: both;
}
.Block table.CartContents{
    border: 1px solid #b06503;
    margin: 10px 0;
    width: 100%;
    color: #b06503;
}
.Block table.CartContents th{
    border-bottom: 1px solid #b06503;
    color: #31210d;
    padding: 6px 10px;
}
.Block table.CartContents td{
    padding: 6px 10px;
    vertical-align: top;
    border-bottom: 0 none;
    color: #353535;
}
p.Footer{
    color: #075899;
    font-weight: bold;
}
p.SubTotal{
    color: #000;
    font-weight: bold;
}
.Block .PL20{
    padding: 0 0 0 20px;
}
.Block dl{
    margin: 0;
}
.Block dt{
    clear: left;
    float: left;
    width: 160px;
}
.Block dd{
    margin-left: 170px;
    padding-top: 3px;
}
input[type="checkbox"], input[type="radio"]{
    margin-right: 2px;
    margin-left: 2px;
}
.CreateAccount{
    border-right: 1px solid #CCCCCC;
    float: left;
    padding-right: 20px;
    width: 250px;
}
.HorizontalFormContainer dl,
.VerticalFormContainer dl{
    margin: 0;
}
.AdvanceSearch .HorizontalFormContainer dt {
    width: 105px;
}
.NarrowFormContainer dt{
    width: 110px;
}
.NarrowFormContainer dd{
    margin-left: 120px;
}
.HorizontalFormContainer dt{
    clear: left;
    float: left;
    width: 100px;
    padding-top: 6px;
    text-align: right;
    margin-right: 4px;
}
.HorizontalFormContainer dd{
    margin-left: 100px;
    padding-top: 5px;
}
.HorizontalFormContainer dd.s1{
    padding-top: 10px;
}
.FormLoginContainer{
    margin-left: 80px;
    padding-bottom:10px;
}
ul.ShippingAddressList,
ul.ShippingAddressList li{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.ShippingAddressList li{
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 33%;
}
ul.ShippingAddressList,
ul.ShippingAddressList li{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


/*ExpressCheckout*/
.ExpressCheckoutBlock{
    padding-top: 6px;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle{
    margin-bottom: 10px;
    padding: 6px;
    position: relative;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle{
     border: solid 1px #b26706;
}
.ExpressCheckoutBlock .current-step{
    background: none repeat scroll 0 0 #6a4007;
    border:solid 1px #b26706;
    color:#ffe2b5;
}
.CreateAccount{
    border-right: 1px solid #CCCCCC;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 255px;
}
.AccountLogin{
    float: left;
    padding-left: 5px;
    width: 255px;
}
.Rating{
    padding: 3px 0px 0px 5px;
}
.Space{
    height: 3px;
}
div.rating-zero{
    float: left;
    width: 5px;
    height: 15px;
}
div.rating-on{
    float: left;
    width: 15px;
    height: 15px;
    background: url('/Images/rating.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
div.rating-off{
    float: left;
    width: 15px;
    height: 15px;
    background: url('/Images/rating.png');
    background-repeat: no-repeat;
    background-position: left top;
}
div.rating-hover{
    float: left;
    width: 15px;
    height: 15px;
    background: url('/Images/rating.png');
    background-repeat: no-repeat;
    background-position: left center;
}
/*End ExpressCheckout--------------------------------------------*/

/*SideTopSeller*/
.TopSellers .BlockContent .ProductList li{
    margin-bottom: 0;
    min-height: 0;
    padding: 5px 0;
    width: 176px;
}
.TopSellers .BlockContent .ProductList li hr{
    margin-bottom: 0px;
}
.TopSellers .BlockContent .ProductList .ProductImage{
    border: 1px solid #b06503;
    height: 120px;
    position: relative;
    z-index: 1;
}
.TopSellers .BlockContent .ProductList .TopSellerNumber1{
    background: url("../icons/1st.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 31px;
    line-height: 19px;
    padding-left: 5px;
    position: absolute;
    width: 30px;
    z-index: 2;
}
.TopSellers .BlockContent .ProductList .TopSellerNumber{
    background: url("../icons/nst.gif") no-repeat scroll 0 0 transparent;
    color: #ffe2b5;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 14px;
    margin-top: 3px;
    padding-left: 3px;
    width: 24px;
}
.TopSellers .ProductList li.first .ProductDetails,
.TopSellers .ProductList li.first .ProductPrice {
    margin-left: 0;
    text-align: center;
}
.TopSellers .ProductList .ProductDetails,
.TopSellers .ProductList .ProductPrice {
    margin-left: 27px;
    text-align:left;
    min-height:15px;
}
/*End SideTopSeller-------------------------------------------------*/

/*CompareContent*/
table.ComparisonTable{
    width: 100%;
    border-collapse: collapse;
}
table.ComparisonTable th.StaticCompareFieldTop{
    width: 15%;
}
table.ComparisonTable th.CompareFieldTop{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #85BADF;
    padding: 5px 4px;
}
table.ComparisonTable td{
    font-size: 11px;
    vertical-align: top;
    border: solid 1px #85BADF;
    padding: 5px 4px;
}
table.ComparisonTable td.CompareFieldName{
    border-bottom: 1px solid #85BADF;
    font-weight: bold;
    color: #535353;
}
table.ComparisonTable .CompareCenter{
    text-align: center;
    border-bottom: 1px solid #85BADF;
}
table.ComparisonTable .CompareLeft{
    text-align: left;
    border-bottom: 1px solid #85BADF;
}
.ProductCompareButton{
    margin-top: 6px;
    text-align: left;
    padding-left: 4px;
}
.CompareButton{
    clear: both;
    margin-top: 12px;
    padding: 4px;
    text-align: right;
}
/*End CompareContent-----------------------------------------------*/

/*Breadcrumb*/
.Breadcrumb li{
    padding-left: 6px;
    color: #a61214;
}
.Breadcrumb ul{
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}
.Breadcrumb li{
    display: inline;
    padding-left: 0;
}
.Breadcrumb li span{
    font-weight: bold;
}
.Breadcrumb li a{
    font-weight: normal;
    color: #3c3c3c;
    padding-right: 14px;
    background: url('../icons/breadcrumbsep.gif') no-repeat scroll right center transparent;
}
/*End Breadcrumb---------------------------------------------------*/

a.compare{
    font-weight: bold;
}
.ISSelect{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7F9DB9;
    overflow: auto;
}
.ISSelect ul, .ISSelect li{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ISSelect li{
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    cursor: default;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-top: 2px;
}
.clear{
    clear: both;
}
.section-border{
    background-color: #F5F6EA;
    border-color: #DADBD1;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 10px;
}
.section-border table.search-header{
    margin: 5px 0 12px;
}
.section-border table.search-header td{
    padding: 0 10px 0 11px;
}
.section-border table.search-header .search-field label{
    color: #151515;
    margin-left: 0;
    padding-bottom: 3px;
    width: auto;
    font-weight: bold;
}
.search-field{
    margin-bottom: 2px;
    clear: both;
    vertical-align: middle;
}
.nowrap{
    white-space: nowrap;
}
.top-pagination{
    width: 100%;
    margin-bottom: -17px;
}
.pagination{
    padding: 3px 0;
    white-space: nowrap;
}
.float-right{
    float: right;
}
.float-right a{
    padding: 0px 8px 8px;
}
.object-group{
    background-color: transparent;
    border-bottom: 1px solid #D7E1E7;
}
.object-group-elements{
    background-color: transparent;
}
.object-group{
    padding: 10px 6px;
}
.object-group-elements{
    padding: 10px 6px 10px 40px;
}
.object-group-elements .object-name{
    float: left;
    width: 140px;
}
.object-group-elements .object-value{
    float: left;
}
.tool-container{
    padding: 10px 0 10px 5px;
    text-align: right;
}
.bold{
    font-weight: normal;
}

/*filter*/
#filter-wrapper ul,
#filter-wrapper ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#filter-wrapper ul li a:hover{
    text-decoration: underline;
}

/*Level 0*/
#filter-wrapper ul li a:link,
#filter-wrapper ul li a:visited{
    font-size: 11px;
    color: #5b3400;
    font-weight: bold;
    display: block;
    padding: 5px 0 6px 2px;
}
#filter-wrapper ul li.current a:link,
#filter-wrapper ul li.current a:visited{
    color: #5f8900;
}

/*Level 1*/
#filter-wrapper ul ul li.level1{
    clear: both;
}
#filter-wrapper ul ul li.level1 .feature-name{
    float: left;
}
#filter-wrapper ul ul li.level1 .remove-feature{
    float: left;
    text-align: left;
}
#filter-wrapper ul ul li.level1 .remove-feature a:link,
#filter-wrapper ul ul li.level1 .remove-feature a:visited{
    background: none;
    padding: 6px 2px;
}
#filter-wrapper ul ul li.level1 .remove-feature a:hover{
    text-decoration: underline;
}
#filter-wrapper ul ul li.level1 a:link,
#filter-wrapper ul ul li.level1 a:visited{
    font-size: 11px;
    color: #5b3400;
    font-weight: normal;
    display: block;
    background: none;
    padding: 5px 0 6px 15px;
}
#filter-wrapper ul ul li.current a:link,
#filter-wrapper ul ul li.current a:visited{
    color: #5f8900;
}

/*Level 2*/
#filter-wrapper ul ul ul li.level2 a:link,
#filter-wrapper ul ul ul li.level2 a:visited{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    display: block;
    background: url(Images/list_style1.gif) 30px 10px no-repeat;
    padding: 5px 0 6px 42px;
}
#filter-wrapper ul ul ul li.current a:link,
#filter-wrapper ul ul ul li.current a:visited{
    color: #5f8900;
}
.Filters-Tools{
    margin-top: 8px;
    padding-top: 8px;
    border-top: dashed 1px #CFCFCF;
}
.Filters-Tools .inventory{
    color: #959595;
    font-weight: normal;
}
.Filters-Tools a.reset-filters:hover{
    text-decoration: underline;
}
.Filters-Tools a.secondary-link:hover{
    text-decoration: underline;
}
/*End filter-------------------------------------------------------*/

/*vertical-menu*/
#vertical-menu ul{
    margin: 0px;
    padding: 0px;
}
#vertical-menu ul li{
    list-style: none;
    margin: 0;
    z-index: 999;
}
#vertical-menu ul li:hover{
    position: relative;
}
#vertical-menu ul li a{
    background: url("../icons/icon_menu.png") no-repeat scroll 7px 11px transparent;
    color: #5B3400;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 1px 0;
    padding: 8px 0 8px 22px;
}
#vertical-menu ul li a:hover{
    background-color:#F7D154;
}
#vertical-menu ul li.current a{
    background-color:#F7D154;
}
#vertical-menu ul ul{
    display: none;
    position: absolute;
    left: 174px;
    top: 0px;
    background-color: #b6751f;
}
#vertical-menu ul ul li{
    border:none;
    z-index: 999;
    border-top:solid 1px #6d3e00;
    margin:0px 8px;
}
#vertical-menu ul ul li.first{
    border-top: none;
}
#vertical-menu ul li:hover ul{
    display: block;
}
#vertical-menu ul ul li a,
#vertical-menu ul ul li.level1 a{
    color: #ffe2b4;
    display: block;
    padding: 5px 0 6px 8px;
    border-bottom: none;
    font-weight: normal;
    text-transform:none;
    background:none;
}
#vertical-menu ul ul li a:hover{
    text-decoration: underline;
    color: #353535;
    display: block;
    padding: 5px 0 6px 8px;
    border-bottom: none;
    font-weight: normal;
    text-transform:none;
}
#vertical-menu ul ul li{
    width: 160px;
    float: left;
    display: inline;
}
#vertical-menu li:hover ul li ul{
    display: none;
}
#vertical-menu li:hover ul li ul{
    display: none;
}
#vertical-menu ul ul li ul{
    left: 160px;
    background-color: #b6751f;
    z-index: 999;
}
#vertical-menu ul ul li:hover ul{
    display: block;
}
/*End vertical-menu------------------------------------------------*/

/*NewsListContainer*/
div.newsCategory, #CartHeader{
    background-image: url("images/tittle_center.gif");
    background-position: left center;
    background-repeat: repeat-x;
    color: #372713;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 46px;
    text-transform: uppercase;
}
#CartContainer .BlockContent{
    padding:0px 10px 20px;
}
div.newsCategory a.newsCategory_Title:link{
    color: #3F3F3F;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
div.newsList{
    padding:0px 0px 10px 0px;
}
table.newsList_Item{
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
table.newsList_Item td{
    padding: 4px;
}
table.newsList_Item td.newsList_Image{
    text-align: center;
    vertical-align: top;
    width: 130px;
}
table.newsList_Item td.newsList_Image img{
    width: 130px;
    max-height: 90px;
}
table.newsList_Item td.newsList_Content{
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}
table.newsList_Item a.newsList_Title:link,
table.newsList_Item a.newsList_Title:visited{
    font-weight: bold;
    text-decoration: none;
}
table.newsList_Item a.newsList_Title:hover{
    text-decoration: underline;
}
table.newsList_Item span.newsList_Date{
    color: #989898;
}
table.newsList_Item span.newsList_Summary{
    color: #3c3c3c;
    text-align: justify;
}
table.newsList_Item a.newsList_LinkDetail:link{
    color: #a61214;
    text-decoration: none;
}
table.newsList_Item a.newsList_LinkDetail:hover{
    text-decoration: underline;
}
/*End NewsListContainer---------------------------------------------*/

/*NewsDetailContainer*/
div.newsDetail_Header div.newsDetail_Title{
    color: #004175;
    font-size: 18px;
    margin-bottom: 5px;
}
.newsDetail_Content .detail_sapo{
    height:auto;
    line-height:20px;
    background:inherit;
    padding-left:10px;
}
.newsDetail_Header h1.newsDetail_Title{
    text-transform:none;
    font-size:19px;
}
.center .NewsDetailContainer .newsDetail_Content h2{
    height:auto;
    line-height:20px;
    background:inherit;
    padding-left:10px;
}
div.newsDetail_Header div.newsDetail_Date{
    color: #3C3C3C;
    padding-bottom: 5px;
    border-bottom:none;
    padding:0px 10px;
    margin-left:2px;
}
div.newsDetail_Content{
    padding:0px 10px 5px 10px;
    color:#3C3C3C;
    border-top:none;
}
div.newsDetail_Content h3 span{
    font-weight: normal;

}
.GooglePlus1{
    height:20px;
    margin-top:10px;
}
.BlockContent .ShareLinks,
.NewsDetailContainer .ShareLinks{
    border:none;
}
.value .Button{
    color:#000;
}
div.newsDetail_OrtherNews div.newsDetail_OrtherNews_Label{
    color: #3e414c;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    padding-top: 15px;
    border-top: 1px solid #4E4A4A;
}
div.newsDetail_OrtherNews div.newsDetail_OtherNews_List{
    margin-bottom: 20px;
}
div.newsDetail_OrtherNews div.newsDetail_OtherNews_List div{
    padding-top: 3px;
    padding-bottom: 3px;
}
div.newsDetail_OrtherNews div.newsDetail_OtherNews_List a.newsDetail_OrtherNews_Link:link,
div.newsDetail_OrtherNews div.newsDetail_OtherNews_List a.newsDetail_OrtherNews_Link:visited{
    background: url("../icons/icon_menu2.png") no-repeat scroll 0px 6px transparent;
    color: #000;
    margin-left: 12px;
    padding-left: 10px;
}
.newsDetail_OrtherNews_Link span{
    color:#3C3C3C;
}
div.newsDetail_OrtherNews div.newsDetail_OtherNews_List a.newsDetail_OrtherNews_Link:hover{
    color: #4F82AC;
}
/*End NewsDetailContainer------------------------------------------*/

/*newsLastest*/
div.newsLastest{
    clear: both;
}
.newsLastest-content{
    background-color:#5a5a5a;
}
.newsLastest-content{
    padding:1px 6px 5px;
}
.newsLastest-content a{
    color:#ffe2b5;
}
.center .newsLastest-content{
    background:none;
}
div.newsLastest div.newsLastest_Item{
    clear: both;
    padding-top: 5px;
    padding:5px 0;
}
div.newsLastest div.newsLastest_Item div.newsLastest_Image{
    float: left;
    margin-right:6px;
}
div.newsLastest div.newsLastest_Item div.newsLastest_Image img{
    border: solid 1px #E0E0E0;
}
.left div.newsLastest div.newsLastest_Item div.newsLastest_Title,
.right div.newsLastest div.newsLastest_Item div.newsLastest_Title{
    float: left;
    width: 110px;
    text-align:left;
}
.left div.newsLastest div.newsLastest_Item div.newsLastest_Title a,
.right div.newsLastest div.newsLastest_Item div.newsLastest_Title a{
    display: block;
    line-height: 16px;
    overflow: hidden;
    height: 34px;
}

.brands-logo{
    overflow:hidden;
}
.center div.newsLastest div.newsLastest_Item div.newsLastest_Title a:link,
.center .div.newsLastest div.newsLastest_Item div.newsLastest_Title a:visited{
    font-weight:bold;
    font-size:12px;
}
.center .newsLastest_Title a span, .newsList_Title{
    color:#b40000;
}
.center .defaultContent,
.defaultContent.AccountOrderContent
{
    background:none;
}
.left div.newsLastest .newsLastest_Summary,
.right div.newsLastest .newsLastest_Summary{
    display:none;
}
div.newsLastest hr.newsLastest_Line{
    clear: both;
    height: 5px;
    border-bottom: solid 1px #E0E0E0;
}
div.newsLastest div.newsLastest_Item div.newsLastest_Title a:hover span{
    color:#fa9800;
}
/*End newsLastest---------------------------------------------------*/

/*mini-cart*/
.mini-cart .cartQty{
    padding-top: 5px;
    padding: 5px 10px;
    color:#ffe2b5;
}
.center .mini-cart .cartQty{
    color:#5B3400;
}
.mini-cart .cartQty a:link,
.mini-cart .cartQty a:visited{
    color: #fa9800;
    font-weight: bold;
    text-decoration: none;
}
.mini-cart .cartQty a:hover{
    text-decoration: underline;
}
.center .mini-cart .cartQty .subtotal{
    color:#5B3400;
}
.mini-cart .cartQty .subtotal{
    margin-bottom: 10px;
    margin-top: 5px;
    color:#ffe2b5;
}
.mini-cart .action{
    padding-bottom: 1px;
    padding-top: 3px;
    text-align: right;
    margin-bottom: 5px;
}
.mini-cart .action a:link,
.mini-cart .action a:visited{
    color: #fa9800;
    font-weight: bold;
    text-decoration: none;
}
.mini-cart .action a:hover{
    text-decoration: underline;
}
.mini-cart h5{
    background: none repeat scroll 0 0 #2E4150;
    border-bottom: 1px solid #24333F;
    color: #FFFFCC;
    margin: 0;
    padding: 4px 8px;
    font-size: 11px;
}
.mini-cart ol{
    list-style: none outside none;
}
.mini-cart .product{
    padding: 7px 4px 7px 8px;
    list-style: none outside none;
    clear: both;
}
.mini-cart .product .product-image{
    float: left;
    height: 52px;
    width: 52px;
}
.mini-cart .product .product-detail{
    height: auto;
    min-height: 50px;
    margin: 0 0 0 60px;
}
.center .mini-cart .product .product-detail{
    color:#5B3400;
}
.mini-cart .product .product-detail .widget-btn{
    float: right;
    font-size: 11px;
    margin: 0 3px 1px 5px;
}
.mini-cart .product .product-detail div{
    margin-bottom: 5px;
}
.mini-cart .product .product-detail a{
    color: #ffe2b5;
    text-decoration: none;
    font-weight: bold;
}
.center .mini-cart .product .product-detail a{
    color: #5B3400;
}
.mini-cart .product .product-detail a:hover{
    text-decoration: underline;
}
.mini-cart .non-product{
    padding-top: 5px;
    padding-bottom: 10px;
    font-style: italic;
    color:#ffe2b5;
}
/*End mini-cart----------------------------------------------------*/

/*popup-cart*/
.popup-cart{
    width: 780px;
    height: 500px;
    overflow: auto;
    color: #444444;
}
.popup-cart a{
    color: #000;
    text-decoration: none;
}
.popup-cart a:hover{
    text-decoration: underline;
}
.popup-cart h2{
    background-color: transparent;
    color: #af1515;
    font-size: 25px;
    font-weight: bold;
    margin: 6px 0;
}
.popup-cart h2{
    border:none;
    color:#000;
}
.popup-cart .fastCartTop{
    padding: 15px 5px;
}
.popup-cart .fastCartThumb,
.popup-cart .fastCartItemBox{
    float: left;
}
.popup-cart .fastCartItemBox{
    margin-left: 10px;
    max-width: 230px;
    padding: 10px 2px;
}
.popup-cart .fastCartItemBox div{
    margin-bottom: 4px;
}
.popup-cart .fastCartItemBox em.productPrice{
    color: #b40000;
    font-style: normal;
    font-weight: bold;
}
.popup-cart .fastCartItemBox .quantity{
    color: #828DB3;
}
.popup-cart .fastCartSummaryBox{
    background-color: #f0f0ee;
    color:#5a5a5a;
    float: right;
    max-width: 250px;
    max-height: 150px;
    padding: 10px;
    text-align: right;
}
.popup-cart .fastCartSummaryBox div{
    margin-bottom: 5px;
}
.popup-cart .fastCartSummaryBox .subtotal{
    clear: both;
    font-size: 13px;
    font-weight: bold;
}
.popup-cart .fastCartSummaryBox .productPrice{
    color: #b40000;
    font-style: normal;
    font-weight: bold;
}
.popup-cart .fastCartSummaryBox .actionLink a{
    font-weight: bold;
    color:#b40000;
}
#inline1 .ProductDetails strong a{
    color:#000;
}
#inline1 .price em{
    color:#A61214;
}
#fancybox-inner .ProductList li{
    width:156px;
    float:left;
    margin:0px 3px;
    position:relative;
}
#inline1 h2{
    background:none;
}
/*End popup-cart---------------------------------------------------*/

/*ProductListContainer*/
.views{
    margin-top: 1px;
    padding: 6px 5px 0;
}
.views img{
    width: 16px;
}
.catalog-listing{
    line-height: 1.35em;
}
.catalog-listing .listing-item{
    margin:2px 0px;
}
.listing-type-list .listing-item{
    padding: 5px;
    margin: 10px 0;
}
.listing-type-list .product-image{
    float: left;
    width: 130px;
    text-align: center;
}
.listing-type-list .product-shop{
    width: 390px;
    float: right;
}
.listing-type-list .product-shop h3{
    color: #666666;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 0.4em;
}
.listing-type-list .product-shop h3 a{
    font-weight: bold;
}
.listing-type-list .product-shop .description{
    line-height: 1.5;
    text-align: justify;
    color:#353535;
}
.listing-type-list .product-shop .description .cmp{
    clear: both;
    margin-top: 5px;
}
.listing-type-list .product-shop .price strike{
    color: #a61214;
    font-size: 11px;
    font-weight: bold;
}
.listing-type-list .product-shop .price em{
    color: #b40000;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 2px;
}
.listing-type-list .product-shop .price .ProductActionAdd{
    margin-bottom: 5px;
    margin-top: 8px;
}

.product-shop h3{
    padding:0;
}
.product-shop h3 a{
    color:#353535;
}
.listing-type-list .hidden{
    display: none;
}
.listing-type-list .Flag-Promotion{
    background: url(/Images/km1.gif) no-repeat;
    padding: 0px 15px;
    margin-left: 5px;
}
/*End ProductListContainer-----------------------------------------*/

/*tooltip*/
.hidden{
    display: none;
}
#tooltip{
    position: absolute;
    z-index: 10102;
    border: 1px solid #111;
    background-color: #FFF;
    padding: 5px;
    border: solid 3px #cccccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 350px;
}
.tooltip_name{
    font-size: 14px;
    font-weight: bold;
    color: #003399;
    padding: 5px 10px;
    width: 320px;
}
.tooltip_picture{
    text-align: center;
}
.tooltip_picture img{
    text-align: center;
}
.tooltip_description{
    text-align: justify;
}
/*End tooltip-------------------------------------------------------*/

/*contact*/    .companyInfo .contact-info .clear .key{
    text-align: right;
    box-sizing: border-box;
    font-weight: bold;
    color: #524f44;
    font-size: 12px;
    width: 63px;

    }
    #ViewStats {
    padding-top: 7px;
    }
    .companyInfo .contact-info .clear .value {
    padding-left: 10px;
    }
    .companyInfo .contact-info{
    background: url(images/bg-new.png) repeat-x bottom;
    margin-bottom: 20px;
    padding-bottom: 1px;

    }
    .NormalRed, .required{
        color: #d40d0c!important;
    }
    .contact-info .clear:first-child strong{
        color: #f8a108;
        font-weight: bold;
        font-size: 12px;
        margin: 10px 0px;
        display: block;
    }
    .contact-info .contactMsg{
        font-size: 12px;
        font-style: italic;
        font-family: Arial;
        margin: 10px 0px 15px 0px;
    }
    .contact-title h2{
    font-size: 18px;
    font-family: Time New Roman;
    text-transform: uppercase;
    color: #524f44;
    font-weight: normal;
    padding-top: 3px;
    }
    .contact .defaultTitle
    {
        display:none;
    }
    .contact-info div
    {
        margin-bottom: 8px;
    }
    .contact-info .key
    {
        float: left;
        width: 100px;
    }
    .contact-info .space
    {
        float: left;
        width: 10px;
    }
    .contact-info .value
    {
        float: left;
        width: 350px;
    }
    .contact-info
    {
        padding: 5px 10px 0;
        background-image:url("images/fotter_menu.gif");
        background-position:bottom right;
        background-repeat:no-repeat;
    }
/*End contact-----------------------------------------------------*/

/*survey*/
.survey .survey-question{
    color: #372712;
    padding-left:5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: justify;
}
.survey .survey-option{
    width: 100%;
}
.survey .survey-option table{
    width: 100%;
    border-collapse: collapse;
}
.survey .survey-option table td{
    padding: 4px 2px;
}
.survey .survey-option input[type="radio"],
.survey .survey-option input[type="checkbox"]{
    margin-right: 3px;
}
.survey .survey-option label{
    text-align: justify;
    line-height: 1.5;
}
.survey .survey-button input[type="submit"],
.survey .survey-button input[type="button"],
input[type="button"]{
    padding: 2px 8px;
    text-align: center;
    color:#000;
}
.survey-result{
    width: 100%;
}
.survey-result div{
    margin-bottom: 3px;
}
.survey-result .survey-result-question{
    color: #4D4D4D;
    font-weight: bold;
    line-height: 1.5;
    text-align: justify;
    padding-left:5px;
}
.survey-result .survey-result-option table{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.survey-result .survey-result-option table td{
    padding: 2px;
}
.survey-result .survey-result-total{
    padding-right:5px;
    text-align: right;
    font-weight: bold;
}
.survey-result .survey-result-button input[type="submit"],
.survey-result .survey-result-button input[type="button"]{
    padding: 2px 8px;
    text-align: center;
}
/*End survey------------------------------------------------------*/

/*weather*/
.box-weather{
    margin: 0;
    width: 100%;
    line-height: 1.5;
    font-size: 11px;
}
#BoxWeather .weather_header{
    padding:0px 5px;
}
.box-weather .name{
    padding: 2px;
}
.box-weather .name .drop{
    padding: 2px;
    font-size: 11px;
    width: 100%;
}
.box-weather .w1, .box-weather .w2{
    text-align: center;
    padding-top: 10px;
}
.box-weather .w1{
    width: 50%;
}
.box-weather .w2{
    width: 50%;
}
.box-weather img{
    border: none;
    width: 35px;
    height: 35px;
}
/*End weather-------------------------------------------------------*/

/*SitemapContent*/
#SitemapContent h3{
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #530101;
}
#SitemapContent ul{
    margin: 0 0 10px 30px;
    line-height: 1.5;
}
#SitemapContent ul li{
    margin: 4px;
    padding: 0;
}
#SitemapContent a{
    color: #5B3400;
    text-decoration: underline;
}
#SitemapContent a:hover{
    color: #075899;
    text-decoration: underline;
}
/*End SitemapContent----------------------------------------------*/

.ErrorMessage{
    background-color: #FFECEC;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    color: #333333;
    margin: 5px 0;
    padding: 8px 8px 8px 30px;
}
.InfoMessage{
    background-color: #F4F4F4;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    color: #333333;
    margin: 5px 0;
    padding: 8px;
}
.submitButton{
}
.displayInfo{
    font-size: 11px;
    color: #888;
}
.LoginForm .BlockContent,
#CartContainer .BlockContent{
    border:none;
}
#ProductDetails .ProductThumbImage {
    padding-left: 5px;
}
.defaultTitle.LoginForm-title h2{
    background:none;
    padding-left:0px;
}
.support-item .name{
    color:#5b3400;
}
#subscribe_form label{
    clear:left;
    float:left;
    text-align:left;
    padding:0px 0px 5px 5px;
    color:#5B3400;

}

#subscribe_form .Textbox{
    float:left;
    clear:left;
    border: 1px solid #CECECE;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
    width:165px;
    margin-bottom:5px;
}

#subscribe_form {
    min-height: 120px;
    padding: 5px;
    position: relative;
}

#subscribe_form .Button{
    background-color: #372712;
    border: medium none;
    color: #FFE2B5;
    font-weight: bold;
    left: 105px;
    padding: 3px 7px;
    position: absolute;
    top: 95px;
}
.top #subscribe_form label,
.top #subscribe_form .Textbox{
    float:none;
}
.top #subscribe_form {
    min-height:0px;
}
.top #subscribe_form .Button{
    left:450px;
    top:3px;
}
#TextHTML-Module{
    padding:5px;
    overflow:hidden;
}
/* Product Options */

.ProductOptionList .ProductOptionRow {
    clear: left;
    margin-top: 6px;
}

.ProductOptionList .ProductOptionLabel {
    display: inline;
    float: left;
    font-weight: bold;
    text-align: right;
    margin: 0 0 6px -140px;
    padding-top: 1px;
    position: relative;
    width: 130px;
}

.ProductOptionList .required {
    color: red;
}

.productOptionPickListSwatch li {
    display: inline;
}

.productOptionViewRectangle ul, .productOptionViewRectangle li, .productOptionPickListSwatch ul, .productOptionPickListSwatch li, .productOptionViewRadio ul, .productOptionViewRadio li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.productOptionViewRectangle li {
    display: inline;
}
.productOptionViewRectangle .option label {
    border: 1px solid #999999;
}
.productOptionViewRectangle .selectedValue label {
    border-color: #075899;
    border-width: 2px;
    padding: 1px 4px;
}
.productOptionViewRectangle label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 2px 5px;
}
.productOptionViewRectangle label, .productOptionPickListSwatch label {
    cursor: pointer;
    position: relative;
}

.productOptionViewRectangle input, .productOptionPickListSwatch input {
    left: -10000px;
}
.productOptionViewRectangle input, .productOptionPickListSwatch input {
    float: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -10000;
}

.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
    border: 1px solid #999999;
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px;
    position: relative;
}
.productOptionPickListSwatch .thumbnail, .productOptionPickListSwatch .swatchColour {
    display: inline-block;
    height: 32px;
    width: 32px;
}
.productOptionPickListSwatch .swatch .name {
    display: none;
}
.productOptionPickListSwatch .selectedValue .textureContainer, .productOptionPickListSwatch .selectedValue .swatchColours {
    border-color: #075899;
    border-width: 2px;
    padding: 0;
}
.OutOfStockMessage
{
    color:Red;
    margin:10px 0 0 130px;
}
.coupon-code
{
    float:right;
}
#CartHeader .FloatRight
{
    margin-right:9px;
}
.productOptionPickListSwatch li,
.productOptionPickListSwatch ul
{
    margin:0;
    list-style:none
}
.productOptionPickListSwatch li
{
    margin-bottom:2px;
}
.newsList_Seperator{
    margin: 10px 0;
    border-bottom: 1px dotted #763030;
    height: 1px;
    box-sizing: border-box;;
}
.center .defaultTitle.newsDetail_Header{
    background: none;
    padding: 0 20px;
    margin-bottom: 20px;

}
.PageNavigation {
    color:#666;
    border:0px;
}

.PageNavigation a,
.PageNavigation a:link,
.PageNavigation a:visited,
.PageNavigation a:hover,
.PageNavigation a:active {
    text-decoration:none;
    color: #636363;
    font-family:Tahoma;
    background:#F9F9F9;
    border:1px solid #E6E6E6;
    padding:3px 6px;
    font-size:11px;
    margin: 0 1px;
}
.PageNavigation .disabled{
    display: none;
}
.PageNavigation a:hover {
    background:gray;
    color:#FFFFFF;
    font-family:Tahoma;
    border-color:#E6E6E6;
}

.PageNavigation span {
    text-decoration:none;
    background:#fff;
    padding:3px 6px;
    border:1px solid #E6E6E6;
    color:#ccc;
    font-size:11px;
}
#Header {
    background-image: url(../icons/banner.png);
    height: 170px;
}
.feature-name {
    float: left;
}

.feature-name span {
    color: #CB0101;
}

.remove-feature {
    float: left;
    padding: 4px 0 0 10px !important;
    background-image: none !important;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both;
}
.fancybox-close {
    background: url("../icon/close.png") no-repeat scroll center center transparent !important;
}

.fancybox-close {
    right: 0 !important;
    top: 0 !important;
}

.fancybox-skin {
    background-color: #FFFFFF !important;
}

#wishlistpopup {
    display: none;
}

#wishlistpopup h3 {
    padding: 0;
}

#wishlistpopup hr {
    margin: 5px 0;
}

#wishlistpopup .popup-cart {
    display: block;
    width: auto;
    height: auto;
}

.Wishlist {
    position: relative;
    margin-bottom: 0 !important;
}

.Wishlist a:nth-child(2) {
    position: absolute;
    left: 30px;
    top: 4px;
}

.PerProductSetting {
    width: 25%;
    float: left;
    margin-top: 35px;
    text-align: center;
}

.PerProductSetting .rate-point {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    display: block;
    margin-bottom: 20px;
}

.PerProductSetting .rate-star,
.PerProductSetting .rate-total {
    display: block;
}

.RatingTable,
.featured-comment {
    float: left;
}

.RatingTable {
    width: 30%;
}

.featured-comment {
    width: 45%;
}

.featured-comment .comment {
    border: 1px solid #797979;
    display: block;
    padding: 5px 5px 10px;
    overflow: hidden;
    max-height: 111px;
}

.featured-comment .article {
    background: url("../icon/arrowdown.png") no-repeat scroll 20px 0 rgba(0, 0, 0, 0);
    display: block;
    margin-top: -1px;
    padding-top: 30px;
    overflow: hidden;
}

.fixed-rateStar {
    margin-bottom: 5px;
    display: block;
}

.prod-rating {
    width: 100px;
}
.newintros{
    padding: 10px 0;
    display: block;
    clear: both;
    font-style: normal;
	font-weight:bold;
	text-align:justify;
    font-size: 13px;
}
.newscontent{
    padding: 10px 0;
    display: block;
    clear: both;
    font-style: normal;
	text-align:justify;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif !important;
}
.item-gallery{
    float: left;
    text-align: center;
    margin: 9px;
}
.item-gallery:nth-child(3n+1){
    clear: left;
}
.languages{
    position: absolute;
    right: 20px;
    top: 10px;
    list-style: none;
}
.languages li{
    display: inline-block;
    margin-left: 10px;
}