/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap {width: 980px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 0 0; text-align: center;}
#header {
padding: 0; 
overflow:hidden;
background: url(/img/header_img.jpg) no-repeat right top;
height:160px;
}
#header img {display:block;}

body, html {
background-color: #7A6A49;
}

#main {
background-image: url(/img/2columnLeft.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 740px; float: right; padding: 20px 0 20px 20px;}
#sub-section {width: 200px; float: left; padding: 15px 10px;}

body.marketAppraisal #content,
body.alert #content,
body#staff.profile #content {padding-right:20px; width:720px;}


/* footer */
#footer {
overflow:hidden;
}
#footer .publisher {
width:730px;
background-color:#afa289;
display:block;
float:right;
color:#fff;
padding:15px;
}
#footer .publisher a {color:#fff; text-decoration:none;}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Helvetica, Arial, Helvetica, sans-serif;
color: #4c3f12;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
padding-right:30px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 1.3em;
margin-bottom: 15px;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color:#ccc;
font-weight: bold;
}

a {
color: #E77A08;
}

a:hover {
color: #22243D;
}

/* breadcrumbs 
------------------------------ */
.headingContainer {
clear:both;
overflow:hidden;
}
.headingContainer h1 {
width:250px;
float:left; /* for bradcrumbs */
}

.breadcrumbs {
margin-left:240px; 
line-height:19px;
color:#9c9d9f;
}
.breadcrumbs a {
color:#9c9d9f;
text-decoration:none;
}
.breadcrumbs b {
color:#e06c08;
}

/* Dropdown menu
-----------------*/
/* Menu
---------*/

.menu {
margin: 0;
height:39px;
padding:0px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
padding-left:220px;
}

.menu a {
padding:0px;
height: 39px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
color : #fff;
}

.menu li {
padding: 0;
}


/* navigation image replacement */

#homeList a {background-position: -220px 0; width:74px;}
#homeList a:hover {background-position: -220px -39px;}
body#home #homeList a {background-position: -220px -39px;}

#buyList a {background-position: -294px 0; width:76px;}
#buyList a:hover {background-position: -294px -39px;}
body.buy #buyList a {background-position: -294px -39px;}
body.buy #header {background-image:url(/img/header_img_buy.jpg);}

#sellList a {background-position: -370px 0; width:73px;}
#sellList a:hover {background-position: -370px -39px;}
body.sell #sellList a {background-position: -370px -39px; }
body.sell #header {background-image:url(/img/header_img_sell.jpg);}

#rentList a {background-position: -443px 0; width:78px;}
#rentList a:hover {background-position: -443px -39px;}
body.rent #rentList a {background-position: -443px -39px; }
body.rent #header {background-image:url(/img/header_img_rent.jpg);}

#aboutWanakaList a {background-position: -521px 0; width:83px;}
#aboutWanakaList a:hover {background-position: -521px -39px;}
body.aboutWanaka #aboutWanakaList a {background-position: -521px -39px;}
body.aboutWanaka #header {background-image:url(/img/header_img_aboutWanaka.jpg);}

#aboutUsList a  {background-position: -604px 0; width:70px;}
#aboutUsList a:hover  {background-position: -604px -39px; }
body.aboutUs #aboutUsList a {background-position: -604px -39px; }
body.alert #aboutUsList a {background-position: -604px -39px; }
body.aboutUs #header {background-image:url(/img/header_img_about.jpg);}
body.alert #header {background-image:url(/img/header_img_about.jpg);}

#contactList a  {background-position: -674px 0; width:81px;}
#contactList a:hover  {background-position: -674px -39px; }
body.contact #contactList a {background-position: -674px -39px;}

/* additional nav item on home */
#alertList a {
height:31px;
width:109px;
background-position: 0 0;
}
#alertList a:hover,
body.alert #alertList a {
opacity:0.8;
filter:alpha(opacity=80);
}



/* Dropdown menu
-----------------*/

.menu li li {
padding: 0;
}

.menu li li a {
	text-indent: 0px !important;
	background-image:none;
	padding: 4px 15px;
	display: block;
	width: 130px;
    background-color:#e68139;
    color:#000;
    text-decoration:none;
    height:auto;
    width:150px !important;
}

