/*  ===== pt_storefront Notes =====   /
	This page has a two column layout,
	
	Styles for the welcometeaser area inside the #content for
	the storefront page.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Standard content area for 3 col layout */
#pt_storefront #content {
	width: 585px;
	_width: 580px;
	padding: 0 7px;
	_padding: 0 6px;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
#pt_storefront div.contentBlock	{
	display: inline;
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dadada;
	width: 567px;
	padding: 8px;
	margin: 3px 0;
}
#pt_storefront div.first {
	margin-top: 0;
}
#pt_storefront div.contentBlock div.subBlock3 {
	position: relative;
	display: inline;
	float: left;
	width: 189px;
}
#pt_storefront div.gray {
	background: #f0f0f0;
}
#pt_storefront div.gradientTop {
	width: 569px;
	border: none;
	background: url(../images/backgrounds/contentBlock_gradientTop.jpg) repeat-x top left;
}
#pt_storefront div.noBorder, #pt_storefront div.imageOnly {
	border: none;
	padding: 0;
	width: 585px;
}

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
/* Styles div containing homepage content */
#pt_storefront #content h2 {
	margin-bottom: 7px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: #699769;
}
#pt_storefront #content h3 {
	font-size: 12px;
	color: #000;
}

#pt_storefront #content .subBlock3 a {
	font-size: 12px;
	color: #366BA3;
}

#pt_storefront div#emptySearchResultsBlock {
	padding: 8px 25px;
}
#pt_storefront div#emptySearchResultsBlock h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#pt_storefront div#emptySearchResultsBlock p {
	margin-top: 30px
}
#pt_storefront div#emptySearchResultsBlock a {
	color: #356AA3;
	text-decoration: underline;
}

#pt_storefront #productRequestFormBlock {
	background: #F0F0F0;
}
#pt_storefront #productRequestFormBlock .field textarea.fullWidth { width: 525px; }

.nohits
{
	margin-left: 10px;
	line-height:1.3;
	text-align:left;
	color:#000000;
	font-size:11px;
	float: left;
}
#pt_storefront fieldset.align div.submit 
{
	padding:14px 30px 20px 0pt;
}