body {
	padding: 0px 0 20px;
	margin: 0 auto;
	color: #666;
	font-size: 1em;
	height: 100%;
	background-color: #f6f8f4;
}

/*microformat*/
abbr.dtstart, abbr.dtend, abbr.dtreviewed {
	border-bottom: none;
}
.microformatdetail {
	display: none; /*content for microformat parsing only */
}

.tinyMCEBody ul {
	margin: 0 0 8px 15px; 
	padding: 0;
}
.tinyMCEBody ol {
	margin: 0 0 8px 20px;
	padding: 0;
}
.tinyMCEBody blockquote {
	margin: 0 0 0 20px;
	padding: 0;
}

a:active, a:link, a:visited {
/*	color: #325B0A; */
	color: #338800;
	text-decoration: none;
}

a:hover {
	color: #360;
	text-decoration: underline;
}
a.help{
/*	background:url(../images/questionmark_1092.png) 0 0 no-repeat; */
	width: 14px;
	height: 14px;
	outline: none;
}
a.close{
	background:url(../images/ecovian_icons_1851.gif) 0px -20px no-repeat;
	width: 14px;
	height: 13px;
	text-indent: -9999px;
	float: right;
	outline: none;
}
a.close_black{
	background:url(../images/ecovian_icons_1851.gif) 0px -40px no-repeat;
}
.flagThis {
	background: url(../images/ecovian_icons_1851.gif) 0px -185px no-repeat;
	padding: 0 0 0 20px !important;
	font-size: 0.9em;
	outline: none;
}
.addThis {
	background: url(../images/ecovian_icons_1851.gif) 0px 0px no-repeat;
	padding: 0 0 0 20px;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}
a.editiconlink{
        background: url(../images/ecovian_icons_1851.gif) 1px -364px no-repeat;
	padding: 1px 0 1px 17px;
}
a.addiconlink{
	background: url(../images/ecovian_icons_1851.gif) 0px -1px no-repeat;
	padding: 2px 0 0 18px;
}
a.handiconlink{
	background: url(../images/ecovian_icons_1851.gif) 0px -406px no-repeat;
	padding: 3px 0 2px 18px;
}
a.downarrow{
    background: url(../images/ecovian_icons_1851.gif) 0px -477px no-repeat;
    padding-left: 17px;
    outline: none;
}
a.uparrow{
    background: url(../images/ecovian_icons_1851.gif) 0px -461px no-repeat;
    padding-left: 17px;
    outline: none;
}
.messageInbox{
	background: url(../images/ecovian_icons_1851.gif) 0 -100px no-repeat;
	padding: 0 0 0 22px;
}
.messageOpenbox{
	background: url(../images/ecovian_icons_1851.gif) 0 -121px no-repeat;
	padding: 2px 0 2px 22px;
}

.left{
        float: left;
}
.right{
	float: right;
}
.highlight { 
	background-color: #ff8; 
}
.hint { 
        color: #888; 
}

.hour_block {
    float: left;
    margin-bottom: 5px;
}
span.weekday {
    display: block;
    float: left;
    width: 57px;
    clear: left;
    margin: 0;
    padding: 0;
}
span.hour{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
span.hour span{
    display: block;
    margin: 0;
    padding: 0;
}

.popupBox {
	position: absolute;
	border: 5px solid #666;	
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	z-index: 99999;
	background: #fff;
	overflow: auto;
	font-size: 1.2em;
}
.popup-handle{
/*	background: #85d973 !important; */
	background: #E3F2CB !important;
	border: 1px solid #ccd4bc;
	border-bottom: 1px solid #D1E8A4;
	color: #333;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	cursor:	 move;
}
.popup-handle h2{
	float: left;
	margin: 0;
	padding: 0;
	width: 93%;
}
.popupBox h2{
	font-size: 1.2em;
}
.popupBox h3{
	font-size: 1.2em;
}
.popupBox h5{
	font-size: 1.1em;
}
.popupBox a.whatsthis {
	font-weight: normal;
	font-size: 0.8em;
}
.popupBox p{
	clear: both;
}
.popupBox table td{
	padding: 0px 0px 10px 0px;
}
.popupBox table td.attrname{
	padding-right: 15px;
}
.popupBox form .datainput, .popupBox form .errorinput{
	width: 96%;
}
.popupBox form label{
	font-weight: bold;
	display: block;
	margin: 5px 0;
}
.popupBox form .actionbtns{
    margin: 5px;
    text-align: right;
}
.popupBox .wait{
    background: url(../images/spinner_510.gif) 50% 50% no-repeat;
    height: 50px;
}
#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#444;
    opacity: 0.6;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index: 10000;
}
#modalWindow
{
    position: fixed;
    left: 35%;
    top: 35%;
    width: 340px;
    background: #fff;
    border: 5px solid #333;
    font-size: 1.2em;
    z-index: 12000;
    padding: 5px;
}
#modalMsg
{
    position: absolute;
    left: 20%;
    top: 35%;
    width: 520px;
    padding: 20px;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    display: none;
}
.modalGeneric .modalWindowBody{
    padding: 5px 10px;
    margin: 0;
}
#modalWindow form {
    margin: 0;
    padding: 0;
}
#modalWindow p {
    margin: 10px 0px;
    padding: 0;
}
#modalWindow .actionbtns{
    text-align: center;
}
#modalWindow .actionbtns input{
    width: 60px;
}

.tabmenu {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 0 0 5px;
    z-index: 1;
    font-size: 1.2em;
}
.tabmenu li {
    display: inline;
    overflow: hidden;
    list-style-type: none; 
    margin: 0 5px;
}
.tabmenu a:visited, .tabmenu a:active, .tabmenu a:link, .tabmenu span{
    border:1px solid #e1e1e1;
    padding: 2px 8px 0px 8px;
    margin: 0;
}
.tabmenu a:visited, .tabmenu a:active, .tabmenu a:link{
    background: url("../images/titlebg_979.png") repeat-x bottom left;
    color: #333;
    text-decoration: none; 
}
.tabmenu a:hover {
    background: none;
    background-color: #eee;
}
.tabmenu span.active {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #fff;
}

.breadcrumb {
	margin: 0 0 15px;
	font-weight:  bold;
	font-size: 1.1em;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
}
.breadcrumb ul li {
	list-style: none;
	font-size: 1.1em;
	display: inline;
	padding: 0 5px 0 10px;
	background: url(../images/ecovian_icons_1851.gif) 0 -140px no-repeat;
}
.breadcrumb ul li.prefix, .breadcrumb ul li.root, .breadcrumb ul li.total {
	padding-left: 0;
	background: none;
}
.breadcrumb span{
        padding: 0 5px;
}

.actionLinks li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	background: #f7fbed;
}
.actionLinks ul {
	display: none;
	position: absolute;
	background: #f7fbed;
	border: 1px solid #ccc;
	z-index: 900;
	margin-left: -1px;
}
.actionLinks ul li {
	border: none !important;
	float: none;
	list-style: none;
	margin: 0;
	_width: 80px;
}

.actionLinks li a:active, .actionLinks li a:link, .actionLinks li a:visited {
	display: block;
	font-size: 1.2em;
	color: #325b0a;
	padding: 3px 22px 3px 10px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}
.actionLinks li a:hover {
	text-decoration: none;
}
.actionLinks li a.arrow:active, .actionLinks li a.arrow:link, .actionLinks li a.arrow:visited {
	background: url(../images/ecovian_icons_1851.gif) 92% -160px no-repeat !important;
}
.actionLinks li a.arrow:hover {
	background: #f7f7f7;
}
.actionLinks ul li a:active, .actionLinks ul li a:link, .actionLinks ul li a:visited {
	height: 1%;
	border: 0 !important;
	padding-right: 21px;
	padding-left: 11px;
}
.actionLinks ul li a:hover {
	background: #fff !important;
}

.actionLinks li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.actionLinks li:hover ul, .actionLinks li.over ul { /* lists nested under hovered list items */
	display: block;
}

.submitButton {
	border: 0;
	background: transparent none;
	padding: 0;
	margin: 0;
}

.searchSubmit {
	background: url(../images/icon_search_295.gif) 50% 0 no-repeat;
	cursor: pointer;
	width: 40px;
	height: 24px;
	text-indent: -9999px;
}
.waitSubmit {
	background: url(../images/spinner_510.gif) 50% 50% no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	height: 22px;
	border: 1px solid #aaa;
	outline: none;
}
.polaroid {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}

/* captcha */
div.captcha{
	margin: 0px 0px 15px 0px;
}
div.captcha img{
	display: block;
	margin: 3px 0px;
}
div.captcha .captchatitle{
    padding: 10px 0;
    font-weight: bold;
}

/* different type of boxes*/
.outerBox{
        border: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0;
}
.outerBox h3{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}
.itemBox {
	padding: 5px 10px;
}
.emphasisBox {
	background: #f8f8f7;
	border:1px solid #e1e1e1;
	padding: 0px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
}
.emphasisBox .emphasisSection {
	background: #fff;
	padding: 10px;
	margin: 6px;
	border: 1px solid #ccc;
}
.emphasisBox h5{
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
}
.emphasisBox ul {
	padding: 0;
	margin: 0;
}
.emphasisBox ul li {
	list-style: none;
}
.emphasisBox p {
	margin: 5px 0px;
}
.emphasisBox a.details{
	outline: none;
}

/* pagination */
div.pagelinks {
        float: right;
	margin: 10px 0px;
	padding: 4px 3px;
	border: 1px solid #ccc;
	background: #F7F7F7;
	color: #999;
}

div.pagelinks span.inform_msg {
	margin-right: 2px;
}

div.pagelinks span.current {
	font-weight: bold;
	color: #666;
	background-color: #f7fbed;
	border: 1px solid #ccc;
}

div.pagelinks a, div.pagelinks span {
	padding: 0px 5px;
	text-decoration: none;
	font-size: 1.2em;
	color: #666;
	border: 1px solid #F7F7F7;
}

div.pagelinks a:hover {
	background-color: #FFF;
	border: 1px solid #ccc;
	text-decoration: none;
}

div.pagelinks input {
	border: 1px solid #ccc;
	margin: 1px 4px 0 3px;
	padding: 0 2px;
	height: 17px;
	width: 20px;
	display: inline;
	font-size: 1.1em;
}

div.pagination {
	border-left: 1px solid #ccc;
	display: inline;
	padding-left: 3px;
}

div.pagination span.disabled {
	display: none;
}

/*inplaceeditor and its action buttons/links */
.inplaceeditor-form {
	display: inline;
	margin: 0;
	padding: 0;
}
.inplaceeditor-form .editor_field, .inplaceeditor-form .hint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	margin:  0;
	padding: 1px;
	border:	 1px solid gray;
}
.inplaceeditor-form .hint {
	color: gray;
}
.inplaceeditor-saving {
	color: gray;
}
a.editor_cancel_link, a.editor_ok_link {
	display: inline;
	font: 12px Arial, Helvetica, sans-serif; 
	color: gray;
	text-decoration: none;
}
a:hover.editor_cancel_link, a:hover.editor_ok_link {
	background-color: gray;
	color: white;
}
.inplaceeditor-action, .inplaceeditor-action a {
	display: inline;
	color: gray;
}

