

/* End: category flyout styles */
.CartExpectedReleaseDate {
    font-style: italic;
    font-size: 11px;
}

.OrderItemList .ExpectedReleaseDate {
    display: block;
    font-size: 11px;
}

.CartContents .ExpectedReleaseDate {
    font-size: 11px;
    padding-left: 20px;
}

.ProductMain table.ExpectedReleaseDate {
    clear: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px
}

.ProductMain table.ExpectedReleaseDate td {
    padding: 6px;
    border: solid 1px;

    /* default colours to be overridden, as needed, by templates */
    background-color: #FFF1A8;
    border-color: #E8B541;
    color: #353535;
}

.BrandCloud {
    overflow-x: hidden;
}

.CartProductFields dt {
    font-weight: bold;
    clear: left;
}

.CartProductFields dd {
    margin-left: 50px;
}

.ProductPrice .CatalogPriceExTax,
.ProductList em .CatalogPriceExTax,
.ProductPrice .ProductDetailsPriceExTax,
.ProductList em .ProductDetailsPriceExTax {
    display: block;
    color: #777;
}

.CartContents .ItemShipping th.ItemShippingDescription {
    text-align: left;
}

.CartContents .ItemShipping th {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 6px 10px;
}

.CartContents .ItemShipping:first-child th {
    border-top: none;
}

.CartContents tbody td,
.CartContents tfoot td {
    padding: 6px 10px;
    vertical-align: top;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid;
    text-align: right;
    font-weight: bold;
}

.OrderShipments .DateShipped {
    white-space: nowrap;
    width: 20%;
}

.OrderShipments .ShippingMethod {
    width: 55%;
}

.OrderShipments .TrackingNumber {
    white-space: nowrap;
    width: 25%;
}

.PinterestButtonContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

div.FacebookLikeButtonContainer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.FacebookLikeButtonContainer iframe {
    width: 100%;
    height: 65px;
    border: none;
    overflow: hidden;
}

.HorizontalFormContainer p.Submit {
    margin-top: 10px;
}

#fastCartContainer {
    margin: 0 auto;
}
#fastCartWrapper {
    clear: both;
    padding: 5px;
}
#fastCartContainer .ProductList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#fastCartContainer .ProductList li {
    margin: 3px;
    overflow: hidden;
    padding: 3px;
    float:left;
    width:122px;
}
#fastCartContainer .ProductList .ProductImage {
    width: 120px;
    height: 120px;
}
.fastCartContent {
    min-height: 235px;
    width: 625px;
}
.fastCartContent h2 {
    font-size: 25px;
}
.fastCartTop {
    padding: 15px 5px;
}
.fastCartBottom {
    padding: 0px 5px;
}
.fastCartItemBox {
    padding: 10px 2px;
    margin-left: 10px;
    max-width: 230px;
}
.fastCartItemBox a {
    text-decoration: none;
}
.fastCartThumb, .fastCartItemBox {
    float: left;
}
.fastCartQuantity {
    margin-top: 15px;
}
.fastCartSummaryBox {
    text-align: right;
    float: right;
    padding: 10px;
    max-width: 200px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    clear:both;
}
.fastCartSummaryBox .actionLink {
    margin-top:10px;
}

/* Start: SpecificInfoMessage */

.SpecificInfoMessage {
    padding: 8px 6px 8px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* End: SpecificInfoMessage */

div.categoryPicker {
    border: 1px solid #bbbbbb;
    padding-left: 3px;
    padding-bottom: 3px;
    overflow: auto;
    max-height: 300px;
}

/* Product options global structural styles */

.productAddToCartBelow {
    padding-top: 1.5em;
    clear: both;
}

.CartContents .productAttributes td {
    padding: 0 10px 0 0;
}

/**
* customize item form
*/

.CartContents .ProductName .CustomizeItemLink {
    font-weight: normal;
}

#CartEditProductFieldsForm  .productAttributeList {
    max-height: 380px;
    overflow: auto;
}

#CartEditProductFieldsForm .productAttributeLabel {
    font-weight: normal;
}

/* most form styles are the same as the front end except for widths */
#CartEditProductFieldsForm .productAttributeRow {
    padding-left: 190px;
}

#CartEditProductFieldsForm .productAttributeLabel {
    margin: 4px 0 4px -180px;
    padding-top: 0;
    width: 180px;
}


/* End: product options */

#ModalContent, .ModalContent {
    font-size: .95em;
}

/** shared styles for social buttons */

#ProductDetails .Content h2 {
    margin-top: 0px;
    margin-right:140px;
    float:left;
}

.AddThisButtonBox {
    float:right;
    margin-top:-28px;
    margin-left:20px;
}

