.clear{
	clear:both;
}

#storeContainer{
	width:700px;
	margin:20px auto;
}

#cart {
	position: absolute;
	right: -350px;
	top: 0px;
	width: 330px;
	height: 395px;
}

.top-label{
	display:inline-block;
	margin-left:20px;
	position:relative;
	margin-bottom:-15px;
	background:#fcfcfc;
}

.label-txt{
	display:inline-block;
	font-size:13px;
	height:50px;
	margin-left:10px;
	padding:8px 15px 0 5px;
	text-transform:uppercase;
}

.label-txt img{
	vertical-align: middle;
}

.storeContent{
	background:#fcfcfc;
	padding:15px 20px 15px 20px;
	height: 100%;
}

.content-area{
	background-image: url(http://www.biologicalservices.com/globalInc/images/store/Shoppingcart_128x128.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fcfcfc;
	padding:15px 20px 15px 20px;
	height: 87%;
}

.drag-desired{
	background:url(http://www.biologicalservices.com/globalInc/images/store/drag_desired_label.png) no-repeat top right;
	width: 100%;
}

.drop-here{
	background:url(http://www.biologicalservices.com/globalInc/images/store/drop_here_label.png) no-repeat top center;
	height: 96%;
}

.product{
	border:2px solid #F5F5F5;
	float:left;
	margin:15px;
	padding:10px;
	width: 165px;
	height: 335px;
	
	cursor:move;
}

.productName {
	width: 100%;
	text-align: center;
}

.productDesc {
	width: 100%;
	text-align: left;
}

.field[disabled='disabled'], .disabled, .total {
  color: #000000;
  cursor: default;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  background-color: #EFEFEF;
  margin: 0px;
}

.total {
	background-color: #CCCCCC;
	font-weight: bold;
}

.sizePrice {
	bottom: 5px;
}

p.descr{
	padding:5px 0;
}

small{
	display:block;
	margin-top:4px;
}

#cart-icon{
	width:128px;
	/*position: absolute;*/
	bottom: 10px;
	left: 22%;
}

#ajax-loader{
	position:absolute;
	top:200px;
	left:150px;
	visibility:hidden;
}

#item-list{
	float:left;
	width:100%;
	padding-top:15px;
}

a.remove,a.remove:visited{
	color:red;
	font-size:10px;
	text-transform:uppercase;
	text-decoration: none;
}

a.remove:hover {
	text-decoration: underline;
}

#total{
	clear:both;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding:10px 12px;
	text-transform:uppercase;
}

#item-list table{
	background-color:#F7F7F7;
	border:1px solid #EFEFEF;
	margin-top:5px;
	padding:4px;
}

a.button,a.button:visited{
	display:none;

	height:29px;
	width:136px;
	position: absolute;
	bottom: 25px;
	left:97px;

	padding-top:15px;
	margin:0 auto;
	overflow:hidden;

	color:white;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	
	background:url(http://www.biologicalservices.com/globalInc/images/store/button.png) no-repeat center top;
}

a.button:hover{
	background-position:bottom;
	text-decoration:underline;
}