/* pull-down menus */
div.pulldown-cell, div.pullup-cell{
	font-family: Arial, sans-serif;
	position: relative; 
	display: inline;
	z-index: 999;
}
div.pulldown-cell a, div.pullup-cell a{
	text-decoration: none;
}
div.pulldown-menu, div.pullup-menu{
	display: none; 
	position: absolute; 
	background: #fff; 
	border: 1px solid #aaa;
	padding: 0px; 
	overflow: auto;
}
div.pulldown-menu{
	top: 1.7em; left: 0;
}
div.pullup-menu{
	top: -2.1em; left: 0;
}
div.menushow div.pulldown-menu, div.menushow div.pullup-menu{
	display: block; 
}
div.menushow div.pulldown-menubar a {
	margin: 5px 5px 0 0;
}

div.selectinput{
    border: 1px solid #aaa;
    background-color: #fff;
    width: 100%;
}
div.selectinput a.selecttext{
    display: block;
    color: #000;
    padding: 5px;
    text-decoration: none;
    outline: none;
}
div.selectinput a.selecticon{
    float: right;
    background: url(../images/ecovian_icons_1851.gif) 0px -437px no-repeat;
    outline: none;
    width: 7%;
    height: 16px;
}
div.selectinput a:hover.selecticon, div.selectinput a.selecticon.hover{
    background: url(../images/ecovian_icons_1851.gif) 0px -473px no-repeat;
}
div.select-cell .pulldown-menu{
    top: 0;
    z-index: 999 !important;
}
div.select-cell.menushow .pulldown-menu{
    border-top: none;
}
div.select-cell .pulldown-menu a{
    display: block;
    padding: 3px 6px;
    color: #000;
}
div.select-cell .pulldown-menu ul{
    margin: 0;
    padding: 0;
}
div.select-cell .pulldown-menu li.selected a{
    color: #fff;
    background-color: #7a7;
}
div.select-cell .pulldown-menu a:hover{
    color: #000;
    background-color: #ada;
}
div#category-cell{
	display: block;
}
div#category-title div#category-cell{ /* for listing page */
	margin-left: 10px;
}
div#category-cell div#category-value{
	padding: 4px 0px 6px 4px;
	width: 220px;
}
div#category-cell div#category-value a{
	outline: none;
}
div#category-cell div#category-value a h2{ /* for listing page */
	padding: 2px;
	margin: 0px;
}
div#category-cell.menushow div#category-value{
	border: 1px solid gray;
	border-bottom: none;
	background-color: #fff;
}
div#category-cell div.pulldown-menu {
	border-top: none;
	overflow: hidden;
	width: 330px;
	padding: 0px 0px 10px 5px;
	font-size: 12px;
}
div#category-cell div.pulldown-menubar{
	margin-left: 	219px;
	border-top: 	1px solid gray;
}

/* shared with admin pages */
#category_list {
	margin: 0;
	padding: 0;
}
#category_list ul{
	margin: 0px 10px;
}
#category_list ul li{
	list-style: none;
	margin: 1px 0px;
}
#category_list ul li a, #category_list ul li span{
	padding: 0 0 0 20px;
}
#category_list ul li.multilink a{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#category_list li.multilink a.folder_close{
	width: 20px;
	height: 15px;
	background-position: 0 -60px;
	text-indent: -9999px;
}
#category_list .folder_open{
	background: url(../images/ecovian_icons_1851.gif) 0 -80px no-repeat;
}
#category_list .folder_close{
	background: url(../images/ecovian_icons_1851.gif) 0 -60px no-repeat;
}
#category_list ul li.multicol, #category_list_admin ul li.multicol{
	display: block !important;
	text-align: left !important;
	float: left;
	width: 110px;
	padding: 0 0 0 10px;
}
#category_list ul li.multicol a{
	padding: 0;
}

select#select-category-cell {
	display: block;
	height: 100px;
	margin: 5px 0px;
}
div#update-category-cell { font-size: 12px; }
div#update-category-cell h3 { font-size: 1.1em; margin-bottom: 5px; }
div#update-category-cell div#update-category-menu{
	width: 346px;
	padding: 5px;
}
div#update-category-cell div#category-cell div.pulldown-menu{
        display: none;
}
div#update-category-cell div.menushow#category-cell div.pulldown-menu{
        display: block;
	position: relative;
	top: -0.3em;
}
div#update-category-cell div#categories div { padding: 5px 4px; }
div#update-category-cell form { margin: 0px; padding: 0px; }

div#location-cell, div#locationW-cell{
}
div#location-cell div.pulldown-menu, div#locationW-cell div.pulldown-menu {
	margin-top: 4px;
	width: 166px !important;
	top: 2.0em;
	border: 1px solid #666;
	padding: 5px;
	text-align: left;
	font-size: 0.9em;
}
div#location-cell ul, div#locationW-cell ul{ list-style:none; margin: 0; padding: 0; }
div#location-cell ul li, div#locationW-cell ul li{
	margin: 2px 0px;
}

div.questionmark-cell div.pullup-menu { 
	font-size: 0.9em; 
	font-weight: normal; 
	padding: 2px 4px;
	color: #F60;
	background-color: #FFF8D9;;
	border: 1px solid #FEBE8F;
}
div#flag_block{
    margin-left: -170px;
    border: 2px solid #ccc;
    background-color:  #f1f9ee;
}
div.flag_cell form{
	margin: 0;
	padding: 0;
}
div.flag_cell textarea{
	clear: both;
	display: block;
	margin: 5px;
	padding: 2px;
	width: 165px;
	height: 50px;
	overflow: hidden;
	font-size: 11px;
}
div.flag_cell span.flag_reason {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 90px;
	font-size: 0.9em;
}
div.flag_cell .commitbtns{
	display: block;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
}

/* menu-nav */
ul.menu-nav {
	 font-family: normal 12px Arial, Helvetica, sans-serif;
	 margin:5px 0 20px 0;
	 padding:0;
	 list-style: none;
}
ul.menu-nav li {
	 border-bottom:1px solid #bebfb6;
	 padding: 0;
}
ul.menu-nav li.selected {
	 background: #f7fbed;
}
ul.menu-nav a, ul.menu-nav span{
	 display: block;
	 margin: 0;
	 padding: 5px 5px 5px 10px;
	 text-decoration: none;
}
ul.menu-nav a:hover {
	 text-decoration: none;
	 background: #f1f9ee;
}
ul.menu-nav strong{
	float: left;
	display: block;
	width: 100px;
}

#outerbg{
        width: 100%;
}

#outer {
	width: 955px;
	margin: 0 auto;
}

#container {
	width: 935px;
	margin: 0 auto;
	background-color: #fff;
}
#headerWrapper{
        width: 100%;
	margin: 0 auto;
	font-size: 10px;
}
.header {
       margin: 0 auto;
       padding: 5px 10px 10px 10px;
       background: url(../images/bg_1754.png) 0 0px repeat-x;
       font-size: 1.2em;
       text-align: left;
}
.headerFlex{
      max-width: 915px;
      min-width: 755px;
      _width: 915px;
}
.headerFixed{
      width: 915px;
}
#logo {
	width: 210px;
	float: left;
}
#logo img {
	width: 199px;
	height: 60px;
	margin: 0 0 3px 0;
}

#searchlocal{
/*      background-color: #fff;*/
        float: left;
	margin: 15px 0 0 20px;
}
#searchlocal #searchFor{
        margin: 0;
	padding: 0;
}
#searchFor .searchPart{
        float: left;
	margin: 0 7px 0 0;
}
#searchFor label {
        display: block;
	color: #0b0056;
}
#searchFor label span{
        font-size: 0.9em;
	color: #666;
	font-style: italic;
}
#searchFor label span span{
        font-size: 1.0em;
}
#searchFor #searchText, #searchFor #searchNear {
	width: 160px;
	padding: 2px;
}
#searchFor #searchForSubmit{
/*
	background: url(../images/action_buttons_1833.gif) 0px -68px no-repeat;
	width: 44px;
	height: 25px;
*/
	margin: 15px 0 0 0;
	padding: 0px 5px;
/*
	padding: 8px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
*/
	color: #0b0056;
	display: block;
	float: left;
	overflow: hidden;
}
#tagline {
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}
#account-link {
        float: right;
        text-align: right;
	font-weight: bold;
	width: 267px;
}
.headerFlex #account-link {
	width: 100px !important;
}
#account-link span {
	padding: 0 1px;
	color: #ccc;
}

/* google map */
#map
{
	margin: 15px 0px;
	width: 380px;
	height: 300px; 
}
#locationmap{
    margin: 0 auto;
    width: 380px;
    height: 300px;
}
#detailedmap
{
	width: 255px; 
	height: 250px; 
	margin-right: 5px;
	overflow: hidden;
}

/* info/error messages */
.inform_msg{
	font-size: 12px;
	color: #000;
}
.inform_errmsg {
	font-size: 12px;
	color: #f00;
	font-weight: bold;
}
.inform_successmsg {
	background: url(../images/ecovian_icons_1851.gif) 10px -303px no-repeat;
	padding-left: 27px;
}
.inform_infomsg {
	background: url(../images/ecovian_icons_1851.gif) 10px -330px no-repeat;
	padding-left: 27px;
}
div.inform_msg, div.inform_errmsg, div.critical_errmsg {
	margin: 5px 0px;
}
div.highlight_msg{
    border: 1px solid #FFCC7F;
    background: #FFFFE5;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.2em;
}
.highlight_msg .eventButton{
    margin: 0 0 0 10px;
}

div.inform_msg{
	border: 1px solid #0a0;
	background-color: #ecffec;
}
div.inform_errmsg{
	border: 1px solid #ccc;
}
div.critical_errmsg{
	color: #000;
	border: 1px solid #f00;
	background: #ffecec;
}
div.critical_errmsg h5{
	font-size: 1.1em;
	color: red;
	padding: 10px 10px 0px 10px;
	margin: 0 0 3px 0;
}
div.inform_msg h2, div.inform_errmsg h2, div.critical_errmsg h2, div.inform_msg h4, div.inform_errmsg h4, div.critical_errmsg h4{
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}
div.inform_msg p, div.inform_errmsg p, div.critical_errmsg p, div.inform_msg ul, div.inform_errmsg ul, div.critical_errmsg ul{
	padding: 10px;
	margin: 0;
}
div.inform_msg ul li, div.inform_errmsg ul li, div.critical_errmsg ul li{
	margin: 0px 20px;
	padding: 0px;
}
.errormsg{
	font-weight: bold;
	color: #f00;	/*red*/
	display: none;
}

#region {
	margin: 0px;
	padding: 10px 20px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 99;
}

#region h2 {
	width: 250px;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#region ul {
	width: 620px;
	float: right;
	text-align: right;
	margin: 0;
}

#region ul li {
	list-style: none;
	display: inline;
	color: #666;
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
}

#region ul li a.top:active, #region ul li a.top:link, #region ul li a.top:visited {
	border-left : 1px solid #ccc;
	padding: 0 10px;
}
#region ul li a.top:hover, #region ul li a:hover {
	color: #666;
	text-decoration: none;
}
#region ul li a.top {
	color: #325B0A;
}
#region ul li a.first {
	border-left: 0 !important;
}

