/*
#  NeuPlaces - Main Style Sheeet
#  layout2.css
#  Copyright 2006 - 2008
#  906 Technologies / NeuPlaces
############################################*/
 
body {
	background-color: #000;
	background-image: url(images/dark_back.jpg);
	background-repeat: repeat-x;
}
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


/* =Color
======================================================================================================== */

.inputHighlighted {
	border: 1px solid #666;
	background-color: #fffedd;
	vertical-align: middle;
	padding: 4px;
	margin-bottom: 5px;
	font-size: 12px;
}

a {
	outline: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #D43538;
}

h1 {
	color: #df0404;
}

h2 {
	color: #df0404;
}

h3, h4 {
	color: #666666;
}

/* =Typography
=========================================================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	padding-bottom: 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 0;
}

.terms {
	margin-left:25px;
	list-style:square;
}

.terms li {
font-size:12px;
line-height:20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}


/* =Forms
==========================================================================================================*/

form {
	display: inline;
}

.radio {
	margin-right: 5px;
}

.bus_search {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 250px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 2px;
	letter-spacing: 1px;
	font-size: 16px;
}
.text, .textInput, select {
	border: 1px solid #666;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 4px;
	margin-bottom: 5px;
	font-size: 12px;
}
select option {
	padding-right: 10px;
}

.nav_text {
	border: 1px solid #000;
	background-color: #666666;
	padding: 1px;
	color: #fff;
	font-size: 12px;
	width: 120px;
}

.menu {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 200px;
	line-height: 14px;
	vertical-align: middle;
	padding: 4px;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.menu_button {
	border: 1px solid #666;
	background-color: #999;
	line-height: 14px;
	vertical-align: middle;
	padding: 3px;
	letter-spacing: 1px;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.submit {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
	overflow: visible;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #d0252f;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: 1px #333 solid;
}
.submit:hover {
	background: #d0252f;
}
input[disabled] {
	background: #ccc;
	border: none;
}
input[disabled]:hover {
	background: #ccc;
}
.tou {
	border: 1px solid #999;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color: #000;
}

.setup {
	background-color: #999;
	border: 1px solid #999;
	height: 20px;
	line-height: 14px;
	font-size: 12px;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	color: #000;
	margin-left: 3px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #999 solid;
	overflow: auto;
}

label {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.feedback {
	display: none;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFFF;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	z-index:100;
	border: 1px solid #666;
	visibility: hidden;
}

#hintbox_search{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	border: 1px solid #666;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	position: relative;
	bottom: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

.hintanchor:hover {
	text-decoration: none;
}

/* =Header
==========================================================================================================*/

#container {
	position: relative;
	height:100%;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 25px;
 }

#header {
	position: relative;
	height:75px;
	width:980px;
	background-image: url(images/top_menu.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
 }
 
#header * {
	font-weight: normal;
}

#top_left {
	width: 320px;
	height: 51px;
	float: left;
}
#top_right {
	width: 560px;
	height: 75px;
	float: right;
	font-size: 12px;
}
#top_right ul {
	padding: 5px 5px 0 0;
	list-style: none;
	float: right;
}
#top_right ul li { 
	display: inline;
	color: #ffffff;
}
#top_right ul li h2{ 
	display: inline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 5px 0 5px;
}
#top_right ul li a {
	color: #ffffff;
	padding: 4px 5px 0 5px;
	height: 20px;
}
#top_right ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#horizontal-nav {
	position: absolute;
	left: 7px;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 34px;
	width: 480px;
	margin: 0 auto;
	z-index: 900;
	color: #ffffff;
 }
#horizontal-nav ul {
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	list-style: none;
	color: #ffffff;
	}
#horizontal-nav ul li { 
	display: inline;
	color: #ffffff;
	font-size: 14px;
}
#horizontal-nav ul li a {
	font-weight: normal;
	color: #ffffff;
	padding: 0 5px 0 5px;
}
#horizontal-nav ul li a:hover {
	color: #eee;
	text-decoration: none;
}
.horiz_left {
	height: 30px;
	width: 14px;
	float: left;
}
.horiz_right {
	width: 325px;
	height: 30px;
	float: right;
	color: #FFFFFF;
}

#nav_search{
	position: absolute;
	top: 42px;
	right: 10px;
	width: 380px;
	height: 55px;
	padding-top: 8px;
	z-index: 100;
}
#nav_search select {
	border: 1px #999 solid;
}
#nav_search label{
	font-size: 12px;
	color: #fff;
	display: inline;
	vertical-align: middle;
	position: relative;
	left: 10px;
}

/* =Footer
=========================================================================================================*/

#footer {
	width:980px;
	height: 110px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}
 
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#footer ul li { 
	display: block;
	color: #ccc;
	font-weight: bold;
}
#footer ul li a {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #eee;
}
 
