body {
	background: #181818;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul, li, form, input, select, p, h3 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	blr:expression(this.onFocus=this.blur());
}

#login {
	background: url(../img/login_bg.jpg) no-repeat 0 0;
	height: 180px;
	width: 190px;
}
#login .inp {
	font: 11px/18px Verdana;
	color: #aaaaaa;
	height: 21px;
	width: 140px;
	background: transparent;
	padding: 0 5px 0 21px;
	border: none;
}
#login_error {
	background: url(../img/login_error_bg.jpg) no-repeat 0 0;
	height: 180px;
	width: 190px;
}
#login_error h3 {
	font: normal 12px/16px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	width: 150px;
	margin: 34px auto 0 auto;
	text-align: center;
	padding: 7px 0 0 0;
	height: 54px;
}
#login_error p {
	font: 11px/16px "微软雅黑", Verdana, "宋体";
	color: #888888;
	text-align: center;
	padding: 0;
	margin: 5px auto 15px auto;
}
#login_error p a {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	text-decoration: none;
	margin: 0 15px;
}
#login_error p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#login_error div {
	text-align: center;
	margin: auto;
}

#mystudio {
	background: url(../img/mystudio_bg.jpg) no-repeat 0 0;
	height: 180px;
	width: 190px;
}
#mystudio h3 {
	font: normal 12px/25px "微软雅黑", Verdana, "宋体";
	color: #cccccc;
	padding: 0;
	width: 156px;
	text-indent: 16px;
	height: 25px;
	margin: 34px auto 0 auto;
}
#mystudio h3 span {
	color: #ffdf00;
}
#mystudio p {
	font: 12px/24px "微软雅黑", Verdana, "宋体";
	color: #888888;
	text-align: center;
	padding: 0;
	margin: 7px auto 18px auto;
}
#mystudio p a {
	font: 14px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	text-decoration: none;
	margin: 0 15px;
}
#mystudio p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mystudio div {
	text-align: center;
	margin: auto;
}

#product td {
	padding-right: 6px;
}
#product a {
	background: url(../img/product_bg.jpg) no-repeat 0 0;
	display: block;
	padding: 1px;
	height: 198px;
	width: 227px;
	filter: Alpha(Opacity=80);
}
#product a:hover  {
	background-image: url(../img/product_bgover.jpg);
	filter: Alpha(Opacity=100);
}

#productForm select {
	font-family: Verdana, "微软雅黑", "宋体";
	font-size: 12px;
	color: #585858;
	height: 23px;
	width: 169px;
}

#scrollpic {
	width: 900px;
	overflow: hidden;
	height: 50px;
	margin: 5px auto auto auto;
}
#scrollinfo {
	font-family: "微软雅黑", Verdana, "宋体";
	font-size: 12px;
	color: #888888;
	text-align: center;
	width: 900px;
	margin: 10px auto auto auto;
}

#leftProduct img {
	filter: Alpha(Opacity=60);
	margin-bottom: 5px;
}
#leftProduct img:hover {
	filter: Alpha(Opacity=100);
}

#leftTitle {
	font: bold 14px/30px "微软雅黑", Verdana, "宋体";
	color: #cccccc;
	background: url(../img/left_menu_title_line.gif) repeat-x 0 10px;
	margin: auto;
	height: 30px;
	width: 172px;
	text-align: center;
}
#leftTitle span {
	background-color: #2b2b2b;
	padding: 0 10px;
}

#leftMenu {
	width: 172px;
	margin: auto auto 8px auto;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #333333;
}
#leftMenu a {
	font: 12px/29px "微软雅黑", Verdana, "宋体";
	color: #999999;
	background: url(../img/left_menu_bg.jpg) no-repeat;
	text-indent: 15px;
	display: block;
	height: 29px;
	width: 172px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#leftMenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/left_menu_bgover.jpg);
}
#leftMenu .sel  {
	font: 12px/29px "微软雅黑", Verdana, "宋体";
	color: #FFFFFF;
	background: url(../img/left_menu_bgover.jpg) no-repeat;
	text-indent: 15px;
	display: block;
	height: 29px;
	width: 172px;
	text-decoration: none;
}
#leftMenu p {
	font: bold 12px/27px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #111111;
	height: 27px;
}

#rTitle {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #585858;
	text-decoration: none;
}
#rTitle a {
	font-size: 12px;
	color: #585858;
	text-decoration: none;
}
#rTitle a:hover {
	color: #D20000;
	text-decoration: underline;
}

#resultList {
	font: 12px/16px "微软雅黑", Verdana, "宋体";
	color: #585858;
	text-decoration: none;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}
