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


.SalePrice {
 color:red!important;   
}



@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
        a#KoshkaLogo {
    background: url("/content/koshka_logo@2x.png")   no-repeat 0 0 !important;
    background-size: 169px 32px !important;}
}


/* My custom ad-ons */

.socialicon {
    height:23px;
    background-image:url('/content/social_icons_2.png');
    background-repeat: no-repeat;
    float: left;
    position:relative;
    margin-right: 4px;
}


.socialicon a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}


.frontpageimgbox {
 float:left;
    display:block;
    width: 300px;
    height: 262px;
    margin-bottom: 20px;
}

.youtube {background-position:0px 0px; width: 21px;}
.tumblr {background-position:-26px 0px; width: 21px;}
.pinterest {background-position:-54px 0px; width: 21px;}
.instagram {background-position:-83px 0px; width: 22px;}
.twitter {background-position:-112px 0px; width: 30px;}
.facebook {background-position:-152px 0px; width: 10px;}

div#provider_list.PL20 {
    font-size: 14px;
    padding:5px;
}

input#checkout_provider_checkout_paypalexpress.PAYMENT_PROVIDER_ONLINE {
    
    margin-bottom: 8px;
}

a#KoshkaLogo {
    width: 359px; height: 68px;
    position: relative;
    display: block;
    background: url("/content/koshka_logo_169.png")  no-repeat;
    margin-left: 405px;
margin-top: 20px;
    text-indent: -999%;
        }

#KoshkaLogo h2 {
    font-size: 12px;
    text-indent: -999%;        
    overflow: hidden;
    display: block;
        }

#Shipsfree {
    height: 12px;
    position: absolute;
    top: 9px;
    width: 980px;
    margin-left: 0px;
	left: 730px;

}



#NewSubCat ul{padding:0 !important; margin:0 !important; display:inline-block; margin: 0 5px;}
#NewSubCat ul:before{ display:none;}
#NewSubCat li { padding:0; margin:0; display:inline-block;}
#NewSubCat li ul{ position: relative; width:auto; padding:0 10px;}
#NewSubCat ul li a{ display: none;}
#NewSubCat ul li ul { background: transparent;}
#NewSubCat a:hover{ color: #000; }
#NewSubCat ul li ul li{ margin: 0 5px;}




Li.Even.SOLDOUTIMG {
    background-image:url('/content/soldout.png')!important; 

}

Li.Odd.SOLDOUTIMG {
    background-image:url('/content/soldout.png')!important; 

}

Li.Even.MORECOLORS {
    background-image:url('/content/morecolors.png')!important; 

}

Li.Odd.MORECOLORS {
    background-image:url('/content/morecolors.png')!important; 

}


.highlight {
            background:#FF6;
        }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
 
}

#nav li {
    float: left;
    white-space: nowrap;
    
    
}

#nav li a:hover {
    background-color: rgba(248,248,248,0.8);
    
}


#nav li ul {
    position: absolute;
    width: 162px;
    left: -999em;
    padding: 5px 15px 5px 0px;
    background-color: #fff;
    background-color: rgba(248,248,248,0.8);
    z-index:100;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.hover {
  position: static;
    
}

/* General */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
}
input, select {
    font-size: 12px;
}
input {
    padding: 0px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline; 
}
h2 {
    font-size: 1.7em;
    margin: 0 0 8px 0;
        font-family: Helvetica, Arial;
    font-weight: lighter;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 6px;
   
}
h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1em;
    margin-bottom: 4px;
    font-family: Helvetica, Arial;
}

img, img a {
    border: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}


/* 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;
    margin-top: 7px;
}
.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: 168px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Facebook plugin */

.fb_iframe_widget {
  
    vertical-align: middle;
}


/* Page Container */
#Container {
    width: 980px;
    margin: auto;
    overflow-x: hidden;
    
}

div.FacebookLikeButtonContainer iframe {
    height: 20px;
    width: 360px;
    z-index:-1;
}

div.FacebookLikeButtonContainer {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    z-index:-1;
    float: left;
    width: 52px;
}

.PinterestButtonContainer {
    
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    float: left;
}

