/* Global Reset */
@font-face {
    font-family: Museo Slab;
    src: url(http://shop.dibartoli.com.au/product_images/images/mycustomfont.ttf) 
    format("truetype");
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}


/* General */
body {
    font-family: verdana;
    font-size: 0.8em;
    height: 100%;


}
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input {
    padding: 2px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
h1, h2, .TitleHeading {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -0.05em;
    padding: 3px 5px 3px 0;
    margin: 0 0 12px 0;
    font-family: 'Roboto', sans-serif!important;
    color: #5913a3;
}
h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 6px;
    color: #E3C487;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
    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: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}


/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    padding-top:4px;
    margin-left: 170px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin-left: 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}


/* Page Containers */
#container_in {
    background:url("/product_images/images/bg.jpg") no-repeat;
    width:960px;
    height: 883px;        
    z-index: 999;
    margin: -38px auto 0;
}
#Container {
    width: 960px;
    margin: auto;
    z-index:1;
    margin-top:-883px;
    height: auto;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}


/* Top Navigational Menu */
#TopMenu {
    clear: both;    
    height: 25px;
    padding: 0;
    margin: 0;
    margin-left:-12px;
margin-top:28px;
}
#TopMenu ul {
    padding: 0;
    margin: 0 0 0 38px;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 9px;
    padding: 0 5px 0 10px;
    margin: 4px 0 4px 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 9px;
    font-family:Verdana;
}
#TopMenu li a:hover {
    text-decoration: underline;
}


/* Pages Menu */
#Menu {
    float: right;
    width: 580px;
    background: red;
}
#Menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: -24px 0 0;
    padding: 0;    
}
#Menu li.ActivePage {
    margin-top:-84px;
}
#Menu li.ActivePage .menu_main_top{
    margin-top:89px;
}
#Menu li a {
    display: white;    
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    margin: 93px 10px 0 10px;
}
#Menu li a:hover {
    text-decoration: underline;
}
#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 72px;
    left: 0;
    display: none;
    z-index: 1;
    padding: 1px 0 0 0;
    margin: 0;
}
#Menu li ul li {
    background-color: #7A42B5;
    clear: both;
    padding: 5px;
}
#Menu li ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    margin: 0;
    width: 170px;
    height: auto;
    padding: 7px 1px 7px 1px;
    color:white !important;
}
#Menu li ul li a:hover {    
    color:#E3C487 !important;
}
.menu_main_top {
    margin-top: 29px;
}
#Menu li:hover ul, #Menu li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

/* Outer Content Wrappers */
.connect_widget td.connect_widget_vertical_center {
    color:white;
}
.Center {
    clear: both;
    margin: 0 auto;
    padding: 54px 0 0 0;
    width: 960px;
}
#Outer {
    clear: both;
    padding-bottom: 15px;
}
#Wrapper {
    clear: both;        
    margin: 38px 0 0;
}


/* Header */
#Header {
    width: 922px;
    margin-left:38px;


}

/* Logo */
#Logo {
    display: inline;
    height: 118px;
    margin: 0;
    position: relative;
    width: 288px;
    z-index: 1500;
}
#Logo h1 {
    font-size: 3.2em;
    letter-spacing: -0.025em;
    padding: 30px 0 0 0;
}
#Logo #LogoImage {
}
#Logo h1 a {
    text-decoration: none;
}

/* Top Search Form */
#SearchForm {
float: right;
margin-right: 0px;
margin-top:10px;
width: 150px;
padding-left: 10px;
margin-left: 0px;
height: 70px;
display: inline;
}
#SearchForm form {
    padding: 1px 0 1px 0;
    margin: 0;
}
#SearchForm label {
    display: inline;
}
#SearchForm input {
    width: 162px;
    height: 18px;
    font-size: 1em;
    padding: 4px 3px 4px 3px;
    margin: 0;
}
#SearchForm .Button {
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#SearchForm p {    
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}





.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}


