@charset "utf-8";
/* CSS Document */
a:hover,
a:focus {
  color:inherit;
  text-decoration:inherit;
}
.btn-link:hover,
.btn-link:focus {
	color:inherit;
	text-decoration:inherit;
	background-color:inherit;
}
span.badge{
	display:inline;
}
span.badge.add {
	font-weight: 300;
	font-size: 0.8rem;
	color: #fff;
	background-color: #dd2c00;
	border-radius: 2px;
}



/*========New Items========*/
.navli{
	height:60px;
	text-align:center;
}
.imgDiv{
	text-align:center;
	margin-top:10px;
}
.picItems{
	width:165px;
	height:123px;
	background-size: cover;
	min-width:165px;
	max-height:123px;
	margin-left:auto;
	margin-right:auto;
}
.blueimp-gallery > .buyPicOpt {
	position:absolute;
	top:30px;
	left:50%;
	color:#fff;
	display:none;
	width:300px;
	margin-left:-150px;
	text-align:center;
	height:30px;
	line-height:30px;
}
.blueimp-gallery-controls > .buyPicOpt {
	display:block;
}
/*For V2*/
.albumlistItem{
	width:100%;
	height:auto;
	margin-top:10px;
}
.albumCoverImg{
	max-width:240px;
	width:auto;
	height:auto;
	width:216px;
	height:162px;
	background-size:cover;
	margin-left:auto;
	margin-right:auto;
}
.albumInfoArea{
	width:240px;
	height:145px;
	margin-left:30px;
	margin-top:15px;

}
.albumTitle{
	font-size:13px;
	line-height:15px;
	font-weight: bold;
	height:30px;
	text-decoration:underline;
}
.albumDetail{
	font-size:13px;
	width:100%;
	height:70px;
	color:#666;
}
.albumEnterBtn{
	width:100%;
	height:35px;
	text-align:right;
	margin-top:5px;
}
.pageTitle{
	font-size:32px;
	font-weight:bolder;
	color:#e0e0e0;
}
.pageDivider{
	width:100%;
	height:2px;
	background-color:#e0e0e0;
}
.cartDivider{
	width:80%;
	height:1px;
	background-color:#EEE;
	margin:10px auto 0 auto;

}
#cartListUl{
	margin-top:20px;
	margin-bottom:50px;
}
.itemTotalPriceDiv{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	color:#bf360c;
}
/*For V2*/

.buyPanel{
	height:129px;
}


.addToCartBtn{
	height:25px;
	background-color:transparent;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
	font-size:12px;
	line-height:25px;
	width:138px;
}

.bottomFixedDiv{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0px;
	text-align:center;
}
.totalPriceBlock{
	height:20px;
	line-height:20px;
	font-weight:bolder;
	text-decoration:underline;
}
.cartRow{
	margin-bottom:5px;
}
.cartThumbnailPics{
	/*
	height:120px;
	width:180px;
	text-align:center;
	margin:5px 5px 5px 5px;
	float:left;*/
}
.cartListPics{
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
.cartPicsInfo{
	/*
	width:100px;
	height:120px;
	margin:5px 5px 5px 5px;
	float:left;*/
}
.picsNumInfo{
	width:100%;
	text-align:right;
	margin-top:10px;
	float:left;
	font-weight:bold;
	height:50px;
}
.picSizeInfo{
	font-size:15px;
	font-weight:bolder;
	margin-left:10px;
	color:#333;
	margin-top:5px;
}
.itemRemoveLink{
	font-weight:bold;
}
.picSize{
	text-decoration:underline;
}
.picNumInfo{
	position:relative;
	float:left;
	font-size:15px;
	line-height:25px;
	font-weight:bolder;
	margin-left:10px;
}
.cartSpinner{
	position:relative;
	float:right;
}
.noPicError{
	width:100%;
	text-align:center;
	margin-top:10px;
}

.orderPicItems{
	min-width:80px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}
