.slider-position-reset {
	width:660px;
}

.drag-item {
	float:left;
	padding:5px;
	background:#777;
	margin:0;
}
.drag-item p {
	margin:0;
}
.product-image {
	display:block;
	border:1px solid #555;
}

.active-cart {
	background:crimson !important;
}
.intersect-cart {
	background:blue !important;
}
.price-and-add {
	display:block;
	padding-top:6px;
}
.cart-total {
	margin-top:10px;
}
.cart-links:hover {
	/*background:#ccc;*/
}
.product-price em {
	font-style:normal;
}

/* style modifications */
.team-menu {
	margin-left:0;
	width:auto;
}
.team-content {
	margin-left:0;
}
.jScrollPaneContainer {
	margin-top:10px;
}
.item-list {
	list-style:none;
	margin:0;
	padding:0;
}
.item-list li {
	overflow:hidden;
	width:660px;
}
.item-list li a.lightbox {
	float:left;
}
.product-details {
	float:right;
}
.product-details .bg,
.p-nav {
	background:url(img/coment-bg.png);
	padding:10px;
	width:168px;
	overflow:hidden;
}
.product-details .bg.cart-total {
	height:14px;
	overflow:hidden;
}
.p-nav {
	padding:6px 10px;
	margin-top:10px;
	height:14px;
	overflow:hidden;
}
.p-nav .jc-next,
.p-nav .jc-prev {
	color:#fff;
	cursor:pointer;
}
.p-nav .fr,
.cart-links.fr {
	float:right;
}
.p-nav .fl {
	float:left;
}
.product-details select {
	width:78px;
	background:#777;
	border:1px solid #444;
}
.product-name,
.cart-title {
	margin-top:0;
	font-size:12px;
	font-weight:bold;
}
.product-sub-section {
	margin-bottom:0;
	overflow:hidden;
}
.price-and-add {
	font-size:12px;
}
.add-to-cart {
	display:block;
	float:right;
}
.add-to-cart img {
	border:0;
	display:block;
	float:right;
	margin-left:5px;
}
.team-menu a.selected {
	color:#333;
	font-weight:bold;
}
.dropping-cart {
	height:68px;
	margin-top: 10px;
	/*overflow-y:scroll !important;*/
}
.buying-detail {
	position:relative;
	width:168px;
	height:79px;
}
.buying-detail.bought {
	width:166px;
	height:76px;
	border:1px solid black;
}
.aic {
	background:black;
	padding:2px 4px;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
}
.product-details .aic {
	display:none;
}
.product-details .bought .aic {
	display:block;
}

.store-coming{
	margin: 125px 0 0 0;
	text-align: center;
}