/* @override http://127.0.0.1:8300/moodpics/css/product_detail.css */

@charset "UTF-8";
/* CSS Document */

/* this is used for non image products */
#product_image{
	float: left;
	width: 300px;
	border: 1px solid #e6e7e8;
	padding: 5px;
	margin: 0 10px 10px 0;
}
#product_image img{
	max-width: 300px;
	_width: auto;
}

#product_image .highlight{
	width: 300px;
}

#imageholder{
	float: left;
	position:relative;
}

#image_options {
	float: left;
	margin-left: 10px;
	display: inline;
	width:225px;
	/*height:300px;*/
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#myphoto {
	position:relative;
	width:100%;
	height:100%;
	z-index:3;
}
#image_div{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

/*#size_options {
	position:absolute;
	top:300px;
	left:650px;
	width:200px;
	height:300px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}*/

/*this is for vertical white bars over images*/
.landscape {
	position:absolute;
	background-color:#fff;
	top:0px;
	width:20px;
	height:100%;
	float:left;
}
/*this is for horizontal white bars over images*/
.portrait {
	position:absolute;
	background-color:#fff;
	left:0px;
	width:100%;
	height:20px;
}
.blok4t {
	position:absolute;
	background-color:#fff;
	left:0px;
	width:100%;
	height:25px;
}
.blok4l {
	position:absolute;
	background-color:#fff;
	left:0px;
	width:25px;
	height:100%;
}
.blok3t {
	position:absolute;
	background-color:#fff;
	left:0px;
	width:100%;
	height:34px;
}
.blok3l {
	position:absolute;
	background-color:#fff;
	left:0px;
	width:34px;
	height:100%;
}
#product_info {
	display:inline;
	float:left;
	width:450px;
	padding:6px;
	z-index:6;
}
#product_info table{
	line-height:1.6em;
}
#price_range {
	display:inline;
	float:left;
	background-color:#000;
	color:#FFFFFF;
	font-size:110%;
	padding:10px;
	width:220px;
	margin: 0 0 10px 12px;
}
