div.product_details {
	position: relative;
}

div.product_details div.main {
}

div.product_details div.top_left_corner {
	position: absolute;
	background: url('../images/products/details/top_left_corner.gif') no-repeat top;
	width: 6px;
	height: 6px;
	top: 0;
	left: 0;
}

div.product_details div.bottom_left_corner {
	position: absolute;
	background: url('../images/products/details/bottom_left_corner.gif') no-repeat bottom;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 0;
}

div.product_details div.left_border {
	position: absolute;
	background: url('../images/products/details/left_border.gif') repeat-y center;
	width: 6px;
	top: 6px;
	bottom: 6px;
	left: 0;
}

div.product_details div.top_border {
	position: absolute;
	background: url('../images/products/details/grey_dot.gif') repeat-x top;
	height: 1px;
	top: 0;
	left: 6px;
	width: 300px;
	line-height: 0;
}

div.product_details div.bottom_border {
	position: absolute;
	background: url('../images/products/details/grey_dot.gif') repeat-x bottom;
	height: 1px;
	bottom: 0;
	left: 6px;
	width: 300px;
	line-height: 1px;
}

div.product_details div.picture {
	width: 300px;
	float: left;
}

div.product_details div.picture div.large {
	width: 300px;
}

div.product_details div.picture div.large img {
	visibility: hidden;
}

div.product_details div.infos {
	width: 220px;
	float: left;
	position: relative;
}

div.product_details div.infos div.header {
	width: 220px;
	height: 42px;
	background: url('../images/products/details/infos_header_bg.gif') no-repeat center;
}

div.product_details div.infos div.body {
	background: url('../images/products/details/infos_body_bg.gif') repeat-y center;
}

div.product_details div.infos div.footer {
	width: 220px;
	height: 42px;
	background: url('../images/products/details/infos_footer_bg.gif') no-repeat center;
	position: relative;
}

div.product_details div.infos div.body div.title {
	font-size: 16px;
	font-weight: bold;
	color: #064476;
	text-align: center;
	margin: 0 auto;
	width: 158px;
}

div.product_details div.infos div.body div.price span {
	display: inline;
}

div.product_details div.infos div.body div.price {
	text-align: center;
	margin-top: 5px;
}

div.product_details div.infos div.body div.price span.old {
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
}

div.product_details div.infos div.body div.price span.normal {
	font-size: 16px;
	font-weight: bold;
	color: #962B2D;
}

div.product_details div.infos div.body div.description {
	font-size: 11px;
	/*font-weight: bold;*/
	width: 158px;
	color: #4D4D4D;
	margin: 20px auto 0 auto;
	line-height: 12px;
}

div.product_details div.infos div.body div.controls {
	width: 210px;
	margin: 15px auto;
	color: #4D4D4D;
	font-size: 10px;
}

div.product_details div.infos div.body div.controls div {
	text-align: center;
}

div.product_details div.infos div.body div.controls div label {
	display: block;
}

div.product_details div.infos div.body div.controls div input.quantity {
	width: 18px;
	background: url('../images/products/details/input_bg.gif') repeat-x top;
	height: 15px;
	text-align: center;
	cursor:default;
}

div.product_details div.infos div.body div.controls div input.quantity, select {
	font-size: 10px;
	color: #000;
	margin: 0 2px;
	padding: 0;
	border: 1px solid #064476;
}

div.product_details div.infos div.body div.status {
	font-size: 10px;
	font-weight: bold;
	color: #962B2D;
	text-align: right;
	margin-right: 20px;
	line-height: 0;
	height: 10px;
}

div.product_details div.infos div.reference {
	position: absolute;
	bottom: 7px;
	left: 7px;
	color: #4d4d4d;
}

div.return_link {
	text-align: right;
	margin-right: 25px;
	margin-top: 15px;
}

div.return_link a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #064476;
}