/* @group General */

*{padding: 0; margin: 0;}

body {
    margin: 0 auto;
	padding: 0;
	color: black;
	font: 12px Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #666;
}

a {
	color: #468100;
	font-weight: bold;
	text-decoration: none;
}

a span {
	color: #c7348d;
}

a:hover {
	color: #619ddb;
	text-decoration: underline;
}

ul {
    margin: 0;
	padding: 0;
    list-style-position: inside;
}

ul li {
    list-style-type: disc;
}

dl { border-bottom: 1px solid #999; width: 90%; margin: 15px;}

dt {
    width: 15em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #999;
    font-weight: bold;
    clear: both;
}

dd {
    margin-left: 16em;
    padding: .5em;
    border-top: 1px solid #999;
}

dd.first { border-top: 1px solid #999; }

.center {
    text-align: center;
}

pre {
	color: black;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid black;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0;
}

h1, h2, h3 {
    color: black;
    font: normal 18px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 a {
    color: black;
    font-weight: normal;
}

h2 a:hover {
    color: black;
}

h3 {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

h1 em, h2 em, h3 em {
    color: #80c036;
    font-style: normal;
}

h1 span, h2 span {
	display: block;
	position: relative;
	z-index: 1;
}

.end {
	clear: both;
}

div.hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	height: 1px;	
	clear: both;
}
div.hr hr {
	display: none;
}

a.more {
	float: right;
}

.icon {
    vertical-align: middle;
    margin:0px;
    padding:0px;
}

.yes {
	color: green;
}

.no {
	color: red;
}

.date {
	font-size: 10px;
	color: #c0c0c0;
}

p.date {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	padding: 0;
	color: #c0c0c0;
}

/* @group Table */

table {
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    margin-bottom:20px;
    table-layout: fixed;
    caption-side: top;
    width: 100%;
    font-size: 11px;
}

caption {
    background:#eee;
    font-size:140%;
    border:1px solid #d3d3d3;
    padding:5px;
    text-align:left;
    border-bottom:0;
}

caption span {
    float: left;
}

caption a {
    /*float: right;*/
}

td, th {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left:0;
    border-right:0;
    border-collapse: collapse;
    padding:5px 10px 5px 10px;
}

th {
    background:#777;
    color: white;
    border: 1px solid #777;
}

th a, th a:hover {
	color: white;
}

tr.promo td {
    font-weight: bold;
    background:#eee;
}

table a:visited {
    color: #f28206;
}

.data td, .data th {
    padding:10px 10px 10px 10px;
}

.d-nav  {
	border: 1px solid #d3d3d3;
	background:#e2e2e2;
}

.d-nav .icon_group {
	text-align: right;
}

.data .d-decor {
	padding-bottom: 0;
}

/* @end */

/* @group Messages */

#messages div {
    margin: 10px 0 10px 0;
    background-color: white;
}

#messages div p {
    margin: 10px 10px 10px 10px;
    padding: 0;
}

#messages .msg_error {
    border: 3px solid #ff0000;
    color: #ff0000;
}

#messages .msg_info {
    border: 3px solid #3377be;
    color: #3377be;
}

#messages .msg_ok {
    border: 3px solid #189670;
    color: #189670;
}

/* @end */

/* @group Paging */

.paging-ct {
    text-align: center;
}

.paging {
    margin: 0 auto;
    line-height: 30px;
    display: inline;
    border-left: 1px solid black;
    padding-left: 3px;
}

.paging li {
    display: inline;
    list-style-type: none;
    padding: 0px 6px 0px 3px;
    margin: 0;
    border-right: 1px solid black;
    line-height: 10px;
}
.paging a {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.paging li.active a {
    color: #666;
}

/* @end */

/* @end */

/* @group Form */

fieldset {
	margin: 0px;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	/*padding: 10px;*/
	position: relative;
	padding-top: 40px;
}

legend {
	position: absolute;
	top:0;
	left:0;
	background-color: #e2e2e2;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}

label {
	float: left;
	width: 20%;
	margin-right: 1em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}

label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

input:focus, textarea:focus, label:focus, button:focus {
	/*background: #fff;*/
	/*border: 1px solid #666666;*/
}

textarea, input, button, select {
	background: #fff;
	border: 1px solid #666666;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	color: #000;
}   

/* @group General */

#m-sub-center fieldset {
	margin: -1px 0px 0px 0px;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	width: 700px;
}

#m-sub-center label {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

#m-sub-center label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

#m-sub-center input:focus, textarea:focus, label:focus, button:focus {
	/*background: #fff;
	border: 1px solid #666666;*/
}

#m-sub-center textarea, input, button, select {
	background: #fff;
	border: 1px solid #666666;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 1px 3px 1px;
	padding: 3px;
	color: #000;
	width: 100%;
}

#m-sub-center form div {
    width: 660px;
    margin: 20px;
}

#m-sub-center form div input { 
    width: 570px;
}

#m-sub-center form div.formdate select {
    width: 70px;
    display: inline;
}

