/*****************************************************************
******************************************************************
以下为所有风格通用样式
margin: 0;padding: 0;设置外边距,内边距空隙都为0
font-size: 12px;为字体大小.一般表格内的,不受他控制
li,ul设置list-style: none;主要是取消默认的小圆点.不太好看
******************************************************************
*****************************************************************/

body, form, ul, li, dl, dd, dt ,h,td,th,h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
li,ul{
	list-style: none;
}

#menu {
	margin: 5px 0 0 22px;
	font: bolder 16px "黑体";
	color: #FFF;
                letter-spacing: 0.5em;
	}
#menu a {
	font-size: 16px;
	text-decoration: none;
}
#menu a:link {
	color: #CCC;
	}
#menu a:visited {
               color: #CCC;
}
#menu a:hover {
	color: #F00;
}
a:active {
}

.i_con {
	margin:3px 0 0 8px;
	}
#i_1 {
	margin:0px 0 0 0px;
}
#i_2 {
	position:absolute;
	left:5px;

	top:7px;
	width:293px;
	height:135px;
}

/***************视频*****************/
#viewmv .middle td{
	padding-left:8px;
	padding-top:3px;
}
#viewmv .middle .a1{
	font-weight:bold;
}
#viewmv .middle .b1{
	background:#fff;
}
/******************************************
font-size: 12px;超级链接字体大小
color:字体颜色
text-decoration: none;没有下画线.要有下画线.改none为underline
a 为统一超级链接,
a:link没有点击过的超级链接样式
a:visited 被点击过的超级链接样式
a:hover 鼠标指向时的超级链接样式
a:active 被用户激活(在鼠标点击与释放之间发生的事件)时的样式.少用
*******************************************/
.login_sub{
	color:#fff;
	background:url(login_button.gif);
	padding-top:1px;
	border:0px;
	height:19px;
}

.head
{ height:55px; 
margin:2px;
padding:2px;
border:1px #eaeaea solid;
}

a {
	font-size: 13px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #4E667B;
}
a:active {
	text-decoration: none;
}

/****************************图片样式******************/

.listpic{
	width:120px;
	padding:3px 7px 3px 5px;
	float:left;
}
.listpic .title{
	width:120px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.listpic img{
	border:1px #FFF solid;
	width:120px;
	height:90px;
}
.listpic .img a{
	width:120px;
	height:90px;
	display:block;
	text-align :center;
	border:1px #ccc solid;
	margin-bottom:5px;
}

/**********************************分页******************************************/

.page{
	text-align:center;
	padding:2px;
}

/**********图片大分类页**************/
.BigsortImg .v0{
	width:120px;
	padding:5px 0px 5px 18px;
}
.BigsortImg .v0 .p1 img{
	width:120px;
	height:90px;
	border:1px solid #fff;
}
.BigsortImg .v0 .p1 a{
	width:120px;
	height:90px;
	display:block;
	border:1px solid #ccc;
}
.BigsortImg .v0 .p2{
	text-align:center;
	padding-top:5px;
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/**********图片内容列表页**************/
.list_sortpic .listpic{
	margin-left:6px;
}
/********************/
.BigsortTile .a2{
	padding-right:10px;
}

/*********图片主题************/
#ListShowPic .listpic{
	margin-left:6px;
}


#content_vote{
	margin:10px;
}



/**********Flash大分类页**************/
.FlashBigsortImg .v0 .p2{
	text-align:left;
}

/************************************************************************************
网页最顶部登录框与日历相关
**************************************************************************************/
#header_top{
	width:990px;
	background:url(head_top_2.gif);
}
#header_top .L{
	width:9px;
	height:30px;
	background:url(head_top_1.gif);
}
#header_top .R{
	width:7px;
	height:30px;
	background:url(head_top_3.gif);
}
#header_top .login{
	width:500px;
	float:left;
	margin-top:4px;
}
#header_top .Time{
	width:300px;
	float:right;
	text-align:right;
	padding-top:6px;
	padding-right:5px;
	margin-top:2px;
}
#header_top .login input.login_name,#header_top .login  input.login_pwd{
	width:90px;
	height:15px;
}
#header_top .login_sub{
	color:#fff;
	background:url(login_button.gif);
	padding-top:1px;
	border:1px solid #ccc;
	height:19px;
}




