html { margin: 0px; padding: 0px; }

body {
	margin: 0px; 
	padding: 0 20px 0 20px;
	color: #394245;
	background: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 1.8;*/
}

/* basic selectors */

a 
{
    outline:none;
    overflow: hidden; 
}

a.adtext { color: #394245; text-decoration:none}
a.adtext:hover{ color: #898989; }
a:link { color: #16c1f3; }
a:visited { color: #16c1f3; }
a:active { color: #16c1f3;}
a:hover { color: #898989;  text-decoration:none}

#catalogmenu a
{
    color: #394245;
}

#catalogmenu a:hover
{
    color: #898989;
}

th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
	/*line-height: 1.8;*/
}


h4 
{
    font-size: 20px;
    font-weight: normal;
	color: #16c1f3;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
    font-weight: normal;
	color: #16c1f3;
	margin-top: 0px;
	margin-bottom: 0px;
}

img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
code { color: #6c0; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }

.textField 
{
    margin: 2px 0 0 0;
    font-size: 12px;
    padding: 0px 2px 0 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}


textarea { font: 100% Verdana, Arial, Helvetica, sans-serif;}


.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

.ourprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #16c1f3;
	font-family: verdana;
}

.ourpriceBig
{
	font-size: 20px;
	color: #16c1f3;
	font-family: verdana;
}

.retailprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-decoration: line-through;
}

.mainproductimage {
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}


.smalltext
{
    font-size: 10px;
}

.productimage
{
    width:110px;
    height:110px;
    margin-bottom:10px;
}

.pPrice
{
	width:110px;
}

.productname
{
	margin-bottom:5px; 
	width:110px;
	height:38px;
}

.productsummaryimageholder
{
	width:150px;
    line-height:1.1;
    margin-bottom:30px;
}
.productsummaryimageholder_
{
	width:110px;
    height:170px;
    line-height:1.1;
    margin-bottom:30px;
}
.productsummarytext
{
    padding-left:20px;
    border: 1px solid black;
    height:55px;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}


.cart 
{
  padding: 6px 0px 6px 4px;   
  clear:both;
  background-color:white;
  height: 200px;
  width: 100%; 
  display:table;
}


.cart-active {
  background-color: #a2e6fa;
}

.mainNavigation
{
    line-height: 1.8;
}

.hoverMenu
{
    padding: 6px 0px 6px 6px;
}

.blue
{
	color: #16c1f3;
}

.bblue
{
    font-size: 10pt;
	color: #16c1f3;
}

.bblack
{
	font-size:14px;
}

.bigPrice
{
    font-size: 34px;
	color: #16c1f3;
}

.black
{
    color: #394245;
}

#pagerPanel
{
	float: right;
	margin-right: 10px;
}

.pager
{
    background: url('pager_fo.jpg');    
}

.pager td
{
    vertical-align: middle;
    color: #898989;
}

.pager a
{
    text-decoration: none;
    font-size: 14px;
}

.tagMenu
{
    color: #16c1f3;
    line-height: normal;
}

.tagMenu a
{
    color: #16c1f3;
    text-decoration: none;
    border-bottom: 1px dotted #16c1f3;
    display: block;
}
 
.paymentTypes input
{
    margin: 0 0 0 0;
}

.formVisited
{
    color: #000000;
    font-size: 10pt;
}

.formVisited:hover
{
    color: #898989;
}

.basketSpinner
{
	margin-left: 45px;
	margin-top: 5px;
}

.selectedColor
{
	float:left;
	font-size: 0px; 
	border:1px dotted black; 
	width:10px; 
	height:10px;
	padding: 0 0 0 0;
	margin-right: 10px; 
	cursor:pointer;
}

* html .selectedColor {
	float:left;
	font-size: 0px; 
	border:1px dotted black; 
	width:12px; 
	height:12px;
	padding: 0 0 0 0;
	margin-right: 10px; 
	cursor:pointer;	
}

.attributeColor
{
	float:left;
	font-size: 0px; 
	width:10px; 
	height:10px;
	margin-right: 10px; 
	cursor:pointer; 
	margin-top:1px; 
}

.loginPanel
{
	background-color: #ffffff;
	border: 1px solid #394245;
	position:absolute;
	z-index:200;
	width:270px;
	height:170px;
	float: left;
}

.loginPanelShadow
{
	position:absolute; 
	left:3px; 
	top:3px; 
	border:1px solid #000000; 
	width:270px; 
	height:170px; 
	background-color: #000000; 
	opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
}

.pLoginPanel
{
	margin: 5px 0 20px 20px;
}

.blackLink
{
	color:#394245;
	text-decoration:underline;
	cursor:pointer;
}

.vError
{
	position:absolute;	
}

.loadingLoginPanel
{
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	position:absolute;
	z-index:202;
	width:240px;
	height:140px;
}

.png 
{ 
	filter:expression(fixPNG(this)); 
}

.deliveryZone
{
	 padding-top: 20px; 
	 padding-bottom: 20px;
	 vertical-align: bottom;
	 border-bottom: 1px dotted #394245;
}

#attributes table
{
	margin-top: 5px;
}

#attributes td
{
	vertical-align: middle;
	padding-bottom: 2px;
	height: 25px;
}

#attributes input
{
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

select
{
	border: 1px solid #e5e7e9;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	height: 18px;
}

#paymentTypes input
{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-right: 20px;
}

#paymentTypes label
{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-bottom: 10px;
	clear:right;
}

div.photosCalendar
{
 color: #16c1f3;
 /*line-height: 18px;*/
}

div.photosCalendar a:link, div.photosCalendar a:active, div.photosCalendar a:visited, div.photosCalendar a:hover
{
 border-bottom: 1px dotted #16C1F3;
 color: #16C1F3;
 text-decoration: none;
}

div.photosCalendar a.off span, div.photosCalendar a.off:link, div.photosCalendar a.off:active, div.photosCalendar a.off:visited, div.photosCalendar a.off:hover
{
 border-bottom: 1px dotted #394245;
 color: #394245;
 text-decoration: none;
}

div.photoImage
{
 position: relative;
 background: url(photos-b.gif) no-repeat left top;
 width: 157px;
 height: 158px;
 margin-bottom: 44px;
}

div.photoImage table
{
 height: 144px;
}

div.photoImage table td
{
 text-align: center;
 vertical-align: middle;
 width: 144px;
 height: 144px;
}

div.photoImage img
{
 margin: 5px 0 0 6px;
}

div.photoDelete
{
 position: absolute;
 top: 132px;
 left: 107px;
}

div.photoDelete img
{
 margin: 0;
}

div.photoUpload
{
 margin: 30px 0 20px 0;
}

div.photoUploadBar
{
 padding: 10px 0 5px 0;
}
