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

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #121212;
    height: 100%;
    background: url(../../../product_images/uploaded_images/body-bg.jpg) repeat-x #e5e5e5;
}

li{
  list-style:none;
}

p {
    line-height: 1.6em;
    margin-bottom: 10px;
    clear: both;
}

a{
    color: #262b2f;
    font-weight: normal;
    text-decoration:none;
}

a:hover {
    color: #1479b3;
    text-decoration: none;
}

h1 {
    clear: both;
    font-size: 1.6em;
    font-weight: bold;
    color: #1479b3;
    margin: 0 0 6px 0;
}

h2, .TitleHeading {
    font-size: 0.75em;
    font-weight: bold;
    color: #DD2020;
    margin: 6px 0 6px 0;
}

h3 {
    font-size: 11px;
    color: #A30114;
    margin-bottom: 6px;
}

h4 {
    margin-bottom: 6px;
    font-size: 1.0em;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #a30114;
}

img, img a {
    border: 0;
}

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

li {
    margin: auto;
    padding: 0 0 8px;
}

.Clear {
    clear: both;
}

blockquote {
    margin-left: 28px;
}

hr {
    margin: 10px 0;
    padding: 0;
    background: #c7d7db;
    height: 1px;
    border:0;
    color: #c7d7db;
}

#Container {
    margin: 0 auto;
    width:988px;
}

#Header {
    background-position:top left;
    background-repeat: no-repeat;
    background-image: none !important;
   /* background-color: #55595C;*/
    height: auto;
    position: relative;
}

#Header .TopMenu {
    margin:0 0 0 10px;
    font-size:12px;
    height:40px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    
}

#Header .TopMenu ul, #Header .TopMenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#Header .TopMenu li {
    float: left;
}

#Header .TopMenu li a, #Header .TopMenu li div {
    background: transparent url('../../../product_images/uploaded_images/topmenuitembg.jpg') no-repeat left center;
    color:white;
    display:block;
    float:left;
    margin:0px 0 0;
    padding:0 10px;
    text-align:center;
    text-decoration:none;
 line-height: 40px;
}

#Header .TopMenu li a:hover {
    text-decoration:none;
    color:#f9c33f;
}

#Header .TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    background: transparent;
    float: none;
}

#Header .TopMenu li.First a {
    background: none;
}

#Logo {
    clear: both;
    float: left;
    height: 115px;
    margin: 10px 0 15px;
}

#Logo h1 {
    background:transparent url('../../Infinity/images/red/Logo.png') no-repeat top left;
    padding: 0 0 0 65px;
    color:#FFFFFF;
    font-size:1.6em;
    letter-spacing:-0.05em;
}

#Logo h1 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#SearchForm {
    color:#4391BD;
    display:inline;
    float:right;
    margin:20px 0px 0 0;
    background:#e8e8e8;
    padding:5px;
    border:1px solid #fff;
}

#SearchForm label {
    color:#FFFFFF;
    font-size:1.3em;
    font-weight:bold;
    letter-spacing:-0.05em;
}

#SearchForm input.Textbox {
    /*background:transparent url('../../Infinity/images/SearchKeywordsBg.gif') no-repeat scroll 0 50%;*/
    border:0 none;
    font-size:0.9em;
    height:18px;
    padding:3px;
    width:192px;
   float:left
}

#SearchForm .Button {
    background: #174786 none repeat scroll 0 0;
    border: 0 solid #fff;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: lato;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 0 5px;
    text-shadow: 0 0 4px #222;
}

#SearchForm p {
    margin:0 0 0 55px;
}

#SearchForm a {
    color:#4391BD;
    font-size:0.85em;
    text-decoration:none;
}

#SearchForm a:hover {
    text-decoration: underline;
}

#Menu {
  bottom: 0;
    height: 44px;
    left: 0;
    width: 100%;
}

#Menu ul {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#Menu li {
    /*background:transparent url('../../Infinity/images/red/MenuRightBg.gif') no-repeat right top;*/
    float:left;
    list-style: none;
    margin:0;
    padding:0;
    position:relative;
    height:43px;
    border-right:1px solid #5f6d73;
    text-decoration:none;
}
#Menu li ul li{ height:auto;}

