

/*/////////////////// Home Page Documents ////////////////////*/

div#leftPara, div#rightPara{
	padding-top:0px;
	width:140px;
	padding-bottom:10px;
}

div#leftPara{
	float:left;
	margin-right:25px;
}

div.middleImg{
	float:left;
	width:176px;
	margin-right:25px;
}

div#rightPara{
	float:left;
}

div#leftPara a{
	color:#3399CC;
	text-decoration:none;
	font-size: 14px;
	float:right;
}

div#rightPara a{
	color:#FF0066;
	text-decoration:none;
	font-size: 14px;
	float:right;
}


a.item{
	display:block;	
	float:left;
}
	a.item:visited, a.item:link{
		text-decoration:none !important;
	}
	a.item span{
		display:block;	
	}
	a.item span.productBox{
		width:100px;
		margin-right:6px;
		padding-bottom:25px;
		text-decoration:none ;	
		border:none ;	
	}
	a.item span.productTitle{
		font-family:arial;
		color:#FF3300;
		font-weight:bold;
		font-size:11px;
		text-decoration:underline !important;
		cursor: pointer; /*God knows why, but IE7 needs this */
	}
	
	p.latestHeading{
		font-family:trebuchet ms;
		font-size:18px;
		color:#FF3300;
	}

/*///////// Social Network Icons /////////////////*/

div#socialNetworkLinks a{
	width:55px;
	height:51px;
	padding-right:3px;
	display:block;
	float:left;
	text-decoration: none;
}

/*/////////// comment link ///////////////////*/

a#comment{
	background:url("/Images/comment-button.gif") repeat scroll 0 0 transparent;
	color:white;
	float:right;
	width:136px;
	height:21px;
	margin-top:10px;
	margin-bottom:10px;
	height:21px;
	width:136px;
	text-align:center;
	font-size:11px;
	text-decoration:none;
}


