/* CSS Document */

body
{
background-color:#032B5E;
text-align:center;
margin: 0 auto;
}

.page
{
width:798px;
text-align:left;
font-size:12px;
border:#032B5E;
border-style:solid;
border-width:thin;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#999999;
min-height:900px;
margin: 0 auto;
}

.navbar
{
background-color:#032B5E;
color:#ffffff;
font-size:12px;
text-align:center;
border:#ffffff;
border-style:solid;
border-width:thin;
width:100px;
margin:0px;
padding:5px;
float:left;
}

a:link, a:visited
{
text-decoration:none;
color:#000000;
}

a:hover, a:active
{
background-color:#999999;
text-decoration:underline;
}

.navbar:link, .navbar:visited
{
text-decoration:none;
color:#ffffff;
}

.navbar:hover, .navbar:active
{
background-color:#999999;
text-decoration:none;
color:#ffffff;
}

.star:link, .star:visited .star:active
{
background-color:transparent;
}

.star:hover
{
background-color:#999999;
}

.rightnav
{
width:100px;
float:right;
text-align:right;
height:600px;
background-image:url(images/rightnav2.png);
background-repeat:none;
}


.rightnav_small
{
width:100px;
float:right;
text-align:right;
height:250px;
background-image:url(images/rightnav2.png);
background-repeat:none;
}


h1
{
font-weight:bold;
font-size:12px;

color:#FFFFFF;
}

h2
{
font-weight:bold;
font-size:14px;
text-align:left;
color:#FFFFFF;
}

.column1
{
width:220px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

.column2
{
width:220px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

.column3
{
width:220px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

p 
{
color: #FFFFFF;
text-align: left;
}

.footerleft
{
width:100%;
float:left;
text-align:center;
}
.black {
	color: #000000;
	font-size: 1.2em;
	font-weight:bold;
}

a.red:link,a.red:active, a.red:visited, .red {
	color:#FF0000;
	font-size: 1.2em;
	font-weight:bold;
}

a.red:hover
{
	background-color:#FFFFCC;
}

.white
{
	color: #FFFFFF;
	text-align: left;
}

 .white:active , .white:link ,  .white:hover,  .white:visited  
 {
 color: #FFFFFF;
	text-align: left;
 }
 
.report {
	font-size: 10px;
}

.marquee
{
	border-top:1px solid #032B5E;
	border-bottom:1px solid #032B5E;
	padding:5px;
	background-color:#7BC502;
	text-align:left;
}

.sleeperstable
{
background-color:#FFFFFF;
border:1px solid #032B5E;
}
.blue {
	color:#0033CC;
	font-size: 1em;
	font-weight:bold;
}

.sizestable
{
font-size:xx-small;
text-align:center;
vertical-align:top;
border-right:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
display:table;
}

.sizestable th
{
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
font-weight:normal;
}

.sizestable td
{
border-left:1px solid #FFFFFF;
}

.sizesheader
{
font-size:xx-small;
text-align:center;
vertical-align:top;
background-color:#032B5E;
color:#FFFFFF;
}

.item_list_container
{
	width:550px;
	padding-left:50px;
	padding-right:50px;
	font-family:Arial, Helvetica, sans-serif;
    text-align:left;

}

.item_list_item_title
{
	
	font-size:16px;
	padding-left:5px;
    font-weight:bold;
}

.item_list_container_header
{
	font-variant:small-caps;
	font-size:18px;
	font-weight:bold;
}

.item_list_image
{
  
    float:right;  
    padding-left:20px;
    padding-right:20px;
}

.item_list_images 
{
    float:left;
    text-align:left;
    clear:both;
    width:200px;  
    padding-top:20px;
    font-weight: bold;  
}

.item_list_description
{
text-align:left;
    
}

.item_list_link
{
	clear:both;
}

.item_details_title
{
	font-size:14px;
	font-weight:bold;
}

.item_details_description
{
	font-size:12px;
}

.item_list_price
{
   font-size:12px;
   font-weight:bold; 
}

.productimage
{
border:0px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.basket_page
{
	background-color:#036;
	padding:10px;
}

.basket_list
{
	border:1px solid black;
	background-color:#FFF;
}