@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0px;
	padding:0px;
}
a img {border: 1px solid #fff;}
a:hover {zoom:1}
a:hover img {
	border: 1px solid #CCCCCC;
}
A:link {
    font-size:12px;
	color:#000000;
    text-decoration: none;
	font-weight:normal;
}
 
A:visited {
    font-size:12px;
	color:#000000;
    text-decoration: none;
	font-weight:normal;
}
A:active {
    font-size:12px;
	color:#000000;
    text-decoration: none;
	font-weight:normal;
}
A:hover {
	font-size:12px;
	color:#990000;
	text-decoration: underline;
	font-weight:normal;
}

#top {
    width:960px;
	margin:0 auto;
	height:74px;
}
#logo {
	float: left;
	padding-top:12px;
}

/*topnav*/
#topnav {
	float: right;
	padding-top: 20px;
}

/* style the outer div to give it width */
.menu {
	width:400px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:25px;
	background-color:#fff;
	font-size: 14px;
	font-weight: bold;
}

/* style the sub-level lists */
.menu ul ul {
	width:400px;
	font-size: 12px;
	font-weight: normal;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:25px;
	line-height:24px;
	display:block;
	margin-right:2px;
	width: 120px;
	background-image: url(../images/tabs_1_2.gif);
}

/* style the sub level list items */
.menu ul ul li {display:block; width:110px; height:auto; line-height:1em;}
.menu ul ul li.last {
	padding-bottom:10px;
	background-image: url(../images/sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* style the links for the top level */
.menu a, #topnav .menu a:visited {
	display:block;
	float:left;
	height:24px;
	font-size:12px;
	text-decoration:none;
	color:#000;
	padding:0 0 0 10px;
	text-align:left;
	border:0;
	background-color: #fff;/*MENU背景设置属性*/
}
#topnav {
	float: left;
	padding-top: 20px;
	z-index: 1;
	position: absolute;
	width: 400px;
	height: 61px;
	left: 700px;
}/*MENU背景透明不透明属性*/

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:110px; w\idth:100px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	color:#000;
	width:128px;
	height:100%;
	line-height:1em;
	padding:5px 10px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;/*mean,侧面线条颜色*/
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:135px; w\idth:118px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#fff;}


/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#000000;
	border:0;
	height:25px;
	position:relative;
	z-index:100;
}
.menu li:hover {
	position:relative;
}

.menu :hover > a {
	color:#ae0d20;/* 鼠标放上去字体变色属性 */
	border:0;
	height:25px;
}

/* second */
* html .menu ul ul a:hover{
	color:#CC0000;
	background:#fff;
	position:relative;
	z-index:110;
	height:100%;
	border:1px solid #000;
	border-width:0 1px;
}
.menu ul ul li{
display:block;
width:150px;
height:auto;
line-height:lem;
}

.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {
	color:#000000;
	background:#fff;
	z-index:110;
	height:100%;
	border-width:0 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #000000;
	border-left-color: #000000;/*mean,侧面线条颜色*/
	background-color: #e2e2e2;/*鼠标经过颜色*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; top:25px; left:0; width:150px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	left:-30px;
	background-color: transparent;/*大的背景色*/
	background-image: url(../images/sub_top.gif);
	background-repeat: no-repeat;
	background-position: 30px 0;
}
.menu ul :hover ul.left {
	visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	left:-55px;
	background-color: transparent;
	background-image: url(../images/sub_top_left.gif);
	background-repeat: no-repeat;
	background-position: 30px 0;
}

.topnave2 {
	padding-left: 15px;
	padding-top: 10px;
	width: 352px;
}
.topnave2 span {
	padding-right: 40px;
}

/*topnav结束*/


#content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}
#help .title {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	background-color: #CCCCCC;
	padding-left: 8px;
}


#conleft {
	width: 184px;
	float:left;
}


