body{
    background: url('../images/Background.png');
    font-family: 'Arvo', serif;
    text-transform: lowercase;
color: #616161;
}



input, select, textarea {
    font-family: 'Arvo', serif;
}

/* Layout */

.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
    width: 980px;
max-width: 980px;
}

/* Select styling */

a:hover{
    color: #C56D6D;
}

/* Buttons */

.btn {
    background: url("../images/Repeat.png") repeat scroll 0 0 #333333;
    border: 2px dashed #fff;
    box-shadow: 0 0 0 4px #B65E5E, 0px 0px 0px 0px rgba(10, 10, 0, 0.5);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    min-width: 130px;
    text-transform: uppercase;
    font-weight: normal;
}

.ProceedToCheckout .btn {
margin-right: 6px;
}

.KeepShopping .btn {
margin-left: 6px;
}

a.btn {
line-height: 35px;
}

#SideProductRelated .btn {
padding: 0;
}

.btn:hover {
    color: #fff;
    opacity: 0.50;
}

.btn.alt, .BulkDiscountLink a {
    background: url("../images/RepeatGray.png") repeat scroll 0 0 #333333;
    box-shadow: 0 0 0 4px #6E707F, 0 0 0 0 rgba(10, 10, 0, 0.5);
}

.BulkDiscountLink a {
padding: 10px;
margin-top: 20px;
border: 2px dashed #FFFFFF;
color: #fff;
}

/* Headings */

h1 {
    color: #767887;
    font-family: 'Arvo',serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 20px;
    text-transform: lowercase;
}

h2 {
    color: #757887;
    font-family: 'Arvo',serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 20px;
}

h3 {
    color: #C56D6D;
    font-family: 'Arvo',serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 20px;
    text-transform: lowercase;
}

h4 {
    font-family: 'Arvo', serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 20px 0;
}

.footer-main h4 {
    color: #5D6073;
    font-size: 18px;
    font-weight: none;
    padding: 13px 0 15px;
}

.ProductDetailsGrid .p-price {
    color: #C56D6D;
    font-size: 30px;
}
.footer-main, .footer-main a {
    color: #616161;
    font-size: 14px;
}

.TitleHeading {
    border-bottom: 2px dashed #767887;
}


hr {
    border-color: transparent;
}

/* Top Navigational Menu */

.TopMenu {
    color: #666;
    margin: 0;
    background-color: transparent;
}

.TopMenu .inner {
    padding: 0;
position: relative;
}

.TopMenu ul {
    float: right;
    margin-right: 66px;
}

.TopMenu li {
    border-right: 0 solid #666666;
    float: left;
    list-style: none outside none;
    padding: 20px 10px;
}

.TopMenu li a, .TopMenu li div {
text-transform: none;
color: #737585
}

/* Logo */

#Logo {
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 30px;
}

/* Top Search Form */

#SearchForm{
    border-bottom: 2px dashed #C56D6D;
    width: 186px;
    margin-top: 0px;
    float: left;
}

#SearchForm .Button {
    border: #d6d6d6 0px solid;
    background: url(../images/searchIcon.png) 50% 50% no-repeat transparent;
}

#SearchForm input.Textbox {
    border: 0px solid #d6d6d6;
    height: 34px;
    padding: 0;
    background: none;
    width: 146px;
}

/* Left Content Area */

.Left {
    margin-right: 10px;
    width: 230px;
}

.Left h3 {
    border-bottom: 2px dashed #767887;
}

.Left .BlockContent {
    margin: 0;
}

.Left li {
    margin: 0 0 3px 0;
    float: left;
    width: 100%;
}

.Left #SideCategoryList li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a {
    color: #616161;
    font-weight: normal;
    float: left;
}

.Left #SideCategoryList li li a,
.Left .slist li li a {
    margin-left: 10px;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 720px;
    float: left;
}

/* Lower & Footer Content */

/* Centers content */

.footer-links {
    color: #5D6073;
    background-color: transparent;
}

.footer-links a {
    color: #5d6073;
    font-size: 13px;
}

/* Newsletter Subscription Form */

.newsletter-subscription {
     background-color: transparent;
}

.newsletter-subscription h4 {
    color: #616161;
    font-size: 16px;
    padding: 25px 0 1px 50px;
    text-transform: none;
}

.newsletter-subscription .inner {
    background: url("../images/NewsletterBackground.png") no-repeat scroll 0 0 transparent;
    padding: 20px 0 30px;
    margin-bottom: 20px;
}

/* Product Listings */

.ProductList {
    margin: 0 0 0 0px;
}

