﻿/*
------------------------------------------------------
 Stylesheet for TheMarketcenter

 Created: 04/17/2008 - 2:27 pm
------------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 12px/18px 'Verdana', Arial, Helvetica, sans-serif;
}

/*
------------------------------------------------------
 Standard Elements
------------------------------------------------------
*/

h1
{
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: normal;
}

h2
{
	font-size: 14px;
	line-height: normal;
}

h3
{
	font-size: 12px;
	line-height: normal;
}

a
{
    color: #0066cc;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
	display: inline;
}

input, textarea, select
{
	font: 12px 'Verdana', Arial, Helvetica, sans-serif;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

.error
{
	color: #900;
	text-align: center;
	margin: 10px auto;
}

/*
------------------------------------------------------
 Layout
------------------------------------------------------
*/

#wrapper
{
	width: 990px;
	margin: auto;
	text-align: left;
}

#header
{
	position: relative;
	margin-bottom: 10px;
}

#content-wrapper
{
	margin: 1px 0 0 0;
}

#left-col
{
	float: left;
	width: 332px;
	\width: 349px;
	w\idth: 332px;
	margin: 0 12px 0 0;
	padding: 0 0 10px 0;
	border-right: solid 1px #CCC;
}

#promo-col
{
	float: left;
	width: 639px;
	\width: 645px;
	w\idth: 639px;
	margin: 0 0 0 0;
}

#main-content
{
	float: left;
	padding: 0;
	margin-right: 25px;
	width: 468px;
	\width: 506px;
	w\idth: 468px;
}

#right-col
{
	float: left;
	padding: 0;
	width: 127px;
	\width: 152px;
	w\idth: 127px;
}

#footer
{	
	padding: 15px;
	margin: 10px 0 100px 0;
	background-color: #666666;
	color: #FFFFFF;
}

#footer a
{	
	color: #FFFFFF;
}

/*
------------------------------------------------------
 Header
------------------------------------------------------
*/

#logo
{
	position: absolute;
	top: 0;
	left: 10px;
}

#logo a
{
	display: block;
	width: 275px;
	height: 37px;
	background: url(/App_Themes/Default/Images/trans.gif);
}

#logo a span { display: none; }

#tagline
{
	float: left;
	margin: 52px 0 0 195px;
}

#tagline h1
{
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}

/*
------------------------------------------------------
 Left Column
------------------------------------------------------
*/

#categories
{
	width: 312px;
	padding: 10px;
	margin: 0;
	background-image: url(/App_Themes/Default/Images/bg-gradient.jpg);
	background-repeat: repeat-x;
}

#search
{
	width: 312px;
	padding: 10px;
	margin: 0;
	border-bottom: solid 2px #000;
	background-image: url(/App_Themes/Default/Images/bg-gradient.jpg);
	background-repeat: repeat-x;
}

#search h2
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.search-panel
{
	margin: 10px 10px 5px 0;
	float: left;
}

.search-panel-last
{
	margin: 10px 0 5px 0;
	float: left;
}

.search-box
{
	margin-bottom: 2px;
}

.search-button
{
	
}

.search-button
{
    padding: 0 .25em;
    width: 0;
    overflow: visible;
}

.search-button[class] 
{ 
	/*ie ignores [class]*/
    width: auto;
}


/*
------------------------------------------------------
 Promotional Column/Section
------------------------------------------------------
*/

#promotions img
{
	padding: 10px 0 10px 0;
}

#intro-text
{
	text-align: center;
	font-weight: bold;
}

/*
------------------------------------------------------
 Main Content
------------------------------------------------------
*/

.banner
{
	border: solid 1px #000;
}

.listing	
{
	margin: 10px 0;
}

.links
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.links a
{
	display: block;
}

.faq
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.faq li
{
	margin: 10px 0;
}

.faq .question
{
	color: #00F;
}

.faq .answer
{
	color: #000;
}

.add-business-points
{
	list-style-type: none;
}

.add-business-points .check
{
	font-weight: bold;
	line-height: 39px;
	background-image: url(/App_Themes/Default/Images/check.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin: 4px 0 4px -50px;
}

/*
------------------------------------------------------
 Footer
------------------------------------------------------
*/

#copyright
{
	float: left; 
	background-repeat: no-repeat; 
}

#mct-copyright 
{ 
    margin: 10px 0 0 0; 
}

#footer-nav
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-nav li
{
	float: left;
	padding: 0;
	margin: 0;
	line-height: 12px;
}

#footer-nav li a
{
	display: block;
	border-right: solid 1px #FFFFFF;
	padding: 0 5px;
}

#footer-nav li.last	a
{
	border: none;
}

.common-search-terms, .common-search-terms li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Form */

.form label
{
	float: left;  
	width: 125px;  
}

.form
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.form li
{
	width: 100%;  
	padding-bottom: .5em; 	
	clear: left;
}

.form input[type=radio], .form input[type=checkbox]
{	
	float: left;
}

.form input[type=radio] + label, .form input[type=checkbox] + label
{
	float: left;
	width: auto;
}

p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; text-align: left; }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
