body {
    background: none repeat scroll 0 0 #fff;
    font-family: verdana,arial,georgia,"Trebuchet MS";
    font-size: 13px;
    margin: 0 auto;
    padding: 0 0 15px;
}
.clr{
	clear: both;
}

#main{
	position: relative;
	width: 640px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #999;
	box-shadow: 0 0 6px #999;
	border-radius: 4px;
}
#print_button{
	position: absolute;
	top: 10px;
	right: 10px;
}
h2{
	margin: 0 0 20px;
	font-size: 16px;
	width: 375px;
}
h3{
	margin: 0 0 10px;
	font-size: 14px;
}
h4, h5, h6{
	margin: 0 0 10px;
    font-size: 13px;
}
p{
	margin: 0 0 10px;
}
.left{
	position: relative;
    float: left;
    width: 165px;
}
.left img{
	width: 150px;
	border: 1px solid #999;
	padding: 2px;
}
.left .stock, .left .warrantee{
    background: none repeat scroll 0 0 #DDDDDD;
    font-size: 10px;
    margin: 1px 0;
    padding: 5px;
    width: 146px;
}
.right{
    float: right;
    width: 470px;
}
.new{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 4px #000000;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    padding: 10px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: -4px;
    width: 15px;
}
#specification h4 {
    font-size: 12px;
    margin: 14px 0 6px;
}
#specification table {
    border-collapse: collapse;
    font-size: 11px;
    margin-bottom: 1px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}
#specification table tr {
    border-top: 1px solid #D9D9D9;
}
#specification table td {
    padding: 4px 0;
}