.menu li li a:hover {
	xfont-weight:bold;
	background-color:#fff;
}


/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 250px;
font-size:1em;
}

form textarea {
width: 250px;
font-size:1em;
}

form select {
width: 254px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background-color: #df6d07;
border: none;
color: #fff;
}

form em span,
form .required {
color: #df6d07;
font-weight: bold;
}


/* Dynamic text
----------------*/
.dynamicText h2{
background: url(/img/headingbar_bg.gif) no-repeat left top;
line-height:19px;
color:#fff;
padding-left:5px;
font-weight:bold;
}

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 30px 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#content img#dyn-img2 {
float:left;
margin-bottom: 10px;
margin-right:20px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* quicksearch 
---------*/

#fastfind{
width:200px;
border-bottom:1px solid #4c3f12;
margin-bottom:10px;
padding-bottom:10px;
width:200px;
}
#fastfind input {width:99px;}
#fastfind input.button {width:30px !important; padding:4px !important;}

body#quicksearch #quicksearch{width:200px;}

body#quicksearch {background-color:#c6baa5;}

#quicksearch fieldset {
border: none;
padding: 0;
}

#quicksearch label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
}

#quicksearch #qs_propertytypeContainer label,
#quicksearch #qs_suburbContainer label,
#quicksearch label.label_range {
float:left;
display:block;
width:90px;
}


#quicksearch p {
margin-bottom: 5px;
}

#quicksearch select {
width: 110px;
font-size: 0.9em;
}

#quicksearch #qs_price select,
#quicksearch #qs_rent_price select {
width: 46px;
}

#quicksearch form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

#quicksearch form #qs_st input {
vertical-align: middle;
width: auto;
}

#quicksearch form #submit {
text-align: right;
padding: 0 5px 0 0;
}

/* feature property 
----------- */
body.featureProperty {background-color:#fff;}
body.featureProperty div.property {
	width: 740px;
}

/* home styles
--------------------- */
body.home #header .headertext {
width: 374px;
padding: 8px;
color:#fff;
font-size: .9em;
line-height: 1.4em;
position:absolute;
}

body.home #header {
height:359px;
background-image:none;
}

#imageSlideshowHolder{
position:relative;	
height:212px;
border-bottom:1px solid #fff;
float:left;
}

#imageSlideshowHolder img{
position:absolute;
left:0px;
top:0px;
}


/* Contact Us
--------------*/

body.contact .headingBar {
background: url(/img/headingbar_bg.gif) repeat-y left top;
line-height:19px;
overflow:hidden;
color:#fff;
padding-left:5px;
font-weight:normal;
width:100%;
clear:both;
margin-bottom:15px;
}
body.contact h2, body.contact h3 {line-height:19px; margin-bottom:0;}
body.contact h2 {float:left; width:260px;}


body.contact .leftcol {
float:left; 
width:245px;
border-right:1px dashed #d3cfc4;
margin-right:15px;
}

body.contact #contact-details fieldset {border:none; padding: 0 30px 0 0;}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

body.contact .address {padding-bottom:15px;}

body.contact #contact-details {margin-bottom:15px;}

body.contact h2.staffheader{
background:transparent url(/img/headingbar_bg.gif) repeat-y scroll left top;
clear:both;
color:#FFFFFF;
line-height:19px;
overflow:hidden;
padding-left:5px;
width:100%;
margin-bottom:15px;
}
body.contact .iconViewMap {cursor:pointer;}



/* seasons 
------------------- */
body.seasons h2 {
margin-bottom:0px;
}
body.seasons .seasonsNavWrap {
border-bottom: 3px solid #Df6d07;
height:358px;
margin-bottom:15px;
}

body.seasons .seasonsNavWrap .seasonsNav{
width:240px;
float:right;
}

body.seasons .seasonsNavWrap .seasonsNav a {
display:block;
float:left;
width:185px;
height:40px;
text-indent:-9000px;
background-repeat:no-repeat;
margin-top:15px;
}
body.seasons .seasonsNavWrap .seasonsNav a:hover {opacity:.5; filter:alpha(opacity=50);}