#m-sub-center form div.left {
    width: 275px;
    float: left;
    clear: both;
}

#m-sub-center form div.left input, #m-sub-center form div.right input {
    width: 100%;
}

#m-sub-center form div.right {
    width: 275px;
    float: right;
}

#m-sub-center form div.checkbox {
    clear: both;	
}

#m-sub-center form div.checkbox input {
    width: 20px;
    float: left;
}

#m-sub-center form div.checkbox label {
    width: 70%;
    float: left;
}

#m-sub-center form div.checkbox .hint {
    clear: both;
}

#m-sub-center form div p {
    margin-left: 0;
}

#m-sub-center .submit-group input {
    width: auto;
}

#m-sub-center .errors {
   margin-left: 20px;
   color: red;
}

#m-c-company-center fieldset {
	width: 476px;
	padding: 0;
}

#m-c-company-center form div {
	width: 456px;
}

#m-c-company-center form div input {
    width: 446px;
}

#user_login .submit-group,
#user_forgotten_password .submit-group,
#user_register .submit-group,
#user_profile_edit .submit-group,
#user_change_password .submit-group,
#user_change_email .submit-group,
#contact_form .submit-group {
	clear: both;
	text-align: center;
}

#user_forgotten_password p.center {
	text-align: center;
}

#user_login .submit-group input, 
#user_forgotten_password .submit-group input,
#user_register .submit-group input,
#user_profile_edit .submit-group input,
#user_change_password .submit-group input,
#user_change_email .submit-group input,
#contact_form .submit-group input {
	clear: both;
	width: 110px;
	padding: 3px 4px 6px 4px;
}

div#user_login_register {
	width: 700px;
	margin: 0;
    height: 40px;
    padding-top: 10px;
	border: 1px solid #d4d4d4;
	border-top: 0;
    background: #e2e2e2 url(../gfx/man.gif) no-repeat 130px 6px;
}

#user_login_register p {
	padding-left: 170px;
}

.button-dark, .button-light {
	display: block;
	width: 77px;
	height: 35px;
    font-size: 14px;
    line-height: 35px;
    border: 0;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-weight: bold;
}

.button-dark:hover, .button-light:hover {
	color: black;
	text-decoration: none;
}

.button-dark {
    background: url(../gfx/button-dark-bg.gif) no-repeat 0 top;
}

.button-light {
    background: url(../gfx/button-light-bg.gif) no-repeat 0 top;
    width: 108px;
}


/* @end */


/* @group Search */

#n-search {
	width: 235px;
	height: 230px;
	float: left;
	text-align: center;
    background: url(../gfx/n-search-bg.jpg) no-repeat center 20px;	
}

#n-search h2 {
	display: none;
}

#n-search p {
    padding: 5px 0 5px 0;
}

#n-search form {
	background-color: transparent;
    border:0;
    padding: 0;
    margin: 105px 0 0 0;
}

#n-search fieldset {
    border:0;
    width: auto;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

#n-search label {
    display: none;
}

#n-search input#search {
	width: 170px;
	padding: 6px 4px 6px 4px;
}

.search-default {
	color: #777;
}

/* @end */

/* @group Newsletter */

#o-newsletter form {
	background-color: transparent;
    border:0;
    padding: 0;
    margin: 0;
}

#o-newsletter fieldset {
    border:0;
    width: auto;
    padding: 0;
	background-color: transparent;    
}

#o-newsletter input.radio {
	border: 0;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	width: auto;
}

#o-newsletter input#newsletter {
	color: #564f38;
	width: 190px;
	padding: 4px;
}

#o-newsletter #newsletter-label {
	display: none;
}

#o-newsletter label {
	padding: 0;
	text-align: left;
	float: none;
}

#o-newsletter form {
	text-align: center;
}

/* @end */

/* @end */

/* @group Layout */

/* @group Management */

#management {
    background-color: black;
    color: white;
    text-align: left;
    font-size: 15px;
    position: relative;
}

#management ul {
    margin: 0 20px 0 20px;
}

#management li {
    display: inline;
    line-height: 35px;
}

#management ul li a {
    color: #80c036;
    font-size: 15px;
    padding: 2px;
}

#management ul li a:hover {
    color: black;
    background-color: #80c036;
    text-decoration: none;
}

#management #mng-logo a {
    padding: 0;
}

#management span {
    margin: 0 5px 0 5px;
    display: inline;
}

#management #mng-logo img {
    vertical-align: middle;
}

#management #mng-menu-link {
    position: absolute;
    top: 0px;
    right: 20px;
}

#mng-menu-link a {
    color: white;
}

#mng-menu-link a:hover {
    background-color: white;
    color: black;
}

#mng-menu-link.active a {
    background-color: white;
    text-decoration: none;
    color: black;
}

#management #mng-menu {
    width: 250px;
    position: absolute;
    right: 10px;
    top: 28px;
    z-index: 10;
    display: none;
    padding: 0;
}

