* {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.clr {
	clear: both;
}
#container {
	clear: both;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#header {
	clear: both;
	width: 680px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 400px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#gallery_container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 466px;
	overflow: hidden;
	border: 1px solid black;
}
#albumlist {
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DDDDDD;
	padding: 2px;
	width: 956px;
	height: 22px;
	border: 1px solid black;
	overflow: hidden;
}
#hits {
	clear: both;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: darkblue;
	text-align: center;
	height: 15px;
	width: 170px;
}
#basketbtn {
	clear: both;
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#largethumbimage {
	display: none;
}
.thumb {
	float: left;
	width: 150px;
	height: 112px;
	margin-top: 2px;
	margin-left: 2px;
	overflow: hidden;
	border: 1px solid black;
}
.thumb_basket {
	display: none;
	margin-top: 91px;
	margin-left: 129px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.albumselect {
	width: 150px;
	background-color: #FFFFCC;
	color: darkblue;
}
#largethumb {
	clear: both;
	margin-left: 2px;
	margin-top: 2px;
	width: 492px;
	height: 344px;
	overflow: hidden;
	border: 1px solid black;
}
#basketarea {
	clear: both;
	margin-left: 2px;
	margin-top: 2px;
	height: 112px;
	border: 1px solid black;
}
#checkoutbtn {
	clear: both;
	display: none;
	padding-left: 5px;
	padding-top: 16px;
}
#pageprev {
	clear: both;
	padding-left: 10px;
}
#pagetext, #pageprev, #pagenext, #items, #total {
	float: left;
	margin-left: 10px;
	height: 18px;
	font-weight: bold;
	font-size: 16px;
}
#checkoutDialog {
	position: absolute;
	clear: both;
	display: none;
	overflow; hidden;
}
#orderCompleteDialog {
	position: absolute;
	clear: both;
	overflow; hidden;
}
.button {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	width: 150px;
	text-align: center;
	background-color: #000080;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
