body {
	background-color: #eee;
	color: #444;
	font: normal 12px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

strong { font-weight: bold; }
.clear { clear: both; overflow: hidden; }
.starthidden { display: none; }
.starthiddenshow { display:;}
.inlined { display:inline; }

a:link, a:visited {	color: #ff6000; }
a:hover { 
	color: #ff995b;
	border-bottom: 2px solid #ddd; 
}
a:active { 
	color: #ff6000;
	border-bottom: 2px solid #aaa;
}

hr { 
	height: 1px;
	border-bottom: 1px solid #ccc; 
	margin: 20px 0;
}

p { margin-bottom: 20px; }


/* Containing Elements & Overrides */

div#container {
	text-align: left;	
}
div.wrapper {	
	margin: 0 auto;	
}
div#container.main div.wrapper { width: 940px; }
div#container.home div.wrapper { width: 460px; }
div#header {
	padding: 10px 0;
	background-color: #fff;
}
div#container.home div#header { padding: 30px 0; }
div#pageheader { padding: 20px 0; }
div#pageheader.tabs { padding: 20px 0 0; }
div#content { 
	background-color: #fff; 
	color: #444;
}
div#container.home div#content { padding: 60px 0; }
div#container.main div#content { padding: 20px 0; }
div#container div.stripe {
	background: #201225 url('../_images/stripe_bg.png') scroll repeat-x 0 0;
	color: #ccc;
}
div.stripe strong {	color: #fff; }
div.stripe a:hover { 
	color: #ff863d;
	border-bottom-color: #555;
}
div.stripe a:active { 
	color: #ff6000;
	border-bottom-color: #999; 
}
div#additionalinfo { 
	float: right; 
}
div#additionalinfo span.hint {
	float: left;
	margin-right: 10px;
	line-height: 2;
}
div#additionalinfo p {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
}
div#additionalinfo p.extra {
}


/* Top Section */

div#topsection {
	float: right;
	width: 425px;
	padding-top: 5px;
}
div#container.home div#topsection { 
	width: 240px; 
	margin-top: 25px;
}
div#topsection div#searchpanel { 
	top: 12px;
	float: right; 
}
div#topsection ul#session {
	overflow: hidden;
	float: right;
}
div#topsection ul#session li {
	float: left;
	margin-right: 10px;
	height: 27px;
	line-height: 27px;
}
div#topsection ul#session li.last {
	margin-right: 0;
}


/* Headings */

h1 {
	float: left;
	width: 220px;
	height: 77px;
}
h1 a:link, h1 a:visited {
	display: block;
	width: 220px;
	height: 77px;
	text-indent: -9999em;
	background: transparent url('../_images/logo.png') scroll no-repeat 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #201225;
}
h1 a:hover, h1 a:active { 
	border-bottom: 0 none; 
}
h2 { 
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 32px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
h3.inlined { padding-right: 0.25em; }
h4 {
	font-weight: bold;
	color: #444;
	font-size: 14px;
	margin-bottom: 5px;
}


/* Warnings & Alerts */

p.warning {
	padding: 5px;
	background-color: #f4dfdf;
	color: #cd3333;
}
p.warning a:link, p.warning a:visited {
	color: #cd3333;
	text-decoration: underline;
}
p.warning a:hover, p.warning a:active {
	text-decoration: none;
	border-bottom: 0 none;
}

p.alert {
	padding: 5px;
	background-color: #dfe8f4;
	color: #4a76ad;
}


/* Tabs */

ul#tabs { 
	overflow: hidden; 
	width: 100%;	
}
ul#tabs li {
	float: left;
	margin-right: 10px;	
}
ul#tabs li.last { margin-right: 0; }
ul#tabs li.right { float: right; }
ul#tabs li a:link, ul#tabs li a:visited {
	display: block;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #6d6977;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;	
}
ul#tabs li.active a:link, ul#tabs li.active a:visited {
	background-color: #fff;
	color: #201225;
}
ul#tabs li a:hover {
	border-bottom: 0 none;
	background-color: #ff6000;	
}
ul#tabs li a:active { border-bottom: 0 none; }
ul#tabs li.warn a:hover {
	background-color: #c13030;
}
ul#tabs li.none a{
	display:;
	background:none;
	font-size: 12px;
	padding:0;
	margin:8px 10px;
	color: #ff6000;
}
ul#tabs li.none a:link, ul#tabs li.none a:visited {
	background-color: none;
	display:;
	background:none;
	font-size: 12px;
	color: #ff6000;
	padding:0;
	border-bottom: none
}
ul#tabs li.none a:link, a:visited {	color: #ff6000; }
ul#tabs li.none a:hover { 
	color: #ff995b;
	border-bottom: 2px solid #555;
	background-color: transparent; 
}
ul#tabs li.none a:active { 
	color: #ff6000;
	border-bottom: 2px solid #555;
}


