/* 
==============================
YourStudentCentre.com Deals Pod Style Sheet
==============================
This CSS cucumber was pickled by:
>> Kyle Dutka at See Design
>> www.seedesign.ca | kyle [at] seedesign.ca
------------------------------
CSSed in Canada inside an igloo with 
dial-up internet powered by beaver
fur and pemmican that was purchased
with coloured money from the Queen.
------------------------------
*/

div.deals_item {
	width: 260px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	border-top: 1px #CCCCCC solid;
	}


	#deals a:hover div.deals_item {
		background: #CCCCCC;
		cursor: pointer;
		}

.frame img {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 7px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	}

a:hover .frame img {
	border: 1px solid #999999;
	background: #FFFFFF;
	}
	
#deals h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	}
	
#deals h2 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	}
	
#deals p {
	color: #333333;
	}
	