@charset "UTF-8";
/* CSS Document */

.brands h1 {
	font-size:2em;
}


.brands {
	display:block;
}

.brands a {
	color:#000;
	font-size:1.2em;
	font-weight:800;
}

.description {
	width:436px;
	margin-right:40px;
	line-height:1.4em;
	min-height:400px;
}

.description ul {
	font-size:1.3em;
	padding-bottom:20px;
	margin-left:25px;
}

.description ul li {
	list-style:disc;
}

.images {
	width:300px;
}

.images img {
	background:#FFF;
	padding:5px;
	margin:5px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}

.shop .price {
	font-size:2.4em;
}

.more {
	color:#000;
	font-size:1.2em;
	display:block;
	text-align:center;
	margin-top:10px;
	padding:10px;
	border-top:1px solid #000;
	font-weight:800;
}

.more a {
	color:#900;
}
