*
{
	font-family: arial, verdana;
}
form
{
	display: inline;
}


#tpFeedsContainer
{

}
#tpSearchContainer
{
	border-top: solid 1px #DEDFDE;
	background-color:#435371; /* #EBEBEB; */
	margin-bottom: 10px;	
	padding-top: 5px;	
	padding-bottom: 5px;	
}
#tpSearchTable
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;  /* #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;	
	color: #000000;
	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: #000000;
}


.tpGroupHeader
{
	color: #ffffff; /* #000000; */	
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 4px 6px 8px;
	background-color: #7c94b0; /* #F1F1F1; */
}
.tpGroupList
{
	background-color:#637a99; /*#DCDCDC; */
}
.tpGroupListDivider
{
	background-color: #F8F8F8;
	border-top: solid 1px #DCDCDC;
}
.tpGroupItem
{
	background-color:#ffffff; /* #F8F8F8; */
/*	border-top: solid 1px #DCDCDC; */
	padding: 2px;
}
.tpGroupItem a
{
	color: #000000;
	font-size:8pt; /* 9pt; */	
}


.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;
}

/*****************************************************************************/

/* 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;
	text-align:right;
}
.tpDetails_DetailText
{
	color: #000000;
	font-size: 10pt;
	text-align:left;
}
.tpDetails_Header
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
}