body#backroom div#main {
  padding:0 25px 20px;
}

h1 {
  margin-bottom:10px;
  font-size:20px;
}

p#user_mode {
  position:absolute;
  top:5px;
  right:10px;
  z-index:100;
  font-size:10px;
}

p#user_mode a {
  color:#FFF;
}

p#user_mode a:hover {
  color:#FFF;
}


/*--- General shared content ---*/

li.reorder {
  background:url(../images/reorder.gif) 1px no-repeat;
  padding-left:24px;
/*  border:1px solid #CCC;*/
}

ul.button_nav {
  margin:20px 0 30px;
} 

ul.button_nav li,
ul.wizard_nav li {
  display:inline;
  font-size:12px;
  margin-right:5px;
}

ul.button_nav li a,
ul.wizard_nav li a {
  margin-right:5px;
  height:30px;
  line-height:30px;
  float:left;
  text-decoration:none;
}

ul.button_nav li a:hover,
ul.wizard_nav li a:hover {
  text-decoration:underline;
}

ul.button_nav li a span,
ul.wizard_nav li a span {
  background:url(../images/button_end.png) right no-repeat;
  height:30px;
  line-height:30px;
  padding-left:25px;
  display:block;
  padding-right:10px;
}

ul.wizard_nav li a.button_next span {
  background:url(../images/button_front.png) left no-repeat;
  padding-right:25px;
  padding-left:10px;
}

ul.wizard_nav a.button_next {
  background:url(../images/button_next.png) right no-repeat;
}

ul.wizard_nav a.button_previous {
  background:url(../images/button_previous.png) no-repeat;
}

ul.button_nav a.button_new {
  background:url(../images/button_new.png) no-repeat;
}

ul.button_nav a.button_close {
  background:url(../images/button_close.png) no-repeat;
}

ul.button_nav a.button_save {
  background:url(../images/button_save.png) no-repeat;
}

ul.button_nav a.button_reorder {
  background:url(../images/button_reorder.png) no-repeat;
}

ul.button_nav a.button_reorder span {
  padding-left:30px;
}

ul.button_nav a.button_csv {
  background:url(../images/button_csv.png) no-repeat;
}

ul.button_nav a.button_csv span {
  padding-left:27px;
}

ul.button_nav a.button_edit {
  background:url(../images/button_edit.png) no-repeat;
}

ul.button_nav a.button_edit span {
  padding-left:30px;
}

ul.button_nav a.button_delete {
  background:url(../images/button_delete.png) no-repeat;
}

a.csv {
  background:url(../images/csv.gif) 1px no-repeat;
  padding-left:18px;
}

a.edit {
  background:url(../images/edit.gif) 0 1px no-repeat;
  padding-left:18px;
}

a.trash {
  background:url(../images/trash.gif) 0 1px no-repeat;
  padding-left:17px;
}

a.new {
  background:url(../images/new.gif) 1px no-repeat;
  padding-left:18px;
}

div#container ul ul {
  background:#FAFAFA;
  padding:10px;
}

div#container ul ul li {
  border:0;
  margin-right:10px;
  font-size:12px;
}

ul.reorder_menus {
  margin:20px 0 10px;
}

ul.reorder_menus li {
  font-size:12px;
  margin-bottom:5px;
  cursor: -moz-grab;
}

ul#position {
  position:relative;
}

ul#position li,
ul#menu_position li {
  cursor: -moz-grab;
  cursor: hand;
  color:#666;
}

ul.edit_list {
  position:relative;
  margin:20px 0;
}

ul.edit_list li {
  margin:0 0 10px;
  font-size:14px;
  color:#CCC;
}

ul.edit_list input {
  margin-right:5px;
}

ul.edit_list a {
  color:#999;
}

ul.edit_list label a {
  color:#8bb047;
}

ul.edit_list p {
  color:#666;
  margin-top:5px;
}

ul.pref_nav {
  margin:10px 0 20px;
} 

.pref_nav li {
  display:inline;
  font-size:12px;
  margin-right:5px;
}

/*---- Coupons ----*/

ul.coupons {
  width:400px;
}

ul.coupons li {
  border:3px dashed #CCC;
  background:#FFF;
  margin:10px 0;
  padding:0;
  text-align:center;
}

ul.coupons li h3 {
  font-size:40px;
  margin:10px 0 0;
}

div#container ul.coupons strong {
  font-weight:normal;
  color:#333;
}

p.coupons_fine_print {
  font-size:10px;
}

p.coupons_expiration_date {
  font-size:10px;
  margin:5px 0;
}

div#container ul.coupons p {
  margin:10px 0;
  padding:0 10px;
}

div#container ul.coupons ul.coupons_edit {
  padding:0;
  background:#FAFAFA;
  border-top:1px dotted #CCC;
  margin:10px 0 0;
  padding:10px 0;
}