#moreRegions {
	display: none;
	position: absolute;
	background: #fff;
	padding: 6px 10px;
	width: 360px;
	right: 15px;
	top: 30px;
	border : 1px solid #aaa;
	font-weight: normal;
	text-align: left;
}
#moreRegions h4 {
	padding: 0 0 0 5px !important;
	margin: 0 0 8px 0;
	color: #444;
	font-size: 1.1em;
	font-weight: bold;
}
#moreRegions .datainput {
	padding: 3px;
}
#moreRegions ul {
	width: auto !important;
	margin-bottom: 5px;
	padding: 0px;
}
#moreRegions li {
	list-style: none;
	display: block !important;
	text-align: left !important;
	width: 120px !important;
}
#moreRegions li.col{
	float: left !important;
}
#moreRegions li a:active, #moreRegions li a:link, #moreRegions li a:visited {
	color: #338800;
	border: 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 0.9em;
	font-weight: normal;
}
#moreRegions form#enter-city{
	margin-left: 5px;
}
form#enter-city{
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 12px;
}
form#enter-city label{
	margin-right: 6px;
}
form#enter-city input{
        margin-right: 6px;
}

.navigation {
	background: url(../images/bg_1754.png) 0 -102px repeat-x;
	height: 30px;
	margin: 0 auto;
	max-width: 935px;
	min-width: 775px;
	_width: 935px;
/*	border-top: 2px solid #ffffff;*/
}

.navigation ul {
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}

.navigation ul li {
	height: 30px;
	float: left;
	list-style: none;
	overflow: hidden;
}

.navigation ul li a, .navigation ul li a:link, .navigation ul li a:visited {
        display: block;
	color: #0b0056;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 25px;
}
.navigation ul li a:hover {
	background: url(../images/bg_1754.png) 0 -133px repeat-x;
	color: #333;
}
.navigation ul li a.active {
	background: none;
        background-color: #ffffff;
	color: #333 !important;
	border: 1px solid #c0ec9e;
	border-bottom: 1px solid #ffffff;
}
.navigation ul li a.active:hover {
    background: none;
    background-color: #ffffff;
}
.navigation ul#navside {
        float: right;
}
.navigation ul#navside li a{
	font-size: 1.1em;
	padding: 8px 10px;
}

#content {
	padding: 15px;
	width: 903px;
/*	overflow: hidden; */
}
#content h1 {
	font-size: 1.6em;
	color: #333;
	margin: 0 0 10px 0;
}
#content h2 {
	font-size: 1.4em;
	color: #333;
	margin: 0 0 10px 0;
}
#content h2 span {
	font-weight: normal;
	font-size: 0.8em;
}
#content h3 {
	font-size: 1.2em;
	color: #555;
	margin: 0 0 10px 0;
}
#content h4 {
	font-size: 1.2em;
	color: #333;
	margin: 0 0 10px 0;
}
.homepage h3 {
/*	background: #D9ECB0; */
/*	background: #f0f2e1; */
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border-bottom:1px solid #e1e1e1;
	color: #325b0a !important;
	padding: 5px 10px;
}
.homepage h3 a:active, .homepage h3 a:link, .homepage h3 a:visited{
	color: #325b0a;
}
h1 .pageinfo{
	font-weight: normal;
	font-size: 0.9em;
}
span.pageinfo{
	margin: 0px 5px;
}
.disptime { 
	font-size: 0.8em; 
}
span.required {
	font-size: 1.2em;
	color: red;
}
li.start{
        clear: left;
}
li.col{
        float: left;
}
.eventButton {
	height: 32px;
	overflow: hidden;
	float: left;
	margin: 0 16px 0 0;
	vertical-align: middle;
}
.eventButton a:active, .eventButton a:link, .eventButton a:visited {
	background: url(../images/action_buttons_1833.gif) 0px -1px no-repeat;
	width: 120px;
	padding: 8px 0;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #0b0056;
/*	color: #ffffff; */
	display: block;
	outline: none;
}
.eventButton a:hover {
	background-position: 0px -32px !important;
}
.eventButtonCenter{
        float: none;
}
.eventButtonCenter a{
        margin: 0 auto;   /*center*/
}
.eventButtonRight{
        float: right;
}


#eventSearch {
       float: right;
       width: 280px;
       text-align: right;
}
#eventSearch p {
	margin: 0 !important;
}

#eventSearch label, #eventSearch span {
	font-size: 1.2em;
	color: #0b0056;
	margin: 0 10px 0 0;
}
#eventSearch input {
	font-size: 1.2em;
}
#eventSearch #searchText {
	width: 130px;
}
#eventSearch #eventSearchsubmit {
}

#footer {
	padding: 10px 0 0;
	width: 100%;
}

#footer p {
	text-align: center;
	font-size: 1.1em;
}

#footer span {
	padding: 0 5px;
	color: #ccc;
}
#footer p.city_footer {
}
#footer p.city_footer span{
	padding: 0 2px;
}

/* ads */
.bottom-leaderboard-ads {
        width: 728px;
        margin: 0 auto 15px auto;
}

#loadingmsg{
    display: none;
}
#joinmsg {
        font-weight: bold;
}
#joinmsg a{
        margin-left: 10px;
}

/* forms */
.datalabel
{
	font:		bold 12px Arial, Helvetica, sans-serif;
	padding:	5px 10px 15px 5px;
	vertical-align: top;
}
.datainput
{
	border:	1px solid #aaa;
}
.errorinput
{
	border:	1px solid #f00 !important;
}
input.datainput, input.errorinput{
	padding: 3px;
}
a#event_date_action{
	margin-left: 30px;
}
div#event_date_e{
	padding: 5px 0px;
}

table.form_edit{
	font-size: 12px;
}
table.form_edit td.title{
	font-weight: bold;
	font-size:  14px;
}
table.form_edit td.hint{
	padding-left: 10px;
	font-size:    0.8em;
}
table.form_edit td.section-bar ul{
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin: 25px 0 15px 0px;
	padding: 0 0 7px 0;
}
table.form_edit td.section-bar ul li{
        display: inline;
	overflow: hidden;
	list-style: none;
}
table.form_edit td.section-bar ul li span{
	background: url("../images/titlebg_979.png") repeat-x bottom left;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	padding: 7px;
}
/* radio and checkbox buttons*/
table.form_edit .input_groups{
	margin: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
}
table.form_edit .input_group{
	margin: 0 0 5px 0;
}
table.form_edit .input_group strong{
        display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
}
table.form_edit .input_fields{
	float: left;
	width: 170px;
}
table.form_edit .input_fields span{
        display: block;
	float: left;
}
table.form_edit .input_fields span.inputbox{
	width: 15px;
	margin: 3px 7px 5px 0;
}
table.form_edit .input_fields span.inputdesc{
	width: 142px;
	margin: 6px 0 0 0;
}
table.form_edit .input_fields span.inputdesc .datainput{
        padding: 3px;
	margin-left: 4px;
	display: none;
}
table.form_edit .input_fields span.inputdesc.other{
	margin: 0;
}
table.form_edit .input_fields span.inputdesc.other .datainput{
        display: inline;
}
table.form_edit .input_datetime span{
        margin: 0 10px;
}
table.invitation th{
	padding-left: 5px;
}
table.form_biz{
	font-size: 11px;
}
table.form_biz input.datainput {
        padding: 4px 3px;
}
table.form_biz .datalabel{
	width: 220px;
	padding-bottom: 10px;
}
table.form_biz td.attr_fields{
	padding: 5px 0px;
	color: #444;
}
table.form_biz .aligned_segment{
        display: block;
	float: left;
        width: 150px;
	padding: 6px 0;
}
table.form_biz .segment{
        margin-right: 5px;
}
table.form_profile td{
	padding: 6px;
}
table.form_profile .datalabel{
	width: 120px;
}
table.form_profile .datainput{
	width: 350px;
}
table.form_group td, table.form_group th{
	padding: 6px;
}
table.form_group .datainput {
	width: 350px;
}
table.form_group_topic .datainput, table.form_group_topic textarea {
	width: 600px;
}

#solar_form {
    font-size: 1.2em;
    color: #000;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 3px solid #9aacfa;
/*    background: #dce2fa; */
    background: #e9ecfa;
}
#solar_form .column {
    float: left;
    margin-right: 10px;
}
#solar_form .row {
    margin: 5px 0;
}
#solar_form h2{
    font-size: 1.6em;
}
#solar_form label{
    display: block;
    width: 70px;
    float: left;
    margin: 3px 0;
    font-weight: bold;
}
#solar_form .datainput {
    display: block;
    width: 120px;
    float: left;
    padding: 3px;
    margin: 0 10px 0 0;
}
#solar_form .errormsg{
    clear: both;
}
#solar_form label#solar_lead_lastname_label{
    width: 70px;
}
#solar_form label#solar_lead_administrativearea_label, #solar_form label#solar_lead_postalcode_label {
    width: auto;
    margin-right: 10px;
}
#solar_form label#solar_lead_email_label {
    width: 70px;
    text-align: center;
}
#solar_form #solar_lead_administrativearea {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 71px;
}
#solar_form #solar_lead_address{
    width: 328px;
}
#solar_form #solar_lead_city{
    width: 75px;
}
#solar_form #solar_lead_postal_code{
    width: 46px;
}
#solar_form #column_right label{
    width: 150px;
}
#solar_form #solar_lead_property_type, #solar_form #solar_lead_roof_shade, #solar_form #solar_lead_electric_utility_provider, #solar_form #solar_lead_monthly_electric_bill {
    display: block;
    width: 220px;
}
#solar_form .customselect{
    display: block;
    float: left;
    width: 250px;
}
#solar_form #custom_administrativearea {
    margin: 0 14px 0 0;
    width: 67px;
}
#solar_form #custom_administrativearea .selectinput a {
    padding: 3px 5px;
}
#solar_form #solar_lead_comment{
    display: block;
    width: 328px;
}
#solar_form .solar_lead_term{
    font-size: 0.8em;
    font-style: italic;
    margin: 3px 0px;
}
#solar_form #solar_lead_term_err{
    clear: both;
    float: right;
    font-size: 0.8em;
}
#solar_form.solar_form_standalone .solar_lead_term, #solar_form.solar_form_standalone #solar_lead_term_err{
    margin-right: 35px;
}
#solar_form .solar_lead_term input{
    float: right;
}
#solar_form .solar_lead_term span{
    float: right;
    margin: 2px 0px 2px 3px;
}
#solar_form .eventButton{
    display: none;
    margin-right: 0;
}
#solar_form.solar_form_standalone .eventButton{
    margin-right: 28px;
}

#solar_form.solar_form_standalone {
   width:  520px; 
   margin: 20px;
   float: left;
}
#solar_form.solar_form_standalone h2{
    margin-bottom: 10px;
}
#solar_form.solar_form_standalone p{
    margin-bottom: 20px;
}
#solar_form.solar_form_standalone .row{
    margin: 10px 0;
}
#solar_form.solar_form_standalone label{
    width: 150px;
}
#solar_form.solar_form_standalone .datainput{
    padding: 5px 3px;
}
#solar_form.solar_form_standalone #solar_lead_property_type, #solar_form.solar_form_standalone #solar_lead_roof_shade, #solar_form.solar_form_standalone #solar_lead_electric_utility_provider, #solar_form.solar_form_standalone #solar_lead_monthly_electric_bill {
    width: 340px;
}
#solar_form.solar_form_standalone .customselect{
    width: 335px;
}
#solarSide{
    width: 300px;
    float: left;
    margin: 20px 0;
}
#solarSide .emphasisBox{
    margin-top: 20px;
}
#solarSide .caption{
    font-size: 1.5em;
}

