
body { font-family: Arial, sans-serif; font-size: 14px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#page {  width: 90%; max-width: 1200px; min-width: 800px; margin: 0 auto; }

#header { padding: 20px; }
#header h1 { float: left; }
#header #cart { float: right; }

#nav { margin-bottom: 20px; }
#nav li {
	float: left; margin-right: 15px;	
}
#nav li a { 
	display: block;
	padding: 4px 8px;
	border: solid 1px #ccc;
	list-style-type:none;
}
#nav a:hover {
	background-color: #eee;
	text-decoration: none;
}

#sortLinks { margin-bottom: 20px; }

#main { padding: 0 20px;}
#main h2 { margin: 0 0 10px 0; }
#main p { margin: 10px 0; }

#footer {
        clear: both; padding: 20px; margin-bottom: 50px;
        text-align: center; font-size: 90%; color: #999;
}

.pagination { text-align: center; }
.pagination .prev { padding-right: 25px; }
.pagination .next { padding-left: 25px; }

.details { font-size: 80%; color: #999; }

/* product listing */
.product-list .product {
	border-top: solid 1px #ccc; padding: 10px 0;
}
.product-list .product-image-container {
	float: left;
	text-align: center;
}
.product-list .product-image {
	width: 100px;
}

.product-list .product-data {
    margin-left: 120px;
}
.product-list .product-title {
	font-weight: bold; font-size: 110%;
	margin-bottom: 5px;
}
.product-list .product-description {
	margin-bottom: 5px;
	font-size: 90%;
}

.product.li {
list-style-type:none;
}

/* product details */

.product-detail .product-image-container {
	float: left;
}
.product-detail .product-image-container .product-image {
    max-width: 300px;
}
.product-detail .product-image-container .details { text-align: center; }

.product-detail .product-data { margin-left: 320px; }
.product-detail .product-data.no-image { margin-left: 0;}

.product-detail .product-title {
	font-size: 150%; font-weight: bold;
	margin-bottom: 5px;
}
.product-detail .product-description {
	margin-bottom: 20px;
}
.product-detail .product-price {
	margin-bottom: 10px;
	font-weight: bold;
}
.product-detail .product-attributes {
	margin: 10px 0;
}
.product-detail .product-attribute {
	margin: 5px 0;
}
.product-detail .product-attribute label{
	display: block;
}

.product-detail .googlecart-add-button {
    margin: 20px 0;
}