#conright {
	float: right;
	width: 774px;
}
/*导航*/
#mainbav {
	height: 31px;
	background-image: url(../images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainbav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.first  li {
    float:left;position:relative;display:inline;
}
.first  li a, .first  li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#000;
	width:89px;
	color:#000;
	padding:0px;
	line-height:25px;
	margin-top: 6px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.first li a:hover {
	color:#fff;
	background-color: #fff;
	background-image: url(../images/bgON.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#mainbav .last {
	width: 230px;
	height: 31px;
	background-image: url(../images/chat_bg.gif);
	float: right;
	font-style: italic;
	color: #666666;
}
#marquees {
	width: 230px;
	height: 31px;
	background-image: url(../images/chat_bg.gif);
	line-height: 14px;
	float: right;
}

/*导航结束*/
/*搜索栏*/
#search {
	height: 33px;
	background-color: #8e0314;
	background-image: url(../images/search_bar_l.gif);
	background-repeat: no-repeat;
}
#search ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#search li {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#search .last {
	font-size: 15px;
	background-image: url(../images/search_bar_r.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 173px;
	float: right;
	margin: 1px;
	margin-right: -2px;
}

/*搜索栏结束*/
/*广告内容*/
#column {
	padding-top: 1px;
	width: 774px;
}
#coluleft {
	float: left;
	width: 539px;
}
#columncontent .content {
	float: left;
	width: 150px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#columncontent .content-last {
	float: right;
	width: 150px;
	padding: 10px;

}

#columncontent .title {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	line-height: 25px;
	padding-top: 10px;
	color: #990000;
}
/*广告内容结束*/

#coluright{
	float: right;
	width: 225px;
}
#coluright .content {
	padding: 10px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
#coluright .content li {
	height: 50px;
}
#coluright .content .title {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	line-height: 25px;
	color: #990000;
	background-image: url(../images/Bestsellers.gif);

}
/*侧边导航栏*/
#sidebar {
	background-color: #CC0000;
	padding-bottom:0px !important;
	padding-bottom:2px;
	margin-bottom:12px;
	position:relative;
	}
#sidebar .title {
	height: 33px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/theme-1/menu_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
#sidebarmenu {
	list-style-type:none;
	padding:0;
	width:184px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position:relative;
}
#sidebarmenu li {
	padding:0;
	margin:0;
	position:relative;
	width:184px;
    height:23px !important;
	height:21px;
	position:relative;
}
#sidebarmenu li dl {
	position:absolute;
	top:-5px;
	left:0;
	padding-bottom:0;
	position:relative;
}
#sidebarmenu li a, #sidebarmenu li a:visited {text-decoration:none;}
#sidebarmenu li dd {display:none;}
#sidebarmenu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#sidebarmenu dl {width: 184px; margin: 0; padding: 0; background: transparent;}
#sidebarmenu dt {margin:0; padding: 0;}

#sidebarmenu dd {margin:0; padding:0; color: #fff; font-size: 1em; text-align:left; width:150px; float:right; clear:right;}

#sidebarmenu dt a, #sidebarmenu dt a:visited {
	display:block;
	font-size: 12px;
	color: #000000;/*侧栏字色*/
	text-align:center;
	border:1px solid #990000;
	border-width:0 1px 0px 1px;
	padding:0.25em 0 0.75em 0;
	background-color:#f6f6f6;/*背景颜色*/
	background-image: url(../images/bjjjj.gif);
}

#sidebarmenu li a:hover {border:0;}
#sidebarmenu li:hover dd, #sidebarmenu li a:hover dd {display:block;}
#sidebarmenu li:hover dl, #sidebarmenu li a:hover dl {width:335px;}

#sidebarmenu li:hover dt a, #sidebarmenu a:hover dt a {
	color:#000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #990000;
	background-image: url(../images/bjjj2.gif);
}

#sidebarmenu dd a, #sidebarmenu dd a:visited {
	color:#000000;
	padding:0.5em 0;
	text-decoration:none;
	display:block;
	text-align:center;
	width:148px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#sidebarmenu dd a:hover {
	color:#990000;
	text-decoration: underline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#sidebarmenu b {display:block; overflow:hidden; height:1px;}

