/* AutoMallCity.com has style */

body
{
	color: #444;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
}

a
{
	color: #559;
	text-decoration: none;
}

a:hover
{
	color: #00f;
}

p
{
	margin: 2em 1em;
	font: normal 10pt/14pt Verdana, Arial;
	text-align: justify;
}

ul
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}

li
{
	margin-left: 15px;
	border: 0px;
	padding: 0px;
	list-style: inside;
}

strong
{
	color: #900;
	font-family: Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
}

small
{
	color: #888;
	font-family: Arial;
	font-size: 8pt;
}

input
{
	font-size: 8pt;
	padding: 0px;
	border: solid #aaa;
	border-width: 0 0 1px 0;
}

input:focus
{
	border: solid #000;
	border-width: 0 0 1px 0;
}

select, textarea
{
	font-size: 8pt;
	border: solid #aaa;
	border-width: 1px;
}

.title
{
	color: #333;
	background: #f5f5f5;
	font: bold italic 10pt Verdana;
	float: left;
	padding-left: 5px;
}

.menubar
{
	color: #777;
	background: #f5f5f5;
	border-bottom: solid #000 1px;
	text-align: right;
	padding: 7px 0 2px 0;
	margin-bottom: 10px;
	font: normal 8pt Verdana;
}

.menubar a
{
	color: #000;
	background: #eee;
	margin: 0 10px 0 10px;
	padding: 2px 10px 2px 10px;
	border: solid 1px;
	border-color: #555 #555 #000 #555;
}

.menubar a:hover
{
	color: #000;
	background: #ddf;
	border: solid 1px #000;
	border-bottom: dotted 1px #000;
}

.menubar .selected
{
	color: #000;
	background: #fff;
	border: solid 1px;
	padding: 2px 10px 5px 10px;
	margin: 0 10px 0 10px;
	border-color: #000 #000 #fff #000;
}

.content
{
	font: normal 9pt/14pt Arial, Verdana;
	color: #343;
	text-align: justify;
	padding: 20px;
	width: 90%;
}

.thumb
{
	padding-left: 10px;
}

.copyright /* Footer */
{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #999;
	background: #f5f5f5;
	font-size: 8pt;
	font-family: Arial;
	padding-left: 10pt;
	padding-right: 10pt;
}

.login
{
	color: #000;
	font-family: Arial;
	text-align: justify;
	border: solid #000 1px;
}

#form
{
        padding: 0 25px;
        font: normal 10pt arial;
}

#form table
{
        background: #ccc;
        color: #000;    
        font: normal 10pt arial;
        text-align: left;
        border: solid 1px #aaa;
}

#form .title
{
        color: #000;
        background: #aaa;
        padding: 0;
        margin: 0;
}

#form input, #form textarea
{
        color: #000;
        background: #fff;
        border: solid 1px #aaa;
}

#form input.radio, #form input.checkbox
{
        background: transparent;
        border: none;
}

#form .required
{
        color: #500;
}

#form .required input
{
        font: normal 10pt arial;
        background-image: url("/graphics/required.gif");
        background-repeat: no-repeat;
        background-position: top right;
}

#form .required textarea
{
        font: normal 10pt arial;
        background-image: url("/graphics/required.gif");
        background-repeat: no-repeat;
        background-position: top right;
}

.sup {
display:none;
}
