body { background-color:#ffffff; color:#333; margin:5px auto; }

.category, .menu, .mn {float:left;}

.layout {margin:auto; width:700px;}


.menu {width:700px; margin:20px auto;}
.menu ul {font-family:arial; font-size:17px; list-style-type:none; margin-top:5px; line-height: 1.5;}
.menu li {text-align:left;}

.category {height:200px; width:220px; margin-bottom:-30px;}
a, a:visited, a:active {color:#333; font-weight:normal; text-decoration:none;}
a:hover {color:#009DF4; font-weight:normal; text-decoration:none;}

/* Header
----------------------------------*/
.header {
	margin:0;
	padding:0;
	height:110px;
	background: #fff url("/images/logo.gif") 0 0 no-repeat;
}
.header .search {
	float:right;
	width:300px;
	margin-top:75px;
}
.header .searchbox {
	border: 1px solid #999999;
	width: 200px;
	float:left;
}
.header .searchbox:hover {
	border: 1px solid #0000CC;
}
.header .submit {
	border: 1px solid #999999;
	float:left;
	margin-left:5px;
}
.header .submit:hover {
	border: 1px solid #0000CC;
	cursor:pointer;
}

/* Info
----------------------------------*/
.info a, .info a:visited, .info a:active {
	color: #0000CC;
	text-decoration: underline;
}
.info a:hover {
	color: #333;
	text-decoration: underline;
}

/* Contact
----------------------------------*/
.contact div {
	margin-top: 10px;
}
.contact label {
	width: 80px;
	float:left;
}
.contact .required {
	color:#CC0000;
	margin-left: 3px;
	vertical-align:top;
}
.advert {
	float:left;
	margin: 0 10px 10px 0;
}

/* Find
----------------------------------*/
.find {
	margin: 0 auto;
	text-align:center;
}
.find .searchbox {
	border: 1px solid #999999;
	width: 350px;
}
.find .searchbox:hover {
	border: 1px solid #0000CC;
}
.find .submit {
	border: 1px solid #999999;
	margin-top:5px;
}
.find .submit:hover {
	border: 1px solid #0000CC;
	cursor:pointer;
}


/* Results
----------------------------------*/
.results {
	width:600px;
	font-size:1em;
}
.results h2 {
	font-size:1.3em;
}
.results .site {
	margin-bottom: 15px;
}
.results .site .title {
	font-size:1em;
	color: #0000CC;
	margin: 0;
	text-decoration:underline;
}
.results .site .desc {
	font-size:1em;
}
.results .site .loc {
	font-size:0.9em;
	color:#666666;
}
.results .site a, .results .site a:active, .results .site a:visited, .results .site a:hover  {
	color:#333;
	text-decoration:none;
}
/*.results .site a, .results .site a:active, .results .site a:visited {
	color:#333;
	width:500px;
	text-decoration:none;
	display: block;
	border:solid #fff 1px;
	padding:5px;
}
.results .site a:hover {
	background-color:#EEEEEE;
	border:dashed #999 1px;
}*/

/* Footer
----------------------------------*/
.footer {
	border-top:solid #ccc 1px;
	margin-top: 30px;
	font-size:10px;
	color: #ccc;
}
.footer a, .footer a:visited, .footer a:active {
	color: #ccc;
}
.footer a:hover {
	color: #333;
	text-decoration:none;
}

/* Messagebox styles
----------------------------------*/
.cbox_messagebox{
	font-size: 12px;
	font-weight: bold;
}
.cbox_messagebox_info{
	background: #D1E6EF url(/coldbox/system/includes/images/cmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #263248;
	margin: 0.5em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_warning{
	background: #FFF2CF url(/coldbox/system/includes/images/wmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #263248;
	margin: 0.5em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_error{
	background: #FFFFE0 url(/coldbox/system/includes/images/emsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #263248;
	margin: 0.5em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_info p.cbox_messagebox, .cbox_messagebox_warning p.cbox_messagebox, .cbox_messagebox_error p.cbox_messagebox {
	vertical-align:middle;
}

/* Results Layout
----------------------------------*/
.layout_results {
	margin:auto;
	width:700px;
}
.layout_results .header {
	height:30px;
	background: #fff;
}
.layout_results .header .search {
	margin-top:5px;
}
.layout_results .footer {
	margin-left: 10px;
}
.layout_results .header {
	height:110px;
	background: #fff url("/images/logo.gif") 0 0 no-repeat;
}
.layout_results .home .header .search {
	margin-top:75px;
}
.home .results {
	padding-left: 10px;
}

/* Layout Designs
----------------------------------*/
.casino .header {
	height:100px;
	background: #fff url("/images/casino_title.jpg") 0 0 no-repeat;
}
.casino .results {
	padding-left: 250px;
	background: #fff url("/images/casino1.jpg") 0 0 no-repeat;
}
.pharmacy .header {
	height:100px;
	background: #fff url("/images/pharmacy_title.jpg") 0 0 no-repeat;
}
.pharmacy .results {
	padding-left: 270px;
	background: #fff url("/images/pharmacy1.jpg") 0 0 no-repeat;
}



.clear {
display:block;
}
.clear:after,.container:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html .clear {
height:1%;
}