/* Left Content Area */
.Left {
    float: left;
    width: 215px;
    margin: 0 11px 0 11px;
    display: inline;
    padding-top:20px;
}
.Left .Block {
    padding: 5px 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left h2 {
    font-size: 1.6em;
    padding: 5px 5px 5px 5px;
    margin: 0 0 6px 0;
    color: #E3C487;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 2px 7px 7px;
    text-align: right;
}
.AllBrandsLink {
    text-align: right;
}
#lang_SeeAllBrands {
    font-family: verdana;
    font-size:12px;    
}
.Left li a {
    text-decoration: none;
}
.Left #SideShopByBrand li {
    padding-left:0;
    width:195px;

}
.Left #SideShopByBrand li:hover {
    /*background:url("/product_images/images/sub_menu_hover.png") no-repeat; */
    width:202px;
    color:white;
    height:14px;
}
.Left #SideShopByBrand li a {
    width:195px; 
}
.Left #SideShopByBrand li a:hover {
    cursor:pointer;
    color:white;   
    margin-right:7px;      
}
/*#SideShopByBrand h2, #SideNewsletterBox h2 {
    font-family: Museo Slab;
    font-size:20px;
    font-weight: bold;
    padding: 9px 0 0 220px;
    color:white;
}
#SideShopByBrand h2, #SideNewsletterBox h2 {
    padding-left:175px;    
} */
.Left li:hover {
    background:url("/product_images/images/sub_menu_hover.png") no-repeat;
    /*width:200px;*/
  /*  height:27.5px;*/
    color:white;
}

}
#SideCategoryShopByPrice li:hover {
    height:14px;
    width:195px;
}
#SideNewsletterBox h2 {
    padding: 3px 0 0 52px;
    font-family:verdana;
    font-size:18px;
    color: #E3C487;
}
/*.Left li li a:hover {    
    color:white;
    background-color: #6a0c13;
}
.Left li li:hover {
    background-color: #6a0c13;    
}
.Left li a:hover {    
    color:white;
} */

.Left li li a:hover {    
    color:white;
    background-color: #7a42b5;
}
.Left li li:hover {
    background-color: #7a42b5;    
}
.Left li a:hover {    
    color:white;
} 




#SideCategoryList li ul {
    padding: 5px 0 0 10px;
}
#SideCategoryList li li {
    font-size: 0.9em;
}
#SideCategoryList li li:last-child {
    padding-bottom: 0;
}
/* Category flyout styles */
#SideCategoryList .sf-menu, #SideCategoryList .sf-menu ul, #SideCategoryList .sf-menu li {
    width: 202px;
}
#SideCategoryList .sf-menu ul {
    margin: 0 !important;
    left: 202px;
}
#SideCategoryList .sf-menu a{
    font-family: verdana;
    font-size: 13px;
    padding: 5px 0 7px;
    text-align: right;
    width: 195px;
    text-shadow: 1px 1px black;
    font-weight: normal; 
}
#SideShopByBrand li a {
    font-family: verdana;
    font-size: 13px;
    height:14px;
    text-align: right;
    width: 195px;    
}
#SideCategoryList .sf-menu li ul {
}
#SideCategoryList .sf-menu li li a {
    width: 195px;
    padding-right: 7px;    
}


/* Primary Content Area */
.Content {
    float: left;
    width: 670px;
    min-height: 300px;
    margin: 18px 0 0 0;
    padding: 0 0 10px 0;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    /*width: 750px;*/
}
.Content.Wide.WideWithLeft {    
    /*width: 705px;*/
    margin-left:45px;
}
#CartHeader, #CartStatusMessage, #CartContent {
    margin-left:20px;
}
#CartHeader h2, #CartContent .FloatLeft, #CartContent .ProceedToCheckout, #CartContent .KeepShopping {
    margin-top:10px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 980px;
}
#SideCategoryTopSellers h2 {
    padding: 3px 37px;
    color: #E3C487;
}

/* Right Content Area */
.Right {
    float: right;
    width: 215px;
}
.Right .Block {
    padding: 5px 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.6em;
    padding: 5px 5px 5px 5px;
    margin: 0 0 6px 0;
    color: #E3C487;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Footer */
#Footer {
    clear: both;
    text-align: center;
    font-size: 0.85em;
    padding: 30px 0 0 0;
    margin: 0;
}


/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.NewsletterSubscription input {
    width: 181px;
    height:32px;
    font-size: 0.9em;
    border:none;
    margin-bottom: 5px;
    background:url("/product_images/newsletter.png") no-repeat;
}
.NewsletterSubscription .Button {
    width: 93px;
    height: 32px;
    border: 0;
    vertical-align: middle;
    background:url("/product_images/newsletter_button.png") no-repeat;
    margin-left:88px;
}


