
#p_wrapper{ width: 800px; margin: auto; padding: 0; }
#p_header{ float: left; width: 800px; padding: 10; }
#p_header h1{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	padding: 25px;
}
#p_img{ width: 800px; padding:0; }
#p_img img{ width: 800px; height: 270px; border: 0;}
#p_leftcase { width: 70px; float: left; }
#p_info { float:right; width: 720px; margin-top: 1em;}
#p_info h2 { color: #bac405; font-size: 14px;}
h4 {font-size: 12px;}
#p_price { 
	float: left; 
	height: 70px; 
	width: 380px;
	padding: 10px;
}
#p_basket { 
	float: right; 
	height: 70px; 
	width: 380px;
	padding: 10px;
}
#p_footer { 
	float:left; 
	width: 800px; 
	height: 80px;
	margin-top: 20px;
}

/* Green */
.ipod {
	background: url(../img/p_ipod.jpg);
	color: #f9b200;
}
.music {
	background: url(../img/p_music.jpg);
	color: #ad007c;
}
.computer {
	background: url(../img/p_computer.jpg);
	color: #0099a9;
}
.gaming {
	background: url(../img/p_gaming.jpg);
	color: #f9b200;
}
