/* 
 *
 * Author: RedAct Solutions Ltd
 * Web: http://www.redactsolutions.co.uk
 * Date: 8th October 2009
 *
 */
 
/* Resets
----------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* Core
----------------------------------------- */
html {
	font-size: 100%;
	background: #e4e9b3;
	overflow-y: scroll;
}

body {
	background: #e4e9b3;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 75%;
	color: #333333;
}

/* Top-level containers
----------------------------------------- */
#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

#left-menu {
	float: left;
	width: 225px;
	margin-top: 10px;
}

#right-menu {   
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 10px;
}

#content {
	background: url(../images/content-bg.png) repeat-y;
	width: 980px;
	height: 1%;
	padding: 0 20px 10px 20px;
}

#home-content {
	float: left;
	width: 470px;
	margin-left: 10px;
	font-size: 1em;
}

#main-content {
	float: left;
	width: 705px;
	margin-left: 10px;
	font-size: 1em;
}

/* General styles
----------------------------------------- */
a {
	color:#99a80b;
	text-decoration: none;
}

a:hover {
	color:#99a80b;
	text-decoration: underline;
}

h1 {
	width: 60%;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #750035;
	line-height: 1;
	text-align: left;
	float: left;	
}

h2 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #750035;
	line-height: 1;
	text-align: left;
	clear: both;
}

p {
	font-size: 1em;
	line-height: 1.5;
	vertical-align: top;
	margin-bottom: 6px;
}

address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 6px;
}
ol, ul {
	margin: 0 0 10px 20px;
	}
	ol li, ul li {
		margin-bottom: 6px;
	}

strong {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input { 
	height: 1.40em;
	margin-bottom: 1px;
	background-color: #FFFFFF; 
	border: 1px solid #1a5bb0; 
	font-size: 1em;
	font-weight: normal;
	color: #000000; 
}

select { 
	background-color: #FFFFFF;
	border: 1px solid #1a5bb0; 
	font-size: 1em;
	font-weight: normal;
	color: #000000; 
}

.checkbox {
	position: relative;
	top: 2px;
	border: 0px;
	margin-right: 4px;
	vertical-align: text-bottom;
}

.button {
	height: 2em;
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
	background-color: #39003c;
	border: none;	
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.button:hover {
	height: 2em;
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
	background-color: #e4d0fd;
	border: none;
	color: #750035;
	cursor: pointer;
	text-decoration: none;
}

.smaller-text {
	font-size: 0.9em;
	width: 100%;
}

.larger-text {
	font-size: 1.1em;
	width: 100%;
}

.panel-text-link {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.price {
	font-weight: bold;
	font-size: 1.1em;
	color: #750035;
}

.product-code {
	padding-left: 1px;
	font-variant: small-caps;
	font-size: 0.9em;
	font-weight: 600;
	color: #000000;
}

.product-image, img.product-image {
	border: 2px #750035 solid !important;
}

.error-text {
	font-size: 90%;
	font-weight: bold;
	color: #ff0000;
}

/* Header
----------------------------------------- */
#header {
	background: url(../images/header-bg.png) no-repeat;
	width: 980px;
	height: 127px;
	margin: 0;
	padding: 0;
}

#header-right {
	float: right;
	width: 300px;
	margin: 20px 20px 0 0;	
}

#header-cart-links {
	margin: 30px 0 10px 0;
	text-align: right;
	color: #ffffff;
	}
	#header-cart-links a {
		color: #ffffff;
	}
	
	#header-cart-links  ul {
		padding-top: 5px;
		list-style-type: none;
	}
	#header-cart-links  ul li {
		padding: 5px 2px 10px 2px;
		display: inline;
	}
	#header-cart-links  ul li a {
		text-decoration: none;
		font-size: 110%;
		font-weight: 600;		
		color: #ffffff;
	}
	#header-cart-links  ul li a:hover{
		text-decoration: underline;
		color: #ffffff;
	}

#header-cart-items {
	font-size: 90%;
	font-weight: 600;
	text-align: right;
	color: #ffffff;
}

#header-search {
	float: right;
}

#header-search-box {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #000000;; 
	height: 17px;
	margin-bottom: 1px;
	width: 150px;
}

#header-search-button {
	background-color: #8dbfff;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	padding-bottom: 1px;
	height: 17px;
	position: relative;
	padding-bottom: 2px;
}


