* {
	margin: 0;
	padding: 0;
}
html, body { height: 100%; }
body {
	background: #EEE9D6 url(http://anime-dvds.org/images/bg.gif) 50% 0 repeat-y;
	font: 10pt normal Arial, sans-serif;
	line-height: 150%;
}
h1, h2, h3, h4 {
	line-height: 120%;
	margin-bottom: 10px;
	border-bottom: 1px solid #BCF;
}
h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }

p {
	margin: 10px 10px 20px;
}
a {
	color: #04C;
	text-decoration: none;
}
a:hover {
	color: #E00;
	text-decoration: underline;
}

#wrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 760px;
	margin-left: -380px;
}

#header {
	display: block;
	width: 760px;
	height: 161px;
	background: #000 url(http://anime-dvds.org/images/header.jpg) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}


#nav {
	width: 150px;
	float: left;
	background: #FD3;
	margin-top: -3px;
	line-height: 140%;
}
#nav, #nav li {
	list-style: none;
}
#nav li {
	padding: 2px 6px;
	font-size: 80%;
}
#nav li.category {
	background: #FC0;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	color: #750;
	font-size: 10pt;
}
#nav li a {
	display: block;
}
#nav li a:hover {
}
#nav li#search {
	padding: 8px;
}
#nav li#search input {
	display: block;
	margin: 2px auto;
	width: 125px;
}

#content {
	margin-left: 150px;
	padding: 5px 10px;
}

#footer {
	font-size: 8pt;
	line-height: 150%;
	clear: both;
	text-align: center;
	padding: 25px 0 0 150px;
}

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }
.center { text-align: center; }
.clear { clear: both; }
ul.none, ul.none li { list-style: none; }
.small {
	font-size: 80%;
	line-height: 130%;
	color: #666;
}


.dvds, .dvds li {
	list-style: none;
}
.dvds li {
	float: left;
	text-align: center;
	margin: 10px 0 6px 6px;
	width: 140px;
	line-height: 130%;
	position: relative;
	font-size: 8pt;
}
.dvds img {
	display: block;
	border: 0;
	margin: 0 0 -2px -9px;
}
.dvds a span {
	display: none;
	padding: 5px;
	width: 100px;
	background: #333;
	color: #FF0;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 16px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: hand;
}
.dvds a:hover span {
	display: block;
}
.dvds strong {
	display: block;
	color: #F00;
	font-size: 9pt;
}

.price {
	text-align: center;
}
.price del {
	text-decoration: none;
	background: url(http://anime-dvds.org/images/scribble.gif) 50% 50% no-repeat;
	padding: 0 10px;
}
.price strong, .price small {
	display: block;
	color: #F60;
}
.price strong {
	font-size: 12pt;
}
.price a {
	font-size: 14pt;
}