.ProductList li{
    -moz-box-sizing: border-box;
    display: inline-block;
    /*min-height: 483px !important;*/
    list-style: none outside none;
    margin: 0 0 30px 10px !important;
    text-align: center;
    width: 230px;
}


#home .ProductList li,
.productPage .ProductList li {
    width: 229px;
    margin-bottom: 0px;
}

.ProductList .ProductPriceRating {
    padding-top: 10px;
}

#ProductDetails .ProductThumbImage {
    width: 470px !important;
}

.ProductThumbImage.drop-shadow.lifted:after {
    transform: rotate(5deg) !important;
}
.ProductList .ProductImage,
.brand-img, #ProductDetails .ProductThumbImage {
    margin-bottom: 10px;
    width: 230px;
}


/* Add to cart popup __master overrides */

.ProductList em {
    color: #616161;
    font-size: 16px;
    font-weight: normal;
}

.ProductList li .ProductCompareButton {
    color: #686868;
    font-size: 12px;
    margin: 5px 5px 12px;
}
.ProductList .pname {
    color: #C56D6D;
}

/* Page Breadcrumbs */

.Breadcrumb li{
    color: #C77878;
}

/* Miscellaneous Definitions */

.CompareButton {
    padding-right: 10px;
}

#ProductDetails h1 {
    color: #C56D6D;
    font-size: 24px;
    margin: 0 0 20px;
}

.PrimaryProductDetails .ProductMain {
     border-left: 2px dashed #DBAEAE;
    border-right: 2px dashed #DBAEAE;
    border-top: 2px dashed #DBAEAE;
    padding: 25px 25px 20px;
    width: 425px;
}

/* Product Comparisons */

.LittleNote {
    font-size: 0.85em;
}

/* Cart Contents Table */

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

.CartContents tfoot .SubTotal td {
    font-weight: normal;
}

.CategoryPagination .PagingList li {
    color: #FFFFFF;
    float: left;
    padding: 4px 7px;
    width: 29px;
}

/** Currency Selector **/

.PrimaryProductDetails .YouSave {
    font-size: 14px;
    font-weight: normal;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background-color: transparent;
    border: 2px dashed #DBAEAE;
    text-transform: uppercase;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    border-left: 2px dashed #DBAEAE;
    color: #DBAEAE;
}

.ProductList.List .ProductDetails {
    height: 67px !important;
}

/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    display: none !important;
}

/* Footer Menu
....................................................................... */

.PageMenu .inner {
    border-bottom: 2px dashed #767887;
    text-align: center;
    background-color: transparent;
}

.BlockContent.PageContent a, .page-content #LayoutColumn2 a {
    color: #333;
}

.BlockContent.PageContent a:hover, .page-content #LayoutColumn2 a:hover {
    color: #ccc;
}

/* inner */

.CategoryPagination .PagingList .ActivePage {
    background: url("../images/PagingList.png") no-repeat scroll 0 0 transparent;
}

.CategoryPagination .PagingList a {
    color: #616161;
}

#ProductDetails .ProductTinyImageList {
    margin-top: 50px;
margin-left: 30px;
}

.ProductDetailsGrid .DetailRow .BrandName {
    color: #606375;
    font-size: 14px;
    font-style: italic;
}

.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
    float: left;
    font-weight: normal;
    margin: 0 0 10px;
    width: 130px;
}

/* Footer */

.footer-main {
background-color: transparent;
}

.subscribe_form ul {
    text-align: right;
}

.footer-links p {
    font-size: 13px;
}

.footer .powered-by {
float: none;
}

.footer .powered-by a {
    text-indent: 0;
    background: transparent;
    color: #737585;
opacity: 1;
}

/* Over writes of defaults */

.CategoryContent {
    padding: 0 0 0 0px;
}


/* PRESENTATION */


/* Select */
div.selector {
    border: 1px solid #BA6262;
}


/* Custom.css
-------------------------------------------------------------- */


.productlist-page.Content {
    padding: 0;
}

.productlist-page.Content .product-nav {
    border: none;
}

.nav-prev,
.nav-next {
    margin-top: 16px;
}

.addto {
overflow: visible !important;
}

.SearchContainer .ProductList li {
margin-left: 13px;
}