/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Content .ProductList, .Content .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Content .ProductList li {
    list-style: none;        
    font-size: 1em;
    padding: 0 0 10px 0;
    margin: 5px 6px 10px 6px;
    overflow: hidden;
}
.Content .ProductList .ProductImage {
    width: 235px;    
    text-align: center;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    float:left;
    border-radius: 5px;
    border: 1px white solid;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;
}
.Content .ProductList .ProductImage_left .ProductDetails { 
    margin-left:138px;
}
.Content .ProductList .ProductDetails {
    margin: 0 5px 5px;    
}
.ProductDetails .title {
    height: 30px;
    margin-left: 15px;
    overflow: hidden;
    margin-top:3px;    
}
.ProductDetails .ProductDescription {
    height: 30px;
    overflow: hidden;
}
.ProductList a {
    font-family: verdana;
// font-size: 25px;
    text-decoration: none;
    font-weight: bold;
}
.ProductList .title a {
    font-family:Verdana;
}
.ProductList a:hover {
    text-decoration: underline;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}
.ProductPrice, .ProductList em {
    font-family:verdana;    
    color:#828282;
}
.Content .ProductPrice, .ProductList em {
    /*padding: 0 5px 0 7px;*/
}

.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: block;
}
#LayoutColumn2 #BrandContent h1 {
    color: #E3C487;
}
.Content .ProductList .Rating {
    padding: 0 5px 0 5px;
}
.ProductList li .ProductCompareButton {
    margin-top: 3px;
}
.Content .ProductList li .ProductCompareButton {
    padding: 0 5px 0 5px;
}
.ProductList li .ProductActionAdd a {
    font-size: 0.9em;
}
.Content .ProductList li .ProductActionAdd a {
    /*padding: 0 5px 0 5px;*/
}
.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    
}
#ProductDescription .ProductDescriptionContainer {
    margin-left:15px;
    font-family:verdana;
    font-size: 12px;
}

/* Top Seller Block Specific */
.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li:hover, .Left .TopSellers li:hover {
    background:none;
    color:white;    
}
.Right .TopSellers li a:hover, .Left .TopSellers li a:hover {
    color:white;    
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: -20px;
}
.Right .TopSellers li:hover, .Left .TopSellers li:hover{

}
.Right .TopSellers li.TopSeller1, .Left .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
    display: none;
}


/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 0.9em;
    padding-bottom: 4px;
}
.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('file:///C|/Users/JTD/AppData/Local/Temp/a660664b-a38f-47ff-86fe-19ec5eda7272/dav/template/images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul, .FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('file:///C|/Users/JTD/AppData/Local/Temp/a660664b-a38f-47ff-86fe-19ec5eda7272/dav/template/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #fff;
    font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 7px 4px 0 0;
}
.CategoryPagination .FloatRight {
    float: right;
    margin: 6px 10px 0 0;
}
.CategoryPagination .FloatRight a {
    text-decoration: none;
}
.CategoryPagination .FloatLeft {
    float: left;
    margin:6px 0 0 10px;
}
.CategoryPagination .FloatLeft a {
    text-decoration: none;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: inherit;
    padding: 23px 5px 0 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 4px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
    color: red;
    font-weight: bold;
}

.InfoMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.ErrorMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}

/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
    float: left;
    width: 45%;
    padding-right: 1%;
}

.AccountLogin {
    float: left;
    padding-left: 1%;
    width: 45%;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding:0;
}

ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.PrimaryProductDetails .ProductThumb {
    float: left;
    width: 190px;
    text-align: center;
}