#Menu li a {
    color: #040404;
    display: block;
    float: left;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 43px;
    padding: 0 19px;
    text-align: center;
    text-decoration: none;
}

#Menu li a:hover{
 text-decoration:none;
 color:#ff0000;
}
#Menu li ul li:hover{ background-color: #040404!important;}

#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 43px;
    left: -1px;
    display: none;
    text-align: left;
    font-size: 15px;
    background: transparent;
    z-index: 999;
    background-color: #a30114;
    border: 1px solid #7a0110;
    border-top: 0;
    margin: 0;
}

#Menu li ul li {
    clear: both;
    color: white;
    text-align: left;
    background: transparent;
    margin: 0;
    background: transparent;
    border:none;
}
#Menu li:nth-child(3) ul{width:525px;}

#Menu li:nth-child(3) ul li {
    clear: none;
    color: white;
    text-align: left;
    background: transparent;
    margin: 0;
    background: transparent;
    border:none; float:left;
width:50%;
}
#Menu li:nth-child(3) ul li a{ width:98%}
#Menu li ul li a {
    padding: 5px 10px 5px 10px;
     font-family: Arial !important;
    font-size: 12px;
    text-align: left;
    margin: 0;
    width: 160px;
    height: auto;
    background: transparent;
  line-height:18px;
    color:#fff!important;
}

#Menu li ul li a:hover {
    text-decoration: none;
    color: #fff !important;
}

#Menu li:hover a, #Menu li.over a{
    text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}

#Menu li ul li a:hover {
    text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
    display: block;
}

#Wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 6px #666;
    clear: both;
    overflow: hidden;
    padding: 0 10px 15px;
}

#Outer {
   /* background: #fff;*/
}

.Left {
    float:left;
    width:200px;
    padding-top: 12px;
    font-size:0.85em;
}

.Right {
    float: right;
    width:150px;
    padding-top: 12px;
    font-size:0.85em;
}

.Left .Block, .Right .Block {
    margin-bottom: 12px;
}

.Left .BlockContent, .Right .BlockContent {
    margin-left: 0px;
   border-top: 0;
}

.Left .BlockContent, .Right .BlockContent {
}
.Left h2, .Right h2 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
background: none repeat scroll 0 0 #555;
    padding: 5px ;
}

.Right #SideProductAddToCart h2 {
    background: url('../../Infinity/images/red/SideTop2.gif') no-repeat; top;
}

.Right #SideProductAddToCart .BlockContent {
    border-color: #C9DEE9;
    background: #F5F9FB;
}
.Right h2, .Right .BlockContent {
    margin-right: 10px;
    margin-left: 0;
}

.Left ul, .Right ul {
    margin: 0;
    padding: 0;
}

.Left li, .Right li {
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom: 4px;
}

.Left li a, .Right li a {
    background-color:transparent;
    display:block;font-size: 12px;
    text-decoration:none;
    padding:4px 5px 2px 0;
}

.Left li:hover, .Right li a:hover {
    text-decoration: none; background:#f1f1f1;
}
.Left .category-list li a:hover {
    text-decoration: none;
}
.Left #SideCategoryList li{
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 4px; position:relative;
}
.Left #SideCategoryList li:hover ul{display:block;}

.Left #SideCategoryList li ul {

    padding: 1px;
    display:none;
    position:absolute;
   top:0px;
   left:200px; background:#fff; width: 300px; border:2px solid #f1f1f1;z-index:9999;
}

