/* Color: Blue */

body {
    background: url('/content/bg.jpg') repeat-y top center fixed;
    color: #535353;
}


a {
    color: #001927;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #07599a;
}

h2 {
    color: #8B7635;
}

h3 {
    color: #AF4923;
}


#TopMenu a {
    color: #712816;
}

#TopMenu a:hover {
    color: #fff;
}

#Menu li a {
    background: url('../../default/images/blue/PagesMenuBg.gif') 0 8px no-repeat;
    color: #fff;
}

#Menu li ul li a {
    background: #65b2cb;
}

#Menu li ul li a:hover {
    background-color: #075899;
    color: #fff;
}

#Menu li:hover a, #Menu li.over a{
    background-color: #65b2cb;
}

#Outer {
    
}


#Header {
    background: url('/content/headerbg.png') repeat-x top center;
}

#Logo h1 {
    color: #fff;
    background: url(../../default/images/blue/Logo.png) top left no-repeat;
}

#Logo h1 a {
    color: #fff;
}

#SearchForm {
    background: url('/content/searchbg.png') no-repeat top left;
}

#SearchForm label {
    color: #fff;
}

#SearchForm a {
    color: #b1ccdc;
}

#SearchForm a:hover {
    color: #fff;
}


.Left li {
    border-bottom: 1px solid #c5dde9;
}

.Left li a:hover {
    color: #07599a;
}


.Content a {
    color: #8B7635;
}


.Right a {
    color: #034285;
}

.Right a:hover, .Right a:hover strong {
    color: #001927;
}

#Footer {
    border-top: 0px solid #C0DAE7;
}

#Footer li a {
    border-left: 0px solid #208db5;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
    border: 1px solid #FFF;
}

.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
    border: 1px solid #DDD;
    background: #F0F0F0;
}

.ProductList .ProductImage {
}

.ProductList strong, .ProductList strong a {
    color: #AF4923;
}

.ProductPrice, .ProductList em {
    color: #800000;
}

.ProductList .Rating {
    color: #797979;
}

.Right .ProductList li {
    border-bottom: 1px solid #c0dae7;
}

.Content .FeaturedProducts .ProductList li {
    background: #dff2f7;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
    background: #D2E8EE;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: url(../../default/images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
    color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    border: 1px solid #c0dae7;
    background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    background: url(../../default/images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
    color: #075899;
}

.Breadcrumb {
    display: none;
    border-bottom: 1px solid #DCDFE2;
}


.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
    background: url('../../default/images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
    border: 1px solid #DDD;
}

.CartContents thead tr th, table.General thead tr th {
    background: #F0F0F0;
    color: #222;
    border-bottom: 1px solid #DDD;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #DDD;
    color: #333;
}

.MiniCart .SubTotal {
    color: #075899;
}

.JustAddedProduct {
    border: 1px solid #c0dae7;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #222;
    background: #F0F0F0;
    border: 1px solid #DDD;
    padding: 5px 10px;
}

.CategoryPagination a {
    color: #8B7635;
}

.CategoryPagination a:hover {
    text-decoration: underline;
}

.CheckoutRedeemCoupon { background: #FAFAFA; padding: 10px; width: 300px; border: 1px solid #CCC; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
}

.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #EFF8FA url('../../default/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../default/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
    background: #FFECEC url('../../default/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #EFF8FA;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #c7d7db;
    background: #edf2f3;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #F8ECE0;
    border: 1px solid #333;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #D8AFA0;
}

.TabNav li a {
    border: 1px solid #D8AFA0;
    background: #F8ECE0;
    color: #333;
}

.TabNav li a:hover {
    background-color: #EEDCD3;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #8B7635;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

#SearchResultsCategoryAndBrand {
    background-color: #EEF5F9;
}

.CartContents .ItemShipping th {
    border-bottom-color: #c7d7db;
    border-top-color: #c7d7db;
    background: #edf2f3;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #65B2CB;
    color: #FFF;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    background-color: #075899;
}

/* End: category flyout styles */


/* start fast cart styles */
#fastCartContainer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #800000;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */

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