body.seasons .seasonsNavWrap .seasonsNav .summer a {background-image:url(/img/about_summer.gif);}
body.seasons .seasonsNavWrap .seasonsNav .spring a{background-image:url(/img/about_spring.gif);}
body.seasons .seasonsNavWrap .seasonsNav .winter a{background-image:url(/img/about_winter.gif);}
body.seasons .seasonsNavWrap .seasonsNav .autum a{background-image:url(/img/about_autum.gif);}

body.seasons .seasonsNavWrap .seasonsNav .otherIcons a {
background-position:center top;
color:#000000;
font-size:0.8em;
padding-top:25px;
text-align:center;
text-decoration:none;
text-indent:0;
}
body.seasons .seasonsNavWrap .seasonsNav .otherIcons a.webSite {background-image:url(/img/icon_mouse.gif); width:160px;}

body.seasons .seasonsNavWrap .seasonsNav .otherIcons a.veiwMap {background-image:url(/img/icon_map.gif); width:56px;}


/* Listings
------------*/

body.listing .property {
padding: 0;
clear: both;
overflow: hidden;
border-bottom: 3px solid #Df6d07;
margin-bottom:10px;
position:relative;
}
body.listing .property .viewProperty {position:absolute; bottom:0px; right:40px;}

body.listing .headingBar {
background: url(/img/headingbar_bg.gif) repeat-y left top;
line-height:19px;
overflow:hidden;
color:#fff;
padding-left:5px;
font-weight:normal;
width:100%;
clear:both;
}

body.listing .headingBar h2{
float:left;
width:250px;
margin-bottom:0px;
}

body.listing .headingBar h3 {
float:left;
margin-bottom:0px;
}

body.listing .headingBar .price{
float:right;
margin-right:50px;
color:#4c3f12;
}

body.listing .property .details {}

body.listing .property .image {
display: block;
float: left;
}
body.listing .descriptiontext {
width:340px;
float:left;
padding:15px;
}

body.listing .descriptiontext .agentdetails dt{color:#e68939; font-weight:bold;}

body.listing .property .features {
padding:15px 0 0 15px;
float: left;
font-weight: bold;
color: #95886d;
}

body.listing .property .features img {
margin-left: 12px;
vertical-align: middle;
}

body.listing .property .details p {
margin-bottom: 10px !important;
}

body.listing .property .details .features p {
text-align:center;
}


body.listing .property .agentdetails {margin-bottom:10px;}

body.listing .property .inspectionslist b {color:#Df6d07;}

body.listing .property .features .viewProperty a {
color:#7a6a49;
text-decoration:none;
border-bottom: 1px solid #dedad2;
}

body.listing p.backtotop {
float:left;
}

body.listing p.pagebar {
font-size: 0.9em;
xpadding-top: 10px;
padding-bottom: 5px;
text-align: right;
overflow:hidden;
height:19px;
padding-right:15px;
}

/* un comment when ready to use 
body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #FADBBC;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter fieldset#submit input {
margin-top: 15px;
}
*/


/* Property detail
-------------------*/

/* heading bar stuff */
body.detail .headingBar {
background: url(/img/headingbar_bg.gif) repeat-y left top;
line-height:19px;
overflow:hidden;
color:#564211;
padding-left:5px;
font-weight:bold;
width:100%;
clear:both;
}
body.detail .headingBar #addressbar{float:left;}
body.detail .headingBar .price{float:right;padding-right:50px;}

body.detail .browserBack {
float:right;
margin-right:30px;
font-weight:bold;
}

/* extra details stuff */
body.detail #extradetails img#mainimage {
float:left;
width:480px;
display:block;
}
body.detail #extradetails .imagesRightCol {
float:right;
width:240px;
margin-top:15px;
}

body.detail #extradetails {
margin-bottom: 20px;
overflow:hidden;
border-bottom:2px solid #df6d07;
}

body.detail #extradetails .images img {
padding-bottom:10px;
}

body.detail #extradetails .bedbathcar {
font-weight:bold;
padding-bottom:15px;
}
body.detail #extradetails .bedbathcar img {
width:25px;
vertical-align: middle;
margin: 0 2px 0 10px;
}