/* Top Navigational Menu */
#TopMenu {
    padding: 0;
    margin: 0;
    
}
#TopMenu ul {
    float: right;
    list-style: none;
    font-size: 0.85em;
    font-weight: lighter;
    font-family: 'Open Sans', 'Heiti SC Light', sans-serif;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a, #TopMenu li div {
    
    display: inline;
    text-decoration: none;
    font-weight:lighter;
    font-size: 11px;
    padding: 5px 7px 5px 7px;
    margin: 4px 0 4px 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
}
#TopMenu li a:hover {
    text-decoration: underline;
}

#Login {
    height: 30px;
}


#Login a:hover {
    text-decoration: underline;
    background-color: #F8F8F8;
    margin-top: 8px; 
}


#Login a {
    padding: 5px 7px 5px 7px;
    margin: 4px 0 4px 0;
    font-weight: lighter;
    font-family: helvetica, arial;
    
     -webkit-transition: margin 0.1s ease-out;
    -moz-transition: margin 0.1s ease-out;
    -o-transition: margin 0.1s ease-out;
}



.productAttributeList .productAttributeLabel {
margin: 0 0 6px -40px;
float: left;
width: 130px;
font-weight: bold;
padding-top: 1px;
display: inline;
position: relative;
}








/* Pages Menu */
#Menu {
    clear: both;
    float: left;
    height: 40px;
    display: inline;
    width: 140px;
    margin-top: -33px;
margin-left: 405px;
}
#Menu ul {
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    
    margin: 0;
    padding: 0;
}
#Menu li.First a {
}
#Menu li a {
    display: block;
    font-size: 0.9em;
    
    font-weight: lighter;
    font-family: helvetica, arial;
    text-align: center;
    text-decoration: none;
    padding: 5px 9px 5px 9px;
    height: 20px;
    
}
#Menu li a:hover    {
}
#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 30px;
    left: 0;
    display: none;
    text-align: left;
    font-size: 1.1em;
    background: transparent;
    z-index: 1;
    margin: 0px;
}
#Menu li ul li {
    clear: both;
    text-align: left;
    background: transparent;
}
#Menu li ul li a {
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    width: 120px;
    height: auto;
}
#Menu li ul li a:hover {
}
#Menu li:hover a, #Menu li.over a{
}
#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}
#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;
}
#Wrapper {
    clear: both;
    width: 980px;
    padding: 10px 0 0 0;
    margin: 0;
}


/* Header */
#Header {
    width: 980px;
    height: 70px;
    clear: both;
    float: left;
    padding: 0;
    margin: 0;
    display: inline;
}


/* Logo */



#Logo {
    float: left;
    display: inline;
    
}
#Logo h1 {
    margin: 0px;
    font-size: 10px;
}
#Logo #LogoImage {
    margin-left: -17px;
    margin-top: 15px;
    width: 281px;
    height: 52px;
}
#Logo h1 a {
    text-decoration: none;
    
}



/* Free Shipping Promo */

#shipping-promo {
    font-family: arial;
    font-size: 10px;
    height: 19px;
    position: absolute;
    top: 90px;
    right: 0px;
    width: 250px;
    background-repeat:no-repeat;
    background-color: #FDE1E1;
}


/* Top Search Form */
#SearchForm {
    float: right;
    margin: 0px 0px 0 0;
    display: inline;
    
}
#SearchForm form {
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    width: 130px;
    height: 15px;
    font-size: 0.85em;
    font-weight: lighter;
    font-family: helvetica;
    padding: 2px 3px 2px 3px;
}
#SearchForm .Button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-left: 3px;
    margin-top: 6px;
    background: transparent;
    vertical-align: top;
}
#SearchForm p {
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}

/* CenterTop Content Area */

.Center {
    float: none;
    width: auto;
    margin: 0 0 0 0;
    display: inline;
}
.Center .BlockContent {
    margin: 0 0px 0 0px;
    text-align: center;
}
.Center p {
    font-size: 0.85em;
    margin: 0;
    }