#resultList .pimg {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	background-color: #f5f5f5;
}
#resultList .pTitle {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #454545;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}


DIV.PageNum {
	FONT-SIZE: 12px;
	COLOR: #585858;
	FONT-FAMILY: Verdana;
	line-height: 19px;
	text-align: center;
}
DIV.PageNum A {
	MARGIN: 2px;
	COLOR: #585858;
	TEXT-DECORATION: none;
	padding: 5px;
}
DIV.PageNum A:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #c20000
}
DIV.PageNum A:active {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #c20000
}
DIV.PageNum SPAN.current {
	FONT-WEIGHT: bold;
	MARGIN: 2px;
	COLOR: #c20000;
	padding: 5px;
}
DIV.PageNum SPAN.disabled {
	MARGIN: 2px;
	COLOR: #bcbcbc;
	padding: 5px;
}

.reg_bg {
	background: url(../img/reg_bg.jpg) no-repeat;
}
#regForm {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
}
#regForm .inpText {
	font: 12px/ 20px "微软雅黑", Verdana, "宋体";
	color: #888888;
	height: 20px;
	border: 1px solid #525252;
	background: #2E2E2E url(../img/reg_inp_arrow.png) no-repeat 100% 100%;
	padding: 0 5px;
}
#regForm .inpText_over {
	font: 12px/20px "微软雅黑", Verdana, "宋体";
	color: #888888;
	height: 20px;
	padding: 0 5px;
	border: 1px solid #C80000;
	background: #2E2E2E url(../img/reg_inp_arrow_over.png) no-repeat 100% 100%;
}
#regForm .inpTextarea {
	font: 12px/20px "微软雅黑", Verdana, "宋体";
	color: #585858;
	border: 1px solid #CCCCCC;
	background: #F7F7F7 url(../img/reg_inp_arrow.png) no-repeat100% 100%;
	width: 98%;
	overflow: auto;
	padding-: 0 5px;
}
#regForm .inpTextarea_over {
	font: 12px/20px;
	color: #585858;
	background: url(../img/reg_inp_arrow_over.png) no-repeat 100% 100%;
	padding: 0 5px;
	border: 1px solid #d10000;
	margin-right: 5px;
	width: 98%;
	overflow: auto;
}
#regForm .inpSelect {
	font-size: 12px;
	color: #585858;
	background-color: #f7f7f7;
	height: 20px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.regError_bg {
	background: url(../img/reg_error_bg.png) no-repeat 50% 100%;
}
#regError p {
	font: 14px/26px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	text-decoration: none;
}
#regError a {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	text-decoration: none;
}
#regError a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#favList {
	font: 12px/16px "微软雅黑", Verdana, "宋体";
	color: #888888;
	text-decoration: none;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 2px dotted #666666;
}
#favList .pimg {
	padding: 3px;
	border: 1px solid #888888;
	margin-right: 10px;
	background-color: #555555;
}
#favList .pTitle {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #555555;
}
#paixu {
	background-color: #202020;
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #555555;
	padding-top: 5px;
	padding-bottom: 5px;
}
#paixu a {
	font: 14px "微软雅黑", Verdana, "宋体";
	color: #888888;
	background:  no-repeat 100% 0;
	padding-right: 15px;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#paixu a:hover {
	color: #cccccc;
}
#paixu .sel  {
	color: #cccccc;
	background: no-repeat 100% 0;
	font: 14px "微软雅黑", Verdana, "宋体";
	text-decoration: none;
	padding-right: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

#momoSearch {
	margin-left: 10px;
}
#momoSearch .inpText {
	font: 12px/19px "微软雅黑", Verdana, "宋体";
	color: #888888;
	background-color: #333333;
	height: 19px;
	width: 320px;
	border: 1px solid #333333;
	padding: 0 5px;
}
#momo_rTitle {
	background: url(../img/product_momo_ru_bg.png) no-repeat;
	height: 70px;
}
#momo_rTitle p {
	font: bold 14px/21px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	background: url(../img/product_momo_ru_dot.png) no-repeat 0 50%;
	display: block;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 24px;
}
#momoList {
	border-top: 1px solid #393939;
	border-bottom: 1px solid #181818;
	padding: 10px 0;
}
#momoList .pic {
	background: url(../img/product_momo_picbg.png) no-repeat;
	padding: 6px;
	height: 150px;
	width: 150px;
	margin-right: 15px;
}
#momoList .title {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#momoList .title a {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	text-decoration: none;
}
#momoList .title a:hover {
	text-decoration: underline;
}
#momoList .star {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #888888;
}
#momoList .info {
	font: 12px/ 18px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#momoList .btn {
	text-align: right;
	margin-top: 145px;
	position: absolute;
	width: 490px;
}
DIV.MOMOPageNum {
	FONT: 12px/ 19px Verdana;
	COLOR: #585858;
	text-align: center;
	border-top: 1px solid #393939;
	padding: 10px 0 5px ;
}
DIV.MOMOPageNum A {
	MARGIN: 2px;
	COLOR: #585858;
	TEXT-DECORATION: none;
	padding: 5px;
}
DIV.MOMOPageNum A:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #181818
}
DIV.MOMOPageNum A:active {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #181818
}
DIV.MOMOPageNum SPAN.current {
	FONT-WEIGHT: bold;
	MARGIN: 2px;
	COLOR: #ffdf00;
	padding: 5px;
}
DIV.MOMOPageNum SPAN.disabled {
	MARGIN: 2px;
	COLOR: #bcbcbc;
	padding: 5px;
}

