﻿.mainLogo
{
	background: url('../../MTMImages/Categories/Cars/MT-logo.png') no-repeat left;
}

/* site map css */
li
{
	margin-left:23px;
}
.ContentPadding
{
	line-height:20px;
	margin-left:25px;
}
/* end */

/* feedback */
.feedbackPage
{
	line-height:20px;
	padding:10px 20px;
	width:100%;
}
.feed-left
{
	width:650px;
	float:left;
	padding:0 20px;
}
.feed-right
{
	width:280px;
	float:right;
	padding:0 10px;
}
.feedbackForm
{
	
}
.feedbackForm td
{
	padding:5px;
}
.feedbackForm:not(.input) input
{
	width:230px;
}
.feedbackForm select
{
	width:235px;
}
.feedbackForm textarea
{
	width:500px;
	height:150px;
}	
.feed-bottom
{
	height:280px;
	padding:20px 0;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
	margin-bottom:20px;
}
.feed-add
{
	float:left;
}
.feed-loc
{
	float:right;
}
.feed-win
{
	text-align:center;
	line-height:30px;
}
.feed-win ul
{
	line-height:20px;
	margin:10px auto;
	text-align:left;
	width:200px;
}
/* end */

/* contact us css */
.leftSide
{
	width:48%;
	float:left;
}
.rightSide
{
	width:48%;
	float:right;
}
.contact 
{
	line-height:20px;
	padding:10px 30px;
}
.contact .title
{
	background-color:#009DD8;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	margin:5px 0;
	width:100%;
}
.contact .top
{
	font-size:18px;
	padding:5px;
	text-align:center;
}
.contact .content
{
	margin-bottom:20px;
}
.contact .content .words
{
	width:100px;
	float:left;
	clear:both;
	margin:3px 5px;
}
.contact .content .links
{
	float:left;
	margin:3px 5px;
}
/* end */
	