ul.coupons_edit li {
  margin:0;
  padding:0;
  border:0;
}

ul.coupons li.expired {
  border-color:red;
}

li.expired p.coupons_expiration_date {
  color:red;
  font-weight:bold;
}


/*--- Gallery ---*/

ul.edit_list li.image_border div.image_box {
  float:left;
  margin:0 15px 10px 0;
  width:160px;
  text-align:center;
}

ul.edit_list li.image_border {
  border:1px solid #CCC;
  padding:10px 10px 0;
  background:#FAFAFA;
}

ul.edit_list li.image_border label {
  color:#8bb047;
}

p.image_title {
  margin:0;
}

#main p.image_description {
  margin:5px 0 10px;
}


/*---- Reviews ----*/

ul.reviews li {
  border:1px solid #CCC;
  margin:10px 0;
  background:#FFF;
  position:relative;
}

ul.reviews h3 {
  font-size:18px;
  margin:10px;
  line-height:1;
  padding:0;
}

ul.reviews strong {
  font-weight:normal;
  color:#333;
}

ul.reviews p {
  margin:0 10px 5px;
}

ul.reviews p.review_date {
  font-size:10px;
  margin:0 10px 5px;
}
ul.reviews p.short_desc {
  font-size:10px;
  margin:0 10px 5px;
  color:#999;
}


/*---- Menus ----*/

span.sub_label {
  position:absolute;
  left:0;
  top:40px;
  text-align:right;
  width:200px;
  font-size:11px;  
  line-height:1.4;
}

ul.menu_list {
  margin:10px 15px 20px;
}

ul.menu_list li {
  margin:10px 0;
  font-size:12px;
  list-style:square;
}

div#menu_show_csv fieldset {
  border:1px solid #CCC;
  background:#FAFAFA;
  margin:0 0 20px;
  padding:10px;
  display:inline;
}

div#menu_show_csv label {
  display:block;
  width:100px;
  float:left;
}

div#menu_show_csv input.submit {
  margin-left:10px;
}

div#menu_show_csv p {
  display:inline;
  padding-left:10px;
}

table#menu_table, 
table#link_table,
table#calendar {
  width:100%;
  border:1px solid #B0CED1;
  border-width:1px 0 0 1px;
  background:#FAFAFA;
  border-collapse:collapse;
  text-align:center;
  margin-bottom:10px;
}

table#calendar {
  margin-top:10px;
}

table#link_table {
  width:740px;
}

#menu_table th, #menu_table td,
table#link_table th, table#link_table td,
table#calendar th, table#calendar td {
  border:1px solid #ddd;
  border-width:0 1px 1px 0;
  padding:10px;
  font-size:12px;
}

#menu_table th,
table#link_table th,
table#calendar th {
  border-bottom:1px solid #CCC;
}

#menu_table tr.even,
table#link_table tr.even {
  background:#FFF;
}

th#menu_table_name {
  width:130px;
}

th#menu_table_price {
  width:80px;
}

th#menu_table_option {
  width:70px;
}

th#menu_table_spiciness {
  width:35px;
}

th#menu_table_modify {
  width:80px;
}

.left-aligned {
  text-align:left;
}

p.intro_spacer {
  margin-bottom:20px;
}

ul#subfield {
  margin:5px 0 0 210px;
}

ul#subfield li {
  margin:5px 0;
}

ul#subfield li input,
fieldset.form1 input.subfield_name {
  width: 100px;
  margin-right:5px;
}

fieldset.form1 input[type="radio"] , fieldset.form1 input[type="checkbox"], fieldset.form2 input[type="radio"] , fieldset.form2 input[type="checkbox"] { 
width:25px;
border: none; 
} 

ul#subfield li input.subfield_price,
fieldset.form1 input.subfield_price {
  width:50px;
}

fieldset.form1 label.structural {
  position:absolute;
  left:0px;
}

.unpopulated {
  color:#999;
  font-style:italic;
}

p.pre_subfield {
  margin-bottom:0;
}

p.post_subfield {
  margin:5px 0 5px 210px;
  font-size:10px;
}


/*--- Events ---*/

table#calendar td {
  height:80px;
  background:#FFF;
  width:60px;
  padding:0;
  vertical-align:top;
  text-align:left;
}

table#calendar td ul {
  width:120px;
  margin:5px;
  overflow:hidden;
}

table#calendar td li {
  margin-bottom:5px;
}

table#calendar tbody th {
  text-align:left;
  border-bottom:0;
  padding:0;
}

table#calendar tbody th a,
table#calendar tbody th span.past_days {
  display:block;
  color:#666;
  text-decoration:none;
  padding:5px;
}

table#calendar tbody th.past_days,
table#calendar tbody td.past_days {
  background:#F2F2F2;
}