#mng-menu-shadow {
    background: url(../../cms/gfx/project_switcher-shadow-top.png) 0 0 no-repeat;
}

#mng-menu-content {
    background-color: white;
    margin-left: 16px;
    padding-bottom: 10px;
}

#mng-menu p a {
    color: black;
}

#mng-shadow-bottom {
    background: url(../../cms/gfx/project_switcher-shadow-bottom.png) 0 0 no-repeat;
    padding-top: 13px;
}

/* @end */

/* @group Header */

#header-ct {
	width: 100%;
	background: url(../gfx/body-bg.jpg) repeat-x 0 top;
	text-align: center;
}

#header {
	width: 957px;
	height: 272px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/h-decor-bg.jpg) no-repeat 205px top;
}

#h-logo {
    width: 215px;
    float: left;
}

#h-small-nav {
    float: right;
    width: 500px;
    height: 34px;
    text-align: right;
}

#h-small-nav ul li {
    display: inline;
}

#h-small-nav ul li a {
    font-size: 10px;
    font-weight: normal;
    line-height: 34px;
    padding-left: 15px;
    margin-left: 5px;
}

#h-ico-home { background: url(../gfx/h-ico-home.gif) no-repeat 0px center; }
#h-ico-map { background: url(../gfx/h-ico-map.gif) no-repeat 0px center; }
#h-ico-contact { background: url(../gfx/h-ico-contact.gif) no-repeat 0px center; }

#h-nav {
    float: right;
    width: 600px;
    height: 50px;
    text-align: right;
}

#h-nav ul li {
    display: inline;
}

#h-nav ul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: white;
    padding: 1px 15px 1px 15px;
    text-decoration: none;
}

#h-nav ul li a:hover {
    color: #468100;
    background-color: white;
    text-decoration: none;
}

#h-nav ul li span {
    border-left: 1px solid #84c624;
    border-right: 1px solid #458203;
    padding: 1px 0 1px 0;
    font-size: 18px;
}

#h-log {
    float: right;
    width: 329px;
    height: 190px;
}

#h-log-in {
    width: 329px;
    height: 89px;
    background: url(../gfx/h-log-in.gif) no-repeat 0 top;
    margin-top: 10px;
}

#h-add-company {
    width: 329px;
    height: 89px;
    background: url(../gfx/h-add-company.gif) no-repeat 0 top;
}

#h-log-in a, #h-add-company a {
    display: block;
    padding: 22px 0 0 70px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

#h-log-in a em, #h-add-company a em {
    font-size: 22px;
    font-style: normal;
}

#h-log-in a:hover, #h-add-company a:hover {
    text-decoration: none;
}

/* @end */

/* @group Header-Sub */

#header-sub-ct {
	width: 100%;
	background: url(../gfx/header-sub-bg.jpg) repeat-x 0 top;
	text-align: center;
}

#header-sub {
	width: 957px;
	height: 168px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#h-s-billboard {
	position: absolute;
    width: 750px;
    height: 100px;
    right: -10px;
    top: 5px;	
}

#h-s-logo {
	position: absolute;
    width: 215px;
    height: 244px;
    left: 0;
    top: 0;
}

#h-s-nav {
    position: absolute;
    width: 750px;
    height: 50px;
    left: 230px;
    bottom: 8px;
}

#h-s-nav ul li {
    display: inline;
}

#h-s-nav ul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: white;
    padding: 1px 15px 1px 15px;
    text-decoration: none;
}

#h-s-nav ul li a:hover {
    color: #468100;
    background-color: white;
    text-decoration: none;
}

#h-s-nav ul li.highlight a, #h-s-nav ul li.highlight a:hover {
	color: black;
}

#h-s-nav ul li span {
    border-left: 1px solid #84c624;
    border-right: 1px solid #458203;
    padding: 1px 0 1px 0;
    font-size: 18px;
}

/* @end */

/* @group Navigation */

#navigation-ct {
	width: 100%;
	text-align: center;
}

#navigation {
	width: 957px;
	background: url(../gfx/navigation-bg.gif) no-repeat 0 top;
	text-align: left;
	margin: 0 auto;
	width: 957px;
	height: 290px;
}

#m-m-search {
	width: 235px;
	height: 230px;
	float: left;
    background: url(../gfx/n-search-bg.jpg) no-repeat center 20px;	
}

#n-categories {
	width: 720px;
	height: 230px;
	float: right;
}

#n-categories h2 {
	display: none;
}

#n-categories ul {
	padding: 12px 0 0 0;
	color: #468100;
	float: left;
	width: 175px;
}

#n-categories ul li a {
	line-height: 20px;
	font-weight: normal;
}

#n-cities {
	width: 720px;
	height: 50px;
	float: right;
}

#n-cities h2 {
	display:  none;
}

#n-cities ul {
	padding: 8px;
}

#n-cities ul li {
	list-style-type: none;
	display: inline;
}

#n-cities ul li a {
	font-weight: normal;
	line-height: 18px;
}