.PrimaryProductDetails .ProductMain {
    float: left;
    margin-left: 10px;
    width: 400px;
}
.PrimaryProductDetails h2{
    border: 0;
    color: #E3C487;
}
#home_content1, #home_content2, #home_content3, #home_content4 {
    display:none;
}
#home_content1_img:hover,#home_content2_img:hover,#home_content3_img:hover,#home_content4_img:hover {
    cursor:pointer;
}
#SideBrandTagCloud h2 {
    padding: 3px 0 0 30px;
    font-family:verdana;
    font-size:18px;
    color: #E3C487;
}
.PagingList li {
    display:inline;
    margin-left:5px;
}
.PagingList {    
    text-align: center;
    width: 965px;
    margin:6px 0 0 88px;
    color:white;
}
#SideBrandTagCloud .BrandCloud li a{
    display:block;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    height: 14px;
    text-align: right;
}
#SideBrandTagCloud .BrandCloud li:hover {
    height:14px;
}
#SideBrandTagCloud .BrandCloud li a:hover {
    height:14px;
}
#ProductDetails #ProductDescription .ProductDescriptionContainer p {font-size:12px;}

#ProductDetails .ProductMain .ProductDetailsGrid .DetailRow {clear:both;padding-top: 10px;}
#ProductDetails .ProductMain .ProductDetailsGrid .DetailRow .Label{float:left;}
#ProductDetails .ProductMain .ProductDetailsGrid .DetailRow .Value{float:left;margin-left:5px;}
#ProductDetails .ProductMain .productAddToCartRight .ProductDetailsGrid {margin-left:0;}
#ProductDetails .ProductMain .ProductDetailsGrid, #ProductDetails .ProductMain .productAddToCartRight, #ProductDetails .ProductMain .FacebookLikeButtonContainer {
    margin-left:15px;
}
#SideNewProducts .ProductList li {background:none;height:auto;}
#SideNewProducts .ProductList li a:hover {color:white;}
#SideNewProducts .ProductList li .ProductDetails a {
    font-size:13px;
    display: block;
}
#SideNewProducts .ProductList li .ProductActionAdd a {
    font-size:12px;
    display: block;
}
.productAddToCartRight .BulkDiscount {padding-top:10px;}
#SimilarProductsByCustomerViews .ProductList li .ProductDetails, #SimilarProductsByCustomerViews .ProductList li .ProductPriceRating, #SimilarProductsByCustomerViews .ProductList li .ProductActionAdd {
    padding-left:140px;
}
.connect_widget_not_connected_text {
    color:white;
}
#ProductReviews h3 {
    margin-top:10px;
    color: #E3C487;
}
#SideNewsletterBox .payment {
    margin: 25px 0 0 20px;
}

ul.ShippingProviderList {
    list-style-type: none;
}
#LayoutColumn2 .YourAccount, #LayoutColumn2 #AccountOrderStatus, #LayoutColumn2 #WishLists {
    margin-left:45px;
} 
.SideSubPageList_Barista h2{
    padding-left:90px;
}
.SideSubPageList_About h2 {
    padding-left:142px;
}
.Left #SearchForm {
  background: rgba(0, 0, 0, 0) url("/product_images/images/left_menu_bg.png") no-repeat scroll right top / 235px 38px;
  padding-top: 4px;
  width: 100%;
margin-right:-10px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
color: green;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.text {
  /*color: #e81a26; */
  color: #7A42B5;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

/ * new footer */

.footer-main
{
	width:100%;
	background:#282828;
	border-top:5px solid #3b3b3b;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	height:auto;
	overflow:hidden;
	 padding: 20px 0 0px;
}
.footer-inner {
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}
.footer-left {
  border-right: 1px dotted #515050;
  float: left;
  margin-right: 25px;
  width: 295px;
}
.footer-main h4 {
  border-bottom: 2px solid #515050;
  color: #c4c4c4;
  font-size: 19px;
  font-weight: 100;
  margin: 0 0 15px;
  padding: 0 0 3px;
  width:85%;
}
.join-block {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.ind-req {
  color: #fe3636;
  float: right;
  margin-right:36px;
}
.join-block span {
  color: #c4c4c4;
}
.join-block input {
  border: medium none;
  border-radius: 4px;
  margin-top: 4px;
  padding: 5px;
  width: 85%;
}
.join-block.button input {
  background: #4c4b4b none repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  width: auto;
}
.footer-mid {
  border-right: 1px dotted #515050;
  float: left;
  padding-right: 20px;
  text-align: justify;
  width: 275px;
}
.footer-right {
  float: right;
  width: 320px;
}
.footer-mid-con {
  line-height: 16px;
}
.footer-mid-con a
{
	color:#7A42B5;
}
.site-map-links span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  margin-bottom: 15px;
  padding-left: 0px;
  width: 100%;
}
.site-map-links span span {
background: rgba(0, 0, 0, 0) url("http://dibartoli.com.au/templates/__custom/img/home/footer-arrow.png") no-repeat scroll 3px 5px;
padding-left: 10px;
  
}
.bottom-links {
  background: #141414 none repeat scroll 0 0;
  margin-top: 15px;
  padding: 20px 0;
  text-align: center;
}
.bottom-links img {
  margin: 0 3px;
}
.Block.Moveable.Panel a {
  text-decoration: none;
}

#mc_embed_signup .asterisk {
  color: #7A42B5;
  font-size: 200%;
}