.Center h2 {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Center ul {
    margin: 0;
    padding: 0;
}
.Center li {
    clear: none;
    list-style: none;
    margin: 0;
}
.Center li {
    font-size: 0.85em;
}
.Center li a {
    text-decoration: none;
}
.Center li a:hover {
    text-decoration: underline;
}



/* Left Content Area */
.Left {
float: none;
width: auto;
margin: 0 0 0 0;
display: inline;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left p {
    font-size: 0.85em;
    padding: 0 0 0px 0px;
    margin: 0;
    }
.Left h2 {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Left ul {

}
.Left li {

}
.Left li {
    font-size: 0.85em;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}


#SideCategoryList ul {

    list-style: none;
	position: absolute;
	font-size: 0.9em;
	text-align: center;
 width: 980px;
margin-left: 0px;

} 

div.SideCategoryListClassic {

height: 30px;
}

.afterSideCategoryList {
margin-top:15px;
font-size: 0.9em;
}

.afterSideCategoryList2 {
float: left;
margin-top:15px;
font-size: 0.9em;
}

#SideCategoryList li {
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: lighter;
    float: none;
    display: inline;
    text-align: center;
}

#SideCategoryList li a{
    font-size: 1em;
    font-weight: lighter;
    color: #000;
}

#happyhappy li {
padding: 7px;
}


#SideCategoryList li:nth-first-of-type(3n+1) a{
    margin-left:-40px;
}

#SideCategoryList li a:hover {
    text-decoration: none;}

#SideCategoryList li ul {
 display:none;
}

li#subsub {
padding: 0px;
}


#SideShopByBrand li{
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 0 2px 0;
    color:#000;
}
#SideShopByBrand li a{
    font-size: 1em;
    color:#000;
    text-transform: uppercase;
}
#SideShopByBrand li a:hover {
    text-decoration: none;
   color:#000;
}


/* Primary Content Area */

.Content {
    float: left;
    width: 980px;
    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: 980px;
}
.Content.Wide.WideWithLeft {
    margin: 0 0 0 0px;
    display: inline;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 980px;
    margin: 0 0 0 10px;
    display: inline;
}


/* Primary Content Area */
.ContentProduct {
    float: left;
    width: 980px;
    margin: 0;
    padding: 0 0 10px 0;
}
.ContentProduct .Block {
    
    clear: none;
}




/* Right Content Area */
.Right {
    float: right;
    width: 180px;
    margin: 0 10px 0 10px;
    display: inline;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right p {
    font-size: 0.85em;
    padding: 0 0 0px 0px;
    margin: 0;
    }
.Right h2 {
    font-size: 0.9em;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    font-size: 0.8em;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 3px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Page Footer */
#Footer {
    clear: both;
    font-size: 0.85em;
    text-align: left;
    width: 980px;
    margin: 25px 0 0 5px;
-webkit-text-size-adjust: 100%;
}

#Footer ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 150px 0 0;
    
    font-size: 0.85em;
    
    font-family: 'Open Sans', 'Heiti SC Light', sans-serif;
}
#Footer li {
    list-style: none;
    float: left;
    margin: 0px 0 20px 0;
    padding: 0;
    
}
#Footer li.First a {
    border-left: 0;
}
#Footer li a, #TopMenu li div {
    
    display: inline;
    text-decoration: none;
    font-weight:lighter;
    font-size: 11px;
    padding: 5px 20px 5px 0px;
    margin: 4px 0 4px 0;
}
#Footer li div a {
    padding: 0;
    margin: 0;
    display: inline;
}
#Footer li a:hover {
    text-decoration: underline;
}

.BrandsText{
text-align: center;
}

#BrandsText ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
display: inline;
}

#BrandsText li {
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
-webkit-text-size-adjust: 80%;
}
#BrandsText li.First a {
    border-left: 0;
}
#BrandsText li a, #BrandsText li div {
    
    display: inline;
    text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: lighter;
    margin: 12px 12px 0px 0px;
text-align: center;
}
#BrandsText li div a {
    padding: 0;
    margin: 0;
    display: inline;
text-align: center;
}
#BrandsText li a:hover {
    text-decoration: underline;
}



/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#666666;
}

.NewsletterSubscription label {
    clear: both;
    float: left;
    font-size: 0.8em;
}
.NewsletterSubscription input {
    color: #444444;
    width: 120px;
    font-size: 1em;
    font-weight: lighter;
    font-family: helvetica;
    padding: 3px;
    background: #DADADA;
}
.NewsletterSubscription .Button {
    width: 51px;
    height: 12px;
    border: 0;
    background: #FFFFFF;
    vertical-align: middle;
}


