/*
  Suocommerce - next generation ecommerce
  
  http://www.suocommerce.com

  Copyright (c) 2003-2008 Suomedia

  Released under the GNU General Public License - http://suomedia.com/license.txt
  
  portions copyright 2003 osCommerce   
*/

/********** layout ***************/

body {
  	background:url(images/mainbg.gif) #ffffff;
  	background-repeat: repeat-x;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #333333;
 	}
	
#wrapper {
  position:relative;
  background:#ffffff;
  border: 1px solid #737272;
  width:975px;
  margin-left:auto;
  margin-right:auto;
  height:100%;  
}	

#content{
	float: left;
  width: 59%;
  margin-top: 0px;
  background:#ffffff;

}

#leftColumn{
	float: left;
	width: 18%;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	display:inline;
	z-index:-10;
}

#rightColumn{
  float:right;
	width: 21%;
	margin-top: 0px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	display:inline;

}

/********** links, headings, lists, labels, text etc. *************/

.smallText, SPAN.smallText, P.smallText {
  	font-size: 10px;
	}

a{
	color: #2E2E2E;
	text-decoration: none;
}

a:link{
	color: #2E2E2E;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
   margin:0px;
   padding:0px;
   list-style:none;
}
ul li{		
  background:url(images/m23.gif);
  background-repeat:no-repeat;
  margin:0;	
	padding:0 0 0 25px;
}
ul a{
	color:#302B2C;
	text-decoration:none;
  font-size:11px;
	line-height:24px;
}
ul a:hover{
	color:#17838E;
}

.account ul li{		
  margin:0;	
	padding:0 0 0 25px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.linebreak {
  line-height:5px;
  }
  
.clearBoth {
  clear:both;
  }
  
.pageResults {
	font-size:10px;
	color:#0188C0;
  }  
  
.leftPageResults {
  font-size:10px;
  float:left;
  width:190px;
  padding-left:10px; 
  }
  
.rightPageResults {
  font-size:10px;
  float:right; 
  width:350px;
  text-align:right;
  }
  
A.pageResults {
  	color: #0188C0;
	}

A.pageResults:hover {
  	color: #0000FF;
	}
	       

/********* header ************/

#header{
  padding: 10px 0px 0px 0px;
	width: 100%;
	background:#ffffff;
	position:relative;
	z-index:999;
  }
  
#headerLinks {
  position:relative;
  height:25px;
  }  
  
#headerNav{
  position:absolute;
  right:10px;
  top:0px;
  padding: 0px 5px 5px 10px;
  color: #0188C0;
  text-align:right;
  }

#headerNav a {
	font-size: 11px;
	padding: 0 4px 0 0;
	color: #0188C0;
  }

#artistLinks{
  position:absolute;
  right:45px;
  top:50px;
  padding: 0px 5px 5px 10px;
  color: #0188C0;
  text-align:right;
  }

#artistLinks a {
	font-size: 11px;
	padding: 0 4px 0 0;
	color: #0188C0;
  }
  
#headerSearch {
  position:absolute;
  left:10px;
  top:3px;
  width:200px;
  z-index:999;
  }
  
#headerArtists {
  position:absolute;
  left:40px;
  top:3px;
  width:200px;
  z-index:999;
  color: #0188C0;
  } 
  
#headerArtists a {
	font-size: 11px;
	padding: 0 4px 0 0;
	color: #0188C0;
  }     

.headerInfo {
  position:relative;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
 	background: #B3DF6C;
 	color: #ffffff;
 	font-weight: bold;
 	padding-left:20px;
	}
	
#headerBanner {
  position:absolute;
  top:15px;
  left:300px;
  }	
	
.pageBar {
  position:relative;
  background:url(images/bar.gif);	
  background-repeat: repeat-x;
  height:11px;
  	}
  
#breadCrumb{
	font-size: 10px;
	padding: 0px 0px 2px 10px;
	color: #000000;
  }

#breadCrumb a{
	font-size: 80%;
	padding: 2px 0px 0 0px;
	color: #000000;
  } 
  
#currencies {
  position:absolute;
  top:10px;
  right:150px;
  }