/**********商城大分类页**************/
.ShopBigsortImg .v0 .p2{
	text-align:left;
}
/**********商城大分类页**************/
.MvBigsortImg .v0 .p2{
	text-align:left;
}

/****************************************************/
#IndexMainNews .L{
	height:70px;
	width:4px;
	background:url(topnews_a1.gif) no-repeat top;
}

#IndexMainNews .C{
	background:url(topnews_a2.gif) repeat-x top;
	line-height:150%;
}

#IndexMainNews .R{
	width:4px;
	background:url(topnews_a3.gif) no-repeat top;
}

#IndexMainNews{
	border-bottom:1px solid #E3E3E3;
}











/*****************************************************************
******************************************************************
以下是太极的css
******************************************************************
*****************************************************************/


*{
scrollbar-3dlight-color:#ccc; /*- 最外左 -*/
   scrollbar-highlight-color:#fff; /*- 左二 -*/
   scrollbar-face-color:#CCC; /*- 面子 -*/
   scrollbar-arrow-color:#666; /*- 箭头 -*/
   scrollbar-shadow-color:#808080; /*- 右二 -*/
   scrollbar-darkshadow-color:#ccc; /*- 右一 -*/
   scrollbar-base-color:#ddd; /*- 基色 -*/
   scrollbar-track-color:#eee;/*- 滑道 -*/
}

body { margin: 0px; padding: 0px; overflow-x:hidden; }
#cont {
	background-image: url(background.gif);
	background-repeat: repeat;
	width:auto;
height:1384px;	
margin:0px;
	}
#__01 {
	position:relative;
	MARGIN: auto;
	left:0px;
                background-color:#fff;
	top:0px;
	width:1012px;
	height:1384px;
}

#id1_ {
	position:absolute;
	left:17px;
	top:0px;
	width:984px;
	height:264px;
	background-image: url(1.jpg);
}

#id2_ {
	position:absolute;
	left:1001px;
	top:0px;
	width:16px;
	height:1384px;
	background-image: url(2.png);
}

#id3_ {
	position:absolute;
	left:0px;
	top:1px;
	width:17px;
	height:1384px;
	background-image: url(3.png);
}

#id4_ {
	position:absolute;
	left:17px;
	top:264px;
	width:47px;
	height:30px;
	background-image: url(4.png);
}

#id5_ {
	position:absolute;
	left:64px;
	top:264px;
	width:904px;
	height:26px;
	background-image: url(5.png);
}

#id6_ {
	position:absolute;
	left:968px;
	top:264px;
	width:33px;
	height:30px;
	background-image: url(6.png);
}

#id7_ {
	position:absolute;
	left:64px;
	top:290px;
	width:904px;
	height:4px;
	background-image: url(7.png);
}

#id8_ {
	position:absolute;
	left:17px;
	top:294px;
	width:213px;
	height:36px;
	background-image: url(8.png);
}

#id9_ {
	position:absolute;
	left:230px;
	top:294px;
	width:552px;
	height:36px;
	background-image: url(9.png);
}

#id10_ {
	position:absolute;
	left:782px;
	top:294px;
	width:219px;
	height:36px;
	background-image: url(10.png);
}

#id11_ {
	position:absolute;
	left:375px;
	top:338px;
	width:316px;
	height:25px;
	background-image: url(11.gif);
}

#id12_ {
	position:absolute;
	left:700px;
	top:338px;
	width:299px;
	height:151px;
	background-image: url(12.gif);
}

#id13_ {
	position:absolute;
	left:17px;
	top:339px;
	width:349px;
	height:24px;
	background-image: url(13.gif);
}

#id14_ {
	position:absolute;
	left:374px;
	top:363px;
	width:317px;
	height:277px;
	background-image: url(14.gif);
}

#id15_ {
	position:absolute;
	left:17px;
	top:365px;
	width:349px;
	height:276px;
	background-image: url(15.gif);
}