table#calendar tbody th.today,
table#calendar tbody td.today {
	background:#E1E1FD;
}

table#calendar tbody th a:hover {
  background:#ECF4F5;
}

table#calendar tbody a.previous_month {
  display:block;
  text-align:center;
  margin-top:10px;
}

table#calendar tbody a.previous_month span.events_year {
  display:none;
}

table#calendar tbody th a:hover {
  background:url(../images/edit.gif) center 6px no-repeat #D6ECF8;
  border: 1px solid #000;
}

table#calendar td li.expired_event a {
  color:#CCC;
}

table#calendar thead th li {
  display:inline;
  margin-left:15px;
}

table#calendar thead th li a {
  font-weight:normal;
}

ul.menus {
  margin:0 0 10px;
  font-size:12px;
}


/*--- My Restaurant ---*/

fieldset#new_restaurant {
  width:800px;
}

fieldset#new_restaurant input {
  position:relative;
}

span#web_address_available {
  padding-left:12px;
  font-size:12px;
  color:#8caf49;
  display:block;
  line-height:30px;
  text-align:left;
  height:30px;
  position:absolute;
  left:475px;
  width:200px;
  top:0;
}

span#web_address_available em {
  color:#CC0000;
  font-style:normal;
}

span#username_available img {
  vertical-align:middle;
}

div.my_restaurant_tall {
  padding-bottom:100px;
}

ul#my_restaurant_links {
  margin-bottom:0;
  float:left;
  border-top:1px solid #B0CED1;
}

ul#my_restaurant_links li {
  border:1px solid #EAEAEA;
  border-width:0 1px 1px 0;
  border-right:1px solid #B0CED1;
  position:relative;
  z-index:10;
  right:-1px;
  background:#FFF;
}

ul#my_restaurant_links li a {
  display:block;
  width:160px;
  padding:10px;
}
ul#my_restaurant_links li a:hover {
  display:block;
  width:140px;
  padding:10px;
  text-decoration:none;
  color:#FFF;
  background-color:#353635;
}

#my_restaurant_links li#current_page {
  border-right:1px solid #FAFAFA;
  background:#FAFAFA;
}

ul#my_restaurant_links li#current_page a {
  text-decoration:none;
  color:#666;
}

ul#my_restaurant_links li.inactive a {
	text-decoration:none;
	color:#CCC;
}

span.mod_links {
  display:block;
}

span#logo_placeholder, span#fp_placeholder {
  width:160px;
  display:block;
  float:left;
  text-align:center;
}

span#theme_placeholder {
  width:250px;
  display:block;
  left:210px;
  clear:both;
  position:relative;
  text-align:center;
  top:-20px;
}

fieldset#my_restaurant_field_set {
  margin-top:0;
}

p.spacer_p {
  margin-bottom:20px;
}
p.red_p {
  margin-top:60px;
  margin-bottom:50px;
  color:#ff0000;
  font-weight:bold;
  font-size:1.3em;
  text-align:center;
}
p.red_p2 {
  margin-top:20px;
  margin-bottom:20px;
  color:#ff0000;
  font-weight:bold;
  font-size:1.3em;
  text-align:center;
}

p.red_p_smaller {
  margin-top:5px;
  margin-bottom:5px;
  color:#ff0000;
  font-weight:bold;
  font-size:0.75em;
  text-align:center;
}
p.blue_p_smaller {
	margin-top:5px;
	margin-bottom:5px;
	color:#0099FF;
	font-weight:bold;
	font-size:0.75em;
	text-align:center;
}
span.redhighlight {
	color:#993300;
}
span.red_p_smaller {
  margin-top:5px;
  margin-bottom:5px;
  color:#ff0000;
  font-weight:bold;
  font-size:0.75em;
  text-align:center;
  display:block;
}
p.readonly_p {
	color:#999999;
	font-weight:bold;
	font-size:0.6em;
	text-align:center;
	background-color:#CCCCCC;
	padding-bottom:5px;
}

div#social_links label {
  text-align:left;
  text-indent:-9999em;
}

label#label_facebook {
  background:url(../images/backroom_facebook.png) top right no-repeat;
}

label#label_myspace {
  background:url(../images/backroom_myspace.png) top right no-repeat;
}

label#label_twitter {
  background:url(../images/backroom_twitter.png) top right no-repeat;
}

label#label_linkedin {
  background:url(../images/backroom_linkedin.png) top right no-repeat;
}

/*---- Theme Gallery -----*/

table#theme_gallery {
  margin:0 auto;
}

table#theme_gallery td {
  text-align:center;
  width:250px;
  padding:20px 10px;
  border-bottom:1px solid #CCC;
}

div.big_paginate .pagination {
  font-size:20px;
  text-align:center;
  margin:30px 0 20px;
}