.foot_left {
	background-image: url(images/foot_left.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 125px;
	float: left;
}
.foot_right {
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 14px;
	float: right;
}

/* =Content
========================================================================================================*/

#bodyblock {
	background-color:#ffffff;
	width:980px;
	min-height: 350px;
}

* html #bodyblock {
	height: 350px;
}

#right_nav1 {
	height: 600px;
	width:140px;
	float:right;
	background:#ffffff;
}

.main_left {
	width:450px;
	float:left;
	padding: 5px 15px 15px 15px;
}

.main_right {
	width:450px;
	float: right;
	padding: 5px 15px 15px 15px;
}
 
#content {
	background:#ffffff;
}

/* =Search Box
======================================================================================================== */
.box { 
  background: #a0a0a0;
  width: 452px;
}
.boxtop { 
  height: 74px;
}
.boxtop_login { 
  height: 17px;
  background: #a0a0a0;
  background-image: url(images/login.png);
}
.boxbottom { 
  background: url(images/se_neu.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 15px; 
  background: url(images/sw_neu.gif) no-repeat bottom left; 
}
.boxcontent {
  color: #a0a0a0;
  padding: 0px 15px 0px 15px;
}
.boxcontent label {
	color: #fff;
}
.main_search { 
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  height: 123px;
  padding: 10px;
  padding-top: 80px;
  background: #444;
  background-image: url(images/home_search.gif);
  background-repeat: no-repeat;
  width: 440px;
}

/* =Registration
======================================================================================================== */

.registration {
	min-height: 400px;
	width: 400px;
}
.registration ul {
	margin: 0 0 0 60px;
	list-style-type: none;
	color: #333333;
}
.registration ul li {
	padding: 0 0 50px 100px;
	background-repeat: no-repeat;
	line-height: 18px;
	width: 400px;
}
.registration_header1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 10px;
	width: 388px;
	height: 22px;
	background-color: #666;
	background-image: url(images/head_grad.png);
	background-repeat: repeat-x;
}
.registration_header2 {
	font-size: 18px;
	padding-bottom: 10px;
}
.registration_header3 {
	font-size: 18px;
	color: #df0404;
	padding-bottom: 5px;
}
.registration_header4 {
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
}
#form_left {
	min-height: 300px;
	width: 400px;
	float: left;
	padding: 5px 15px 15px 15px;
	background-color: #fff;
}

* html #form_left {
	height: 300px;
}

#form_left a {
	font-weight: bold;
}




#form_left ol {
	margin-left: 20px;
	line-height: 20px;
}

#form_left ol li {
	margin-top: 5px;
	font-size: 12px;
}

.form_item_left {
	width: 210px;
	float: left;
}

#reg{

	padding: 2px;
	background: #38679c;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#radio{
	border: 1px #eee solid;
	height: 15px;
	width: 15px;
	line-height: 15px;
}

.bus_reg {
	list-style-type: none;
}

.bus_reg li {
	background-image: url(images/arrow_bullet_small_grey.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 10px 7px;
}

.reg_chk {
	float: left;
}

input.reg_chk_upgrades {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

#form_left label {
	color: #666;
	font-size: 12px;
	padding-bottom: 3px;
	display: block;
}

#form_left textarea {
	border: 1px #999 solid;
	padding: 5px;
}

#form_right {
	background-color: #fff;
	width: 500px;
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

#content_box{
	position: relative;
	padding: 10px 18px;
	margin-left: 5px;
	width: 400px;
	background-image: url(images/reg_box_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #eeeeee;
}
#bottom_box {
	margin-left: 5px;
	background-image: url(images/reg_box_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;
	width: 436px;
}

#content_box_full{
	position: relative;
	right: 20px;
	width: 930px;
}

#bottom_box_full {
	padding: 0 18px;
	width: 900px;
}

#buzz_package {
	width: 465px;
	float: left;
	position: relative;
	right: 10px;
}

#buzz_package p {
	clear: left;
}

#buzz_package a {
	font-weight: bold;
}

/* =Categories
====================================================================================================== */

.categories {
	font-family: Arial, Helvetica, sans-serif;
	color: #38679c;
	height: 46px;
	width: 255px;
	padding: 0 0 10px 15px;
	float:left;
}
.categories h1 {
	vertical-align: middle;
}
.categories h1 a{
	font-size: 16px;
	letter-spacing: 1px;
	color: #38679c;
	text-decoration: none;
	position: relative;
	top: 14px;
	left: 5px;
}
.categories h1 a:hover{
	color: #f37141;
	text-decoration: underline;
}
#name_contain {
	font-size: 16px;
}

/* =Results
======================================================================================================*/

.bread_crumbs {
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

#search_options {
	font-size: 12px;
	background-color: #ffffff; 
	width:765px;
	height: 15px;
	padding: 2px;
	margin-bottom: 3px;
}
#search_options a {
	color: #333;
}

.search_options_left {
	float: left;
}

.search_options_left a{
	margin-left: 10px;
}

.search_options_right {
	float: right;
	position: relative;
	bottom: 4px;
}

