	
	/* =====================================================
	#
	# Michael-Jackson-Online.co.uk
	# Generic.css
	# This is the website's styling (all browsers)
	# Author: Ross Zoltan Tanner
	# Date: 26 June 2009
	#
	===================================================== */

/* MAIN WEBSITE STYLE */
body {
background-color : #ededed;
font-family : Arial, Helvetica, sans-serif;
font-size : small;
margin : 0;
padding : 0;
}
#pageflip {
position : relative;
}
#pageflip img {
width : 50px;
height : 52px;
z-index : 99;
position : absolute;
right : 0;
top : 0;
border : 0;
}
#pageflip .msg_block {
width : 50px;
height : 50px;
position : absolute;
right : 0;
top : 0;
background : url(../images/page_flip_image.png) no-repeat right top;
text-indent : -9999px;
}
#topbar {
margin-top : -10px;
width : 100%;
background-color : #ccc;
font-size : 10px;
height : 30px;
padding-top : 5px;
}
#topbar li {
list-style-type : none;
display : inline;
}
.logo {
margin-top : 20px;
}
.logo img {
border : 0;
}
#page_container {
width : 900px;
margin : 0 auto;
}
#content {
width : 680px;
float : left;
}
.productProfile {
background-color : #fff;
border : 1px solid #999;
padding : 10px;
display : block;
overflow : auto;
}
.productProfile img {
border : 0;
float : left;
margin-right : 20px;
}
.productProfileSmall {
float : left;
background-color : #fff;
border : 1px solid #999;
padding : 10px;
display : block;
overflow : auto;
width : 200px;
margin-left : 3px;
height : 320px;
margin-top : 3px;
}
.productProfileSmall p {
text-align : center;
}
.productProfileSmall img {
border : 0;
}
.break {
visibility : hidden;
}
.price {
color : #09f;
font-weight : bold;
font-size : large;
margin-top : -5px;
margin-bottom : -1px;
}
.clear {
clear : both;
}
.otherPrices {
clear : both;
height : 70px;
background-color : #fff;
border : 1px solid #999;
margin-bottom : 5px;
}
.col1 {
float : left;
width : 150px;
padding-left : 10px;
padding-top : 13px;
text-align : center;
}
.col1 img {
border : 0;
}
.col1 p {
padding-top : 3px;
}
.col1Price {
color : #09f;
font-weight : bold;
font-size : large;
margin-top : 8px;
}
.bottomText {
padding-top : 10px;
}
#sidebar {
width : 215px;
float : left;
margin-left : 5px;
}
.box1 {
margin : 10px;
background-color : #fff;
border : 1px solid #999;
padding : 10px;
}
.box1 li {
list-style-type : none;
padding : 0;
margin-left : -30px;
}
#footer {
clear : both;
margin-top : -10px;
width : 100%;
background-color : #ccc;
height : 80px;
padding-top : 5px;
display : block;
overflow : auto;
}
#footer p {
margin : 0 auto;
width : 880px;
}
#footer img {
border : 0;
margin-top : 5px;
}