@charset "utf-8";

/*
=Index========
Layout
==============

/*==============================================================
	2. Layout
==============================================================*/

#geoMyStoreGoodsDetailWrapper{
width:850px;
padding:30px 30px 15px;
margin:0 auto 30px;
}

#geoMyStoreGoodsDetailInnerWrapper{
margin-bottom:30px;
}

#geoMyStoreGoodsDetailName{
margin-bottom:20px;
border-bottom:2px solid #d9d9d9;
}

/*forBktpl*/
#geoMyStoreWrapper.geoMyStoreBkTpl #geoMyStoreGoodsDetailName {
border-bottom: 2px solid #888;
}

#geoMyStoreGoodsDetailName dt{
margin-bottom:10px;
font-size:130%;
font-weight:bold;
line-height:1;
*line-height:1.2;
}

#geoMyStoreGoodsDetailName dd.price{
margin-bottom:10px;
font-size:85%;
font-weight:bold;
line-height:1;
*line-height:1.2;
}

#geoMyStoreGoodsDetailName dd.priceComment{
margin-bottom:20px;
font-size:80%;
line-height:1;
*line-height:1.2;
}

#geoMyStoreGoodsDetailPhoto{
float:left;
margin-right:30px;
}

#geoMyStoreGoodsDetailPhotoLarge{
width:400px;
height:400px;
padding:2px;
margin-bottom:10px;
text-align:center;
border:2px solid #d9d9d9;
line-height: 396px;
*layout-grid-line: 200px;
}

/*forBktpl*/
#geoMyStoreWrapper.geoMyStoreBkTpl #geoMyStoreGoodsDetailPhotoLarge {
border: 2px solid #888;
}

#geoMyStoreGoodsDetailPhotoLarge img{
max-width:400px;
max-height:400px;
vertical-align: middle;

}

#geoMyStoreGoodsDetailPhotoSmall {
overflow: hidden;
*zoom: 1;
}

#geoMyStoreGoodsDetailPhotoSmall li{
float: left;
width:74px;
height:74px;
margin-right:7px;
border:1px solid #d9d9d9;
line-height: 74px;
font-size: 0;
text-align:center;
overflow:hidden;
cursor:pointer;
}

*:first-child+html #geoMyStoreGoodsDetailPhotoSmall li {
font-size: 50px; /*IE7*/
}

/*forBktpl*/
#geoMyStoreWrapper.geoMyStoreBkTpl #geoMyStoreGoodsDetailPhotoSmall li {
border: 1px solid #888;
}

#geoMyStoreGoodsDetailPhotoSmall li.selected{
border:1px solid #595959;
}

/*forBktpl*/
#geoMyStoreWrapper.geoMyStoreBkTpl #geoMyStoreGoodsDetailPhotoSmall li.selected {
border: 1px solid #fff;
}
#geoMyStoreGoodsDetailPhotoSmall li.last{
margin-right:0;
}

#geoMyStoreGoodsDetailPhotoSmall li img{
max-width:74px;
max-height:74px;
vertical-align: middle;
}

#geoMyStoreGoodsDetailTxt p{
font-size:85%;
overflow:auto;
}

#geoMyStoreGoodsDetailTransit{
clear:both;
text-align:center;
margin-bottom: 30px;
}

#geoMyStoreGoodsDetailTransitLink{
position:relative;
width:300px;
margin:0 auto ;
line-height:1;
*line-height:1.2;
text-align:center;
}

#geoMyStoreGoodsDetailTransitLink li{
}

#geoMyStoreGoodsDetailTransitLink li a{
text-decoration:none;

}

#geoMyStoreGoodsDetailTransitLink li.transitBack{
position:absolute;
left:0;
top:0;
line-height:1;
*line-height:1.2;
width:120px;
}

#geoMyStoreGoodsDetailTransitLink li.transitBack a{
background: url(../images/common_btn_leftArrow.png) left center no-repeat;
padding: 6px 0 4px 30px;
}

#geoMyStoreGoodsDetailTransitLink li.itemNumber{
font-size:85%;
text-align:center;
}

#geoMyStoreGoodsDetailTransitLink li.transitNext{
position:absolute;
right:0;
top:0;
line-height:1;
*line-height:1.2;
width:120px;
}

#geoMyStoreGoodsDetailTransitLink li.transitNext a{
background: url(../images/common_btn_rightArrow.png) right center no-repeat;
padding: 6px 30px 4px 0;
}

#geoMyStoreGoodsDetailBackToList{
display:block;
text-align:center;
line-height:1;
*line-height:1.2;
}

#geoMyStoreGoodsDetailBackToList a{
color:#595959;
text-decoration:none;
}