/* Event Listing Page*/
#eventTitle{
    margin-bottom: 5px;
}
#eventTitle h2{
    font-size: 1.2em;
}
#jump_to_date{
    float: left;
    margin: 0 0 0 10px;
}
#jump_to_date #jump_to_date_link{
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin-bottom: 3px;
}
#jump_to_date #datepicker{
    position: absolute;
    display: none;
}
#addEvent{
    float: right;
}
#eventBody {
    width: 700px;
    float: left;
}
#eventSide {
    width: 170px;
    float: right;
    margin: 0px 0px 0px 20px;
}
#eventSide .ads{
/*	background: #eee; */
	padding: 5px;
	border: 1px solid #ccc;
}
#eventBody .inform_msg{
        width: 698px;
}
#eventBody .inform_infomsg{
        width: 671px;
}
.eventList {
	border: 1px solid #ccc;
	padding: 5px 20px;
	margin: 0 0 15px 0;
}

.eventList p {
	font-size: 1.2em;
}
.eventHeader, .eventInfo, .eventDetail {
	padding: 10px 0;
	clear: both;
}

.eventHeader {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.eventHeader .eventSubmitter {
	float: right;
	text-align: right;
}

.eventHeader h5 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.eventHeader h5 a, .eventHeader h5 a:visited {
	text-decoration: none;
}

.eventHeader h5 a:hover {
	text-decoration: none;
}

.eventHeader .polaroid {
	padding: 1px !important;
}

.eventHeader p {
	margin: 0;
	font-size: 1.1em;
	color: #666;
}

.eventHeader a, .eventHeader a:visited {
	font-weight: bold;
}

.eventInfo .eventImage {
	float: left;
	margin: 0 20px 20px 0;
}
.eventInfo .eventAddress {
	float: left;
	width: 320px;
}
.eventInfo .eventDescription {
	float: left;
	width: 320px;
}
.eventInfo .eventAddInfo {
	float: right;
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px 0;
	margin: 0 0 10px 10px;
}

.eventInfo .eventAddInfo p {
	margin: 0 10px 2px !important;
}

.eventInfo .eventParticipants {
	background: url(../images/icon_member_295.gif) 0 50% no-repeat;
	padding: 3px 0 3px 30px;
}

.eventInfo .eventComments {
	background: url(../images/icon_comments_295.gif) 0 50% no-repeat;
	padding: 3px 0 0px 30px;
}

.eventDetail {
	clear: both;
}
#noevent_msg{
        padding: 10px 0;
	background-color: #fff;
	border: 1px solid #ccc;
}
#noevent_msg p{
        float: left;
	margin-right: 20px;
}

/* Listing page */
#businessListing {
	width: 490px;
	margin-right: 30px;
	float: left;
}
#businessListing h1{
	margin: 0 0 2px 0;
}
#businessListing h2{
	margin: 0;
	font-size: 11px;
}
#businessListing .breadcrumb {
	margin: 10px 0px;
}
#businessListing .subCatList {
	padding: 10px 5px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
}
#businessListing .subCatList ul {
	margin: 0;
}
#businessListing .subCatList ul li {
	list-style: none;
	font-size: 11px;
	display: block !important;
	text-align: left !important;
	float: left !important;
	margin: 0 2px;
	width: 140px !important;
}
#businessListing #textads{
        font-size: 1.1em;
	background-color: #fef8dd;
	border: 1px solid #fae49e;
	display: none;
}
#businessListing #textads .sponsored{
        float: right;
	color: #888;
	margin-top: -5px;
}
#businessListing #textads .ad-headline{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 3px 0;
}

#businessListing .eventButton{
    float: right;
    margin: -5px 0 5px 0;
}

.businessListing p {
	font-size: 1.1em;
        margin: 0 0 8px 0;
}

.businessListingList {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px 20px 0px 20px;
}

.businessListingList_info {
	float: left;
	width: 270px;
}

.businessListingList_info h5 {
	font-size: 1.4em;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}

.businessListing h5 a:active, .businessListing h5 a:link, .businessListing h5 a:visited {
	text-decoration: none;
}

.businessListingList_info h5 a, .businessListingList_info h5 span {
        display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.businessListingList_info h5 a.num {
        margin-right: 4px;
}
.businessListingList_info h5 span.name {
        width: 245px;
}
.businessListingList_info h5 span.distance {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	clear: both;
	float: none;
	padding-top: 3px;
}
.businessListingList_info .moreLocations {
        margin-left: 15px;
}
ul.attr-in-listing li {
	list-style: none;
}
ul.attr-in-listing li strong{
	font-size: 1.1em;
	margin-right: 3px;
}

.businessListingList_review {
	width: 140px;
	float: right;
}

.businessListingList_review p {
	margin: 0;
}
.businessListingList_review p.dist {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 50px;
}

.businessReview {
	margin: 0;
	font-weight: bold;
}

.businessListing_testimonials {
	clear: both;
	margin: 0;
}
.businessListing_testimonials .testimonial_writer {
	display: block;
	width: 40px;
	float: left;
	text-align: left;
	margin: 0;
}

.businessListing_testimonials .testimonial_writer .polaroid {
	display: block;
	margin: 0 5px 10px 0 !important;
	height: 30px;
}

.businessListing_testimonials .testimonial_writer a, .businessListing_testimonials .testimonial_writer a:visited {
	font-weight: bold;
}
.businessListing_testimonials .testimonial_content {
	float: right;
	width: 390px;
}

#businessListing .pagelinks {
        float: none !important;
}

#listingMainInfo {
	float: right;
	width: 380px;
}
#solarSide .emphasisSection ul, #relatedArticles ul{
	margin: 0;
	padding: 0;
}
#solarSide .emphasisSection ul li, #relatedArticles ul li{
	list-style: none;
	padding: 2px 0px 2px 20px;
	background: url(../images/ecovian_icons_1851.gif) 3px -572px no-repeat;
}
#solarSide .emphasisSection ul {
	font-size: 1.2em;
	line-height: 1.2em;
}
#solarSide .emphasisSection ul li {
        padding-left: 25px;
	background-position: 3px -571px;
}

#greennessExplain{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
}
#greennessExplain h3{
	font-size: 1.3em;
}
#actionPromote{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
#actionPromote h5{
	font-size: 1.2em;
	padding: 0;
	margin: 0px 0px 5px 0px;
}
#actionPromote .eventButtons{
        padding: 5px 0px 0px 51px;
        text-align: center;
}
#actionPromote .section{
        padding-bottom: 10px;
        margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#listingMainInfo .ads{
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
.listingDiscussion {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

.listingDiscussion h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #669900;
	margin: 0 !important;
}

.listingDiscussion_header {
	position: relative;
}

.listingDiscussion h4 {
	padding-top: 5px;
	width: 220px;
}

.listingDiscussion h4 span {
	font-weight: normal;
	color: #333;
	font-size: 0.9em;
}

.listingDiscussion .lastPost {
	position: absolute;
	width: 160px;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 1.1em;
	text-align: right;
}

.listingDiscussion .lastPost .polaroid {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 0 0 5px !important;
}

.listingDiscussion .lastPost a, .listingDiscussion .lastPost a:visited {
	font-weight: bold;
}

.listingDiscussion_header {
	margin: 0 0 5px;
	position: relative;
}

.listingDiscussion_content {
	clear: both;
}

.listingDiscussion .last {
	border: 0 !important;
}

.listingDiscussion_content p {
	font-size: 1.1em;
	color: #333;
	margin: 0 0 10px;
}

/* global listing page */
#globalListingMain{
    width: 585px;
    float: left;
}
#globalListingMain h1{
    margin: 0 0 20px 0;
    font-size: 1.8em;
}
#globalListingMain p.description{
    margin: 0 0 30px 0;
    font-size: 1.3em;
}
#globalListingMain .displayImage{
    float: left;
    width: 120px;
}
#globalListingMain .articleInfo{
    float: left;
    width: 445px;
    font-size: 1.2em;
}

#featuredListings {
    font-size: 1.1em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
#featuredListings li {
    list-style: none;
}
#featuredListings li.featuredListing {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    width: 272px;
}
#featuredListings li.start{
    margin-left: 0;
}
#featuredListings .displayImage {
    float: left;
    margin: 0;
    padding: 0;
    width: 117px;
}
#featuredListings .featuredListingMain{
    float: left;
    width: 150px;
}
#featuredListings .featuredListingMain p{
    margin: 0 0 5px 0;
    padding: 0;
}
#featuredListings .featuredListingRating {
    margin-bottom: 5px;
}
#featuredListings .featuredListingRating strong {
    float: left;
    display: block;
    width: 68px;
}
#featuredListings .green-rating-small{
    float: left;
    display: block;
}
#featuredListings .attr-in-listing strong {
    font-size: 1.0em !important;
}

#greennessCalc .itemBox{
    font-size: 1.2em;
}
#greennessCalc .displayImage{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
#greennessCalcMain{
    float: right;
    width: 350px;
}

#globalListingSide{
    width: 300px;
    float: right;
}
#globalListingSide .ads{
    margin-bottom: 20px;
}
#reviewedListings {
    font-size: 1.2em;
}
#reviewedListings h5{
    font-size: 1.1em;
    margin: 0 0 2px 0;
    float: left;
    width: 190px;
}
#reviewedListings p{
    margin: 0 0 6px 0;
}
#reviewedListings .star-rating-small{
    float: right;
}
#reviewedListings .submitter_thumbnail{
    float: right;
    font-size: 0.9em;
}
#reviewedListings #reviewActions{
    margin-bottom: 10px;
}

/* Business Detail */
#businessReviewControl {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px -10px 20px -10px;
}
#businessReviewControl h2 span{
    margin-left: 10px;
}
#businessMainRating {
    margin: 0;
    padding: 0;
}
#businessMainRating li.businessRating {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	float: left;
	width: 202px;
	margin-bottom: 7px;
	position: relative;
}
#businessMainRating li.businessRating strong{
	margin-right: 5px;
}
#businessMainRating #greenness-details, #businessMainRating span{
	font-size: 0.9em;
}
div.businessDetailCategory strong {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}
div.businessDetailCategory #update-category-link {
	font-size: 0.9em;
}

div.businessDetailCategory {
	width: 350px;
}
ul.businessDetailCategory{
	width: 350px;
}
ul.businessDetailCategory li {
	display: inline;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: none;
	margin: 0 5px 0 0;
}
ul.businessDetailCategory li a, ul.businessDetailCategory li a:visited {
	text-align: center;
	height: 1%;
	padding: 3px 0;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap !important;
 	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
}
ul.businessDetailCategory li a:hover {
}

div.businessDetailAddress {
	font-size: 1.2em;
	clear: left;
}
div.businessDetailAddress .inform_errmsg{
        width: 320px;
}
.businessDetailAddress span.bizinfo{
       display: block;
       margin: 5px 0 0 0;
}

