@import url("undohtmlcss.css");
@import url("guide.css");

body {
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	text-align:center;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

a {
color: #009966;
}

.leftpadding{
padding-left:150px;
}

#container{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
}

#content{
	/*height:700px;*/
	text-align:left;
	padding:5px;
	width:750px;
	overflow:auto;
}


#footer{
	width:760px;
	
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

.productname{
	font-size: 10px;
	color: #99CC33;
}


dd{
	margin:0;
	padding:0;
	text-indent: 0pt;
}

dt{
	margin:0;
	padding:0;
	text-indent: 0pt;
	font-weight: bold;
}

.h1productname{
margin-bottom:5px;
}

h1{
	font-size: 22px;
	color: #00ff00;
}

h2{
font-size: 16px;
color: #00ff00;
}

h3{
font-size: 13px;
color: #00ff00;
}

#header{
	width:760px;
	position:relative;
	/*height:262px;*/
	
}

#viewcartbutton{
position:absolute;
left:610px;
top:14px;
}

#productcontainer{
	position:relative;
	height:720px;
	}

#productheader{
	position:absolute;
	color: #99CC33;
	top:20px;
	left:10px;
	font-size: 19px;	
	font-weight:bold;
}

#imagebg{
	position:absolute;
	left:10px;
	top:48px;
	z-index:1;
}

#productimage{
	position:absolute;
	left:26px;
	top:54px;
	z-index:2;
}

#productbuttons{
	position:absolute;
	left:500px;
	top:100px;
}

#productprice{
	position:absolute;
	left:300px;
	top:100px;
	color:#99CC33;
	font-size:15px;
	font-weight:bold;
}

#productdescription{
	position:absolute;
	left:20px;
	top:250px;
	width:700px;
}


.productdivview{
float:left;
width:175px;
height:300px;
}
