* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a img {
	border: none;	
}

body {
	padding-top: 5px;
	background: url(images/bg.png);
	text-align: center;
	font-family: Helvetica, sans-serif;
}

div.clearer {
	clear: both;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

div#top {
	float: left;
	width: 100%;
}

div#address {
	float: right;
	margin-top: 52px;
	margin-right: 100px;
	font-size: 14px;
	color: gray;
}

div#body {
	float: left;
}

div#left {
	width: 280px;
	float: left;
	background: url(images/left_bg.png) top right no-repeat;
}

div#left div#cart {
	width: 260px;
	float: left;
	background-color: #555555;
	background: url(images/shop_bg.png) repeat-y;
	font-size: 12px;
	color: gray;
		font-weight: bold;
	padding-left: 20px;
}

div#cart table {
	width: 220px;
}

div#cart input {
	width: 20px;
	color: gray;
}

div#cart ul li a {
	height: 28px;
	width: 85px;
	display: block;
	background: url(images/afrekenen.png);
}

div#cart ul li a:active {
	background-position: 85px;
}

div#left div#cart span.cartPhotoPrice {
	color: white;
}

div#left div#cart .cartTotalPrice {
	width: 50px;
	border-top: solid gray 1px;
}

div#left div#cart .cartText {
	padding: 10px 0 5px 0px;
}

div#left div#cart .cartTotal {
	padding: 5px 0px 10px 0px;
	border-top: solid gray 1px;
}

div#left div#cart input, div#left div#cart select{
	color: white;
	background: #21758a;
	border: 1px white solid;
	width: 60px;
	margin: 7px 5px;
}

div#shopping_cart_header {
	background: url(images/shop_header.png) no-repeat;
	height: 63px;
}

div#shopping_cart_footer {
	background: url(images/shop_footer.png) no-repeat;
	height: 15px;
}

div#buttons {
	padding-left: 45px;
	padding-top: 20px;
}

div#shamelessadvertising {
	padding-left: 60px;
	margin-top: 30px;
}

div#buttons ul li a:hover {
	cursor: pointer;
}


div#buttons ul.ulbutton li a {
	height: 28px;
	width: 170px;
	display: block;
	background: url(images/button.png) repeat-x;
	
	padding-top: 12px;
	color: white;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 2px 0px black;
}

div#buttons ul.ulbutton li a:active {
	background-position: 170px;
}


div#right {
	width: 610px;
	float: right;
}

div#select {
	font-size: 11px;
	font-weight: bold;
	color: #fefefe;
	width: 586px;
	height: 34px;
	background: url(images/select_bg.png) no-repeat;
	margin-left: 20px;
	background-color: #555555;
	padding-left: 20px;
	padding-top: 19px;
}

select {
	background-color: #21758a;
	color: #fefefe;
	
}

div#select select {
	margin-right: 10px;
	margin-left: 7px;
	width: 87px;
}

div#photobody {
	width: 660px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#photos {
	width: 566px;
	height: 461px;
	background: url(images/photos_bg.png) no-repeat;
	padding: 20px;
	color: white;
}

div#photos input.field {
	background: white;
	border: gray 1px solid;
	padding: 7px;
	width: 100%;
}
div#photos table {
	width: 546px;
	font-size: 0.8em;
	
}

div#photos table td {
	padding: 5px 0;
}


div#photos h1, div#photos h2, div#photos h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 1px 2px 1px black;
}
div#photos p {
	line-height:1.5em;
	text-shadow: 1px 1px 1px black;
}

div#photos a {
	color:  green;
}

div.photo {
	width: 168px;
	height: 130px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 20px;
}

div.photo img {
	margin-left: 10px;
	margin-top: 4px;
	width: 118px;
	padding: 5px;
	background-image: url(images/photoborder.png);
	padding-left: 7px;
	padding-right: 7px;
}

div.photo ul {
	float: left;
}

div.photo ul li a {
	height: 31px;
	width: 31px;
	display: block;
	background: url(images/cart.png) no-repeat;
}

div.photo ul li a:hover {
	cursor: pointer;
}

div.photo ul.ulbutton li a:active {
	background-position: -31px;
}

div.photo div.info {
	margin-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background: url(images/info_bg.png) no-repeat;
	color: #aedea5;
	text-shadow: 0px 1px 0px black;
	height: 31px;
}

div.photo div.info span {
	color: white;
}

div.photo div.text {
	padding-top: 9px;
	padding-left: 7px;
	float: left;
}

div#pages {
	width: 606px;
	height: 42px;
	background: url(images/pages_bg.png) no-repeat;
	margin-left: 1px;
}

div#pages ul {
	//float: left;
	display: block;
	margin-top: 5px;
}

div#pages li {
	float: left;
	margin-left: 5px;
}

div#pages li a {
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 5px; 
	text-shadow: 0px 1px 1px black;
}

div#pages li a:hover {
	cursor: pointer;
}

div#pages ul#pages li a {
	color: #d8b2ab;
}

div#pages ul#pages li a.active {
	background-image: url(images/active_bg.png);
	color: white;
}

div#pages ul#pages li a {
	width: 23px;
	text-decoration: none;
	font-size: 12px;
}

div#pages ul#pages {
	float: left;
	margin-top: 7px;
	margin-left: 90px;
}

ul.ulbutton li a {
	background-color: #791908;
	color: white;
	text-decoration: none;
}

div#pages ul.ulbutton li a:active {
	background-position: -85px;
}

ul#ulleft {
	margin-left: 15px;
	float: left;
}

ul#ulleft li a {
	background: url(images/prev.png);
	text-indent: -9999px;
	width: 85px;
	height: 28px;
	padding: 0;
}

ul#ulright {
	float: right;
	margin-right: 15px;
}

ul#ulright li a {
	background: url(images/next.png);
	text-indent: -9999px;
	width: 85px;
	height: 28px;
	padding: 0;
}

.cartPhoto {
	width:  80px;
	padding: 5px;
	background: gray;
}
