body {
	margin:0;
	background-color:#000000;
	color:#ffffff;
	font:9pt helvetica, arial, sans-serif;
	text-align:left;
}

a {	
	color:#ffffff; 
	text-decoration:none;
	border-bottom:1px solid #1b1b1b;
}

a:active { color:#ffffff; }

p { margin:0 20px; }

h4 {
	margin:5px 0 5px 20px;
}

#description {
	height:115px;
	overflow:auto;
	line-height:normal;
}

#images {
	position:relative;
	width:100%;
	top:0px;
	height:340px;
	overflow:hidden;
}

.detail {
	float:right;
	width:60px;
	height:60px;
	margin:6px 12px 6px 0;
	padding:1px;
	background-color:#050505;
}

img#big {
	position:absolute;
	top:20px;
	left:20px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:-95px;
	/* hide from IE Mac \*/
    bottom:0;
    /* end hide */
	margin:0;
	padding:8px 0 0 0;
	border-top:1px solid #1a1a1a;
	height:20px;
	background-color:#0d0d0d;
	color:#666666;
}

#pagination {
    display:block;
	padding:5px 0;
	color:#666666;
	border-bottom:1px solid #1a1a1a;
	background-color:#0d0d0d;
	height:35px;
}

#pagination .pagenumbers {
    right:0;
    margin:0 20px 0 0;
    text-align:right;
}

#pagination #favorites {
    position:absolute;
	top:25px;
	left:20px;
}

#pagination #previous {
    float:left;
    padding:0 0 0 20px; 
}

#pagination #next { 
    float:left;
    padding:0 0 0 10px;
}

