body {
	background: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #444444;
}
a {
	color: #663399;
}
a:visited {
	
}
a:hover {
	text-decoration: none;
	color: #ce020f;
}
form {
	margin: 0px;
}
input {
	background-color: #ffffff;
	color: #555555;
	border: 1px solid #ae90d7;
}
textarea {
	background-color: #ffffff;
	color: #555555;
	border: 1px solid #ae90d7;
}
select {
	background-color: #ffffff;
	color: #555555;
	border: 1px solid #ae90d7;
}
input.checkbox {
	border: 0px;
}
input.submit {
	background-color: #ae90d7;
	color: #ffffff;
	border: 1px solid #ae90d7;
	cursor: pointer;
}
input.contentsubmit, input.inlinecontentsubmit {
	font-size: 11px;
	background-color: #ae90d7;
	color: #ffffff;
	border: 1px solid #ae90d7;
	cursor: pointer;
	padding: 2px 12px;
}
input.inlinecontentsubmit {
	padding: 0px 12px;
}
input.contentsubmit:hover {
	color: #ffffff;
	background-color: #ce020f;
	border: 1px solid #ce020f;
}
.linkbutton { /* make normal link look like content button */
	font-size: 11px;
	background-color: #ae90d7;
	color: #ffffff;
	border: 1px solid #ae90d7;
	padding: 3px 12px;
	text-decoration: none;
	cursor: pointer;
}
.linkbutton:hover, .linkbutton:visited {
	color: #ffffff;
}
.linkbutton:hover {
	background-color: #ce020f;
	border: 1px solid #ce020f;
}
.formbuttons { /* buttons at bottom of form, usually in <p> tag */
   text-align: center;
	padding-top: 10px;
}
.originalprice {
	color: #aa0000;
	text-decoration: line-through;
}
input.contentinput {
	font-size: 11px;
}
select.contentselect {
	font-size: 11px;
}
div#body {
	width: 950px;
	margin: 0px auto;
	overflow: auto;
	background: #ffffff;
	color: #444444;
}
div#headernav {
	background: #e9e9e9 url(../images/headernav_bg.gif) top left no-repeat;
	padding: 5px 0px 0px 20px;
	margin-bottom: 5px;
	height: 20px;
}
div#headernav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#headernav li {
	display: inline;
	padding: 4px 20px 4px 5px;
	font-size: 70%;
}
div#headernav li a, div#headernav li a:visited {
	text-decoration: none;
	color: #663399;
	padding: 5px 0px;
}
div#headernav li a:hover {
	color: #ce020f;
}

div#topbar {
	height: 90px;
	margin-bottom: 5px;
}
div#logo {
	width: 330px;
	height: 90px;
	float: left;
}
div#logo img {
	padding: 15px 0px 0px 15px;
	border: 0px;
}
div#basketbox {
	width: 140px;
	height: 70px;
	padding: 10px;
	float: right;
	background: url(../images/basket_bg.gif) top right no-repeat;*/
	margin-left: 10px;
}
div#basketbox h3, div#topbarnews h3, div#topbarsupport h3, div#topbarinfo h3 {
	margin: 0px 0px 5px 0px;
	color: #663399;
	font-size: 70%;
}
div#basketbox div, div#topbarnews div, div#topbarsupport div, div#topbarinfo div {
	font-size: 70%;
}
div#basketbox div {
	color: #000000;
}
div#topbarnews div {
	color: #ce020f;
}
div#topbarsupport div, div#topbarinfo div {
	color: #663399;
}
div#topbarnews {
	width: 140px;
	height: 70px;
	padding: 10px 10px 10px 60px;
	float: right;
	margin-left: 10px;
	background: url(../images/topbarnews_bg.gif) top left no-repeat;
}
div#topbarinfo {
	width: 140px;
	height: 70px;
	padding: 10px 10px 10px 60px;
	float: right;
	margin-left: 10px;
	background: url(../images/topbarinfo_bg.gif) top left no-repeat;
}
div#topbarsupport {
	width: 140px;
	height: 70px;
	padding: 10px 60px 10px 10px;
	float: right;
	background: url(../images/support_bg.gif) top right no-repeat;
}

ul#topnav, ul#topnav ul { /* all lists */
	margin: 0px;
	
	list-style: none;
	line-height: 1.3;
	height: 25px;
	background: #b193d9;
	padding: 0px 0px 0px 15px;
	
}