#n-cities ul li span {
	margin: 0px 5px 0 5px;
}

/* @end */

/* @group Main */

#main-ct {
	text-align: center;
	width: 100%;
}

#main {
	width: 977px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 20px;
	clear: both;
}

#m-center {
	width: 570px;
	float: left;
}

#m-center h2 {
	display: none;
}

#m-center .item h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

#m-center .item p {
	margin: 0 0 10px 0;
	padding: 0;
}

#m-center .item h3 a {
	font-weight: normal;
}

#m-center .item .img {
	width: 172px;
	height: 132px;
    margin: 5px 10px 5px 10px;
    float: left;
    line-height: 132px;
    background: url(../gfx/m-c-item-bg.gif) no-repeat 0 top;
    margin-bottom: 10px;
    text-align: center;
}

#m-center .item .img img {
	vertical-align: middle;
}

#packages-desc {
	width: 721px;
	height: 216px;
    background: #033442 url(../gfx/packages-desc.jpg) no-repeat 0 top;
}

#packages-desc h2 {
	color: #b8ecf9;
	margin: 0 0 0 75px;
	padding-top: 25px;
}

#packages-desc ul {
	color: #b8ecf9;
	margin: 25px 0 0 75px;
}

#packages-desc li {
	margin-top: 5px;
	padding-left: 10px;
	list-style-type: none;
    background: url(../gfx/ico/arrow.gif) no-repeat 0 4px;
}

#packages-list {
	width:  100%;
	margin-top: 50px;
	border: 0;
}

#packages-list col {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#packages-list th {
	background: 0;
	border: 0;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#packages-list td {
	background: 0;
	border: 0;
	text-align: center;
	height: 20px;
	font-weight: bold;
}

#packages-list td.package-label {
	text-align: right;
	font-weight: bold;
}

#packages-list div.hr {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	border-top: 3px solid #71af20;
	height: 1px;
	clear: both;
}
#packages-list div.hr hr {
	display: none;
}

.package-promo {
	color: #da0000;
}

#package-button-3 a, #package-button-4 a, #package-button-1 a, #package-button-2 a {
	width: 108px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	margin-top: 10px;
}

#package-button-3 a {
    background: url(../gfx/package-button-3.gif) no-repeat 0 top;
}

#package-button-4 a {
    background: url(../gfx/package-button-4.gif) no-repeat 0 top;
}

#package-button-1 a {
    background: url(../gfx/package-button-1.gif) no-repeat 0 top;
}

#package-button-2 a {
    background: url(../gfx/package-button-2.gif) no-repeat 0 top;
}

#a-title {
	width: 50%;
	float: left;
    margin-bottom: 10px;
}

#a-feeds, #a-paging {
    width: 50%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

#m-error {
	border: 1px solid #cc0000;
	background-color: #ffe5e4;
	color: #cc0000;
}

#m-error h2 {
	background-color: #cc0000;
	color: white;
	line-height: 38px;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}

#m-error h3 {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
}

#m-error h3, #m-error ul, #m-error p {
	margin: 20px;
}


/* @group Article */

#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
    color: black;
    margin: 10px 20px 10px 0px;
    padding: 0px;
}

#article h3 {
    font: normal 14px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#article p {
	margin: 10px 20px 10px 0px;
}

#article table caption {
    font-style: italic;
    margin: 10px 0 0 0;
}

#article table {
	margin: 0px 20px 10px 0px;
	border-collapse: collapse;
}

#article table td, #article table th {
	border-bottom: 1px solid black;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

#article table td+td, 
#article table th+th, 
#article table th+td,
#article table td+th {
    border-left: 1px solid black;
}

#article blockquote {
    font-style: italic;
    margin: 20px 20px 20px 40px;
}

#article ul, #article ol {
    margin: 20px 20px 20px 40px;
}

#article li {
    margin: 0;
}

#article img {
    border: 1px solid #d4d4d4;
}

#article img.fleft {
    float: left;
    margin: 0 5px 2px 0;
}

#article img.fright {
    float: right;
    margin: 0 0 2px 5px;
}

#article .left {
    text-align: left;
}

#article .right {
    text-align: right;
}

#article .center {
    text-align: center;
}

#m-article-keywords, #m-article-recommend, #m-article-forum{
	margin: 20px 20px 10px 0px;	
	clear: both;
}

#m-cities {
	margin: 20px 0 20px 0;
	width: 50%;
	float: right;
} 

#m-categories {
	margin: 20px 0 20px 0;
	width: 50%;
	float: left
}

#m-article-keywords h2, #m-article-recommend h2,
#m-cities h2, #m-categories h2,
#m-article-forum h2 {
	display: block;
	background-color: #777;
	padding: 0px 0px 0px 15px;
	line-height: 30px;
	color: white;
	border-bottom: 1px solid white;
	font-size: 18px;
}

#m-article-keywords div, #m-article-recommend div,
#m-cities div, #m-categories div,
#m-article-forum div {
	border-top: 3px solid #72b021;
}

