body {
	background: #57B5E0 url(../assets/images/icebground.jpg) repeat-x fixed center bottom;
}

div.container{
	
	width: 990px;
	
	background-color: white;
	
}

div#header, div#content, div#footer {
	padding: 20px;
}

h1 a {
	text-decoration: none;
	color: #191919;
}

ul.nav {
	padding: 5px;
	height: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-color: #57b5e0;
}

ul.nav li{
	margin-right: 15px;
	list-style-type: none;
	float: left;
}

div.wide-box, div.small-box{
	padding: 10px;
	margin-bottom: 20px;
	border-color: #57b5e0;
	border-width: 1px;
	border-style: solid;
}

img.img-title{
	display: inline;
}

div#tooltip{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
}

div#basket table{
	margin-top: 10px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

div#basket table th{
	background-color: #b7e0f2;
}

div#basket table input{
	width: 20px;
}

div#basket table input.submit{
	width: 60px;
}

