@charset "UTF-8";
.innerad { width: 300px; height: 250px; }
@media(min-width: 600px) { .innerad { width: 336px; height: 280px; } }
@media(min-width: 800px) { .innerad { width: 728px; height: 90px; } }
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-width: 0;
	margin-height: 0;
	background: url(../images/bg2.png);
	font: 12px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
}
.lefts {
	border-right: 1px solid #dfdfdf;
}
.rights {
	border-left: 1px solid #dfdfdf;
}
.header {
	padding: 10 10 0 10;
	background-color: #FFF;
	height: 35px;
	width: 1000px;
}
.menu {
	padding: 0 10 10 10;
	border-bottom: 1px solid #dfdfdf;
	background-color: #FFF;
	height: 30px;
	font: 14px 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.footer {
	padding: 10px;
	border-top: 1px solid #dfdfdf;
	height: 60px;
	font: 12px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
	background-color: #FFF;
}
.black11 {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
}
.tblcat {
	font: 13px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
}
.tblcat td {
	padding: 5px 0;
	border-bottom: 1px solid #dfdfdf;
}
.carimg {
	width: 190px;
}
.content {
	padding: 10px;
	font: 14px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
	vertical-align: top;
	background-color: #FFF;
}
.lsidebar {
	padding-right: 10px;
	font: 13px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
	vertical-align: top;
	border-right: 1px solid #dfdfdf;
}

.rsidebar {
	padding-left: 10px;
	font: 13px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
	vertical-align: top;
	border-left: 1px solid #dfdfdf;
}
.ccontent {
	font: 13px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
	vertical-align: top;
	padding: 0 10;
}
.maintbl {
	width: 980px;
}
.logo {
	width: 166px;
}
.tdlogo {
	width: 176px;
}
.tdinput {
	padding: 0 10px 0 10px;
}
.tdsubmit {
	width: 90px;
}
.ic {
	width:24px;
}
.carlast {
	width: 180px;
}
.brd {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
	padding-bottom:10px;
	max-width: 1000px;
}
.price {
	color: #fc9a03;
	font-size: 16px;
	font-weight: bold;
}
.flag {
	width: 24px;
	vertical-align:middle;
}
@media(max-width: 800px) { 
.lsidebar {
	display: none;
}
.tdinput {
	display: none;
}
.tdsubmit {
	display: none;
}
.carimg {
	width: 105px;
}
.carlast {
	width: 100px;
}
.vendor {
	display: none;
}
.price {
	color: #fc9a03;
	font-size: 12px;
	font-weight: bold;
}
}
h1 {
	color: #fe0002;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #fc9a03;
	font-size: 16px;
	font-weight: normal;
}
.cat {
	list-style-type: none;
	list-style-image: url("../images/m_1.gif");
	padding-left: 13px;
}
A:link {
	color: #000;
}
A:visited {
	color: #000;
}
A:active {
	color: #000;
}
A:hover {
	color: #fe0002;
	text-decoration: none;
}
A.lfooter:link {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
}
A.lfooter:visited {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
}
A.lfooter:active {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
}
A.lfooter:hover {
	font: 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #999;
	text-decoration: none;
}
:-moz-placeholder {
 color: #c9c9c9 !important;
 font-size: 13px;
}

::-webkit-input-placeholder {
 color: #ccc;
 font-size: 13px;
}
input {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 14px;
}
input[type=text] {
	margin: 5px;
	padding: 0 10px;
	width: 100%;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
	border-color: #7dc9e2;
	outline-color: #dceefc;
	outline-offset: 0;
}
input[type=submit] {
	padding: 0 18px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #527881;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 2px;
	-moz-outline-radius: 3px;
	outline: 5px solid #eff4f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
input[type=submit]:active {
	background: #cde5ef;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
	line-height: 34px;
}

@media(max-width:1000px) {
.maintbl {
	width: 100%;
}
}
@media(max-width:800px) {
.tdsubmit {
	width: 60px;
}
input[type=submit] {
	padding: 0 5px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #527881;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 2px;
	-moz-outline-radius: 3px;
	outline: 5px solid #eff4f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.mhide {
	display: none;
}
}

[name=what] {
	width: 100%;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-family: 'Helvetica', sans-serif;font-size: 14px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #fc9a03; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
