/* CSS Document */

ul.dealPageList {
	list-style:none;
	clear:both;
}


ul#dealPageBookList {
	list-style:none;
	clear:both;
}

ul#homePageBookList {
	display:block;	
	list-style:none;
}

li.dealPageItem {
}

li.dealPageBookItem {
	width:500px;
	
}

div.dealContainer{
	overflow:hidden;
	width:100%;
	border-bottom:1px #CCC solid;
	margin-top:20px;
	margin-bottom:20px;	
	width:700px;
	position:relative;
}

div.bookDealContainer{
	height:130px;
}

li.dealPageItem h3 {
	display:inline;
	margin:0px;
	padding:0px;
}

span.dailyDealSummary_topLine {
	font-weight:bold;
	font-size:18px;	
	display:block;
}

div.Collumn1 {
	float:left;
	width:80px;
	text-align:center;	
}

div.Collumn2 {
	float:left;
	width:450px;
	margin-top:10px;	
}

div.Collumn2 h2 {
	color:#000;
	margin-top:-21px;	
}

div.buyLink {
	position:absolute;
	width:120px;
	text-align:center;	
	top:-5px;
	left:570px;
}


.buyLink a {
	text-decoration:none;
	color:#000;	
}

.yellowRoundedBackground a {
	text-decoration:none;
	color:#000;		
}

div.buttonImage {
	text-align:center;	
	width:120px;
	height:50px;
	z-index:5;
	position:relative
}

div.buttonImage img {
	margin-top:5px;	
	z-index:5;
	position:relative
}

span.dailyDeal_category {
	font-size:11px;
	font-weight:400;	
	display:block;
	height:14px;
}

span.dailyDeal_format {
	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);
}

span.dailyDeal_price {
	font-weight:bold;
	color:#666;
	width:65px;
	height:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:15px;
	z-index:0;
}

span.dailyDealSummary_Text {
	font-size:13px;	
	display:block;
	min-height:100px;
}

div.bookDealSummary_Text {
	display:block;
	line-height:20px;
	height:85px;
	overflow:hidden;
	font-size:13px;	
	border:thick;
}

a.bookDealMore {
	font-size:11px;	
	position:absolute;
	top:90px;
	left:517px;
	background:#FFF;
	width:50px;
	padding-left:5px;
	background-color:transparent;
}

a.hiddenLink {
	text-decoration:none;
	color:inherit;	
}

img.tinyStars {
	width:17px;	
	margin-left:-4px;
}


ul.reviewPageList {
	list-style:none;
	clear:both;
}