ul#topnav {
	background: #b193d9 url(../images/topnav_bg.gif) top left no-repeat;
	position: relative;	
	z-index: 99;
}
ul#topnav a {
	display: block;
	font-size: 75%;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 15px;
	background: #b193d9 url(../images/topnavbutton_bg.gif) top repeat-x;
	border-right: 1px solid #8556b4;
}
ul#topnav li a:hover {
	background: #ca2631 url(../images/topnavbutton_bg_hover.gif) top repeat-x;
	color: #ffffff;
}
ul#topnav li { /* all list items */
	float: left;
}

ul#topnav li ul { /* second-level lists */
	position: absolute;
	background: #b193d9;	
	width: 210px;
	height: auto;
	opacity: .90;
	filter: alpha(opacity=90);
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

ul#topnav li:hover ul, ul#topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding: 0px;
	
}

ul#topnav li:hover ul li, ul#topnav li.sfhover ul li {
	height: 25px;
	padding: 0px;
	width: 210px;
	line-height: 1.9;
	vertical-align: middle;
	
}
ul#topnav li:hover ul li:hover, ul#topnav li.sfhover ul li:hover {
	width: 240px;
}
ul#topnav li:hover ul li a, ul#topnav li.sfhover ul li a {
	padding: 0px 0px 0px 10px;
	width: 200px;
	height: 25px;
	background: #b193d9;
	border-right: 0px;
}
ul#topnav li:hover ul li a:hover, ul#topnav li.sfhover ul li a:hover {
	background: #ca2631;
	color: #ffffff;
}
div#searchbar {
	background: #ae8ece url(../images/searchbar_bg.gif) top left no-repeat;
	overflow: auto;
	height: 90px;
	margin-bottom: 2px;
}
div#search {
	text-align: center;
	padding-top: 25px;
}
div#search input {
	border: 0px;
}
div#search input#xSearch {
	background: url(../images/searchinput_bg.gif) top left no-repeat;
	width: 490px;
	padding: 5px 3px 5px 10px;
}
div#search input#searchsubmit {
	cursor: pointer;
	vertical-align: top;
	background-color: transparent;
	color: white;
	
}
div#favsearches {
	margin-top: 10px;
}
div#favsearches p {
	font-size: 70%;
	text-align: center;
	color: #ffffff;
	margin: 0px;
}
div#favsearches p a, div#favsearches p a:visited {
	color: #ffffff;
	padding: 0px 6px;
}
div#favsearches p a:hover {
	color: #ffffff;
}
div#banner {
	height: 215px;
	overflow: hidden;
	margin-top: 5px;
	
}
div#main {
	overflow: auto;
	margin-top: 15px;
}
div#content {
	
}
div#contentleft {
	width: 650px;
	float: left;
}
div#multiprodcontentleft {
	width: 550px;
	float: left;
}
div#contentright {
	margin-left: 680px;
	
}
div#multiprodcontentright {
	margin-left: 580px;
}
div.contentrightbox {
	color: #444444;
	margin-bottom: 15px;
}
div.contentrightimg {
	text-align: center;
	padding: 10px 0px;
}
div.contentrightimg img {
	border: 0px;
	margin: 0px auto;
}
div.contentrightbox h2, div.contentrightimg h2 {
	font-size: 75%;
	color: #663399;
	background: url(../images/h2_bgr.gif) top left no-repeat;
	height: 21px;
	padding: 5px 10px 0px 10px;
	margin-top: 0px;
	text-align: left;
}
div#multiprodcontentright div.contentrightbox h2 {
	background: url(../images/h2_multibgr.gif) top left no-repeat;
}
div.contentrightbox div {
	font-size: 70%;
}
div.contentrightbox div.formbox {
	padding: 5px;
}
div.contentrightbox select {
	font-size: 11px;
}
div#contentleft h2, div#content h2, div#multiprodcontentleft h2, div.contentbox h2 {
	color: #663399;
	margin: 0px 0px 10px 0px;
	font-size: 80%;
	padding: 0px 0px 2px 15px;
	border-bottom: 1px solid #663399;
	background: url(../images/h2_marker.gif) top left no-repeat;
}
div#contentleft p, div#content p {
	font-size: 75%;
	margin-top: 0px;
}
div.frontsection {
	width: 525px;
	margin: 20px auto;
	overflow: hidden;
}
div.snippet {
	font-size: 75%;
	color: #444444;
	margin-bottom: 10px;
	line-height: 1.4em;
}
div#content div.snippet p, div#contentleft div.snippet p {
	font-size: 105%;
}
div#content div.snippet h2, div#contentleft div.snippet h2 {
	font-size: 105%;
}
div.section {
	margin: 20px auto;
	overflow: auto;
}
div.secproduct {
	width: 175px;
	height: 210px;
	float: left;
	font-size: 70%;
	text-align: center;
	color: #444444;
	
}
div.secproduct a {
	display: block;
	height: 150px;
}
div.secproduct strong {
	color: #663399;
}
div.secproduct img {
	border: 0px;
	vertical-align: bottom;
}
div#resultsbar {
	clear: both;
	overflow: auto;
	padding-bottom: 10px;
}
div.barpaging {
	float: left;
	font-size: 75%;	
}
div.barpaging a {
	padding: 4px;
}
div.paging {
	text-align: center;
	margin-bottom: 20px;
	font-size: 75%;
	color: #999999;
}
div.paging a {
	font-weight: bold;
	
}
div.paging span {
	padding: 5px 5px;
}
div.searchresults {
	float: left;
	font-size: 70%;
	font-weight: bold;
}
div.sortby {
	display: inline;
	font-size: 75%;
	float: right;
}
div.sortby select {
	font-size: 11px;
}
div.sections {
	font-size: 75%;
	font-weight: bold;
	float: right;
}
div.sections div {
	display: inline;
	padding: 0px 5px;
}
div.sections div.title {
	font-weight: normal;
	padding: 0px;
}
div.sections div a {
	padding: 0px 5px;
	
}
div#productimage {
	float: left;
	width: 252px;
	margin-bottom: 10px;
}
div#productimage img.addborder {
	border: 1px solid #cccccc;
}
div#contentleft div#productdetails {
	
	margin-left: 270px;
}
div#proddescription {
	font-size: 75%;
	margin: 10px 0px;
}
div.frontsectionbox {
	width: 600px;
	margin: 20px auto 0px auto;
	overflow: auto;
	height: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
}
div.relatedproducts {
	overflow: auto;
	height: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
}
div.relatedproducts div, div.frontsectionbox div {
	width: 140px;
	height: 150px;
	float: left;
	font-size: 70%;
	text-align: center;
	color: #444444;
	line-height: 1.4em;
}
div.relatedproducts div img, div.siderelatedproducts div img, div.accountfavproducts div img, div.frontsectionbox div img {
	border: 0px;
}
div.siderelatedproducts, div.accountfavproducts {
	padding: 5px 5px 0px 5px;
	overflow: auto;
	height: 100%;
	margin-top: 0px;
}
div.siderelatedproducts div, div.accountfavproducts div {
	width: 125px;
	height: 140px;
	float: left;
	font-size: 100%;
	text-align: center;
	color: #444444;
	line-height: 1.4em;
}

