/*
body css
*/

.gallery img:hover{	
	/*cursor:url(http://mat1.gtimg.com/www/mb/images/cursor_zoom.cur), pointer;*/
	cursor:url(../../images/zoom/cursor_zoom.cur), pointer;
}

/*
zoom css
*/
.zoom {
	cursor:pointer;
}
.attp {
	width:180px;
	text-align:left;
}
.tattl .attp {
	width:240px;
}
.attprice {
	padding:5px;
	border:1px dashed #FF9A9A;
}
.zoominner {
	padding:0 10px;
	background:#FFF;
	text-align:left;
}
.zoominner .zoomBtn{
	position:absolute;
	right:10px;
	top:10px;
}
.zoominner h3.titauto{
	font:400 12px/1.5 Tahoma;
	padding:5px 0 8px 0;
	border:none;
	background:none;
}
.zoominner .imgzoom_zoom{
	cursor:crosshair;
}
.zoominner .titauto a {
	float:left;
	margin-left:10px;
	width:17px;
	height:17px;
	background:url(../../images/zoom/imgzoom_tb.gif) no-repeat 0 0;
	line-height:100px;
	overflow:hidden;
}
.zoominner .titauto a:hover {
	background-position:0 -39px;
}
.zoominner .titauto a.zoom_imgadjust {
	background-position:-40px 0;
}
.zoominner .titauto a.zoom_imgadjust:hover {
	background-position:-40px -39px;
}
.zoominner .titauto a.zoom_imgclose {
	background-position:-80px 0;
}
.zoominner .titauto a.zoom_imgclose:hover {
	background-position:-80px -39px;
}
.zimg_p{
	position:relative;
}
a.zimg_prev,
a.zimg_next{
	background:url(../../images/zoom/blank-20.png) no-repeat 0 -100px;
	display:block;
	position:absolute;	
	height:100%;	
	cursor:pointer;	
	top:0;
	width:35%;
}
a.zimg_prev {
	left:0;
}
a.zimg_prev:hover{	
	background:url(../../images/zoom/pic-prev.png) no-repeat 0 60px;
}
a.zimg_next {
	right:0;
}
a.zimg_next:hover{
	background:url(../../images/zoom/pic-next.png) no-repeat 100% 60px;
}
.zimg_c img {
	margin:0 auto;
}
.zimg_p strong {
	display:none;
}

/***** Etc *****/
#overlay01{
	background: #999;
	background: -moz-radial-gradient(center center , rgba(0, 0, 0, 0.3), #000000 80%) repeat scroll 0 0 transparent;
	-moz-transition-duration: 0.2s;
    -moz-transition-property: background-color, color, -moz-box-shadow, border-color, opacity, -moz-transform;	
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:1000;
}

.loading{
	background:#202020 url(../../images/zoom/imageloading.gif)  no-repeat 50% 50%; 
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:10000;
	display:none;
}
.dialogWrap{
	width:auto;
	background:#fff;
	cursor:move;
	display:none;
	font:12px/22px Tahoma;
	left:100px;
	text-align:left;
	padding:1px;
	position:absolute;
	top:200px;
	z-index:1001;
	border-radius:3px;
}
.dialogWrap h3.title{
	background:#c63828 url(../../images/dialogs/bg-dialog-title.png) repeat-x 0 0;	
	color:#fff;
	font:700 14px/26px Tahoma;
	height:28px;
	margin:0 0 1px;
	padding:0 11px;
	width:514px;
	border:none;
}


.dialogWrap .btnClose{
	background:url(../../images/dialogs/ico-close.png) no-repeat 0 0;
	cursor:pointer;	
	height:15px;
	right:5px;
	top:8px;
	position:absolute;
	width:15px;
	z-index:2;
}
.dialogWrap .content{
	background:#fff;
	border:1px solid #fff;
	padding:20px;
	width:494px;
}
.dialogWrap .txtMessage{
	text-align:center;
}
.txtMessage span{
	display:inline-block;
	text-align:left;
}
.dialogWrap .botButtonWrap{
	clear:both;
	font:700 12px/18px Tahoma;
	padding:0 9px;
	text-align:center;
	width:476px;	
	background:none repeat scroll 0 0 #f2f2f2;
	margin:20px -20px -20px;
	padding:11px 0;
	width:534px;
}
.dialogWrap .dialogFoot{
	border-top:1px solid #aaa;
	background:#f2f2f2;
	height:24px;
	padding:3px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.dialogWrap .dialogFoot .copyright{
	text-align:right;
	padding:0 5px 0 0;
}
.btnDialog01,
.btnDialog02{
	background:url(../../images/dialogs/btn-dialog.png) no-repeat;
	color:#fff;
	display:inline-block;
	height:22px;
	margin:0 2px;
	padding:1px 0;
	line-height:22px;
	text-align:center;
	vertical-align:middle;
	width:71px;
	border:1px solid #333;
}
.btnDialog01:hover,
.btnDialog02:hover{
	color:#fff;
	background-position:0 -30px;
	text-decoration:none;
}
.btnDialog01{
	background-position:0 0;
}
.btnDialog02{
	background-position:0 -60px;
}
.btnDialog02:hover{
	background-position:0 -88px;
}