div#PageContent img, div#CategoryHeading img { margin: 12px; }
div#PageContent div.bold img { margin: 1px; }
div#PageContent a img, div#CategoryHeading a img { margin: 0; }
span.bold, div.bold { font-weight: bold; clear: both; }
.quotebox { background-color: #F0E8E2; border: 1px solid #CCCCCC; border-radius: 10px 10px 10px 10px; box-shadow: 0 0 15px #CCCCCC; color: #000000; display: block; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; line-height: 16px; margin: 10px;  padding: 5px; }
.quotebox p { margin: 4px; }
.boldburgundy { color: #7B301D; font-weight: bold; }
div.catBackLeft { width: 100%; height: 550px; background-repeat: no-repeat;}
div.catBackLeft div.catData { width: auto; float: right; margin-top: 200px; }
div.catBackRight { width: 100%; height: 550px; background-repeat: no-repeat; background-position: 100% 0; }
div.catBackRight div.catData { width: auto; float: left; margin-top: 200px; }

.CartLink {
    clear: right;
    float: right;
    background: url('/content/cart.png') no-repeat top right;
    width: 70px;
    height: 77px;
    margin-top: 6px;
    margin-left: 20px;
    list-style: none;
}

.CartLink a {
    text-decoration: none;
}

.CartLink .BigNumber {
    font-size: 24px;
    text-align: center;
    display: block;
    width: 40px;
    margin-top: 28px;
    height: 25px;
    color: #7b311e;
}

.CartLink .SmallText {
    font-size: 11px;
    text-align: center;
    display: block;
    width: 40px;
    color: #FFF;
}

.ThreeThings {
    position: absolute;
    top: 0px;
    left: 290px;
}

#Header #SideCategoryList {
    float: right;
    clear: right;
    text-align: right;
    width: 830px;
    position: absolute;
    right: 0px;
    bottom: -12px;
    height: 30px;
    z-index: 2;
}

#Header #SideCategoryList ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

#Header #SideCategoryList li {
	float: left;
}

#Header #SideCategoryList ul:first-child {
    margin-left: 0px;
}

#Header #SideCategoryList ul:last-child {
    margin-right: 0px;
}

#Header #SideCategoryList ul li a {
    color: #712816;
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    padding: 6px 12px;
    height: 18px; 
    display: block;
}

#Header #SideCategoryList ul li a:hover,#Header #SideCategoryList ul li:hover a {
    color: #af4923;
}

#Header #SideCategoryList ul li {
    position: relative;
}

#Header #SideCategoryList ul li ul {
    display: none;
    position: absolute;
    top: 26px;
    right: 0px;
    width: 230px;
    text-align: left;
    margin: 0px;
    padding: 5px 5px 0px;
    height: auto;
    background: #f6ebe6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6ebe6 0%, #e2c4b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ebe6), color-stop(100%,#e2c4b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6ebe6 0%,#e2c4b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6ebe6 0%,#e2c4b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6ebe6 0%,#e2c4b9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6ebe6 0%,#e2c4b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ebe6', endColorstr='#e2c4b9',GradientType=0 ); /* IE6-9 */
    
    
    box-shadow: 0px 3px 5px rgba(133,66,49,.75);
    z-index: 99;
}

#Header #SideCategoryList ul.LeftSide li ul {
    left: 0px;
}

#Header #SideCategoryList ul li ul li {
    margin: 0px;
    padding: 0px 0px 5px;
	float: none;
}
#Header #SideCategoryList ul:hover li ul li a {
    margin: 0px;
    padding: 0px;
    color: #712816;
}
#Header #SideCategoryList ul:hover li ul li:hover a {
    color: #AF4923;
}


#Header #SideCategoryList ul:hover li ul {
    display: block;
}

.Slideshow {
    background: url('/content/slidebg.png') no-repeat bottom center;
    padding-bottom: 24px;
    min-height: 395px;
    position: relative;;
}

.Slideshow img {
    box-shadow: 1px 1px 4px rgba(133,66,49,.75);
    -moz-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
    -webkit-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
}

#nav {
    position: absolute;
    width: 1023px;
    text-align: center;
    bottom: 29px;
    left: 0px;
    z-index: 10;
}

#nav a {
    display: inline-block;
    background: url('/content/nonactive.png') no-repeat center;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 4px;
}

#nav a.activeSlide {
    background: url('/content/active.png') no-repeat center;
    box-shadow: 3px 3px 4px rgba(0,0,0,.75);
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.75);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.75);
}


.FourThings {
    width: 1023px;
    background: url('/content/fourthingsbg.png') no-repeat top center;
    height: 267px;
    padding-bottom: 41px;
	margin-bottom: -24px;
}

.FourThings img {
    float: left;
    vertical-align: top;
    margin-left: 8px;
    box-shadow: 1px 1px 4px rgba(133,66,49,.75);
    -moz-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
    -webkit-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
}

.FourThings img.First {
    margin-left: 0px;
}