div.special { /* main product flags */
	
	padding: 0px 0px 10px 10px;
	float: right;
}
.basketbutton {
	background: url(../images/basket_button.gif);
	width: 120px;
	height: 25px;
	padding-bottom: 2px;
	border: 0px;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}
.basketbutton:hover {
	background: url(../images/basket_hover.gif);
}
.favouritesbutton {
	background: url(../images/favourites_button.gif) top left no-repeat;
	width: 110px;
	height: 13px;
	padding: 6px 10px;
	border: 0px;
	color: #ffffff;
	font-size: 11px;	
	text-decoration: none;
	
}
.favouritesbutton, .favouritesbutton:visited {
	color: #ffffff;
}
.favouritesbutton:hover {
	color: #ffffff;
	background: url(../images/basket_hover.gif) top left no-repeat;
}
.checkoutbutton {
	background: url(../images/checkout_button.gif) top left no-repeat;
	width: 150px;
	height: 13px;
	padding: 6px 16px;
	border: 0px;
	color: #ffffff;
	font-size: 11px;	
	text-decoration: none;
	
}
.checkoutbutton, .checkoutbutton:visited {
	color: #ffffff;
}
.checkoutbutton:hover {
	color: #ffffff;
	background: url(../images/checkout_hover.gif) top left no-repeat;
}
.continueshopping {
	background: url(../images/continue_button.gif) top left no-repeat;
	width: 160px;
	height: 13px;
	padding: 6px 21px;
	border: 0px;
	color: #ffffff;
	font-size: 11px;	
	text-decoration: none;
	margin-right: 5px;
}
.continueshopping, .continueshopping:visited {
	color: #ffffff;
}
.continueshopping:hover {
	color: #ffffff;
	background: url(../images/checkout_hover.gif) top left no-repeat;
}
.nextstepbutton {
	background: url(../images/checkout_button.gif);
	width: 150px;
	height: 25px;
	padding-bottom: 2px;
	border: 0px;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}
