﻿/*---按钮---*/

.W_XXS{width:30px;}
.W_XS{width:80px;}
.W_S{width:150px;}
.W_M{width:200px;}
.W_L{width:250px;}
.W_XL{width:300px;}
.W_XXL{width:700px; max-width:700px;}

.H_XXS{height:22px;}
.H_XS{height:44px;}
.H_S{height:66px;}
.H_M{height:88px;}
.H_L{height:110px; max-height:110px;}
.H_XL{height:132px;}
.H_XXL{height:154px;}

.Input_Tag /*Input text*/
{
	font:12px/22px Verdana, Tahoma, Arial;
	margin-top:6px;
	*margin-top:5px;
	_margin-top:5px;
	padding-left:2px;
	border:1px solid;
	border-color:#666 #ccc #ccc #666;
	background:#FFF url(bg_input.jpg) repeat-x;
	color:#333;
}

.A_SubmitEmail
{
    clear:both;
    margin:5px auto;
    width:24px;
    height:12px;
    display:block;
    color:#444;
}

.A_SubmitEmail:hover
{
    color:#666;
}

/*---分页设置---*/

.P_Page
{
	width:92%;
	height:22px;
	clear:both;
	text-align:center;
	cursor:default;
	font:normal 12px/22px Verdana;
	margin:0px auto 15px;
}

.P_Page a
{
	color:#666;
	height:22px;
	padding:0px 7px 0px 6px;
	display:inline-block;
	text-decoration:none;
}

.P_Page a:hover
{
	background:#ac0169;
	color:#fff;
}

.P_Page .A_Selected
{
	display:none;
}

.P_Page #PreviousPage:hover
{
	color:#ac0169;
	background:none;
}

.P_Page #NextPage:hover
{
	color:#ac0169;
	background:none;
}