﻿/* CSS Document */
@import url("css.css");  /*xhtml元素的设定*/
body {
	font:12px arial, helvetica, clean, sans-serif, "宋体";
	text-align: center;
	color:#000;
	line-height:20px;
}
input.button {
	line-height:23px;
	padding:0 12px;
	cursor:pointer;
	border:none;
	height:23px;
	vertical-align:middle;
	color:#470d11;
}
.noborder {
	border:none;
}

/* 文字颜色 */
.green{
	color:#090;
}

.red{
	color:#fa3800;
}

/* 链接颜色 */

a:link {
	color: #156cc5;
	text-decoration:none;
}
a:visited {
	color: #156cc5;
	text-decoration:none;
}
a:hover {
	color:#156cc5;
	text-decoration:underline;
}
a:active {
	color: #156cc5;
}
/*隐藏*/



.dn {
	display:none;
}
/* 其他 */



.clearboth {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* 空白 */	

.blank2 {
	height:2px;
	clear:both;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.blank8 {
	height:8px;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.blank5 {
	height:5px;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.blank10 {
	height:10px;
	clear:both;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.blank15 {
	height:15px;
	clear:both;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.blank20 {
	height:20px;
	clear:both;
	font-size:1px;
	overflow:hidden;
	line-height:1px;
}
.head {
	display:block;
	height:99px;
}
.top {
	width:100%;
	height:33px;
	text-align:right;
}
.logo {
	width:218px;
	cursor:pointer;
	vertical-align:middle;
	text-align:left;
	display: block;
	float:left;
	position:relative;
	margin-top:0;
	margin-right:0px;
}
.logo a {
	display:block;
	line-height:8px;
}
.head_right .price a {
	font-size:12px;
	width:120px;
}
.head_right .price a span {
	width:45px;
}
/* .nav  左边样式.first  右边样式.last */



.nav {
	height:35px;
	margin:0px auto;
	clear:both;
	text-align:left;
}
.nav ul {
	margin:0 auto;
	overflow:hidden;
	clear:none!important;
	background:none;
	display:inline;
}
.nav ul li {
	text-align:center;
	float:left;
	position:relative;
	display:inline-block;
	line-height:38px;
	overflow:hidden;
}
.nav ul li a {
	display:inline-block;
	position:relative;
	font-family:"黑体";
	font-size:16px;
	color:#fff;
	padding:0 80px 0 45px;
	background:url(../images/ico.gif) 5px -124px;
}
.nav ul li a:link {
	color:#fff;
}
.nav ul li a:visited {
	color:#fff;
}
/*鼠标经过的样式*/



/*点击后的样式 .select 左边样式.first  右边样式.la*/



.nav ul li a:hover, .nav .select {
	background:url(../images/ico.gif) 5px -83px;
	color:#CC3300;
}
/* 区块 */



.index_wrap {
	width:100%;
}
.main {
	margin:auto;
	clear:both;
	width:967px;
}
.main, .head {
	width:967px;
	margin:auto;
}
.left {
	width: 593px;
	float: left;
	display:inline;
}
.index .left {
	height:322px;
	background:url(../images/index_left.gif) top no-repeat;
}
.right {
	width:364px;
	float:right;
	display:inline;
}
.foot {
	clear:both;
	line-height:30px;
	text-align:center;
	padding:30px 0 50px 30px;
}
.foot p {
	width:934px;
	margin:0;
}
.foot a:hover {
	color:#CC3300;
}
.http {
	font-size:24px;
	font-weight:bold;
	color:#666;
	line-height:40px;
}
.http a:link, .http a:visited {
	color:#666;
}
.copyright {
	margin:auto;
	font-size:14px;
}
/***************表单样式*****************/



.cssform {
	padding:0 33px;
	color:#000;
}
.cssform legend {
	padding:0 8px 8px;
	color:#f23e0d;
	text-align:left;
}
.cssform fieldset {
	margin-top:15px;
}
.cssform .small_title {
	text-align:left;
	padding-left:5px!important;
}
.cssform p {
	margin: 0;
	text-align:left;
	line-height:30px;
}
.cssform label {
	color:#000;
	width: 146px;
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
	text-align:right;
}
.cssform .item {
	padding-left:148px;
}
.cssform .item label {
	width:auto;
}
.cssform input {
	vertical-align:middle;
}
.cssform textarea {
	width: 350px;
	height: 145px;
	overflow:auto;
}
.cssform .button input, 
.prompt .button {
	background:url(../images/main_ico.gif) no-repeat right -215px;
	width:100px;
	height:39px;
	line-height:39px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	font-family:"黑体";
	display:inline-block;
}
.error, .errorlist {
	color:#F23E0D;
}

.describe, .error, .invalid {
	line-height:18px;
	padding:0px 15px;
	display:inline-block;
	vertical-align:middle;
}

.invalid{
	color:#F23E0D;
	background:#FFFFCC;
	line-height:22px;
	height:22px;
	margin:0 8px;
}

.normal{
}

.warn{
	background:#FFFFCC;
	color:#F23E0D;
}

.notice {
	border:1px solid #eee;
	padding:10px;
	line-height:20px!important;
	margin-top:21px!important;
}
/***************表单样式*****************/



.login {
	width:327px;
	margin-top:45px;
	display:inline-block;
}
.login_top, .login_bottom {
	background:url(../images/main_ico.gif) #efefef no-repeat;
	height:13px;
}
.login_top {
	background-position: left top;
}
.login_bottom {
	background-position: left -21px;
}
.login_middle {
	background:#efefef;
}
.login_title {
	background:url(../images/main_ico.gif) no-repeat 33px -150px;
	height:56px;
}
.login .cssform label {
	width:56px;
	text-align:left;
}
.login input {
	width:124px;
}
.login .button {
	padding-left:53px;
	padding-top:10px;
	padding-bottom:9px;
}
.login .button .button_login, .login .button_reg {
	background:url(../images/main_ico.gif);
	height:30px;
	line-height:30px;
	width:68px;
	border:none;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}
.login .button .button_login {
	background-position: left -49px;
	margin-right:9px;
}

.login .button_reg {
	background-position: -81px -49px;
	display:inline-block;
	text-align:center;
	color:#fff;
}
.login .button_reg:visited, .login .button_reg:hover, 
.prompt .button:visited, .prompt .button:hover{
	color:#fff;
	text-decoration:none;
}
.login_righttop {
	background:url(../images/login_righttop.png) no-repeat;
	width:136px;
	height:135px;
	position:absolute;
	z-index:999;
	margin-top:-83px;
	margin-left:180px;
}
.reg_button {
	margin-top:44px;
}
.reg_button a {
	background:url(../images/main_ico.gif) no-repeat left -95px;
	width:237px;
	height:49px;
	border:none;
	cursor:pointer;
	display:inline-block;
}
/***********************注册页****************************/	

.register input {
	width:239px;
}
.register input[type="checkbox"] {
	width:auto;
}
.register .button, .upload .button {
	padding-left:146px;
	margin-top:21px;
}
.register .button input {
	background:url(../images/main_ico.gif) no-repeat left -213px;
	width:156px;
	height:45px;
	border:none;
	cursor:pointer;
}
/***********************用户登录后 user_home****************************/	

.user_home .left {
	background:none;
	text-align:left;
	padding-top:44px;
}
.user_portrait {
	display:inline-block;
	width:92px;
	height:92px;
	padding-left:37px;
	padding-right:21px;
	padding-top:20px;
	position:relative;
	float:left;
}
.description {
	line-height:24px;
	text-align:left;
	display:inline-block;
	width:422px;
	font-size:14px;
	float:left;
}
.user_name {
	font-size:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
}
.user_welcome {
	font-size:20px;
	font-family:"黑体";
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 21px 0;
}

.user_welcome a{
	margin-left:20px;
}

.description p {
	margin:0;
}
.description p span {
	color:#fa3800;
	font-weight:bold;
}
.description p em {
	color:#fa3800;
	font-weight:bold;
	font-size:24px;
}
.description p {
	margin:0;
}
.creat_album a, .upload_photo a {
	background:url(../images/main_ico.gif) no-repeat;
	width:237px;
	height:49px;
	display:block;
	cursor:pointer;
	margin-top:21px;
}
.creat_album a {
	background-position:left -278px;
}

.upload_photo a {
	background-position:left -336px;
}

.sales {
	width:329px;
	margin-top:20px;
}
.buy {
	background:url(../images/main_ico.gif) no-repeat left -395px;
	width:323px;
	height:81px;
	cursor:pointer;
}
.bewrite {
	font-size:18px;
	font-family:"黑体";
	margin:0 auto 9px;
}
.shop_link {
	color:#ae0001;
	font-size:18px;
	font-family:"黑体";
	margin:0 auto 9px;
}
.price {
	text-align:left;
}
.price a {
	display:inline-block;
	position:relative;
	margin:3px 1px;
	width:160px;
	background:#efefef;
	font-size:18px;
	padding:5px 0;
	cursor:pointer;
}
.price a:link, .price a:visited {
	color:#000;
}
.price a:hover {
	text-decoration:none;
	background:#f7f7f7;
}
.price a span {
	text-align:right;
	display:inline-block;
	width:61px;
	padding-right:8px;
}
/**********相册 user space*******/

.album h2 {
	font-family:"黑体";
	font-size:20px;
	text-align:left;
	font-weight:normal;
}
.album li {
	display:inline-block;
	float:left;
	padding-right:19px;
	margin-bottom:12px;
}

.album li span img{
	cursor:pointer;
}

.album a {
	display:inline-block;
	width:85px;
	height:85px;
	background:url(../images/main_ico.gif) left -480px;
	padding:6px 11px 11px 6px;
}

.album a:hover {
	background-position: left -587px;
}
.album h3 {
	margin-top:3px;
	font-weight:normal;
	overflow:hidden;
	width:102px;
	height:18px;
}
.album h3 a, .album span a {
	background:none;
	width:auto;
	height:auto;
	padding:0;
}
.album span a {
	display:inline-block;
	margin:0 5px;
}
.album .creat a {
	background:url(../images/main_ico.gif) -122px -480px;
	height:102px;
	width:102px;
	padding:0;
}

.album .creat a:hover {
	background-position: -122px -587px;
}

/*********图片上传********/
.upload ul{
	padding:3px;
}

.upload .button input {
	color:#fff;
	font-size:16px;
	font-family:"黑体";
}



/*********创建相册********/

.creat_div {
	position: absolute;
	visibility: visible;
	z-index: 5000;
	opacity: 1;
	width:364px;
	background:#fff;
	border:5px solid #CCC;
	padding-bottom:21px;
}
.creat_div .button {
	padding-left:106px;
	margin-top:21px;
}
.creat_div label {
	width:106px;
}
*html .creat_div label {
	width:112px;
}
.creat_div input {
	width:182px;
}
.creat_div textarea {
	width:182px;
	vertical-align:text-top;
}
.creat_div .cssform {
	padding:0 21px;
}
.close {
	text-align:right!important;
	height:0px;
	padding-top:5px;
}
.close a {
	background:url(../images/main_ico.gif) -161px -46px;
	width:27px;
	height:27px;
	display:inline-block;
	cursor:pointer;
	margin-top:0;
	margin-right:0;
}
.close a:hover {
	background-position:-205px -46px;
}
/********************照片展示*********************/

.photo {
	padding:33px 27px 0 27px;
	text-align:center;
}
.photo h2 {
	margin:0;
	font-family:"黑体";
	font-size:20px;
	font-weight:normal;
	text-align:left;
	padding:0 6px;
}
.tool_upload {
	float:right;
	background:url(../images/main_ico.gif) -301px -88px no-repeat;
	display:block;
	padding-left:12px;
	padding-right:5px;
	height:26px;
	line-height:26px;
	text-decoration:underline!important;
}
.photo li {
	display:inline-block;
	float:left;
	margin:12px 6px;
	width:122px;
	background:#f7f7f7;
	padding:10px 0 8px;
}

.photo li img {
	cursor:pointer;
}

.photo li span img{
	margin:0 3px;
}

*html .photo li span img{
	margin:3px;
}


.photo li div {
	display:none;/*block*/
	position:absolute;
	margin-top:-40px;
	margin-left:75px;
	z-index:9999;
	background:#FFF;
	border:1px solid #ccc;
	padding:5px 8px;
	font-style: normal;
	cursor:pointer;
	width:237px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.prompt_text_normal {
	color:#cc0000;
}
.prompt_text_copied {
	color:#00cc00;
}
.photo h3 {
	margin:0;
	font-weight:normal;
	padding:3px 0;
	overflow:hidden;
	height:18px;
}
.photo span a {
	margin:0 5px;
}
/********************条款*********************/

.items {
	width:100%;
	height:198px;
	line-height:18px;
	overflow:auto;
	background:#f7f7f7;
	padding:0px 12px;
	margin-top:8px;
}
.items h3 {
	text-align:left;
	margin-bottom:8px;
}
.items p {
	line-height:18px;
	margin:12px 0;
}
.items ul {
	margin-left:24px;
}
.items li {
	text-align:left;
}
.items li ul {
	margin:8px 0 8px 48px;
}
/********************分页样式*********************/

.pages {
	text-align:right;
	padding:8px 36px;
 
}
.pages a {
	padding:2px 6px;
	font-weight:bold;
}
.pages a:link, .pages a:visited {
	color:#f23e0d;
}
.pages .this-page {
	padding:2px 4px;
	font-weight:bold;
	font-size:12px;
	display:inline;
}
.pages a:hover {
	background:#eee;
}
.chanel .pages a:link,  .chanel .pages a:visited {
	color:#fff;
}
.chanel .pages a:hover {
	color:#900;
}
/***************分页样式*****************/

/***************退出页*****************/
.logged_out{
	padding-top:162px;
	background:url(../images/prompt.jpg) center top no-repeat;
}

.prompt{
	padding-top:32px;
}

.prompt .success{
	background:url(../images/success.gif) center top no-repeat;
	padding-top:120px;
	color:#009900;
}

.prompt .fail{
	background:url(../images/fail.gif) center top no-repeat;
	padding-top:120px;
	color:#FA3800;
}

.prompt .sorry {
	background:url(../images/sorry.gif) center top no-repeat;
	padding-top:80px;
	color:#FA3800;
	margin-top:0;
}

.prompt .unsuccessful {
	background:url(../images/unsuccessful.gif) center top no-repeat;
	padding-top:80px;
	color:#FA3800;
	margin-top:0;
}
	

.prompt ul{
	width:550px;
	margin:auto;
	margin-bottom:12px;
}

.prompt ul li{
	text-align:left;
	border-bottom:1px solid #eee;
}

.prompt .sales{
	margin:auto;
}

.prompt .cssform{
	width:500px;
	margin:auto;
}



/***************联系我们*****************/



.contact_us .chanel_left_bg, .contact_us .content, .contact_us .content ul, .contact_us .content li {
	height:420px!important;
}
.contact {
	color:#e4e4e4;
	padding:5px 20px 15px;
}
.title {
	font-size:22px;
	font-family:"黑体";
	padding:15px 20px 5px;
}
.contact_us .gallery {
	margin-bottom:12px;
}
/***************联系我们*****************/



.links {
	padding-left:5px;
	line-height:32px;
	margin:0 12px;
}
#Category dd a {
	padding-left:5px;
	margin:0 12px;
	display:block;
	border-bottom:1px dashed #ccc;
	line-height:32px;
}