.FourThings img.TryMe {
    margin-left: 4px;
    margin-bottom: 8px;
}

.FullBar {
    background: url('/content/centerbar.jpg') no-repeat top center;
    width: 100%;
    height: 149px;
    padding: 2px 0px;
    box-shadow: 0px 1px 5px 0px rgba(133,66,49,.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(133,66,49,.75);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(133,66,49,.75);
}

.FullBar .FreeShipping {
    width: 253px;
    padding-top: 9px;
    height: 139px;
    border-right: 1px solid #ddccc1;
    float: left;
}

.FullBar .FreeShipping h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 36px;
    color: #b65026;
    font-weight: normal;
}

.FullBar .FreeShipping h3 {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    font-size: 24px;
    font-weight: normal;
    color: #8b7635;
}

.FullBar .FreeShipping p {
    width: 150px;
    text-align: center;
    font-size: 12px;
    color: #B65026;
    font-weight: normal;
    margin: 0px;
    margin-left: 40px;
    margin-top: 5px;
}
.FullBar .FreeShipping a {
    text-align: center;
    font-size: 12px;
    color: #8b7635;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    width: 150px;
    padding-left: 40px;
    display: block;
}
.FullBar .FreeShipping .Flowers {
    position: absolute;
    top: 0px;
    left: -165px;
}
.FullBar .Newsletter {
    width: 515px;
    padding-top: 9px;
    height: 139px;
    float: left;
}

#SideNewsletterBox h2 {
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #8b7635;
}

.FullBar .Social {
    width: 233px;
    height: 139px;
    border-left: 1px solid #DDCCC1;
    float: left;
    padding: 9px 18px 0px 0px;
    text-align: center;
}

.FullBar .Social h2 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 36px;
    color: #b65026;
    font-weight: normal;
}
.FullBar .Social p {
    margin-bottom: 10px;
}
.FullBar .Social p img {
    margin: 0px 4px;
    box-shadow: 1px 1px 5px black;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px #000;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px black;
    -webkit-border-radius: 5px;
}

.MiddleBox {
    float: left;
    vertical-align: top;
    margin-left: 8px;
    box-shadow: 1px 1px 4px rgba(133, 66, 49, .75);
    -moz-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
    -webkit-box-shadow: 1px 1px 4px rgba(133, 66, 49, .75);
    width: 537px;
    height: 267px;
    background: url('/content/middlebox.png') no-repeat center;
}

.MiddleBox .Block {
    margin: 6px;
    padding: 4px;
    max-height: 247px;
    overflow: hidden;
    color: #B65026;
    font-size: 0.85em !important;
}

.MiddleBox h2 {
    margin: 5px 0px 10px;
    padding: 0px;
    font-size: 22px;
    color: #8b7635;
    font-weight: normal;
}

.Content h2.CategoryName, .Content h1 {
    margin: 5px 0px 10px;
    padding: 0px;
    font-size: 22px;
    color: #8B7635;
	font-weight: bold;
}

.Group li:first-child {
    margin-left: 0px;
}

.Group li:last-child {
    margin-right: 0px;
}

.Content h2.ProductName, .Content h1.ProductName {
    margin: 0px 0px 15px;
    color: #8B7635;
}

.AddThisButtonBox {
    margin: 2px 0 0 0 !important;
    clear: none !important;
}

.PinterestButtonContainer {
    margin: 0px 0px 0px 2px!important;
    text-align: left;
    float: right;
}

.SocialContainer {
    display: inline-block;
}

.Social {
    text-align: center;
    padding: 10px 5px;
}

#SitemapContent .BlockContent {
    text-align: center;
}

#SitemapContent .Section {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 25px;
}
#SitemapContent .Section p {
    text-align: right;
}

#SimilarProductsByCustomerViews li {
    margin: 5px 36px;
}

.Content.Wide #Left {
    width: 200px;
    float: left;
    margin: 15px 0px;
}

.Content.Wide #Right {
    width: 780px;
    padding-left: 10px;
    float: right;
    border-left: 1px solid #CCC;
    margin: 15px 0px;
    min-height: 300px;
}

.Content.Wide #Left h2 {
    font-size: 16px;
    text-align: center;
}

.Content.Wide #Left ul {
    margin: 0px 0px 10px 10px;
    list-style: none;
}

.Content.Wide #Left .BlockContent {
    padding: 0 10px;
}