.search_check {
	margin-left: 10px;
}

#sponsor_box {
	width: 140px;
	height: 100%;
	float: right;
	padding: 0 20px 20px 10px;
}
.sponsor {
	font-family: arial;
	font-size: 11px;
	width: 130px;
	background-color: #ffffff;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px;
}
.sponsor1 {
	width: 138px;
	height: 25px;
	color: #df0404;
	background-color: #ffffff;
}
.sponsor1 h1{
	font-size: 12px;
	text-align: center;
	background: #d0252f;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 3px;
}
.sponsor h1 {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.sponsor h1 a{
	font-weight: bold;
}
.sponsor_category {
	padding: 5px 0 5px 0;
}
.sponsor h2, .sponsor_category h2{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	text-align: justify;
}
.sponsor h2 a, .sponsor_category h2 a{
	font-size: 10px;
}
.sponsor h2 a:hover, .sponsor_category h2 a:hover{
	font-size: 10px;
}
#results_box .searchtip ul {
	padding-top: 20px;
	font-size: 12px;
}
#results_box .searchtip li {
	padding: 10px 0;
	list-style-type: none;
	color: #000000;
	background-image: url(images/nav_icons/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#results_box { 
	height: 100%;
	width:770px;
	padding: 0 10px 10px 20px;
	float: left;
}
#results_box h1{
	font-size: 16px;
	color: #000000;
	padding: 0 0 0 10px;
	float: left;
	position: relative;
	bottom: 3px;
}
.results_header1 {
	float: left;
	margin: 5px 0;
	font-size: 12px;
}
.results_header2 {
	float: right;
	margin: 5px 0;
	font-size: 12px;
}
#results_both {
	clear: both;
	font-size: 12px;
	color: #000000;
	width:770px;
	margin-bottom: 5px;
}
#results_both a{
	font-size: 12px;
	font-weight: bold;;
}
#results_both h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#results_both h2 a{
	font-size: 14px;
	font-weight: bold;
}
#results_both h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
#results_both h3 a{
	font-size: 14px;
	font-weight: bold;
}
#results_both h4{
	font-size: 12px;
	color: #000000;
}
#results_both ul {
	margin: 0 0 0 10px;
	list-style-type: square;
	color: #df0404;
	font-size: 12px;
}
#results_both li {
	list-style-type: square;
	color: #df0404;
}
#results {
	position: relative;
	font-size: 12px;
	border:1px solid #999; 
	background-color: #ffffff; 
	width:770px;
	height: 65px;
}
#results:hover {
	border: 1px solid #333;
}
.results_logo {
	position: relative;
	z-index: 100;
	display: block;
	width: 70px;
	height: 60px;
	padding: 1px 7px 1px 3px;
	float: left;
}
.logo_link {
	position: absolute;
	display: block;
	margin-top: 2px;
	width: 70px;
	height: 60px;
	border-right: 1px #999 solid;
	z-index: 10000;
	cursor: pointer;
}
.buzz_logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 60px;
}
.results_info_box_title { 
	width: 350px;
	padding: 5px 10px 3px 0;
	float: left;
}
.results_info_item1 { 
	width: 350px;
	padding: 6px 0 0 0;
	float: left;
	clear: both;
}
.results_info_box { 
	padding: 0 0 0 20px;
	float: left;
}
.results_info_item2 { 
	padding: 6px 0 0 0;
	float: left;
	clear: left;
}
.myvar {
	position: relative;
	font-size: 12px;
	color: #000000;
	background: #E6E6E6;
	width: 750px;
	background-image: url(images/morebg.gif);
	background-repeat:repeat-x;
	background-position: top;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px 0px 2px 5px;
	z-index: 100000;
}
.tab1 {
	background: #E6E6E6;
	width: 740px;
	float: right;
	background-image: url(images/morebg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 0px 5px 5px;
	margin: 0 0 10px 0;
}
#more_info_cont1{
	width: 120px;
	float: left;
	margin: 0;
	text-align: right;
}
#more_info_block{
	padding: 0 0 5px 0;
	margin: 0;
}
#more_info_description {
	width: 410px;
	float: left;
	margin-right: 5px;
}
#more_info_buzzcut {
	padding: 15px;
	height: 150px;
	width: 412px;
	background: #BD1515;
	position: relative;
	z-index: 100000;
	border: 2px #fff solid;
}
* html #more_info_buzzcut {
	margin: 0 3px 0 0;
}
#more_info_service {
	width: 200px;
	float: left;
	margin: 0;
	margin-right: 10px;
}
#more_info_service ul{
	list-style: disc;
	width: 200px;
	color: #df0404;
	margin: 0;
	padding: 0 0 0 15px;
}
#more_info_service li{
	list-style: disc;
	color: #df0404;
	margin: 0;
	padding: 0;
}
#more_info_service li h4{
	font-size: 10px;
	font-weight: normal;
}
/*Search Results Page Selector*/
.pagination{
	position: relative;
	bottom: 10px;
	clear: both;
}
.pagination ul{
	padding: 0 0 10px 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin-right: 5px;
}
.pagination a, .pagination a:visited{
	padding: 3px;
	border: 1px solid #999;
	text-decoration: none; 
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #999ccc;
	background-color: #eeeeee;
}
.pagination li.currentpage{
	padding: 3px;
	border: 1px solid #999;
	background-color: #eee;
}
.pagination li.disablepage{
	padding: 3px;
	border: 1px solid #999;

}
.pagination li.nextpage{
	font-weight: bold;
}
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 5px;
}

