/*ELEMENTS*/
body{
	background: #000000;
	margin: 0px;
	padding: 0px;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a.g:link{
	color: #666666;
	text-decoration: none;
}
a.g:visited{
	color: #666666;
	text-decoration: none;
}
a.g:hover{
	color: #FFFFFF;
	text-decoration: none;
}
h1{
	margin: 0px;
	padding: 0px;
	line-spacing: 14px;
	letter-spacing: 1px;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
}
p{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Trebuchet, 'Bookman Old Style', 'Times New Roman';
	font-size: 12px;
	line-height: auto;
	text-align: justify;
}
img{
	margin: 0px;
	border: 0px;
}
table{
	margin: 0px;
	border-collapse: collapse;
}
td{
	margin: 0px;
	padding: 0px;
}
input.button{
	width: 100px;
	height: 21px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	border-top: solid 2px #6699CC;
	border-left: solid 2px #6699CC;
	border-bottom: solid 2px #003366;
	border-right: solid 2px #003366;
}
input.text{
	width: 200px;
	height: 21px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial;
	font-size: 12px;
	background: #000000;
	color: #FFFFFF;
	border: solid 1px #99CCFF;
}

/*IDS*/
#item{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	visibility: hidden;
}
#itemimage{
	height: 248px;
}

/*CLASSES*/
.box{
	width: 250px;
	height: 248px;
	padding: 13px 10px 14px 10px;
	vertical-align: top;
}
.lbox{
	width: 350px;
	height: 248px;
	padding: 13px 10px 14px 10px;
	vertical-align: top;
}
.fbox{
	height: 248px;
	padding: 13px 10px 14px 10px;
	vertical-align: top;
}
.f{
	padding: 2px;
}
.thumbnail{
	width: 102px;
	height: 248px;
	padding: 14px 10px 14px 10px;
	vertical-align: bottom;
}
.thumb{
	width: 100px;
	height: 100px;
	border: solid 1px #000000;
	cursor: pointer;
}
.head{
	color: #CCCCCC;
}
.description{
	color: #99CCFF;
}
.price{
	color: #FFFFFF;
}
.spacer{
	height: 8px;
}
