/* 
CSS 
Created By David Oldfield
w.d-igital.eu
e. david@d-igital.eu

For Simple Records.
Mr. W. Saul.

Simple stuff for Simple..
*/
div#toolTip {
	position:absolute;
	z-index:1000;
	display:block;
	background:#2a3232;
	border:2px double #00ffff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:4px;
}
div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font-size:10px;
}
div#toolTip p em {
	display:none;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}
div#toolTip p em span {
	font-weight:bold;
	color:#fff;
	display:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Century Gothic, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#2a3232;
}
#container {
	width:900px;
	margin:0px auto;
}
p.clear {
	height:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
.header {
	height:120px;
}
a {
	outline:none;
	color:#fff;
}
a img {
	border:0px solid #fff;
}
img.logo {
	clear:both;
	margin:20px 0px 0px 10px;
}
ul#menu {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul#menu li {
	float:left;
}
ul#menu a {
	height:30px;
	display:block;
	margin-left:10px;
}
ul#menu a:hover {
	background-position: 0 -28px;
}
ul#menu li.news a {
	width:68px;
	background-image:url(../images/news.png);
	background-repeat:no-repeat;
}
ul#menu li.artists a {
	width:71px;
	background-image:url(../images/artists.png);
	background-repeat:no-repeat;
}
ul#menu li.releases a {
	width:108px;
	background-image:url(../images/releases.png);
	background-repeat:no-repeat;
}
ul#menu li.mixes a {
	width:74px;
	background-image:url(../images/mixes.png);
	background-repeat:no-repeat;
}
ul#menu li.contact a {
	width:101px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
}
ul#menu li.shop a {
	width:64px;
	background-image:url(../images/shop.png);
	background-repeat:no-repeat;
}
ul#menu li.mixes a:hover, ul#menu li.contact a:hover, ul#menu li.shop a:hover {
	background-position: 0 -29px;
}
#content, #shoppingcart {
	width:520px;
	float:left;
	padding-left:10px;
}
.product {
	width:116px;
	float:left;
	margin:0px 13px 10px 0px;
	height:200px;
}
.product:hover {
	cursor:pointer;
}
.product a {
	color:#fff;
	text-decoration:none;
}
.product h2 a {
	color:#444c4b;
}
.product a img.rel-list {
	width:110px;
	height:110px;
	border:3px solid #eee;
}
.product:hover a {
	color:#72be20;
}
.product:hover a img {
	border:3px solid #fff;
}
.product h1 {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	margin:1px 0px 0px 0px;
	padding:0px;
}
.product h2 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
}
.information {
	width:250px;
	float:left;
	padding:0px 0px 0px 10px;
}
.login {
	width:220px;
	padding:15px;
	background-color:#343b3b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom:10px;
}
.login a {
	color:#fff;
	font-weight:normal;
}
.login:hover {
	background-color:#00ffff;
	color:#2a3232;
}
.login:hover a {
	color:#2a3232;
}
.login:hover a:hover {
	color:#fff;
}
.costs {
	width:220px;
	padding:15px;
	margin-bottom:10px;
	color:#2a3232;
	background-color:#00ffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.costs p {
	margin:0px 0px 6px 0px;
	padding:0px;
}
.homies {
	padding-top:10px;
}
p.bold {
	font-weight:bold;
}
a.made {
	color:#343b3b;
	text-decoration:none;
	font-size:11px;
	padding-top:10px;
	border-top:1px solid #444;
}
a.made:hover {
	color:#fff;
}
.costs a {
	color:#2a3232;
}
form input, form select {
	width:180px;
	border:1px solid #444;
	padding:2px;
	margin:5px 0px 0px 0px;
}
form select {
	width:186px;
}
input.loginform-submit {
	background-color:#343b3b;
	border:0px solid #fff;
	border-bottom:1px solid #fff;
	width:50px;
	color:#fff;
}
.login:hover input.loginform-submit {
	background-color:#00ffff;
	color:#343b3b;
}
.login:hover input.loginform-submit:hover {
	cursor:pointer;
}
.retrieve {
	width:490px;
	padding:15px;
	background-color:#343b3b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom:10px;
	height:200px;
}
.retrieve h3 {
	font-size:30px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.downloads {
	width:490px;
	padding:15px;
	background-color:#343b3b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom:10px;
}
.downloads h3 {
	font-size:30px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.downloads a {
	color:#00ffff;
}
p.bline {
	font-weight:bold;
}
p.georgy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}