/*********************************************************
                   tshirtDetail                         
*********************************************************/
body{
	/*background:url(../store/store_detail.jpg) no-repeat;*/
}
#itemDetail {
	font-family:'Hiragino Kaku Gothic Pro','clean','Helvetica',san-serif;
}
#itemDetail #mainBox .in_box{
	padding:0px 0 0 0;
}
#itemDetail a.buy_now span, #displayC a span{
	display:		none;
}
#itemDetail{
	overflow-x:hidden;
}
#itemImg{
	display:none;
	height:560px;
	position:absolute;
	left:0;
}
#itemImg li a:hover img{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
	cursor:pointer;
}
#itemData{
	padding:586px 0 0 0px;
	margin-bottom:15px;
	font-weight:100;
	height:205px;
}
#itemData .left{
	width:296px;
	float:left;
	margin-right:60px;
}
#itemData .center{
	width:231px;	
	float:left;	
	margin-right:52px;
}
#itemData .right{
	width:230px;	
	float:left;	
}
#itemData .left .caution{
	font-size:10px;
}
#itemDetail  .no,
#itemDetail  .priceHR,
#itemDetail  .btnHR{
	font-size:12px;
	letter-spacing:1px;
	display:block;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .btnHR{
	margin-bottom:10px;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .no{
	letter-spacing:0.6px;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .price{
	font-size:24px;
	letter-spacing:1px;
	padding-top:1px;
	padding-bottom:5px;
	margin-bottom:12px;
	border-bottom:dotted 1px #333;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .priceHR i,
#itemDetail  .price span{
	color:			red;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .price del{
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .designer,
#itemDetail  .priceHR i{
	font-size:10px;
	font-style:normal;
	font-family:"DIN 1451 W01 Mittelschrift";
}
#itemDetail  .designer{
	margin-bottom:8px;
	display:block;
}
#itemDetail  .designer a{
	text-decoration:none;
}
#itemDetail  .designer  a:hover{
	color:#666;
}
#itemDetail  .title{
	font-size:24px;
	padding-top:1px;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:dotted 1px #333;
	font-weight:100;
	letter-spacing:-1px !important;
}
#itemDetail  .desc{
	font-size:12px;
	text-align:justify;
	padding:0 ;
	margin-bottom:8px;
	font-family:sans-serif !important;
}
#addSign{
	display:none;
	position:absolute;
	top:160px;
	left:100px;
	z-index:1000;
}
.buy li{
	float:left;
	width:69px;
	margin-right:12px;
	text-align:center;
	background:#ededed;
	padding-bottom:5px;
}
.buy li#size_m{
	margin-right:0px;
}
.buy li a,
.buy li span{
	display:block;
	width:100%;
	padding:5px 0;
	font-size:16px;
	text-decoration:none;
	font-family:"DIN 1451 W01 Mittelschrift";
	}
.buy li a:hover{
	background:#ccc;
}
.incart{
	background:#ccc;
}
.sold {	
	color:			red;
	background:#fff;
}
.soldout {
	color:red;
	font-size:24px;
}
.keys{
	padding-left:2px;
	overflow:hidden;
}
.slide, .zoom{
	overflow:hidden;
	float:left;
	height:60px;
}
.slide{margin-right:23px;}
.zoom{background-position:0px -100px;}
.prev, .next, .zoom a{
	display:block;
	height:60px;
	width:33px;
	background:url(../img/btn_key.jpg) no-repeat;
	text-indent:-9999px;	
}
.prev{width:42px;}
.prev, .next{
	float:left;
}
.prev{background-position:0px 0px;}
.next{background-position:right 0px;}
.zoom a{background-position:0px -100px;}

.fav{
	padding-top:14px;
	clear:both;
}
.fb_edge_widget_with_comment{
	margin:15px 0 0 2px;
}
.retweet {
	position:relative;
}
.retweet strong{
	position:absolute;
	#top:-4px;
	left:80px;
}

.btn{
color:#FFFFFF;
display:block;
font-size:10px;
margin-bottom:3px;
padding:10px;
text-align:center;
text-decoration:none;
width:200px;
background:#333;
}
a:hover.btn{
background:#999;
}
/**********************************************************/
/*                   ZOOM                         */
/**********************************************************/
#shim {
	filter:alpha(opacity=1); /*IE*/
	-moz-opacity:0.1; /*FF*/
	opacity:0.1;
	position:absolute;
	display:none;
	z-index:10;
}

.blackScreen{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
	height:100%;
	background:#000;
	position:absolute;
	z-index:100;
}
#zoomItem {
	position:absolute;
	display:none;
	z-index:101;
	cursor:pointer;
	background: url(../img/bg_zoom.png) no-repeat;
	width:533px;
	height:756px;
	padding:26px 0px 0px 16px;
}
 * html #zoomItem{
	behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
	);
}