.ProductList li.FirstItemRow {
    padding-left: 0;
    margin-left: 0px;
}
.PageMenu a {
    color: #616161;
    font-size: 14px;
}
.Content .SubCategoryList {
    display: none;
}
.RetailPriceValue {
    color: #C56D6D;
    padding: 0 10px;
}
.phoneIcon {
    color: #C56D6D;
}
.TopMenu li.CartLink {
    background: url("../images/HeaderCart.png") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    height: 65px;
    padding: 20px 0 0;
    text-align: center;
    width: 57px;
    text-transform: none;
position: absolute;
right: 0;
top: 0
}
.subscribe_form input {
    color: #616161;
    font-size: 13px;
    width: 240px;
}
#SideNewsletterBox .grid__item.one-third {
    float: left;
    width: 260px;
}
.footer .newsletter-subscription li.inputForm {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
#subscribe_form input.btn.alt[type="submit"] {
    margin-top: 15px;
    width: 140px;
}
#SideNewsletterBox .grid__item.two-thirds {
    width: 680px;
}
.footer-main .inner {
    background: url("../images/FooterBackground.png") no-repeat scroll center top transparent;
    height: 436px;
    max-width: 715px;
    padding: 40px 160px;
    text-align: center;
}
.FooterCol {
    float: left;
    width: 240px;
}
.SocialIcons {
    clear: both;
    display: block;
}
.SocialIcons > a {
    display: inline-block;
    margin: 40px 5px 0;
}

.SocialIcons a:hover {
opacity: 0.50;
}

#HomeFeaturedProducts > h2 {
    background: url("../images/WidestH2.png") no-repeat scroll center center transparent !important;
    padding: 35px;
    text-align: center;
}
#home .Widest h2 {
    background: url("../images/WidestH2Right.png") no-repeat scroll center top transparent;
    padding: 60px 35px 25px;
    text-align: center;
}
#HomeFeaturedProducts {
    margin-bottom: 0px;
}
#HomeFeaturedProducts li {
    margin-bottom: 0;
}
#home .banner_home_page_bottom > h2 {
    background: none repeat scroll 0 0 transparent;
    padding: 20px 0 27px;
}
#ProductReviews {
    background: url("../images/HomeBottomBanner.png") no-repeat scroll 0 0 transparent;
    padding-top: 74px;
    text-align: center;
    margin-bottom: 35px;
}
.banner_home_page_bottom,.ReviewWrapper {
    border-bottom: 2px dashed #DBAEAE;
    border-left: 2px dashed #DBAEAE;
    border-right: 2px dashed #DBAEAE;
    padding: 0 20px 20px;
}
.banner_home_page_bottom > p {
    color: #616161;
    font-size: 13px;
    line-height: 23px;
}
.ProductDetailsGrid .p-price strike:before {
    content: "was";
    padding-right: 6px;
    text-decoration: none;
}
.ProductDetailsGrid .p-price strike {
    color: #C56D6D;
    font-size: 14px;
    display: block;
}
.ProductDetailsGrid hr {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px dashed #767887;
}
.btn.add-to-cart, .wishTrigger {
    height: 42px;
line-height: 22px;
    min-width: 204px !important;
    padding: 10px;
    text-transform: uppercase;
}
.btn.add-to-cart {
    float: left;
    margin-right: 13px !important;
margin-bottom: 30px !important;
}
#ProductDescription h2 {
    border-bottom: 2px dashed #767887;
    color: #C56D6D;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ProductDetailsBottom {
    float: right;
margin-right: 10px;
}
.Panel.PrimaryProductDetails.no-ptop {
    margin-bottom: 0;
}
.Block.SideRelatedProducts {
    float: right;
    width: 486px;
}
#SideProductRelated > h2 {
    text-align: center;
}
#SideProductRelated li {
    width: 160px;
    margin-left: 18px;
}
#SideProductRelated li:first-child {
    margin-left: 0px;
}
#SideProductRelated .ProductImage {
    height: 150px !important;
    width: 150px;
}
#SideProductRelated .ProductImage.QuickView.drop-shadow.lifted > a {
    float: left;
    height: 150px !important;
}
#ProductReviews {
    text-align: left;
}
.ReviewWrapper {
    padding-top: 30px;
}


.drop-shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    width: 40%;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.lifted:before, .lifted:after {
    bottom: 15px;
    box-shadow: 0 18px 10px rgba(0, 0, 0, 0.36);
    height: 20%;
    left: 5px;
    max-height: 100px;
    max-width: 300px;
    transform: rotate(-4deg);
    width: 50%;
}
.lifted:after {
    left: auto;
    right: 10px;
    transform: rotate(11deg);
}

.CartContents tfoot .SubTotal td div {
padding-right: 20px;

}

.SuccessMessage {
     background: url("../images/success.png") ;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 20px;
}
.ErrorMessage {
     background: url("../images/error.png") ;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 20px;
}

.ProductReviewForm h5 {
    clear: both;
}

input#LoginButton {
    margin-right: 10px;
}