.footer-main
{
	width:100%;
	background:#282828;
	border-top:5px solid #3b3b3b;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	height:auto;
	overflow:hidden;
	 padding: 20px 0 0px;
}

#mc_embed_signup form {
  display: block;
  float: left;
  padding: 10px 0 10px 3%;
  position: relative;
  text-align: left;
  width: 90%;
}

#mc_embed_signup form {
  background-color: #282828 !important;
}

#mc_embed_signup .indicates-required {
  font-size: 11px;
  margin-right: 20% !important;
  text-align: right;
}

#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  right: 10px !important;
  top: 25px;
}
#mc_embed_signup .asterisk {
  color: #7A42B5 !important;
  font-size: 200%;
}

.NewsletterSubscription input {
  border: medium none;
  border-radius: 4px;
  font-size: 0.9em;
  height: 32px;
  margin-bottom: 5px;
  width: 181px;
}
#mc_embed_signup .button {
  background: #4c4a4b none repeat scroll 0 0 !important;
  color: #fff !important;
  padding: 0 10px !important;
  text-transform: uppercase;
}
#mc_embed_signup .button:hover {
  background-color: #e3c487;
}
.footer-mid-con h4 {
  line-height: 25px;
}
#mc_embed_signup .mc-field-group
{
margin-bottom:2px;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  padding: 8px 0;
  text-indent: 2%;
  width: 100%;
  background: #fff !important;
}

#mask {
  background-color: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9000;
  opacity: 0.5 !important;
}

.agree {
  background: #000 none repeat scroll 0 0;
  border-radius:8px;
  font-size: 18px;
  padding: 4px 10px 10px 17px;
}

.agree:hover {
  background-color: #c7c7c7;
  color: #000 !important;
}

#popupfoot a {
  color: #fff;
  text-decoration: none;
}

#demo-wrapper
        {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            padding: 40px 20px 0px 20px;
        }
        #demo-left
        {
            width: 15%;
            float: left;
        }
        #demo-right
        {
            width: 85%;
            float: left;
        }
        #hWrapperAuto
        {
            margin-top: 0px;
        }
        #demo-tabs
        {
            width: 100%;
            height: 50px;
            color: White;
            margin: 0;
            padding: 0;
        }
        #demo-tabs div.item
        {
            height: 35px;
            float: left;
            background-color: #2F2F2F;
            border: solid 1px gray;
            border-bottom: none;
            padding: 0;
            margin: 0;
            margin-left: 10px;
            text-align: center;
            padding: 10px 4px 4px 4px;
            font-weight: bold;
        }
        #contents
        {
            width: 100%;
            margin: 0;
            padding: 0;
            color: White;
            font: arial;
            font-size: 11pt;
        }
        #demo-tabs div.item.active-tab
        {
            background-color: Black;
        }
        #demo-tabs div.item.active-tabc
        {
            background-color: Black;
        }
        #v1, #v2
        {
            margin: 20px;
        }
        .visible
        {
            display: block;
        }
        .hidden
        {
            display: none;
        }
        #oldWrapper
        {
            margin-left: 100px;
        }
        #contents a
        {
            color: yellow;
        }
        #contents a:hover
        {
            text-decoration: none;
            color: Gray;
        }
        .heading
        {
            font-size: 20pt;
            font-weight: bold;
        }

