/* CSS Document */


/* GENERAL */

body
{
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body, td, th, select, input, textarea, label
{
font-family: "Lucida Grande", "Arial", sans-serif;
color: #000000;
font-size: 11px;
}

label
{
}

table th {
background-color:#888888;
text-align:left;
font-weight:bold;}

table td, th
{
padding: 5px;
border: 0px;
}

p, h1, h2, h3, h4, h5
{
font-weight: normal;
margin-top: 0px;
margin-bottom: 10px;
}

td, th {font-size:10px;}

h1
{
}

h2
{
}

h3
{
}


h4
{
}

h5
{
}

p, input, textarea {
}

input {font-size:9px}

.spacer
{
clear:both;
height: 10px;
}


.divider
{
clear:both;
height: 1px;
width: 784px;
background-image:url(images/divider.png);
}

/* MENUS */



/* LINKS */

a.btn:link, a.btn:active, a.btn:visited, a.btn:hover {
padding: 2px;
color: #ffffff;
background-color:#aaaaaa;
}

.menu a:link, .menu a:active, .menu a:visited, .menu a:hover
{
padding: 2px;
color: #ffffff;
}

.menu a:hover {
background-color: 333333;
color: #ffffff;
}

a:link, a:active, a:visited, a:hover
{
text-decoration:none;
color: #ffffff;
}

A:hover, .selected, a.btn:hover
{
color: #ffffff;
background-color:#333333;
}



/* LAYOUT */

.clothes div
{
	width: 195px;
	height: 300px;
	background-repeat:no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-color: #FFFFFF;
	display: inline;
	float:left;
}

.clothes div form
{
	margin-top: 100px;
	padding: 0;
	overflow: hidden;
	background-image:url(images/bg_transparent.png);
}

.clothes p {
	padding: 10px;
}

.clothes div, .music div
{
	float:left;
}

.music div {
height:55px;
padding-top: 245px;
padding-left:45px;
width: 150px;
}

.music p {
margin-bottom:0px;
}

.logo
{
width: 0px;
padding-left: 235px;
height: 60px;
overflow: hidden;
background-repeat: no-repeat;
float:left;
background-image:url(images/logo.png)
}

.menu {margin-top:44px;}


#global
{
position:absolute;
left: 50%; 
width: 784px;
margin-left: -392px; /* half of the width */
}
	 
#flashcontent
{
text-align:center;
}

.alert {
color:#CC0000;
}


form{
margin: 0;
padding: 0;
border: 0px;
}