body.detail #extradetails .quickTools a{
display:block;
width:70px;
text-align:center;
xheight:50px;
float:left;
background-repeat: no-repeat;
background-position: top center;
text-decoration:none;
color:#4c3f12;
font-size: .8em;
padding-top:25px;
}
body.detail #extradetails .quickTools a:hover{
opacity:.5;
filter:alpha(opacity=50);
}

body.detail #extradetails .quickTools a.iconImageGallery {background-image:url(/img/icon_gallery.gif);}
body.detail #extradetails .quickTools a.iconViewMap {background-image:url(/img/icon_map.gif);}
body.detail #extradetails .quickTools a.iconBookmark {background-image:url(/img/icon_bookmark.gif);}



/* property details stuff */
body.detail #propertydetails {
margin-bottom: 20px;
}

body.detail #propertydetails .agentdetails {
overflow:hidden;
border-bottom: 2px solid #df6d07;
margin-bottom:15px;
}
body.detail #propertydetails .rightcol {
width:320px;
float:right;
margin-left:30px;
}

body.detail #propertydetails .agentdetails .staffImage {
float:left;
margin-right:10px;
}
body.detail #propertydetails .agentdetails dt {
color:#E77A08;
font-weight:bold;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

body.detail #infoform fieldset label {
width: 140px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
width:auto;
padding: 15px 0 0 0;
}
body.brochure #header {
background-image: none;
height:auto;
}
body.brochure #propertydetails {
width: 280px;
float:left;
clear:left;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 242px;
float:right;
}

body.brochure #extradetails .images img {width:119px;}
body.brochure #extradetails img#mainimage {width:240px; padding-bottom:0;}

body.brochure #addressbar h1 {float:left;}
body.brochure #addressbar {clear:both; overflow:hidden;}
body.brochure .bedbathcar {float:right;font-weight:bold;}
body.brochure .bedbathcar img {
width:25px;
vertical-align: middle;
margin: 0 2px 0 10px;
}

body.brocure #addressbar {clear:both;}

/* Staff 
---------*/

body#staff dl {
margin-bottom: 30px;
xoverflow: hidden;
border-bottom: 2px solid #Df6d07;
float:left;
width:370px;
height:200px;
}
body#staff dl.stripe {clear:left;}

body#staff .viewmyprofile,
body#staff.profile .back a{
background:transparent url(/img/viewprofile_btn.gif) no-repeat scroll left top;
color:#FFFFFF;
display:block;
float:left;
font-weight:bold;
height:20px;
line-height:20px;
padding-left:10px;
text-decoration:none;
width:144px;
}
body#staff .viewmyprofile:hover,
body#staff.profile .back a:hover {
xopacity:.5;
xfilter:alpha(opacity=50);
}


body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
color:#Df6d07;
}
body#staff dl dt.photo a {
height:200px;
width:100px;
overflow:hidden;
float: left;
padding-right: 20px;
margin-right: 15px;
border-right: 1px dashed #ccc;
}
body#staff dl dt.photo img {

}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}



body#staff.profile .back a {margin-left:240px;}
body#staff.profile .agentProfile {
overflow:hidden;
border-bottom: 2px solid #Df6d07;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 20px 0;
padding-right: 20px;
margin-right: 15px;
border-right: 1px dashed #ccc;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Staff Frame 
------------------------------- */

html.staffFrame body#staff dl {
	overflow: hidden;
	border-bottom: 0px;
	float:left;
	width:174px;
	height:130px;
}

html.staffFrame body, html.staffFrame {
	background-color:#fff;
}

html.staffFrame #wrap {
width:697px;
}


/* Slideshow
-------------*/

body.slideshow .header {
background: url(/img/slideshow_header.gif) no-repeat top center;
width:900px;
margin: 0 auto;
text-align:left;
height:137px;
margin-bottom:15px;
}

body.slideshow .navigation {
padding-top:100px;
margin-left:344px;
}

body.slideshow .navigation input {
background-color:#7a6a49;
padding:10px 23px;
}

body.slideshow input {
width: auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #fff;
border-bottom: 10px solid #7a6a49;
}

html.popup #header img {
float: none;
}
html.popup #content {float:none; width:auto; padding-right:20px;}


/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;

}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
background-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
background-image: none;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
background-image: url(/img/alert_register_bg.gif)
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