/* =Business Page
==========================================================================================================*/

#business_wrapper1 {
	padding: 3px 10px 3px 10px;
	background:#ffffff;
}
#business_wrapper1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px 0 0 0;
}
#business_namefav {
}
.business_logo {
	position: relative;
	width: 150px;
	display: block;
	text-align: center;
	float: left;
	margin-left: 5px;
}
* html .business_logo {
	margin-left: 5px;
}
.business_logo img{
}
.business_side_wrap{
	margin: 10px 0;
}
.business_top_info_title{
	background: #666;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 160px;
	border: 1px solid #666;
	color: #fff;
}
* html .business_top_info_title {
	margin: 0;
}
.business_top_info_title h1{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	left: 5px;
}
.business_top_info {
	width: 150px;
	border: 1px solid #999;
	border-top: none;
	background-color: #eee;
	margin: 0;
	padding: 5px;
}
.business_top_info h1{
	font-size: 14px;
	font-weight: bold;
	color: #df0404;
	margin: 0;
	padding: 0 0 0 10px;
}
.business_top_info p{
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.business_top_info a {
	font-weight: normal;
}
.business_top_info h3{
	font-size: 14px;
	color: #000000;
	padding: 10px;
	line-height: 20px;
}
#business_wrapper2 {
	height: 100%;
	padding: 3px 0 20px 0px;
	background:#ffffff;
}

/* Home Template */
#left {
	width: 510px;
	float: left;
}
#left h1{
	font-size: 16px;
	font-weight: bold;
}
#right {
	width: 370px;
	float: right;
}
#right p img a:hover {
	text-decoration: none;
}

#right p {
	margin: 10px 0;
}

#right ol {
	list-style-type: decimal;
	margin: 0 0 0 50px;
}

#right ol li {
	margin: 10px 0;
}

#right ul {
	list-style-type: disc;
	margin: 0 0 0 42px;
}

#right ul li {
	margin: 10px 0;
}

/* Menu Template */
#menu_cat table {
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;

	margin-bottom: 10px;
}
#menu_cat th, td {
	font-size: 12px;
	border: none;
}
#menu_cat table caption {
	background-image: url(../business/images/menu_bar.gif);
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 19px;
	padding: 2px 0 0 7px;
}
.menu_cat_collapse{
	list-style-type: none;
	position: relative;
	background-image: url(../template/images/menu_bar.gif);
	font-size: 12px;
	color: #fff;
	width: 382px;
	font-weight: bold;
	margin: 0;
	height: 17px;
	padding: 2px 0 0 7px;
}
#menu_cat col {
	border-right: 1px solid #999;
}
#menu_cat thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
#menu_cat th {
	font-weight: normal;
	text-align: left;
}
#menu_cat .odd {
	background-color: #eee;
}
#menu_cat tr:hover {

}
#menu_cat {
	width: 370px;
	font-size: 12px;
	color: #000000;
	float: left;
	background: #fff;
}
#menu_cat h1{
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	padding: 0 0 0 5px;
}
#menu_cat h3{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 5px 0 0 5px;
}
#menu_cat a{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#menu_cat a:hover{

}
.cat_wrap {
	position: relative;
	width: 390px;
	padding: 0;
	margin: 0;
}
.cat_wrap a {
	color: #333;
}
.cat_wrap a:hover {
	color: #333;
	font-weight: bold;
}
.menu_link {
	position: relative;
	z-index: 1000;
	background: #fff;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	width: 398px;
	height: 24px;
}
.menu_link a {
	color: #333;
}
.menu_link li {
	list-style-type: none;
}
.menu_link li a {
	display: block;
	width: 390px;
	line-height: 15px;
}
.menu_link li {
	display: block;
	width: 400px;
	padding: 5px;
	line-height: 15px;
}
.menu_wizard_link {
	position: relative;
	z-index: 1000;
	background: #fff;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	width: 536px;
	height: 24px;
	margin-bottom: 5px;
}
.menu_wizard_link a {
	color: #333;
}
.menu_wizard_link li {
	list-style-type: none;
}
.menu_wizard_link li a {
	display: block;
	width: 528px;
	line-height: 15px;
}
.menu_wizard_link li {
	display: block;
	width: 538px;
	padding: 5px;
	line-height: 15px;
}
#menu_display_text{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	color: #000000;
	font-weight: normal;
	padding: 10px;
	border: 1px #999 solid;
	background: #eeeeee;
}