#m-article-keywords div div, #m-article-recommend div div,
#m-cities div div, #m-categories div div,
#m-article-forum div div {
	border: 0;
}

#m-article-keywords p {
	margin-top: 10px;
}

#m-cities p, #m-categories p {
    margin: 10px;
}

#m-article-keywords p, #m-article-keywords a,
#m-cities p, #m-categories p,
#m-cities a, #m-categories a {
	font-size: 11px;
	font-weight: normal;
	color: #468100;
}

#m-article-recommend div {
	background: #e2e2e2;
}

#article .a-thumb .img {
    width: 172px;
    height: 132px;
    margin: 0px 10px 10px 0px;
    float: left;
    line-height: 132px;
    background: url(../gfx/m-c-item-bg.gif) no-repeat 0 top;
    text-align: center;
    /*margin: 5px 10px 5px 10px;
    margin-bottom: 10px;*/
}

#article .a-thumb .img img {
    vertical-align: middle;
    border: 0;
}


#m-article-recommend .item .img {
	width: 124px;
	height: 82px;
    margin: 10px 0px 10px 10px;
    float: left;
    line-height: 82px;
    background: url(../gfx/m-c-c-recommend-bg.gif) no-repeat 0 top;
    text-align: center;
}

#m-article-recommend .item .img img {
    vertical-align: middle;
}

/* @end */

/* @group Forum */

#m-forum p {
	padding: 10px 10px 10px 0;
}

#m-f-categories {
	background-color: #e2e2e2;
	padding: 20px;
	margin-bottom: 15px;
}

#m-f-categories h3 {
    background: url(../gfx/li-hr.gif) repeat-x top left;
    margin: 0;
    padding: 10px 10px 0px 10px;
}

#m-f-categories p {
    margin: 0;
    padding: 0px 10px 10px 10px;
}

#m-f-last-posts {
	background-color: #e2e2e2;
	padding: 20px;
	margin-top: 15px;
}

#m-f-last-posts h3 {
	width: 50%;
	float: left;
	clear: both;
	padding: 0;
}

#m-f-last-posts p {
	width: 30%;
	float: right;
	padding: 0;
	text-align: right;
}


/* @end */

/* @group Company */

.sub-nav {
	clear: both;
    height: 40px;
    line-height: 40px;
    background: url(../gfx/m-c-c-categories.gif) repeat-x 0 top;
    font-size: 10px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.user-nav {
	clear: both;
    height: 80px;
    line-height: 40px;
    background: #e2e2e2;
    font-size: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.user-nav-head {
	margin: 0px 20px 0px 20px;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #a6a6a6;
}

.user-nav-head a {
	font-size: 12px;
}

.user-nav-head span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.user-nav-links {
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	border-top: 1px solid white;
}

.user-profile {
    border: 1px solid #d6d6d6;
}

.user-profile dl {
	border: 0;
}

.user-profile dt {
    width: 8em;
    padding: 1em;
    border-bottom: 1px dotted #999;
    font-weight: bold;
    text-align: right;
    border-top: 0;
    color: #666;
}

.user-profile dd {
    margin-left: 10em;
    padding: 1em 1em 1em 2em;
    border-top: 0;
    border-bottom: 1px dotted #999;
}

#c-user-articles {
	width: 45%;
	float: left;
	padding-bottom: 10px;
}

#c-user-comments {
	width: 50%;
	float: right;
	padding-bottom: 10px;
}

#c-user-articles h2,
#c-user-comments h2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

#c-user-comments em {
	color: #666;
	padding-left: 5px;
	font-style: italic;
}

#m-sub-center {
	width:720px;
	float: left;
	margin-left: 30px;
}

#m-c-company-top {
	width: 720px;
}

#m-c-c-contact {
    float: left;
    width: 280px;
    height: 180px;
    background: url(../gfx/hr-vertical.gif) repeat-y right 0;	
    margin-bottom: 10px;
}

#m-c-c-contact h2 {
	display: block;
	margin-bottom: 10px;
}

#m-c-company-top p {
	margin-bottom: 10px;
}

#m-c-c-stats {
	width: 240px;
    height: 180px;
    float: left;
}

#m-c-c-stats div {
   margin: 0 0 8px 10px;
}

#m-c-c-stats p {
	padding-left: 30px;
    margin: 0 0 8px 10px;
    background-position: 0 center;
    background-repeat: no-repeat;
    line-height: 16px;
}

#m-c-c-stats #m-c-c-s-counter { background-image: url(../gfx/m-c-c-s-counter.gif); }
#m-c-c-stats #m-c-c-s-promo { background-image: url(../gfx/m-c-c-s-promo.gif); }
#m-c-c-stats #m-c-c-s-map { background-image: url(../gfx/m-c-c-s-map.gif); }
#m-c-c-stats #m-c-c-s-video { background-image: url(../gfx/m-c-c-s-video.gif); }
#m-c-c-stats #m-c-c-s-photo { background-image: url(../gfx/m-c-c-s-photo.gif); }
#m-c-c-stats #m-c-c-s-comments { background-image: url(../gfx/m-c-c-s-comments.gif); }
#m-c-c-stats #m-c-c-s-invite { background-image: url(../gfx/m-c-c-s-invite.gif); }

