html{ 
overflow: -moz-scrollbars-vertical; 
}
html{ 
overflow-x: auto; 
}
body{
margin:0;
padding:0;
background-color:silver;
}
#container{
position:absolute;
width:100%;
min-width:1000px;
min-height:695px;
}
#header{
background:url(../images/headersection.jpg);
height:120px;
background-repeat:no-repeat;
background-repeat:repeat-x;
margin:0;
padding:0;
}
#site_search{
position:absolute;
right:10px;
top:35px;
font-family: Arial,Helvetica;
font-size:14px;
font-weight:bold;
width:180px;
text-align:right;
}
#site_search input{
margin-bottom:5px;
}
#search_button{
float:right;
}
#logo{
position:absolute;
top:39px;
left:12px;
margin:0;
padding:0;
}
#menucontainer{
margin:0;
padding:0;
border-bottom:1px solid silver;
}
#content_container{
width:955px;
margin:0 auto;
padding:0;
padding-bottom:1px;
font-size: 16px;
background-color:white;
}
#content{
margin:0 auto;
padding-top:40px; 
margin-bottom:0;
width:805px;
min-height:718px;
margin-bottom:90px;
font-family: Arial,Helvetica;
}
#main_header{
font-size:22px;
}
#footer{
position:absolute;
left:0;
bottom:0;
width:100%;
font-size:14px;
text-align:center;
padding:0;
font-family: Arial,Helvetica;
}
#footer a{
text-decoration:none;
color:black;
}
#price{
font-size:21px;
color:green;
}
#product_name{
margin-top:25px;
font-size:18px;
font-weight:bold;
}
#product_description{
vertical-align:top;
}
#product_price{
font-weight:bold;
}
#logo2{
text-align:center;
}
#logo2 img{
border:none;
}
a{
text-decoration:none;
}
#store_link{
margin-top:35px;
font-size:20px;
text-align:center;
}
#list_intro{
font-size:18px;
font-weight:bold;
}
h1{
font-size:24px;
}
h2{
font-size:19px;
}
#div1{
position:absolute;
top:40px;
left:250px;
z-index:1;
font-family: Arial,Helvetica;
font-size:16px;
}
#list1{
width:100%;
height:250px;
}
#list2{
width:100%;
height:200px;
}
#list3{
width:100%;
height:100px;
}
#list4{
width:100%;
height:200px;
}
li{
list-style-type:none;
}
.column1{
position:absolute;
left:0;
}
.column2{
position:absolute;
left:200px;
}
.column3{
position:absolute;
left:400px;
}
.column4{
position:absolute;
left:600px;
}
#full_list{
width:100%;
text-align:center;
}
#product_list{
border-bottom:1px solid silver;
}
#product_list li{
margin-left:-30px;
list-style-type:none;
}
.product{
width:100%;
border-top:1px solid silver;
padding-top:11px;
padding-bottom:11px;
}
.product table{
width:100%;
height:100%;
border-collapse:collapse;
}
.image{
width:120px;
vertical-align:top;
}
.image img{
border:none;
}
.description{
width:500px;
vertical-align:top;
padding-top:5px;
padding-right:40px;
}
.description h3{
margin:0;
margin-bottom:5px;
font-size:15px;
}
.description p{
margin-top:0;
margin-bottom:5px;
font-size:14px;
}
.description p a{
text-decoration:none;
color:grey;
}
.description h3 a{
text-decoration:none;
color:black;
}
.details{
vertical-align:top;
padding-top:5px;
font-size:14px;
}
.details p{
margin-top:0;
margin-bottom:5px;
font-size:14px;
}
.details a{
position:relative;
top:15px;
}
.postage{
font-size:12px;
font-weight:bold;
}