

body   /* body 定义:可定义网页字体颜色、背景、浏览器边框等 */
{
margin: 0 auto;
height:100%;
background-color:#ffffff;
background-position:center;

/*---定义网页总字体大小及样式 开始---*/
font-size: 9pt;
font-color:#000000;
text-decoration: none; /*是否下划线,有为underline*/
/*---定义网页总字体大小及样式 结束---*/

} 
 /*---- body的css定义 结束 ----*/

html {
/*---滚动条样式 开始---*/
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #cccccc; 
scrollbar-3dlight-color: #cccccc; 
scrollbar-arrow-color: #330000; 
scrollbar-track-color: #f6f6f6; 
scrollbar-darkshadow-color: #ffffff;
/*---滚动条样式 结束---*/
}

/*#center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }*/

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000;} /* 未访问的链接 */
a:visited {color: #333;} /* 已访问的链接 */
a:hover{color: #FF9933;text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color: #FF9933;text-decoration:underline;} /* 点击激活链接 */
/* ----网站链接总的css定义结束----*/

.paybutton {
width:130px;height:26px;
}

.paybutton2 {
width:130px;height:26px;color:#ff0000;
}

#webbottom {
margin: auto;margin-top:5px;height: 40px;width: 970px;border-top:0px solid #333;border-left : 0px solid #FF9A00; border-right : 0px solid #FF9A00;border-bottom : 0px solid #FF9A00; background-color:#fff;padding-top:3px;
}

#webbottom a:active {test:expression(target="_blank");}

a.webbottom:link {color: #333;FONT-SIZE: 12px;line-height:18px;} /* 未访问的链接 */
a.webbottom:visited {color: #333;FONT-SIZE: 12px;line-height:18px;} /* 已访问的链接 */
a.webbottom:hover{color: #000;FONT-SIZE: 12px;line-height:18px;} /* 鼠标在链接上 */ 
a.webbottom:active {color: #000;FONT-SIZE: 12px;line-height:18px;} /* 点击激活链接 */


/*---------------部落商城CSS---------------*/
.shop_table {margin : auto;border: 1px solid #333; width : 968px; background-color : #fff;padding-top:5px;}

.shop_paytype {border-top: 1px solid #DBDBDB; border-left : 1px solid #DBDBDB; border-right : 1px solid #DBDBDB;border-bottom : 1px solid #DBDBDB;width :758px; height:110px; margin : auto;margin: 10px;background-color : #fff;padding-top:5px;padding-bottom:5px;}

.shop_paytype_in {margin : auto;margin: 2px;border-top: 0px solid #DBDBDB; border-left : 0px solid #DBDBDB; border-right : 0px solid #DBDBDB;border-bottom : 0px solid #DBDBDB;
width:23%; background-color : #fff;
color:#000;text-align:center;float:left;}