.Left #SideCategoryList li ul li a{ font-size:12px!important;}
.NewsletterSubscription input.Textbox {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    font-size: 12px;
    height: 29px;
    padding: 0px 10px 3px;
    width: 230px;
    float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.NewsletterSubscription .Button{
  background:#f8c13b;
   border-radius: 6px;
    display: block;
    font-size: 14px;
     border:none;
     color:#222;
     float:left;
     padding:5px;
     margin-left:10px;
     cursor:pointer;
}

.Content {
    float:left;
    width:750px;
    padding:0 0 10px 10px;
}
.ImageCarouselBox{padding-left: 0 !important;}
.Content.Widest {
    width:950px;
}

.Content .Block {
    clear:both;
   
}

.Content h1, h2, .TitleHeading {
    color:#a30114;
    font-size:20px;
    font-weight:bold;
    margin:0 0 6px;
}

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

.Content .ProductList li {
    padding-bottom: 5px;
    padding-top: 5px;
    border:0px solid #D6D6D6;
    float:left;
    font-size:0.9em;
    margin:10px 10px 0 0;
    padding-right: 10px;
    overflow:hidden;
    width:47%;
}

#CategoryContent .ProductList li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 250px !important;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 150px !important;
}
#CategoryContent .ProductList li .ProductPriceRating{ padding:10px 0;}
.Content .ProductList .ListView {
    width:auto !important;
}
#SimilarProductsByCustomerViews .ProductList li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 250px !important;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 150px !important;
}
#CategoryContent .ProductList li .ProductImage{width: 100% !important;}
.Content .ProductList li:hover {
    background-color: #f6f6f6;
}

.Content .ProductList .ProductImage {
    float:left;
    background: #fff;
    padding: 5px 0 5px 5px;
    margin-right: 15px;
    width: 120px;
    height: 10.5em;
    text-align:center;
}


.Content .ProductList .ProductDetails {
    margin-top: 10px;
}

.ProductDetails strong {
    color:#262B2F;
    font-weight: bold;
}

.ProductDetails strong a {
}

.ProductPriceRating em {
    display: block;
}

.ProductList .Rating {
    font-size: 0.9em;
    font-weight: bold;
}

.ProductList .Rating img {
    height: 12px;
    margin-top: 3px;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}

.Content .FeaturedProducts li {
    background-color: #F6F6F6;
}

.Content .FeaturedProducts li:hover {
    background-color: #f0f0f0;
}

#Footer {
    background:#040404;
    clear:both;
    color:#FFFFFF;
    font-size:0.85em;
    padding:0 0 0;
    text-align:center;
    position:relative;
}

#Footer ul {
    padding:0;
    margin:0;
}

#Footer li {
    list-style: none;
    margin:0;
    padding:0;
    /*display: inline;*/
}

#Footer li div {
    /*display: inline;*/
}

#Footer li a, #Footer li div {
  /*border-left:1px solid #1479B3;*/
    color:#FFFFFF;
   /*padding:0px 10px 0;*/
    text-decoration:none;
    line-height:20px;
    font-size:12px;
}

#Footer li a:hover{
  color:#afafaf;
  text-decoration:none;
}

#Footer .TopMenu li.First a {
    border-left: none;
}

#Footer li div a {
    border-left: 0;
    padding: 0;
}

#Footer p {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#Footer a {
    color:#1479B3;
}



.TopSellers .TopSellerNumber {
    background:transparent url('../../Infinity/images/red/TopSellerNumberBg.gif') no-repeat scroll 0 4px;
    font-weight: bold;
    color:#FFFFFF;
    float:left;
    font-size:1.2em;
    padding:6px 0 5px 7px;
    width:21px;
}

.Content .TopSellerProductList li .ProductDetails {
    float:left;
    padding:3px 0;
    width:105px;
    margin-top: 0;
}

.Content .TopSellerProductList li.TopSeller1 {
    background:#FFFFFF;
    border:1px solid #D6D6D6;
    clear:both;
    height: 12em;
    margin-right: 10px;
    padding:15px 5px;
    width:47%;
}

.Content .TopSellerProductList li.TopSeller1 .ProductImage {
    display: block;
    float:left;
    overflow:hidden;
    text-align:center;
    width:130px;
    margin-right: 10px;
}
.Content .TopSellerProductList li.TopSeller1 .ProductImage img {
    max-width: 130px;
}
.Content .TopSellerProductList li.TopSeller1 .TopSellerNumber {
    background:transparent url('../../Infinity/images/red/TopSellerNumber1Bg.gif') no-repeat scroll 0;
    display:block;
    font-size:2em;
    height:34px;
    margin:0 0 5px;
    padding:7px 0 3px;
    text-align:center;
    width:44px;
}

