@charset "utf-8";
/* CSS Document */
body,td,th {
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;
}

body {
	background-color: #f1f1f1;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#adv_mainbody{
	background-color:#FFF;
	width: 1000px;
		
	-moz-box-shadow:1px 1px 10px #333;
	box-shadow:1px 1px 10px #333;
	-webkit-box-shadow:1px 1px 10px #333;
}

.text_border {
	margin: 2px;
	padding: 2px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.title_text {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 5px;
}

.button_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fac45a;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
}
.link_txt {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
}
a.link_txt2 {
	font-family: Arial;
	font-size: 12px;
	color: #0000cc;
	text-decoration:none;
}
a.link_txt2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0000cc;
	text-decoration: underline;
}

.bg {
	/*background-image: url(images/bg.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
}
.tdbg {
	background-attachment: fixed;
	background-image: url(bgright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited{
	background-color:#fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 15px;
	text-transform:uppercase;
	display: block;
	text-decoration:none;
	color: #333;
	padding-bottom: 3px;
	margin-top:10px;
	
	text-align:center;
	width: 180px;
	float:left;
	
	border: solid 2px #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-box-shadow:1px 1px 8px #777;
	box-shadow:1px 1px 8px #777;
	-webkit-box-shadow:1px 1px 8px #777;
	}

A.category-top:hover, a.category-top>img:hover{
	text-shadow: 1px 1px 8px #999;
	color:#9b0000;
}

a.category-top>img{
	margin-top:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border: none;
}

a.category-top>img.product_img_line{
	margin-left: 0px;
}


A.catagory_frame:hover {
	color: #CC0000;
	text-decoration:underline;	
}
.catagory_frame{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
	text-decoration:none;
}
.catagory_gap{
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.category_title {	
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	font-variant: normal;
}
.normal_text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.product_title {	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	line-height: normal;
	font-variant: normal;
}
.product_img_line{
	border: none;
}

.product_box1 {	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
}
.product_box2 {	background-color:#CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
}
.admin_menu {
	background-color:#CCDFFD;
}
.search_result_paragraph{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.search_result_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
}
.search_result_text{
}

/*--- BUTTON EFFECT CSS ---*/

div.search_result_url{
	background-color: #9b0000;
	padding: 2px 5px 2px 5px;
	width: 70px;
	text-align: center;
	
	-moz-box-shadow: 1px 1px 3px #3e3e3e;
	-webkit-box-shadow: 1px 1px 3px #3e3e3e;
	box-shadow: 1px 1px 3px #3e3e3e;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
div.search_result_url:hover, div.search_result_url a span:hover{
	background-color: #333333;
	text-decoration:none;
}
a.search_result_url, a div.search_result_url span:link, div.search_result_url a span{
	color: #fff;
	text-decoration: none;
}

.category_menu-white {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.banner_img{
    width: 120;
	height:100px;
	padding: 2px;
}
.product_img_btn{
	border:0px solid #CCCCCC;
}

a.btn_menu_link:link, a.btn_menu_link:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
a.btn_menu_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10;
	font-weight:bold;
	color: #FFFF00;
	text-decoration:none;
}
td.btn_menu_link{
	background-repeat:no-repeat;
	background-position: left center;
	background-image: url(http://www.myteamcar.com/icon/btn_blank.jpg);
	padding-left: 28px;
	width: 120px;
}

table#tmp_footer a:link, table#tmp_footer a:visited{
	font:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

table#tmp_footer a:hover{
	font:Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}

#news_site_subtitle p{
	font: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12;
	margin-top: -13px;
}

#news_site_subtitle a h4:link, #news_site_subtitle a h4:visited{
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12;
	font-weight: bold;
}

#news_site_subtitle a h4:hover{
	font: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12;
	font-weight: bold;
}

#list_item2, #list_item3{
	margin: 9px;
	padding: 3px;
	background-color:#FFF;
	margin-top: 15px;
	float:left;
	width: 170px;
	height: 170px;
	text-align:center;
	
	border:2px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-box-shadow:inset 1px 1px 20px #ccc;
	box-shadow:inset 1px 1px 20px #ccc;
	-webkit-box-shadow:inset 1px 1px 20px #ccc;
}

#list_item2 img{
	width: 130px;
	height:auto;
	
	-moz-box-shadow: 1px 1px 8px #fff;
	box-shadow: 1px 1px 8px #fff;
	-webkit-box-shadow: 1px 1px 8px #fff;
}

#list_item2 img:hover{
	-moz-box-shadow: 1px 1px 8px #000;
	box-shadow: 1px 1px 8px #000;
	-webkit-box-shadow: 1px 1px 8px #000;
}

#list_item3>img{
	width: 120px;
	height:auto;
}
#list_item3{
	margin: 5px;
	width: 160px;
	height: 150px;
}