/*--- Custom HTML Page ---*/

div.additional_info {
  border:1px solid #EAEAEA;
  padding:10px 10px 0;
  margin:50px 5px 10px;
  background:#FFF;
}

div.additional_info h3 {
  margin:0;
  text-transform:uppercase; 
  border-bottom:1px dotted #999;
  padding:0 5px 5px;
}

div.additional_info h3 span.explanation {
  text-transform:none;
  font-size:11px;
  margin-left:10px;
}

div.additional_info label {
  text-align:left;
  width:150px;
  font-weight:bold;
  height:auto;
  line-height:1.4;
}

div.additional_info ul {
  margin:5px 0 30px;
}

div.additional_info li {
  font-size:12px;
  line-height:12px;
  margin:0;
  padding:10px 5px;
}

div.additional_info li:hover {
  background:#EFEFEF;
}


/*--- Messages ---*/

table.messages  {
  border-collapse:collapse;
  font-size:12px;
  margin:20px 0;
  background:#FFF;
}

table.messages a {
  text-decoration:none;
}

table.messages th, table.messages td {
  text-align:left;
  padding:10px;
  border:1px solid #CCC;
  margin:0;
}

th#messages_subject {
  width:400px;
}

tr.odd {
  background-color:#FAFAFA;
}

tr.rollover {
	background-color:#DFDFDF;
}

fieldset.message_view {
  border:1px solid #CCC;
  padding:15px 20px 5px;
  margin:20px 0;
  background:#FFF;
}

div.message_view p {
  margin:5px 10px;
  line-height:15px;
}

p.message_narrow {
  width:70px;
  padding-right:5px;
  float:left;
}

fieldset.message_view label {
  font-weight:bold;
  display:block;
  float:left;
  width:70px;
  padding-right:5px;
}

div.message_info p {
  width:auto;
}

div.message_content {
  float:left;
  width:400px;
}

div.message_content p {
  margin:0 0 5px;
}


/*--- Backroom User Homepage ---*/

div#index_main {
  width:610px;
  margin:0 20px 25px 0;
  float:left;
}

div#index_main h1 {
  color:#648A31;
  font-weight:normal;
  font-size:24px;
}

div#index_main h2, div#index_main h3 {
  font-size:18px;
}

div#suspended {
  background:#b80c0c url(../images/suspended.png) bottom repeat-x;
  color:#FFF;
  border-top:1px solid #850B0B;
  margin-bottom:20px;
}

div#suspended h1 {
  padding:10px;
  font-size:24px;
  color:#FFF;
  border-bottom:1px dotted #FFF;
  margin-bottom:8px;
}

div#suspended p {
  padding:0 10px 10px;
  margin-top:0;
  color:#FFF;
}

div#suspended a {
  color:#FFF;
} 

div#now_what {
  border:1px solid #B0CED1;
  padding:20px 0 0 20px;
  margin:0 0 30px;
  background:#FFF;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

div#now_what ul li {
  width:180px;
  padding:0 30px 0 80px;
  margin-bottom:10px;
  height:90px;
  display:block;
  float:left;
  cursor:pointer;
}

div#now_what ul li h2,
div#now_what ul li p {
  font-size:12px;
  line-height:1.4;
  margin:5px 0;
}

div#now_what ul li a {
  float:right;
  font-size:10px;
  margin-top:8px;
  text-decoration:none;
}

div#now_what ul li#now_what_wizard {
  background:url(../images/now_what_wizard.png) 5px 3px no-repeat;
  width:485px;
  padding-right:0;
  padding-bottom:5px;
  margin-bottom:20px;
  border-bottom:1px solid #EAEAEA;
  cursor:default;
}


div#now_what ul li#now_what_popup_menu {
  background:url(../images/now_what_external_menu.png) 0 23px no-repeat;  
  width:485px;
  padding-right:0;
  padding-top:20px;
  border-top:1px solid #EAEAEA;
  cursor:default;
}

div#now_what ul li.hidden {
  display:none;
}

div#now_what ul li#now_what_wizard p#wizard_links,
div#now_what ul li#now_what_popup_menu p#popup_links {
  font-size:10px;
  color:#999;
  margin-top:10px;
}

div#now_what ul li#now_what_wizard a,
div#now_what ul li#now_what_popup_menu a {
  float:none;
}

div#now_what ul li#now_what_menus {
  background:url(../images/menu_icon.png) 5px 3px no-repeat;
}

div#now_what ul li#now_what_coupons {
  background:url(../images/coupons_icon.png) 5px 5px no-repeat;
}