/* 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;
}

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

.Breadcrumb {
    font-size: 0.9em;
    padding:8px 0;
    border-bottom: 1px solid #DCDFE2;
}

.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}

.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../Infinity/images/BreadcrumbSep.gif') no-repeat right;
}

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

.FindByCategory li {
    padding-left: 12px;
    margin-left: 20px;
    background: url('../../Infinity/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}

.Meta {
    color: #444;
    font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
    padding-right: 5px;
}

.Content .FeedLink {
    margin-top: 4px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.ClearRight {
    clear: right;
}

.ClearLeft {
    clear: left;
}

.SortBox {
    font-size: 0.95em;
    color: #444;
}

.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 4px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field80 {
    width: 80px;
}

.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;
    margin-top: 5px;
}

.ErrorMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
    margin-top: 5px;
}.CreateAccount {
    float: left;
    width: 48%;
    border-right: 1px solid #ccc;
}

.AccountLogin {
    float: left;
    padding-left: 20px;
    width: 48%;
}

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 {
    width: 239px;
    float: right;
}
.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.ComparisonCheckbox {
    margin-top: 5px;
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductList .ProductDetails a{
    float: left;
    display: block;
    width: 115px;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

.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; }

.ViewCartLink {
    text-align: center;
    display: block;
    padding-top: 4px;
}

/* 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 {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight: bold;
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    padding-top: 5px;
}

.MiniCart .SubTotal {
    text-align: center;
    font-size: 115%;
    color: #075899;
}

.JustAddedProduct {
    width: 118px;
    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;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.CategoryPagination .PagingList li {
    display: inline;
    padding: 0 5px;
}.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 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; background: url('../../Infinity/images/red/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

.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;
}

.SubCategoryList {
    padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../Infinity/images/SubCategory.gif') no-repeat 3px 1px;
}

.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, .ProductReviewList li {
    clear: both;
    list-style: none;
}

.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;
}

.GiftCertificateThemeList input {
    margin-bottom: 5px;
    vertical-align: middle;
}

.PaymentOptions {
    width: 545px;
}

.ProductReviewForm {
    padding-left: 20px;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width: 180px;
    clear: both;
    text-align: right;
}

/** 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:seashell;
    padding:5px;
    border:1px solid lightgray;
}

/* 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;
}

#Header .TopMenu li.HeaderLiveChat {
    float: right;
}

#Header .TopMenu li.HeaderLiveChat div {
    border-left: 0;
    background-image: none;
}

#Header .TopMenu li.HeaderLiveChat a {
    background-image: none;
    font-weight: bold;
    border: 0;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../Infinity/images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
    padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left:55px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
    width: 8px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{
    width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../Infinity/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
    float:left;
    margin-left:20px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput, p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 2px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 2px;
    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('../../Infinity/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */
.TabNav, .TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TabNav {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 4px;
}

.TabNav li {
    display: inline;
}

.TabNav li a {
    position: relative;
    top: 2px;
    font-size: 12px;
    padding: 4px 6px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
}

.TabNav li a:hover {
    text-decoration: none;
}

.TabNav li.Active a {
    margin-top: 0px;
    padding-top: 7px;
    font-weight: bold;
}


.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 {
      background-image: none;
    float: left;
    height: 120px;
    margin: 0 !important;
    padding: 15px 2% !important;
    width: auto !important;
}
.ProductList .ProductImage img {
    height: auto;
    max-height: none;
    max-width: 120px;
    vertical-align: middle;
    width: auto;
}
.Content .ProductList.List .ProductDetails {
   background-image: none;
    clear: none;
    display: inline;
    height: auto;
    margin: 0 !important;
    padding: 0 0 0 5px;
    text-align: left;
}

.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
    font-style: italic;
    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;
}

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    padding-left: 70px;
}

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

.ProductDetailsGrid .Value {
    display: inline;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

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

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

/* 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('//cdn3.bigcommerce.com/r-f21369a50d6397a1d6aa71f6a876b3787a78e1fb/themes/ClassicNext/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: 430px;
    height: 265px;
}

#VideoSingle {
    padding-left: 10px;
    width:430px;
}

#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;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    background: #FCF5AA;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:10px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left:auto;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 0px solid gray;

}


#ProductDetails .ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

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

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}

/* Category flyout styles (structural) */

/* Menu containers */

#SideCategoryList .sf-menu,
#SideCategoryList .sf-menu ul,
#SideCategoryList .sf-menu li {
    width: 128px; /* the width must be fixed to the use of floats */
}

