#description
{
	width: 30%;
	border:0px solid red;
	
	margin:0;
	padding:0;

	position:absolute;
	top: 150px;
	left: 50px;
	
	
	
}

p
{
	font-size:11pt;
	color:#1e1e1a;
}

#description p
{
	display:block;
	border:0px solid red;
	margin:0;
	font-family: 'Times New Roman', Times, serif;
}


#brand_model
{
	color:#21b239;
	font-size:16pt;
}

#colour
{
	padding-top:15px;
	font-size:11pt;
}

#text
{
	
	padding-top:20px;
	font-size:10pt;

}

#price
{
	padding-top:20px;
	font-size:16pt;
	
	
}


#purchase_button
{
	width: 170px;
	
	position:absolute;
	top: 300px;
	right: 25%;
	margin-right: -116px;

	
	border:0px solid gray;
	padding: 4px;

	color:#21b239;
	font-family: 'Times New Roman', Times, serif;
	font-size:16pt;

}



#pictures
{
	width:150px;
	border:0px solid red;
	margin:0;
	padding:0;

	position:absolute;
	top: 125px;
	left: 50%;
	
	margin-left: -75px; /* this aligns the picture in the centre */

}

#the_single_picture
{
	
	border:0px solid red;
	margin:0;
	padding:0;

	position:absolute;
	top: 200px;
	left: 50%;
	
	margin-left: -100px; /* this aligns the picture in the centre */
}

#the_single_picture img
{
	width: 200px;
	height: 266px;
	margin:0;
	padding:0;
	border:0;
	
}

#pictures img
{
	width: 150px;
	//height: 200px;
	margin:0;
	padding:0;
	border:0;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
}	