/* Product Listings */
.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductList strong a {
    font-weight: lighter;
    font-size: 1.1em;
}

.ProductsRelated {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    
    margin-top: 0px;
    margin-bottom: 25px;
}
.ProductRelatedList {
    margin-left: 0px;
    
}

.ProductsRelated li {
    
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.Content .ProductList, .Content .ProductList li {
    list-style: none;
    margin: 0;
}
.Content .ProductList li {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    list-style: none;
    float: left;
    width: 322px!important;
    height: 533px!important;
    min-height: 21em;
    font-size: 0.85em;
    text-align: left;
    margin: 0px 0 0px 0;
    overflow: hidden;
    padding: 0px 0px 0px 4px;
}

.ProductPriceRating em {
    color: #454545!important;
    font-weight: lighter!important;
}

.ProductImageList img {
    width: 121px; 
    height: auto;
    margin-right: 1px;
}

.ProductImageList p {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 1em;
    font-weight: 200;
    color: #999;
}


.Content .ProductList .ProductImage {
    width: 280px;
    height: 332px;
    text-align: center;
    display: table-cell;
    overflow: hidden;
    vertical-align:middle;
   
    
}
.Content .ProductList .ProductImage img {
    vertical-align:middle;
    margin: 5px 0 5px 0;
    width: 320px;
    -moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
    -khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 5px; /*--CSS3 Rounded Corners--*/
    border-radius: 5px;

    
}

.Content .ProductList .ProductImage img:hoverXX {
    
    -webkit-transform:scale(1.5); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.03); /*Mozilla scale version*/
-o-transform:scale(1.03); /*Opera scale version*/
      -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    
}

    

.Content .ProductList .ProductDetails {
    margin: 0px;
    height: auto!important;
}
.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: normal;
}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: block;
}
.ProductList li .ProductCompareButton {
    margin-top: 3px;
    text-align: center;
}
.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}
.Left .ProductList .ProductImage img, .Right .ProductList .ProductImage img {
    max-width:130px;
}


/* Top Seller Block Specific */
.Right .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
}
.Right .TopSellers li.TopSeller1 .ProductDetails {
}
.Right .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;
    clear: both!important;
}
.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
}
.FindByCategory ul, .FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #000;
    font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 5px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.85em;
    color: #444;
    margin-top: 0px;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 4px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
    font-size: 9px;
}

.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;
    background: #eeeeee;
    color: #606060;
    border-radius: 5px;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.ErrorMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}/************* 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: 480px!important;
    height: 650px!important;
    text-align: center;
}

.PrimaryProductDetails .ProductMain {
    float: left;
    width: 430px;
}
.PrimaryProductDetails h2{
    border: 0;
    font-family: Helvetica, Arial;
    font-weight: lighter;

}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductOtherDetails {
 margin-top: 10px;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
 
    font-size: 0.9em
}

.PrimaryProductDetails .ProductMain {
    float: left;
}

div#ProductDetails.Block.Moveable.Panel.PrimaryProductDetails {
    margin-top: 20px;
}

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

.ProductDescriptionContainer {
    line-height: 1;
    width: 430px;
    float: right;
    padding-top: 5px; 
}

.ProductDescriptionContainer p {
    margin-left: 0px;
    font-size: 1.0em;
    font-family: Helvetica, Arial;
    margin-bottom: 5px;
    font-weight: lighter;
}


.ProductDescriptionEntireContainer {
    line-height: 1;
    width: 430px;
    float: right;
    margin-top: 0px;
}


.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: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 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: 0px 0px;
    text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
    padding: 4px 4px;
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}

/* Cart Contents Table */


.CartContents tbody td {
    
    font-family: helvetica, arial;
    font-weight: lighter!important;
}
.CartContents .ProductName a {
    font-family: helvetica, arial;
    font-weight: lighter;
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-family: helvetica, arial;
    font-weight: lighter!important;
}

.ProceedToCheckout {
    text-align: right;
}

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

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

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

.ProductOptionList input {
    vertical-align: middle;

}

