.formDescription {
	position: absolute;
	width: 330px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
}

.uploadImageArea {
	margin: 5px 15px 20px 5px;
	float: left;
	width: 174px;
	height: 204px;
	background: url('../_images/common/uploadImageArea.gif') no-repeat left top;
	text-align: center;
}

.uploadImageArea img{
	vertical-align: middle;
	height: 180px;
	width: 150px;
	margin: 12px;
}

#wide .widthL { width: 400px; }

label {
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 12px;
	vertical-align: baseline;
}

.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

.white {
	padding: 0 12px;
}

body {
	width: 100%;
	background: #FFFFFF;
	font: 62.5% Helvetica, Arial, sans serif;
	color: #333333; 
	padding: 0;
	margin: 0;
}

/* @group Container */

#container-fullwidth {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#container {
	width: 900px;
	text-align: left;
	margin: auto;
	padding: 0;
}

/* @end */

/* @group basic html rewrites */

p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 1em 0;
	color: #333333;
}

h1 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
}

h4 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 0;
	line-height: 1em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0 0.19em 0;
}

h6 {
	font-size: 3em;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 0 9px;
}

.clear {
	clear: both;
	line-height: 0px; 
	font-size: 0px; 
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.main_left {
	float: left;
	width: 278px;
}

.main_right {
	float: right;
	width: 278px;
}

.center {
	text-align: center;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

input {
	color: #666666;
	font-size: 1.1em;
	vertical-align: middle;
	padding: 1px 2px;
	position: relative;
	top: 4px;
	margin: 0 12px 10px 0;
}
.text {
	width: 211px;
}
.textShorter {
	width: 102px;
}
.textShortest {
	width: 55px;
}

#main p.pad {
	margin: 0 0 0 9px;
	font-size: 1.3em;
}

#main ul {
	font-size: 1.3em;
	margin: 0 0 0 9px;
	padding: 0;
}

#main li {
	margin: 0;
	padding: 4px 0 8px 0;
}

#sidebar ul {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 8px 0 6px 27px;
	border-top: 1px solid #cccccc;
	font-size: 1em;
	font-weight: bold;
}

a,
a:link, 
a:visited {
	color:  #6c953c;
	text-decoration: none;
}

a:hover {
	color: #404619;
	text-decoration: none;
}

a.arrow {
	background: url('../_images/common/green_arrow_sm.gif') no-repeat right 50%;
	padding-right: 8px;
}

hr {
	border-bottom: 1px solid #cccccc;
	border-top: none;
	height: 1px;
	margin: 0;
	padding: 0;
}

.blur {
	
	background-color: #FFF;
}
.focus {
	
	background-color: #FFA;
}

img.frame  {
	border: 5px solid #d1d3d4;
	width: 71px;
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
}

.title_bar {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding: 10px 0 7px 10px;
	margin: 20px 0 16px 0;
	font-weight: bold;
	background: #eee url('../_images/common/title_bar_left.gif') no-repeat left top;
}

.title_bar .view_all {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1em;
	float: right;
	background: #eee url('../_images/common/title_bar_right.gif') no-repeat right top;
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	margin: -10px 0 -20px 0;
}

ul.inventory li {
	font-weight: bold;
	background: url('../_images/icons/cart.gif') no-repeat 0 3px;
}

ul.inventory li a {
	padding-left: 25px;
}

ul.documents li {
	background: url('../_images/icons/documents.gif') no-repeat 0 3px;
}

ul.documents li a {
	padding-left: 25px;
}

ul li .data {
	float: right;
}

#main ul.marketplace li {
	padding: 2px 0 6px 0;
}

#main ul.marketplace a {
	font-weight: bold;
}

.my_groups .item,
.my_trusted_partners .item {
	width: 81px;
	margin: 0 0 0 8px;
	float: left;
	text-align: center;
}

.my_groups .item p,
.my_trusted_partners .item p {
	width: 71px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.my_groups .item img.frame,
.my_trusted_partners .item img.frame  {
	padding: 0;
	margin: 0;
	float: none;
}

.map {
	margin-top: 40px;
}

/* @end */

/* @group Header */
	
body div#hd {
	width: 900px;
	padding: 0;
	margin: 0;
	background: url("../_images/common/gradient_hd.gif")repeat-x 0 0;
	_background: url("../_images/common/gradient_hd.gif") repeat-x 0 3px;
	height: 138px;
	border: 1px solid white;
}

#hd .logo {
	float: left;
	width: 287px;
	margin: 10px 0 13px 22px;	
	_margin-left: 9px;
}

/* @group Search */

#hd .search {
	float: right;
	width: 214px;
	margin: 13px 22px 0 0;
	_margin: 60px 16px 0 0;
}

#hd .search input {
	width: 211px;
	margin: 0 0 8px 0;	
