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


/* General */
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    height: 100%;
}
input, select, textarea {
    font-family: "Open Sans", sans-serif;
}
input {
    padding: 5px;
}
.Content input, .Content select, .Content textarea, div.categoryPicker, input[type="text"] {
    padding: 5px;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #dedede;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.Content input[type="image"] {
    border: none;
    box-shadow: none;
}
.Content input:focus, .Content select:focus, .Content textarea:focus, div.categoryPicker:focus {
    border: 1px solid #ababab;
}
input[type="radio"], input[type="checkbox"] {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

input[type="radio"] {
    margin-top: 4px;
}


p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
h1, h2, .TitleHeading {
    letter-spacing: -1px;
    font-size: 2em;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}
h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 4px;
}
img, img a {
    border: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
    font-style: italic;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}
fieldset {
    border-radius: 10px;
    padding: 15px 25px;
    background: #fdfdfd;
    border: 1px solid #ddd;
}

/* 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: 0px;
    margin-left: 170px;
    margin-bottom: 5px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin-left: 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 60px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

.fastCartContent {
    width: auto !important;
}
.fastCartThumb img {
    max-width: 206px;
}
/* Page Containers */
#Container {
    width: 980px;
    margin: auto;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}


/* Top Navigational Menu */
#TopMenu {
    clear: both;
    float: left;
    width: 700px;
    height: 35px;
    padding: 0;
    margin: 0;
}
#TopMenu ul {
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 7px 0 0 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0 5px 0 10px;
    margin: 4px 0 4px 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
#TopMenu li a:hover {
    text-decoration: underline;
}


/* Pages Menu */
#Menu {
    float: right;
    width: 545px;
    margin: 38px 0 0 0;
}
#Menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px 5px;
}
#Menu li a {
    display: block;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
}
#Menu li a:hover {
    text-decoration: none;
}
#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 32px;
    right: 5px;
    display: none;
    z-index: 999;
    padding: 0;
    margin: 0;
    border: 1px solid #393939;
    overflow: hidden;
}
#Menu li ul li {
    clear: both;
    margin: 0px;
    padding: 0px;
    background: none;
    display: block;
    float: none;
}
#Menu li ul li a {
    font-size: 0.9em;
    text-align: right;
    margin: 0;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    color: white;
}
#Menu li ul li a:hover {
    text-decoration: none;
    background: #666;
    border-radius: 0px;
}
#Menu li:hover ul, #Menu li.over ul {
    display: block;
}
/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
    padding-bottom: 0;
}
#Wrapper {
    clear: both;
    width: 980px;
    padding: 0;
    margin: 0;
}


/* Header */
#Header {
    clear: both;
    width: 980px;
    min-height:91px;
    padding:5px 0;
}
#HeaderUpper { /* Contains Topmenu & Search */
    float: left;
    width: 980px;
}
#HeaderLower {
    clear: both;
    float: left;
    width: 980px;
}



/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#SideCategoryList h2 {
    float: left;
    min-height: 35px;
    font-size: 1.3em;
    padding: 10px 15px 0 10px;
    margin: 0 5px 0 1px;
}
#SideCategoryList ul, #SideCategoryList .sf-menu ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#SideCategoryList li, #SideCategoryList .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#SideCategoryList li a, #SideCategoryList .sf-menu li a {
    display: block;
    height: 29px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 9px 10px 0;
    margin-top: 0px;
    color:white;
    margin-right: 0px;
    position: relative;
}

#SideCategoryList .sf-menu > li > a.sf-with-ul, #SideCategoryList .category-list > li > a.sf-with-ul {
    padding: 9px 10px 0 21px;
}