b.p1 {
	margin:0 1px;
	background-color: #999999;
}
b.p2 {
	margin:0 3px;
	background-color: #CCCCCC;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
b.p3 {
	margin:0 2px;
	background-color: #FFFFFF;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
b.p4 {
	height:2px;
	margin:0 1px;
	background-color: #FFFFFF;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
b.p5 {
	margin:0 5px;
	background-color: #999999;
}
b.p6 {
	margin:0 3px;
	background-color: #999999;
}
b.p7 {
	margin:0 2px;
	background-color: #CCCCCC;
}
b.p8 {
	height:2px;
	margin:0 1px;
	background-color: #CCCCCC;
}

#sidebarmenu li:hover b.p2, #sidebarmenu a:hover b.p2 {background:#fff;}
#sidebarmenu li:hover b.p3, #sidebarmenu a:hover b.p3 {background:#f0f0f0;}
#sidebarmenu li:hover b.p4, #sidebarmenu a:hover b.p4 {background:#e8e8e8;}

/*侧栏导航结束*/

/*侧栏*/
#image {
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	margin-top: 5px;
}
#leftSearch {
	height: 120px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	width:182px;
	float: left;
}
#leftSearch .s1 {
	height: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftSearch .title {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}
#Newsletter {
	height: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	width: 182px;
}
#Newsletter .title {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
}
#Newsletter .n1 {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#gundong {
	height: 150px;
	float: left;
	width: 182px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

#gundong .title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #CC0000;
}
#letour365 {
	float: left;
	height: 280px;
	width: 182px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#letour365 .title {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}
#letour365 .letourn {
	padding: 10px;
	color: #666666;
}
#view {
	float: left;
	width: 182px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#view .title {
	background-color: #eeeeee;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 8px;
}
#view .viewn {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
/*侧栏结束*/

#banner {
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}

/*鼠标切换*/
.dis {
display: block
}
.undis {
display: none
}

#NewsTop {
clear: both; margin-bottom: 16px
}
#NewsTop P {
float: left; line-height: 21px
}
#NewsTop P.topC0 {
	background: #dcdcdc;
	border-left: #f2f2f2 1px solid;
	width: 255px;
	cursor: pointer;
	height: 25px;
	text-align: center;
}
#NewsTop P.topC1 {
	border-left: #f2f2f2 1px solid;
	width: 255px;
	color: #FFFFFF;
	background-color: #999999;
	height: 25px;
	text-align: center;
}
#NewsTop #NewsTop_tit {
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#NewsTop #NewsTop_cnt {
	line-height: 19px;
	height: 420px;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#NewsTop #NewsTop_cnt A {
color: #666; text-decoration: none
}
#NewsTop #NewsTop_cnt A:hover {
color: #c2130e; text-decoration: underline
}

#product {
	width: 770px;
}

#NewsTop_cnt .n1con {
	float: left;
	width: 244px;
	padding-left: 5px;
	height: 140px;
}

#NewsTop_cnt .n1con .n1n {
	float: left;
	width: 120px;
}
/*鼠标切换结束*/

#shopping {
	width: 748px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: auto;
}
#shopping .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ae0d20;
	height: 25px;
	line-height: 25px;
}
#shopping .shopn {
	padding-top: 20px;
	overflow: hidden;
}
.shopn .shopn1 {
	float: left;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
	margin-left: 9px;
	display:inline;
}

.shopn1 .shopt {
	float: left;
	width: 120px;
	text-align:center;
}
.shopn .shopn2 {
	float: left;
	width: 240px;
	padding-bottom: 25px;
	margin-left: 9px;
	display:inline;
}
.shopn2 .shopt {
	float: left;
	width: 120px;
}

/*底部*/
#foot {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
}

#help {
	height: 160px;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	width: 960px;
}

#help .helpn {
	padding: 15px;
}
.helpn .helpn1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
	list-style-image: none;
	list-style-type: none;
}

.helpn1 li {
	height: 25px;
	font-weight: bold;
	color: #666666;
}
#link {
	height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-left: 240px;
}

#link ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#link li {
	float: left;
	width: 80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#link .last {
	float: left;
	width: 80px;
	border-right-width: 0px;

}
#copyright {
	height: 80px;
	padding-top: 8px;
}
/*底部结束*/

#textfield {
	height: 15px;
	width: 200px;
	margin: 1px;
}