.currencyMenu {
  width:120px;
  }
  
#languages {
  position:absolute;
  top:10px;
  right:30px
  }
  
#navSearch {
  position:absolute;
  top:275px;
  left:208px;
  width:300px;
  z-index:999;
  }

         
       #accountList ul {
          background:#F8F8F8;
          margin:0;
          padding:0;
          width:100%;
          list-style-type:none;
        }
        #accountList ul li {
          background:#F8F8F8;
          margin:0;
          padding:3px;
        }                      

#headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #ff0000;
 	color: #ffffff;
 	height:15px;
 	font-weight : bold;
 	text-align : center;
	}

#messageStackError, #messageStackWarning { 
	font-size: 90%; background: #ffb3b5; 
	}

#messageStackSuccess { 
	font-size: 90%; background: #99ff00; 
	}	

/********** footer ************/

#footer{
	clear: both;
	position:relative;
	background:#ffffff;
	background-repeat: repeat-x;
	font-size: 11px;
	text-align:center;
  }

#footerNav{
	font-size: 100%;
	padding: 10px 0px 12px 10px;
	color: #0188C0;
 }

#footerNav a{
	font-size: 100%;
	color: #0188C0;
  }

#footerBanner{
  text-align:center;
  vertical-align: middle;
  }
  
#divcopyright {
  position:absolute;
  top:0px;
  right:50px;
  background:#ffffff;
  border:1px solid #F1F1F1;
  width:350px;
  height:70px;
  text-align:center;
  font-size:10px;
  color:#000000;
  }
   
#hint {
  width: 320px !important;
  float:left;
  background-color:transparent;
  opacity: 0.9 !important; 
  filter: alpha(opacity=90) !important;
  -moz-opacity:.90 !important; 
  border-collapse: collapse; 
  padding: 3px;
  border:1px solid #7C7C7C;
  } 
  
.ulsearch { 
  background: #F8F8F8; 
  padding: 1px; 
  width: 220px; 
  list-style-type: none; 
  font-family: verdana; arial, sans-serif; 
  font-size: 11px;  
  margin: 5px 0 0 0;
  max-height:300px;
  overflow:auto
  }
.lisearch {
  background:transparent; 
  margin: 0 0 5px 0; 
  cursor: default;
  height:20px;
  padding: 5px 0 0 10; 
  color: #ffffff;
  text-align:left;
  }
.lisearch:hover { 
  color: #000000; 
  }     
/********* boxes *************/

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
  background:transparent url(images/boxbg.png) bottom right;
  background-repeat:no-repeat; 
  } 

.cssbox { 
  padding-right: 10px; 
  margin: 5px auto;
  position:relative; 
  height: 1%; 
  }

.cssbox_head { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 30px;
  } 

.cssbox_head h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 10px 35px;
  height: 25px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body {
  background-position: bottom left; 
  padding: 10px 0px 10px 1px;
  height: 1%;
 
  }
  
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
  background:transparent url(images/boxbg2.png) bottom right;
  background-repeat:no-repeat; 
  } 

.cssbox2 { 
  padding-right: 10px; 
  margin: 5px auto;
  position:relative; 
  height: 1%; 
  }

.cssbox_head2 { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 30px;
  } 

.cssbox_head2 h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 10px 35px;
  height: 25px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head2 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body2 {
  background-position: bottom left; 
  padding: 10px 0px 10px 1px;
  height: 1%;
 
  }  
  
.slavebox, .slavebox_body, .slavebox_head, .slavebox_head h2 { 
  background:#ffffff;
  } 

.slavebox { 
  padding-right: 10px; 
  margin: 5px auto;
  position:relative; 
  height: 1%; 
  }

.slavebox_head { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 30px;
  } 

.slavebox_head h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 10px 35px;
  height: 25px; 
  height: 1%; /* IE Holly Hack */
  }

.slavebox_head a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.slavebox_body {
  background-position: bottom left; 
  padding: 10px 0px 25px 1px;
  height: 1%;
 
  }   

.slavebox2, .slavebox_body2, .slavebox_head2, .slavebox_head2 h2 { 
  background:#ffffff;
  } 