#SideCategoryList li a:hover, #SideCategoryList .sf-menu li a:hover {
    color: #000 !important;
}
#SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 38px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}
#SideCategoryList li ul li ul, #SideCategoryList .sf-menu li ul li ul {
    top: 0px;
    left: 100%;
    display: none;
    min-height: 100%;
}
#SideCategoryList li ul li, #SideCategoryList .sf-menu li ul li {
    clear: both;
    margin:0;
    position: relative;
}
#SideCategoryList li ul li a, #SideCategoryList .sf-menu li ul li a {
    font-size: 14px;
    text-align: left;
    width: auto;
    min-width: 150px;
    height: auto;
    padding: 7px 26px 7px 14px;
    margin: 0;
    color: #000;
    white-space: nowrap;
}
#SideCategoryList li ul li ul li:hover, #SideCategoryList .sf-menu li ul li ul li:hover {
    background: #000 !important;
}
#SideCategoryList li:hover ul, #SideCategoryList li.over ul {
    display: block;
}
#SideCategoryList li:hover ul li ul, #SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul, #SideCategoryList li ul li.over ul {
    display: block;
}
/* Holly Hack. IE Requirement */
* html #SideCategoryList ul li { float: left; height: 1%; }
* html #SideCategoryList ul li a { height: 1%; }
/* End */
.sf-sub-indicator {
    display: none !important;
}


/* Logo */
#Logo {
    float: left;
}
#Logo h1 {
    font-size: 3.2em;
    padding: 0px;
    margin: 0;
}

#Logo #LogoContainer {
    display: table-cell;
    height: 91px;
    vertical-align: middle;
    text-align: center;
}

#Logo #LogoImage {
}
#Logo h1 a {
    text-decoration: none;
}


/* Top Search Form */
#SearchForm {
    float: right;
    width: 182px;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    z-index: 9999;
    height:22px;
    background: #FFF;
    border-radius: 3px;
}
#SearchForm form {
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    width: 140px;    
    padding: 0 0 0 10px;
color: #010101;
}
#SearchForm .Button {
    width: 11px;
    height: 11px;
    padding: 0;
    background: transparent;
    vertical-align: top;
    margin: 5px 0 0 3px;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}


/* Left Content Area */
.Left {
    float: left;
    width: 190px;
    margin: 0 0 0 10px;
    display: inline;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left h2 {
    font-size: 26px;
    margin: 0;
    text-align: center;
    padding: 3px 5px 0px;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}


/* Primary Content Area */
.Content {
    float: left;
    width: 580px;
    margin: 0;
    padding: 0 0 10px 0;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 780px;
}
.Content.Wide.WideWithLeft {
    width: 780px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 980px;
}


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


/* Top banner styles */
.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {

}
.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {

}


/* Lower & Footer Content */
.Center { /* Centers content */
    clear: both;
    width: 980px;
    padding: 20px 0 0 0;
    margin: 0 auto;
}
#Footer { /* Copyright info */
    clear: both;
    font-size: 0.85em;
    text-align: right;
    padding: 0;
    margin: 0;
}


/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    font-size: 0.9em;
}
.NewsletterSubscription input {
    width: 140px;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0px 5px 0px 0px;
    height: 19px;
    border-radius: 3px;
    border: none;
}
.NewsletterSubscription .Button {
    border: 0;
    vertical-align: top;
    margin: -1px 0px 0px;
    padding: 0px;
    border-radius: 0px;
    line-height: 1;
    padding: 0px 14px !important;
    border-radius: 50px !important;
    width: auto !important;
    height: 27px;
    font-size: 13px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0c0c0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c0c0c0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c0c0c0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c0c0c0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c0c0c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0c0c0',GradientType=0 );
    color: #000;
}


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


/* Product Listings */
.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Content .ProductList, .Content .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Content .ProductList li {
    list-style: none;
    min-height: 21em;
    font-size: 1em;
    margin: 3px;
    overflow: hidden;
}
.Content .ProductList .ProductImage {
    width: 220px;
    height: 21em;
    text-align: center;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;       
}
.Content .ProductList .ProductDetails {
    margin: 5px 0 5px 0;
}
.ProductList a {
    text-decoration: none;
}
.ProductList a:hover {
    text-decoration: underline;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}
.ProductPrice, .ProductList em {
    font-style: normal;
    font-weight: bold;
}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: block;
}
.ProductList li .ProductCompareButton {
    margin-top: 3px;
}
.ProductList li .ProductActionAdd a {
    font-size: 0.9em;
}
.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}


/* Top Seller Block Specific */
.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1, .Left .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
    display: none;
}


