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

h1 {
	font-size: 80%;
	font-weight: normal;
	background-color: #000;
	color: #FFF;
	padding: 5px 2%;
	line-height: 135%;
}
header ul {
	width: 100%;
}
header ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
header li {
	float: left;
	width: 25%;
}
header img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 3px #000;
}

h2 {
	text-align: center;
	padding-bottom: 50px;
}
h2 span {
	font-size: 200%;
	text-shadow: 4px 3px 0 #DDD;
}
.black h2 span {
	text-shadow: 4px 4px 0 #222;
}
h2 strong {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 80%;
}

#newarrivals h2 {
	padding-bottom: 30px;
}
#newarrivals article {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin-top: 50px;
	text-align: center;
}
#newarrivals .date {
	font-size: 80%;
	margin: 0 10px;
	line-height: 30px;
	border-left: #CCC 1px dotted;
	border-right: #CCC 1px dotted;
	border-top: #CCC 1px dotted;
	background-color: #F9F9F9;
}
#newarrivals h3 {
	padding: 10px 5px;
	margin: 0 10px;
	border-left: #CCC 1px dotted;
	border-right: #CCC 1px dotted;
	overflow: hidden;
}
#newarrivals .description {
	padding: 0 5px 10px;
	min-height: 180px;
	max-height: 300px;
	overflow: scroll;
	margin: 0 10px 10px;
	font-size: 80%;
	border-left: #CCC 1px dotted;
	border-right: #CCC 1px dotted;
	border-bottom: #CCC 1px dotted;
	}
#newarrivals .description a {
	display: block;
}

#brandlist h2 {
	padding-bottom: 30px;
}
#brandlist dl {
	float: left;
	width: 480px;
	height: 120px;
	margin: 20px 9px 0;
	border: #999 1px dotted;
	background-color: #1A1A1A;
}
#brandlist dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#brandlist dt {
	float: right;
	width: 350px;
	padding-top: 10px;
}
#brandlist .flL {
	padding: 10px 0 10px 10px;
}
#brandlist .flR {
	width: 340px;
	margin-right: 10px;
	font-size: 80%;
	padding-bottom: 10px;
}
#brandlist strong,
#brandlist em {
	font-style: normal;
	font-weight: normal;
}
