@charset "utf-8";

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

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

#geoMyStoreGoodsDetailWrapper{
padding:30px 30px 15px;
margin:0 20px 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:20px;
font-weight:bold;
line-height:1;
}

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

#geoMyStoreGoodsDetailName dd.priceComment{
margin-bottom:20px;
font-size:13px;
line-height:1;
}

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

#geoMyStoreGoodsDetailPhotoLarge{
width:300px;
height:300px;
padding:2px;
margin-bottom:10px;
text-align:center;
border:2px solid #d9d9d9;
line-height: 296px;
}

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

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

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

#geoMyStoreGoodsDetailPhotoSmall li{
float: left;
width:56px;
height:56px;
margin-right:5px;
border:1px solid #d9d9d9;
line-height: 56px;
text-align:center;
overflow:hidden;
cursor:pointer;
}

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

/*forBktpl*/
#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:56px;
max-height:56px;
vertical-align: middle;
}

#geoMyStoreGoodsDetailTxt p{
font-size:14px;
overflow:auto;
}

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

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

#geoMyStoreGoodsDetailTransitLink li{
}

#geoMyStoreGoodsDetailTransitLink li a{
text-decoration:none;

}

#geoMyStoreGoodsDetailTransitLink li.transitBack{
position:absolute;
left:0;
top:0;
line-height:1;
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:14px;
text-align:center;
}

#geoMyStoreGoodsDetailTransitLink li.transitNext{
position:absolute;
right:0;
top:0;
line-height:1;
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;
}

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