#generalWhiteBox{
	padding: 10px 25px;
	background-color: white;
}
/*
#homeTop{
	padding: 5px 0 0;
	background-color: white;
	width: 826px;
	position: relative;
	min-height: 240px;
}
*/

#homeTop {
	/* added for new featured shirts box */
	border-left: 2px solid #00CCCC;
	border-right: 2px solid #00CCCC;

	background-color: white;
	width: 822px;
	position: relative;
	margin-bottom: 5px;
	/*min-height: 215px;*/
}

#largestCollectionHeader{
	margin-bottom: 5px;
	
	/* added for new featured shirts box */
	border-left:none;
	border-right: none;
	
}
#viewAllLink{
	border: none;
	padding: 0 !important;
	text-align: center;
	/*margin-bottom: 5px;*/
}

#viewAllLink a{
	display: block;
	border:2px solid #00CCCC;
	
	/* added for new featured shirts box */
	border-left:none;
	border-right: none;
	
	padding: 3px 5px;
	width: 812px;
	color: #CCFF33;
	
}

#viewAllLink:hover{
	background-color: #CCFF33;
	color: #000;
}

#viewAllLink a:hover{	
	background-color: #CCFF33;
	color: #000;
	text-decoration: none;
}


#homeTop h3{
	text-align: center;
	margin-bottom: 10px;
}

#homeDescription{
	padding: 10px;
}

#homeDescription p{
	margin: 10px 0;
}

#homeDescription a{
	font-weight: bold;
}

#hawaiianShirtTop {
	margin-bottom: 10px;

}

#hawaiianShirtDescription{
	float: left;
	width: 800px;
}
/*
#pager{
	float: right;
	width: 200px;
	text-align: right;
}
*/
/*************************** Testimonial page *******************************************************/

#testimonialParentBox {
	margin: 20px 0;
	padding-bottom: 50px;
	position: relative;		
}

#testimonialParentBox table td{
	vertical-align: top;	
}

#testimonialDescription{
	width: 600px;
}
.testimonial {
	/*float: left;*/
	width: 385px;
	margin-bottom: 10px;
}

.testimonial img{
	float: left;
	border: 2px solid #339999;
	margin-right: 10px;

}
.testimonialText{
	float: left;
	width: 170px;
	

}
.testimonialAuthor{
	font-style: italic;
	text-align: right;
}


/* Start Clearfix */

#hawaiianShirtTop:after, .testimonial:after, #testimonialParentBox:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#hawaiianShirtTop, .testimonial, #testimonialParentBox
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #hawaiianShirtTop, * html .testimonial, * html #testimonialParentBox
{
	height: 1%;
}
#hawaiianShirtTop, .testimonial, #testimonialParentBox
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */

