/* {{{ bootstrap-modal */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 612px;
  margin: -310px 0 0 -306px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  /*
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  */
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  height: 590px;
  padding: 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.hide {
  display: none;
}
.show {
  display: block;
}

/* }}} bootstrap-modal */

.productPreviewBox{
margin:0 0 10px 0
}

.productPreviewBox > img{
max-width:100%;
height:auto
}

.productThumbnailBox{
margin:0;
padding:0
}
.productThumbnailBox > ul{
margin:0;
padding:0
}
.productThumbnailBox > ul > li{
display:block;
float:left;
width:62px;
height:62px;
margin:0 10px 10px 0 !important;
list-style:none;
border:1px solid #ddd;
overflow:hidden
}
.productThumbnailBox > ul > li > a > img{
width:62px
}
.productThumbnailBox > ul > li.selected{
border:1px solid #04518c
}

.modalBox{
position:relative;
margin:8px 0;
padding:0
}

button.modalCloseButton{
position:absolute;
display:block;
top:-25px;
right:-15px;
font-size:10px;
margin:0;
padding:0 2px;
border:none;
background:#fff
}

.modalPreviewBox{
position:absolute;
top:0;
left:0;
width:500px;
height:500px;
border:1px solid #ddd
}

.modalPreviewBox > img{
width:500px
}

.modalThumbnailBox{
position:absolute;
top:0;
left:522px
}

.modalThumbnailBox > ul{
width:60px;
margin:0;
padding:0
}

.modalThumbnailBox > ul > li{
width:48px;
height:48px;
margin:0 0 10px 0 !important;
list-style:none;
border:1px solid #ddd;
overflow:hidden
}

.modalThumbnailBox > ul > li > a > img{
width:48px
}

.modalThumbnailBox > ul > li.selected{
border:1px solid #06d
}

#prodFeatures{
min-width:812px
}

#productInfoContainer{
margin:0 10px 10px;
padding:0;
border-bottom:1px dotted #c8c8c8
}

.productImageBlock{
margin:0 10px 0 0;
width:30%;
max-width:360px;
min-width:240px;
float:left
}

.summaryBlock{
margin:0 10px 0 0;
width:44%;
min-width:340px;
float:left
}

.buttonBlock{
width:21%;
min-width:170px;
float:right
}

.buttonInner{
margin:0 auto;
width:170px
}

.itemmark img{
margin-bottom: 10px
}

.btnExpansion{
margin-bottom: 10px
}

.btnExpansion a{
margin:0 auto;
width:120px;
display:block;
outline:none;
overflow:hidden;
cursor:pointer
}

.btnExpansion a span.magnifyingGlass{
width:34px;
height:34px;
background-position:-102px 0;
background-image:url("/images/common/icon_sprite.gif");
background-repeat:no-repeat;
display:block;
float:left
}

.btnExpansion a span.label{
padding:8px 0 8px 0;
display:block;
float:left;
font-size:12px;
font-weight:bold
}

.review_sum{
margin:0 0 10px 0
}

.review_sum > div{
margin:0 0 10px 0
}

.review_post_link a{
width:120px;
display:block;
cursor:pointer
}

.review_post_link a span.label{
padding:8px 0 8px 0;
display:block;
float:left;
font-size:12px;
font-weight:bold
}

.review_post_link a span.write{
width:34px;
height:34px;
background-position:-136px 0;
background-image:url("/images/common/icon_sprite.gif");
background-repeat:no-repeat;
display:block;
float:left
}

.btnExpansion a:visited,
.review_post_link a:visited{
color:#1f3fa2
}

.btnExpansion a:hover,
.btnExpansion a:active,
.review_post_link a:hover,
.review_post_link a:active{
color:#e47911
}