#m-c-c-recommendation {
	width: 150px;
    height: 180px;
    float: right;
    margin-bottom: 10px;
}

#m-c-c-categories {
	clear: both;
    background: url(../gfx/m-c-c-categories.gif) repeat-x 0 top;
    font-size: 10px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

#m-c-c-categories p {
	padding: 8px 10px 0 10px;
	margin: 0;
}

#m-c-c-categories a {
	font-size: 10px;
	font-weight: normal;
}

#m-c-c-categories ul {
	margin: 0;
	padding: 0 10px 8px 10px;	
}

#m-c-c-categories ul li {
	display: inline;
}

#m-c-c-categories ul li span {
	margin: 0 5px 0 5px;
	color: black;
}

#m-c-company-center {
	width: 476px;
	float: left;
	margin-top: 20px;
}

#m-c-company-center .img {
	width: 172px;
	height: 132px;
    margin: 0px 10px 5px 0px;
    float: left;
    line-height: 132px;
    background: url(../gfx/m-c-item-bg.gif) no-repeat 0 top;
    margin-bottom: 10px;
    text-align: center;
}

#m-c-company-center .img img {
    vertical-align: middle;
}

#m-c-company-center p {
	margin-bottom: 20px;
	color: #333;
	text-align: justify;
}

#m-c-company-comments {
    margin-top: 10px;
}

#m-c-company-comments h2, #m-c-company-keywords h2 {
	display: block;
	background-color: #777;
	padding: 0px 0px 0px 15px;
	line-height: 30px;
	color: white;
	border-bottom: 1px solid white;
	font-size: 18px;
}

#m-c-company-comments div, #m-c-company-keywords div {
	border-top: 3px solid #72b021;
}

#m-c-company-comments h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #35627f;
	font-weight: bold;
}

#m-c-company-comments h4 {
	color: #999;
	font-size: 10px;
	font-weight: normal;
}

#m-c-company-comments p {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #c4c4c4;
}

#m-c-company-comments #m-c-c-nav {
    height: 40px;
    background: url(../gfx/m-c-c-categories.gif) repeat-x 0 top;
}

#m-c-company-comments #m-c-c-nav a {
	font-size: 11px;
	margin: 10px;
}

#m-c-c-n-new {
	float: left;
    background: url(../gfx/m-c-c-n-new.gif) no-repeat 0 top;	
    padding-left: 20px;
    height: 14px;
}

#m-c-c-n-all {
	float: right;
}

#m-c-c-c-photo img {
	border: 3px solid #777;
	margin-bottom: 20px;
}

#map-lat {
    display:none;
}

#map-long {
    display:none;
}

#map {
	width: 470px;
	height: 350px;
	border: 3px solid #777;
	text-align: center;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	color: #ccc;
}

#map h2 {
	text-align: center;	
	color: #ccc;
	font-weight: bold;
	font-size: 24px;
	padding-top: 140px;
}

#map p {
	text-align: center;	
	color: #ccc;
	font-weight: bold;
	font-size: 18px;
}

#m-c-company-keywords p, #m-c-company-keywords a {
	font-size: 11px;
	font-weight: normal;
	color: #468100;
}

#m-c-company-keywords p {
	margin-top: 10px;
}

#m-c-company-right {
	width: 215px;
	float: right;
	margin-top: 20px;
}

#m-c-company-right h2 {
	display: block;
	background-color: #777;
	padding: 0px 0px 0px 15px;
	line-height: 30px;
	color: white;
	border-bottom: 1px solid white;
	font-size: 18px;
}

#m-c-c-photo div {
	border-top: 3px solid #72b021;
	background-color: #e2e2e2;
}

#m-c-c-photo img {
	border: 2px solid white;
	margin: 8px 0 8px 8px;
}

#m-c-c-promo div {
	border-top: 3px solid #72b021;
	background-color: #e2e2e2;
}

#m-c-c-promo ul {
	margin: 0 15px 0 15px;
	padding: 10px 0 10px 0;
}

#m-c-c-promo ul li {
	list-style-type: none;
    margin: 10px 0 10px 0;
}

#m-c-c-promo ul li a {
	list-style-type: none;
	display: block;
    background: url(../gfx/li-ico-red.gif) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 11px;
}

#m-c-c-recommend div.container {
	border-top: 3px solid #72b021;
	background-color: #e2e2e2;
	text-align: center;
	padding-top: 10px;
}

#m-c-c-recommend .item .img {
	width: 124px;
	height: 82px;
    margin: 5px auto 5px auto;
    line-height: 82px;
    background: url(../gfx/m-c-c-recommend-bg.gif) no-repeat 0 top;
}

#m-c-c-recommend .item .img img {
    vertical-align: middle;
}