#businessDetailMain {
	float: left;
	width: 630px;
	margin-right: 15px;
}
#businessDetailMain .businessDetailHeaderSide {
	margin: 0 5px 10px 0;
	float: right;
	width: 200px;
	text-align: center;
}
#businessDetailMain .businessDetailHeaderSide .polaroid {
	max-width: 200px;
	_width: 200px;
	margin-bottom: 5px;
}
#businessDetailMain .businessDetailHeaderSide p {
	text-align: center;
	font-size: 1.1em;
}
#businessDetailHeader {
        float: left;
	position: relative;
	padding: 0 0 0 10px;
	z-index: 1000;
	width: 410px;
}
#businessDetailMain h5 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	color: #333;
}
#businessDetailMain .ads{
	clear: both;
        margin: 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
}
.businessDetailMisc {
        padding: 10px 0;
	font-size: 1.2em;
	white-space: nowrap;
}
.businessDetailMisc ul{
	float:  left;
	min-width: 180px;
	max-width: 230px;
	_width: 230px;
	margin: 0 15px 5px 0;
}
#businessDetailMiscNoFloat ul{
        float: none;
	max-width: 400px;
	_width: 380px;
}
.businessDetailMisc ul li {
	line-height: 1.5em;
	margin: 0;
	list-style: none;
}
.businessDetailMisc strong {
	float: left;
	display: block;
	width: 45px;
}
.businessDetailMisc .hour_block{
        float: none;
	clear: left;
	margin: 0;
}
#businessDetailMiscNoFloat .hour_block{
        float: left;
	clear: none;
}
.businessDetailMisc div.hourSection{
        float: left;
	width: 158px;
	margin: 0;
}
#businessDetailMiscNoFloat div.hourSection{
        clear: left;
	float: none;
	width: 400px;
	margin: 0;
}

.editbizlinks{
        margin: 5px 0;
}
.editbizlinks a{
        margin-right: 10px;
}
.ownerbizlinks a{
        margin: 0 6px;
	font-size: 0.9em;
}
.businessDetailContent{
	font-size: 1.2em;
	margin: 10px 0px 10px 10px;
	clear: both;
	border-top: 3px solid #ddd;
	padding-top: 15px;
}
.businessDetailContentEmphasis{
	border: 1px solid #ddd;
	border-top: none;
	margin-left: 0px !important;
}
.businessDetailContentEmphasis .businessDetailBackground{
        background: url("../images/bg_1754.png") 0 -173px repeat-x;
	height: 14px;
}
.businessDetailContentEmphasis .businessDetailBody{
	padding: 0px 10px 10px 10px;
}

#certifications .certification{
       margin: 0 20px 10px 0;
       float: left;
}
#certifications img{
        display: block;
	float: left;
	margin-right: 10px;
}
.businessDetailContent h4{
    color: #666 !important;
    font-size: 1.1em !important;
}
.businessDetailContent .editiconlink{
    display: block;
    float: left;
    margin: 3px 0 0 0;
}
.businessDetailContent .addopinion{
    display: block;
    float: left;
    padding: 2px 0 2px 22px;
    margin: 3px 0 0 0;
    background: url("../images/ecovian_icons_1851.gif") 0 -384px no-repeat;
}

.businessDetailContent ul{
    margin: 0 10px 0 0;
    padding: 0;
}
ul.businessDetailFloat {
    float: left;
    width: 290px;
}
.businessDetailContent ul li.attr-node{
	list-style: none;
	line-height: 1.5em;
	float: none;
	clear: both;
	margin-bottom: 5px;
}
.businessDetailContent ul li.attr-node ul.left li{
        list-style: none;
}
.businessDetailContent ul strong {
	margin-right: 2px;
	display: block;
	float: left;
}
.businessDetailContent ul ul.sub li{
    list-style: none;
    font-style: italic;
    margin: 0 0 0 10px;
    font-size: 0.9em;
}
.businessDetailContent ul ul.sub strong {
    color: #575;
    background: url(../images/ecovian_icons_1851.gif) 3px -493px no-repeat;
    padding-left: 16px;
}
.businessDetailContent ul .starRatingDesc {
	display: block;
	float: left;
}
.businessDetailContent ul .star-rating-small, .businessDetailContent ul .price-rating-small {
	display: block;
	float: left;
}
p.owner_certification{
    font-size: 0.8em;
    font-style: italic;
    float: right;
    margin: 5px 0 0 0;
}

.firstToReview {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	float: right;
	font-weight: bold;
}

.firstToReview a {
	margin: 0 3px;
}

.firstToReview img {
	vertical-align: middle;
}
p.businessDetailFooter {
	clear: both;
	font-size: 1.1em;
	padding-left: 10px;
}

#businessDetailSide {
	width: 255px;
	float: right;
}

#businessDetailSide p {
	font-size: 1.1em;
}

.relatedListings, .multiLocations{
	margin: 0 0 20px 0;
	border: 1px solid #e7e8e3;
	font-size: 1.2em;
}
.relatedListings h3, .multiLocations h3{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border-bottom:1px solid #e1e1e1;
	padding: 10px;
}
#businessDetailSide .relatedListings h3, .multiLocations h3{
	font-size: 1.0em !important;
}

#detailedmap p, #locationmap p, .multiLocations .addressmain p{
    margin: 0 0 2px 0;
    padding: 0;
}
#detailedmap p{
    font-size: 1.1em;
}

.multiLocations .itemEntry.toggle {
    display: none;
}
.multiLocations .addressmainnum {
    float: left;
    width: 20px;
}
.multiLocations .addressmainbody {
    float: left;
    width: 160px;
}
.multiLocations .addressmain {
    font-size: 0.9em;
    margin-bottom: 4px;
}
.multiLocations a{
    font-size: 0.9em;
}

.relatedListings h5{
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
.relatedListings .displayImage {
	float: left;
	margin: 0 15px 0 0px;
}
.relatedListings .relatedListingInfo {
	float: left;
	width: 160px;
}
.relatedListings .relatedListingInfo .green-rating{
	margin: 0 0 5px 0;
}
.relatedListings .relatedListingInfo p{
	font-size: 0.9em !important;
	margin-bottom: 0;
}
#businessDetailMain .inform_msg{
        clear: both;
}
#reviewSection, #commentSection {
	clear: both;
	border: 1px solid #e1e1e1;
	margin: 10px 0 10px;
}
#reviewSection #reviewTitle {
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	padding: 4px;
	margin: 0;
}
#reviewSection #reviewTitle .eventButton{
        float: right;
}
#reviewSection h2{
        padding: 7px;
	margin: 0;
	font-size: 1.4em;
	float: left;
	width: 470px;
}
#commentSection h2 {
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	padding: 10px;
	margin: 0;
}
#reviewSection h2 span, #commentSection h2 span {
	margin: 0 0 0 0.5em;
}
#reviewLists {
	padding: 0 10px;
	border-top: 1px solid #e1e1e1;
}
.reviewList {
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}
.reviewListLast{
	border-bottom: none !important;
}
.reviewSubmitter{
	float: left;
        width: 85px;
}
.reviewSubmitter .polaroid {
	margin: 0 5px 5px 0;
	display: block;
}
.reviewSubmitter a.reviewer, .reviewSubmitter a.reviewer:visited {
	font-weight: bold;
	font-size: 1.1em;
}
.reviewMain {
        float: right;
	width: 520px;
}
#topicDetailMain .reviewMain{
        width: 490px;
}
.reviewMain .starRating, .reviewMain .priceRating {
	display: block;
}
.reviewHeader{
        float: none;
	padding-bottom: 10px;
}
.reviewHeaderLeft {
	float: left;
	width: 360px;
}
.reviewHeaderRight {
	width: 150px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.reviewContent {
	clear: both;
	padding: 3px 0;
	font-size: 1.2em;
}
.reviewFooter {
	text-align: right;
	margin: 0 10px 0 0;
	clear: both;
}
.reviewFooter span {
	padding: 0 5px;
}

.reviewInput {
	font-size: 1.1em;
}
.reviewInput h5 {
	color: #333;
	font-size: 1.1em;
}
.reviewInput textarea{
	display: block;
	margin: 5px 0px;
	width: 99%;
}
.reviewInput .commentSubmitBtn{
	margin: 5px 10px;
	float: right;
}

/* Write Review */
#writeReview #leftCol{
	width: 300px;
	float: left;
	clear: both;
	margin: 0px 30px 0px 0px;
	font-size: 1.2em;
}
#writeReview .businessListing{
	float: left;
	width: 470px;
}

#writeReviewNav{
        margin-bottom: 30px;
}
#writeReviewNav h2{
	float: left;
	margin-right: 30px;
	padding: 10px;
}
#writeReviewNav h2{
	color: #888;
}
#writeReviewNav h2.selected{
	color: #000;
	border: 1px solid #ccc;
}
#writeReview #searchListing{
}
#writeReview label{
	width: 100px;
	display: block;
	float: left;
	line-height: 2em;
	color: #0b0056;
}
#writeReview #searchTextW, #writeReview #searchNearW{
	margin: 3px 0 6px 0;
	width: 170px;
	padding: 2px;
}
#writeReview #locationW-cell{
	display: block;
}
#writeReview #locationW-cell .pulldown-menu{
	top: 2.5em; left: 100px;
}
#writeReview #searchNearWErr {
	padding-left: 102px;
}
#writeReviewSubmit {
	display: block;
	float: right;
	margin: 10px 20px 0px 0px;
}
#writeReview #addListing{
        padding: 20px 0px;
        margin: 20px 0px;
	border-top: 1px solid #ccc;
        text-align: center;
}
#writeReview .businessListing .eventButton{
	float: right;
}
#writeReview .pagelinks {
        float: none !important;
	width: 93%;
}

/* Edit Business */
div#edit_warning{
	border: 1px solid #ccc;
	margin: 15px 0px 20px 5px;
	padding: 5px 15px;
	font-size: 1.1em;
	width: 780px;
}
div#edit_warning h2{
	font-size: 1.5em;
	color: red;
	margin-bottom: 10px;
}
div#edit_warning p{
        font-size: 1.2em;
}
div#edit_warning p.similar_listing_desc{
	padding: 0;
	margin: 0;
}
div#edit_warning h3 { font-size: 1.3em; margin-bottom: 5px; }

div#edit_warning ul li{
	list-style: none;
}
div#edit_warning li.similar_listing{
	display: block;
	padding: 10px 0px; 
	float: left; 
	width: 250px;
}
div#edit_warning li.similar_listing p {
	font-size: 1.0em;
	margin: 2px 0px;
	padding: 0;
}

div.hour_line {
	padding: 3px 0px;
}
span.hourline_msg {
	color: red;
	margin: 0 0 0 5px;
}

.edit_locations{
       border: 1px solid #ccc;
       padding: 0px 20px;
       width: 450px;
       font-size: 1.2em;
}
.edit_locations .addresscontainer{
       padding: 20px 0;
       border-bottom: 1px solid #ccc;
}
#new_location.addresscontainer{
       padding: 10px 0;
       border: none;
}
.edit_locations .addressmain {
       float: left;
       width: 400px;
}
.addressmain strong {
	float: left;
	display: block;
	width: 70px;
	clear: left;
}
.addressmain div {
	margin: 0 0 2px 0;
	padding: 0;
	float: left;
	display: block;
	width: 330px;
}

.edit_locations .addressaction{
       float: right;
       width: 50px;
}
.edit_locations .addressaction p{
       margin: 0 0 5px 0;
}
.edit_locations label{
	display: block;
	float: left;
	width: 100px;
	line-height: 2em;
	clear: left;
	font-weight: bold;
}
.edit_locations .datainput{
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
.edit_locations .commitbtns{
        clear: left;
	margin-left: 100px;
}
.edit_locations .waitSubmit{
        clear: left;
	margin-left: 100px;
        display: none;
}
.edit_locations .hour_block {
        width: 350px;
}

#removelisting{
    float: right;
}