/**/	padding: 1px 2px;
	font-size: 1.1em;
}

#hd .search select {
	margin: 0;	
	padding: 0;
	font-size: 1.1em;
	width: 146px;
}
.search button {
	margin: 0 0 12px 0;
}

.select {
	float: left;
	padding: 4px 0 0 0;
	
}

select {
	color: #666666;
	margin: 0 12px 10px 0;
	width: 218px;
	padding: 1px 2px;
	font-size: 1.1em;
	vertical-align: middle;
	position: relative;
	top: 4px;
}

textarea {
	color: #666666;
	margin: 0 12px 10px 0;
	width: 212px;
	padding: 1px 2px;
	font-size: 1.1em;
	vertical-align: middle;
	position: relative;
	top: 4px;
}

textarea#aboutBusiness {
	width: 448px;
	height: 97px;
	
}

.button {
	float: right;	
}
.search button { 
	margin: 5px 0 4px 0 !important; 
}

button { 
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding: 0 20px 0 0 !important; 
	text-align:center; 
	background:transparent;
	width:auto; 
	overflow:visible;
	background:url('../_images/common/btn_right.gif') no-repeat right; 
	font: bold 1.1em tahoma;
	text-transform: uppercase;
	margin: 5px 10px 4px 0 !important;
}

button span { 
	position:relative; 
	display:block;
	white-space:nowrap; 
	padding:0 0 0 20px !important;
	margin-top:2px; 
	height:22px; 
	line-height:22px;
	background:url('../_images/common/btn_left.gif') no-repeat left;
	color: #444;
	outline: none;
}
button:hover {
	background:url('../_images/common/btn_right_hover.gif') right no-repeat; 
}

button:hover span {
	background:url('../_images/common/btn_left_hover.gif') left no-repeat; 
}

/* @end */

/* @group Nav */

#hd .nav {
	padding: 0;
	margin: 0;
	height: 42px;
	width: 900px;
}

#hd .nav ul {
	list-style: none;
	padding: 0;
	height: 42px;
	_margin-bottom: -3px;
}

#hd .nav ul li {
	float: left;
	list-style: none;
	margin-right: -1px;
}

#hd .nav ul li a {
	padding: 0;
	border-right: 1px solid white;
}

#hd .nav ul li a.last {
	border-right: none;
}

/* @end */

/* @end */

/* @group Body Main Building Blocks */

#bd {
	width: 900px;
	padding: 0;
	margin: 0 0 20px 0
}
#main {
	float: left;
	width: 578px;
	padding: 0 0 0 12px;
	margin: 0;
}

#sidebar {
	float: right;
	width: 279px;
	padding: 0;
	margin: 0;
}

#wide {
	float: left;
	padding: 0 0 0 12px;
	margin: 0;
}

#wide h1{
	margin:0 0 16px 0;
}

/* @end */



/* @group Sidebar */

/* @group Login */

#sidebar .login {
	background: url('../_images/common/gradient_login.gif') repeat-x 0 100%;
	min-height: 137px;
	padding: 44px 33px 11px 33px;
	margin: 0;
}

#sidebar .gradient_bottom {
	padding: 0;
	margin: 0;
}

#sidebar .login h3 {
	font-weight: normal;
	margin-bottom: 12px;
}

#sidebar .login input.text {
	width: 211px;
	_width: 210px;
/**/margin-bottom: 0px;
	font-size: 1.2em;
/**/padding: 1px 2px;
}

#sidebar .login p.left a {
	font-size: 0.92em;
	font-weight: bold;
}

#sidebar .login p.left {
	margin-top: 5px;
}

#sidebar .login .sign_in {
	color:#666666;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 5px;
}

.auto_signin {
	padding-top: 16px;
}

/* @end */

#sidebar .gradient_top {
	padding: 0;
	margin: 14px 0 0 0;
}

#sidebar h1 {
	font-size: 1.8em;
	padding: 8px 0 14px 8px;
}

/* @group Features */

#sidebar .features {
	background: url('../_images/common/gradient_sidebar.gif') repeat-x 0 0;
	_background-image: url('../_images/common/gradient_sidebar.gif');
	_background-repeat: repeat-x;
	_background-position: 0 0;
	padding: 0 20px 15px 20px;
}

#sidebar .features h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding: 12px 0 0 0;
}

#sidebar .features .basic {
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 8px;
	margin: 0 0 -10px 0;
}

#sidebar .features .basic p {
	font-size: 1.1em;
	line-height: 1.6em;
}

#sidebar .features .basic p a {
	font-weight: bold;
	line-height: 1.6em;
}

#sidebar .features .item {
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 0;
	margin: 10px 0 30px 0;
}

#sidebar .offerings .item {
	padding: 20px 0 0 0;
	margin: 10px 0 30px 0;
}

#sidebar .offerings h1 {
	padding-left: 0;
}

