
.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:200px;
	height:80px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #333;	
	text-align:center;
	color:#eee!important;
	background:url("img/background.jpg") no-repeat center center #111;
}

.sponsorFlip p{
	line-height:80px;
	}

.sponsorFlip:hover{
	border:1px solid #333;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #444 inset;
	-webkit-box-shadow:0 0 30px #444 inset;
	box-shadow:0 0 30px #444 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding: 20px 10px 10px 10px;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding: 0 10px 10px 10px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#flipMain{
	position:relative;
	width:628px;
	float:left;
}


.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}


.storedetails{
	width:200px;
	height:130px;
	margin: 0 4px 4px 0;
	float:left;
	border:1px solid #333;
	text-align:center;
	position:relative;
}

.storedetails p{
	width:200px;
	text-align:centre;
	position:absolute;
	top:20px;
}

.storedetails p.storelinkurl{
	width:200px;
	text-align:centre;
	position:absolute;
	top:70px;
}

#storestable tr td{
	border-bottom:1px solid #333;
	font-size:12px;
}