/* Top menu
----------------------------------------- */
#top-menu {
	background: url(../images/top-menu-bg.png) repeat-y;
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#top-menu-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	height: 30px;
	padding-left: 11px;
	}
	#top-menu-links ul {
		height: 30px;
		margin: 0;	
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#top-menu-links ul li {
		display: inline;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	#top-menu-links ul li a {
		background: url(../images/top-menu-div.png) right no-repeat;
		height: 30px;
		line-height: 30px;
		margin: 0;		
		padding: 0 18px 0 19px;
		text-decoration: none;
		color: #ffffff;
		display:block;
		float: left;
	}
	#top-menu-links ul li.menu-last a {
		background: none;
	}
	#top-menu-links ul li a:hover {
		height: 30px;
		line-height: 30px;
		margin: 0 0 0 -1px;
		padding: 0 18px 0 20px;
		text-decoration: none;
		background: #e4d0fd;
		color: #750035;
		display:block;
		float: left;		
	}
	#top-menu-links ul li.menu-last a:hover {
		padding-right: 20px;
	}
		
#top-divider {
	background: url(../images/top-divider.png) no-repeat;
	width: 980px;
	height: 7px;
	margin: 0px;

}

/* Side panel boxes
----------------------------------------- */
.side-panel {
	width: 100%;
	margin: 10px 0 0 0;
}

.side-panel-header {
	background: url(../images/side-panel-header-bg.png) no-repeat;
	width: 205px;
	height: 55px;
	padding: 0 10px 0 10px;
	}
	.side-panel-header h2 {
		padding-top: 10px;
	}
	
.side-panel-no-header {
	background: url(../images/side-panel-no-header-bg.png) no-repeat;
	width: 225px;
	height: 15px;
}

.side-panel-content {
	background: url(../images/side-panel-content-bg.png) repeat-y;
	width: 225px;
	text-align: left;
	overflow: auto;	
}

.side-panel-content-center {
	background: url(../images/side-panel-content-bg.png) repeat-y;
	width: 225px;
	text-align: center;
	overflow: auto;
}

.side-panel-footer {
	background: url(../images/side-panel-footer-bg.png) no-repeat;
	width: 225px;
	height: 15px;
}

/* Sections side panel box
----------------------------------------- */
#menu-section-list {
	list-style: none;
	margin: 0 10px 0 10px;
}

#menu-section-list ul {
	list-style: none;
	margin: 0 10px 0 10px;
}

#menu-section-list li {
	background: url(../images/menu-bullet.png) 0 6px no-repeat;
	padding: 0 20px 6px 20px;
	margin: 10px 0 10px 0;
	border-bottom: #cccccc 2px dotted;	
}

#menu-section-list li li {
	background: url(../images/menu-bullet.png) 0 6px no-repeat;
	padding: 0 0 4px 20px;
	margin: 10px 0 10px -10px;
	border-bottom: #cccccc 2px dotted;
	}	

#menu-section-list a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #333333;
	display: block;
}	

#menu-section-list li.section-last {
	border-bottom: none;
}
	
/* Customer side panel box
----------------------------------------- */
#customerLogin {
	margin: 0 10px 0 10px;
	}
	#customerLogin input {
		width: 160px;
	}
	#customerLogin .button {
		width: 80px;
		margin: 4px 0 4px 0;
	}
#customer-links  {
	list-style: none;
	margin: 0 10px 0 10px;
}

#customer-links  ul {
	list-style: none;
	margin: 0 10px 0 10px;
}

#customer-links li {
	margin: 2px 0 2px 0;
}

/* Newsletter side panel box
----------------------------------------- */
#newsletterJoin {
	margin: 0 10px 0 10px;
	}
	#newsletterJoin input {
		margin-top: 4px;
	}
	#newsletterJoin .button {
		margin-top: 4px;	
	}


/* Product lists side panel box 
----------------------------------------- */
.menu-product-list {
	margin: 0 10px 10px 10px;
	clear: both;
}

.menu-product-image {
	margin: 0 5px 10px 0; 
	float: left;
}

/* Testimonials side panel box
----------------------------------------- */
#testimonials {
	margin: 0 10px 0 10px;
	}
	#testimonials p {
		margin: 10px 0 10px 0;
		text-align: left;
	}

/* Colour options side panel box
----------------------------------------- */
#colour-options {
	margin: 0 10px 0 10px;
	}
	#colour-options p {
		margin: 10px 0 10px 0;
		text-align: left;
	}

/* Latest news side panel box
----------------------------------------- */
#latest-news {
	margin: 0 10px 0 10px;
	text-align: left;
	}	
	#latest-news ul {
		list-style: none;
		margin: 0 0 0 0;
	}