/* Home page */
.itemEntry {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #e7e8e3;
}
.itemFirst, #topicSection .itemFirst td {
	border-top: none !important;
	padding-top: 0 !important;
}

#cityInitList{
	margin: 0 0 10px 0;
	font-size: 1.3em;
}
#cityInitList ul {
	margin: 0 0 15px 0;
}
#cityInitList ul li {
	list-style: none;
	display: block;
	text-align: left;
	float: left;
	margin: 0 5px 5px 0;
	width: 100px;
}
.homepage #cityInitList{
	border: 1px solid #ccc;
        padding: 10px;
}
#globalListingSide #cityInitList h3 {
        font-size: 1.1em;
}
#globalListingSide #cityInitList div.itemBox {
        width: 230px;
        margin: 0 auto;
}
#globalListingSide #cityInitList label {
        display: block;
}

#leftContent {
	width: 170px;
	float: left;
	position: relative;
	z-index: 100;
}

/*
#menu
{
	font-size: 1.3em;
	margin: 0 0 30px 0;
}
#menu h3
{
	font-size: 1.0em;
	color: #325b0a;
	background: #f0f2e1;
	padding: 3px 5px;
	margin: 0 0 10px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 500;
	list-style-type: none;
	width: 100%;
}
#menu li
{
	background-color: #ffffff;
}
#menu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0pt;
	left: 0pt;
	z-index: 100;
	font-size: 1em;
	margin-top: -1px;
}
#menu a, #menu a:visited
{
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
	color: #333;
	padding-left: 2.3em;
	font-weight: normal;
	-moz-outline: none;
}
#menu li.menuroot {
      	width: 140px;
}
#menu li ul a{
	width: 170px;
}
#menu b
{
	float: right;
	margin-right: 5px;
}
* html #menu a, * html #menu a:visited
{
	width: 140px;
}
* html #menu a:hover
{
	border-color: #e7e8e3;
	color: #333;
	background-color: #f7fbed;
	position: relative;
	font-weight: normal;
	text-decoration: none;
}
* html #menu li ul a:hover 
{
	width: 162px;
}

#menu li:hover
{
	position: relative;
}
#menu li:hover > a
{
	border-color: #e7e8e3;
	color: #333;
	background-color: #f7fbed;
	font-weight: normal;
	text-decoration: none;
}
#menu li ul
{
	border: 1px solid #999;
	visibility: hidden;
	position: absolute;
	top: 0em;
	left: 9em;
	background-color: #fff;
	width: 190px;
}
#menu li ul a, #menu li ul a:visited 
{
	padding-left: 1em !important;
	padding-right: 1em !important;
}

#menu li:hover > ul
{
	visibility: visible;
}
#menu ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul a:hover ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
}
*/
#menu {
	width: 99%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border: 1px solid #e7e8e3;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
#menu li {
	background-color: #fff;
}
#menu ul li a, #menu ul li a:visited {
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
	display: block;
	border: 1px solid #fff;
	padding: 5px 3px 5px 25px;
	margin: 0;
	height: 1%;
	-moz-outline: none;
}
#menu ul li.menuroot{
      background: url(../images/ecovian_icons_1851.gif) 100% -285px no-repeat;
      width: 140px;
      padding-left: 5px;
}
#menu ul ul {
	border: 1px solid #999;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 145px;
	width: 215px;
	z-index: 100;
}
#menu ul ul li a, #menu ul ul li a:visited {
	background-image: none !important;
	padding-left: 10px !important;
}
#menu ul li:hover a.menurootlink, #menu ul ul li:hover a{
        background-color: #fafafa !important;
	border: 1px solid #e4e4e4;
}
#menu ul ul, #menu ul li:hover ul ul {
	display: none;
}
#menu li:hover {
	position: relative;
}
#menu ul li:hover ul, #menu ul ul li:hover ul {
	display: block;
}

#members {
	margin: 0;
	padding: 0 0 10px 0;
	border: 1px solid #e7e8e3;
	text-align: center;
}
#members ul{
	margin: 0px 4px;
}
#members ul li{
	list-style: none;
	float: left;
	width: 80px;
	height: 80px;
}
#members .submitter_image{
	display: block;
	outline: none;
}

/*
#guide{
}
#guide ul {
       list-style: none;
       margin: 0;
       padding: 0;
 }
#guide ul li h5 {
       font-size: 1.2em;
       font-weight: normal;
       border-bottom: 1px solid #e7e8e3;
       color: #669900;
       margin: 3px 0px;
}
#guide ul li {
	margin: 0;
}
#guide ul li li {
	margin: 0 !important;
}
#guide ul li a, #guide ul li a:visited {
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding: 2px 3px 2px 15px;
	margin: 0;
	height: 1%;
	outline: none;
}
#guide ul li a:hover {
	background: #f7fbed;
	border: 1px solid #e7e8e3;
}
*/

#rightContent {
	width: 245px;
	float: right;
}
.alertouter{
	background-color: #fff4aa;
	border: 1px solid #dfc400;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px;
}
.alertinner{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px
}
.importantNotice {
	padding: 5px 10px;
	margin: 0 0 10px;
	text-align: center;
}
.signUp
{
	background: #f0f2e1;
	padding: 15px 10px 15px 150px;
	margin: 0 0 10px;
}
.signUp_text
{
	float: left;
	width: 400px;
}
.signUp_button
{
	text-align: left;
	float: left;
	width: 200px;
}
.signUp h3
{
	color: #000;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	background: none !important;
	padding: 0 !important;
	margin: 5px 0 !important;
}
.signUp_text p
{
	margin: 0;
	text-align: center;
	font-size: 1.4em;
}
.signUp_button p
{
	margin: 0;
	text-align: center;
	font-size: 1.6em;
}
.signUp_button .button_signup
{
	display: block;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 0;
	text-align: center;
	width: 170px;
	background: url(../images/button_signup_748.gif) 50% 50% no-repeat;
}
#pageShortcut {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
#pageShortcut ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pageShortcut ul li a, #pageShortcut ul li a:visited {
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	color: #325B0A;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	border: 1px solid #fff;
	padding: 8px 3px 8px 45px;
	margin: 0;
	height: 1%;
}
#pageShortcut ul li a:hover {
/*	background-color: #f7fbed !important; */
/*	border: 1px solid #e7e8e3; */
        background-color: #fafafa !important;
	border: 1px solid #e4e4e4;
}

#referFriend, #freshIdea {
	width: 196px;
	height: 82px;
	overflow: hidden;
	text-align: center;
}
#referFriend h5, #freshIdea h5 {
	text-align: left;
	font-size: 1.2em;
	margin: 10px 0 0 70px;
}
#referFriend p, #freshIdea p {
	text-align: left;
	margin: 0 0 0 70px;
	font-size: 1.1em;
}

#referFriend {
	background: url(../images/button_refer_503.gif) 0 0 no-repeat;
}
#freshIdea {
	background: url(../images/button_idea_503.gif) 0 0 no-repeat;
}
#referFriend p, #freshIdea p{
	padding: 0 5px 0 0;
}

#upcomingEvent {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #e7e8e3;
}
#upcomingEvent .eventImage {
	float: left;
	margin: 0 10px 10px 0;
	min-height: 50px;
}
#upcomingEvent h4 {
	font-size: 1.2em !important;
	margin: 0 !important;
}
#upcomingEvent h4 a {
	text-decoration: none !important;
}
#upcomingEvent .eventDescription {
	clear: both;
}
#upcomingEvent .eventDescription p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#mainContent {
	margin: 0 260px 0 185px;
	padding: 0;
	float: none;
}

/* Business Preview */
#businessPreview {
	margin: 0;
}
#carousel_top{
	border: 1px solid #e7e8e3;
	border-bottom: none;
}
#businessPreviewBody {
	border: 1px solid #e7e8e3;
	border-top: none;
}
#businessPreview h2
{
	margin: 0;
	padding: 5px;
	font-size: 1.3em;
}
#businessPreview h2 a {
	text-decoration: none;
}
#businessPreview .displayImage {
	float: left;
	margin: 0 15px 0 5px;
	padding: 0;
}
#businessPreview .displayImage p {
	text-align: center;
	font-size: 1.1em;
}
#businessPreview .businessPreviewMain {
	float: right;
	width: 304px;
}
#businessPreview .businessPreviewMain p {
	font-size: 1.2em;
}
.businessPreviewRating strong {
	font-size: 1.1em;
}
.businessPreviewRating ul {
	margin: 0;
	padding: 0;
}
.businessPreviewRating li {
	list-style: none;
        margin: 0 30px 0 0;
        width: auto;
	float: left;
}
.businessPreviewRating li li{
	 margin: 0 !important;
}

/* Featured Review */
#featuredReview {
	margin: 0;
	border: 1px solid #e7e8e3;
}
#featuredReview .itemBox {
	font-size: 1.2em;
}
#featuredReview .polaroid {
	float: left;
	margin: 0 10px 10px 0;
}
#featuredReview .featuredReviewListInfo {
	float: left;
}
#featuredReview p {
}
#featuredReview .featuredReviewListInfo p {
	margin: 0;
}
#featuredReview .featuredReviewListContent {
	clear: both;
}
#featuredReview h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
#featuredReview h5 a{
	text-decoration: none;
}
#featuredReview .star-rating-small{
	margin-bottom: 10px;
}

/* Recent Review */
#recentReview {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	background: #fff;
	border: 1px solid #e7e8e3;
}
#recentReview .itemEntry {
	clear: left;
}
#recentReview h5 {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 300px;
}
#recentReview h5 span {
	font-size: 0.8em;
	font-weight: normal;
}
#recentReview h5 a{
	text-decoration: none;
}
#recentReview .star-rating-small{
	float: right;
	margin: 0;
}
#recentReview .polaroid {
	float: left;
	margin: 0 10px 0 0;
}
#recentReview .recentReviewListInfo {
	float: left;
	width: 120px;
}
#recentReview p {
	font-size: 1.2em;
}
#recentReview .recentReviewListInfo p {
	margin: 0;
}
#recentReview .recentReviewListContent {
	float: left;
	width: 240px;
}
#recentReview .recentReviewListContent p {
	margin: 0;
}
#recentReview .recentReviewUser a {
	font-weight: bold;
	text-decoration: none;
}
/* item feeds */
#itemFeeds{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	border: 1px solid #e7e8e3;
}
#itemFeeds h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#itemFeeds h5 a:hover{
	text-decoration: none;
}
#itemFeeds p{
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 0;
}
#itemFeeds p.itemSubmitter{
	font-size: 1.0em;
}
#itemFeeds .itemFooter{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
#itemFeeds .itemFooter img{
	margin: 0;
	padding: 0;
}