.MiniCart h3 {
    font-size: 1.2em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 115%;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
    font-weight: bold;
    font-size: 1.02em;
    display: block;
    margin-bottom: 3px;
}


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





/* Quick Search */
.QuickSearch {
    z-index: 20; margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; z-index: 2; }
.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; }
.BrandCloud {-moz-border-radius:364px;
    -webkit-border-radius:364px; padding: 50px; text-align: center; border: 52px solid; border-color: black;}
.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, .ProductAddToCart {
    float: left;
}



.productAddToCartRight {
 margin-top: 10px;
 float: left;
}

.productAddToCartRight input {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 218px; 
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    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('') no-repeat 3px 1px;
    font-family: Arial;
    font-size: 0.85em;
 
   
}

.SubCategoryList a {
    text-decoration: none;
 
}

.SubCategoryList a:hover {
    text-decoration: none;
    color:#888888;
 
}
.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ToggleSearchFormLink {
    margin-right: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.SortBox select {
    font-size: 1em;
	color: #828282;
      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('/content/dropdown_arrow.png') no-repeat;  /*Adds background-image*/
      background-position: 106px 3px;  /*Position of the background-image*/
      width: 118px; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
}

.SortBox p {
	display: inline-block;
	font-weight: bold;
}

 .SortBox option {
    color: #828282;
}

.YourAccount li {
    margin-bottom: 8px;
}

.YourAccount li a {
    text-decoration: none!important;
    color: blue;
}

.YourAccount li a:hover {
    text-decoration: underline!important;
    color: blue;
}

.SoldOut {
    color: #999;
}

.CurrentlySoldOut {color: #000; }

.CurrentlySoldOut p {
    margin: 0px;
    background-color: #F9C;
    float: left;
    margin: 2px 100px 2px 0;
    padding: 2px;
    color: white;
    font-weight: bold;
}

.OutOfStockMessage {
    margin-top: 5px;
}

.RemoveFromWishlistForm {
margin-left: 141px;
margin-top: -23px;
padding-bottom: 3px;
}


.ShippingProviderList {
    list-style: none;
}

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

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

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

/** 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: 3px solid #ffffaa;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
    zoom: 1;
    display: inline-block;
    
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25)';
}

.CurrencyList dd {
    padding: 0px;
    border: 0px solid #dadada;
    float: left;
    margin-left: 5px;
    margin-top: -2px; 
    zoom: 1;
    display: inline-block;    
}

.CurrencyList img {
vertical-align: text-top;  
    width: 16px;
    height: 11px;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25)';
}

.CurrencyList a {
    display: block;
    font-weight: normal!important;
    text-decoration: none;
    filter: alpha(opacity=40);
    opacity: 0.40;
    font-size: 11px;
    padding: 0 3px 0 5px;
    line-height: 1.8;
    zoom: 1;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25)';    
}

.CurrencyList a.Sel {
    filter: alpha(opacity=100);
    opacity: 1.0;
    font-weight: bold!important;
    color: #444444!important;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100)';    
}

.CurrencyList a.Sel img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100)';  
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100);
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 0px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
    zoom: 1;
}

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

.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;
}
    <link rel="shortcut icon" href="%%GLOBAL_ShopPath%%/favicon.ico" />

.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 {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

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

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
}

.LoadingIndicator {
    margin-left: 10px;
}

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

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: lighter;
    font-family: Helvetica;
}
.SubCategoryListGrid {
    padding: 4px;
    font-size: 0.9em;
}

.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('../../SkateSurf/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: 10px;
    background: #fff;
    float: left;
    text-align: center;
    overflow: hidden;
}

.SubBrandListGrid ol {
    clear: both;
}

.BrandPage li {
    list-style:none;
    list-style-type: none;
    font-size: 1.2em;
    font-family: Helvetica, Arial;
    font-weight: lighter;
    height: 18px;
}

.BrandPage a {
    list-style:none;
    list-style-type: none;
    font-size: 1.0em;
    font-family: Helvetica, Arial;
    font-weight: lighter;
    -webkit-transform-origin: right;
-moz-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

.BrandPage a:hover {
    color: #FF5CAD;
    list-style:none;
    list-style-type: none;
    font-size: 1.4em;
    font-family: Helvetica, Arial;
}



.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('../../SkateSurf/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: left;
    
}

.CartThumb img {
    width: 65px;
    
}

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

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

.SelectGiftWrapMultiple {
    max-height: 400px;
}


.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: auto;
    float: none;
    padding: 6px;
    min-height: 0;
    height: 132px;
    background-image: none;
}

.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
    width: 120px;
    height: 120px;
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    clear: none;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    margin-left: 135px;
    text-align: left;
    background-image: none;
}

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

.Content .ProductList.List .ProductDescription {
    font-style: italic;
    margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
    float: right;
}

.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 10px;
}



/* 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 8px;
    margin-right: 6px;
    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;
}

.prev, .next {

margin-left: 0px;
}

.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;
}
/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    padding-bottom: 5px;
    line-height: 15px;
}

.ProductDetailsGrid .Label {
    margin: 0 0 6px 0px;
    width: 65px;
    font-weight: normal;
    padding-top: 1px;
    position: relative;
    text-align: left;
    float: left;
    
}

.ProductDetailsGrid .Value {
    display: inline;
    float: left;
    width: 360px;
    margin-top: 1px;
}

.Value a {
    text-decoration:none;
}

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

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

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    cursor:pointer;
    display: none;
}

.ImageCarouselBox {
 margin-left: 380px!important;
    margin-top: 0px!important;
}

#ProductDetails .ProductTinyImageList {
    float: none;
    margin-top:10px;
    white-space:nowrap;
    
    overflow: hidden;
    margin-right:auto;
   
}

/** removed margin-left:auto; and width: 80%; above**/

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

}

.strike {
text-decoration: none;
    color: red;
}



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

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    
}


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