.nextstepbutton:hover {
	background: url(../images/checkout_hover.gif);
}
.basketrefresh {
	background: url(../images/refresh.gif);
	width: 18px;
	height: 18px;
	border: 0px;
	padding-bottom: 2px;
	cursor: pointer;
}
.basketbutton:hover {
	background: url(../images/basket_hover.gif);
}
div#content .paymentinstructions {
	font-weight: bold; 
	color: #663399; 
	font-size: 90%;
}
table.data {
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 75%; 
}
table.orderingtable {
	border: 0px;
	width: 100%;
}
table.orderingtable td {
	vertical-align: top;
	font-size: 75%;
}
table.orderingtable th {
	font-size: 75%;
}
table.orderingtable td.orderingsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.orderingtable td.orderingtitle {
	font-weight: bold;
	text-align: right;
}
table.orderingtable td.righttitle {
	font-weight: bold;
}
table.orderingtable td h3 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.formtable {
	border: 0px;
}
table.formtable td {
	vertical-align: top;
	font-size: 75%;
}
table.formtable th {
	vertical-align: top;
	font-size: 75%;
	text-align: left;
}
table.formtable td.formsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.formtable td.formtitle {
	font-weight: bold;
	text-align: right;
}
table.formtable td.righttitle {
	font-weight: bold;
}
table.formtable td h3 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #663399;
}
div.setproduct {
	width: 250px;
	height: 250px;
	margin: 5px;
	float: left;
	text-align: center;
	border: 1px solid #ece7f3;
}
div.setproduct img {
	border: 0px;
}
.fieldscontent {
	font-weight: bold;
}
div.rootsection a, div.rootsection a:visited {
	display: block;
	height: 100%;
	width: 290px;
	text-decoration: none;
	padding: 10px;
	overflow: auto;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
div.rootsection a:hover {
	border: 1px solid #ae90d7;
	background: #ffffff;
}
div.rootsectionimg {
	float: left;
	width: 100px;
	height: 100%;
	text-align: center;
}
div.rootsectionimg img {
	border: 0px;
}
div.rootsectionitem {
	margin-left: 115px;
	font-size: 75%;
	color: #444444;
}
div.rootsectionitem h3 {
	color: #663399;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 110%;
}
div#showcaseouter {
	overflow: auto;
	
}
div.showcase a, div.showcase a:visited {
	display: block;
	height: 100%;
	width: 275px;
	text-decoration: none;
	padding: 10px;
	overflow: auto;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
div.showcase a:hover {
	border: 1px solid #ae90d7;
	background: #ffffff;
}
div.showcaseimg {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
}
div.showcaseimg img {
	border: 0px;
}
div.showcaseitem {
	margin-left: 115px;
	font-size: 75%;
	color: #444444;
}
div.showcaseitem h3 {
	color: #663399;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 110%;
}
div.showcasecategories {
	overflow: hidden;
}
div.showcasecategories div {
	height: 60px;
	overflow: auto;
	margin-bottom: 7px;
	font-size: 100%;
}
div.showcasecategories div a {
	text-decoration: none;
	font-weight: bold;
}
div.showcasecategories div img {
	float: left;
	margin-right: 5px;
	border: 0px;
}
div.cartupsellouter {
	width: 650px;
	
	margin-top: 30px;
}
div.cartupsell a, div.cartupsell a:visited {
	display: block;
	height: 100%;
	min-height: 150px;
	width: 182px;
	text-decoration: none;
	padding: 10px;
	overflow: auto;
	border: 1px solid #ae90d7;
	background: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
div.cartupsell a:hover {
	background: #f5f2f8;
	border: 1px solid #ae90d7;
}
div.cartupsellimg {
	width: 182px;
	height: 100%;
	text-align: center;
}
div.cartupsellimg img {
	border: 0px;
}
div.cartupsellitem {
	font-size: 75%;
	color: #444444;
	padding-top: 10px;
	text-align: center;
}
div.cartupsellitem h3 {
	color: #663399;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 100%;
}
div.clr {
	clear: both;
}
.coldark {
	background: #d6cae6;
}
.collight {
	background: #ece7f3;
}
.error {
	color: #cc0000;
	font-weight: bold;
}
div#main div#contentleft p.fairynameresult {
	font-size: 80%;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
}
div#main div#contentleft p.fairynameresult span {
	color: #663399;
	font-size: 120%;
	font-style: italic;
}
div.customermenu ul {
	margin: 0px;
	padding-left: 20px;
	line-height: 1.7em;
	list-style: none;
}
div.checkoutloginl, div.checkoutloginr {
	width: 45%;
	height: 100%;
	overflow: auto;
	padding: 10px;
}
div.checkoutloginl {
	float: left;
}
div.checkoutloginr {
	float: right;
}
div#addressbookentries {
	margin: 0px auto;
	overflow: auto;
}
div.addressbookentry {
	width: 250px;
	height: 70px;
	float: left;
	font-size: 75%;
	margin: 5px;
}
div#checkoutsteps, div#checkoutsteps1step {
	height: 40px;
	overflow: auto;
	font-size: 70%;
	color: #663399;
	padding-top: 15px;
}
div#checkoutsteps ol {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div#checkoutsteps1step ol {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
div#checkoutsteps li {
	display: inline;
	margin: 0px;
	padding: 0px 50px 0px 0px;
}
div#checkoutsteps1step li {
	display: inline;
	margin: 0px;
}
div#checkoutsteps1step li.two {
	padding: 0px 200px 0px 275px;
}
div#checkoutsteps1step li.three {
	padding: 0px 0px 0px 70px;
}
div#checkoutsteps li.here, div#checkoutsteps1step li.here {
	color: #ce020f;
}
div.sharebuttons {
	font-size: 80%;
	padding: 10px 0px;
	clear: both;
}
div.largebanner {
	padding: 20px 0px 0px 0px;
}
div.largebanner div {
	margin: 0px auto;
	width: 500px;
	height: 80px;
}
div.largebanner div img {
	border: 0px;
}
div#bottombar {
	padding: 5px 20px;
	clear: both;
	overflow: auto;
	height: 100%;
	margin: 0px 1px;
	background: #f9f9f9 url(../images/bottombar_bg.gif) bottom repeat-x;
}
div.bottomboxcol {
	width: 200px;
	float: left;
	padding: 10px;
}
div.bottomboxcol h4 {
	font-size: 70%;
	color: #663399;
	margin: 0px 40px 10px 0px;
	border-bottom: 1px solid #663399;
	padding: 0px 0px 2px 12px;
	background: url(../images/bottomcol_h4_marker.gif) top left no-repeat;
}
div.bottomboxcol ul {
	margin: 0px;
	padding-left: 10px;
	line-height: 1.2em;
	list-style: none;
}
div.bottomboxcol li {
	font-size: 70%;
	color: #444444;
}
div.bottomboxcol li a {
	text-decoration: none;
}
div.bottomboxcol li a:hover {
	
}
div.bottomboxcol img {
	border: 0px;
}
div#partnerlogobox {
	padding: 5px 0px;
	width: 950px;
	margin: 0px auto;
	overflow: auto;
	height: 100%;
	margin-top: 0px;
}
div#partnerlogobox a img {
	border: 0px;
	padding: 1px;
}
div#footer {
	font-size: 70%;
	background: #b092d8 url(../images/footer_bg.gif) top left no-repeat;
	height: 20px;
	color: #ffffff;
	padding: 5px 0px 0px 15px;
	margin-top: 1px;
	margin-bottom: 5px;
}
div#footer a, div#footer a:visited, div#footer a:hover {
	color: #ffffff;
}
div#footer img {
	vertical-align: middle;
}
/* Easy Slider */


