/* CSS Document 
*  Product Specific CSS Styles
*  DN 20061021
*/
#alphaBet{
	border: dotted 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

	.productprice {
		font-size: 18px;
	}
	
	
	#consolesmalllogo {
		margin-top:3px;
		margin-left: 4px;
		float:left;
		position:relative;
	}
	
	.modheadsubtext {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:9px;
		color: #FFA000;
		padding-left: 7px;
		padding-top: 6px;
		}
	
	#productdisc {
		padding-right: 15px;
		z-index: 100;
	}
	
	#productimgfloat {
		float: left;
		text-align: center; 
		padding-right: 10px;
	}
	
	.prodpagebuttons {
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}
	
	#productpricepage {
		font-size: 16px;
		font-weight:bold;
		color: #FFA000;
		margin-top:4px;
	}
	
	.screenshots {
	margin: 5px;
	}

#addReviewLink,#addTipLink{
	clear: both;
	text-align: right;
	color: #FFA000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

#addReviewLink a,#addTipLink a{
	text-decoration: none;
	color: #FFA000;
}

/* Product Listing products.php */

.prodListItem{
	clear: both;
	border-bottom: dotted 1px #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.prodListImage{
	float: left;
	height: 100px;	/* Height Required for IE not to wrap txt underneith */
}

.prodListDetail{
	margin-left: 75px;
}

.prodListPrice{
	float: right;
	text-align: right;
}

span.prodRetailPrice{
	font-size: 9px;
	text-decoration: underline;
}
.releasetitle{
	color: #FFA000;
}

.releasetitle a{
	color: #FFA000;
}

/* Product Tips  */
/* Could position image */
.user_tips_box{
	padding-left: 45px;
	padding-bottom: 10px;
	background-image: url('/images/graphics/Icons/point.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #FFFFFF;

}

/* REviews */
.borderTable{
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.borderTop{
	border-top: solid 1px;
}
