/*DIV.object{border:1px solid #00f;}
P{border:1px solid #0ff;}*/

*
{
	margin:0px;
	padding:0px;
}
IMG
{
	border-width:0px;
}

BODY
{
	background:url("bg.png") #fff repeat-y;
}
BODY,
BODY *
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:19px;
}
UL
{
	list-style-type:none;
}
OL
{
	list-style-type:disc;
	padding-left:15px;
}
H3,
H4,
P,
UL,
OL,
TABLE,
FORM DIV
{
	margin-bottom:10px;
}
H3,
H4
{
	margin-bottom:5px;
}
LI H3,
LI H4
{
	margin-bottom:0px;
}
A
{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

DIV.hr
{
	height:55px;
}
DIV.hr *
{
	display:none;
}

/*
	forms
*/
INPUT.button.submit
{
	cursor:pointer;
}
INPUT.text,
INPUT.number,
INPUT.button,
TEXTAREA,
SELECT
{
	border-width:0px;
}
INPUT.text,
INPUT.number,
TEXTAREA
{
	width:361px;
	padding:1px 2px;
}
INPUT.number
{
	width:auto;
	text-align:center;
}
INPUT.button
{
	font-weight:bold;
	padding:1px 0px;
}
TEXTAREA
{
	width:361px;
}
.column.special INPUT.text,
.column.special TEXTAREA
{
	width:341px;
}

/*
	layout
*/
.container .header
{
	padding:55px 0px;
	padding-left:55px;
}
.container .header .navigation UL
{
	list-style:none;
	margin-top:15px;
}
.container .header .navigation UL LI
{
	display:inline;
	padding-right:4px;
}
.container .content
{
	width:980px;
}
.minisite
{
	background-image:url("bg-inverted.png");
	background-repeat:repeat-y;
	background-color:#000;
	color:#fff;
}


.page
{
	width:490px;
	float:left;
}
.page.double
{
	width:980px;
	float:none;
}
.column
{
	background:url("border.png") repeat-y;
}
.column.special
{
	background-image:none;
}
.column.special .object
{
	padding:20px;
	width:346px;
}
.page.double .object
{
	width:821px!important;
}
.page.double .column.special .object
{
	width:836px!important;
}
.column.special .object,
.column.special .object *
{
	background:#000;
	color:#fff;
}


.column .object
{
	margin-left:55px;
	width:331px;
}
.column .object .headline
{
	margin-bottom:55px;
}
.column .object .image
{
	position:relative;
	margin-bottom:10px;
}
.column .object .image P
{
	position:absolute;
	left:-55px;
}
.column .object .body P
{
	padding-right:15px;
}
SPAN.filled
{
	padding:2px 0px;
	background-color:#fff;
}
SPAN.filled.inverted
{
	background-color:#000;
	color:#fff;
}
.column.special .object SPAN.filled,
INPUT.text,
INPUT.number,
INPUT.button,
TEXTAREA,
SELECT
{
	background-color:#000;
	color:#fff;
}
.column.special .object SPAN.filled.inverted,
.column.special .object INPUT.text,
.column.special .object INPUT.number,
.column.special .object INPUT.button,
.column.special .object TEXTAREA,
.column.special .object SELECT
{
	background-color:#fff;
	color:#000;
}

.column .object .indent P
{
	text-align:right;
	position:relative;
	left:55px;
	margin:0px;
}
.column .object .indent P SPAN.filled,
.minisiteButton SPAN.filled
{
	padding:2px 20px;
	font-style:italic;
	font-weight:normal;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.object.paginate
{
	clear:both;
	margin-left:55px;
}


.container .footer
{
	clear:both;
	margin-left:55px;
	padding-bottom:55px;
	width:876px;
}
.container .footer .pt1
{
	padding:5px 20px;
	text-align:right;
}
.container .footer .pt1,
.container .footer .pt1 *
{
	background:#000;
	color:#fff;
	font-style:italic;
	font-weight:normal;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.container .footer .pt2
{
	padding:5px 0px;
}

/*
	extra
*/
BODY.artists .charts OL
{
	list-style-type:none;
	padding:0px;
	margin:0px -10px;
}
BODY.artists .charts OL LI
{
	float:left;
	padding:10px;
}
BODY.artists .charts OL IMG
{
	background:#fff!important;
	padding:10px;
}
/*
	extra
*/
BODY.releases .issues UL
{
	width:352px;
}
BODY.releases .issues UL LI
{
	float:left;
	width:160px;
	height:320px;
	padding-right:11px;
}
/*
	cart
*/
.cart P.change
{
	float:right;
}
TABLE.cart
{
	width:50%;
}
TABLE.cart .item
{
	text-align:left;
}
TABLE.cart .quantity,
TABLE.cart .price,
TABLE.cart .total
{
	text-align:center;
}
TABLE.payment .input
{
	width:20px;
}
