/* Front Page */
.featured-header {
	background-image: url(../images/featured-header.png);
	background-repeat: no-repeat;
}
.categories-header {
	background-image: url(../images/categories-header.png);
	background-repeat: no-repeat;
}
.sponsorship-header {
	background-image: url(../images/sponsorship-header.png);
	background-repeat: no-repeat;
}
.featured-box {
	border: 1px solid #DDD;
}
.categories-box {
	border: 1px solid #EEE;
}
.sponsorship-box {
	border: 1px solid #DDD;
}
.featured-header,
.categories-header,
.sponsorship-header {
	margin: 0;
	padding: 0px 10px;
	width: 700px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.featured-box,
.categories-box,
.sponsorship-box {
	padding: 10px;
	border: 1px solid #DDD;
	border-top: 0;
}

/* Group Page */
.list-product {
	border: 1px solid #DDD;
	background-color: #EEE;
	width: 100%;
	margin-bottom: 10px;
}
.list-product .thumb {
	width: 105px;
}
.list-product .thumb img {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.list-product .name {
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
	height: 30px;
	padding-left: 5px;
}
.list-product .summary {
	vertical-align: top;
	padding-left: 5px;
}
.list-product .actions {
	vertical-align: top;
}
.list-product .actions img {
	margin-left: 10px;
}
.list-product .price {
	width: 110px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.group-product {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	width: 505px;
}
.group-product p {
	margin: 0;
	padding: 0;
}
.group-product .thumb {
	float: left;
	margin-right: 10px;
}
.group-product .thumb img {
	border: 1px solid #000;
}
.group-product .title {
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.group-product .price {
	float: right;
	font-weight: bold;
	font-size: 14px;
}
.group-product .summary {
	padding-top: 20px;
	vertical-align: top;
	margin: 5px 0;
}
.group-product .actions {
	font-size: 10px;
	padding: 2px;
	padding-left: 5px;
	height: 25px;
}
.group-product .actions a {
	margin: 0 7px 0 7px;
	line-height: 25px;
	vertical-align: middle;
}
.group-product .actions a img {
	margin-right: 3px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

/* Product Page */
.product {
	width: 100%;
}
.product .images {
	width: 100px;
	vertical-align: top;
	padding-right: 10px;
}
.product .images a:link, .product .images a:active, .product .images a:visited, .product .images a:hover {
	border: 1px solid #DDD;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
}
.product .name {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
}
.product .summary {
	padding-bottom: 10px;
	height: 30px;
}
.product .price {
	font-weight: bold;
	font-size: 18px;
}
.product .actions {
	text-align: right;
	height: 40px;
}
.product .description {
	padding-top: 10px;
	text-align: justify;
	vertical-align: top;
}
.product .cart-add:link, .product  .cart-add:active, .product  .cart-add:visited {
	background: url(../../public/images/cart-add.png) right no-repeat;
	line-height: 30px;
	text-align: right;
	float: right;
	padding-right: 10px;
	display: block;
	width: 110px;
	color: #990000;
	font-weight: bold;
}
.product .cart-add:hover {
	color: #FF0000;
	font-weight: bold;
}