#id16_ {
	position:absolute;
	left:700px;
	top:493px;
	width:300px;
	height:24px;
	background-image: url(16.gif);
}

#id17_ {
	position:absolute;
	left:700px;
	top:517px;
	width:300px;
	height:124px;
	background-image: url();
}

#id18_ {
	position:absolute;
	left:17px;
	top:650px;
	width:350px;
	height:25px;
	background-image: url(18.gif);
}

#id19_ {
	position:absolute;
	left:375px;
	top:650px;
	width:316px;
	height:25px;
	background-image: url(19.gif);
}

#id20_ {
	position:absolute;
	left:699px;
	top:650px;
	width:301px;
	height:25px;
	background-image: url(20.gif);
}

#id21_ {
	position:absolute;
	left:17px;
	top:675px;
	width:349px;
	height:273px;
	background-image: url(21.gif);
}

#id22_ {
	position:absolute;
	left:366px;
	top:675px;
	width:1px;
	height:2px;
	background-image: url(22.gif);
}

#id23_ {
	position:absolute;
	left:374px;
	top:675px;
	width:317px;
	height:203px;
	background-image: url(23.gif);
}

#id24_ {
	position:absolute;
	left:699px;
	top:675px;
	width:301px;
	height:113px;
	background-image: url(24.gif);
}

#id25_ {
	position:absolute;
	left:700px;
	top:796px;
	width:300px;
	height:82px;
	background-image: url(25.gif);
}

#id26_ {
	position:absolute;
	left:374px;
	top:888px;
	width:627px;
	height:60px;
	background-image: url(26.gif);
}

#id27_ {
	position:absolute;
	left:17px;
	top:957px;
	width:499px;
	height:25px;
	background-image: url(27.gif);
}

#id28_ {
	position:absolute;
	left:524px;
	top:957px;
	width:477px;
	height:25px;
	background-image: url(28.gif);
}

#id29_ {
	position:absolute;
	left:17px;
	top:982px;
	width:499px;
	height:105px;
	background-image: url(29.gif);
}

#id30_ {
	position:absolute;
	left:524px;
	top:982px;
	width:477px;
	height:105px;
	background-image: url(30.gif);
}

#id31_ {
	position:absolute;
	left:17px;
	top:1097px;
	width:984px;
	height:130px;
	background-image: url(31.gif);
}

#id32_ {
	position:absolute;
	left:17px;
	top:1236px;
	width:499px;
	height:27px;
	background-image: url(32.gif);
}

#id33_ {
	position:absolute;
	left:524px;
	top:1236px;
	width:477px;
	height:26px;
	background-image: url(33.gif);
}

#id34_ {
	position:absolute;
	left:524px;
	top:1262px;
	width:477px;
	height:105px;
	background-image: url(34.gif);
}

#id35_ {
	position:absolute;
	left:17px;
	top:1263px;
	width:499px;
	height:106px;
	background-image: url(35.gif);
}

#id36_ {
position: absolute;
    left: 17px;
    top: 1240px;
    width: 984px;
    height: 117px;
}

#id37_ {
	position:absolute;
	left:17px;
	top:1356px;
	width:984px;
	height:28px;
	background-image: url(37.png);
}

#page {
	position:absolute;
	left:16px;
	top:990px;
	width:629px;
	height:24px;
	background-color: #F9F9F9;
}

/*内容页侧边栏start
*/

#id12_b {
	position:absolute;
	left:700px;
	top:338px;
	width:299px;
	height:151px;
	background-image: url(12.gif);
}
#id16_b {
	position:absolute;
	left:700px;
	top:493px;
	width:300px;
	height:24px;
	background-image: url(16.gif);
}

#id17_b {
	position:absolute;
	left:700px;
	top:517px;
	width:300px;
	height:124px;
	background-image: url(17.gif);
}
#id20_b {
	position:absolute;
	left:699px;
	top:650px;
	width:301px;
	height:25px;
	background-image: url(20.gif);
}
#id24_b {
	position:absolute;
	left:699px;
	top:675px;
	width:301px;
	height:113px;
	background-image: url(24.gif);
}