#menu_order{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	min-height: 26px;
	color: #000000;
	padding: 10px;
	border: 1px #999 solid;
	border-bottom: 0px;
	background: #eeeeee;
}

#menu_order_ordernumbers{
	width: 300px;
	color: #000000;
	padding: 10px;
	border-bottom: 0px;
}

#menu_order_buttons{
	width: 300px;
	padding: 10px;
	border: 1px #999 solid;
	border-top: 0px;
	background: #eeeeee;
}

#menu_order table textarea{
	width: 280px;
	height: 30px;
	margin: 0;
	font-size: 12px;
}

* html #menu_order table textarea{
	width: 290px;
}

#menu_order_ordernumbers{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	color: #000000;
	padding: 10px;
}

#menu_order_subtotal{
	width: 300px;
}
#menu_order_tax{
	width: 300px;
}
#menu_order_total{
	width: 300px;
}
.menu_order_sub1{
	width: 240px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
.menu_order_sub2{
	width: 50px;
	float: left;
	text-align: left;
}
.order_form_box input {

}

/* Buzz Cuts Template */
.buzz_cut {
	display: block;
	margin-bottom: 15px;
}

.coupon_temp {
	width: 400px;
	height: 110px;
	background: #fff;
	border: 2px #999 dashed;
}

.coupon_heading {
	font-size: 16px;
	line-height: 14px;
	padding-left: 5px;
	color: #df0404;
	font-weight: bold;
}

.coupon_temp p {
	padding: 5px;
	line-height: 18px;
	
}
.view_coupon {
	width: 200px;
	position: absolute;
	left: 320px;
	top: -2px;
}
.view_coupon a {
	color: #fff;
}

/*Testimonials*/
.testimonial {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	background-image: url(../business/images/right_quote.gif);
	background-position: 98% 90%;
	background-repeat: no-repeat;
}
.testimonial p {
	font-size: 12px;
}
.testi_image {
	padding: 5px;
	float: left;
}
.testi_details {
	float: left;
	width: 650px;
}
.testi_quote {
	padding: 10px;
}
.testi_name {
	font-size: 18px;
	text-align: right;
	float: left;
	width: 500px;
	padding: 5px;
}
.testi_location {
	padding-left: 5px;
	padding-top: 10px;
	float: left;
}
#testimonial_box a:hover {
	text-decoration: none;
}
#test_box {
	display: none;
}

#showA {
	font-size: 12px;
}

/* Gallery */
#gallery_left{
	width: 400px;
	float: left;
}
#cat_container{
	width: 400px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}
.picture_cat{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 400px;
	padding: 0;
	margin: 10px 0 5px 0;
}
.thumb_row{
	width: 400px;
	height: 100%;
	overflow-x: hidden;
	padding: 5px;
	border: #999 1px solid;
	background: #eee;
}
.thumb{
	display: block;
	text-align: center;
	float: left;
	margin: 5px;
}
.thumb img{
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 4px;
	text-align: center;
}
#thumb_big{
	padding: 0;
	text-align: center;
}
#thumb_big img{
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0;
}
#gallery_right {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 325px;
	float: right;
	margin: 20px 0 0 30px;
	padding: 0;
}
/*#gallery_right_box {
	width: 360px;
	float: right;
	background: #006666;
}*/

.gall_head {
	position: relative;
	z-index: 1000;
	background: #999;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	border-bottom: none;
	width: 410px;
	height: 24px;
}
.gall_head a {
	color: #333;
}
.gall_head li {
	list-style-type: none;
}
.gall_head li a {
	display: block;
	width: 390px;
	padding: 5px;
	line-height: 15px;
}
.gall_head li {
	display: block;
	width: 400px;
	padding: 5px;
	line-height: 15px;
}


/* =My Account
=============================================================== */

.account_left {
	position: relative;
	width: 960px;
	margin: 0;
	padding: 10px;
 }
 

 .account_left h3{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #666666;
	text-align: justify;
	margin: 0;
	padding: 0;
 }
 
 #account_left_head {
 width: 300px;
 float: left;
 }
 
 .account_right {
	width: 940px;
	font-size: 12px;
	margin: 0 10px;
 }
 
 * html .account_right {
 	margin: 10px;
}
 
 .account_right h3{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #666;
	text-align: justify;
	margin: 0;
	padding: 0;
 }
 
  .account_right h3 a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
 }
 
   .account_right h3 a:hover{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
 }

.account_right label {
	float: left;
	width: 9em;
	color: #666;
	text-align: right;
	font-size: 12px;
}

textarea {
	border: 1px #999 solid;
	padding: 5px;
}

.myaccount_content{
	position: relative;
	width: 940px;
	min-height: 300px;
	line-height: 20px;
	padding: 10px;
	background: #eee;
	border: 1px #999 solid;
	color: #000;
}

