body{
	background: rgb(216,216,216) url('background.png') center top repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

body, td, input, select, textarea, pre, div{
	color: rgb(100,100,100);
	font-family: lucida sans, lucida, helvetica, arial, sans;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	line-height: 11pt; 
}

a, a:hover, .link, .link:hover{
	text-decoration: underline;
	cursor: pointer;
}

a, .link{
	color: rgb(39,157,225);
}

a:hover, .link:hover{
	color: rgb(94,174,224);
}

div{
	background: transparent;
}

#root{
	width: 100%;
	background: transparent url('top.png') center top no-repeat;
	text-align: center;
}

#content{
	width: 820px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 50px;
}

#menu{
	padding-top: 60px;
	padding-bottom: 28px;
	font-size: 8pt;
	font-family: lucida sans, lucida, helvetica, arial, sans;
	color: rgb(180,180,180);
}

#menu a{
	color: rgb(80,80,80);
	text-decoration: none;
}

#menu a:hover{
	color: rgb(140,140,140);
	text-decoration: none;
}

small{
	font-size: 7pt;
}

h1{
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
	margin-top: 14px;
}

h2{
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 14px;
}

.cell h2, .inline h2{
	margin-top: 0px;
	margin-bottom: 7px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

input, textarea, select{
	margin: 2px;
	margin-bottom: 8px;
}

.field{
	border: rgb(120,120,120) 1px solid;
	background: rgb(240,240,240);
	padding: 2px;
}

.button{
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

.visible{
	display: block;
}

.hidden{
	display: none;
}

.row{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.cell, .inline{
	float: left;
	margin-right: 40px;
	padding-bottom: 10px;
}

.inline{
	margin-left: -8px;
	padding-top: 8px;
	padding-left: 8px;
	background: url('shadow.png') top left no-repeat;
}

.image{
	float: left;
	width: 204px;
	border: 1px solid #888888;
	background: #ffffff;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
}

.float{
	float: right;
	margin-left: 20px;
}

.image img, .icon{
	margin-bottom: 10px;
}

a{
	cursor: pointer;
}

.active, .active:hover{
	color: red;
}

img{
	margin-bottom: 4px;
	border: 0px none;
}

.product{
	padding-top: 9px;
	float: left;
	width: 100%;
}

.item{
	float: left;
	width: 400px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background: #e9e9e9;
	margin: 0px;
	margin-right: 10px;
}

.contents{
	margin-top: 5px;
	margin-bottom: 6px;
	min-height: 35px;
	font-size: 7pt;
}

.tag{
	float: left;
	height: 29px;
	width: 77px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	margin: 0px;
	margin-top: 2px;
	margin-right: 6px;
	background: url('tag.png') top left no-repeat;
	cursor: pointer;
}

.tag a, .tag a:hover{
	color: #ffffff;
	text-decoration: none;
}

.discount{
	float: left;
	height: 51px;
	width: 51px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 18px;
	margin: 0px;
	margin-top: -9px;
	background: url('discount.png') top left no-repeat;
}

.playing, .stopped{
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 5px;
/*	cursor: pointer;*/
}

.stopped{
	color: rgb(180,180,180);
	background: url('play.png') top left no-repeat;
}

.playing{
	color: rgb(100,100,100);
	background: url('stop.png') top left no-repeat;
}

.download{
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 5px;
	cursor: pointer;
	color: rgb(180,180,180);
	background: url('download.png') top left no-repeat;
}

.visible{
	display: block;
}

.hidden{
	display: none;
}