/*Horizontal Orientation CSS*/
.jscarousal-horizontal {
  background-color: #232323;
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  height: 125px;
  margin: 0;
  padding: 15px 0 22px;
  position: relative;
  width: 783px;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back {
  background-image: url("left_arrow.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  display: none;
}
.jscarousal-horizontal-forward {
  background-image: url("right_arrow.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  display: none;
}
.jscarousal-contents-horizontal
{
	width: 750px;
	height: 135px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div {
  height: 124px;
  position: absolute;
  width: 100%;
  float: left;
  margin-left: 21px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 7px;
	margin-right: 6px;
}
.jscarousal-contents-horizontal img
{
	width: 120px;
	height: 94px;
	border: solid 1px #7A7677;
}
#SideCategoryList li ul {
  z-index: 99999;
}
body .ytp-title-link
{
padding-top:100px !important;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	cursor: pointer;
}
.thumbnail-inactive
{
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 5px 2px 2px 0px;
}
#demo-wrapper
        {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            padding: 40px 20px 0px 20px;
        }
        #demo-left
        {
            width: 15%;
            float: left;
        }
        #demo-right
        {
            width: 85%;
            float: left;
        }
        #hWrapperAuto
        {
            margin-top: 20px;
        }
        #demo-tabs
        {
            width: 100%;
            height: 50px;
            color: White;
            margin: 0;
            padding: 0;
        }
        
      #contents {
  color: White;
  font-size: 11pt;
  margin-left: -45px;
  padding: 0;
  width: 100%;
}
       
        #v1, #v2
        {
            margin: 20px;
        }
        .visible
        {
            display: block;
        }
        .hidden
        {
            display: none;
        }
        #oldWrapper
        {
            margin-left: 100px;
        }
        #contents a
        {
            color: yellow;
        }
        #contents a:hover
        {
            text-decoration: none;
            color: Gray;
        }
        .heading
        {
            font-size: 20pt;
            font-weight: bold;
        }

/* For thumbnail product image */

.ProductThumbImage {
  height: 168px !important;
}

/********************* 
      09-12-2015
*********************/
body #ContainerTop {
   /* background: transparent url("/product_images/images/BgTopContainer.jpg") no-repeat scroll 0 0 / 100% 115px;*/
 background: transparent url("/product_images/BgTopContainer_new.jpg") no-repeat scroll 0 0 / 100% 115px;
  height: auto;
  margin: 0 auto;
  width: 1030px;
}
body .Center {
  border: 0px solid #fff;
  width: 1030px;
}
body #Header {
  margin-left: 20px;
  width: 1010px;
}
body #menu_left {
  width: 710px;
margin-top:7px;
}
body #top_slide {
  width: 1030px;
}
#top_slide img {
  width: 1030px;
}
body .Left {
  margin: 0;
  padding-top: 30px;
  width: 215px;
/*overflow:hidden;*/
}
body .Content.Wide.WideWithLeft {
  float: left;
  margin: 16px 0 0 30px;
  min-height: 300px;
  padding: 0 0 10px;
  width: 785px;
}
body #Container
{
width:1030px;
}
body .slide-show-render-full .slide-image {
  max-height: 257px;
  max-width: 1030px;
  width: 1030px !important;
}
#SideCategoryList {
  margin-top: 13px;
margin-bottom:0px;
}
body #container_in {
  background: rgba(0, 0, 0, 0) url("/product_images/images/bg.jpg") no-repeat scroll 0 0 / 1030px 883px;
  height: 883px;
  margin: -38px auto 0;
  width: 1030px;
  z-index: 999;
}

#Menu li a {
  margin: 93px 0px 0;

}
body #Menu
{
width:690px;
}

/* for Home Page Images */



.cat-block-main {
  height: auto;
  margin: 20px auto 0;
  max-width: 1030px;
  overflow: hidden;
}
.img-block {
  background: #181818;/* rgba(0, 0, 0, 0) url("http://dibartoli.com.au/product_images/mt-0250-home-bg.jpg") repeat scroll 0 0;*/
  float: left;
  margin: 0 1% 2%;
  max-height: 176px;
  padding: 1% 0;
  text-align: center;
  width: 31.33%;
  position:relative;
overflow:hidden;
}
.img-block span {
  background: rgba(0, 0, 0, 0) url("http://dibartoli.com.au/product_images/red-bg.jpg") repeat-x scroll 0 0;
  bottom: 8px;
  color: #fff;
  font-family: "Myriad Pro";
  font-size: 18px;
  left: 0;
  padding: 5px 0;
  position: absolute;
  transition: all 0.7s ease 0s;
  width: 246px;
}
/*
.img-block:hover span
{
	transition: all 0.7s ease;
	bottom: 10px;
}

body .ProductThumbImage img {
  height: 100% !important;
  max-height: 150px !important;
  width: auto !important;
}
*/
.sumome-vex-content.sumome-popup-content.sumome-popup-content-default.sumome-popup-content-advanced {
  background: #282828 none repeat scroll 0 0;
  border: 2px solid #3b3b3b;
  border-radius: 15px;
  width: 46%;
}
.sumome-popup .sumome-popup-close::before, .sumome-popup-preview .sumome-popup-close::before {
  background: transparent none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  content: "×";
  font-size: 28px;
  font-weight: normal;
  height: 40px;
  line-height: 31px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  visibility: visible !important;
  width: 40px;
}