.slavebox2 { 
  padding-right: 10px; 
  margin: 5px auto;
  position:relative; 
  height: 1%; 
  }

.slavebox_head2 { 
  margin-right: -10px;
  padding-right: 30px;
  } 

.slavebox_head2 h2 { 

  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 10px 35px;
  height: 25px; 
  height: 1%; /* IE Holly Hack */
  }

.slavebox_head2 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.slavebox_body2 {
  background-position: bottom left; 
  padding: 10px 0px 25px 1px;
  height: 1%;
 
  }

.manufacturerMenu {
  width:100%;
  }
  
.centerContent {
  text-align:center;
  } 
  
.boxInput {
  width:80%;
  }   

.newProduct {
  width:31%;
  display:table-cell;
  float:left;
  margin-left:10px;
  background:transparent;
  font-size: 11px;
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
  }
  
  
  

/************** Page Content *****************/

.mainContent{
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
  }
  
.products {  
  position:relative;
	clear: both;
	padding: 0px 0px 0px 10px;
	}
	  
.loadedContent{
  position:relative;
	clear: both;
	padding: 0px 0px 0px 10px;
  }  

.mainContent p{
	padding: 0px 0px 10px 0px;
  }

.mainFlash{
  position:relative;
	clear: both;
	padding: 3px 0px 0px 10px;
  }

.pageHeading {
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}

.pageImage {
  float:right;
  }
  
.searchInput {
  width:40%;
  }
  
.searchHelp {
  padding: 20px 0 0 40px;
  }
  
.leftReview {
  float:left; 
  width:38%; 
  padding-left:12px;
  }
  
.rightReview {
  float:left; 
  width:48%
  } 
  
.reviewPageResults {
  position:relative;
	clear: both;
	width:73%;
	padding: 10px 0px 0px 10px;
  }
  
.reviewText {
  font-size:80%;
  }  
 
.loginContent {
  position:relative;
  top:30px;
	clear: both;
	padding: 10px 0px 0px 10px;
  }
  
.newCustomer {
  position:absolute; 
  top:0px; 
  left:10px;
  width:45%; 
  }
     
.returningCustomer {
  position:absolute; 
  top:0px;
  right:30px; 
  width:45%; 
  }
  
.inputRequirement {
  text-align:right; 
  padding-right:20px; 
	font-size: 90%; 
	color: #ff0000; 
	}  

.specials {
  width:31%;
  display:table-cell;
  float:left;
  margin-left:10px;
  background:transparent;
  font-size: 90%;
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
  }
  
.newProductImage {
  display:table-cell; 
  vertical-align:middle; 
  position:relative; 
  left:0; 
  width:140px; 
  }
  
.newProductText {
  clear:left;  
  vertical-align:middle; 
  padding-left:20px; 
  position:absolute; 
  left:100px; 
  top:10px 
  }
  
.newProductButton {
  display:table-cell; 
  vertical-align:middle; 
  position:absolute; right:20px; top:60px;
  }

A.newProduct {
  font-size:12px;
  font-weight:bold;
  color: #5E6166;
  }
  
.slaveListing-odd {
  background: #EFEFEF;
}
 
.slaveListing-even {
  background: #F8F8F9;
}

.slaveListing-highlight {
  background: #FFDFBF;
}

.bestListing-odd {
  width:190px; 
  position:relative;
  padding-left:5px;
  font-size:11px; 
  height:32px;
  border-bottom: 1px solid #E1E1E1;
}

.bestListing-bottom {
  width:190px; 
  position:relative;
  padding-left:5px;
  font-size:11px; 
  height:32px;
}
 
.bestListing-even {
  width:190px; 
  position:relative;
  padding-left:5px;
  height:32px;
  font-size:11px; 
  border-bottom: 1px solid #E1E1E1;
}

.newsListing-odd {
  width:160px; 
  position:relative;
  padding-left:5px;
  font-size:11px;
  height:20px; 
}

.newsListing-bottom {
  width:160px; 
  position:relative;
  padding-left:5px;
  font-size:11px; 
  height:22px;
  height:20px;
}
 