div#now_what ul li#now_what_calendar {
  background:url(../images/now_what_calendar.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_gallery {
  background:url(../images/now_what_gallery.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_reviews {
  background:url(../images/now_what_reviews.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_user_reviews {
  background:url(../images/now_what_user_reviews.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_user_reviews {
  background:url(../images/now_what_user_reviews.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_social {
  background:url(../images/now_what_social_links.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_constant {
  background:url(../images/now_what_constant.png) 0 10px no-repeat;
}

div#now_what ul li#now_what_directions {
  background:url(../images/now_what_directions.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_fonts {
  background:url(../images/now_what_fonts.png) 0 10px no-repeat;
}

div#now_what ul li#now_what_custom_pages {
  background:url(../images/now_what_custom_pages.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_videos {
  background:url(../images/now_what_videos.png) 0 3px no-repeat;
}

div#now_what ul li#now_what_premium {
  background:url(../images/now_what_premium.png) 0 3px no-repeat;
}

div.backroom_blog {
  border:1px solid #B0CED1;
  padding:15px;
  margin:0 0 30px;
  background:#FFF;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-size:12px;
}

div.backroom_blog h2 {
  border-bottom:1px solid #EAEAEA;
  padding-bottom:10px;
  margin-bottom:15px;
}

div.backroom_blog p {
  line-height:1.2;
}

div.backroom_blog a {
  text-decoration:none;
}

div.backroom_blog a:hover {
  text-decoration:underline;
}

div.backroom_blog span.date {
  font-size:10px;
  margin-bottom:5px;
  display:block;
}

div.backroom_blog li {
  margin-bottom:15px;
}

div.backroom_blog p.more {
  text-align:right;
  margin-bottom:0;
}

div.backroom_domain_search {
  margin-bottom:20px;
}

div.backroom_domain_search input {
  width:170px;
}

div.backroom_domain_search input.domain_submit {
  width:auto;
}

div.duo_squares {
  margin-bottom:10px;
}

div.duo_squares p {
  text-align:center;
  font-size:9px;
  color:#999;
  margin:20px 0 5px;
  border-top:1px solid #DDD;
  position:relative;
}

div.duo_squares p span {
  position:relative;
  top:-6px;
  margin:0 auto;
  display:block;
  background:#FFF;
  width:80px;
}

div.duo_squares_left,
div.duo_squares_right {
  display:block;
  float:left;
  height:125px;
  width:125px;
  margin-right:10px;
}

div.duo_squares_right {
  margin-right:0;
}

/*p.promo_p {
  margin:0;
}
*/
p.promo_p img {
  display:block;
}

div#constant_contact {
  background:#eeb827;
  margin-bottom:20px;
}

div#constant_contact img {
  display:block;
}

ul.number_list1 {
  margin:20px 0;
}

ul.number_list1 li {
  list-style:decimal;
  margin-left:20px;
  margin-bottom:10px;
  line-height:1.4;
}

div#index_secondary {
  width:260px;
  margin:0 0 15px 0;
  float:left;
}

div.advertisement250 {
  margin:20px 0;
}

span.warning {
  color:red;
  font-weight:bold;
}

div#pro_promo {
  background:url(../images/pro_chart.png) no-repeat;
  height:223px;
  width:900px;
  margin-top:25px;
  position:relative;
}

ul#pro_reasons,
ul#pro_promo_free {
  position:absolute;
  left:55px;
  top:80px;
  font-size:14px;
  text-align:center;
  line-height:1.8;
  color:#FFF;
}

ul#pro_reasons {
  left:280px;
}

div#pro_promo p {
  position:absolute;
  right:30px;
  top:18px;
  margin:0;
  width:360px;
  font-size:14px;
  line-height:1.8;
  text-align:center;
  color:#FFF;
}

div#pro_promo a {
  position:absolute;
  color:#FFF;
  right:108px;
  text-align:center;
  line-height:44px;
  width:196px;
  height:44px;
  font-size:18px;
  text-decoration:none;
  bottom:24px;
}

div#pro_promo a:hover {
  text-decoration:underline;
}

body#ac div#wrapper {
  width:auto;
  padding:0 20px;
}

body#ac div#masthead {
  width:auto;
}

body#ac div#container {
  width:auto;
}

body#ac div.pagination {
  margin:0 0 30px;
}

table.restaurants_list {
  text-align:center;
  border-collapse:collapse;
  font-size:12px;
}

table.restaurants_list tr:hover {
  background:#FAFAFA;
}

table.restaurants_list td, table.restaurants_list th {
  padding:10px 10px;
}

table.restaurants_list td {
  border-top:1px solid #EAEAEA;
}

table.restaurants_list tr.approved {
  background:#E9FDD6;
}

table.restaurants_list tr.suspended_restaurant {
  background:#FFEEEE;
}

table.restaurants_list tr.pro_restaurant {
  background:#FFF4C7;
}


/*--- Wizard ---*/

