﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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
{
    background-color:#EAEAEA;    
}
body
{
    font-family:Tahoma,Verdana,Helvetica,Sans Serif;    
    font-size:0.8em;
}
h1,h2,h3,h4
{
    color:rgb(255,0,204);
    margin:0 0 5px 0;
}
h1
{   
    font-family:Tahoma;
    font-weight:normal;
    font-size:140%;   
}
h2
{  
    font-family:Tahoma;
    font-weight:normal;
    font-size:130%;   
}
h3
{  
    font-family:Tahoma;
    margin-top:1em;
    margin-bottom:0.5em;
    font-weight:normal;
    font-size:110%;
}
ul
{
    list-style-type:none;    
}
table td
{
    vertical-align:top;    
}
#center 
{ 
    float: left; 
    width: 520px; 
    margin-left: 200px;     
} 
#center_1col
{
    width:800px;
    margin-right:0;
}
#center_2col
{
    float: left; 
    width: 670px; 
    margin-left: 200px;     
}
* html #center, * html #center_1col, * html #center_2col
{ 
    display: inline;
} 
#left 
{ 
	float: left; 
	width: 171px; 
	padding-left:29px;
	padding-right:29px;
	margin-left: -720px; 
} 
#left_1col 
{ 
	float: left; 
	width:29px;
} 
#left_2col 
{ 
	float: left; 
	width: 171px; 
	padding-left:29px;
	margin-left: -870px; 
} 
#right 
{ 
	float: left; 
	width: 180px; 
} 
#right_1col
{ 
	float: right; 
	width: 29px; 
} 
#right_2col
{ 
	float: right; 
	width: 29px; 
} 
#wrapper 
{ 
	width: 900px; 
	margin-left:auto;
	margin-right:auto;
	background-color:White;
    background-image:url(/images/background-1-column.jpg);
    background-repeat:repeat-y;
} 
/* 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;
}



#wrapper-1column 
{
	width: 842px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	padding:0 29px;
    background-image:url(/images/background-1-column.jpg);
    background-repeat:repeat-y;
} 

/* end easy clearing */
#footer 
{ 
	clear: both; 
    height:130px;
    text-align:center;  
	background-color:White;
} 
#header, #footer 
{ 
    border:1px;
	width: 900px;
	margin-left:auto;
	margin-right:auto; 
} 
#header
{
    /*background-image:url(/images/header-background-1.jpg);*/
    background-color:White;
    height:146px;  
}
#tbxSearchBox
{
    width:200px;    
}
.topMenu li
{
    display:inline;
    padding: 3px; 
}
#topSearchBox
{
    position:relative; 
    float:left; 
    width:280px; 
    margin-top:10px;
    margin-left:3px;
    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:450px;   
    z-index:100; 
}
#topMainBorder
{
    background-image:url(/images/background-top.jpg);    
    width:900px;
    height:22px;
	margin-left:auto;
	margin-right:auto;
}
#bottomMainBorder
{
    background-image:url(/images/background-bottom.jpg);    
    width:900px;
    height:22px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#left,#left_1col,#left_2col
{
    /*background-image:url(/images/background-left.jpg);
    background-repeat:repeat-y;
    padding-bottom:10000px;
    margin-bottom:-10000px;*/
}
#right,#right_1col,#right_2col
{
    /*background-image:url(/images/background-right.jpg);
    background-position:right;
    background-repeat:repeat-y;
    padding-bottom:10000px;
    margin-bottom:-10000px;*/
}
.leftMainBorder
{
    height:100%;
    width:29px;
    float:left;
    background-image:url(/images/background-left.jpg);
    background-repeat:repeat-y;
}
.rightMainBorder
{
    height:100%;
    width:29px;
    float:right;
    background-image:url(/images/background-right.jpg);
    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; 
}
#midLogin
{
    background-color:White;
    text-align:left; 
    padding:25px 40px 0 300px;
}
#leftMenu img
{
    vertical-align:middle;
}
#leftMenu a
{
    display:block;
    width:100%;
    height:20px;
    cursor:pointer;
    font-size:95%; 
    text-decoration:none;
}
#leftMenu a:hover
{
    /*background-color:#fcf9fc; */
    text-decoration:underline; 
    color:#FE2E9A;
    
}
#right hr
{
    width:150px;
    margin-right:29px;    
}
#productSearchResult li
{
    width:150px;
    height:260px;
    float:left;
    margin:5px; 
}
.searchResultImageHolder
{
    width:150px;
    height:150px;
    border:1px solid #979797;
    text-align: center;
}
.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;
}
#smallCart
{
    width:350px;
    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;
    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:950; 
    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-family:Tahoma;
    font-weight: normal;
    font-size:120%; 
    margin:0 0 0 130px;
}
#cartButton
{
    margin: 5px 0px 5px 0px;
}
#specification, #description
{
    font-family:Tahoma;
    font-size:12px; 
    line-height:20px;
}
#sku
{
    font-family:Tahoma;
    font-size:110%; 
    font-weight:bold;
    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-weight:bold;
    font-size:120%;    
}
#productDetailsWSPrice
{  
    font-family:Tahoma;
    font-weight: normal;
    font-size:100%;    
}
#productDetailsSRPPrice
{  
    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:270px;
    height:270px;
    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;
}
.thumbnailVideoWrapper
{
    width:50px;
    height:50px;
    border:solid 1px silver;
    text-align:center;
    float:left;
    cursor:pointer;
}
.thumbnailVideoWrapper:hover
{
    border:solid 1px pink;
}
#informationList li
{
    height:30px;
    margin-left:10px;
}
#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;    
}
#fullListOfVideos li
{
    width:150px;
    height:140px;
    float:left;
    margin:5px;  
    cursor:pointer;  
}
.centerVideoList 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; 
}
a
{ 
    color:#434CCE;
    background-color:transparent;
    text-decoration:none;
}
a:hover
{   
    color:#FE2E9A;
    background-color:transparent;
    text-decoration:underline;
    
}