#cookieNotification {
    position: fixed;
    z-index: 99999;
    display: none;
    float: left;
    width: 100%;
    background: url(../images/cookie-sprite.png) repeat-x bottom;
}
#cookieNotification .cookie-inner {
    width: 940px;
    min-height: 46px;
    margin: auto;
}
#cookieNotification .icon-info {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/cookie-sprite.png) no-repeat 0 8px;
}
#cookieNotification p {
    float: left;
    max-width: 750px;
    margin: 0;
    padding: 15px 0 12px;
    line-height: 18px;
    font-weight: bold;
}
#cookieNotification button {
    float: left;
    display: block;
    width: 117px;
    height: 28px;
    cursor: pointer;
    text-indent:  -9999px;
    background: url(../images/cookie-sprite.png) no-repeat 0 -38px;
    border: none;
}

/* social sharing tabs styles */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    top: -6px;
}

ul.tabs li {
    display: inline;
    border: 1px solid #DADADA;
    border-bottom: 0px solid #FFFFFF;
    padding: 6px 8px 6px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #EFEFEF;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7);
    font-weight: bold;
    color: #808080;
    cursor: pointer;
    margin-right: 3px;
}

ul.tabs li.active {
    background: #FFFFFF;
    color: #000000;
    cursor: default;
    border-bottom: 1px solid #FFFFFF;
}

ul.tabs li img {
    position: relative;
    display: inline;
    left: 6px;
    top: 4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

#tabcontent {
    border: 1px solid #DADADA;
    padding: 15px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    min-height: 120px;
}

#tabcontent .photo {
    width: 140px;
    float: left;
}

#tabcontent .photo img {
    display: block;
    margin: auto;
}

#tabcontent #url {
    display: block;
    font-size: 10px;
    color: #808080;
}

#shareDescription {
    margin-bottom: 15px;
    margin-top: 15px;
}

.sharebutton {
    border: 1px solid #4169e1;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4169e1;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#073daa', endColorstr='#749ae8');
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#073daa,endColorStr=#749ae8)';
    background: -webkit-gradient(linear, left top, left bottom, from(royalblue), to(#073daa));
    background: -moz-linear-gradient(top,  #073daa,  #749ae8);
}

.sharebutton a, .sharebutton a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

#ChooseAnotherProduct li {
    width: 120px;
    height: 120px;
    margin: 15px 0 0 15px;
}

#ChooseAnotherProduct img.ShareProductImage {
    display:block;
    margin: auto;
}

#ChooseAnotherProduct {
    display:none;
}

#SharingDataWrapper {
    height:160px;
}

#SharingDataWrapper p {
    margin-bottom:10px;
}

#SharingDataChoices {
    overflow:hidden;
    float:left;
}

#SharingDataChoices li {
    overflow:hidden;
    float:left;
    width: 120px;
    height: 120px;
    margin: 15px 0 0 15px;
}

.prev, .next {
    margin-top:30px;
    float:left;
}

#SharingDataWrapper.no-scroll #SharingDataChoices {
    text-align:center;
    width:100%;
}

#SharingDataWrapper.no-scroll li {
    float:none;
    display:inline-block;
}

#SharingDataWrapper.no-scroll #productlist {
    margin-left:0;
}

#SharingDataWrapper.no-scroll #ImageScrollPrev, #SharingDataWrapper.no-scroll #ImageScrollNext {
    display:none
}

/* end social sharing tabs styles */

/* begin notification message styles, used on the order page */

