﻿*{margin:0;
padding:0;
}
body {
	color: #574c3f;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	background-color: lavender;
}

#wrapper {
	width: 1100px;
	margin: auto;
	padding-bottom: 20px;
	background-color: white;
}

#navigation {
	height: 45px;
	background: linear-gradient(to top, #c2bcb5, #ffffff);
}

#nav {
	display: block;
	list-style: none;
	text-align: center;
}

	#nav ul {
		display: none;
		list-style: none;
	}

	#nav li {
		float: left;
		display: block;
		margin-top: 15px;
		text-transform: uppercase;
		padding: 0px 20px 0px 20px;
		border-left: 1px solid #FFFFFF;
	}

	#nav a:link, #nav a :visited, #nav a:active {
		display: block;
		color: #574c3f;
		text-decoration: none;
	}

	#nav a:hover {
		background-color: white;
	}

a:visited {
	display: block;
	color: #574c3f;
	text-decoration: none;
}

#content {
	padding: 20px;
	min-height: 400px;
}

/*Generic Controls*/
.button {
	background: linear-gradient(to bottom, darkgreen, green);
	padding: 10px;
	margin: 10px;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	clear: both;
	width: 150px;
}

/*Webshop */
#ContentPlaceHolder1_pnlProducts div {
	float: left;
	width: 250px;
	height: 250px;
	text-align: center;
}

.productName {
	font-weight: bold;
	font-size: 18px;
}

.productPrice {
	font-family: arial,helvetica,sans-serif;
	color: #FFB600;
}

.productImage {
	width: 150px;
	height: 150px;
	vertical-align: central;
	padding: 10px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/*Detail page*/
.detailsImage {
	height: 465px;
	width: 400px;
	margin-right: 30px;
}

.detailsDescription {
	font-style: italic;
	width: 300px;
}

.detailsPrice {
	font-weight: bold;
	font-size: 24px;
	width: 200px;
}

.inputs {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #EAEAEA;
	background: -moz-linear-gradient(top, #FFF, #EAEAEA);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
	border: 1px solid #CACACA;
	color: #444;
	margin: 0 0 25px;
	padding: 5px 9px;
	width: 260px;
}

	.inputs:focus {
		background: #FFF;
		-webkit-box-shadow: 0 0 25px #CCC;
		-moz-box-shadow: 0 0 25px #ccc;
		box-shadow: 0 0 25px #CCC;
	}

/*Shopping Cart Page */
.CartTable {
	text-align: center;
	border: 15px solid #f5f4f2;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
}

	.CartTable input {
		width: 65px;
		height: 65px;
	}

	.CartTable h4 {
		padding: 0;
		margin: 0;
	}

	.CartTable tr td select {
		width: 100px;
	}
.imgLeft {
	float: left;
	width: 240px;
	height: 150px;
	margin: 0px 10px 10px 0;
	padding: 10px;
}

.imgRight {
	float: right;
	width: 200px;
	height: 250px;
	margin: 0px 0 10px 10px;
	padding: 10px;
}

.coffeeTable {
	width: 750px;
	height: 250px;
	margin: 10px 10px 10px 0;
	border: 3px solid #E3E3E3;
	border-radius: 10px;
	moz-border-radius: 10px;
}

	.coffeeTable tr th, .coffeeTable tr td {
		text-align: left;
		padding: 0px 5px 0 5px;
	}

	.coffeeTable img {
		padding: 0px 10px 10px 10px;
		height: 150px;
		width: 150px;
	}