* html .myaccount_content{
	height: 300px;
	padding: 40px 10px 10px 10px;
}

.myaccount_content table, td, tr, th, img{
	font-size: 12px;
	margin: 0;
	padding: 2px 5px 0 5px;
}

.myaccount_content p{
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

#myaccount_content_header {
	width: 950px;
	height: 18px;
	background: #999;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	border: 1px #999 solid;
	border-bottom: none;
	padding: 2px 0 2px 10px;
	color: #666;
	line-height: 18px;
}
#myaccount_content_header a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#myaccount_content_header a:hover {
	color:#000000;
	text-decoration:none;
}

.myaccount_editbox {
	position: relative;
	width: 198px;
	height: 100px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 5px 5px 5px;
	border: 1px #999 solid;
	margin: 5px 10px;
	color: #FFFFFF;
	float: left;
}

.myaccount_editbox a {
	display: block;
}

.myaccount_editbox_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	height: 18px;
	background: #666;
	text-align: center;
	font-size: 14px;
	padding: 3px 5px;
	color: #fff;
	float: left;
}


/* =Contact Us
=============================================================== */

.contact_list{
	margin: 0 0 0 60px;
	list-style-type: none;
	color: #333333;
}
.contact_list li {
	padding: 0;
	margin: 10px 0 10px 0;
	width: 350px;
}

/* =FAQ
=============================================================== */

.FAQ_ques ul {
	list-style-type: none;
}
.FAQ_ques li {
	list-style-type: none;
}
.FAQ_ques li a{
	display: block;
}

.directory_wrapper {
	float: left;
}

.directory_main {
	width: 215px;
	height: 110px;
	margin: 0 10px 10px 0;
	font-size: 10px;
}
.directory_inner ul{
	list-style-type: none;
	font-size: 12px;
}

.directory_inner li{
	list-style-type: none;
	display: inline;
	font-size: 12px;
}


.directory_inner li a{
	list-style-type: none;
	font-size: 12px;
}

.directory_title {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#directory_left {
	float: left;
	padding: 0;
	width: 300px;
	height: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #f37141;
}

#directory_left ul{
	margin-top: 10px;
	list-style-type: none;
	font-size: 12px;
}

#directory_left li{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#directory_left h3{
	color: #f37141;
	font-weight: bold;
}

#directory_left h3 a{
	font-weight: bold;
}



/* =Hacks or other misc things
=============================================================== */

.clear {
	clear: both;
}


/* =Buzz Bucks
=============================================================== */

.coupon {
	position: relative;
	width: 400px;
	height: 133px;
	border: 2px #999 dashed;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #fff;
}

.coupon_name{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #df0404;
	width: 400px;
	padding: 0;
	margin: 0;
}
.coupon_address{
	position: absolute;
	top: 22px;
	font-size: 9px;
	color: #000;
	width: 400px;
	padding: 0;
	margin: 0;
}
.coupon_desc_bold{
	position: absolute;
	top: 34px;
	width: 400px;
	padding: 10px 0;
}
.coupon_description{
	width: 255px;
	font-size: 12px;
	float: left;
	padding: 0 10px 0 0;
}
.coupon_bold {
	font-size: 16px;
	color: #df0404;
	width: 120px;
	float: right;
	padding-right: 10px;
}
.coupon_bottom{
	position: absolute;
	bottom: 0px;
	width: 400px;
	padding: 5px 0 0 0;
}
.coupon_expiration{
	font-size: 10px;
	width: 110px;
	float: left;
	padding: 0 10px 0 0;
}
.coupon_fineprint {
	font-size: 9px;
	width: 280px;
	float: right;
	padding: 0 0 5px 0;
}

	
/* Events
=============================================================================== */

.event_box {
	margin: 10px 0;
	padding: 5px 0;
	position: relative;
	border: 1px #999 solid;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px #999 solid;
}

.event_company {
	margin: 0;
	padding: 0;
}

.event_top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.event_top li{
	width: 502px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.event_top li a {
	width: 482px;
	display: block;
	height: 15px;
	padding: 3px 10px;
	margin: 0;
	background: #666;
	color: #fff;
}
.event_top li a:hover {
	text-decoration: none;
	background: #aaaaaa;
}

.event_title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 5px 10px;
}

.event_date {
	font-size: 12px;
	margin: 0 10px;
	width: 150px;
	float: left;
}

.event_desc {
	padding: 10px 10px;
}

