@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#container {
	width: 320px;
	margin:0;
}
dl {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
dt {
	font-size:0.8em;
	padding-left:15px;
	padding-top:7px;
	float: left;
}
dd {
	font-size: 0.8em;
	text-align: right;
	padding-right:23px;
	padding-top:7px;
}
.head {
	width:320px;
	height:30px;
	margin:0;
	padding:0;
	background:url(../../images/product_page_images/extra/detail_greybox_images/top.png) no-repeat;
}
#midsection {
	width: 320px;
	background-image:url(../../images/product_page_images/extra/detail_greybox_images/background_image.png);
	background-repeat:repeat-y;
	overflow:auto;
}
#imagebox {
	width:320px;
	padding-top:10px;
}
#productdescription {
	width:289px;
	margin:10px auto 0px auto;
	font-size:11px;
}
#productchart {
	width:320px;
	margin:5px auto 0px auto;
}
#productspec {
	width:320px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	text-align:center;
}

#roundedbottom {
	width:320px;
	left:0px;
	margin:0px;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}
img.bottom {
	display: block;
	float:right;
}
div.links { 
	margin-top:5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding:0px;
}
div.links img {
    display:inline;
	margin:0px;
	padding:0px;
}
div.links a span {
	display: none;
}
/*add transparency to block add: 
    filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9; */
	
div.links a:hover span {
	display: block;
	position: absolute;
	top: 250px;
	left: 10px;
	width: 200px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color:#FFFFFF;
	background:#333333;
	font: 10px Verdana, sans-serif;
	text-align: center;
	text-decoration:none;
	text-align:left;
}