div#wizard_frame {
  width:940px;
  height:400px;
  overflow:hidden;
  background:#FFF;
  border:1px solid #B0CED1;
  margin:20px 0;
  position:relative;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

table.wizard_form {
  padding:20px 0;
  font-size:18px;
  height:400px;
  border-collapse:collapse;
  position:absolute;
  left:0;
}

table.wizard_w8 {
  width:7520px;
}

table.wizard_w6 {
  width:5640px;
}

table.wizard_w2 {
  width:1880px;
}

table.wizard_w3 {
  width:2820px;
}

table.wizard_w4 {
  width:3760px;
}

table.wizard_w5 {
  width:4700px;
}

table.wizard_form td {
  vertical-align:center;
  width:940px;
}

table.wizard_form h2 {
  font-size:24px;
  text-align:center;
  margin-bottom:30px;
}

table.wizard_form fieldset {
  width:550px;
  margin:0 auto;
}

table.wizard_form label {
  display:block;
  float:left;
  width:150px;
  text-align:right;
  padding:5px 10px;
  font-size:14px;
}

table.wizard_form label.checkbox2 {
  width:300px;
}

table.wizard_form p.textarea_solo {
  text-align:center;
}

table.wizard_form p.textarea_solo textarea {
  width:440px;
  height:80px;
}

table.wizard_form select {
  width:350px;
  font-size:14px;
}

table.wizard_form p.boolean {
  text-align:center;
}

table.wizard_form p.boolean select {
  width:70px;
}

table.wizard_form input {
  padding:5px;
  font-size:14px;
  width:330px;
}

table.wizard_form textarea {
  width:320px;
  height:120px;
  padding:10px;
  font-size:14px;
}

table.wizard_form fieldset.credit_cards {
  width:440px;
}

table.wizard_form input.checkbox {
  width:auto;
  margin-right:5px;
}

table.wizard_form fieldset.credit_cards label {
  width:90px;
}

ul.wizard_nav {
  position:absolute;
  width:940px;
  bottom:0;
  left:0;
  z-index:20;
}

ul.wizard_nav li {
  cursor:pointer;
}

ul.wizard_nav li.previous {
  position:absolute;
  bottom:15px;
  left:10px;
}

ul.wizard_nav li.next {
  position:absolute;
  bottom:15px;
  right:10px;
}

p#wizard_submit,
p#wizard_submit_single {
  position:absolute;
  right:15px;
  bottom:15px;
  margin:0;
  display:none;
}

p#wizard_submit {
  background:url(../images/button_save.png) left no-repeat;
  line-height:30px;
  height:30px;
}

p#wizard_submit a {
  display:block;
  padding-left:30px;
  padding-right:10px;
  font-size:12px;
  background:url(../images/button_end.png) right no-repeat;
  text-decoration:none;
}

p#wizard_submit a:hover {
  text-decoration:underline;
}

p#wizard_submit_single {
  display:block;
}

ul.progress_bar {
  position:absolute;
  bottom:15px;
  left:310px;
  background:url(../images/button_generic.png) right no-repeat;
  padding-right:5px;
  z-index:10;
}

ul.progress_bar li {
  float:left;
  display:block;
  font-size:12px;
}

ul.progress_bar li.first {
  background:url(../images/button_front.png) left no-repeat;
}

ul.progress_bar li a {
  color:#CCC;
  text-decoration:none;
  display:block;
  height:30px;
  line-height:30px;
  padding:0 15px 0 20px;
  background:url(../images/progress_bar_arrow.png) left no-repeat;
}

ul.progress_bar li.first a {
  background:0;
}

ul.progress_bar li a:hover {
  color:#666;
}

ul.progress_bar li a strong {
  color:#666;
}

ul#wizard_themes {
  width:800px;
  height:150px;
  margin:50px auto 0;
  position:relative;
}

div#container ul#wizard_themes li.wiz_collection ul {
  width:7260px;
  border:0;
  padding:0;
  background:#FFF;
  position:relative;
  left:0;
  top:0;
}

ul#wizard_themes li.wiz_collection {
  width:800px;
  overflow:hidden;
  height:150px;
  position:absolute;
}

ul#wizard_themes li.wiz_collection ul li {
  float:left;
  width:100px;
  text-align:center;
  margin-right:10px;
}

ul#wizard_themes li.wiz_collection ul li a img {
  opacity:0.9;
  filter: alpha(opacity = 90);
  position:relative;
}

ul#wizard_themes li.wiz_collection ul li a img:hover {
  opacity:1;
  filter: alpha(opacity = 100);
  position:relative;
}

ul#wizard_themes li.wiz_collection ul li p {
  font-size:12px;
}

ul#wizard_themes li.wiz_prev,
ul#wizard_themes li.wiz_next {
  position:absolute;
  top:0;
  width:22px;
  height:80px;
  text-indent:-9999em;
  display:block;
}