.event_location {
	font-size: 12px;
	width: 140px;
	float: left;
	padding-left: 20px;
	background-image: url(images/nav_icons/mini-search.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.event_time {
	font-size: 12px;
	margin-right: 10px;
	width: 145px;
	float: left;
}

/* Favorites in the search results
=============================================================================== */

.friends_div {
	position: absolute;
	bottom: 2px;
	margin: 0;
	padding: 0;
}

.friends_div a {
	text-decoration: none;
}

/* Left Navigation bar
=============================================================================== */

.message_nav{
	list-style-type: none;
}

.message_nav li a{
	display: block;
	width: 140px;
	height: 20px;
	color: #666;
	line-height: 20px;
	background-image: url(http://www.neuplaces.com/template/images/cs_button.gif);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	border-top: none;
	padding: 5px 5px 5px 38px;
}

.message_nav li a:hover{
	background: #d0252f;
	color: #fff;
	text-decoration: none;
}

/* =Welcome Page
=============================================================================== */

.welcome_nav{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.welcome_nav li a{
	display: block;
	width: 160px;
	height: 20px;
	color: #666;
	line-height: 20px;
	background-image: url(http://www.neuplaces.com/template/images/cs_button.gif);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	border-top: none;
	padding: 5px 5px 5px 5px;
}
.welcome_nav li a:hover{
	background: #d0252f;
	color: #fff;
	text-decoration: none;
}
.welcome_nav li a:active {
	color: #fff;
}
.welcome_nav li {
	display: inline;
	list-style-type: disc;
	margin-left: 20px;
}

.buzz_col {
	width: 220px;
	float: left;
	padding: 5px 0;
}
.buzz_col ul {
	margin: 0;
	padding: 0;
	width: 210px;
	list-style-type: none;
}
.buzz_col ul li a {
	display: block;

}
.buzz_2col {
	width: 550px;
	float: left;
	padding: 5px 0;
}
.buzz_2col ul {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 210px;
	list-style-type: none;
}
.buzz_2col ul li a {
	display: block;

}
.buzz_2col ul li a:active {
	display: block;
}
.drag_tab {
	display: block;
	height: 15px;
	width: 550px;
	margin-bottom: 5px;
	padding: 5px;
	background: #666;
	border: 1px #666 solid;
	text-decoration: none;
}
.drag_tab a{
	color: #fff;
}
.drag_tab a img {
	text-decoration: none;
	border: none;
	line-height: 15px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.drag_tab a:hover {
	text-decoration: none;
}
#coupons, #messages, #events{
	width: 549px;
	height: 135px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 17px;
	background: #eee;
	border: 1px #999 dashed;
}
#coupons a, #messages a, #events a, #friends a, #favorites a {
	color: #666;
}
#favorites, #friends {
	width: 259px;
	height: 135px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 17px;
	background: #eee;
	border: 1px #999 dashed;
}
#search {
	width: 230px;
	margin: 0;
	font-size: 12px;
	padding: 0;
}
#search label {
	font-size: 12px;
	width: 13.5em;
}
.welcome_input {
	border: 1px #999 solid;
	padding: 2px;
	width: 175px;
}
#welcome_msg_header {
	width: 920px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#welcome_msg_header img {
	margin: 0 10px 0 0;
	padding: 0;
}

/* =Friends Page
=============================================================================== */

#name_contain {
	width:350px;
	position: absolute;
	left: 120px;
}

.friend_box {
	margin: 10px 0;
	height: 50px;
	padding: 10px 5px;
	position: relative;
	border: 1px #999 solid;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.friend_box a:hover {
	text-decoration: none;
}
.friend_pic {
	width: 60px;
	height: 50px;
	float: left;
}
.friend_name {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 350px;
	font-size: 12px;
	color: #38679c;
	font-weight: bold;
}
.friend_loc {
	padding-right: 60px;
	width: 280px;
	text-align: right;
}
.contain_friend {
	position:absolute;
	top: 5px;
	right: 0;
	width: 120px;
	font-size:10px;
}
.friend_action {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_message {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_fav {
	padding-left:5px;
	padding-bottom:2px;
}
.bus_name {
	padding-bottom: 10px;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
}
.bus_name a {
	font-weight: bold;
}
.bus_loc {
	padding-right:50px;
	width: 250px;
	text-align: left;
}
.bus_view {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_fav {
	padding-left:5px;
	padding-bottom:2px;
}
.contain_fav {
	position:absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	font-size:10px;
	text-align: right;
}
.fav_action {
	padding-left:5px;
	padding-bottom:5px;
}
.friend_butt {
	text-align: center;
	width: 90px;
	padding: 2px 0;
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #eee;
	border: 1px #999 solid;
}
.fav_box {
	margin: 10px 0;
	padding: 10px 5px;
	position: relative;
	border: 1px #999 solid;
	width: 700px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fav_box a:hover {
	text-decoration: none;
}
.fav_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 70px;
	height: 60px;
	padding: 3px;
}
.fav_link {
	position: absolute;
	display: block;
	margin-top: 2px;
	width: 70px;
	height: 60px;
	border-right: 1px #999 solid;
	z-index: 10000;
	cursor: pointer;
	padding-right: 5px;
}
.fav_inner_logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 60px;
}
#gray_content {
	background: #eee;
	border: 1px #999 solid;
	padding: 10px;
	width: 386px;
	z-index: 100;
}
#gray_content_nohead {
	background: #eee;
	border: 1px #999 solid;
	padding: 10px;
}