#momoSpecify .pic {
	background: url(../img/product_momo_picbg_big.png) no-repeat;
	padding: 6px;
	height: 188px;
	width: 188px;
	margin-right: 15px;
}
#momoSpecify .title {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#momoSpecify .title a {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	text-decoration: none;
}
#momoSpecify .title a:hover {
	text-decoration: underline;
}
#momoSpecify .star {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #888888;
}
#momoSpecify .info {
	font: 12px/ 18px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#momoSpecify .btn {
	text-align: right;
}
#momoSpecify h3 {
	background: url(../img/product_momo_specify_Tbg.png) repeat-x;
	height: 33px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
#momoSpecify span {
	font: bold 12px/33px "微软雅黑", Verdana, "宋体";
	color: #ffdf00;
	text-decoration: none;
	background: url(../img/product_momo_specify_Tdot.png) no-repeat 0 50%;
	display: block;
	padding-left: 16px;
}
#momoSpecify .depict {
	font: 12px/18px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#momoSpecify .sycx {
	font: 12px/16px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	margin-bottom: 5px;
}
#momoSpecify .sycx td {
	padding-right: 10px;
	padding-left: 10px;
}
#momoSpecify .specifyPic img {
	background-color: #282828;
	padding: 1px;
	height: 150px;
	width: 200px;
	border: 4px solid #505050;
}

#bbs_rTitle {
	height: 70px;
	background-image: url(../img/product_bbs_ru_bg.png);
	background-repeat: no-repeat;
}
#bbs_rTitle p {
	font: bold 14px/21px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	background: url(../img/product_bbs_ru_dot.png) no-repeat 0 50%;
	display: block;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 24px;
}
#bbsSpecify .pic {
	background: url(../img/product_momo_picbg_big.png) no-repeat;
	padding: 6px;
	height: 188px;
	width: 188px;
	margin-right: 15px;
}
#bbsSpecify .title {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffffff;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#bbsSpecify .title a {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #ffffff;
	text-decoration: none;
}
#bbsSpecify .title a:hover {
	text-decoration: underline;
}
#bbsSpecify .star {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #888888;
}
#bbsSpecify .info {
	font: 12px/ 18px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#bbsSpecify .btn {
	text-align: right;
}
#bbsSpecify h3 {
	background: url(../img/product_momo_specify_Tbg.png) repeat-x;
	height: 33px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
#bbsSpecify span {
	font: bold 12px/33px "微软雅黑", Verdana, "宋体";
	color: #ffffff;
	text-decoration: none;
	background: url(../img/product_bbs_specify_Tdot.png) no-repeat 0 50%;
	display: block;
	padding-left: 16px;
}
#bbsSpecify .depict {
	font: 12px/18px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#bbsSpecify .sycx {
	font: 12px/16px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	margin-bottom: 5px;
}
#bbsSpecify .sycx td {
	padding-right: 10px;
	padding-left: 10px;
}
#bbsSpecify .specifyPic img {
	background-color: #282828;
	padding: 1px;
	height: 150px;
	width: 200px;
	border: 4px solid #505050;
}

#pirelli_info {
	height: 717px;
	overflow: hidden;
}
#pirelli_info p {
	font: 14px/20px "微软雅黑", Verdana, "宋体";
	color: #686868;
	padding: 0;
	margin: 10px 0 0 0;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#pirelli_infoshow {
	font: 12px/14px "微软雅黑", Verdana, "宋体";
	color: #CCCCCC;
	text-decoration: none;
	background: url(../img/product_pirelli_bottom.jpg) no-repeat;
	text-align: center;
}
#pirelli_info .cxPic img {
	background-color: #FFFFFF;
	padding: 4px;
	height: 150px;
	width: 200px;
	border: 1px solid #dddddd;
}