ul#wizard_themes li.wiz_next {
  right:-32px;
}

ul#wizard_themes li.wiz_prev {
  left:-32px;
}

ul#wizard_themes li.wiz_prev a,
ul#wizard_themes li.wiz_next a {
  width:22px;
  height:80px;
  text-indent:-9999em;
  display:block;
}

ul#wizard_themes li.wiz_prev a {
  background:url(../images/wizard_theme_prev_button_over.png) no-repeat;
}

ul#wizard_themes li.wiz_next a {
  background:url(../images/wizard_theme_next_button_over.png) no-repeat;
}

ul#wizard_themes li.wiz_prev a:hover {
  background:url(../images/wizard_theme_prev_button.png) no-repeat;
}

ul#wizard_themes li.wiz_next a:hover {
  background:url(../images/wizard_theme_next_button.png) no-repeat;
}

p.wizard_info {
  font-size:12px;
  text-align:center;
}

div#wiz_popup_container {
  background:transparent url(../images/50percent000.png);
  position:absolute;
  top:0;
  left:0;
  z-index:30;
}

div#wiz_popup {
  background:#FFF url(../images/ajax-loader.gif) center no-repeat;
  width:920px;
  padding:10px 10px 60px;
  position:absolute;
  top:0;
  margin:0 auto;
  z-index:2;
  border:1px solid #B0CED1;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  z-index:30;
}

div#wiz_popup ul.button_nav {
  position:absolute;
  bottom:10px;
  right:10px;
  margin:0;
}

div#wiz_popup ul.button_nav li {
  margin:0;
}

div#wiz_popup ul.button_nav li a {
  margin:0 0 0 5px;
}

div#wiz_popup object {
  border:1px solid #EAEAEA;
  border-bottom:1px solid #CCC;
}

div#wiz_popup img.button_save {
  position:absolute;
  left:-60px;
  top:5px;
}


/*--- Popup Menu ---*/

fieldset.popup {
  position:relative;
  width:490px;
  margin-top:0;
}

fieldset.popup_sub {
  width:898px;
}

div#popup_options input#this_url {
  display:none;
}

fieldset.popup_sub textarea,
li#now_what_popup_menu textarea {
  width:420px;
  height:101px;
  margin-left:10px;
  float:right;
  font:10px Courier, "Courier New", monospace;
  padding:3px;
  line-height:1.5;
}

li#now_what_popup_menu textarea {
  width:250px;
  height:78px;
  margin-left:10px;
}

fieldset.popup input {
  width:50px;
}

fieldset.popup label {
  width:160px;
}

fieldset.popup input.submit {
  margin-left:170px;
}

fieldset.popup p {
  position:relative;
  height:30px;
  line-height:30px;
}

span.color_square {
  position:absolute;
  display:block;
  width:18px;
  height:18px;
  margin-top:5px;
  left:170px;
  top:0;
  border:1px solid #CCC;
  cursor:pointer;
}

div.cpicker {
  z-index:9999;
  position:absolute;
  top:0;
  left:460px;
  width:358px;
  display:none;
}

fieldset.popup_sub {
  padding-bottom:20px;
}

ul#popup_form li {
  position:relative;
}

ul#popup_form li select {
  margin-left:5px;
}

ul#popup_form select.family {
  width:200px;
  font-size:12px;
  margin-left:30px;
}

div#popup_menu_preview_top {
  background:url(../images/popup_browser_top.png) no-repeat;
  width:392px;
  height:25px;
  position:absolute;
  top:0;
  left:-1px;
}

div#popup_menu_preview_bottom {
  background:url(../images/popup_browser_bottom.gif) no-repeat;
  width:392px;
  height:17px;
  position:absolute;
  bottom:-2px;
  left:-1px;
}

div#popup_menu_preview {
  position:relative;
  border:1px solid #CCC;
  border-width:0 1px 0;
  padding:45px 20px 0;
  margin:0 0 15px;
  float:right;
  width:350px;
  background:#FFF;
}

span.reset_popup a {
  font-size:10px;
  position:relative;
  margin-left:10px;
}

div#popup_menu_preview span.popup_menu_h1_size,
div#popup_menu_preview span.popup_menu_h2_size,
div#popup_menu_preview span.popup_menu_h3_size,
div#popup_menu_preview span.popup_menu_h4_size,
div#popup_menu_preview span.popup_menu_p_size {
  display:block;
  margin:0 0 10px;
}

div#popup_menu_preview span.popup_menu_h1_size {
  margin-bottom:20px;
}

div#popup_menu_preview span.popup_menu_h2_size {
  margin-bottom:25px;
}

div#popup_menu_preview span.popup_menu_h4_size {
  margin-bottom:5px;
}