/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 0.9em;
    padding-bottom: 4px;
}
.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('../images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul, .FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../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 {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    color: #444;
    padding: 12px 5px 0 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 10px 5px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field55 {
    width: 55px;
}

.Field100 {
    width: 125px;
}

.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, .ErrorMessage, .SuccessMessage, .SpecificInfoMessage {
    padding: 10px 10px 10px 34px;
    margin: 15px 0px;
    border: 2px solid #666;
    color: #606060;
    background: #FFF url('../images/message-icons.png') no-repeat 15px center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0 -5px 10px 10px rgba(150, 150, 150, 0.2);
    border-radius: 25px;
    line-height: 1.2;
}

.InfoMessage {
    background-image: url('../images/message-info.png');
    border-color: #4e91cf;
    color: #06a;
}

.SuccessMessage {
    background-image: url('../images/message-success.png');
    border-color: #7cc576;
    color: #080;
}

.ErrorMessage {
    background-image: url('../images/message-error.png');
    border-color: #d85757;
    color: #800;
}

.SpecificInfoMessage {
    padding: 10px 19px;
    background-image: none;
}

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

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

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

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

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

.PrimaryProductDetails .ProductMain {
    float: left;
    width: 340px;
}
.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
    margin-top: 0;
}

.PrimaryProductDetails .ProductMain {
    float: left;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.ProductDescriptionContainer {
    line-height: 1.5;
}

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

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

.Right hr {
    margin: 5px 0 0;
}

.Content h3 {
    margin-bottom: 5px;
}

.ComparisonCheckbox {
    float: left;
}

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

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.ProductOptionList {
    margin-top: 5px;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.ProductOptionList input {
    vertical-align: middle;

}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.CategoryPagination {
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.CategoryPagination .PagingList li {
    display: inline;
    padding: 0 5px;
}

/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; position: relative; z-index: 9999; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 12px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-weight: bold; font-size: 12px; padding-right: 5px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.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: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 0px;
}

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

.SubCategoryList li {

}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

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

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

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

.KeepShopping {
    font-size: 13px;
}
.KeepShopping a {
    display: block;
}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#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 #dadada;
    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 {

}

.CurrencyList a:hover .Text {

}

.CurrencyList a .Flag {
    margin-top: 0px;
    display: block;
    float: left;
    width: 16px;
    padding-right: 5px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
    font-size: 0.9em;
    font-style: italic;
    margin-left: 4px;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    padding: 7px;
    float: right;
}

.EstimateShipping dt {
    width: 130px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 140px;
}

.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;
    font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
width: 170px;
display: inline;
font-size: 10px;
font-weight: normal;
font-style: italic;
line-height: 1;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 235px;
    top: 5px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

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

.SubCategoryListGrid li {
    padding: 0;
    background: #fff;
    text-align: center;
    float: left;
    margin: 0px 8px 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    height: auto !important;
    position: relative;
    overflow: hidden;
}

.SubCategoryListGrid li > a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 0px;
    font-size: 14px;
    color: white;
    background: #393939;
    width: 100%;
    text-decoration: none;
}

.SubCategoryListGrid li .Image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.SubCategoryListGrid li img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.SubCategoryListGrid li.Odd {
}

.SubCategoryListGrid li.RowDivider {
    display:none;
}

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

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

.SubBrandList li {
    margin-bottom: 4px;
}

.SubBrandListGrid {
    padding: 4px;
}

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

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

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.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('../images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

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

.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: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}

.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: 20px;
    background: url('../images/giftwrapping.png') no-repeat 0px 1px;
    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: 10px;
    margin-bottom: 0;
    padding: 6px 4px 6px 4px;
}
.TabNav li {
    display: inline;
}
.TabNav li a {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    top: 0px;
    font-size: 14px;
    padding: 6px 18px;
    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;
}


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

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 140px;
}

.ProductDetailsGrid .Label {
    margin: 0 0 6px -140px;
    float: left;
    width: 130px;
    font-weight: bold;
    padding-top: 0px;
    display: inline;
    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;
}



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

/** Product image gallery **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top: 25px;
    cursor:pointer;
    display: none;
}

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

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

}


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

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
    background: 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;
}
/** Product image gallery end **/
/** AJAX loading box - End **/

/* 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: 240px;
    height: 265px;
}

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

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

.fastCartContent .ProductList li {
    width: 120px !important;
}
.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}
.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}
.hiddenDiv {
    display: none;
    }
.visibleDiv {
    display: block;
}

#ModalContentContainer {
    overflow: hidden;
}
.NarrowFormContainer p.Submit {
margin-left: 40px;
}