.store {
	background: transparent url(../img/global/title_store.png) no-repeat scroll 0px 0px;
	height: 48px;
	width: 681px;
	margin-bottom: 11px;
}
.order label {
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0;
}
.categories, .checkout, .basket {
	display: block;
	font-size: 28px;
	font-weight: bold;
	border: 1px solid #BBB;
	padding: 14px;
	width: 121px;
	margin-top: 20px;
}
.buttons {
	font-size: 11px;
	color: #EB3289;
}
.categories {
	width: 145px;
	font-size: 17px;
	font-weight: normal;
}
.basket {
	width: 157px;
	font-size: 17px;
}
/* product page */
.product label {
	display: block;
	margin: 12px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	color: #545454;
	line-height: 0;
}
.product label span {
	color: #767676;
	font-size: 12px;
	font-weight: normal;
}
.product form {
	clear: left;
	float: left;
	margin-top: 6px;
}
.product .hide {
	float: left;
	width: 1px;
	visibility: hidden;
}
.product select {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #555;
}
.product input {
	float: left;
	margin-left: 17px;
}
.info {
	width: 322px;
	float: left;
	margin: 12px 0 21px 20px;	
}
.info ul {
	width: 225px;
	float: left;
	margin-left: 30px;
}
.info li {
	padding-bottom: 4px;
	color: #A6A6A6;
}
.detailDesc {
	float: left;
	width: 150px;
	margin-left: 20px;
}
.product img {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #9B9B9B;
}

.sampleDetail {
	margin-left: 20px;
}
.price {
	float: left;
	color: #98CB1D;
	font-size: 40px;
	font-weight: bold;
}
.price em {
	display: block;
	font-size: 12px;
	color: #B0B0B0;
	font-style: normal;
}
.detailDesc {
	font-size: 11px;
	color: #A6A6A6;
}
.measure {
	clear: left;
	float: left;
	margin: 14px 0 0 69px;
	border-collapse: collapse;
	border-spacing: 0;
}
.measure th {
	border: 1px solid #AAA;
}
.measure th, .measure td {
	padding: 5px;
}