﻿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;
}

html{
    overflow-Y: scroll;  /*--prevent jump to the left--*/
}

body
{
    font-family:Tahoma,Verdana,Helvetica,Sans Serif;    
    font-size:0.8em;
    background-repeat:no-repeat;
    background-position:center top;
}
h1,h2,h3,h4 {margin:20px 0 5px 0;padding:0;}
h1 {font-size:120%;text-decoration:none;vertical-align:top;}
h2 {font-size:130%;}
h3 {font-size:110%;}
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: 670px; 
    margin-left: 200px;   
	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; 
	padding-left:29px;
	margin-left: -870px; 
	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: 900px; 
	margin-left:auto;
	margin-right:auto;
	/*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;
} 
a {color:Navy;}
/* end easy clearing */
#footer 
{ 
	clear: both; 
    text-align:center;  
	/*background-color:White;*/
} 
#header, #footer 
{ 
    border:1px;
	width: 900px;
	margin-left:auto;
	margin-right:auto; 
} 
#header
{
    height:58px;  
}
#headerLogo
{
    float:left;
    margin:-15px 30px 0 0;
    width:327px;
    height:73px;    
    z-index:-10;
}
#tbxSearchBox
{
    width:200px;   
    font-family:Tahoma; 
    font-size:14px;
    line-height:18px; 
}
.big-separator
{
    font-size:10px;
    height:14px;
    width:842px;
    float:left;    
}
.topMenu li
{
    display:inline;
    padding: 3px; 
}
#topSearchBox
{
    float:right; 
    width:290px; 
    margin-top:8px;
    text-align:right;
    white-space:nowrap;        
}
#topMenuBox
{
    position:relative; 
    float:right; 
    width:400px;   
    text-align:right;
}
#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);    
    width:900px;
    height:22px;
	margin-left:auto;
	margin-right:auto;
	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;
    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;
}
#footerText
{
    padding-top:70px;
    width:842px; 
    float:left; 
}
#topLogin
{
    width:240px; 
    background-color:White;
    float:right;
    text-align:right; 
}
.leftMenu a
{
    display:block;
    width:100%;
    line-height:20px;  
    text-decoration:none;
    /* color:navy; rgb(115,115,115);*/
    color:rgb(15,81,133);
}
.leftMenu a:hover
{
    /*color:Black;*/
    text-decoration:underline;
    color:rgb(247,0,140)   
}
#right hr
{
    width:150px;
    margin-right:29px;    
}
#productSearchResult>li
{    
    height:200px;
    width:330px;
    display:block;
}
.searchResultImageHolder
{
    width:150px;
    height:150px;
    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:320px;
    float:left;    
}
#productDetails
{
    font-family:Tahoma;
    font-size:12px;
    width:350px;
    float:right;
    margin: 0px 0px 5px 0px;    
}
#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:252px;
    height:252px;
    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%;    
}
.sectionBackground
{
    padding:10px; 
    background-color:#F9FAF8;  /* #F9FAF8; #FCFCFC */
}
.subCategoryList a
{
    display:block;
    width:100%;
    height:30px;
    line-height:20px;  
}
.productVariationBox
{
    width:320px;
    float:left;  
    height:180px;
}
.product-box-link
{
    color:rgb(15,81,133);
    text-decoration:none;  
    text-align:center;  
}
.product-box-link:hover
{
    text-decoration:underline;
    color:rgb(247,0,140);   
}
.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 * 
{
    font-size:13px;
    color:rgb(247,0,140);
    font-weight:normal;
    vertical-align:baseline;
}
.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
{
    width:120px;
    height:200px;
    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
{
    margin-top:5px;  
}
.product-suggestion-view-all
{
    text-align:right;
    padding-bottom:10px;
}
.add-to-cart-message
{
    position:absolute;
    height:20px;
    line-height:20px;
    margin-top:130px;
    margin-left:157px;
}
.ajax-add-to-cart-wrapper
{
    width:150px;
    position: absolute;
    margin-top:119px;  
    margin-left:157px;
}
.add-to-cart-ajax-button
{
    float:left;
    width:90px;
    height:25px;
}
.add-to-cart-loading-icon
{
    display:block;    
    width:27px;
    height:27px;
    position: absolute;
    margin-top:119px;  
    margin-left:157px;
}
.product-list-pager
{
    text-align:center;
    clear:both;
    font-size:11pt;
}
.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;*/ 
    color:#CB0725;     
    background-color:#FDFBFB;
}
#checkout-progress-bar li.completed
{
    background-image:url('/images/checkmark.png');
    background-position:left center;
    background-repeat:no-repeat; 
    background-color:#FAFDFA;
    color:Green;
}
.store-list li
{
    width:300px;
    float:left;    
    height:230px;
}
.footer-menu
{
    padding:1px 0;    
    font-size:10px; 
}

input[type=button],input[type=submit]
{
    display: inline-block;
    vertical-align:middle;
    background-color:rgb(74,144,57);  
    border-top:solid 1px #eeeeee;
    border-left:solid 1px #eeeeee;
    border-bottom:solid 1px black;
    border-right:solid 1px black;
    font-weight:bold;
    color:White;
}
input[type=button]:active,input[type=submit]:active
{
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-bottom:solid 1px #eeeeee;
    border-right:solid 1px #eeeeee;
}
input[type=button]:hover,input[type=submit]:hover
{
    background-color:#1D7806; 
}

.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;
	margin-left: -870px; 
    padding-bottom:10000px;
    margin-bottom:-10000px;
    float: left;
    width: 29px;
}
.bread-crumbs-header
{
    font-size:17px;
    color:#0F5185;
    font-weight:bold;    
}

/*  Toggle section Open-Close */


h3.trigger {
	padding: 0 0 0 5px;
	margin: 0 0 1px 0;
	/* background:  #f0f0f0 no-repeat; */
	height: 25px;
	line-height: 25px;
	width: 80px;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
}
h3.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
}
h3.trigger a:hover { color: #000000; cursor:text; }  /* color: #F458A3; */
h3.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 repeat-y left top;
	overflow: hidden;
	font-size: 1.1em;
	width: 310px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; 
	background: #f0f0f0 no-repeat left bottom; /*--Bottom rounded corners--*/
}