.newsListing-even {
  width:160px; 
  position:relative;
  padding-left:5px;
  font-size:11px; 
  height:20px;
}

               
  
/******* nav boxes, fieldsets *********/  

.navBox {
  position:relative;
  left:10px;
  height:40px;
  width:96.5%;
	}
	
.navBoxRight {
  background: #f8f8f9;
  border: 1px solid #B6B7CB;
  padding: 5px 10px 5px 10px;
  text-align:right;
	}
	
.navBoxReview {
  position:relative;
  left:12px;
  height:40px;
  width:73%;
  background:#FCFBF4; 
  border: 1px solid #A10303;
	}	
	
.leftButton {
  float:left;
  }
  
.rightButton {
  float:right;
  }  

.centerButton {
  position:absolute;
  top:0px; 
  left:36%;
  }
  
.rightClearButton {
  height:60px;
  }  
  
.reviewInfo {
  width:70%
  }
  
.reviewImage {
  position:absolute; 
  right:20px; 
  top:20px; 
  text-align:center;
  }    
		
 label {
  width: 150px;
  float: left;
  margin-right: 0.5em;
  display: block
  }
  
legend {

  font-family: Verdana,Arial,sans-serif;
  color: #000000;
  font-weight:bold;
  background:#FFFFFF;
  padding: 0 5px 0 5px;
  }

fieldset {
  background:#F8F8F8; 
  border: 1px solid #DCDDDC;
  width: 95%;
  position:relative;
  left:10px;
  padding: 20px 10px 10px 10px;
  }

/********** pages ***********/

/********** index.php *********/

.nested {
  text-align:center;
  position:relative;
}

.nestedColumn {
  width:33%; 
  float:left;
  }  

/******* product page *********/

.productHeader{
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
	height:60px;
  }

.productHeading {
  width:50%; 
  position:absolute;
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}
	
.productPrice {
  width:50%; 
  position:absolute;
  right:10px;
  text-align:right;
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}	
	
.productImage {
  width:120px;
  height:120px;
  float:right;
  text-align:center;
  padding: 10px 0px 0px 10px;
  }
  
SPAN.description {
  line-height:140%;
  }
  
.options {
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
  }
  
.options {
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
  }        

.moreInfo {
  padding: 20px 0px 0px 10px;
  }
    
.productDate {
  text-align:center;
  padding: 20px 0px 0px 10px;
  font-size:90%;
  }  

/********** shopping cart ***********/
  
.cartContents {
  position:relative;
  padding-top:10px;
  }  
  
.cartCheckBox {
  float:left;
  text-align:center;
  width:10%;
  }
  
.cartImage {
  float:left;
  width:20%;
  padding-bottom:10px;
  }
  
.cartName {
  float:left;
  width:45%;
  }
  
.cartInput {
  float:left;
  width:10%;
  }
  
.cartPrice {
  float:left;
  text-align:right;
  width:15%;
  }

.cartProducts {
  text-align:center;
  }
  
.cartIcon {
  width:30px; 
  position:absolute; 
  top:60px; 
  left:10px;
  }    
          

SPAN.markProductOutOfStock {
	color: #c76170;
  	font-weight: bold;
	}


.boxText { 
	font-size: 90%; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #f2fff7; 
	}
	
.orderEdit { 
	font-size : 90%; 
	color: #70d250; 
	text-decoration: underline; 
	}

A {
  	color: #000000;
  	text-decoration: none;
	}

A:hover {
  	color: #AABBDD;
  	text-decoration: underline;
	}

FORM {
	display: inline;
	}



.pageHeading h3{
	padding: 30px 0px 5px 0px;
}

.pageHeading img{
	float: right;
}	



SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}
	


CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}

TEXTAREA {
  	width: 100%;
  	font-size: 95%;
	}

SPAN.greetUser {
  	color: #f0a480;
  	font-weight: bold;
	}


SPAN.productSpecialPrice {
	color: #ff0000;
	}

SPAN.errorText {
  	color: #ff0000;
	}

.moduleRowOver { 
	background: #D7E9F7; 
	cursor: pointer; 

	}

.moduleRowSelected { 
	background: #E9F4FC; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #000000; 
	}


