.basket {
	background-color: #291C08;
	background-image:url('images/header_order-online.gif');
	background-position:top right;
	background-repeat:no-repeat;
	width: 308px;
	vertical-align: top;
}

.heading01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	letter-spacing:1px;
	font-weight: bold;
	}

.heading02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	color:#006699;
	font-weight: bold;
	}
.heading03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	color:#996633;
	font-weight: bold;
	}

.text-black {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height:15px;
	color:#000000;	

	}
A.text-link {
    color:#0066CC;
	text-decoration: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;

}
A.text-link:link {color:#0066CC;}     /* unvisited link */
A.text-link:hover {color:#003366;}  /* mouse over link */
	
.content {
	padding: 20px;
}

.text-white {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 18px;
	padding-left: 25px;
	
}
	
.text-footer {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 9px;
font-style: normal;
color: #F4F1E8;
line-height:15px;
	}
.background-sky {
    background-image:url(images/banner-home-bg.jpg)
}	
	
A.nav-link {
	position: relative;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}

A.nav-link:link {color:#FFFFFF;}     /* unvisited link */
A.nav-link:visited {color:#FFFFFF;}  /* visited link */
A.nav-link:hover {color:#006699;}  /* mouse over link */
A.nav-link:active {color:#FFFFFF;}   /* selected link */

	

BODY
{
 
  SCROLLBAR-FACE-COLOR: #A1C5DF;
  SCROLLBAR-HIGHLIGHT-COLOR: #E5E5E5; 
  SCROLLBAR-SHADOW-COLOR: #04A4DE; 
  SCROLLBAR-3DLIGHT-COLOR: #04A4DE; 
  SCROLLBAR-ARROW-COLOR: #04A4DE; 
  SCROLLBAR-TRACK-COLOR: #E5E5E5; 
  SCROLLBAR-DARKSHADOW-COLOR: #E5E5E5; 
  BACKGROUND-COLOR:#000000;
}

.btn {
	border:1px solid #7F9DB9;
}
	
.category_table td
{
	padding: 5px;
}

.results-dropdown
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	z-index: 100;
}

.basketItemText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
}

.productRow {
	white-space: nowrap;
}

.cartfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	width: 27px;
	vertical-align: top;
}

.basketIcon {
	vertical-align:middle;
	border: 0;
}

.renderBasket {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 18px;
	padding-left: 25px;
	width: 100%;
}

.basketHeading {
	float: left;
	width: 150px;
	text-align: left;
}

.basketShortcuts {
	float: right; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 120px;
	text-align: right;
}

.basketItem {
	width: 80%;
}

.basketItem a {
	color:#FFFFFF;
}

.basketQuantity {
	width: 10%;
	text-align: right;
}

.basketRemove {
	width: 10%;
	text-align: right;
}

.searchBtn {
	margin-left: 10px;
}

.basketShortcuts  a{
	position: relative;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
}

.helpPopup {
	margin:0 auto;
	right: 10%;
	top: 10%;
	text-align:left;
	position: absolute;
	width: 600px;
	height: 600px;
	background-color: white;
	z-index: 10000;
	text-align: center;
}

.flash {
    z-index: -1;
}

#help ul{
	list-style-type: decimal;
}

#help li, #help{
	padding: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: none;
	vertical-align: middle;
}

.conditionText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.new_items {
	width: 824px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

.new_items td {
	text-align:left;
}

.thumbnailr{
position: relative;
z-index: 0;
color:#0066CC;
text-decoration: none;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
}

.thumbnailr:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailr span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 1px solid lightblue;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailr span img{ /*CSS for enlarged image*/
border-width: 0;
max-height: 300px;
max-width: 300px;
}

.thumbnailr:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -320px; /*position where enlarged image should offset horizontally */
}

.thumbnail{
position: relative;
z-index: 0;
color:#0066CC;
text-decoration: none;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 1px solid lightblue;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
max-height: 300px;
max-width: 300px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -320px; /*position where enlarged image should offset horizontally */

}