#m-company-profile h2 {
	padding-bottom: 10px;
}

#m-company-profile h3 {
    background: #e2e2e2;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

#m-company-profile h3 span {
	float: right;
	font-size: 12px;
}

#m-company-profile dl {
	margin-left: 0;
}

/* @end */

/* @group Search */

#m-search h2 {
	padding-bottom: 10px;
}

#m-search .item {
	clear: both;
	margin: 0;
	border-top: 1px solid #ccc;
	position: relative;
}

#m-search .even {
	background-color: #f5f5f5;
}

#m-search .last {
	border-bottom: 1px solid #ccc;
}

#m-search .item .img {
	width: 124px;
	height: 82px;
    margin: 10px 0 10px 10px;
    float: left;
    line-height: 82px;
    text-align: center;
    background: url(../gfx/border-white.gif) no-repeat 0 top;
}

#m-search .even .img {
    background: url(../gfx/border-lightgrey.gif) no-repeat 0 top;
}

#m-search .item .img img {
	vertical-align: middle;
}

#m-search .details {
	width: 300px;
	margin: 10px 0 10px 15px;
	float: left;
}

#m-search .details h3, #m-search .details h3 a {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

#m-search .det-nav {
	margin-top: 20px;
}

#m-search .det-nav-more {
    background: url(../gfx/det-nav-more.gif) no-repeat 0 top;
    padding-left: 20px;
    display: block;
    float: left;
    width: 80px;
    height: 16px;
}

#m-search .det-nav-cont {
    background: url(../gfx/m-c-c-s-map.gif) no-repeat 0 top;
    padding-left: 20px;
    display: block;
    float: left;
    width: 80px;
    height: 16px;
}

#m-search .det-nav-prom {
    background: url(../gfx/m-c-c-s-promo.gif) no-repeat 0 top;
    padding-left: 20px;
    display: block;
    float: left;
    width: 80px;
    height: 16px;
    color: red;
}

#m-search .det-nav a {
	font-weight: normal;
}

#m-search .badges {
	width: 150px;
	height: 85px;
	line-height: 82px;
	margin: 10px;
	float: right;
	text-align: right;
}

#m-search .badges img {
	vertical-align: middle;
}

#m-search .delete-link {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* @end */

/* @group Sidebar */

#m-sidebar {
	width: 350px;
	float: right;
	position: relative;
}

#m-sidebar h2 {
	display: none;
}

#m-s-left {
    background: url(../gfx/m-s-left-bg-mid.gif) repeat-y 0 top;	
    width: 350px;
}

#m-s-left-top {
    background: url(../gfx/m-s-left-bg-top.gif) no-repeat 0 top;	
    width: 350px;
    height: 22px;	
}

#m-s-left-bottom {
    background: url(../gfx/m-s-left-bg-bot.gif) no-repeat 0 top;	
    width: 350px;
    height: 10px;
    clear: both;
}

#m-s-right {
    background: url(../gfx/m-s-right-bg-mid.gif) repeat-y 0 top;
    width: 350px;
}

#m-s-right-top {
    background: url(../gfx/m-s-right-bg-top.gif) no-repeat 0 top;	
    width: 350px;
    height: 22px;	
}

#m-s-right-bottom {
    background: url(../gfx/m-s-right-bg-bot.gif) no-repeat 0 top;	
    width: 350px;
    height: 10px;	
    clear: both;
}


#m-s-left-tab  {  
    background: url(../gfx/m-s-left-bg-tab.gif) no-repeat 0 top;
    width: 164px;
    height: 33px;
    margin-left: 7px;
}

#m-s-right-tab  {  
    background: url(../gfx/m-s-right-bg-tab.gif) no-repeat 0 top;
    width: 164px;
    height: 33px;
    margin-left: 4px;
}

.ui-tabs-nav li { float: left; text-align: center; list-style-type: none; }
.ui-tabs-nav li a { line-height: 33px; color: black; text-decoration: none; font-weight: bold; display: block; }
.ui-tabs-nav li span { color: black; font-size: 16px; }
.ui-tabs-hide { display: none; }
.ui-tabs-panel { clear: both;}

#m-sidebar .item {
	clear: both;
	color: #333;
}

#m-sidebar .item .img {
	width: 124px;
	height: 82px;
    margin: 5px 10px 5px 10px;
    float: left;
    line-height: 82px;
    text-align: center;
}

#m-sidebar #m-s-left .item .img {
    background: url(../gfx/m-s-left-item-bg.gif) no-repeat 0 top;
}

#m-sidebar #m-s-right .item .img {
    background: url(../gfx/m-s-right-item-bg.gif) no-repeat 0 top;
}

#m-sidebar .item .img img {
	vertical-align: middle;
}

#m-sidebar .item h3 {
	font-weight: bold;
    padding-top: 8px;
    margin-right: 5px;
}

#m-sidebar .item h3 a {
	color: #333;
}

#m-sidebar .item h3 a:hover {
	color: #b34400;
}