.Clear {
  font-size: 0em;
  clear: both;
  background: inherit;
  color: inherit;
}

/* set the image to use and establish the lower-right position */ 

A.productName  {
  font-size:11px;
  font-weight:bold;
  color:#515151;
  }
  
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 50px;
		height: 10px;
		position: relative;
		background: url(images/star_rating.gif) top left repeat-x;
				
	}
	
	

	.star-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:10px;
		height: 10px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(images/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:10px;
	}
	.star-rating a.two-stars{
		left:10px;
	}
	.star-rating a.two-stars:hover{
		width: 20px;
	}
	.star-rating a.three-stars{
		left: 20px;
	}
	.star-rating a.three-stars:hover{
		width: 30px;
	}
	.star-rating a.four-stars{
		left: 30px;
	}	
	.star-rating a.four-stars:hover{
		width: 40px;
	}
	.star-rating a.five-stars{
		left: 40px;
	}
	.star-rating a.five-stars:hover{
		width: 50px;
	}
	.star-rating li.current-rating{
		background: url(images/star_rating.gif) left bottom;
		position: absolute;
		height: 10px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
SPAN.ml1 {
  font-size:10px;
  color:#FC6604;
  cursor:pointer;
  }
  
SPAN.ml1:hover {
  text-decoration:underline;
  }  
  
SPAN.tx6 {
  font-size:11px;
  color:#515151;
  padding-right:25px;
  }
  
SPAN.rating {
  font-size:10px;
  color:#515151;
  }
  
.navList {
  background:url(images/m08.gif);
  background-repeat:no-repeat;
  position:relative;
  display:table;
  width:180px;
  height:26px;
  font-weight:bold;
  font-size:11px;
  padding:0px 0 0 35px;
  }
  
.navList2 {
  background:url(images/m09.gif);
  background-repeat:no-repeat;
  position:relative;
  display:table;
  width:180px;
  height:26px;
  font-weight:bold;
  font-size:11px;
  padding:0px 0 0 35px;
  }
  
.navList3 {
  background:url(images/m10.gif);
  background-repeat:no-repeat;
  position:relative;
  display:table;
  width:180px;
  height:26px;
  font-weight:bold;
  font-size:11px;
  padding:0px 0 0 35px;
  }
  
.navList4 {
  background:url(images/m11.gif);
  background-repeat:no-repeat;
  position:relative;
  display:table;
  width:180px;
  height:26px;
  font-weight:bold;
  font-size:11px;
  padding:0px 0 0 35px;
  }      
  
.navListLast {
  background:url(images/m12.gif);
  background-repeat:no-repeat;
  position:relative;
  display:table;
  width:180px;
  height:26px;
  font-weight:bold;
  font-size:11px;
  padding:0px 0 0 35px;
  }  
  
.navlistItem {
  display:table-cell;
  padding-top:5px;
  }
  
* html.navlistItem {
  display:table-cell;
  vertical-align:middle;
  position:absolute;
  top:20%;
  }      
  
.navList a {
  color:#ffffff;
  }

.navList2 a {
  color:#ffffff;
  }
  
.navList3 a {
  color:#ffffff;
  }
  
.navList4 a {
  color:#ffffff;
  }
  
.navListLast a {
  color:#ffffff;
  }     

.navlistTop {
  width:180px;
  height:20px;
  background:url(images/m07.gif);
  }
  
.navlistBottom {
  width:180px;
  height:17px;
  background:url(images/m13.gif);
  }
  
.copyright {
  position:absolute;
  bottom:10px;
  left:15px;
  font-size:10px
  } 
  
.slavebar {
  position:absolute;
  top:0px;
  left:32px;
  height:25px;
  width:500px;
  background:url(images/barbg.gif);
  font-size:11px;
  }
  
.suggest_link {
	background-color: #E3E3E3;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #F9F9F9;
	padding: 2px 6px 2px 6px;
	color:#ffffff;
}
#search_suggest {
	position: absolute;
	background-color: transparent; 
	text-align: left;
	width:350px;
	z-index:999;
}	

A.searchLink {
  color:#545454;
  }
  
            