div#popup_menu_preview span.popup_menu_p_size {
  font-weight:normal;
}

div#popup_menu_preview span.popup_menu_description_size,
div#popup_menu_preview span.popup_menu_spicy_size,
div#popup_menu_preview span.popup_menu_price_size,
div#popup_menu_preview span.popup_menu_diet_size { 
  margin-right:5px;
}

div#popup_menu_preview ul {
  margin:15px 0 30px;
}

div#popup_menu_preview li {
  margin-bottom:10px;
}

div#popup_options {
  width:450px;
}

div#popup_option_fields {
  background:#EEE;
  border:1px solid #CCC;
  padding:5px 10px;
  text-align:center;
}

div#popup_option_fields p#popup_radio {
  border-top:0;
  padding-top:5px;
}

div#popup_option_fields p#popup_radio label {
  line-height:1.4;
}

div#popup_option_fields p {
  border-top:1px dotted #CCC;
  padding-top:10px;
}

div#popup_options label,
div#popup_options input {
  width:auto;
  float:none;
  display:inline;
  text-align:left;
}

div#popup_options label {
  font-size:12px;
}

div#popup_options input#popup_options_width,
div#popup_options input#popup_options_height {
  width:35px;
}

div#popup_options input.submit {
  margin-left:auto;
  text-align:center;
}

div#popup_options input#popup_link_text {
  width:200px;
}

span.popup_divider {
  margin:0 10px 0 0;
  color:#CCC;
}

textarea.pre {
  font:11px Monaco, 'Andale Mono', 'Courier', monospace;
}

p.shipping_address_header {
  margin-top:20px;
}

span.bad_promo {
  font-size:10px;
  color:#CC0000;
  font-style:italic;
}

span.fine_print {
  font-size:10px;
}

/* css for timepicker */
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
/* owner reply */
.ownerReply {
	width:915px;
	padding:0 0 5px 2px;
}

.ownerReply .replyContent {
	background-color:#CCC;
	padding:2px 5px;
	width:915px;
	color:#333;
	font-size:0.8em;
	line-height:1.1em
}

.reviews .replyContent {
	padding:5px;
	color:#333;
	font-size:0.9em;
	line-height:1.1em;
}

.ownerReply .replyTitle {
	color:#ff0000;
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
}

/* owner plans */
ul.reviews h3.active {
	color:#0C0;
}
ul.reviews h3.expired {
	color:#F00;
}
ul.reviews h3.notpaid {
	color:#000;
}
ul.reviews h3.notactive {
	color:#999;
}
ul.reviews h3.approval {
	color:#00F;
}
ul.reviews h3 span {
	font-size:0.9em;
	float:right;
}

ul.reviews h3 a:link span,ul.reviews h3 a:visited span {
	color:#ff0000;
}

ul.reviews h3 a:hover span {
	color:#000000;
	text-decoration:underline;
}

ul.reviews h3 span.promote {
	background-image:url(../images/icon_promote.png);
	padding-left:30px;
	background-repeat:no-repeat;
	line-height:25px;
}

ul.reviews h3 span.promoted {
	background-image:url(../images/icon_promoted.png);
	padding-left:30px;
	background-repeat:no-repeat;
	line-height:25px;
}


ul.reviews .openDetails {
	font-size:0.9em;
	color:#900;
	font-weight:bold;
}

ul.reviews .downloadFiles {
	font-size:0.9em;
	color:#000;
	font-weight:bold;
	padding-top:10px;
}
ul.reviews .downloadFiles a {
	text-decoration:none;
}

/*Feedback box */
#container .feedback-box {
	background-color:#D6ECF8;
	border:4px solid #1f88cc;
	padding:10px 20px 15px 20px;
	margin:10px auto;
	width:80%px;
}

#container .feedback-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.06em;
	color:#000000;
	margin:15px 0 0 0;
	padding:0;
	line-height:1.2em;
	display:block;
}
#container .feedback-box p a:link {
	color:#2200c1;
	text-decoration:none;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#container .feedback-box p a:hover {
	background-image:none;
}
table.registration2 {
width:500px;
}
table.registration2 a.remove {
    background: url("../images/user_list/icon_remove.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    width: 17px;
}
table.registration2 a.remove:hover {
	background:url("../images/user_list/icon_remove.gif") no-repeat 0 -17px;
}
span.grey_smaller {
	margin-top:5px;
	margin-bottom:5px;
	color:#999999;
	font-size:0.75em;
	display:block;
	padding-left:100px;
}

.feature_container {
 display:block;
 clear:both;
 margin:5px 0 0 5px;
 background-color:#E5E5E5;
 border:1px solid #CCC;
}

.features_delete {
margin-top:10px;
}
div.spacer {
	padding:10px 0 10px 0;
}