div#image_area {
	float:left;
	width:300px;
	text-align:center;
}

img.item_image {
	width:300px;
	height:300px;
	margin-bottom:10px;
}

div.no_image {
	width:294px;
	height:294px;
	border:1px solid darkgray;
	text-align:center;
	line-height:280px;
	padding:2px;
	color:red;
	float:left;
}

.item_details {
	float:left;
	width:530px;
	margin-left:10px;
}

.product_name {
	float:left;
	font-weight:bold;
	font-size:1.2em;
}

.item_price {
	float:right;
	font-weight:bold;
	font-size:1.1em;
	color:firebrick;
}

.item_description {
	clear:both;
	overflow:auto;
	margin-bottom:10px;
}

p.item_description_text {
	margin-top:0px;
	margin-bottom:0px;
}

.in_stock, .out_of_stock {
	font-weight:bold;
	float:left;
	font-size:0.9em;
}

.in_stock {
	color:green;
}

.out_of_stock {
	color:red;
}

div#footer_detail {
	clear:both;
	padding-top:10px;
}

form#add_basket_form {
	float:right;
}

div#back_link {
	float:left;
	line-height:2em;
}

input#qty_field {
	width:20px;
	text-align:center;
}

/* Pop up style */
#background_popup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popup_image{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
border-bottom:1px dotted #D3D3D3;
}

#popup_close{
cursor: pointer;
text-decoration:none;
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}