.latest-news-date {
	font-size: 85%;
}
.latest-news-title {
	padding: 4px 0 4px 0;
}

/* Links side panel box
----------------------------------------- */
#side-panel-links {
	margin: 0 10px 0 20px;
	}
	#side-panel-links p {
		margin: 5px 0 10px 0;
		text-align: left;
	}


/* Promo side panel box
----------------------------------------- */
.side-panel-promo {
	width: 100%;
	margin: 10px 0 0 0;
	background: url(../images/side-panel-promo.png) no-repeat;
	height: 140px;
}

/* Payment options side panel box
----------------------------------------- */
.side-panel-payment {
	width: 100%;
	margin: 10px 0 0 0;
	background: url(../images/side-panel-payment.png) no-repeat;
	height: 160px;
}
	
/* Main panel boxes
----------------------------------------- */
.main-panel {
	width: 100%;
	margin: 20px 0 0 0;
}

.main-panel-header {
	background: url(../images/main-panel-header-bg.png) no-repeat;
	width: 685px;
	height: 55px;
	padding: 0 10px 0 10px;
	}
	.main-panel-header h2 {
		padding-top: 10px;
	}
	
.main-panel-content {
	background: url(../images/main-panel-content-bg.png) repeat-y;
	width: 685px;
	padding: 5px 10px 0 10px;
	text-align: left;
	overflow: auto;	
}

.main-panel-footer {
	background: url(../images/main-panel-footer-bg.png) no-repeat;
	width: 705px;
	height: 15px;
}

/* Home welcome box
----------------------------------------- */
#home-welcome {
	background: url(../images/home-welcome-bg.png) no-repeat top;
	width: 470px;
	height: 218px;
	margin-top: 2px;
}
#welcome-text {
	padding: 20px 0 0 160px;
}
#welcome-text h1 {
	width: 100%;
}
#welcome-text p {
	padding: 40px 2px 10px 2px;
	line-height: 1.6;
}

/* Home focus boxes
----------------------------------------- */
#home-focus-left {
	background: url(../images/home-focus-bg.png) no-repeat;
	width: 230px;
	height: 230px;
	margin: 10px 0 0 0;
	float: left;	
}

#home-focus-right {
	background: url(../images/home-focus-bg.png) no-repeat;
	width: 230px;
	height: 230px;
	margin: 10px 0 0 10px;
	float: left;
}

h2.home-focus  {
	padding: 10px 0 5px 10px;
	text-align: center;
	color: #ffffff;
}

img.home-focus {
	margin-left: 10px;
	border: 1px solid #ffffff;
}

/* Home center boxes
----------------------------------------- */
.home-panel {
	width: 100%;
	margin: 10px 0 0 0;
}

.home-panel-header {
	background: url(../images/home-panel-header-bg.png) no-repeat;
	width: 470px;
	height: 55px;
	padding: 0 10px 0 10px;
	}
	.home-panel-header h2 {
		padding-top: 10px;
	}
	
.home-panel-content {
	background: url(../images/home-panel-content-bg.png) repeat-y;
	width: 470px;
	padding: 5px 10px 0 10px;
	text-align: left;
	overflow: auto;	
}

.home-panel-footer {
	background: url(../images/home-panel-footer-bg.png) no-repeat;
	width: 470px;
	height: 15px;
}

/* Home latest designs
----------------------------------------- */
.home-new-product {
	float: left;
	width: 125px;
	margin: 0 25px 20px 6px;
}

.home-new-product-name {
	height: 30px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 500;
	color: #750035;
	line-height: 1;
	text-align: center;
}

.home-new-product-price {
	margin-top: 6px;
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
}

.home-new-product-link {
	margin-top: 6px;
	text-align: center;
}

/* Breadcrumbs
----------------------------------------- */
#breadcrumb {
	float: right;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 500;
	color: #99a80b;
	line-height: 1;
	text-align: right;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Footer section
----------------------------------------- */
#footer {
	background: url(../images/footer-bg.png) no-repeat;
	width: 980px;
	height: 130px;
	text-align: center;
	color: #000000;	
}

#footer-section-links {
	font-size: 1.2em;
	color: #999999;
	}
	#footer-section-links ul {
		list-style-type: none;
		text-align: center;
		margin: 0;		
		padding: 10px 20px 10px 20px;
	}
	#footer-section-links ul li {
		margin: 0;	
		padding: 5px 2px 10px 2px;
		display: inline;
	}
	#footer-section-links ul li a {
		text-decoration: none;
		color: #999999;
	}
	#footer-section-links ul li a:hover{
		text-decoration: underline;
		color: #99a80b;
	}
	