/* Button Controls */

div#container .button:link, 
div#container .button:visited {
	background: #9b9b9b url('../_images/grey_button_bg.png') scroll repeat-x 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #888;
	color: #fff;
	padding: 4px 10px;
	font-weight: bold;
	line-height: 27px;
	text-shadow: #444 1px 1px 1px;
	cursor: pointer;
	height: 27px;
}
div#container .button:hover {
	background: #ff7e30 url('../_images/orange_button_hover_bg.png') scroll repeat-x 0 0;
	border-color: #d85100;
	color: #fff;
}
div#container .button:link, 
div#container .button:visited, 
div#container .button:hover { color: #fff; }

div#container .button:active { opacity: 0.85; }

div#container .action:link, 
div#container .action:visited {
	background: #006d5f url('../_images/green_button_bg.png') scroll repeat-x 0 0;
	border: 0 none;
	text-align: center;	
	padding: 6px 10px;
	height: 27px;
	line-height: 27px;
}
div#container .action:hover {
	background: #006d5f url('../_images/green_button_hover_bg.png') scroll repeat-x 0 0;
}
div#container .add:link, 
div#container .add:visited {
	display: inline;
	line-height: 27px;
}
div#container .add span {
	padding-left: 20px;
	background: transparent url('../_images/lft_button_icon.gif') scroll no-repeat 0 50%;
}
div#container .highlighted:link,
div#container .highlighted:visited {
	background: #ff6102 url('../_images/orange_button_bg.png') scroll repeat-x 0 0;
	border-color: #d85100;
}
div#container .highlighted:hover {
	background: #ff7e30 url('../_images/orange_button_hover_bg.png') scroll repeat-x 0 0;
}


/* Form Elements */

form p {
	margin-bottom: 10px;
}
form label {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
form.vertical label {
	display: block;
	margin-bottom: 10px;
}
form.left label {
	width: 150px;
	display: block;
	float: left;	
}
form p { 
	margin-bottom: 12px; 
	min-height: 27px;
	width: 580px;
}

form span.input-note {
	color: #777;
	font-style: italic;
}
form.left span.input-note {
	margin-left: 150px;
}


input, textarea {
	background-color: #f8f8f8;
	color: #000;
	padding: 4px 5px;
	border: 2px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;	
	line-height: 15px;
	margin-right: 10px;
}
.fancylabel { color: #000; }
input { height: 15px; }
input:focus, textarea:focus {	
	background-color: #fff; color: #000;
}
textarea { padding: 4px 5px; }
.validation-fail {
	border-color: #cd3333;
	background-color: #f4dfdf;
}
.error-msg { 
	color: #cd3333;
	font-weight: bolder;
}
form span.error-msg { position: absolute; }
form label.selection { 
	display: inline;
	font-weight: normal;
	font-size: 12px;
	width: auto;
	float: left;
	margin-right: 10px;
}
form input.selection {
	margin-right: 5px;
	margin-top: 3px;
	float: left;
	display: block;
	border: 0 none;
	background-color: #fff;
}
form p.selection { 
	margin-bottom: 0;
}
select {
	height: 27px;
	width:200px;
}


/* Search Form */

form#searchform { overflow: hidden; }
div#container.main div#searchpanel { 
	position: relative; 
	z-index: 1000;		
	height: 45px;
}
div#container.main div#searchpanelcmp { 
	position: relative; 
	z-index: 1001;		
	height: 45px;
}
div#container.main div#searchpanelpdt { 
	position: relative; 
	z-index: 1000;		
	height: 45px;
}
div#container.home div#content div.wrapper {
	position: relative; /* avoid ie6 z-index bug */
}
input.query {
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	float: left;
	padding-right: 25px;
	width: 311px;
	margin-bottom: 10px;
	margin-right: 0;
}
div#container.home input.query { 
	height: 20px;
	font-size: 16px;
	padding: 10px 25px 10px 5px;	
}
input.loading {
	background-image: url('../_images/load_indicator.gif');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
input.results {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
div#container a.search:link, 
div#container a.search:visited {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;	
	float: left;
	width: 72px;	
	padding: 0;
}
div#container a.search:hover { 
	background: #006d5f url('../_images/green_button_hover_bg.png') scroll repeat-x 0 0;
}
div#container.home a.search:link, 
div#container.home a.search:visited {
	background: #006d5f url('../_images/home_search_button_bg.png') scroll repeat-x 0 0;
	font-size: 16px;
	display: block;
	width: 115px;
	height: 44px;
	line-height: 44px;
	padding: 0;
}
div#container.home a.search:hover {
	background: #006d5f url('../_images/home_search_button_hover_bg.png') scroll repeat-x 0 0;
}