/* Menu links */
#SideCategoryList .sf-menu a {
    padding: 5px 10px 5px 10px;
    width: 108px; /* this + paddings must equal the root width above for hovers to work */
}

/* Child override: menu containers */
#SideCategoryList .sf-menu ul {
    left: 128px;
}

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
    padding: 5px 10px 5px 10px;
    font-weight: normal;
    width: 108px; /* this + paddings must equal the child width above for hovers to work */
}
#brand_text{
text-align:justify;
font-size:12px;
height:230px;
margin-top: 10px;
}

/* End: category flyout styles */


/**************************************************************/

.contact-sec{
    float:left;
    width:310px;
    float:left;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    color:#080808;
    margin: 20px 0 0 60px; font-weight:bold;
}

.contact-sec p{
    margin-bottom:0; font-size: 14px;
}

.contact-sec .red{
    color:#c81a2d;
}

.contact-sec .email{
    font-size:16px;
}

.search-sec {
   float:right;
}

.search-sec .adv-search{

  width:272px;
  text-align:center
}

.search-sec .adv-search a{
  color:#174786;
  font-size:11px;
  text-decoration:none;
  text-transform:uppercase;
}

.clr{clear:both;}

.search-sec .social-icon{
   float:right;
}

.social-icon li{
  list-style:none;
  float:left;
  padding:0 4px;
}

.feature-desc{
  padding: 20px 0px 0px; /* 20px 0px 20px - changed 07/15/2015 - Joscor */
  color: #121212;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
  margin-bottom: 0px; /* 20px - changed 07/15/2015 - Joscor */
}

.feature-desc .head{
  color:#121212;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:24px;
}

#Header .cart-sec{
  float:right !important;
  background: url(../../../product_images/uploaded_images/cart-icon.png) no-repeat left center;
  padding:0 0 0 20px !important;
}

#Header .cart-sec a{
  background: none !important;
}

.feature-desc .heading{
  color:#a30114;
  font-size:22px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight:normal;
}

#HomeNewProducts h2{
  background-color:#686e72;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:22px;
  font-weight:normal;
  padding:8px 12px;
  margin:0;
}

#HomeNewProducts .BlockContent    {
  background:#fff;
  border:1px solid #ccc;
  overflow:hidden;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  padding: 10px 10px 20px;
}


#HomeNewProducts .ProductList li{
  width:202px;!important;
  height:250px !important;
  background:none;
  padding:0 10px;
  margin-bottom:10px;text-align: center;
}
#HomeNewProducts .ProductList .ProductPriceRating{padding:6px 0 0 0;}
#HomeNewProducts .ProductList .ProductImage{
  float:none;
  margin:0px auto;
}
.ProductImage{overflow:hidden;}
.ProductImage img{width:auto; height:auto;}
.newsletter{
  background-color:#910918;
  padding:10px 0;
}

.newsletter .newsletter-sec{
  margin: 0 auto;
  width: 988px;
}

.newsletter-sec .news-txt{
  color:#fff;
  font-size:14px;
  font-style:italic;
  float:left;
  font-weight:bold;
  padding-top:7px;
  font-family: arial;
  margin-left:10px;
}

#Footer #SideNewsletterBox{
  float:right;
  width:356px; display:block;
}

#SideNewsletterBox{
  float:right; display:none;
  width:365px;
}

.footer-content{
  margin: 0 auto;
  width: 988px;
}

.footer-row{
  display:table;
  content: " ";
}

.footer-row .column{
  width:250px;
}

.footer-row .follow-us{
  background:url("../../../product_images/uploaded_images/followus-sec.png") no-repeat;
  position:absolute;
  width:228px;
  height:121px;
  top:41px;
  padding: 20px 15px 0;
  text-align:center;
}

.footer-row .follow-us h3{
  color:#fefedc;
  font-size:14px;
  font-family: arial;
  border-bottom:1px solid #575757;
  padding-bottom: 7px;
  font-weight:normal;
}

.footer-row .follow-us ul li{
  display:inline;
}

.footer-row .column2{
  width:200px;
  margin-left:300px;
  text-align:left;
  float:left;
}

