@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}
body{
	font-size:14px;
	color:#000;
	font-family: Arial, Verdana, sans-serif;
	}
a{
	text-decoration:none;
	outline:none;
	}
img{
	border:none;
	}
ul,dl,li{
	list-style:none;
	}

h2{
	font-size:14px;
	}

.sFont12{
	font-size:12px;
	}
.sFont14{
	font-size:14px;
	}
.sFont18{
	font-size:18px;
	}
.cFontB{
	color:#000;
	}
.cFontW{
	color:#FFF;
	}
.cFontR{
	color:#900;
	}

.clear, .clearBoth{
	clear:both;
	}
.toLeft{
	float:left;
	}
.toRight{
	float:right;
	}
.toCenter{
	text-align:center;
	}

.mainWith{
	width:950px;
	}
.mLeftWith{
	width:232px;
	}
.mRihtWith{
	width:700px;
	}
.detailWith{
	width:680px;
	}
	
.normalMarginT{
	margin:5px auto;
	}
.normalMarginL{
	margin-left:10px;
	}
.normalMarginB{
	margin-bottom:5px;
	}
.normalMarginLR{
	margin:auto 5px;
	}

.normalPaddingT{
	padding-top:10px;
	}
.normalPaddingTB{
	padding:10px inherit;
	}
div.productImg{
	width:20px;
	height:auto;
	}
#siteMapList ul{
	padding-left:10px;
	line-height:20px;
	}
#siteMapMainContent p{
	padding:10px;
	}
.attention{
	color:#F00;
	font-size:16px;
	font-weight:600;
	}
.rowEven{
	background:#EEE;
	}

.price-newproduct{
	margin-left:3px;
	color:#F00;
	font-size:12px;
	}