#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		background: #dfd4f0;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 950px;
		height: 180px;
		overflow:hidden; 
}	
#slider ul img, #slider2 ul img {
			border: 0px;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev { 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
}	
#nextBtn, #slider1next { 
		left:696px;
}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a { 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

ol#controls {
		margin: 0px;
		padding: 0px 0px 0px 10px;
		height: 22px;
		border-top: 2px solid #ae90d7;
		
}
ol#controls li {
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height:20px;
		font-size: 14px;
}
ol#controls li a {
		float:left;
		height:22px;
		line-height:20px;
		background: #ae90d7 url(../images/slider_button.gif) top left no-repeat;
		color: #ffffff;
		padding:0 8px;
		text-decoration:none;
}
ol#controls li.current a {
		background: #ca2631 url(../images/slider_button_hover.gif) top left no-repeat;
		color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 
/* HELP: The search suggest drop down. Do not remove position, left or z-index! */

#search_suggest {        
 position: absolute; 
 background-color: #f0ecf6; 
 text-align: left; 
 border: 0px;        
 visibility: hidden;
 width: 150px;
 top: 0px;
 left: 0px;
 z-index: 200;
 font-size: 75%;
}
/* HELP: Styling for link div in the search suggest box */
.suggest_link {
 background-color: #f0ecf6;
 padding: 4px 10px 4px 12px;
 font-weight: normal;
}
/* HELP: Styling for text highlights in search suggest box */
.suggest_link_highlight {
 background-color: #ddd1ef;
}
/* HELP: Styling for link div with mouse over in search suggest box */
.suggest_link_over {
 background-color: #ce020f;
 padding: 4px 10px 4px 12px;
 cursor: pointer;
 color: #ffffff;
}
