@charset "utf-8";
/* CSS Document */
/*
Ation 2008.11
Common CSS Style Class
QQ:277721747
*/
body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	/*background-image:url(images/bg.jpg);*/
	color:#333;
	background-color:#0D3572;
}
td{ font-size:13px; line-height:20px; color:#333;}
body, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset,li { margin: 0; padding: 0; }
ul,li{ list-style:none;}
dl, dt, dd, ul, li {
    padding: 0px;
    margin: 0px;
}
li{line-height: 22px;}
table { empty-cells: show; border-collapse: separate; }


/*     link     */
a:link {color: #333; text-decoration: none;}
a:visited {	color: #333; text-decoration: none;}
a:hover { color: #ff9900; text-decoration:underline;}
a:active { color: #000000;text-decoration: none;}

input[type=text], input[type=Keyword]{
    height: 15px;
    margin: 1px;
}
* + html input[type=text]{    margin: 0px;}

/*    common class     */
.fontWeight, fontBold{ font-weight:bold;}
.fontGray, .fontGray a:link, fontGray a:visited, fontGray a:active{	color:#999999;}
.fontGray a:hover{ color:#999;text-decoration: underline;}
.fontRed, .fontRed a:link, .fontRed a:visited, .fontRed a:active{	color:#FF0000;}
.fontRed a:hover{	color:#FF0000;	text-decoration: underline;}
.fontRedBold{	color:#FF0000;	font-weight:bold;}
.fontWhile, .fontWhile a:link, .fontWhile a:visited, .fontWhile a:active{ color:#FFFFFF;}
.fontWhile a:hover{ color:#FFFFFF; text-decoration: underline;}
.fontWhileBold{	color:#FFFFFF;	font-weight:bold;}
.fontDelete{	text-decoration: line-through;}
.fontUnderline{	text-decoration: underline;}


/*Ation Common Border Style*/
.borderGray{	border:#CCCCCC 1px solid;}
.borderGrayDashed{	border: #CCC 1px dashed;}
.borderWhile{	border: #FFF 1px solid;}
.borderRed{	border: #F00 1px solid;}
.borderBlack{	border:#000 1px solid;}
.borderBottomGray{	border-bottom: #CCC 1px solid;}
.borderBottomGray2px{	border-bottom: #CCC 2px solid;}
.borderBottomGrayDashed{	border-bottom: #CCC 1px dotted;}
.borderGrayLeftTop{	border-left: #CCC 1px solid;	border-top: #CCC 1px solid;}
.borderGrayRightBottom{	border-right: #CCC 1px solid;	border-bottom: #CCC 1px solid;}
.borderGrayRightDashed{ border-right:#CCC 1px dashed;}
.borderGrayBottomDashed{ border-bottom:#CCC 1px dashed;}
.borderBlue{ border:#9cc 1px solid;}

/* Ation Common Background Color Style*/
.bgWhile{	background-color: #FFF;}
.bgBlack{	background-color: #000;}
.bgRed{	background-color: Red;}
.bgCCC{	background-color: #CCC;}
.bgF0{	background-color: #f0f0f0;}
.bgF3{	background-color: #F3F3F3;}

/*      padding margin     */
.padding1px{	padding: 1px;}
.padding2px{	padding: 2px;}
.padding3px{	padding: 3px;}
.padding5px{	padding: 5px;}
.paddingLeft5px{	padding-left:5px;}
.paddingTop5px{	padding-top: 5px;}
.paddingLeftTop2px{	padding-left: 2px;	padding-top:2px;}
.paddingLeftTop5px{	padding-left:5px;	padding-top:5px;}
.padding-bottom5px{	padding-bottom: 5px;}
.marging1px{	margin: 1px;}
.margin2px{	margin: 2px;}
.margin5px{	margin: 5px;}
.marginTop2px{	margin-top:2px;}
.marginTop5px{	margin-top:5px;}
.marginBottom2px{	margin-bottom: 2px;}
.marginBottom5px{	margin-bottom: 5px;}

/* Ation float style*/
.floatLeft{	float: left;}
.floatRight{ float: right;}
.floatNone{	float: none;}
.clearLeft{	clear: left;}
.clearRight{ clear: right;}
.clearBoth{	clear: both;}
.clearNone{	clear: none;}

/* Ation Text Align style*/
.textalignCenter{text-align: center;}
.textAlignLeft{text-align: left;}
.textAlignRight{text-align: right;}
.textAlignJustify{text-align: justify;}

.verticalAlignMiddle{vertical-align: middle;}
.verticalAlignSub{vertical-align: sub;}
.verticalAlignTop{vertical-align: top;}
.verticalAlignBottom{vertical-align: bottom;}

/* Ation Others Css Style Classic*/
.displayNone{
	border: #F00 1px dashed;
	text-decoration: line-through;
	background-color: Fuchsia;
}

/* Ation css Div or hacker */
/*img{	display: block;}*/
a img{ border:0;}
/* --定义文字换行(FF不支持)-- */
*, #*, .*{
    word-wrap: break-word;
    word-break: break-all;
}
.heightAuto{ height: auto;}


/*Ation Scroll Bar Style */
.DivScrollExample
{
	width:505px;
	height:800px;
	overflow:scroll;
	overflow:auto;
	overflow-x:hidden;
	SCROLLBAR-ARROW-COLOR:#999999;


	SCROLLBAR-FACE-COLOR:#ffcc99;
	SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#FFFFFF;
	SCROLLBAR-TRACK-COLOR:#f0f0f0;
}


/***********************     d9buy.com          ****************************************/
.goodsDetailTitle
{
	border-bottom:#CCC 1px dashed;
	color:#0176C0;
	font-size:14px;
	font-weight:bold;
}
.goodsDetailBorderYellow
{
	border:#F6A100 1px solid;
}
/****颜色款式列表*****/
.goodsDetailStyleListDiv
{
	width:32px;
	height:32px;
	overflow:hidden;
	float:left;
	margin:0px 2px 2px 0px;
	border:#336699 1px solid;
}
.goodsDetailStyleListDivActive
{
	width:32px;
	height:32px;
	overflow:hidden;
	float:left;
	margin:0px 2px 2px 0px;
	border:#336699 2px solid;
}
/*******尺寸选择*****/
.goodsDetailStyleSizeDiv
{
	width:32px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	cursor:pointer;
	margin:0px 2px 2px 0px;
	border:#336699 1px solid;
}
.goodsDetailStyleSizeDivActive
{
	width:30px;
	height:18px;
	line-height:18px;
	text-align:center;
	float:left;
	cursor:pointer;
	margin:0px 2px 2px 0px;
	border:#336699 2px solid;
	background-color:#99ccff;
}

legend
{
	font-weight:bold;
	color:#336699;
	padding:5px;
}
#goodsSizeTable
{
	margin-left:20px;
	width:295px;
	height:100px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:inherit;
	line-height:22px;
	background-image:url(images/sizeTableBg.jpg);
	background-attachment:scroll;
}
#goodsProperty
{
	margin-left:20px;
	width:295px;
	height:100px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:inherit;
}

.thisSiteBorderLine
{
	border:#14679C 1px solid;
}

.goodsDetailStylePicActive
{
	border:#0066FF 1px solid;
	cursor:pointer;
}
.goodsDetailStylePicNormal
{
	border:#cccccc 1px solid;
	cursor:pointer;
}

.fontPhotoDetailP
{
	color:#0176C0;
	font-weight:bold;
}

#pageContent
{
	margin:10px;
	width:95%;
	height:300px;
	margin-left:20px;
	margin-right:auto;
}

.topMenuActive, .topMenuActive a:link, .topMenuActive a:visited, .topMenuActive a:active, .topMenuActive a:hover{
	color:#FFCC00;
	font-size:14px;
	text-decoration:none;
}
.topMenuActive a:hover
{
	text-decoration:underline;
	color:#FFCC00;
}

.topMenuNormal, .topMenuNormal a:link, .topMenuNormal a:visited, .topMenuNormal a:active, .topMenuNormal a:hover{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}
.topMenuNormal a:hover
{
	text-decoration:underline;
	color:#FFCC00;
}


.inputTop
{
	background-image:url(XXX_images/biaoge.gif);
	width:114px;
	height:26px;
	border:none;
	line-height:26px;
	padding-left:5px;
}

.indexNewsTitleActive
{
	background-image:url(XXX_images/indexNewsButton.jpg);
	color:#FFF;
	font-weight:bold;
	line-height:25px;
	cursor:pointer;
}
.indexNewsTitleNormal
{
	font-weight:bold;
	line-height:25px;
	cursor:pointer;
}
.indexNewsContentActive
{
	display:inherit;
}
.indexNewsContentNormal
{
	display:none;
}

/*************lx********************/
.fontLightBlue, .fontLightBlue a:link, .fontLightBlue a:visited, .fontLightBlue a:active, .fontLightBlue a:hover{ color:#003399;}
.divLocation, .divLocation a:link, .divLocation a:visited, .divLocation a:active, .divLocation a:hover{ color:#5e97c2;}
/*
.fontBlueDark, .fontBlueDark a:link, .fontBlueDark a:visited, .fontBlueDark a:active, .fontBlueDark a:hover{ color:#FF9933;}
*/
.fontBlueDark a:hover{ color:#f60;}
/*
.fontBlueDark, .fontBlueDark a:link, .fontBlueDark a:visited, .fontBlueDark a:active, .fontBlueDark a:hover{ color:#FF9933;}
*/
.fontBlueDark2 a:hover{ color:#f60;}
.fontLeftCategory, .fontLeftCategory2{ border-bottom:#CCC 1px solid;}
.fontLeftCategory, .fontLeftCategory a:link, .fontLeftCategory a:visited, .fontLeftCategory a:active, .fontLeftCategory a:hover{ color:#036; font-size:14px; font-weight:bold;}
.fontLeftCategory2, .fontLeftCategory2 a:link, .fontLeftCategory2 a:visited, .fontLeftCategory2 a:active, .fontLeftCategory2 a:hover{ color:#f33; font-size:14px; font-weight:bold;}
.fontLeftCategory3, .fontLeftCategory3 a:link, .fontLeftCategory3 a:visited, .fontLeftCategory3 a:active, .fontLeftCategory3 a:hover{ color:#036; font-size:12px; font-weight:bold;}
.fontLeftCategory4, .fontLeftCategory4 a:link, .fontLeftCategory4 a:visited, .fontLeftCategory4 a:active, .fontLeftCategory4 a:hover{ color:#f33; font-size:12px; font-weight:bold;}


.fontLeftCategory a:hover{ color:#f33;}
.leftBigClassName{
	color:#036;
	font-size:16px;
	font-weight:bold;
	font-family:"黑体";
}


.fontLocation, .fontLocation a:link, .fontLocation a:visited, .fontLocation a:active, .fontLocation a:hover{ color:#036;}



.borderGrayP{ border:#ccc solid 5px;}
.borderGrayP2{ border:#ff9900 solid 5px;}
.fontBlue, .fontBlue a:link, .fontBlue a:visited, .fontBlue a:active, .fontBlue a:hover{ color:#296ea5;}

.height2{ height:2px; font-size:2px; line-height:2px;}
.height5{ height:5px; font-size:5px; line-height:5px;}
.height8{ height:8px; font-size:8px; line-height:8px;}
.height10{ height:10px; font-size:10px; line-height:10px;}



/**************************************************/

.divMain, .divBanner, .divMain2, .divFooter{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
}
.divBanner, .divMain2{width:960px;}
.divFooter{ width:1000;}
.divMain2{
	background-image:url(XXX_images/Default_08.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:25px;
	background-color:#FFF;
}
.divFooter{
	background-image:url(XXX_images/Default_11.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:25px;
	text-align:center;
		
}

/*
#topBanner{ width:960px; margin-top:15px; margin-bottom:15px; margin-left:auto; margin-right:auto;}

*/

.indexTurnContent
{
	background-image:url(images/main_18.jpg);	
	background-repeat:no-repeat;
	background-position:top;
}
.inttTitleActive{
	background-image:url(images/main_15.jpg);
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
.inttTitleNormal{
	background-image:url(images/main_16.jpg);
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
.inttContentActive{}
.inttContentNormal{ display:none;}

