.product {
	float: right;
	position: relative;
	min-height: 300px;
	margin-bottom: 5px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 15px;
	width: 543px;
	background: url("product_bg.png") no-repeat scroll 0 626px white;
}

.product .name {
	float: right;
	font-weight: bold;
	width: 305px;
	color: #242E63;
	margin-bottom: 10px;
	margin-right: 15px;
}

.product .image {
	border: 1px solid #6D6D6D;
	height: 180px;
	position: absolute;
	right: 338px;
	top: 35px;
	width: 182px;
	text-align: center;
	background: none repeat scroll 0 0 white;
}

.product .images_link {
	position: absolute;
	right: 396px;
	top: 223px;
	font-size: 12px;
	color: #3A3A3A;
}

.product .ptext {
	border-top: 10px solid #ECECEC;
	float: right;
	margin-top: 10px;
	min-height: 70px;
	width: 100%;
}

.product .image img {
	cursor: pointer;
	margin-top: 24px;
	width: 150px;
	height: 150px;
}

.product .price {
	float: right;
	font-size: 24px;
	margin-right: 20px;
	width: 100%;
	color: #425AD8;
	margin-top: 15px;
}

.product .add_basket {
	float: right;
	width: 100%;
	margin-top: 5px;
	position: relative;
}

.product .add_basket span {
	color: #425AD8;
	font-size: 12px;
	position: absolute;
	right: 115px;
	top: 10px;
	font-weight: bold;
}

.product .line {
	float: right;
	color: #425AD8;
	font-weight: bold;
	border-bottom: 1px solid #3A3A3A;
	width: 512px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product .stext {
	float: left;
	width: 200px;
	border: 5px solid #DFDFDF;
	margin-left: 30px;
	padding: 10px;
}

.product .mkt {
	float: right;
	width: 100%;
	margin-right: 20px;
	font-size: 10px;
}

.product_pics {
	margin: 10px auto;
	width: 520px;
	background: none repeat scroll 0 0 white;
	text-align: center;
	overflow: hidden;
	border: 2px solid black;
	border-radius: 4px 4px 4px 4px;
	z-index: 30;
	padding-bottom: 15px;
	position: relative;
	height: 445px;
}

.product_pics .close {
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	color: white;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED5200), to(#CE4703)) repeat scroll 0 0 #E95000;
	width: 25px;
	line-height: 25px;
	font-weight: bold;
}

#bigpics img {
	border: 4px solid #DFDFDF;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 1s ease-in-out 0s;
}

.product_pics .pics {
	background: none repeat scroll 0 0 #DFDFDF;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	width: 100%;
	bottom: 10px;
	right: 0;
}

.product_pics .pics img {
	cursor: pointer;
	padding: 5px;
	height: 50px;
	width: 60px;
	border-radius: 2px 2px 2px 2px;
	background: none repeat scroll 0 0 white;
	border: 1px solid #EE5100;
	-webkit-transition: all 0.5s ease-in-out 0s;
	box-shadow: -1px 1px 0 #515151;
}

.product_pics .pics img.hover {
	-webkit-transform: scale(1.2) rotate(-10deg);
}

.ie .product_pics .pics img.hover {
	background: none repeat scroll 0 0 #DEDFEA;
}

body:not(.ie) .product_pics #bigpics img {
	opacity: 0;
}

.ie img.pic_show {
	display: block;
}

.ie img.pic_hide {
	display: none;
}

.pic_hide {
	opacity: 0;
	position: relative;
	width: 90%;
}

.pic_show {
	opacity: 1;
  position: relative;
	width: 98%;
}

.addthis_toolbox {
	position: absolute;
	right: 430px;
	top: 5px;
}

body span.at15t_print {
	display: none !important;
}

.pics img {
	height: 110px;
	border: 1px solid #EEEEEE;
	margin: 4px;
	float: right;
	width: 109px;
	cursor: pointer;
}

.pics span {
	display: block;
	float: right;
	border: 1px solid #EEEEEE;
	background: none repeat scroll 0 0 white;
	box-shadow: 3px 3px 5px #EEEEEE;
	margin-left: 6px;
	width: 120px;
}

.pics span:hover {
	background: none repeat scroll 0 0 #DFDFDF;
}

h2 {
	float: right;
	padding: 0 20px 0 0;
	margin: 0;
	height: 41px;
	width: 543px;
	line-height: 41px;
	color: white;
	font-size: 20px;
}