div.searchable { position: relative; }
div.searchresults {
	position: absolute;
	top: 25px;
	left: 0;
	background: #eee url('../_images/home_search_results_bg.png') scroll no-repeat -2px 0;
	color: #222;
	border: 2px solid #999;
	border-top-width: 0;
	width: 341px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}
div.prompt {
	top: 57px;
}
div#container.home div.searchresults { top: 42px; }

div.searchresults dl {
	border-bottom: 2px solid #e8e8e8;
	clear: left;
	overflow: hidden;
	width: 100%;
}
div.searchresults dl.last { border-bottom: 0 none; }
div.searchresults dl strong {
	font-weight: bold;
	color: #222;
}
div.searchresults dt {
	float: left;
	padding-left: 10px;
	color: #888;
	padding-top: 5px;	
}
div.searchresults dd {
	background-color: #f8f8f8;	
	border-left: 2px solid #e8e8e8;
	padding: 0 5px;
	float: right;
	width: 229px;
}
div.searchresults dl.first dt, 
div.searchresults dl.first dd.first { margin-top: 2px; }
div.searchresults dd.first { padding-top: 5px; }
div.searchresults dd.last {	padding-bottom: 5px; }
div.searchresults dl.last dd.last {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
div.searchresults dd a:link, 
div.searchresults dd a:visited {
	display: block;
	color: #222;
	padding: 2px 0 2px 10px;
	cursor: pointer;
} 
div.searchresults dd a:hover { 
	background-color: #f88844; 
	border-bottom: 0 none;
} 
div.searchresults dd a:active {
	background-color: #ffcaaa;
	color: #000;
	border-bottom: 0 none;
}
div.searchresults dd.seeall a:link,
div.searchresults dd.seeall a:visited {
	color: #999;
	font-style: italic;
}
div.searchresults dd.seeall a:hover {
	color: #fff;
}

/* Pagination */

div.paging {
	float: right;
}
div.paging span, div.paging ul, div.paging li {
	float: left;
}
div.paging span { line-height: 28px; }
div.paging ul {
	margin-right: 0.25em;
}
div.paging li {
	margin-left: 0.25em;
	font-size: 16px;
}
div.paging li a:link, 
div.paging li:visited {
	font-weight: bold;
}

/* Advertising System */

div#container.main div#content div#main { width: 100%; }
div#container.main div#content div#main.col { 
	width: 780px; 
	margin-right: 40px;
	z-index: 100;
}
.abouttxtleftsmall { 
	float:left; width:500px;
}
.abouttxtright { 
	float:right;
}
div#container.main div#content div#ads.col { width: 120px; }
div#container.main div#content div.col { float: left; }

.abouttxtleft { 
	float:left; width:600px;
}
/* Footer */

div#footer {
	padding: 20px 0 40px;
	z-index: -1;
}
ul#footerlinks {
	overflow: hidden;
	width: 100%;
	height: 27px;
	line-height: 27px;
}
ul#footerlinks li {
	float: left;
	margin-right: 39px;
}
ul#footerlinks li a:link, 
ul#footerlinks li a:visited {
	color: #666;
	font-weight: bold;
}
ul#footerlinks li a:hover {
	color: #ff6000;
}
div#footer p {
	color: #999;
	font-size: 11px;
}
div#footer hr {
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 5px 0;
}
div#container.main div#footer div.wrapper { position: relative; }
div#companysignup {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	line-height: 27px;
}
div#companysignup p {
	float: left;
	margin-right: 10px;
}


