*
{
	font-family: arial, verdana;
}
form
{
	display: inline;
}


#tpFeedsContainer
{

}
#tpSearchContainer
{
	border-top: solid 1px #DEDFDE;
	background-color: #EBEBEB;
	margin-bottom: 10px;	
	padding-top: 5px;	
	padding-bottom: 5px;	
}
#tpSearchTable
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}

.tpHeader
{
	font-size: 9pt;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: solid 1px #D4D4D4;
	border-left: solid 1px #D4D4D4;
	border-right: solid 1px #D4D4D4;
	border-bottom: solid 1px #DCDCDC;
	background-color: #F1F1F1;
}
.tpHeaderText
{
	color: #000000;
	font-size: 9pt;
}


.tpFeedLink
{
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: solid 1px #DEDFDE;
	border-right: solid 1px #DEDFDE;
}
.tpFeedLinkLeft
{
	border-left: solid 1px #DEDFDE;
}
.tpFeedLinkUnSelected
{
	background-color: #F5F5F5;
}
.tpFeedLinkSelected
{
	background-color: #EBEBEB;
}
.tpFeedLink a, .tpFeedLink a:hover
{
	text-decoration: none;
	color: #113aaf;
}





.tpSpecialItemList
{
	background-color: #DCDCDC;
	border: solid 1px #DCDCDC;
}
.tpSpecialItem
{
	color: #505050;
	font-size: 9pt;
	background-color: #FFFFFF;
	border-top: solid 1px #DCDCDC;
	padding: 4px;
}
.tpSpecialItem a, .tpSpecialItem a:visited, .tpSpecialItem a:hover
{
	font-size: 9pt;
	color: #003399;
}
.tpSpecialItemPrice
{
	font-size: 9pt;
	font-weight: bold;
	color: #505050;
}


.tpPagingRow
{
	color: #000000;
	border-bottom: solid 1px #D4D4D4;
	background-color: #F1F1F1;
	font-size: 9pt;
}
.tpPagingRowTop
{
	border-top: solid 1px #D4D4D4;
}
.tpPagingText
{
	color: #8A8A8A;
	font-size: 8pt;
}
.tpPagingLink a, .tpPagingLink:link, .tpPagingLink:visited, .tpPagingLink:hover, .tpPagingLink:active
{
	color: #003399;
}


.tdProductList
{
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
}
.tpProdCell_Grid
{
	border-bottom: solid 1px #DCDCDC;
}
.tpProdCell_Sum
{
	border-bottom: solid 1px #DCDCDC;
}
.tpProdCell_Sum_Alt
{
	border-bottom: solid 1px #DCDCDC;
	background-color: #F7F7F7;
}
.tdProdImg
{
	margin-right: 10px;
}
.tpProdName
{
	font-size: 9pt;
	color: #003399;
}
.tpProdPrice_Grid, .tpProdPrice_Grid a
{
	font-weight: bold;
	color: #CC3232;
	font-size: 9pt;
	padding-top: 7px;
	padding-bottom: 10px;
}
.tpProdDesc_Grid
{
	font-size: 7.5pt;	
}
.tpProdDesc_Grid a
{
	color: #003399;

	font-size: 7.5pt;	
}
.tpProdPrice_Sum
{
	font-weight: bold;
	color: #CC3232;
	font-size: 9pt;
}
.tpProdDesc_Sum
{
	font-size: 9pt;	
}
.tpProdDesc_Sum a
{
	color: #003399;
	font-size: 9pt;	
}
.tpNoProductsMsg
{
	color: #000000;
	font-size: 9pt;
	border-top: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;	
}


.tpInput
{
	color: #000000;
	font-size: 7.5pt;
}
.tpButton
{
	color: #000000;
	font-size: 8pt;
}

/*****************************************************************************/

/* LIST GROUPS MODULE */

.tpGroupHeader
{
	color: #000000;	
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 4px 2px;
}
.tpGroupList
{
	width: 160px;
}
.tpGroupItem
{
	padding-top: 2px;
	padding-left: 10px;
}
.tpGroupItemSelected
{
	font-weight: bold;
	margin-bottom: 2px;
}
.tpGroupItemParent
{
	margin-bottom: 4px;
}
.tpGroupItem a
{
	color: #113aaf;
	font-size: 8pt;
	text-decoration: none;
}
.tpGroupItem a:hover
{
	text-decoration: underline;
}
.tpSubGroup
{
	margin-left: 20px;
	border-left: solid 1px #e9e9e9; 
	margin-bottom: 12px;
}
.tpGroupUp
{
	background-image: url(images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left:11px;
	margin-left: 10px;
	padding-bottom: 5px;	
}
.moreGroupsLink
{
	font-weight: bold;
}


/*****************************************************************************/

/* PRODUCT DETAILS PAGE */

#tpDetails_OuterWrapper
{
	width: 700px;
	padding-left: 10px;
}
#tpDetails_DescriptionWrapper
{
	width: 550px;
	padding-top: 15px;
}
#tpDetails_Name
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#tpDetails_ProdImg
{
	padding: 5px;
	margin-right: 25px;
	border: solid 1px #dedfde;
}
#tpDetails_Description
{
	color: #000000;
	font-size: 10pt;
	padding-bottom: 20px;
}
.tpDetails_DetailLabel
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
.tpDetails_DetailText
{
	color: #000000;
	font-size: 10pt;
}
.tpDetails_Header
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
}