/* Profile Page */
#userProfileMain {
        width: 510px;
        float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	font-size: 1.1em;
}
#userProfileHeader{
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
}
#userProfileHeader .userProfileTop{
	padding: 15px 10px;
}
#userProfileHeader div.userProfileTop p{
	margin: 0;
	padding: 0;
}
#userProfileHeader .userProfileImage{
	float: left;
	margin-right: 15px;
}
#userProfileHeader .userProfileImage img{
	display: block;
}
#userProfileHeader .userProfileImage p{
	text-align: center;
}
#userProfileHeader div.userProfileInfo{
	padding: 3px 0 0 0;
	float: left;
}
#userProfileHeader div.userControls{
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	float: right;
}
#userProfileHeader div.userControls a{
        display: block;
	margin: 2px 0;
	padding-left: 22px;
}
#userProfileTitle {
	margin: 0;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#userProfileTitle h2 {
	margin: 0;
	padding: 0 0 5px 10px;
}
#userProfileTitle h2 span {
	margin: 0 5px;
	font-weight: normal;
}
#userProfileTitle ul.nav{
	float: right;
	font-weight: bold;
	margin: 0;
}
#userProfileTitle ul.nav li{
	list-style: none;
        width: auto;
	float: left;
}
#userProfileTitle ul.nav span{
	margin: 0px 5px;
}
#userProfileMain ul.urls{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}
#userProfileMain ul.urls li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.noinfo{
	text-align: center;
	margin: 15px 0px;
}
.noinfo p{
	font-size: 1.2em;
	font-weight: bold;
}
#userProfileSide {
        width: 355px;
        float: right;
	padding: 0 0 15px 15px;
	font-size: 1.2em;
}
#userProfileSide h2{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border:1px solid #e1e1e1;
	padding: 8px;
	color: #555;
	font-size: 1.2em;
}
#userProfileSide .userProfileSection{
	margin: 0;
	padding: 0 8px 20px 8px;
}
#userProfileSide .userProfileSection p{
	margin: 5px 0px 10px 0px;
	padding: 0;
}
#userProfileSide ul.urls li{
	margin: 5px 0px;
}
#userProfileSide ul.userProfileDetails{
	padding: 0;
}
#userProfileSide ul.userProfileDetails li{
	list-style: none;
}
#userProfileSide ul.userProfileDetails strong{
	display: block;
	margin-bottom: 5px;
}
#userProfileSide ul.groupList li{
	list-style: none;
	float: left;
	width: 100px;
	height: 90px;
	margin: 0 10px 10px 0;
}

.profileActivities{
	margin: 0;
	padding: 10px;
	font-size: 1.1em;
}
.profileActivities .date{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.profileActivities .time, .profileActivities .actionip{
	color: #999;
	font-size: 0.8em;
	margin-left: 5px;
}
.profileActivities .actionip{
        font-style: italic;
}
.profileActivities li{
	list-style: none;
	margin: 0 0 10px 0;	
}
.profileActivities li li{
	margin: 0 0 0 20px;
	padding: 0;
}
.profileItemList {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.profileItemHeader{
	margin-bottom: 5px;
}
.profileItemHeaderLeft {
	float: left;
	width: 350px;
}
.profileItemHeaderRight {
	width: 140px;
	float: right;
}
.profileItemHeader h3 a, .profileItemHeader h3 a:visited {
	text-decoration: none;
}
.profileItemHeader .star-rating {
	margin-right: 10px;
	margin-left: -2px;
}
.profileItemHeader .profileItemRating{
	vertical-align: middle;
}
.profileItemHeader p{
}
.profileItemHeaderRight p{
	margin: 0 0 5px 0;
}
.profileItemContent {
	padding: 0;
	clear: both;
	font-size: 1.1em;
}
.profileItemContent p {
	margin: 0;
	padding: 0;
}
.profileItemFooter p {
	text-align: right;
	margin: 10px 10px 0 0;
}

.addLink a{
	float: none;
	font-size: 12px;
}
.addLink span{
	 margin-left: 10px;
}
.addLinkTab {
	display: none;
}
.addLinkTab .tabmenu{
	padding: 0;
}
.addLinkTab .tabmenu li{
	margin: 0;
}
.addLinkTab .tabmenu span.active{
	font-size: 12px;
	font-weight: bold;
    	padding: 5px 20px 0px 20px;
}
.addLinkCell{
	padding: 10px 20px;
	border: 1px solid #ccc;	
	border-top: none;
}
.form_profile .addLinkCell label{
	display: block;
	float: left;
	width: 100px;
}
.form_profile .addLinkCell .datainput{
	width: 95%;
}
.addLinkCell .commitbtns{
	float: right;
	margin: 0px 5px;
}
/* Invitation */
table.invitation td{
	padding: 5px 0px;
	font-size: 12px;
}
#invitation-title{
	display: block;
	margin: 10px 0px;
}
#invitation-body{
	margin: 10px 20px;
}
#invitation-body textarea{
	margin: 10px 0px;
	display: block;
}
#invitation-body p{
	margin: 10px 0px;
}
/* Messages */
#messageMain{
	float: left;
	width: 600px;
}
#messageMain .breadcrumb{
	margin-bottom: 30px;
}
#messageMain .messageSubMain{
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0;
	padding: 0;
}
#messageMain h2{
	padding: 0;
	margin: 0;
}
#messageMain .messageEmpty{
	margin: 0;
	padding: 15px;
	text-align: center;
}
.messageSubMain .unread{
	font-weight: bold;
}
#messageListTop{
	border: none;
}
#messageInbox #messageListTop{
	padding-left: 20px;
}
.messageSubMain .messageList{
	border-top: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0px 20px;
}
#messageMain .messageAction{
	float: left;
	padding: 10px 20px;
}
#messageMain .messageUserInfo{
	float: left;
	width: 200px;
}
#messageMain .messageUserInfo .submitter_image{
	display: block;
	float: left;
	margin-right: 5px;
}
#messageMain .messageUserInfo .submitter_name{
	display: block;
	margin: 5px 0px 3px 0px;
	outline: none;
}
.messageSubMain .messageContent{
	float: left;
}
#messageDetail .messageContent{
	width: 320px;
}
#messageInbox .messageContent{
	width: 280px;
}
#messageInbox .messageContent p{
	margin: 0 0 5px 0;
}
#messageMain .messageFooter{
	text-align: right;
	padding-right: 10px;
	clear: left;
}
#messageReplyBox textarea{
	width: 98%;
}
#messageSendForm label{
    display: block;
    float: left;
    width: 70px;
    clear: both;
}
#messageSendForm .messageinput, #messageSendForm .captcha{
    width: 250px;
    float: left;
}
#messageSendForm .waitSubmit{
        display: none;
	float: right;
	margin: 5px;
}

/* Event Detail */
#eventDetailMain {
	float: left;
	width: 630px;
}
#eventDetailSide {
	width: 250px;
	float: right;
}
#eventDetailHeader .displayImage {
	float: right;
	margin: 0;
	padding: 0;
}
#eventDetailHeader .displayImage .polaroid {
	margin: 0 0 10px 10px;
}
#eventDetailHeader .displayImage p {
	text-align: center;
	font-size: 1.1em;
}
#eventDetailSide p {
	font-size: 1.1em;
}
#eventDetailSide h3 span {
	font-weight: normal;
}

#eventDetailHeader {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#eventDetailHeader h2 {
	font-size: 1.6em;
}

.eventDetailSubmitter {
	margin: 0 0 10px;
}
.eventDetailSubmitter .polaroid {
	float: left !important;
	margin: 0 10px 5px 0;
}
.eventDetailSubmitter p {
	font-size: 1.1em;
	margin: 0;
}
#eventDetailInfo {
	clear: left;
}
#eventDetailInfo li {
	list-style: none;
	font-size: 1.1em;
	margin: 0 0 10px;
}
#eventDetailInfo li ul li {
	font-size: 1em;
	margin: 0;
}
#eventDetailInfo strong{
	margin-right: 5px;
}

#eventDetailDescription {
	font-size: 1.2em;
	line-height: 1.5em;
}
/* shared between event detail and group detail*/
#eventDetailParticipant .eventButton {
	float: none;
}
#eventDetailParticipant p {
	font-size: 1.2em;
}
#eventDetailParticipant h3 {
	margin-top: 20px;
}
#eventDetailParticipant ul li {
	list-style: none;
	font-size: 1.2em;
	margin: 0 0 5px;
}
#eventDetailParticipant ul li .polaroid {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/* Group Main */
#groupMain {
	float: left;
	width: 540px;
	font-size: 1.1em;
}
#groupMain h1{
	margin: 0 0 20px 10px;
}
#groupMain h2{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border-bottom:1px solid #e1e1e1;
	padding: 10px;
	margin: 0 0 10px 0;
}
#groupMain .groupSection{
	padding: 0px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}
#groupMain .groupSection .displayImage {
	float: left;
	margin: 0 10px 0 0;
	width: 110px;
}
#groupMain .groupSection .groupInfo{
	font-size: 1.1em;
}
.groupInfo h5{
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}
.groupInfo p{
	margin: 2px 0px;
	padding: 0;
}
.groupInfo p.groupDesc{
	margin-top: 5px;
}
#groupSide {
	width: 340px;
	float: right;
	font-size: 1.1em;
}
#groupSide #myGroups, #groupSide #newGroups { 
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin: 0 0 20px 0;
}
#groupSide ul li{
	list-style: none;
}
#myGroups ul li{
	float: left;
	width: 80px;
	height: 90px;
	margin: 0 10px 10px 0;
}
#newGroups ul li{
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #e7e8e3;
}
#newGroups .displayImage {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
}
#newGroups .groupInfo{
	float: left;
	width: 220px;
}

/* Group Detail */
#groupDetailMain{
	float: left;
	width: 630px;
	padding: 0px 5px;
}
#groupDetailTitle h1{
	float: left;
	margin-right: 20px;
}
#groupDetailSide {
	width: 250px;
	float: right;
}
#groupDetailMain .groupMainDesc{
	font-size: 1.2em;
	padding: 7px 0px;
}
#groupDetailMainInfo{
}

#itemBody{
    width: 700px;
    float: left;
}
#itemSide {
    width: 170px;
    float: right;
    margin: 0px 0px 0px 20px;
}
#itemSide .ads{
	padding: 5px;
	border: 1px solid #ccc;
}
#itemSection, #topicSection{
	font-size: 1.1em;
	padding: 0px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}