.RoseRollover {
    opacity: 0;
    background: url('/content/menuhover.png') no-repeat top center;
    width: 84px;
    height: 55px;
    min-width: 84px;
    position: absolute;
    top: -8px;
    left: 0px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#SideCategoryList li:hover .RoseRollover {
    opacity: 1;
}

.FourThings div.First, .FourThings .First img {
    float: left;
    margin: 0px;
    position: relative;
    z-index: 1;
}

.FourThings .First a.First {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 224px;
    height: 80px;
    z-index: 2;
    background: rgba(255,255,255,0);
}

.FourThings .First a.Second {
    position: absolute;
    top: 100px;
    left: 6px;
    width: 224px;
    height: 30px;
    z-index: 2;
    background: rgba(255,255,255,0);
}

.FourThings .First a.Third {
    position: absolute;
    top: 147px;
    left: 6px;
    width: 224px;
    height: 30px;
    z-index: 2;
    background: rgba(255,255,255,0);
}

.FourThings .First a.Fourth {
    position: absolute;
    top: 190px;
    left: 6px;
    width: 224px;
    height: 60px;
    z-index: 2;
    background: rgba(255,255,255,0);
}
#tabcontent {
    min-height: 150px !important;
}
#tabcontent .photo {
    width: 160px !important;
}

.mc-field-group {
    clear: both;
    position: relative;
    display: block;
    width: 400px;
    padding-top: 7px;
}

.mc-field-group label {
    float: left;
}

.mc-field-group input,
.mc-field-group select {
    float: right;
}

#mc-embedded-subscribe {
    float: right;
    margin-top: 19px;
}

.mce_inline_error {
    clear: both;
}

.Seals {
    clear: right;
    width: 645px;
    text-align: center;
    margin: 5px auto 0px;
}

.Seals .AuthorizeNetSeal {
	display: inline-block;
	margin-left: 10px;
}

.phonefield {
	float: right;
}

.phonefield span {
	float: left;
	margin-left: 2px;
}

.DoubleWidth {
	clear: both;
	margin: 0px;
	text-align: center;
	width: 320px;
}

.DoubleWidth li {
	text-align: center;
}

.DoubleWidth li a {
	color: #8b7635 !important;
}

.DoubleWidth li a:hover {
	color: #000 !important;
}
.ProductPage .Content.Wide {
	background: none;
	border: none;
	padding: 0;
	width: 1023px;
	box-shadow: none;
}

.PrimaryProductDetails .ProductMain {
	width: 670px;
	float: left;
}

.ProductPage #ProductDetails {
	background: white;
	padding: 10px;
	border: 6px solid #EED8C3;
	box-shadow: 0px 35px 23px -20px rgba(0, 0, 0, 0.5);
}

.ProductPage div#ProductReviews {
	background: white;
	padding: 10px;
	border: 6px solid #EED8C3;
	width: 605px;
	float: left;
	clear: none;
	box-shadow: 0px 35px 23px -20px rgba(0, 0, 0, 0.5);
}

.ProductPage div#SimilarProductsByCustomerViews {
	background: white;
	padding: 10px;
	border: 6px solid #EED8C3;
	width: 330px;
	float: right;
	clear: none;
	box-shadow: 0px 35px 23px -20px rgba(0, 0, 0, 0.5);
}