/* Modals */

div#overlay {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: none;
}
div#overlay[id] { 
  position:fixed;
}
div.modal {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 9999;
	text-align: left;
	width: 300px;
	margin: 0 -150px;
}

div.modal[id] {
	position: fixed;
}
div.modal h3 { 
	margin-bottom: 5px; 
	line-height: 1;
}
div.modal p { 
	margin-bottom: 10px; 
	width: 100%;
}
div.modal hr { margin: 10px 0; }
div.modal label { margin-bottom: 0px; }
div.modal a.close {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	position: absolute;
	top: 10px;
	right: 10px;
}
div.modal a.close:hover {
	border-bottom: 0 none;
	color: #ff6000;
}

/* Sign up form columns */

div#signup.modal {
	width: 440px;
	margin: 0 -220px;
	overflow: hidden;
}
div#signup.modal div.col-left {

	width: 208px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}
div#signup.modal div.col-left input {
	width: 175px;
}
div#signup.modal div.col-right {
	width: 208px;
	float: left;
}
/* modal idea*/
div#modalidea {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 9999;
	text-align: left;
	width: 300px;
	margin: 0 -150px;
}

div#modalidea[id] {
	position: fixed;
}
div#modalidea h3 { 
	margin-bottom: 5px; 
	line-height: 1;
}
div#modalidea p { margin-bottom: 10px; }
div#modalidea hr { margin: 10px 0; }
div#modalidea label { margin-bottom: 0px; }
div#modalidea a.close {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	position: absolute;
	top: 10px;
	right: 10px;
}
div#modalidea a.close:hover {
	border-bottom: 0 none;
	color: #ff6000;
}


/* Modals for Comments*/
/**/
div#modalComment {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 9999;
	text-align: left;
	width: 300px;
	margin: 0 -150px;
}

div#modalComment[id] {
	position: fixed;
}
div#modalComment h3 { 
	margin-bottom: 5px; 
	line-height: 1;
}
div#modalComment p { margin-bottom: 10px; }
div#modalComment hr { margin: 10px 0; }
div#modalComment label { margin-bottom: 0px; }
div#modalComment a.close {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	position: absolute;
	top: 10px;
	right: 10px;
}
div#modalComment a.close:hover {
	border-bottom: 0 none;
	color: #ff6000;
}
div#modalCommentsignup {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 9999;
	text-align: left;
	width: 300px;
	margin: 0 -150px;
}

div#modalCommentsignup[id] {
	position: fixed;
}
div#modalCommentsignup h3 { 
	margin-bottom: 5px; 
	line-height: 1;
}
div#modalCommentsignup p { margin-bottom: 10px; }
div#modalCommentsignup hr { margin: 10px 0; }
div#modalCommentsignup label { margin-bottom: 0px; }
div#modalCommentsignup a.close {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	position: absolute;
	top: 10px;
	right: 10px;
}
div#modalCommentsignup a.close:hover {
	border-bottom: 0 none;
	color: #ff6000;
}

/* Sign up form columns for comments*/

div#modalCommentsignup.modal {
	width: 440px;
	margin: 0 -220px;
	overflow: hidden;
}

div#modalCommentsignup.modal div.col-left {
	width: 208px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}
div#modalCommentsignup.modal div.col-left input {
	width: 175px;
}
div#modalCommentsignup.modal div.col-right {
	width: 208px;
	float: left;
}

/* sign up problem page */

/* Sign up form columns for comments*/

div#modalsignupidea.modal {
	width: 440px;
	margin: 0 -220px;
	overflow: hidden;
}

div#modalsignupidea.modal div.col-left {
	width: 208px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}
div#modalsignupidea.modal div.col-left input {
	width: 175px;
}
div#modalsignupidea.modal div.col-right {
	width: 208px;
	float: left;
}



/* Home Page Elements */

p.intro {
	margin-top: 20px;
	font-size: 16px;
}