#id25_b {
	position:absolute;
	left:700px;
	top:796px;
	width:300px;
	height:82px;
	background-image: url(25.gif);
}



#id26_b {
	position:absolute;
	left:700px;
	top:888px;
	width:300px;
	height:60px;
	background-image: url(26.gif);
	border: 1px solid #CCC;
}

#id32_b {
	position:absolute;
	left:700px;
	top:1098px;
	width:300px;
	height:27px;
	background-image: url(32.gif);
	border: 1px solid #CCC;
	z-index: 2;
}

#id33_b {
	position:absolute;
	left:700px;
	top:958px;
	width:300px;
	height:26px;
	background-image: url(33.gif);
	border: 1px solid #CCC;
}

#id34_b {
	position:absolute;
	left:700px;
	top:988px;
	width:300px;
	height:105px;
	background-image: url(34.gif);
	background-position: right;
	border: 1px solid #CCC;
}

#id35_b {
	position:absolute;
	left:701px;
	top:1129px;
	width:300px;
	height:106px;
	background-image: url(35.gif);
	background-position: right;
	z-index: 2;
	border: 1px solid #CCC;
}

/*内容页侧边栏end/
*/


/*///  内容页 明细栏start
*/
#b_main {
	position:absolute;
	left:35px;
	top:338px;
	width:656px;
	height:1022px;
	border: 1px solid #CCC;
}

#b_head {
	position:absolute;
	left:0px;
	top:0px;
	width:656px;
	height:35px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#b_title {
	position:absolute;
	left:16px;
	top:52px;
	width:629px;
	height:32px;
	font-family: "黑体";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#b_dsc {
	position:absolute;
	left:16px;
	top:90px;
	width:629px;
	height:24px;
	background-color: #F9F9F9;
}
#b_con {
	position:absolute;
	left:23px;
	top:119px;
	width:629px;
	height:822px;
	overflow: auto;
}
/*内容页end  ///
*/


/*列表页侧边栏start
*/

#id12_l {
	position:absolute;
	left:700px;
	top:338px;
	width:299px;
	height:151px;
	background-image: url(12.gif);
}
#id16_l {
	position:absolute;
	left:700px;
	top:493px;
	width:300px;
	height:24px;
	background-image: url(16.gif);
}

#id17_l {
	position:absolute;
	left:700px;
	top:517px;
	width:300px;
	height:124px;
	background-image: url(17.gif);
}
#id20_l {
	position:absolute;
	left:699px;
	top:650px;
	width:301px;
	height:25px;
	background-image: url(20.gif);
}
#id24_l {
	position:absolute;
	left:699px;
	top:675px;
	width:301px;
	height:113px;
	background-image: url(24.gif);
}


#id25_l {
	position:absolute;
	left:700px;
	top:796px;
	width:300px;
	height:82px;
	background-image: url(25.gif);
}



#id26_l {
	position:absolute;
	left:700px;
	top:888px;
	width:300px;
	height:60px;
	background-image: url(26.gif);
	border: 1px solid #CCC;
}

#id32_l {
	position:absolute;
	left:700px;
	top:1098px;
	width:300px;
	height:27px;
	background-image: url(32.gif);
	border: 1px solid #CCC;
	z-index: 2;
}

#id33_l {
	position:absolute;
	left:700px;
	top:958px;
	width:300px;
	height:26px;
	background-image: url(33.gif);
	border: 1px solid #CCC;
}

#id34_l {
	position:absolute;
	left:700px;
	top:988px;
	width:300px;
	height:105px;
	background-image: url(34.gif);
	background-position: right;
	border: 1px solid #CCC;
}

#id35_l {
	position:absolute;
	left:701px;
	top:1129px;
	width:300px;
	height:106px;
	background-image: url(35.gif);
	background-position: right;
	z-index: 2;
	border: 1px solid #CCC;
}

/*列表页侧边栏end/
*/




/*/// 列表页 明细栏start
*/
#l_con {
	position:absolute;
	left:16px;
	top:52px;
	width:629px;
	height:886px;
	overflow: auto;
}
/*列表页 明细栏end  ///
*/