.sumome-vex-content.sumome-popup-content.sumome-popup-content-default.sumome-popup-content-advanced {
  width: 33%;
}
.thumbnail-inactive .thumbnail-text {
  color: #282828;
}
.thumbnail-inactive {
  border: 0px solid #454545;
  border-radius: 0px;
  height: 135px;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.jscarousal-contents-horizontal {
  height: 135px;
  overflow: hidden;
}
.testing_xams {
  margin-top: 20px;
  text-align: center;
}
.testing_xams > img {
  max-width: 350px;
}

    .black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
   .white_content {
  background-color: #282828;
  border: 5px solid #3b3b3b;
  color: #fff;
  display: none;
  height: 35%;
  left: 43%;
  line-height: 29px;
  overflow: auto;
  padding: 18px;
  position: absolute;
  top: 35%;
  width: 15%;
  z-index: 1002;
}
#light a {
  color: #fff;
  text-decoration: none;
  
}
.testing_ban > a {
  color: #e81a26;
  font-size: 16px;
  font-weight: bold;
  margin: 6px 3px 5px 0;
}
    #light input {
  line-height: 18px;
  width: 100%;
}
.closing {
  float: right;
  margin: -16px -10px 0px 0px;
}
.VariationProductInventory > a {
  color: #e81a26;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}
#light form button {
  background: red none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 2px 5px;
}
.testing_ban {
  padding: 17px 0 7px;
}
.cat-block-main img {
  width: 100%;
}
#SideSubPageList h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.SubBrandListGrid li
{
list-style:none;
}
.SubCategoryListGrid li { 
  list-style: outside none none;  
}
.SubCategoryListGrid li img {
  height: 120px;
  width: 120px; 
}
.SubCategoryListGrid li {
  float: left;
  height: 120px !important;
  list-style: outside none none;
  margin-bottom: 50px;
  margin-right: 9%;
  width: 24% !important;
}
.SubCategoryListGrid li.RowDivider {
  display: none;
}
.SubBrandListGrid li img {
/*  height: 120px;
  width: 120px; */
  height: auto !important;
  width: 160px !important; 
}
.SubBrandListGrid li {
  float: left;
  height: 100px !important;
  list-style: outside none none;
  margin-bottom: 50px;
  margin-right: 9%;
  width: 24% !important;
  text-align:center !important;
  font-size:16px;
}
.SubBrandListGrid li.RowDivider {
  display: none;
}

body .PagingList {
  width: inherit;
}
.testing_xams img {
  height: 110px;
}
.SubCategoryListGrid li a {
  font-weight: 600;
}
.SubBrandListGrid li a {
  font-weight: 600;
}
.__mce_add_custom__ {
  height: auto;
  /* width: 650px; */
}


/*-----------New layout--------*/
body.newcustomlayout {
    background-color: transparent;
    color: #444444;
}
body.newcustomlayout .footer-main{
    background: #f8f7f7;
    border-top: 5px solid #f8f7f7;
    color: #737373;
}
body.newcustomlayout #container_in {
    background: transparent;
}
.ExpressCheckout a.ChangeLink {
    font-size: 18px;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    padding: 5px;
    font-size: 18px;
}
.ExpressCheckoutBlock .PL20{
    font-size: 18px;
}
.ExpressCheckoutBlock h3 {
    color: #56139f;font-size: 20px;
}
.productnewlayout #ProductDetails .ProductMain .ProductDetailsGrid.OtherDetails-item > a{box-shadow: 0px 2px 3px grey;}