#footer-menu-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 500;
	color: #750035;
	}
	#footer-menu-links ul {
		list-style-type: none;
		text-align: center;
		margin: 0;		
		padding: 10px 20px 10px 20px;
	}
	#footer-menu-links ul li {
		margin: 0;	
		padding: 5px 2px 10px 2px;
		display: inline;
	}
	#footer-menu-links ul li a {
		text-decoration: none;
		color: #750035;
	}
	#footer-menu-links ul li a:hover{
		text-decoration: underline;
		color: #750035;
	}

#contact-links {
	font-size: 1.2em;
	}
	#contact-links a {
		font-size: 1em;
		color: #333333;
	}

#copyright {
	margin: 5px auto 0 auto;
	padding-bottom: 10px;
	font-size: 90%;	
	text-align: center;
	clear: both;
	}
	#copyright a {
		font-size: 1em;
		color: #333333;
	}


/* Paging & Sorting styles
----------------------------------------- */
.pages-container {
	float: right;
	padding: 1px;
	font-size: 90%;
	text-align: right;
}

.pages-list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.pages-list li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #ffffff;
}

.pages-list span { 
	margin: 0; 
	padding: 3px 5px 3px 5px;
	background-color: #e4d0fd;
	color: #750035;
}

.pages-list a { 
	margin: 0; 
	padding: 3px 5px 3px 5px;
	background-color: #39003c;
	color: #ffffff;
}

.pages-list a:hover {
	background-color: #e4d0fd;
	text-decoration: none;
	color: #750035;	
}

.sort-container {
	float: left;
}

.sort-caption {
	float: left;
	padding: 2px 10px 0 0 ;
}

.sort-form {
	float: left;
}

.totals-container {
	float: left;
}

/* Section listings
----------------------------------------- */
.section-content {
	clear: both;
}

.section-header {
	height: 30px;
	margin-bottom: 10px;
	border-bottom: #cccccc 2px dotted;	
}

.section-footer {
	clear: both;
	height: 20px;
	padding-top: 10px;
	border-top: #cccccc 2px dotted;		
}

/* HELP: Container for each sub-section listed on a section page<br/><br/> */
.sub-sections {
	width: 100%; clear: both; text-align: left;
}

/* HELP: Style for the section thumbnails shown on section pages, both for the section and sub-section listings */
.section-thumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

/* HELP: Style for the display of the sub-section title on section pages */
.sub-section-title, .sub-section-title a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}


/* Product listings
----------------------------------------- */
.product-tiled {
	float: left;
	width: 200px;
	margin: 0 25px 20px 0;
}

.product-tiled-thumb {

}

.product-tiled-name {
	float: left;
	margin-top: 3px;
	font-size: 1.1em;	
}

.product-tiled-price {
	float: right;
	margin-top: 3px;
	font-size: 1.1em;	
}

/* Product details
----------------------------------------- */
.product-image-container {
	float: left;
	margin: 0 20px 10px 0;
}

.product-details-container {
	position: relative;
	float: left;
	width: 360px;
	}
	.product-details-container h2 {
		padding-top: 0;
		margin-top: 0;
	}

.product-flag-container {
	position: absolute;
	top: 0; right: 0;
	width: 75px; 
	}
	.product-flag {
		font-size: 0.9em; 
		font-weight: normal;
		background: #e4d0fd;	
		color: #39003c; 
		border: 1px solid #e4dcee;
		margin-bottom: 3px; 
		padding: 1px 3px 1px 3px; 
		white-space: nowrap;
		text-align: right;
	}

.product-description-container {
	margin: 10px 0 10px 0;
}

.product-order-details-container {
	width: 360px;
	position: relative;
	}
	.product-order-pricing-container {
	}
	.product-order-savings-container {
		position: absolute;
		top: 0;
		right: 0;
		width: 130px;
		padding: 3px;
		background: #e4d0fd;	
		border: 1px dotted #39003c;
	}
	.product-extra-fields-container {
		margin: 5px 0 5px 0;
		clear: both;
	}
	
	.product-extra-fields-padding {
		padding-bottom: 5px;
	}
	.product-order-qty-container {
		height: 23px;
		margin: 5px 0 5px 0;
		clear: both;
	}