.footer-row h2{
  color:#fff;
  font-size:16px;
  font-family: arial;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:25px;
}

.footer-row .column3{
  width:200px;
  text-align:left;
  float:left;
}

.footer-row .column4{
  width:230px;
  text-align:left;
  float:left;
}

#Footer .copyright{
  background-color:#292929;
  padding:12px 0;
}
.cat-sec1{
 border-bottom:1px solid #ccc;
 padding-bottom:20px;
 overflow:hidden;
}
.cat-sec1 ul{
  margin:0;
}
.cat-sec1 ul li{
  float:left;
  padding:0px;
  margin:10px 3px 0; opacity:1;
}

.cat-sec1 ul li:hover{ opacity:.5}

.cat-sec1 ul li img{border:3px solid #fff;}
.cat-sec1 ul li:hover img{border:3px solid #333;}
.cat-sec ul{
  margin:0;
}

.cat-sec{
 border-bottom:1px solid #ccc;
 padding-bottom:20px;
 overflow:hidden;

}

.cat-sec li{
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 2px;
  margin-top:10px;
}

.home{width:100%; padding:0;}

#CreateAccountButton{background:#393939; border:0; padding:3px; border-radius:5px; color:#FFFFFF;}
#LoginButton{background:#393939; border:0; padding:3px !important; border-radius:5px; color:#FFFFFF;}
.billingButton{background:#393939; border:0; padding:3px; border-radius:5px; color:#FFFFFF;}
.shippingButton{background:#393939; border:0; padding:3px; border-radius:5px; color:#FFFFFF;}
#Menu li.Home a span
#Menu li.Home a span{
   background:url("../../../product_images/uploaded_images/home.png")no-repeat;
   display: block;
   height: 27px;
   width: 30px;
   position:relative;
}

#Menu li.Home a:hover span{
  /* background:url("../../../product_images/uploaded_images/home-hover.png")no-repeat;
   height: 27px;
   width: 30px;*/
}

#Menu li.ActivePage a{
  color:#ff0000;
}

#Menu li.Home a span{
  background: rgba(0, 0, 0, 0) url("../../../product_images/uploaded_images/home-hover.png") no-repeat scroll left center;
    display: block;
    float: left;
    height: 43px;
    text-align: center;
    vertical-align: bottom;
    width: 30px;
}
 

.AddCartButton .quantityInput{
  margin-right:5px;
}

.fastCartSummaryBox .ProceedToCheckout .CheckoutButton a{
  background:url("../../../product_images/uploaded_images/checbutton.gif")no-repeat !important;
  display: block;
  height: 34px;
  width: 187px;
}

.fastCartSummaryBox .ProceedToCheckout .CheckoutButton img{
  display:none;
}

span{
  text-decoration: none !important;
}
#Menu li:nth-child(3) ul li:nth-child(1) a{ font-weight:bold; font-size:14px;}
 #Menu li:nth-child(3) ul li:nth-child(1){ width:100%; background:#333; padding:6px 0px;}
#Menu li:nth-child(3) ul li:nth-child(12) a{ font-weight:bold;font-size:14px;}
 #Menu li:nth-child(3) ul li:nth-child(12){ width:100%; padding:6px 0px; background:#333;}
.AddThisButtonBox {
    margin: 15px 0 !important;
    padding-left: 47px;
    width: auto;
}

.PinterestButtonContainer {
    float: left;
    height: 22px;
    left: -511px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    top: -189px;
    width: 46px;
}
.Left ul li a { font-size:12px; font-weight:bold;}
.Left ul li ul li a {  font-size: 12px;
    font-weight: bold;
    padding: 5px 0;}
#ProductDescription ul li{list-style: disc outside none;}
#lipsum ul li{list-style-type:circle;}
#lipsum h3{font-size:15px; padding:7px 0 5px;}
.fix-social-link{position:fixed; top:300px; left:0; width:125px; z-index:9999; background:#000; padding:8px; border-radius:0 4px 4px 0;}
.fix-social-link span{margin-bottom:8px;}
.fix-social-link ul{padding:0; margin:0;}
.bbb{padding-top:20px;}
.follow-us img:hover {
    transform: rotate(30deg);
}
.at4-icon:hover {
    transform: rotate(30deg);
}