/* style for price  */
.ps_PriceTable
{
	border:2px solid #e5e5e5;
	font-size:small;
}

/* style for column footer element */
.ps_Footer
{
	padding: 14px 14px 14px 14px; 
}

/* style for column header cells */
.ps_ColumnHeader
{
	background-color: #e3e3e3;
	color: #666666;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}

/* style for all the table cells except the column headers ones */
.ps_CellStyle
{
	padding: 8px 8px 8px 8px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

.ps_SellerCellStyle
{
	width: 11%;
}

.ps_PriceCellStyle
{
	width: 13%;
}

.ps_TaxCellStyle
{
	width: 11%;
}

.ps_ShippingCellStyle
{
	width: 11%;
}

.ps_UpdatedCellStyle
{
	width: 11%;
}

.ps_AvailabilityCellStyle
{
	width: 16%;
}

.ps_LocalCellStyle
{
	width: 7%;
}

.ps_BuyCellStyle
{
	width: 5%;
	color:#33CC00;
	text-align:center;
	
}
.ps_BuyCellStyle a{
	color:#33CC00;
	font-size:large;
	font-weight:bold;

}

/* style for the text Div overlay element which breefly appears after the seller row was updated via AJAX */
.ps_FlashUpdateOverlayStyle
{
	position: absolute;
	background-color: #92dafc;
	z-index:751;
}

/* style for the text 'JUST UPDATED' text which would appear in the updated column after the price updates */
.ps_JustUpdatedTextStyle
{
	color: #666666;
	font-weight: bold;
}

/* style for the price increase text which appears after the seller price if enabled */
.ps_PriceIncreaseTextStyle
{
	color: #D21717;
}

/* style for the price decrease text which appears after the seller price if enabled */
.ps_PriceDecreaseTextStyle
{
	color: #33CC00;
}

/* style for all the links */
.ps_LinkStyle
{
	cursor: hand;
	cursor: pointer;
	color : #666666;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.ps_LinkStyle:hover
{
	color : #333333;
}

/* style for all the links when the mouse hovers over them */ 
.ps_LinkStyle:hover
{
	text-decoration: underline;
}

.ps_ColumnHeaderLink
{
	cursor: hand;
	cursor: pointer;
	color : #FFFFFF;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.ps_ColumnHeaderLink:hover
{
	text-decoration: underline;
	color : #CCCCCC;
}

/* Loading panel element style. It appears just initially when the pricespider DHTML control initializes but the seller info has not been recieved yet */
.ps_LoadingPanelStyle
{
	background-color: #FFFFFF;
	border: solid 1px #999999;
	padding-left: 2px;
	padding-right: 4px;
}

/* style for the image or animation which plays to the left of the 'Loading...' sign in the loading box */
.ps_LoadingPanelAnimation
{
	background-image: url(http://static.kallow.com/images/gfx/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 16px;
	height: 16px;
}

.ps_RowStyle
{
	background-color: #FFFFFF;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
}

.ps_AlternateRowStyle
{
	background-color: #FFFFFF;

}

.ps_PriceStyle
{
	font-weight: bold;
	font-size: 14px;
}

.ps_SellerLogoImageStyle
{
	border:none;
}

.ps_SellerRatingStyle
{
	color: #000000;
	font-weight: bold;
}

.ps_SortArrowUpStyle
{
	background-image: url(http://www.pricespider.com/imgs/WhUpArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 9px;
	font-size: 1px;
}

.ps_SortArrowDownStyle
{
	background-image: url(http://www.pricespider.com/imgs/WhDownArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 9px;
	font-size: 1px;
}

.ps_SeeMoreSellersStyle
{
	background-color: #B3B3B3;
	color: #FFFFFF;
	padding: 6px 8px 6px 8px;
}

.ps_SeeMoreSellersLinkStyle
{
	cursor: hand;
	cursor: pointer;
	color : #FFFFFF;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.ps_EnterZipCell
{
	background-color: #E4E4E4;
    height: 44px;
    padding: 5px 4px 5px 4px;
	color: #666666;
	font: 12px Arial,Verdana,Helvetica,sans-serif;
	white-space:nowrap;
	
}

.ps_ZipCodeTextBox
{
	font : 14px Arial, Verdana, Helvetica, sans-serif;
	color : #666666;
	padding: 2px;
	border: #666666 solid 1px;
	width: 42px;
	height: 18px;
}

.ps_ZipCodeUpdateButton
{
	cursor: pointer;
	padding: 0px 0px 0px 0px;
}

/* style for column footer element */
.ps_Footer
{
	display:none;
	font-size:xx-small;
}
.ps_ErrorCell
{
	padding: 12px 12px 12px 12px;
}

.ps_LocalSellerButton
{
	background-image: url(http://www.pricespider.com/imgs/LocalMaps.gif);
	background-position: left top;
	background-repeat: no-repeat;
}