/* was style1 */
.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#page {
	width: 770px;
}

#header {
	width: 100%;
}

#body {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
}

#navbox {
	width: 100%;
	padding: 5px;
	border-top: 8px solid #cc0000;
	border-bottom: 8px solid #cc0000;
	border-left: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	background-color: #EEEEEE;
}

#intro {
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}

.search-input {
	padding-left: 0px;
	padding-right: 2px;
	margin: 0px;
	vertical-align: bottom;
}



#searchform {
	display: inline;
}

#logo {
	text-align: left;
}

#links {
	text-align: right;
	vertical-align: bottom;
}

/* was style2 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}


#shortdesc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

td, th, p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table#segments {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#segments th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#segments td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}


table#description {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#description th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#description td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}

table#relatedlists {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#relatedlists th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#relatedlists td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}

table#selects {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#selects th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#selects td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}

table#selects td.price {
	text-align: right;
}

table#outputs {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#outputs th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#outputs td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}

table#outputs td.price {
	text-align: right;
}

table#profile {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
}

table#profile th {
	font-weight: bold; 
	color: #CC0000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}


table#profile td {
	padding: 3px;	
	border-bottom: 1px solid #cccccc;
}

table#profile td.name {
	text-align: left;
	background-color: #EEEEEE;
}


td.segcount {
	text-align: right;
	width: 100px;
}

td.segname {

}

td.segprice {
	text-align: right;
}

#categories {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

#categories th {
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}


#categories td {
	width: 25%;
	vertical-align: top;
}

#categories ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
}

#categories li {
	font-weight: bold;
	list-style-image: url(/marketmax/direct/graphics/listfinder_arrow_red.gif);
	margin-bottom: 2px;
}

#categories a {
	color: #CC0000;
	text-decoration: none;
}

#categories a:hover {
	text-decoration: underline;
}

#poweredby {
	padding-top: 10px;
	float: right;
}

input.hot {
	display: block;
	margin-top: 5px;
	background-color: #CC0000;
	border-bottom: 2px solid #A40000;
	border-left: 2px solid #F60000;
	border-right: 2px solid #A40000;
	border-top: 2px solid #F60000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

td.buttontd {
	padding: 5px;
}

#datacard, searchresults {
	width: 100%;
}

#dc-left {
	vertical-align: top;
}

#dc-right {
	width: 250px;
	vertical-align: top;
	padding-left: 10px;
}

table.buttonbar {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* was style40 */
td#copyright {
	height: 15px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 7px;
}

/* was style41 */
td#pbmlinks {
	height: 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 7px;
}

table#pbmfooter {
	width: 100%;
	background-color: #cccccc;
}

table#featuredlists, table#organiclists {
	width: 100%;
}

table#featuredlists th, table#organiclists th  {
	text-align: left;
	background-color: #eeeeee;
	white-space: nowrap;
	padding: 2px;
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

table#featuredlists th a, table#organiclists th a {
	color: #CC0000;
}

table#featuredlists td, table#organiclists td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

table#featuredlists td.listtype, table#organiclists td.listtype {
	white-space: nowrap;
}

div.resultsnav {
	width: 100%;
	background-color: #EEEEEE;
}

table.resultsnav {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

table.resultsnav td {
	padding: 2px;
	font-weight: bold;
}

table.resultsnav a {
	font-weight: normal;
}

#results-left {
	vertical-align: top;
	width: 100%;
	padding-right: 10px;
}

#results-left h2 {
	margin-bottom: 2px;
}


#searchsponsors {
	width: 175px;
	vertical-align: top;
	padding-left: 0px;
	border: 1px solid #cccccc;
}

#searchsponsors p {
	margin-left: 5px;
}


#searchsponsors h2 {
	color: #999999;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#searchsponsors ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
}

#searchsponsors li {
	font-weight: bold;
	list-style-image: url(/marketmax/direct/graphics/listfinder_arrow_red.gif);
	margin-bottom: 2px;
}

#requestform {
background-color: #cce0f8;
background: url(/marketmax/direct/graphics/rfi-middle.gif) repeat-y;
margin-bottom: 20px;
width: 570px;
margin-left: auto;
margin-right: auto;
}

td.rfolabel {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

td.rfolabelrequired {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

DIV.photo {
	float: left;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 0px;
}

DIV.featuredbroker {
	text-align: left;
	font-size: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

DIV.featuredbroker h3 {
	font-size: 10px;
	margin-bottom: 0px;
}

DIV.featuredbroker h4 {
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
}

DIV.featuredbroker p {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

DIV.companyname {
	font-style: italic;
	font-size: 10px;
}

DIV#categorylists ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

DIV#categorylists li {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 5px;
}

div#sponsorlogo {
	margin-left: 5px;
}

#nm-attr
	{white-space:nowrap}
#nm-mlpb
	{font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#8F8F8F;
	font-style:italic;
	height:16px;
	vertical-align:middle
}
#nm-mlpb a
	{text-decoration:none;
	color:#8F8F8F}

