/* CSS Document */

div#homePageGridList {
	margin-left:-40px;	
}

div.reviewSummaryGridViewCardContainer {
	float:left;	
	position:relative;

	margin-left:40px;	
    margin-bottom:40px;
	
	width:200px;
	height:220px;
}

div.reviewSummaryGridViewCard {
	width:200px;
	height:217px;
    text-align:center;
/*	padding:5px;
*/	border:thin solid #666;
	position:relative;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 1px #CCC;
	-webkit-box-shadow: 3px 3px 1px #CCC;
	box-shadow: 3px 3px 1px #CCC;
	background-color:#FFF;
	padding-top:3px;

}

img.gridViewScreenShot {
	height:145px;	
}

div.reviewSummaryGridView h2{
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;	
}

img.gridBasicStar {
	height:18px;
}

div.starRatingInGrid {
	text-transform:uppercase;
	color:#666;
	font-size:8px;
	font-weight:bold;	
	position:absolute;
	left:92px;
	top:160px;
}

div.starRatingInGrid sup {
	font-size:9px;
}

div.gridViewBuyDiv {
	margin-top:10px;
	font-size:12px;
	padding:5px;	
}

.yellowRoundedBackground {
	background-color:#FC0 !important;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.greenRoundedBackground {
	background-color:#0C6 !important;/*#009900;/*#0F3;*/
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.roundedPriceBackground {
	padding:5px;
	padding-bottom:3px;
	position:relative;
	top:5px;	
}

.roundedBuyButtonBackground {
	padding:6px;
}

img.informationIForGridViewCards {
	position:absolute;
	left:185px;
	top:205px;	
}

.itunesCategory {
	font-size:11px;
	font-weight:400;	
	display:block;
}

.itunesFormat {
	font-size:11px;
	font-weight:bold;	
}

span.iPhoneFormatColor {
	color:rgb(51, 0, 153);	
}
span.iPadFormatColor {
	color:rgb(153, 0, 0);	
}
span.UniversalFormatColor {
	color:rgb(102, 51, 102);
}