#sidebar .features .item .right {
	width: 142px;
}

#sidebar .features .item p {
	font-size: 1.1em;
	line-height: 1.6em;
}

#sidebar .features .item p.ident {
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#sidebar .features .item p.rating {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar .features .first {
	margin-top: -4px;
}

#sidebar .features ul.offerings {
	margin: 0 0 -15px 0;
	padding: 16px 0 0 0;
	_padding: 0;
}

#sidebar .features ul.offerings li {
	display: inline;
	border: none;
	padding: 0 5px 0 0;
	_padding: 0 3px 0 0;
}

#sidebar .features ul.check li {
	background: url('../_images/icons/check.gif') no-repeat 8px 6px;
}

#sidebar .features ul.check li a {
	padding-left: 3px;
} 

#sidebar .features .sponsors {
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 0;
	margin: 0 0 20px 0;
	width: 239px;
	text-align: center;
}

#sidebar .features ul.blog li {
	background: none;
	padding-top: 16px;
	padding-left: 8px;
	font-size: 1em;
}

#sidebar .features ul.blog ul.calendar li {
	background: url('../_images/icons/calendar.gif') no-repeat 0 6px;
	border-top: none;
	padding-left: 22px;
	padding-top: 8px;
	font-size: 0.92em;
	font-weight: normal;
	color: #999999;
}

/* @group Market Performance */

#sidebar .performance .item {
	border-top: 1px solid #cccccc;
	padding:  6px 0 8px 0;
	margin: 0;
	_margin-bottom: -10px;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar .performance .item .info {
	float: left;
	margin-right: 7px;
	padding-left: 8px;
	width: 162px;
}

#sidebar .performance .item .data {
	float: right;
	margin-right: 7px;
	padding-top: 3px;
	text-align: left;
	width: 50px;
}

#sidebar .performance .item img.align {
	vertical-align: -3px;
}

/* @end */

/* @group My Account Information */

#sidebar .account_info .item {
	border-top: 1px solid #cccccc;
	padding:  8px 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	width: 239px;
}

#sidebar .account_info .item .info {
	float: left;
	padding-left: 8px;
	width: 158px;
}

#sidebar .account_info .item .data {
	float: right;
	margin-right: 7px;
	text-align: left;
	width: 66px;
}

#sidebar .account_info .item .data .updated {
	font-weight: normal;
}

/* @end */

/* @group Marketplace Statistics */

#sidebar .stats .item {
	border-top: 1px solid #cccccc;
	padding:  10px 0 8px 0;
	margin: 0;
	_margin-bottom: -10px;
	font-size: 1.3em;
}

#sidebar .stats .item .info {
	float: left;
	margin-right: 7px;
	padding-left: 8px;
	width: 162px;
}

#sidebar .stats .item .data {
	float: right;
	margin-right: 7px;
	padding-top: 0;
	text-align: left;
	width: 50px;
	font-weight: bold;
}

#sidebar .stats .item img.align {
	vertical-align: -2px;
	padding-right: 2px;
}

/* @end */

/* @group My Performance */

#sidebar .my_performance .item {
	border-top: 1px solid #cccccc;
	padding: 5px 0 7px 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	width: 134px;
}

#sidebar .my_performance .first {
	border-top: none;
}

#sidebar .my_performance .left {
	padding-left: 8px;
}

#sidebar .my_performance .left img.frame {
	margin-right: 12px;
}

#sidebar .my_performance .item .info {
	float: left;
	width: 89px;
}

#sidebar .my_performance .item .data {
	float: right;
	text-align: left;
	width: 45px;
}

/* @end */

/* @end */

/* @end */



/* @group Footer */

#ft {
	width: 828px;
	padding: 22px 44px 20px 28px;
	font-size: 1.2em;
	background: url('../_images/common/gradient_ft.gif') repeat-x 0 0;
	color: #999999;
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
}

#ft .nav {
	float: left;
}

#ft .nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

#ft .nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 0;
}

#ft .nav ul li a,
#ft .nav ul li a:link,
#ft .nav ul li a:visited {
	font-weight: bold;
	text-decoration:none;
	font-size: 0.92em;
	color: #999999;
}

#ft .nav ul li a:hover {
	color: #6c953c;
}

#ft .copyright {
	padding: 0;
	float: right;
	text-align: right;
	font-size: 0.92em;
}

/* @end */

#main ul.check {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -6px;
	margin-bottom: 12px;
}

#main ul.check li {
	background: url('../_images/icons/check.gif') no-repeat 0px 5px;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 5px 20px;
}

#main ul.check li.last {
	border-bottom: none;
}

#main ul.check li a {
	padding-left: 3px;
}

/* @group Member Profile */

.member_profile {
	padding: 36px 0 0 9px;
}

.member_profile .ident {
	float: left;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 18px;
}

