/* @override http://www.archives.almostdesign.com/javierlargen/style.css */

/* created by almostDesign */
/* http://www.almostdesign.com */
* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
	
}

#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ccc;
	background-color:#000;
}
	
h1 {
	display:none;
}

h2{
	font-size:15px;
	font-weight:bold;
}

#content{
	position:absolute;
	left:50%;
	margin-left:-210px;
}

#header {
	margin-top: 10px;
}

#footer {
	width: 200px;
	position: relative;
	left: 210px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#options {
	width: 200px;
	position: relative;
	top: -80px;
	left: 220px;
	text-align: right;
}

.item {
	width:420px;
	height:120px;
	background-image: url('bg_item.jpg');
}

.box {
	position: relative;
	left: 20px;
	top: 20px;
	width: 380px;
	height: 80px;
	overflow: hidden;
}

.item img{
	width: 150px;
	height: 60px;
	border: 1px solid #333;
	background-color: #333;
}

.data {
	position: absolute;
	top: 0px;
	left: 160px;
}

.data p{
	margin:5px;
}

.data .info {
	display:none
}

a {
	text-decoration:none;
	color:#C00
}

a:hover {
	text-decoration:line-through;
}

.info{
	margin-left: 10px;
	width: 400px;
}

.info p{
	margin-bottom: 10px;
}