#ProductDetails .ProductThumbImage {
    height: 220px;
    width: 220px;
    overflow: hidden;
	margin-left: 60px;
}

.ProductThumbImage img {
width:400px;
}



.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}
/** Product image gallary 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('//cdn3.bigcommerce.com/r-c71b9995f4a706510d16ad47d2472c26eb88e9bf/themes/SkateSurf/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;
}

/* Brands Menu */

a.signin {
    position:relative;
    margin-left:3px;
}



 #BraandsMenu {
    -moz-border-radius-topleft:15px;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-radius: 15px;
    display:none;
    position:relative;
    
    width:635px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:10px;
    right: 0px; 
    
    margin-top: -242px;
    margin-left: 140px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
    filter: alpha(opacity=90);
    opacity: 0.90;
    background-color: beige;
}

#BraandsMenu input[type=text], #BrandsMenu
input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#BraandsMenu p {
    margin:0;
}
#BraandsMenu a {
    color:#000;
    text-decoration: none;
}
#BraandsMenu ul {
    list-style:none;
    margin-left:10px;
}
#BraandsMenu li {
    float:none;
    text-align: left!important;
    display: inline-block;
    font-size: 1.1em;
    font-family: Helvetica, Arial;
    font-weight: lighter;
    width: 205px;

}

#BraandsMenu li a {
    float:none;
    text-align: left!important;
    list-style:none;
    list-style-type: none;
    font-size: 1.0em;
    font-family: Helvetica, Arial;
    font-weight: normal;
    -webkit-transform-origin: right;
-moz-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
    text-shadow: white 0px 0px 10px,white 0px 0px 20px;
    background-color: #FFFF66;
    padding-left:3px;
    padding-right:3px;

}

#BraandsMenu li a:hover {

  color: #FF5CAD;
    list-style:none;
    list-style-type: none;
    font-family: Helvetica, Arial;

}

#BraandsMenu label {
    font-weight:normal;
}
#BraandsMenu p.remember {
    padding:10px 0;
}
#BraandsMenu p.forgot, #BrandsMenu p.complete {
    clear:both;
    margin:5px 0;
}
#BraandsMenu p a {
    color:#27B!important;
}
#BrandsMenu_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#BrandsMenu::-moz-focus-inner {
padding:0;
border:0;
}
#BrandsMenu:hover, #BrandsMenu:focus {
    background-position:0 -5px;
    cursor:pointer;
}   
    










/* Category flyout styles (structural) */

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

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

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

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    width: 140px; /* this + paddings must equal the child width above for hovers to work */
}

/* End: category flyout styles */