.WideWithLeft {
    float: left;
    margin-left: 20px;
    padding: 0 0 20px;
    width: 700px;
}

input#SaveCertificate, input.billingButton, #CreateAccountForm input.btn, input.shippingButton {
    margin-left: 10px;
}

#WishListEditFrom input.btn, #wishlistsform input.btn {
    margin: 0 5px;
}

.CheckoutRedeemCoupon label {
text-align: left;
float: left;
}

input#couponcode {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    width: 120px;
}

input#bottom_payment_button, .productAttributeValue input.btn, #SearchPageHeader .btn.alt {
margin-right: 5px;
}

.ExpressCheckoutContent .CreateAccount, .ExpressCheckoutContent .AccountLogin {
width: 48%;
float: left;
}

#SideProductRelated .ProductList li {
margin: 0 0 30px 0 !important;
}

.FooterCol #SideShopByBrand h3 {
margin-top: 10px;
color: #5D6073;
}

.ProductList .ProductImage img, #ProductDetails .ProductThumbImage img {
margin-left: -20px;
}

.ProductImage .QuickViewBtn {
filter: none !important;
background: transparent url(../images/quickview.png) no-repeat !important;
width: 112px;
height: 112px;
text-indent: -3000px;
left: 50px !important;
display: block;
}

tr.SubTotal.Last td {
padding: 20px;
}

.mrs, .mhs, .mas {
margin-right: 0px !important;
}


.ProductList .ProductImage a, .ProductThumbImage a {
/*height: 250px !important;*/
}

.BlockContent.PageContent a:hover, .page-content #LayoutColumn2 a:hover {
background-color: transparent;
}

.WishlistProductList li {
margin: 0 0 30px 0 !important;
}

.phoneIcon {
color: #B86060 !important;
}


#HomeSaleProducts .ProductList .ProductPriceRating, #HomeFeaturedProducts .ProductList .ProductPriceRating {
margin-bottom: 10px;
}

#ProductDetails .ProductTinyImageList ul li {
background-color: transparent;
}

.ProductTinyImageList ul li div {
display: block;
}

.slide-show {
background: url(../images/SlideBackground.png) no-repeat;
padding: 17px;
}

.slides, .flex-control-nav, .flex-direction-nav {
margin-top: 2px;
}

.AddThisButtonBox {
width: 70%;
}

.Left #SideCategoryList li a:hover, .Left .slist li a:hover, .Left .afterSideShopByBrand a:hover, .Left #GiftCertificatesMenu li a:hover, .Left #SideAccountMenu li a:hover {
color: #B25A5A;
}

.PageMenu li ul:before {
border-color: transparent;
}

.PageMenu li ul {
background: #fff;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.PageMenu li ul li a {
color: #616161;
}

.PageMenu li ul li a:hover {
color: #B25A5A;
}

.CartLink a:hover {
color: #ccc;
}

#SideCategoryShopByPrice a {
color: #616161;
}

#SideCategoryShopByPrice a:hover {
color: #C56D6D;
}

#SideCategoryShopByPrice h2 {
margin-top: 20px;
color: #C56D6D;
border-bottom: 2px dashed #767887;
}

.Content .FeedLink {
display: block;
}

.footer #SideCategoryList li a, .footer #SideCategoryList .sf-menu li a, .footer .CategoryList .sf-menu li a {
text-align: center !important;
}

.Left h3 {
margin-bottom: 20px;
}

.Block.banner_home_page_bottom {
margin-bottom: 40px;
}

.productOptionPickListSwatch .outStock .swatchColour:after, .productOptionPickListSwatch .outStock .thumbnail:after, .productOptionViewRectangle .outStock .name:after {
background: url(../images/out-of-stock-bg.png) no-repeat center center;
}

.EstimateShipping p.Submit {
padding: 10px;
}

.btn.alt, .btns .btn-clear {
margin-left: 20px;
}

.wishTrigger {
margin-left: 0 !important;
}

/* Social Icons */

.SocialIcons {
text-align: center;
}
.SocialIcons li {
display: inline !important;
float: none;
}
.icon-social {
width: 55px !important;
height: 51px !important;
}
.icon-facebook {
background: url(../images/Facebook.png) no-repeat !important;
}
.icon-twitter {
background: url(../images/Twitter.png) no-repeat !important;
}
.icon-pinterest {
background: url(../images/Pin.png) no-repeat !important;
}
.icon-googleplus {
background: url(../images/Google.png) no-repeat !important;
}
.icon-youtube {
background: url(../images/YouTube.png) no-repeat !important;
}
.icon-linkedin {
background: url(../images/Linked.png) no-repeat !important;
}
