@charset "utf-8";
/* CSS Document */

.ProductTitle{font-size:14px;text-align:center;line-height:180%;font-weight:bold;}


/*inner pages*/
/* easy clearing */
#maincontent:after
{
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#maincontent { display:inline-block; }

/*\*/
#maincontent { display: block; }

/* end easy clearing */

#leftnav
{
	float: left;
	width: 190px;
	text-align: center;
	background-color: #f6f8eb;
}

#content
{
	display:block;
	float: right;
	width: 650px;
	height:auto;
	padding-right:0px;
	text-align:justify;
	line-height:120%;
	background-color: #f6f8eb;
	overflow: hidden;
}

#content p
{
	text-align:justify;
	line-height:180%;
	text-indent:20px;
}

/*\*/
#leftnav, #content
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

/**/
#carclass ul li
{
	border-bottom: 1px solid #999999;
	list-style: none;
	padding-left: 0px;
	margin:15px 20px 10px 15px;
	font-weight:bold;
}



div#dataproductlist { width:650px; }

div#dataproductlist ul
{
	list-style-type: none;
	margin:10px;
	padding:0;
	text-align:center
}

div#dataproductlist li
{
	display:inline;
	float:left;
	width:150px;
	margin: 5px 5px 5px 0;
	padding: 5px 0;
	background-color: #FFF
}

div#dataproductlist li img
{
	display: block;
	width: 130px;
	height: 100px;
	margin:0 10px;
	padding: 5px 0;
	border: 0px
}

table .tbl_form { text-align:center; }

.data
{
	float:left;
	width:600px;
	margin-right:5px;
	padding-left:20px;
	padding-top:10px;
}
.cardata
{
	float:left;
	text-align:center;
	margin-right:5px;
	margin-left:20px;
}