div#furtherinfo div {
	margin-bottom: 20px;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 15px;
	zoom: 1; /* IE fix */
}
div#furtherinfo div p {
	margin: 10px 0;
	color: #3f3c48;
}
div#furtherinfo div p strong {
	color: #201225;
}
ul#screenshots { overflow: hidden; }
ul#screenshots li {
	float: left;
	margin-right: 20px;
}
ul#screenshots li.r {
	margin-right: 0;
}


/* Search Result Page Elements */

div#container.results div#searchpanel { width: 417px; }

ol#results li {
	font-size: 18px;
	line-height: 1.4;
	overflow: hidden;
	color: #000; 
	padding: 10px 0;
}
ol#results li.over {
	background-color: #eee;
}
ol#results li a:link, 
ol#results li a:visited {
	color: #222;
}
ol#results li a:hover {
	color: #ff6000;
	background: #e0e0e0;
	border-bottom: 0 none;
}
ol#results li a:active { 
	background-color: #ddd; 
	border-bottom: 0 none;
}
ol#results li span {
	color: #999;
	font-size: 40px;
	line-height: 1;
	float: left;	
	width: 1.25em;
	text-align: right;
	margin-right: 20px;
}
ol#results li.over span {
	color: #444;
}
ol#results li small {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 1;
}
ol#results li small a:link,
ol#results li small a:visited {
	color: #ff6000;
}
ol#results li small a:hover { 
	color: #ff995b;
	border-bottom: 2px solid #ddd; 
	background-color: #eee;
}
ol#results li small a:active { 
	color: #ff6000;
	border-bottom: 2px solid #aaa;
}


/* Product Page Elements */

ol.issues { 
	margin-bottom: 20px; 
}
ol.issues li {
	overflow: hidden;
	margin-bottom: 20px;
}
ol.issues li.last {
	margin-bottom: 0;
	border-bottom: 0 none;
}
ol.issues li span.no {
	color: #999;
	font-size: 32px;
	line-height: 1;
	float: left;	
	width: 1.25em;
	text-align: right;
	margin-right: 20px;
}
ol.issues li div.wrap {
	float: left;	
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	width: 720px;
}
ol.issues li div.wrap div.inner {
	float: left;
	width: 585px;
	margin-right: 20px;
}

