@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
a {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FF0099;
}
img {
	border:none;
}
#productpage{
	width:800px;
	height:460px;
	overflow:hidden;
}
#leftcol {
	font-size:10px;
	text-align:center;
	width:200px;
	float:left;
}
#leftcol2 {
	z-index:5;
	margin:20px 0px 0px 20px;
	float:left;
	width:160px;
}
#front {
	margin:20px;
}
#back {
	margin:20px;
}
.color{
}
#colors {
	margin-top:15px;
	margin-bottom:10px;
	font-size:10px;
}

input.addbutton{
	padding-top:5px;
}
#rightcol{
	z-index:0;
	position:absolute;
	margin: 10px 0px 0px 410px;
}


.description {
		line-height:14px;
	height:40px;
}