#rTitle .inp {
	font: 12px/18px "微软雅黑", Verdana, "宋体";
	color: #686868;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 120px;
	border: 0 none;
}

#pirelli_infoshow a {
	color: #CCCCCC;
	text-decoration: none;
}
#pirelli_infoshow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contact {
	background: url(../img/contact_us_bg.png) no-repeat 50% 45px;
	height: 400px;
}
#contact_carMate {
	margin: 50px 0 0 25px;
	position: absolute;
	width: 220px;
}
#contact_taobao {
	margin: 20px 0 0 380px;
	position: absolute;
	width: 280px;
}
#contact_taobao a{
    color:#cccccc;
	text-decoration:none;
	}
#contact_taobao a:hover{
    color:#ffffff;
	}	

#contact_hotline {
	width: 210px;
	margin: 210px 0 0 395px;
	position: absolute;
}
#contact_map {
	width: 280px;
	margin: 267px 0 0 25px;
	position: absolute;
}
#contact .contactText {
	font: 12px/16px "微软雅黑", Verdana, "宋体";
	color: #bbbbbb;
	text-decoration: none;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}

#knowledge p {
	font: 14px/20px "微软雅黑", Verdana, "宋体";
	color: #686868;
	text-decoration: none;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#knowledge_l {
	background: url(../img/knowledge_leftmenu_bg.png) no-repeat;
	height: 36px;
	width: 190px;
	margin-top: 5px;
}
#knowledge_l p {
	font: bold 14px/30px "微软雅黑", Verdana, "宋体";
	color: #cccccc;
	background: url(../img/left_menu_title_line.gif) repeat-x 0 10px;
	height: 30px;
	width: 172px;
	text-align: center;
	padding: 0;
	margin: 3px auto 0 auto;
}
#knowledge_l span {
	background-color: #2f2f2f;
	padding: 0 10px;
}
#knowledge_l a {
	color: #cccccc;
	text-decoration: none;
}
#knowledge_l a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#faq {
	margin-top: 5px;
}
#faq h3 a {
	height:31px;
	padding-left:30px;
	color:#585858;
	font: bold 14px/31px "微软雅黑", Verdana, "宋体";
	background: url(../img/faq_icon.gif) no-repeat 5px 50%;
	border-bottom: 1px dotted #999999;
	display: block;
	text-decoration: none;
}
#faq p{
	background:#fff;
	font: 14px/20px;
	color: #585858;
	text-decoration: none;
	background-color: #f9f9f9;
	border-bottom: 1px dotted #999999;
	padding: 10px 10px 0 10px;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
.serviceTitle {
	background: url(../img/service_title.png) no-repeat;
}
#serviceTab #tab_1 {
	height: 155px;
	width: 218px;
	position: absolute;
	margin : 15px 0 0 113px;
}
#serviceTab #tab_2 {
	height: 155px;
	width: 218px;
	margin: 15px 0 0 341px;
	position: absolute;
}
#serviceTab #tab_3 {
	height: 218px;
	width: 149px;
	margin: 112px 0 0 15px;
	position: absolute;
}
#serviceTab #tab_4 {
	height: 218px;
	width: 149px;
	margin: 112px 0 0 507px;
	position: absolute;
}
#serviceTab #tab_5 {
	height: 219px;
	width: 148px;
	margin: 340px 0 0 15px;
	position: absolute;
}
#serviceTab #tab_6 {
	height: 219px;
	width: 148px;
	margin: 340px 0 0 507px;
	position: absolute;
}
#serviceTab #tab_7 {
	height: 156px;
	width: 219px;
	margin: 500px 0 0 113px;
	position: absolute;
}
#serviceTab #tab_8 {
	height: 156px;
	width: 218px;
	margin: 500px 0 0 341px;
	position: absolute;
}
#serviceTab img {
	cursor: pointer;
	filter: Alpha(Opacity=50);
}
#serviceList {
	height: 311px;
	width: 324px;
	margin: 180px auto auto auto;
}
#serviceList li {
	display: none;
}
#serviceList .block {
	display: block;
}
#serviceList .def {
	font: 12px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	background: url(../img/service_table1_bg.png) no-repeat;
}
#serviceList .sText {
	background: url(../img/service_table2_bg.png) no-repeat;
	height: 311px;
	width: 324px;
}
#serviceList .sText h3 {
	font: bold 14px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 8px 0 2px 0;
}
#serviceList .sText p {
	font: 14px/20px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	width: auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
#serviceList .sText a {
	font: 14px "微软雅黑", Verdana, "宋体";
	color: #aaaaaa;
	text-decoration: none;
}
#serviceList .sText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