#itemSection h2, #topicSection h2{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border-bottom:1px solid #e1e1e1;
	padding: 10px;
	margin: 0px;
}
#itemSection h2 span, #topicSection h2 span{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 5px;
}
#itemSection h3, #topicSection h3, #itemBody h3{
	font-size: 14px;
	padding: 0;
	margin: 0 0 2px 0;
}
#itemSection .seeAll{
	font-size: 0.7em;
	margin-left: 10px;
}
.itemForm {
	padding: 10px 30px;
	font-size: 1.2em;
}
.itemForm form{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.itemForm label{
	margin-right: 5px;
}
.itemForm .waitSubmit {
	display: none;
	float: left;	
}

.itemMain{
	margin-top: 10px;	
}
.itemImage{
	float: right;
	margin: 10px 0px 10px 10px;
}
.itemSource{
	color: gray;
}
.itemFooter{
	clear: both;
	vertical-align: top;
}
.itemFooter .left{
	float: left;
	width: 400px;
}
.itemFooter .right{
	width: 200px;
	padding-top: 10px;
	text-align: right;
}
.submitter_thumbnail span{
	margin: 0 5px;
}
.submitter_thumbnail .polaroid{
	display: block;
	float: left;
}
.submitter_thumbnail .segment, .submitter_thumbnail .submitter_name{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
}
.submitter_thumbnail .segment{
	margin: 0 5px 0 0;
}

/*topic list*/
#topicTable{
	font-size: 1.2em;
}
#topicTable td, #topicTable th {
	padding: 10px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e8e3;
}
#topicTable tr.last td{
        border: none;
}
#topicTable p{
       font-size: 0.8em;
}
#topicTable .text-center{
	text-align: center;
}
.lastPostSubmitter div{
	float: left;
}
.lastPostSubmitter p {
	margin: 0;
}
.lastPostSubmitter .polaroid {
	float: left !important;
	margin: 0 0 0px 5px;
}
#groupDetailSide .displayImage .polaroid {
	margin: 10px 0px;
}
#groupDetailSide .displayImage p {
	text-align: center;
}
#groupDetailSide h3 span {
	font-weight: normal;
}
/*
.groupOptions{
	font-size: 1.1em;
	padding: 10px;
	border: 1px solid #ccc;
	width: 150px;
}
*/
/* Topic Detail */
#topicDetailMain{
	width: 600px;
}
.postList{
	border-top: 1px solid #ccc;
	padding: 10px 0px;
	clear: both;
}
.postHeader {
	margin: 2px 0px 10px 0px;
}
.postHeader .displayImage {
	float: right;
	margin-left: 20px;
}
.postHeader .submitter_image{
	float: left;
	margin-right: 10px;
}
.postHeader .submitter_image .polaroid{
	width: 50px;
}
.postHeader .submitter_name{
	font-size: 1.1em;
	font-weight: bold;
}
.postHeader p{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.2em;
}
.postHeader .eventDetailSubmitter{
	margin: 25px 0 0 0;
}
.postBody{
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
	padding: 5px 0px;
}
.postFooter{
	clear: both;
	text-align: right;
	margin: 5px 0px;
}
.postFooter span, .postFooter a{
	margin: 0px 5px;
}

/* Edit Item */
.item_thumbnail{
	border: 1px solid #ccc;
	padding: 20px 15px 15px 20px;
	margin: 5px 20px 5px 0px;
	float: left;
	position: relative;
}
.item_thumbnail input {
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 100;
}
.item_thumbnail label {
	text-align: center;
	overflow: hidden;
}

/* Group Admin */
#groupEditPicture{
	width: 450px;
	margin-left: 20px;
	font-size: 1.1em;
}
#groupEditPicture .displayImage{
	margin: 20px 0 10px 0;
}

/* Login / Signup Functions */
.signup .modalWindowBody{
    	padding: 0px 10px;
}
.signup h2{
	font-size: 1.2em;
}
.signup .popup-handle{
	margin-bottom: 5px;
	cursor:	default;
}
.signup p{
	margin: 0 0 10px 0;
	padding: 0;
}
.signup .floatboxleft{
	float: left;
	width: 142px;
	margin: 0 20px 0 0;
}
.signup .floatboxright{
	float: left;
	width: 142px;
	margin: 0;
}
.signup #postalcodecitybox{
	width: 127px;
}
.signup label{
	display: block;
	font-weight: bold;
	color: #333;
	margin: 2px 0;
}
.signup .captchatitle{
      color: #333;
}
#loginform label{
	margin-top: 10px;
}
.signup .datainput, .signup .errorinput{
	width: 305px;
}
.signup .floatboxleft .datainput, .signup .floatboxleft .errorinput, .signup .floatboxright .datainput, .signup .floatboxright .errorinput{
	width: 100%;
}
.signup .commitbtns{
	text-align: right;
	margin: 10px 4px;
}
.signup .commitbtns input{
	padding: 3px;
}
#rememberme {
	text-align: right;
	vertical-align: middle;
	margin: 10px 4px;
}
#rememberme label{
	display: inline;
	margin-right: 10px;
}
.signup .hint{
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.8em;
}
#loginSubmitWait, #signupSubmitWait{
	display: none;
	float: right;
	margin-bottom: 10px;
}
.info #loginform .datainput, .info #loginform .errorinput{
	width: 96%;
}
.signuppage #signupform{
	padding: 10px 30px 10px 10px;
	float: left;
	width: 320px;

}
.signuppage #signupside{
	padding: 10px 10px 10px 60px;
	float: left;
	width: 300px;
}
.signuppage #signupreason, .signuppage #loginform{
	padding: 20px;
	margin: 0;
}
.signuppage #signupreason {
	padding-top: 0px;
}
.signuppage #loginform{
	border: 1px solid #ccc;
}
.signuppage #signupreason ul{
	font-size: 1.2em;
	color: #555;
	margin: 10px 20px;
}
.signuppage #signupreason ul li{
	padding: 5px 10px;
}

.loginpage #loginform{
	padding: 10px 50px 10px 10px;
	float: left;
	width: 250px;
	border-right: 1px solid #ccc;
}
.loginpage #signupmsg{
	padding: 30px 10px 10px 50px;
	float: left;
	width: 200px;
	text-align: center;
}
.loginpage #signupmsg .eventButton a{
        padding: 8px 0px;
}

/* tweets/solar */
#tweetsHeader{
	padding: 10px 0px;
	border-bottom: 3px solid #ccc;
	margin: 0 0 10px 0;
}
#tweetsHeader h1{
	font-size: 3.8em;
	color: #140089;
	float: left;
	margin: 7px 4px 0 0;
	padding: 0;
}
h1.solarHeader {
    font-size: 3.3em !important;
    margin-top: 12px !important;
}
h1.solarHeader1 {
    font-size: 3.2em !important;
    margin: 12px 0 0 20px!important;
}

#tweetsHeader span{
	font-size: 0.7em;
}
#tweetsHeader img{
	float: left;
}
#tweetsMain{
	float: left;
	width: 520px;
	margin: 10px 20px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
.tweets_list {
	font-size: 1.2em;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.tweets_list .displayImage{
	float: left;
	margin-right: 10px;
}
.tweets_list .displayImage img{
        width: 48px;
	height: 48px;
}
.tweets_list .date{
	color: gray;
	margin-left: 10px;
}
.tweets_list p{
	margin: 5px 0 0 0;
}
#tweetsSide{
	width: 290px;
	float: left;
	margin: 10px 0px 10px 10px;
	font-size: 1.2em;
}
.tweetsInfo{
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 100%;
}
.tweetsInfo h3{
	font-size: 1.2em;
}
.tweetsInfo ul{
	margin: 0 0 5px 0;
	padding: 0;
}
.tweetsInfo ul li {
	list-style: none;
}
.tweetsInfo ul li.col{
	width: 96px;
}
#tweetsfootnote{
	text-align: center;
}

/*info*/
#content.info{
	font-size: 13px;
}
#content.info p{
	line-height: 1.4;
}
#content.info .breadcrumb{
        font-size: 0.9em;
}
#content.faq{
	padding: 5px;
}
#content.faq h2{
        background: url("../images/titlebg_979.png") repeat-x bottom left;
	border:1px solid #e1e1e1;
	padding: 10px;
	margin-bottom: 20px;
}
#content.faq h3, #content.faq p{
	padding: 0 10px;
}
.info .teammember{
        float: left;
	width: 64px;
	margin: 0px 10px 5px 0px;
}
.info .teammember .submitter_image{
        display: block;
}
.info .teammember .submitter_image img{
        display: block;
        margin: 0 auto;
}
.info .teammember .submitter_name{
        display: block;
	text-align: center;
	font-size: 0.9em;
	margin-top: 2px;
}
.info ul {
    margin-left: 20px;
}
/*docs*/
#contentMain, #contentMainEdit{
	float: left;
	font-size: 1.25em;
}
#contentMain{
	width: 575px;
}
#contentMain h1{
        margin-bottom: 5px !important;
}
#contentMain .sharethis{
	padding: 5px 10px;
}
#contentMain p{
	line-height: 1.4;
}
#contentMain a{
        font-weight: bold;
}
#contentMain sub{
	vertical-align: bottom;
}
#contentMain .author, #contentMainEdit .author{
        display: block;
	margin: 0 0 5px 0;
}
#contentMain .tinyMCEBody, #contentMainEdit form{
        margin-top: 20px;
}
#contentMain .image-left{
        float: left;
	margin: 5px 10px 0 0;
}
#contentMain .image-right{
        float: right;
	margin: 5px 0 0 10px;
}
#contentMain .image-left p, #contentMain .image-right p {
	padding: 0 0 3px 0;
	margin: 0;
}
#contentMain .image-left p.credit, #contentMain .image-right p.credit {
        font-size: 0.8em;
	text-align: right;
}
#contentMain .image-left p.caption, #contentMain .image-right p.caption {
        font-size: 0.9em;
	font-style: italic;
}
#contentMain .image-left a, #contentMain .image-right a {
        font-weight: normal;
}
#contentMain .moreinfo, #contentMainEdit .moreinfo {
        padding: 10px 0px;
	margin: 10px 0px;
}
#contentMain .moreinfo table{
       margin: 0;
       padding: 0;
}
#contentMain .moreinfo a{
       font-weight: normal !important;
}
#contentMain .moreinfo td{
       padding: 5px 0px;
}
#contentMain .moreinfo ul{
       margin: 0;
       padding: 0;
}
#contentMain .moreinfo ul li{
        list-style: none;
	margin: 0;
	padding: 2px 0;
}
#contentMainEdit{
        width: 588px;
}
#contentMainEdit h2{
	margin: 10px 0;
	font-size: 1.3em;
}
#contentMainEdit textarea{
	width: 100%;
}
#contentMainEdit .commitbtns{
	display: block;
	margin: 10px 0px;
	float: right;
}
#contentSide{
	width: 300px;
	float: right;
}
#contentSide #adsfirst {
        margin: 30px 0;
}
#contentSide #adssecond {
        margin: 100px 0 0 0;
}
#contentActions{
	margin: 10px 0px;
}
#relatedCategories{
        border: 1px solid #ccc;
	margin: 10px 0px;
}
#relatedCategories ul{
        padding: 0;
	margin: 0;
}
#relatedCategories ul li {
	list-style: none;
	display: block !important;
	margin: 0 0 5px 0;
}
#relatedCategories ul li.col{
	width: 100px;
}
#relatedCategories form{
	margin-top: 10px;
}
#relatedCategories form#enter-city label{
	display: block;
}

/* Locations */
.all_cities {
	font-size: 1.2em;
}
.all_cities h1{
	font-size: 0.9em;
}
.all_cities ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.all_cities li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.all_cities li.col{
	margin: 0 60px 0 0;
}
.all_cities li.adminareaname {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.all_cities form label{
	font-weight: bold;
}

/* Photos */
#photo-title{
       margin: 0 0 20px 0;
}
#photo-title h1{
       margin: 0 20px 0 0;
       padding: 0;
       float: left;
}
img.photo-image{
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #aaa;	
}
img.image-thumbnail{
	padding: 1px;
	border: 1px solid #aaa;	
}
ul.photo-list{
	margin: 10px 0px 20px 0px;
        list-style:none;
	font-size: 1.2em;
}
ul.photo-list li{
        float:left;
        width: 240px;
        margin:0px 0px 10px 0px;
}
ul.photo-list img.photo-image{
	float: left;
}
ul.photo-list a { text-decoration: none; }

ul.photo-list .by_user { margin: 7px 0px 0px 0px; }

div.photo-caption{
	clear: both;
	margin: 5px 0px;
}
div.photo-upload{
        padding: 10px 0 0 0;
}