ol.issues li h3 {
	font-weight: bold;
	color: #222;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
ol.issues li h3 span {
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
span.neg {
	background-color: #ff9999;
}
span.neu {
	background-color: #ffd899;
}
span.pos {
	background-color: #caf9a4;
}
ol.issues li p {
	margin-bottom: 10px;
}
ol.issues li div.wrap div.votebox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-align: center;
	width: 95px;
	float: left;
	margin-right: 0;
}
ol.issues li div.wrap div.problem { background-color: #ffd899; }
ol.issues li div.wrap div.idea { background-color: #b0e0f9; }
ol.issues li div.wrap div.fixed { background-color: #caf9a4; }

ol.issues li div.wrap div.votebox span.count {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
ol.issues li div.wrap div.votebox p {
	width:auto;
	margin-bottom: 5px;
}
ol.issues li div.wrap div.comments {
	width: 585px;
	margin-right: 0;
}
ol.issues li div.wrap div.add-comment {
	float: none;
	width: 585px;
	margin-right: 0;
}
ol.issues li div.comments h4 { margin-top: 10px; }
ol.issues li div.comments textarea { 
	width: 550px; 
	height: 65px;
	display: block;
	margin-bottom: 5px;
}
ul.comments {
	margin-top: 10px;
}
ul.comments li {
	background-color: #f4f4f4;
	border-left: 2px solid #d6d6d6;
	padding: 5px 10px;
	margin-bottom: 10px;
	zoom: 1;
}
ul.comments li span { color: #999; }
ul.comments li p { margin-bottom: 10px; width: auto; }
ol.issues li div.wrap div.comments div.paging {
	width: auto;
	float: right;
	margin-right: 0;
}
ol.issues li div.wrap div.comments div.paging ul { margin-top: 0; }
ol.issues li div.wrap div.comments div.paging li {
	background-color: #fff;
	border-left: 0 none;
	margin-left: 0 0 0 0.25em;
	padding: 0;
}
ol.issues li.advert-row {
	margin-left: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}


/* User Account Pages */

ul.activity {
	margin-top: 20px;
}
ul.activity h4 { 
	margin-bottom: 0;
}
ul.activity li {
	margin-bottom: 20px;
	zoom: 1;
}
ul.activity li p { margin-bottom: 10px; }
ul.activity li ul.comments li { margin-bottom: 10px; }


/* Company Signup Process */

div#plan-options {
	width: 100%;
	overflow: hidden;
}
div.plan {
	width: 380px;
	float: left;
}
div#container div.plan a:link, div#container div.plan a:visited  { 
	float: left; 
	margin-right: 10px;
	display: block;
	height: 15px;
	line-height: 15px;
	width: 45px;
}
div.plan div { float: left; width: 300px; }
div.plan div h3 { line-height: 1; }
div.plan div h3 span { color: #777; }
div.plan li {
	font-style: italic;
	color: #777;
}

ul#features { 
	width: 100%;
	overflow: hidden;
}
ul#features li {
	width: 315px;
	padding-left: 64px;
	float: left;
	margin-bottom: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
ul#features li.demographics { background-image: url('../_images/feature-demographics.png'); }
ul#features li.employees { background-image: url('../_images/feature-employees.png'); }
ul#features li.respond { background-image: url('../_images/feature-respond.png'); }
ul#features li.trial { background-image: url('../_images/feature-trial.png'); }
ul#features li.adfree { background-image: url('../_images/feature-adfree.png'); }

span.url { font-size: 16px; }

div#container.company table { margin: 10px 0; }
div#container.company table.all-products { width: 70%; }
div#container.company table.user-added-products { width: 55%; }
div#container.company table.problems { width: 100%; }
div#container.company table.employees { width: 100%; }
div#container.company table th {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
div#container.company table th a:link, div#container.company table th a:visited { color: #222; }
div#container.company table th a:hover, div#container.company table th a:active { 
	color: #ff6000;
	border-bottom: 0 none;
}
div#container.company table th.sort-asc a {
	padding-right: 12px;
	background: transparent url('../_images/sort-asc.png') scroll no-repeat 100% 50%;
}
div#container.company table th.sort-desc a {
	padding-right: 12px;
	background: transparent url('../_images/sort-desc.png') scroll no-repeat 100% 50%;
}
div#container.company table th.sort-desc a.close {
	padding-right: 12px;
	background: none;
}
div#container.company table .c { text-align: center; }

div#container.company table td div { position: relative; }
ul.menu {
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	padding: 5px;
	width: 200px;
	z-index:4999;
}
ul.menu li {
	height: 23px;
	
}
ul.menu li.selected { font-weight: bold; }
ul.menu li a:link, ul.menu li a:visited {
	color: #444;
	padding: 2px 5px;
	display: block;
}
ul.menu li a:hover, ul.menu li a:active {
	background-color: #f88844;
	border-bottom: 0 none;
}

div#container.company div#main { padding-bottom: 100px; }

p.comingsoon {
	padding-left: 64px;
	background: transparent url('../_images/comingsoon.png') scroll no-repeat 0 0;
	height: 60px;
}
form.vertical input{
	color:#000000;
}
.employeeslist{
	width:50%
}
.invitelist{
	width:20%
}
ul.comments li span.commentname {	
	color: #ff6000; 
}
div.modalcomments {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 9999;
	text-align: left;
	width: 300px;
	margin: 0 -150px;
}
div.searchText{
	position:absolute; 
	z-index:100000; 
	width:135px;
	border: 2px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	padding:0 5px;
	font-weight:normal;
	font-size:12px;
}
div.searchText p{
	width:135px;
}
div.sortoptions{
	position:absolute; 
	text-align:left;
	z-index:100000; 
	border: 2px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	width:120px;
	font-weight:normal;
	font-size:12px;
	padding:5px;	
}
div.sortoptionsstatus{
	width:155px;	
}
}
div.optionlist{
	width:155px;	
	padding:0 10px;	
}
div.makemode{
	width:200px;
	height:auto;
	padding:5px;
}
div.emppopup {
	background-color: #fff;
	position: absolute;
	left:50%;
	top:50%;
	z-index: 9999;
}
div.commentpop p{
	width:220px;
}
#pop_up_title{
	font-size:14px;
	font-weight:bold;
}