@charset "utf-8";
#main #desc {
	font-size: 13px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(../images/descbg.jpg);
	background-repeat: repeat-x;
	background-color: #6B0C34;
}
#desc .adress {
	height: 202px;
	width: 122px;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-right: 26px;
	margin-bottom: 15px;
	margin-left: 26px;
}

.adress .dressimg {
	height: 180px;
	width: 120px;
	border: 1px solid #FFF;
}
.adress .dressname {
	color: #ef2f72;
	background-color: #000;
	text-align: center;
	height: 25px;
	width: 122px;
	overflow: hidden;
	font-family: Verdana, Geneva, "黑体";
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}
.adress .dressname a {
	color: #ef2f72;
}
.adress .dressname a:hover {
	color: #FFF;
	text-decoration: underline;
}
#paginator {
	height: 25px;
	margin-top: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #440923;
	padding-top: 10px;
	padding-bottom: 15px;
}
.paginationText {
	white-space: nowrap;
	float: left;
	height: 23px;
	font-size: 13px;
	line-height: 23px;
	padding-left: 10px;
	background-color: #440923;
	padding-right: 10px;
	font-weight: bold;
	color: #FFF;
}
.paginationText2 {
	white-space: nowrap;
	float: left;
	display: none;
}
#paginationNumContainer {
	float: left;
	height: auto;
}
#paginator A {
	color: #FFF;
}
#paginator A:hover {
	color: #FFF;
}
#paginationNumContainer A:hover {
	color: #440923;
	background-color: #FFF3D0;
}
.paginationNum {
	font-weight: bold;
	height: 23px;
	width: 23px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	text-align: center;
	line-height: 23px;
	border: 1px solid #440923;
	float: left;
	margin-left: 3px;
	display: inline;
	cursor: pointer;
	margin-right: 3px;
}
.paginationNum2 {
	font-weight: bold;
	color: #FFF;
	height: 23px;
	width: 23px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	text-align: center;
	line-height: 23px;
	float: left;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.totalpage {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent;
}
.dijitDialogUnderlay {
	background: #000;
	opacity: 0.7;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=70);
}
.dijitInline {
	display:-moz-inline-box;		
	display:inline-block;			
	#zoom: 1; 
	#display:inline; 
	border:0;
	padding:0;
	vertical-align:middle;
}

.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:11px solid #fff;
	background:#fff url('../images/dress/loading.gif') no-repeat center center;
        
	-webkit-box-shadow: 0px 6px 10px #636363; 
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
}
.dojoxLightboxContainer {
	position:absolute;
	top:0; left:0; 
}
.dojoxLightboxFooter {
	height:50px; 
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#333;
	z-index:1000;
	font-size:10pt;
}
.dojoxLightboxGroupText {
	color:#666;
	font-size:8pt;
	padding-left: 3px;
}
.dojoxLightboxText {
	font-size: 12px;
	line-height: 16px;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
}
.LightboxClose {
	background-image: url(../images/dress/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxClose {
	background-image: url(../images/dress/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxNext {
	background-image: url(../images/dress/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxNext {
	background-image: url(../images/dress/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxPrev {
	background-image: url(../images/dress/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxPrev {
	background-image: url(../images/dress/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dojoxLightboxText {
	width:auto;
}

