/*--------CSS for Minisite: Left Column Elements - Prizes---------*/
/*----------------------------------------------------------------*/


.prizesBox {
	float: left;
	width: 425px;
	height: 856px; /*Can be adjusted according to fit design*/
	margin: 0;
	padding: 0;
	background: url('/contests/mothersday2010/images/topimage04_left.jpg') no-repeat top left;
	}



.prizeslist {
	float: left;
	width: 350px;
	height: auto;
	margin: 180px 0 10px 15px;
	/*position: relative;*/
	}


.prizeslist h1 {

	width: 85%;
	clear: both;
	margin: 15px 0 0 5px;
	padding: 0 0 0 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	/*color: #e83b05;*/
	}


.prizeslist h2 {

	width: 260px;
	margin: 2px 0 2px 15px;
	padding: 2px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	/*color: #fd7802;*/
	}


.prizeslist h3 {

	width: 260px;
	margin: 2px 0 2px 15px;
	padding: 2px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	/*color: #c73205;*/
	}



.prizeslist p {
	float: left;
	width: 90%;
	margin: 3px 0 1px 5px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	/*color: #9b0722;*/
	}


.prizeslist strong {
	font-size: 15px;
	/*color: #79071d;*/
	}



.logoBox {
	float: left;
	width: 180px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 1180px;
	margin: 0;
	padding: 0;
	}