/* Index Page Lists */
.front_nav{
	list-style-type: none;
}

.front_nav_top li a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 25px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 25px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
	margin-top: -1px;
	font-size: 10px;
}

.front_nav li a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 33px;
	color: #666;
	line-height: 15px;
	color: #666666;
	border: 1px #999 solid;
	padding: 10px;
	background-image: url(images/front_grad.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.front_nav li a:visited{
	color: #666666;
}

.front_nav li a:hover{
	background: none;
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav2{
	list-style-type: none;
}

.front_nav_top2 li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav2 a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
	margin-top: -1px;
	font-size: 12px;
}

.front_nav2 li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav2 li a:visited{
	color: #666666;
}

.front_nav2 li a:hover{
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav_left{
	width: 250px;
	height: 22px;
	font-size: 12px;
}

.front_nav_right{
	width: 250px;
	text-align: right;
	height: 16px;
}

/* Commerce Front Navigation for Featured Businesses */
.front_nav_cc {
	list-style-type: none;
}

.front_nav_top li a{
	list-style-type: none;
	display: block;
	width: 200px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav_cc a{
	list-style-type: none;
	display: block;
	width: 200px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
	margin-top: -1px;
	font-size: 10px;
}

.front_nav_cc li a{
	list-style-type: none;
	display: block;
	width: 200px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	border: 1px #999 solid;
	padding: 10px;
	background-image: url(images/front_grad.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.front_nav_cc li a:visited{
	color: #666666;
}

.front_nav_cc li a:hover{
	background: none;
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav2_cc {
	list-style-type: none;
}

.front_nav_top2_cc li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav2_cc a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
	margin-top: -1px;
	font-size: 12px;
}

.front_nav2_cc li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #666666;
	padding: 10px;
}

.front_nav2_cc li a:visited{
	color: #666666;
}

.front_nav2_cc li a:hover{
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav_left{
	width: 250px;
	height: 22px;
	font-size: 12px;
}

.front_nav_right{
	width: 250px;
	text-align: right;
	height: 16px;
}

.form_error {
	font-size: 12px;
}


#order_form_addy label {
	float: left;
	width: 7.5em;
	text-align: right;
	padding-right: 5px;
}

#chamber_name {
	float: left;
	font-size: 19px;
	color: #FFFFFF;
	border-bottom: 1px solid #df0404;
	padding-bottom: 2px;
}
.chamber_list {
	margin-left: 15px;
}

.chamber_tab {
	display: block;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 3px 0 5px;
	padding-right: 5px;
	background: #999;
	background-image: url(images/title_back.png);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	text-decoration: none;
}
.chamber_wrap {
	width: 300px;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
}
.chamber_tab a{
	font-size: 12px;
	color: #333;
}
.chamber_box{
	width: 100%;
	min-height: 80px;
	padding: 5px;
	border: 1px #999 dashed;
}
.chamber_box p{
	padding: 4px 0;
	margin: 0;
	line-height: 14px;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
#myaccount-nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0;
	padding: 0;
	color: #999;
 }
#myaccount-nav ul {
	position: relative;
	top: 12px;
	list-style: none;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}
#myaccount-nav ul li { 
	display: inline;
	color: #df0404;
	font-weight: bold;
	font-size: 14px;
}
#myaccount-nav ul li a {
	color: #333;
	background-image: url(http://www.neuplaces.com/template/images/cs_button.gif);
	background-repeat: repeat-x;
	border: 1px #999 solid;
	padding: 5px;
}
#myaccount-nav ul li a:hover {
	color: #333;
	text-decoration: none;
}
.myaccount_large_button {
padding: 10px;
float: left;
}
#wizard_right {
	width: 550px;
	min-height: 400px;
	float: right;
}
#wizard_menu_preview, #wizard_gallery_preview {
	border: 1px #666 solid;
	background: #fff;
	padding: 5px;
}
.wizard_gallery_item {
	border-bottom: 1px #ccc solid;
	padding: 5px 0;
}
.wizard_gallery_image {
	float: left;
	width: 100px;
}
.wizard_gallery_details {
	width: 430px;
	float: right;
}
.wizard_gallery_details h3 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.wizard_gallery_details p {

}
#wizard_actions {
	float: left;
	width: 360px;
}
#wizard_menu_add_cat, #wizard_gallery_add_cat {
	border: 1px #666 solid;
	background: #fff;
	padding: 5px;
}
#wizard_menu_add_item, #wizard_gallery_add_item {
	border: 1px #666 solid;
	background: #fff;
	padding: 5px;
}
.error_field {
	min-height: 35px;
	width: 400px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.success_field {
	min-height: 35px;
	width: 400px;
	font-size: 14px;
	font-weight: normal;
	color: #006633;
	line-height: 18px;
	background: #E9FCED;
	border: 1px #006633 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(images/check.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}