.ProductPage #SimilarProductsByCustomerViews li {
	margin: 10px;
	width: 140px !important;
	padding: 0px;
}
.ProductPage .ProductList .ProductImage img {
	max-width: 140px;
	height: auto;
}
.ProductPage #SimilarProductsByCustomerViews li:last-child {
	display: none;
}
.ProductPage div#ProductWarranty {
	border-left: 3px solid #EED8C3;
	padding: 0px 20px;
	font-size: 11px;
	float: right;
	width: 250px;
}
input.ButtonMeBag {
	padding: 7px 24px 7px 28px;
	font-size: 20px;
	border: 0;
	outline: 0;
	box-shadow: 1px 5px 6px -4px rgba(0,0,0,0.8), inset 0 0 10px rgba(255,102,104,0.9), inset 7px -15px 32px -15px rgba(0,0,0,0.9);
	color: white;
	background: rgb(255,242,242);
	background: -moz-linear-gradient(top, rgba(255,242,242,1) 0%, rgba(242,159,161,1) 47%, rgba(255,102,104,1) 100%);
	background: -o-linear-gradient(top, rgba(255,242,242,1) 0%,rgba(242,159,161,1) 47%,rgba(255,102,104,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,242,242,1) 0%,rgba(242,159,161,1) 47%,rgba(255,102,104,1) 100%);
	border-radius: 5px;
	background: rgb(255,219,219);
	background: -moz-linear-gradient(top, rgba(255,219,219,1) 7%, rgba(255,132,132,1) 45%, rgba(255,63,63,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(255,219,219,1)), color-stop(45%,rgba(255,132,132,1)), color-stop(100%,rgba(255,63,63,1)));
	background: -webkit-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,132,132,1) 45%,rgba(255,63,63,1) 100%);
	background: -o-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,132,132,1) 45%,rgba(255,63,63,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,132,132,1) 45%,rgba(255,63,63,1) 100%);
	background: linear-gradient(to bottom, rgba(255,219,219,1) 7%,rgba(255,132,132,1) 45%,rgba(255,63,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdbdb', endColorstr='#ff3f3f',GradientType=0 );
	cursor: pointer;
	margin: 9px 0 10px 0px;
}
input.ButtonMeBag:hover {
	background: rgb(255,219,219);
	background: -moz-linear-gradient(top, rgba(255,219,219,1) 7%, rgba(255,170,170,1) 45%, rgba(255,99,99,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(255,219,219,1)), color-stop(45%,rgba(255,170,170,1)), color-stop(100%,rgba(255,99,99,1)));
	background: -webkit-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,170,170,1) 45%,rgba(255,99,99,1) 100%);
	background: -o-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,170,170,1) 45%,rgba(255,99,99,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,219,219,1) 7%,rgba(255,170,170,1) 45%,rgba(255,99,99,1) 100%);
	background: linear-gradient(to bottom, rgba(255,219,219,1) 7%,rgba(255,170,170,1) 45%,rgba(255,99,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdbdb', endColorstr='#ff6363',GradientType=0 );
}
img.CartBag {
	position: absolute;
	height: 58px;
	margin: 1px 0 0 -26px;
}
form#frmWishList {
	margin: 10px 0 0 145px;
}

.SubCategoryListGrid li:last-child {
	display: none !important;
}

.BackToMobile {
	position: fixed;
	bottom: 0px;
	left: 20px;
	margin-right: 0px;
	border-radius: 5px 5px 0px 0px;
	background: #B65026;
	text-align: center;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,.75);
	border: 1px solid white;
	border-width: 1px 1px 0px;
	font-size: 40px;
	color: white !important;
	text-decoration: none;
	padding: 5px 10px 4px;
	z-index: 100;
}

#Container {
	min-width: 1023px;
	position: relative;
}

#HomeFeaturedProducts li {
	padding: 6px;
	margin: 0px 0px 5px 10px;
	width: 184px !important;
	border: none;
	background: url('/content/featured_bg.jpg') no-repeat top left;
	height: auto !important;
	box-shadow: 1px 1px 4px rgba(133,66,49,.75);
	-moz-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
	-webkit-box-shadow: 1px 1px 4px rgba(133,66,49,.75);
	background-size: cover;
}

#HomeFeaturedProducts li:first-child {
	margin: 0px;
}

#HomeFeaturedProducts li .ProductImage {
	width: 184px !important;
	height: 184px !important;
	background: #FFF;
}

#HomeFeaturedProducts li .ProductDetails {
	margin: 5px 10px 5px;
}

#HomeFeaturedProducts li:nth-child(2) {
	background-position: -205px 0px;
}

#HomeFeaturedProducts li:nth-child(3) {
	background-position: -410px 0px;
}

#HomeFeaturedProducts li:nth-child(4) {
	background-position: -615px 0px;
}

#HomeFeaturedProducts li:nth-child(5) {
	background-position: -821px 0px;
	margin-left: 10px;
}

.Content .ProductList li .ProductImage {
	width: 150px !important;
	height: 150px !important;
}

.Content .ProductList li .ProductImage img {
	width: auto !important;
	height: auto !important;
	max-width: 150px !important;
	max-height: 150px !important
}

#SimilarProductsByCustomerViews .ProductList .ProductImage  {
	width: 140px !important;
	height: 140px !important;
}

#SimilarProductsByCustomerViews .ProductList img {
	width: auto !important;
	height: auto !important;
	max-width: 140px !important;
	max-height: 140px !important
}

.Content #HomeFeaturedProducts .ProductList li .ProductImage img {
	width: auto !important;
	height: auto !important;
	max-width: 180px !important;
	max-height: 180px !important
}

.Content #HomeFeaturedProducts  {
	background: url('/content/fourthingsbg.png') no-repeat center bottom;
	padding-bottom: 35px;
}