.NotifyMessage {
    background: #FFFFDD;
    border: 1px solid #CDCD9B;
    padding: 15px;
    padding-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.BoldUpper {
    text-transform:uppercase;
    font-weight: bold;
}

.Bold {
    font-weight: bold;
}

/* end notification message styles, used on the order page */

.ReviewEmailHint {
    color: #777;
    margin-top: 5px;
}

/* sytle 2 */
/* 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 Breadcrumbs */
.FindByCategory ul, .FindByCategory li{list-style: none;padding: 0;margin: 0;}
.FindByCategory li{padding-left: 12px;background: url('../../default/images/BreadcrumbSep.gif') no-repeat 3px 5px;padding-right: 8px;display: inline;}
/* Miscellaneous Definitions */
.Meta {color: #444;font-size: 0.93em;}
.Left .FeedLink, .Right .FeedLink {padding-right: 5px;}
.Content .FeedLink {margin-top: 4px;}
.CompareButton {clear: both;text-align: right;margin-top: 12px;padding: 4px;}
.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;visibility: visible;}
/************* Page Specific: Create Account / Login Page *************/
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;
    padding: 0;
    text-align: center;
    width: 300px !important;
}
.PrimaryProductDetails .ProductMain {
    float: left;
    padding: 15px;
    width: calc(100% - 300px) !important;
    width: -webkit-calc(100% - 300px) !important;
    padding-top: 0;
}
.PrimaryProductDetails dl {font-size: 0.90em;}
.PrimaryProductDetails dt {font-weight: bold;width: 80px;clear: left;}
.PrimaryProductDetails dd {margin-left: 90px;}
.Right hr {margin: 5px 0 0;}
.ComparisonCheckbox {float: left;}
.SideRecentlyViewed .CompareButton {margin: 10px 0 0 0;padding: 0;}
.SideRecentlyViewed .ProductList li {margin-left: 0;}
.SideRecentlyViewed .ProductDetails {margin-left: 20px;}
/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }
.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }
/* General Tables */
table.General, table.CartContents, table.General {width: 100%;margin: 10px 0;}
table.General thead tr th, table.CartContents thead tr th {padding: 6px 10px;text-align: left;}
table.General tbody td, table.CartContents tbody td {padding: 6px 10px;vertical-align: top;}
table.General tbody tr.First td {border-top: 0;}
/* Cart Contents Table */
.CartContents tbody td, .CartContents tfoot td {border-bottom: 0;}
.CartContents .ProductName a {font-weight: bold;}
.MiniCart .SubTotal {text-align: center;font-size: 115%;color: #075899;}
.MiniCart .CartProductOptionList {display: block;}
.JustAddedProduct {width: 128px;overflow: hidden;margin: auto;text-align: center;padding: 5px;margin-bottom: 10px;}
.JustAddedProduct strong, .JustAddedProduct a {font-weight: bold;font-size: 1.02em;display: block;margin-bottom: 3px;}
/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { margin: 0; padding: 0; padding-bottom: 5px; }
.QuickSearchResultName a { font-weight: bold; text-decoration: none; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults td { text-align: right; height: 25px; }
.QuickSearchAllResults a { text-decoration: underline; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }
/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }
.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}
.BillingDetails {float: left;width: 48%;margin-right: 10px;margin-bottom: 15px;}
.ShippingDetails {float: left;width: 48%;margin-bottom: 15px;}
.ProductDetailsGrid dt {width: 140px;margin-bottom: 6px;float: left;font-weight: bold;}
.ProductDetailsGrid dd {margin-left: 145px;margin-bottom: 6px;}
.SearchTips .Examples {background: lightyellow;padding: 8px;border: 1px solid #aaa;color: #555;margin-left: 30px;margin-bottom: 10px;}
.PrimaryProductDetails .ProductThumb p {margin-top: 10px;font-size: 0.9em;}
.ProductReviewList {clear: both;}
.SortBox select {font-size: 0.9em;}
.SortBox option {color: #444;}
.YourAccount li {margin-bottom: 8px;}
.SoldOut {color: #999;}
.RemoveFromWishlistForm {margin: 5px;}
.ShippingProviderList {list-style: none;}
small {font-size: 11px;color: gray;}
.HowToPay {margin-bottom: 10px;}
.ProductList em, .ProductList .Rating {display: block;}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {float: right;}
#TopMenu li.Flag div {border: 0;}
#TopMenu li.Flag img {margin: 3px;}
#TopMenu li.Flag img.Last {margin-right: 0px;}
#TopMenu li.Flag img.Selected {border: 2px solid #ffffaa;margin: 1px 3px;}
/** Currency Selector **/
.CurrencyList dl {margin: 0;padding: 0;}
.CurrencyList dd {padding: 0px;margin: 0px;border: 1px solid #EDECEC;background-color: #F9F9F9;clear: both;}
.CurrencyList a {padding: 0 3px 0 5px;display: block;line-height: 1.8;text-decoration: none;font-size: 11px;}
.CurrencyList a.Sel {background-color: #FFFFAA;}
.CurrencyList a:hover .Text {text-decoration: underline;}
.CurrencyList a .Flag {margin-top: 4px;display: block;float: left;width: 24px;padding-right: 2px;vertical-align: middle;}
.CurrencyList a .Text {display: block;padding-left: 24px;}
.PrimaryProductDetails .YouSave {font-weight: bold;margin-top: 3px;display: block;}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {margin-top: 4px;margin-bottom: 4px;font-weight: normal;width: 320px;padding: 7px;float: right;}
.EstimateShipping dt {width: 100px;float: left;margin-bottom: 8px;clear: left;}
.EstimateShipping dd {margin-bottom: 8px;font-weight: normal;text-align: left;margin-left: 114px;}
.EstimateShipping p.Submit {margin-top: 10px;margin-bottom: 3px;}
.EstimateShipping label {display: block;margin-bottom: 5px;}
.EstimatedShippingMethods {text-align: left;}
.EstimatedShippingMethods table {width: 100%;border-collapse: collapse;}
.EstimatedShippingMethods .VendorShipping {margin-left: 20px;margin-bottom: 10px;}
.EstimatedShippingMethods .Submit {text-align: right;}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {text-align: left;}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {text-align: right;}
.SharePublicWishList {background-color:lightyellow;padding:5px;border:1px solid #CDDEE2;}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {position: relative;padding: 6px;margin-bottom: 10px;}
.ExpressCheckoutBlock h3 a {font-size: 12px;}
.ExpressCheckoutBlock {padding-top: 6px;}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {display: none;}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {display: inline;font-size: 12px;font-weight: normal;font-style: italic;}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {display: none;}
a.ChangeLink {position: absolute;right: 15px;}
.ExpressCheckoutBlock a.ChangeLink {display: none;}
.ExpressCheckoutBlockCompleted a.ChangeLink {display: inline;}
.ExpressCheckoutCompletedContent {position: absolute;left: 250px;}
.LoadingIndicator {margin-left: 10px;}
.LoadingIndicator img {vertical-align: middle;margin-right: 10px;}
#TopMenu li.HeaderLiveChat {float: right;}
#TopMenu li.HeaderLiveChat div {border-left: 0;}
.HeaderLiveChat img {vertical-align: middle;}
#ProductOtherDetails .ProductDetailsGrid {margin-left: 25px;}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{margin-left: -10px;}
.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{width:181px;}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{width:183px;height: 50px;}
.ProductFields dd {margin-bottom: 4px;float:left;margin-left:20px;}
.ProductFields {margin-bottom: 15px;}
.ProductFields input.Textbox {width:100%;}
.ProductFields TextArea {width:100%;}
.CartContents .CartProductFieldsLink {font-size: 11px;color: #666;margin-top: 6px;padding-left: 22px;background: url('../../default/images/GiftWrappingAvailable.gif') no-repeat;padding-bottom: 4px;}
.CartContents .CartProductFieldsRow {border-top: 0;}
.CartContents .CartProductFieldsRow dl {margin-top:15px;}
p.QuantityInput, p.AddCartButton {text-align: center;}
.ProductAddToCart dt.QuantityInput {margin-top: 4px;}
.ProductAddToCart dd.AddCartButton span {margin-top: 4px;padding-right: 5px;}
.ProductActionAdd {display: block;margin-top: 3px;}
.ProductActionAdd a, .ProductActionAdd strong a {text-decoration: underline;}
.TagList {margin-top: 20px;}
.CartThumb {text-align: center;width: 1px;}
.WrappingOptions {font-size: 11px;color: #666;margin-top: 6px;padding-left: 22px;background: url('../../default/images/GiftWrappingAvailable.gif') no-repeat;padding-bottom: 4px;line-height: 1.6;}
.ViewAllLink a {padding-top: 10px;display: block;}
.SelectGiftWrapMultiple {max-height: 400px;}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {display: inline-block;float:left;}
.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {padding-left: 4px;}
#VendorLogo .BlockContent, #VendorPhoto .BlockContent {margin: 0;text-align: center;}
.TransitTime {font-weight: normal;color: gray;}
.Content .ProductList.List li {margin: 0;margin-top: 6px;display: block;width: auto;float: none;padding: 6px;min-height: 0;height: 132px;background-image: none;}
.Content .ProductList.List .ProductImage {margin: 0 !important;padding: 0px;margin-right: 15px;float: left;background-image: none;width: 120px;height: 120px;}
.Content .ProductList.List .ProductDetails {height: auto;display: block;clear: none;padding: 0px;padding-left: 5px;margin: 0px;margin-left: 135px;text-align: left;background-image: none;}
.Content .ProductList.List .ProductQty {margin-left: 10px;}
.Content .ProductList.List .ProductDescription {margin-top: 5px;}
.Content .ProductList .ProductRightCol {float: right;}
.Content .ProductList.List li .ProductCompareButton {text-align: left;margin-top: 10px;}
.OrderItemMessage {background-color:#fff1a8;padding:7px;margin:10px 0px 10px 0px;}
/* Custom Fields - Start */
.LittleNotePassword {color:gray;font-size: 0.85em;padding:2px 0px 2px 0px;}
.RequiredClear {visibility: hidden;}
/* Leftovers from blue.css */
.CartContents .ItemShipping th {border-bottom-color: #c7d7db;border-top-color: #c7d7db;background: #edf2f3;}
.MiniCart .SubTotal {color: #075899;}
.JustAddedProduct {border: 1px solid #c0dae7;background: #fff;}
.JustAddedProduct strong, .JustAddedProduct a {color: #075899;}    
/* Product Videos */
#FeaturedVideo, #VideoList, #VideoSingle  {float: left;}
#VideoList {padding-left: 5px;}
.VideoSeparator {clear: both;}
.videoRow {clear: both;margin-bottom: 4px;display: block;height: 75px;}
.previewImageContainer {height: 30px;width: 50px;}
.videoRow img {float: left;padding-right: 5px;}
.videoRowTitle {font-weight: bold;}
.videoRowDescription {max-height: 50px;overflow:hidden;}
.VideoOverlay {background-image: url('../images/VideoOverlay.png');background-position: center center;position: absolute;left: 0;height: 100%;width: 100%;top: 0;}
.VideoContentContainer {position: relative;margin-left: 3px;padding-left: 92px;}
/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/
.VideoPreviewSize {width: 92px;height: 69px;}
.videoRowLength {padding-left: 4px;}
.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {cursor: pointer;}
#VideoList ul {position: relative;overflow-y: auto;padding:0;margin: 0;width: 275px;height: 265px;}
#VideoSingle {padding-left: 10px;width:275px;}
#VideoContainer {padding: 5px 0 5px 5px;height: 265px;}
.HideElement {display: none;}
.VideoSingleTitle {font-weight: bold;}
.VideoSingleDescription {padding-top: 10px;overflow-y: auto;height: 220px;padding-right:5px;}
.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {display: none;}
.Content #VideoSideContainer {display: none;}
#VideoSideContainer ul {text-align: center;}
#VideoSideContainer ul li {margin-bottom: 5px;}
.VideoSideDescription {padding: 2px 10px;}
.VideoImageContainer {position: relative;float: left;}
/** Search All Form Result - Start **/
.SearchPaging {float: right;font-size: 0.95em;}
.SearchSorting {float: right;font-size: 0.95em;margin: 8px 0px;}
.SearchSorting select {font-size: 0.95em;}
#SearchResultsCategoryAndBrand {margin: 5px;padding: 5px;}
.ContentList em, .QuickSearchResultMeta em {font-size: 0.8em;}
.carousel {position: relative;visibility: hidden;left: -5000px;width: 180px;}
table.pretty-table {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.pretty-table th, table.pretty-table td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.pretty-table th {  background: gainsboro;  text-align: left;}
table.pretty-table caption {  margin-left: inherit;  margin-right: inherit;}
table.pretty-table tr td:first-child { width: 25%; }
table.pretty-table-contact {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.pretty-table-contact th, table.pretty-table-contact td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.pretty-table-contact th {  background: gainsboro;  text-align: left;}
table.pretty-table-contact caption {  margin-left: inherit;  margin-right: inherit;}
table.pretty-table-contact tr td:first-child { width: 40%; }
table.workshop-table {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.workshop-table th, table.workshop-table td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.workshop-table th {  background: gainsboro;  text-align: left;}
table.workshop-table caption {  margin-left: inherit;  margin-right: inherit;}
table.workshop-table tr td:first-child { width: 20px; background: url(../../product_images/uploaded_images/star.png); background-repeat: no-repeat;}
table.workshop-table tr td:last-child { width:40px; }
table.workshop-table-contact {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.workshop-table-contact th, table.workshop-table-contact td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.workshop-table-contact th {  background: gainsboro;  text-align: left;}
table.workshop-table-contact caption {  margin-left: inherit;  margin-right: inherit;}
table.workshop-table-contact tr td:first-child { width: 60%; }
table.servicing-table {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.servicing-table th, table.servicing-table td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.servicing-table th {  background: gainsboro;  text-align: left;}
table.servicing-table caption {  margin-left: inherit;  margin-right: inherit;}
table.servicing-table tr td:first-child { width: 20px; background: url(../../product_images/uploaded_images/star.png); background-repeat: no-repeat; }
.SecondColStar { width: 20px; background: url(../../product_images/uploaded_images/star.png); background-repeat: no-repeat; }
table.servicing-table tr td:last-child { width: 340px; }
table.servicing-table-contact {  background: whitesmoke;  border-collapse: collapse;  width:100%;}
table.servicing-table-contact th, table.servicing-table-contact td {  border: 1px gainsboro solid;  padding: 0.2em;}
table.servicing-table-contact th {  background: gainsboro;  text-align: left;}
table.servicing-table-contact caption {  margin-left: inherit;  margin-right: inherit;}
table.servicing-table-contact tr td:first-child { width: 340%; }

/* Product Listings */

.ProductList {
    list-style: none;
    margin: 0 0 0 12px;
    padding: 0;
}
.Content .ProductList li {

    float: left;
    font-size: 0.95em;
    list-style: none outside none;
    margin-left: -2px;
    min-height: 20em;
    overflow: hidden;
    padding: 2px;
  width: 200px !important;
height: 200px !important;
}
.ProductList a {
    text-decoration: none;
}
.ProductList .ProductImage {
    margin: 0 0 5px 0;
    display: block;
    text-align: center;
    overflow: hidden;
  
}


.ProductList .ProductImage .imgBtwn {
    margin: 0px auto;
}


.ProductList p {
    margin: 5px 0 5px 5px;
}
.ProductList strong, .ProductList strong a, #CategoryContent strong,#CategoryContent strong a{
    color: black;
    font-weight:bold;
    padding-bottom:3px;
    font-size:12px;
}
#logo a{

    display: block;
    height: 90px;
    margin: 4px 0 0;
    width: 336px;
}

/**slide**/
.nivoSlider {
    float: left;
    height: 250px;
    position: relative;
    width: 570px;
border: 1px solid #7D7B7B;
    margin-top:6px;
}
.nivoSlider img {

    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;

    height: 250px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 570px;
    z-index: 6;
}
.nivoSlider a {
    border: 0 none;
    cursor: pointer;

    position: absolute;
    text-indent: -9999px;
    top: 0px;
}
.nivo-prevNav {
    background: url("http://www.omaha.vn/templates/default/img/back.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    left: 10px;
    width: 19px;
    z-index: 60;
}
.nivo-nextNav {
    background: url("http://www.omaha.vn/templates/default/img/forward.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    right: 20px;
    width: 19px;
    z-index: 60;
}
div#fancy_outer {
    z-index: 9999 !important;
}
.nivoSlider h1{
    display:block;
    background:url(http://www.bicyclestore.com.au/templates/__custom/images/opaque.png);
    color:#222;
    text-shadow:2px 2px 1px #fff;
    font-size:24px;
    padding:15px 0 15px 15px;
    position:absolute;
    width:555px;
    bottom:0px;
    left:0px;
    margin:0px;
    z-index:10;
}
#search .but-sear {
width: 100px;
height: 35px;
line-height: 33px;
text-align: center;
float: right;
border-radius: 3px;
background: rgb(255,202,1);
background: -moz-linear-gradient(top, rgba(255,202,1,1) 0%, rgba(247,155,27,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,202,1,1)), color-stop(100%,rgba(247,155,27,1)));
background: -webkit-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%);
background: -o-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%);
background: -ms-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%);
background: linear-gradient(to bottom, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%);
border: 2px solid #FFF;
color: #FFF;
text-shadow: 1px 1px 1px #5c3c2f;
    text-transform: uppercase;}

.view-detailt {
display: block;
width: 80px;
height: 28px;
background: url(../images/buy.png) no-repeat;
line-height: 28px;
float: left;
color: #FFFFFF;
padding-left: 30px;
text-shadow: 1px 1px 1px #774c13;
text-decoration: none;
}

.view-detailt:hover {
background: url(../images/buy-hover.png) no-repeat;
}
.view-detailt a{color:white;}
.dangky1
{
position: absolute;
    top: 70px;
    right: 80px;
       
    }
    .dangky1 a{
        text-decoration:none;
        font-size: 20px;

    color: #939C1B;}
.dangky1 a:hover{
        text-decoration:none;
        font-weight: bold; *

color: #939C1B;}

.fix-bottom{ position:fixed; bottom:0px; height:30px; background: linear-gradient(to bottom, #ff029a 0%,#ff029a 100%); width:100%;z-index: 1;}
.fix-bottom marquee{ width:100%; padding-top:5px; font-size:16px; text-transform:uppercase; color:#fff;}
.cevherlink
{

position: fixed; z-index: 999999999; width: 310px; height: 320px; border: 1px solid rgb(187, 187, 187); background: none repeat scroll 0% 0% rgb(255, 255, 255); border-radius: 5px 5px 5px 5px; overflow: hidden; visibility: visible; bottom: 5px; right: -320px;
}
#cevher_text
{
max-width: 310px; height: auto; color: rgb(51, 102, 153); margin: 2px auto; font-size: 16px; font-family: arial; font-weight: bold; padding: 4px 4px 4px 4px;

}
#cevherlink
{
border:none; overflow:hidden; width:292px; max-height:310px;backgorund:#ccc; vertical-align: top;
padding-top:5px; text-align:center;

}
#slideshow{list-style: none outside none; margin: 0; padding: 5px;}
#slideshow li{display: none;}
#slideshow li.current-slide{display: block;}
.fbprevbtn
{
width:16px;
}
.fbnextbtn
{
width:16px;
}
#fbprevbtn
{
position: absolute; right: 50px; top: 5px; cursor: pointer;
width:16px;
}
#fbnextbtn
{
width:16px;
position: absolute; right: 30px; top: 5px; cursor: pointer;
}
#cevher_close

{
position: absolute; right: 10px; top: 5px; cursor: pointer;

}
.ac {
    font-weight: bold;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
.top_bar{
    background: #d6e331;
    width: 100%;
    height: 65px;
}
.pr_logo{
    display: inline-block;
    width: 19%;
    text-align: left;
}
#SearchForm{
    width: 50%;
    display: inline-block;
    position: relative;
}
.hotline_top {
    display: inline-block;
    position: relative;
    text-align: right;
    top: -22px;
    width: 15%;
}
.time_open {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 14%;
    position: relative;
    top: -25px;
    font-size: 17px;
    text-transform: uppercase;
    color: #ff029a;
}
#SearchForm form {
    border: 2px solid #307cb5;
    display: table;
    padding-top: 0;
    text-align: right;
    width: 100%;
    border-radius: 5px;
}
#SearchForm input.Textbox {
    border: 0 none;
    display: inline-block;
    line-height: 40px;
    margin: 0;
    vertical-align: top;
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
}
.home_product_cat .BlockContent{
    display: table;
    width: 100%;
    clear: both;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;  
    border-top: 3px solid #307cb5;
    border-left: 3px solid #307cb5;
}
.home_product_cat .ProductList {
    float: left;
    width: 100%;
}
.block_left_menu_cat {
    float: left;
    min-height: 10px;
    width: 50%;
}
.home_product_cat {
    box-sizing: border-box;
    margin-top: 30px;
}
.home_product_cat .ProductList li {
    border: 0 none;
    box-shadow: 0 0 0;
    float: left;
    height: inherit;
    margin: 0;
    width: 33.3333%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_product_cat .ProductList li:nth-child(4),.home_product_cat .ProductList li:nth-child(5),.home_product_cat .ProductList li:nth-child(6) {
    border-bottom: 0 solid #ddd;
}
.home_product_cat .ProductList li:hover{
    box-shadow: 0 0 0;
}
.home_product_cat .ProductList li img{
    max-width: 100%;
    height: 180px;
}
.home_product_cat *{
    box-sizing: border-box;
}
.home_product_cat .product-function {
    margin-bottom: 0;
    line-height: 12px;
}
.home_product_cat .ProductList .ProductImage{
    margin: 0;
}
.home_product_cat .catax {

    color: #0470b8;
    margin: 0;
    padding: 0;
}
.home_product_cat .catax a {
    background-color: #307cb5;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.menu_left_fix_t {
    float: left;
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    margin: 0;
}
.menu_left_fix_t_2{
    float: left;
    width: 400px;
    overflow: hidden;
}
.menu_left_fix_t li {
    list-style: none;
    margin: 10px 0;
    padding-left: 10px;
}
.menu_left_fix_t a {
    font-weight: bold;
}
.home_product_cat .fix_top_title {
  background-color: #307cb5;
  border-top: medium none !important;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  margin: 0 0 0 3px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
#ProductBreadcrumb,#CategoryBreadcrumb{
    border: 0 none;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
#ProductBreadcrumb ul,#CategoryBreadcrumb ul{
    margin: 0;
}
#ProductBreadcrumb li,#CategoryBreadcrumb li{
    display: inline-block;
    list-style: outside none none;
    text-transform: uppercase;
}
#ProductBreadcrumb li::after,#CategoryBreadcrumb li::after{
    content: " » ";
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}
#ProductBreadcrumb li:last-child::after,#CategoryBreadcrumb li:last-child::after{
    content: "";
}
.LayoutColumn1_product_custom {
    border-right: 1px solid #ddd;
    margin-right: 0;
    padding-right: 10px;
}
.LayoutColumn1_product_custom,.LayoutColumn1_product_custom *,.LayoutColumn2_product_custom,.LayoutColumn2_product_custom *{
    box-sizing: border-box;

}
.Left.LayoutColumn1_product_custom h2 {
    height: inherit!important;
}
.Left.LayoutColumn1_product_custom img,.LayoutColumn2_product_custom img{
    max-width: 100%;
    height: inherit;
}

#ProductDetails {
    border: 0 none;
    margin: 0;
}
.ProductMain h1 {
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.ProductMain h1 a{
    font-weight: bold;
    font-size: 18px;
}
.LayoutColumn2_product_custom .dathang {
    float: none!important;
    font-size: 13px!important;
    margin-left: 0!important;
    width: inherit!important;
}
.LayoutColumn2_product_custom .ProductDetailsGrid .Label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: inherit;
}
.LayoutColumn2_product_custom .DetailRow .ac em {
    font-size: 21px;
    font-style: normal;
}
.LayoutColumn2_product_custom .sub_style_1 {
    border: 1px solid red;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 10px;
}
.btn.button_add_cart_ajax {
    cursor: pointer;
    left: 135px;
    margin-bottom: 15px;
    position: absolute;
    z-index: 1;
    top: 40px;
}
#ProductByCategory.Block.Moveable.Panel {
    margin: 10px 0 !important;
    padding-top: 10px;
}
#ProductByCategory.Block.Moveable.Panel h3{
    margin: 10px 0;
}
.ProductDetailsGrid{
    position: relative;
}
.form_subtr {
    background-color: #016eb1!important;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
}
.LayoutColumn1_product_custom h2,#SideCategoryList h2,#LayoutColumn1 h2{
    border-left: 1px solid #016eb1!important;
    border-right: 0 solid #ddd!important;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    color: #016eb1!important;
    margin: 0!important;
    padding: 0!important;
    background: #fff!important;
    height: inherit;
}
.fix_top_title {
  background-color: #307cb5;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}
.LayoutColumn1_product_custom h2 a, #SideCategoryList h2 a, #LayoutColumn1 h2 a {
  background-color: #307cb5;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding-left: 0;
  width: 96%;
}
.home_product_cat {
    clear: both;
}
#SideCategoryList h2{
    height: inherit!important;
}

#SearchForm input[type="submit"] {
    border-radius: 0;
    box-shadow: 0 0 0;
    display: inline-block;
    width: 100px;
    background: #307cb5!important;  
    border: 0 none;
    height: 147%;
}
#logo img{
    
    height: auto;
}
.xu_huong_tim_kiem {
  color: #307cb5;
  font-weight: bold;
  line-height: 25px;
  margin-top: 10px;
  text-transform: none;
}
#SideCategoryList .sf-vertical.sf-menu li:hover ul{
    left: 100%!important;
    top: 0!important;
}
#SideCategoryList .sf-menu ul a,#SideCategoryList .sf-menu ul a:hover{
    margin-left: 0!important;
    padding: 3px 8px!important;
    width: 100%!important;
}
#SideCategoryList .sf-menu.sf-vertical > li > a{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
    padding: 0 0 0 0px;
    width: 100%;
}
#SideCategoryList li{
	background: #ffffff;
}

#SideCategoryList .sf-menu.sf-vertical > li:hover a{
background: #ffffff;
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(1) > a{
    background-image: url("images/lam-sach.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(2) > a{
    background-image: url("images/duong-da.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(3) > a{
    background-image: url("images/trang-diem.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(4) > a{
    background-image: url("images/dac-tri.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(5) > a{
    background-image: url("images/salon-toc.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(6) > a{
    background-image: url("images/duong-the.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(7) > a{
    background-image: url("images/nuoc-hoa.png");
}
#SideCategoryList .sf-menu.sf-vertical > li:nth-child(8) > a{
    background-image: url("images/trang-diem.png");
}
.product-title {
    width: 280px;
    overflow: hidden;
    max-height: 35px;
    padding: 5px 2px;
   // float: left;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
}
.product-title{
    line-height: 19px;
    margin-bottom: 5px;
    height: 37px;
    padding: 0;
    text-align: center;
    width: inherit;
}
#SimilarProductsByCustomerViews.Panel{
    margin-top: 30px!important;
}
#CategoryHeading.Block.Moveable.Panel {
    padding: 15px;
}

.khungcc{
	padding: 10px;
}
.contact-home{
	position: fixed;
	z-index: 99999;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}
.contact-home .contact-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    margin-right: 10px;
}
.contact-item .contact-icon {
        background-color: #307CB5;
    padding: 10px;
    width: 20px;
    height: 20px;
	 border-radius: 5px;
}
.contact-item .contact-icon:hover {
        background-color: #ecaf5c;
}
.contact-item .contact-icon svg, .contact-item .contact-icon i {
    height: 19px;
    width: 19px;
    font-size: 19px;
    color: #ffffff;
	    text-align: center;
}
.contact-item .contact-icon svg path {
    fill: #FFF;
}
.Left li a{
	margin-left: 0px !important;
}