.product-add {
	width: 90px;
	height: 24px;
	background: url(../images/add-to-cart.png) no-repeat;
	cursor: pointer;
	border: none;
}

.wish-list-link {
	margin-top: 5px;
	font-size: 1em;
	text-decoration: underline;
	color: #99a80b;
	white-space: nowrap;
	cursor: pointer;
}

.enlarge-image-link-container {
	width: 304px;
	margin-top: 5px;
	text-align: center;
	}
	.enlarge-image-link {
		font-size: 1em;
		font-weight: 600;
		text-decoration: underline;
		color: #f08100;
		cursor: pointer;
	}

.associated-products-container {
	margin-top: 20px;
	}

	.associated-products-container h2 {
		padding-bottom: 4px;
		margin-bottom: 8px;
		border-bottom: #cccccc 2px dotted;
		color: #333333;
	}


/* Cart styles
----------------------------------------- */
.cart-div {
	text-align: left;
}

.cart-table {
	width: 685px;
	padding: 0px;
	border: 0px;
}

.cart-table caption {
	font-size: 0.9em;
}

.cart-table th {
	padding: 3px 2px 4px 2px;
	vertical-align: top;
	font-size: 1em;
	font-weight: 600;;
	text-align: left;
	border-bottom: #cccccc 2px dotted;
}

.cart-table th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

.cart-table th.total {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	border-bottom: #cccccc 2px dotted;
}

.cart-table td {
	font-weight: normal;
	padding: 4px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
}

.cart-table td.right {
	vertical-align: top;
	font-weight: normal;
	text-align: right;
}

/* Send to friends
----------------------------------------- */

/* HELP: Container for the send to a friend links shown in the store<br/><br/> */
.send-friend {
	font-weight: bold;
	float:right;
	font-size: 0.8em;
	margin-right: 3px;
	margin-top: 1px;
}

/* HELP: Style used for the send to friend link itself within the send-friend container */
.send-friend a {
	font-size: 1em;
	text-decoration: none; 
	color:#ff8d29; 
}

/* HELP: Style used for the send to friend link, when the mouse hovers over it, within the send-friend container */
.send-friend a:hover { 
	color:#ff8d29; 
	text-decoration: underline; 
	cursor: pointer;
}

/* Account pages
----------------------------------------- */
#account-summary {
	text-align: left; width: 420px;
}

#account-summary-left {
	float: left; width: 200px; text-align: left;
}

#account-summary-right {
	float: right; width: 200px; text-align: left;
}

/* Gallery section pages
----------------------------------------- */
.gallery-intro {
	float: left;
}

.gallery-block {
	float: left;
	width: 200px;
	height: 340px;
	margin: 0 25px 20px 0;
}

.gallery-block-thumb {
	width: 200px;
	height: 280px;
}

.gallery-block-description {
	padding-top: 4px;
	font-size: 1.1em;	
}

.gallery-block-associated {
	padding-top: 4px;
	font-size: 1.2em;
}

/* News pages
----------------------------------------- */
h2.news-list-title {
	margin-bottom: 4px;
}

/* Form entry tables
----------------------------------------- */
.form-div {
	text-align: left;
}

.form-table {
	padding: 0px;
	border: 0px;
}

.form-table caption {
	font-size: 0.9em;
}

.form-table th {
	padding: 3px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
}

.form-table td {
	padding: 2px;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
}

.form-table td.submit-row {
	text-align: left;
}

.form-table select {
	font-size: 1em; 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}


/* General table styles
----------------------------------------- */
.general-table-div {
	text-align: left;
}

.general-table {
	padding: 0px;
	border: 0px;
}

.general-table caption {
	font-size: 0.9em;
}

.general-table th {
	padding: 3px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
}

.general-table td {
	padding: 2px;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
}

.general-table td.bold {
	padding: 2px;
	font-size: 1em;
	text-align: left;
	font-weight: 600;
}


/* Misc styles
----------------------------------------- */
.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.center {
	text-align: center;
}

/* New in 2.3.0 - not edited yet
----------------------------------------- */

/* HELP: The search suggest drop down. Do not remove position, left or z-index! */
#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
	visibility: hidden;
	width: 150px;
	top: 0px;
	left: 0px;
	z-index: 200;
}
/* HELP: Styling for link div in the search suggest box */
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	font-weight: normal;
}
/* HELP: Styling for text highlights in search suggest box */
.suggest_link_highlight {
	background-color: #FFCC33;
	font-weight: bold;
}
/* HELP: Styling for link div with mouse over in search suggest box */
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}

