﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body
{
    font-family:Tahoma,Verdana,Helvetica,Sans Serif;    
    font-size:0.8em;
    /*background-image:url('/images/site-background.gif');*/
    background-repeat:no-repeat;
    background-position:center top;
    /*background-color:rgb(242,242,242);*/
}
h1,h2,h3,h4
{
    color:rgb(247,0,140);
    margin:20px 0 5px 0;
    padding:0;
    font-weight:bolder;
}
h1
{   
    font-family:Tahoma;
    font-size:120%;
    color:rgb(15,81,133);
    text-decoration:none; 
    vertical-align:top;  
}
h2
{  
    font-family:Tahoma;
    font-size:130%;   
}
h3
{  
    font-family:Tahoma;
    font-size:130%;
    font-weight:normal;
}
h4
{
    margin-right:10px;
}

ul
{
    list-style-type:none;    
}
#center 
{ 
    float: left; 
    width: 520px; 
    margin-left: 200px;     
	padding-top:20px;
} 
#center_1col
{
    float: left; 
    width: 840px; 
	padding-top:10px;
}
#center_2col
{
    float: left; 
    width: 775px; 
    margin-left: 175px;   
	padding-top:10px;
}
* html #center, * html #center_1col, * html #center_2col
{ 
    display: inline; 
} 
#left 
{ 
	float: left; 
	width: 171px; 
	padding-left:29px;
	margin-left: -720px; 
	padding-top:10px;
} 
#left_1col 
{ 
	float: left; 
	width:29px;
	padding-top:10px;
} 
#left_2col 
{ 
	float: left; 
	width: 171px; 
	margin-left: -950px; 
	padding-top:10px;
} 
#right 
{ 
	float: left; 
	width: 180px; 
	padding-top:10px;
} 
#right_1col
{ 
	float: right; 
	width: 29px; 
	padding-top:10px;
} 
#right_2col
{ 
	float: right; 
	width: 29px; 
	padding-top:10px;
} 
#wrapper 
{ 
	width: 950px; 
	/*background-color:Red;
	background-color:White;*/
} 
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the 
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper 
{ 
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left; 
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01, 
5.5 and above see it and carry on about their business 
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none; 
} 
/* easy clearing */
#wrapper:after 
{ 
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
#wrapper 
{ 
	display: inline-block; 
} 
/*\*/
#wrapper 
{ 
	display: block; 
    overflow:hidden;
	border:1px solid silver;
	border-top:0;
	margin:0 auto 20px;
	padding:10px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
} 
a {color:#5c5c5c;}
/* end easy clearing */
#footer 
{ 
	clear: both; 
    text-align:center;  
	/*background-color:White;*/
} 
#header, #footer 
{ 
	margin-left:auto;
	margin-right:auto; 
} 
#header
{
    height:43px;  
}
#headerLogo
{
    float:left;
    margin:-10px 20px 0 0;
    width:200px;
    height:51px;    
    z-index:-10;
}
#tbxSearchBox
{
    width:200px;   
    font-family:Tahoma; 
    font-size:14px;
    line-height:18px; 
}
.big-separator
{
    border-top:solid 1px rgb(239,22,152);
    border-bottom:solid 1px rgb(239,22,152);
    text-align:right;
    font-size:10px;
    height:12px;
}
.topMenu li
{
    display:inline;
    padding: 3px; 
}
#topSearchBox
{
    float:right; 
    width:290px; 
    text-align:right;
    white-space:nowrap;        
}
#representativePicture
{
    float:right; 
    width:129px;
    height:129px;
    border:1px solid black;
    margin:7px;    
    margin-left:0;
}
#representativeContactInfo
{
    width:350px;
    float:right;  
    margin-top:25px;  
    background-color:White;
    text-align:right;
    padding:5px;
    padding-right:15px; 
}
#topMenuBox
{
    position:relative; 
    float:left; 
    width:340px;   
    text-align:left;
}
#topMainBorder
{
    background-image:url(/images/top-border.png);    
    width:900px;
    height:22px;
	margin-left:auto;
	margin-right:auto;
}
#bottomMainBorder
{
    /*background-image:url(/images/bottom-border.png);    */
    border-bottom:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
    width:900px;
    height:22px;
	margin:0 auto 20px;
	clear:both;
}
#left,#left_1col,#left_2col
{
    padding-bottom:10000px;
    margin-bottom:-10000px;
}
#left_1col
{
    background-image:url(/images/left-border.png);
    background-repeat:repeat-y;
    float: left;
    width: 29px;
}
#right,#right_1col,#right_2col
{
    background-image:url(/images/right-border.png);
    background-position:right;
    background-repeat:repeat-y;
    padding-bottom:10000px;
    margin-bottom:-10000px;
}
.leftMainBorder
{
    height:100%;
    width:29px;
    float:left;
    border-left:1px solid silver;
    /*background-image:url(/images/left-border.png);
    background-repeat:repeat-y;*/
}
.rightMainBorder
{
    height:100%;
    width:29px;
    float:right;
    /*background-image:url(/images/right-border.png);
    background-repeat:repeat-y;
    background-position:right;*/
    border-right:1px solid silver;
}
#footerText
{
    padding-top:60px;
    width:1000px; 
}
#topLogin
{
    width:240px; 
    background-color:White;
    float:right;
    text-align:right; 
}
.panel-header
{
    border:1px solid silver;    
    padding:7px;
    background-color:#eee; 
}
.leftMenu
{
    border:1px solid silver;    
    border-top:0;       
}
.leftMenu a
{
    display:block;
    padding:7px;  
    text-decoration:none;
    color:#5c5c5c;
}
.leftMenu a:hover
{
    /*color:Black;
    text-decoration:underline;
    color:rgb(247,0,140) */ 
    background-color:#f9b; 
}
#right hr
{
    width:150px;
    margin-right:29px;    
}
#productSearchResult>li
{    
    height:250px;
    width:380px;
    display:block;
}
.searchResultImageHolder
{
    width:250px;
    height:250px;
    background-color:White;
    text-align: center;
    float:left;
    margin-right:5px;
}
.attributeBox
{
    width:150px;
    height:20px;
    background-color:#E7E7E7;
    border-left:1px solid #979797;
    border-right:1px solid #979797;
}
.attributeBoxBottom
{
    background-color:#E7E7E7;
    border-bottom:1px solid #979797;
    height:6px;
    line-height:6px;
    width:138px;    
    float:left;
}
#headerCart
{
    display:none;
    background-color:White;    
    width:640px;
    position:absolute;  
    border:1px solid silver; 
    padding:10px 10px 10px 10px;
     
}
#smallCart
{
    width:350px;
    float:left;
    padding:5px;
    border:solid 1px silver; 
}
.smallThumbnailImageWrapper
{
    width:50px;
    height:50px;
    margin:5px;
    float:left;    
}
.btnIncDec
{
    width:25px;
    height:25px;    
}
#orderForm
{
    width:415px;
    margin-left:50px;
    float:left;
    border:solid 1px silver;
    padding:5px;    
}
.addressControl input
{
    font-family:Tahoma; 
    width:160px;
}
.addressControl select
{   
    font-family:Tahoma;
    width:164px;
}
#contactInfoTable input
{
    width:200px;    
}
.orderTable
{
    width:800px; 
    text-align:left;
    padding: 0px;
    font-family:Tahoma;
    margin: 0px;
}
.orderTable td
{
    height:30px;
    vertical-align:middle;
    font-family:Tahoma;
}
#productPictures
{
    width:502px;
    float:left;    
}
#productDetails
{
    font-family:Tahoma;
    font-size:12px;
    width:265px;
    float:right;
    margin: 0px 0px 5px 5px;    
}
#pleaseLogin
{
    font-size:100%;
    
}
#specification, #description
{
    font-family:Tahoma;
    font-size:12px; 
    line-height:20px;
}
#sku
{
    font-family:Tahoma;
    font-size:100%;
    margin: 0px 0px 5px 0px;
}
#attributes
{
    font-family:Tahoma;
    font-size:12px;
    margin: 0px 0px 5px 0px;
}
#productDetailsPrice
{  
    font-family:Tahoma;
    font-weight: normal;
    font-size:100%;    
}
#productSpecTabs
{
    font-family:Tahoma;
    font-size:12px;

}
#currentSlideImageWrapper
{
    width:500px;
    height:500px;
    border:solid 1px silver;
    text-align:center;    
}
#heroPictureWrapper
{
    width:502px;
    height:502px;
    border:solid 1px silver;
    text-align:center;    
    cursor:pointer;
}
.thumbnailPictureWrapper
{
    width:50px;
    height:50px;
    border:solid 1px silver;
    text-align:center;
    float:left;
    margin-right:3px; 
    margin-top:5px;    
    cursor:pointer;
}
.thumbnailPictureWrapper:hover
{
    border:solid 1px pink;
}
#listOfVideos li
{
    width:150px;
    height:140px;
    float:left;
    margin:5px;  
    cursor:pointer;  
}
#sideVideoList li
{
    width:150px;
    cursor:pointer;
    margin-bottom:20px;
    padding-bottom:5px;
    border-bottom:solid 2px silver;    
}
.highlightedCategory
{   
    color:rgb(247,0,140) !important;
}
.thumbnailVideoWrapper
{
    width:50px;
    height:50px;
    border:solid 1px silver;
    text-align:center;
    float:left;
    cursor:pointer;
}
.thumbnailVideoWrapper:hover
{
    border:solid 1px pink;
}
.linkList li
{
    height:25px;
}
#listOfVideos li
{
    width:150px;
    height:140px;
    float:left;
    margin:5px;  
    cursor:pointer;  
}
.sideVideoList li
{
    width:150px;
    cursor:pointer;
    margin-bottom:20px;
    padding-bottom:5px;
    border-bottom:solid 2px silver;    
}
.categoryVideoThumbnailWrapper
{
    float:left;
    width:116px;
    height:92px;
    border-top:solid 1px silver;
    border-bottom:solid 1px silver;   
    text-align:center; 
}
#subcategoryList > li
{
    clear:both;
    height:200px;
    margin-bottom:10px;
}
#subcategoryList li.alternate
{
    height:220px; /* IE6 wants this one for some reason */
    /*background-color:rgb(251,238,245);*/
}
#subcategoryList .categoryName
{
    font-size:130%;
    font-style:italic;
    font-weight:bold;
    color:rgb(186,67,89); 
    margin-right:20px;   
}
#subcategoryList .categoryLink
{
    color:Black;
    font-size:90%;    
}
.subCategoryList a
{
    display:block;
    width:100%;
    height:30px;
    line-height:20px;  
}
.productVariationBox
{
    margin:1px;
    width:380px;
    float:left;  
    height:250px;
}
.product-box-link
{
    display:block;
    height:80px;
    color:rgb(15,81,133);
    text-decoration:none;  
}
.product-box-link:hover
{
    text-decoration:underline;    
}
.product-box-link img
{
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.product-box-price
{
    color:rgb(153,0,0);
    font-size:17px; 
    margin:0px 0 5px 5px;
    
}
.product-box-sale-price
{
    color: Red;
    font-size:17px; 
    margin:0px 0 0px 0px;
}
.product-box-regular-onsale-price
{
    margin:0px 0 5px 0px; text-decoration:line-through;
}

ul.attribute-value-selector-list>li
{
    display:list-item;
    height:30px;
}
.tooltip
{
   width:200px;
   position: absolute;
   border:solid 1px rgb(254,60,153);
   background-color:White;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
   padding: 5px;
}
.popup-selector-link
{
    text-decoration:underline;
    cursor:pointer;
    line-height:15px;
}
.underline-remover
{
    color:white;
    text-decoration:underline;
}
.active-selector-link
{
    color:Black;    
}
.selector-link
{
    color:rgb(0,0,128);
    text-decoration:underline;    
}
.selector-icon
{
    width:15px;
    height:15px;
    vertical-align:bottom;
}
.selector-message
{
    color:Gray;
    font-size:90%;    
}
.selector-link-dimmed
{
    color: Black;
    text-decoration:none;
    cursor:default;
}
.bread-crumbs
{
}
.bread-crumbs, .bread-crumbs * 
{
    font-size:13px;
    color:#090;
    font-weight:normal;
}
.bread-crumbs h1
{
    display:inline;
    margin:0;    
}
.product-picture-box
{
    text-align:center;
    margin:0 auto;
}
.product-picture-box img
{
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.product-suggestion-list li
{
    border:1px solid silver;
    width:250px;
    margin:0 5px 10px 0;
    height:320px;
    display:block;
    text-align:center;
    float:left;
}
.product-suggestion-link
{
    font-size:11px;
    text-decoration:none;
    color:rgb(15,15,15);
}
.product-suggestion-link:hover
{
    text-decoration:underline;
    color:Black;
}
.product-suggestion-name
{
    padding:5px 5px 0;
    text-decoration:none;
    height:35px;
}
.product-suggestion-view-all
{
    text-align:right;
    padding-bottom:10px;
}
.add-to-cart-message
{
    height:20px;
    line-height:20px;
}
.ajax-add-to-cart-wrapper
{
    /*width:150px;*/
}
.add-to-cart-ajax-button
{
    /*float:left;*/
    width:90px;
    height:25px;
}
.add-to-cart-loading-icon
{
    display:block;    
    width:27px;
    height:27px;
}
.product-list-pager
{    
    text-align:center;
    clear:both;
    font-size:15pt;
    line-height:40px;
}
.product-list-pager a
{
    padding:5px;    
}
.product-list-pager a:hover
{
    background-color:rgb(251, 238, 245);    
}
.tag-selected
{
    color:rgb(247,0,140) !important;
}
.tag-unavailable
{
    cursor:default;
    color:rgb(127,127,127);
}
.thin-separator
{
    background-color:rgb(191,30,45);
    width:150px;
    height:2px;
    line-height:2px;    
}
#checkout-progress-bar li
{
    float:left;    
    font-size:18px;
    padding:3px 0px;
}
#checkout-progress-bar
{
    clear:both;
    display:inline;   
}
#checkout-progress-bar li.separator
{
    color:rgb(191, 30, 45);
}
#checkout-progress-bar li.item
{
    width:156px;
    text-align:center;
    border:solid 2px rgb(191, 30, 45);
}
#checkout-progress-bar li.active
{
    font-weight:bold;
}
#checkout-progress-bar li.completed
{
    background-image:url('/images/checkmark.png');
    background-position:left center;
    background-repeat:no-repeat;
    color:Green;
}
.store-list li
{
    width:300px;
    float:left;    
    height:230px;
}
.footer-menu
{
    border-top: solid 1px rgb(239,22,152);
    border-bottom: solid 1px rgb(239,22,152);
    padding:1px 0;    
    font-size:10px;
}
input[type=button],input[type=submit]
{
    display: inline-block;
    vertical-align:middle;
    background-color:#f70;;  
    border:solid 1px silver;
    font-weight:bold;
    color:White;
    border-radius:5px;
}
input[type=button]:active,input[type=submit]:active
{
}
input[type=button]:hover,input[type=submit]:hover
{
}

.size-chart-table,.size-chart-table td
{
    border:solid 1px silver;
}
.size-chart-table td
{
    padding:5px;
    text-align:center;
    vertical-align:middle;
}
#prodSearchButton
{
    width:50px;
    height:24px;
    font-family:Tahoma;
    font-size:11px;   
    margin-top:-5px; 
}

#left-2column-border
{
    /*background-image:url(/images/left-border.png);
    background-repeat:repeat-y;
    border-left:1px solid silver;*/
	margin-left: -870px; 
    padding-bottom:10000px;
    margin-bottom:-10000px;
    float: left;
    width: 29px;
}
.bread-crumbs-header
{
    font-size:130%; 
    vertical-align:baseline;   
}