.member_profile .online {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	padding: 5px 0 5px 20px;
	background: url('../_images/icons/online.gif') no-repeat 0 3px;
	margin: 7px 0 0 12px;
}

#main .member_profile p {
	font-size: 1.3em;
}

.member_profile table p {
	padding: 0 0 3px 0;
}

.member_profile table td.bold {
	font-weight: bold;
}

#main .community {
	_margin-top: 30px;
}

#main .community .item {
	padding: 0 0 0 9px;
	margin: 2px 0 18px 0;
}

#main .community .item .right {
	width: 176px;
	margin-top: 25px;
}

#main .community .item img.frame {
	margin: 0 8px 0 0;
}

#main .community .item p {
	font-size: 1.1em;
	line-height: 1.6em;
}

#main .community .item p.ident {
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 1.3em;
}

/* @end */

/* @group Statistics */

#main table.statistics {
	width: 569px;
	margin: -12px 0 25px 9px;
}

#main table.statistics td p {
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 0 6px 0;
	margin: 0;
}

#main table.statistics td {
	border-bottom: 1px solid #cccccc;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Intro */

#main .intro {
	margin: 28px 0 27px 11px;
	padding: 0;
	border: 1px solid white;
}

#main .intro h1 {
	margin: 16px 0;
	padding: 0;
	letter-spacing: -1px;
}

body#home #main .intro .image {
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
}
#wide .intro {
	margin: 28px 5px 15px 11px;
}

#wide .intro .image {
	float: left;
	margin: 0;
	padding: 0 20px 0 5px;
}




body#global_marketplace #main .text {
	background: url('../_images/starbursts/buy_global_marketplace.gif') no-repeat 0 0;
	margin: 0;
	padding: 5px 0 0 140px;
	min-height: 101px;
}

body#global_marketplace #main .text ul.links {
	margin-top: 25px;
}

body#global_marketplace #main .text ul.links li {
	display: inline;
	margin: 0;
	padding: 0 50px 0 0;
	font-weight: bold;
}

body#global_marketplace #main .text ul.links li.post {
	margin-left: -10px;
	background: url('../_images/icons/cart.gif') no-repeat 0 0;
	padding-left: 22px;
}

body#global_marketplace #main .text ul.links li.join {
	background: url('../_images/icons/join.gif') no-repeat 0 0;
	padding-left: 20px;
}

/* @end */

/* @group Callouts */

#main .callouts {
	
}

#main .callouts h2 {
	padding: 18px 0 16px 11px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#main .callouts .item {
	margin: 36px 0 0 29px;
	min-height: 101px;
	padding: 0 0 0 150px;
	border: 1px solid white;
}

#main .callouts .profile {
	background: url('../_images/starbursts/create_profile.gif') no-repeat 0 50%;
}

#main .callouts .marketplace {
	background: url('../_images/starbursts/buy_global_marketplace.gif') no-repeat 0 50%;
}

#main .callouts .community {
	background: url('../_images/starbursts/communities.gif') no-repeat 0 50%;
}

#main .callouts .item h3 {
	margin: 19px 0 2px 0;
}

#main .callouts .item h3 a {
	background: url('../_images/common/green_arrow.gif') no-repeat 100% 50%;
	padding-right: 12px;
}

#main .callouts .item p {
	padding: 0 0 0.69em 0;
}

#wide .profile {
	padding: 0 0 0.79em 140px;
	background: url('../_images/starbursts/create_profile.gif') no-repeat 0 30%;
}

/* @end */ 


.my_profile {
	padding-left: 8px;
	text-align: center;
}

.my_profile p {
	font-size:1.1em;
	font-weight: bold;
	padding: 0 12px;
}

.my_profile p.profile_status {
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 7px 0;
	margin-bottom: 7px;
	border-bottom: 1px solid #cccccc;
}

.status_bar_bg {
	height: 25px;
	min-height: 25px;
	width: 226px;
	background: #333333;
	border: 1px solid #333333;
	margin: 0;
	padding: 0;
	text-align: left;
}

.status_bar_100 {
	height: 23px;
	min-height: 23px;
	background: #6c953c;
	border: 1px solid #6c953c;
	margin: 0;
	padding: 0;
	width: 224px;
}

.status_bar_75 {
	height: 23px;
	min-height: 23px;
	background: #6c953c;
	border: 1px solid #6c953c;
	margin: 0;
	padding: 0;
	width: 168px;
}

.status_bar_50 {
	height: 23px;
	min-height: 23px;
	background: #6c953c;
	border: 1px solid #6c953c;
	margin: 0;
	padding: 0;
	width: 112px;
}

.status_bar_25 {
	height: 23px;
	min-height: 23px;
	background: #6c953c;
	border: 1px solid #6c953c;
	margin: 0;
	padding: 0;
	width: 56px;
}