/* @end */

/* @end */

/* @group Menu */

#m-menu {
	text-align: left;
	width: 215px;
	float: left;
	margin: 60px 0 20px 0;
}

#m-menu h2 {
	display: block;
	background-color: #777;
	padding: 0px 0px 0px 15px;
	line-height: 30px;
	color: white;
	border-bottom: 1px solid white;
	font-size: 18px;
}

#m-m-search-ct {
	width: 215px;
	height: 219px;
    background: url(../gfx/m-m-search-bg.jpg) repeat-x;
}

#m-m-search {
	width: 215px;
	height: 219px;
    background: url(../gfx/n-search-bg.jpg) no-repeat center 20px;	
    text-align: center;
}

#m-m-search h2 {
	display: none;
}

#m-m-search div {
	/*border-top: 3px solid #72b021;*/
}

#m-m-search p {
    padding: 5px 0 5px 0;
}

#m-m-search form {
	background-color: transparent;
    border:0;
    padding: 0;
    margin: 105px 0 0 0;
}

#m-m-search fieldset {
    border:0;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

#m-m-search label {
    display: none;
}

#m-m-search input#search {
	width: 170px;
	padding: 6px 4px 6px 4px;
}

#m-m-search form, #m-m-search fieldset {
	background: none;
	border: none;
}

#m-m-categories div {
	border-top: 3px solid #72b021;
	background-color: #e2e2e2;
}

#m-m-categories ul {
	margin: 0 15px 0 15px;
}

#m-m-categories ul li {
	list-style-type: none;
	display: block;
    background: url(../gfx/li-hr.gif) no-repeat bottom center;
}

#m-m-categories ul li a {
	color: #666;
	font-size: 11px;
	line-height: 25px;
	padding-left: 10px;
    background: url(../gfx/li-ico-green.gif) no-repeat left;
}

#m-m-categories ul li a:hover {
    color: #468100;
}

#m-m-categories p {
	padding: 15px 15px 15px 25px;
	font-size: 11px;
}

#m-m-invite div {
	border-top: 3px solid #72b021;
	background: #e2e2e2 url(../gfx/m-invite-bg.jpg) no-repeat center top;
	width: 215px;
	padding-top: 160px;
	font-size: 11px;
}

#m-m-invite p {
	padding: 0 10px 10px 10px;
}

#m-m-read div {
	border-top: 3px solid #72b021;
	background-color: #e2e2e2;
}

#m-m-read ul {
	margin: 0 15px 0 15px;
	padding: 10px 0 10px 0;
}

#m-m-read ul li {
	list-style-type: none;
    margin: 10px 0 10px 0;
}

#m-m-read ul li a {
	list-style-type: none;
	display: block;
    background: url(../gfx/li-ico-green.gif) no-repeat 0px 5px;
	padding-left: 10px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#m-m-read p {
    margin: 0 15px 0 25px;
    padding: 0 0 10px 0;
    font-size: 11px;
}

/* @end */

/* @group Offer */

#offer-ct {
	width: 100%;
	height: 254px;
	text-align: center;
	background: url(../gfx/offer-bg.gif) repeat-x;
	color: white;
	clear: both;
}

#offer {
    width: 957px;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
}

#offer h2 {
	color: white;
}

#offer p {
	padding-top: 10px;
}

#offer ul {
	padding-top: 10px;
}

#offer a {
    color: #95ff00;
    font-weight: normal;
}

#o-newsletter {
    width: 200px;
    float: left;
}

#o-newsletter h2 {
	background: url(../gfx/o-newsletter-head-bg.gif) no-repeat 0px center;
	padding-left: 55px;
}

#o-marketing {
    width: 650px;
    float: right;
	background: url(../gfx/o-marketing-bg.jpg) no-repeat 0px center;
}

#o-marketing h2, #o-marketing p, #o-marketing ul {
	padding-left: 140px;
}
    

/* @end */

/* @group Footer */

#footer-ct {
	width: 100%;
	height: 59px;
	color: #30383b;
	font-size: 10px;
	text-align: center;
	background: url(../gfx/footer-bg.gif) repeat-x;
}

#footer {
    text-align: left;
    width: 957px;
    margin: 0 auto;
    color: white;
}

#footer a {
    color: #95ff00;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    color: #00d5f3;
    text-decoration: underline;
}

/* @group Footer Copyrights */

#f-copyrights {
    width: 40%;
    float: left;
	padding: 15px 0 0 0;
	font-size: 10px;
}

#f-copyrights h2 {
	display: none;
}

/* @end */

/* @group Footer Navigation */

#f-nav {
    width: 60%;
    float: left;
    text-align: right;
    padding: 10px 0 0 0;
}

#f-nav ul li {
    display: inline;
    font-size: 11px;
    line-height: 39px;
}

#f-nav ul li span {
    margin: 0 5px 0 5px;
}

/* @end */

/* @end */

/* @group Debug */

#debug {
    display:none;
}

/* @end */

/* @end */

