/* --------------------------------------------------------------------------------------------------------- */
/* Where-to-buy Widget Styles																				 */
/* --------------------------------------------------------------------------------------------------------- */

table tr td
{
    background: inherit;
}

.ps_PriceTableWrapper
{
      background-color: #E9E9E9;
      overflow-y: auto;
      max-height: 364px;
      height: 364px;
      min-height: 364px;
      padding: 0;
      margin: 0px 0px 0px 0px;
}

.ps_PriceTable
{
    width: 820px;
	margin: 16px 8px 8px 0px;
	border: hidden transparent 0px;
	border-collapse: collapse;
}

/* style for column footer element */
.ps_Footer
{
    margin: 10px 4px 0px 4px;
    background: transparent url(PoweredByPriceSpiderWhite.png) no-repeat 776px 0px;
    height: 28px;
}

.ps_Footer img
{
    display: none;
}

.ps_FooterCell
{
    background: transparent;
	font-size: 9px;
	line-height: 10px;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

.ps_FooterCell2
{
	font-size: 9px;
	color: #000000;
	padding: 2px;
	margin: 0;
}

.ps_TableHeaderRow
{
}

/* style for column header cells */
.ps_ColumnHeader
{
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #CCCCCC;
    background: #2c2c2c;
    color: #FFFFFF;
	font: bold 13px arial,helvetica,clean,sans-serif;
	padding: 2px;
	vertical-align: middle;
}

/* style for all the table cells except the column headers ones */
.ps_CellStyle
{
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	padding: 4px 2px 4px 2px;
	color: #535353;
	font: normal 85% arial,helvetica,clean,sans-serif;
	font-weight: bold;
}

.ps_CellStyle2
{
	padding: 2px 2px 2px 2px;
}

.ps_ColumnHeader a
{
    color: #FFFFFF;
	width: 40px;
	padding: 0px;
	margin: 0px;
}

.ps_SellerCellStyle
{
	width: 126px;
	text-align: center;
}

.ps_PriceCellStyle
{
	width: 107px;
	text-align: center;
}

.ps_PriceCellStyle>a
{
    color: #2C2C2C;
    font-weight: bold;
}

.ps_TaxCellStyle
{
	width: 124px;
	text-align: center;
}

.ps_ShippingCellStyle
{
	width: 154px;
	text-align: center;
}

.ps_AvailabilityCellStyle
{
	width: 145px;
	text-align: center;
}


.ps_SellerLogoImageStyle
{
	border: none 1px;
}

/* style for the text Div overlay element which breefly appears after the seller row was updated via AJAX */
.ps_FlashUpdateOverlayStyle
{
	position: absolute;
	background-color: #f56600;
	z-index:751;
}

/* style for the text 'JUST UPDATED' text which would appear in the updated column after the price updates */
.ps_JustUpdatedTextStyle
{
	color: #f56600;
	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: #00981D;
}

/* style for all the links */
.ps_LinkStyle
{
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

/* style for all the links when the mouse hovers over them */ 
.ps_LinkStyle:hover
{
	text-decoration: underline;
}

.ps_ColumnHeaderLink
{
	cursor: hand;
	cursor: pointer;
	color : #0083B3;
	font-weight: bold;
	text-decoration: none;
}

.ps_ColumnHeaderLink:hover
{
	text-decoration: underline;
}
 
/* 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
{
      border: solid 1px #CCCCCC;
      background-color: #FFFFFF;
      padding: 0 4px 4px 4px;
      width: 165px;
      vertical-align: middle;
      margin: 1px;
      position: absolute;
      left: 351px;
      top: 0;
      z-index: 1000;
}

/* style for the image or animation which plays to the left of the 'Loading...' sign in the loading box */
.ps_LoadingPanelAnimation
{
	background: #FFFFFF url(http://pricespider.cachefly.net/imgs/Waiting_Spider.gif) no-repeat scroll 0 0;
	width: 60px;
	min-width: 60px;
	height: 50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
}

.ps_LoadingTextStyle
{
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}

.ps_RowStyle
{
	background-color: #FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
	border-top: solid 1px #EEEEEE;
}

.ps_AlternateRowStyle
{
	background-color: #FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
	border-top: solid 1px #EEEEEE;
}

.ps_PreferredSellerRowStyle
{
    background-color: #E3E2E2;
}

.ps_SpecialSellerRowStyle
{
    background-color: #FFFFCF;
}

.ps_PriceStyle
{
	color: #3399CC;
	font: normal 131% arial,helvetica,clean,sans-serif;
	padding-right: 4px;
}

.ps_SellerRatingStyle
{
	color: #000000;
	font-weight: bold;
}

.ps_SortColumnHeaderTableStyle
{
    background-color: #2c2c2c;
}

.ps_SortColumnHeaderLabelCellStyle
{
    background-color: #2c2c2c;
}

.ps_SortColumnHeaderDirectionCellStyle
{
    background-color: #2c2c2c;
}

.ps_SortArrowUpStyle
{
    background-color: #2c2c2c;
	background-image: url(http://www.pricespider.com/imgs/WhUpArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 9px;
	margin: 2px;
	padding: 2px;
	font-size: 1px;
}

.ps_SortArrowDownStyle
{
	background-color: #2c2c2c;
	background-image: url(http://www.pricespider.com/imgs/WhDownArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 9px;
	margin: 2px;
	padding: 2px;
	font-size: 1px;
}

.ps_SeeMoreSellersStyle
{
	color: #024E80;
}

.ps_SeeMoreSellersLinkStyle
{
	color: #3399CC;
}

.ps_EnterZipCell
{
	background-color: #FFFFFF;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	padding: 4px;
	color: #535353;
	font: bold 85% arial,helvetica,clean,sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.ps_ZipCodeTextBox
{
	font : bold 110% arial,helvetica,clean,sans-serif;
	width: 60px;
	height: 18px;
}

.ps_ZipCodeUpdateButton
{
	cursor: pointer;
	background: transparent url(GoButton.png) no-repeat scroll 4px 2px;
	width: 30px;
	min-width: 30px;
	height: 23px;
	min-height: 23px;	
	color: #F9E5D5;
	padding-left: 11px;
	padding-top: 4px;
}

.ps_ZipCodeUpdateButton:hover
{
	color: #FFFFFF;
}

.ps_ErrorCell
{
	padding: 12px 12px 12px 12px;
}

/* style for all the links */
.ps_Link
{
}

/* style for all the links when the mouse hovers over them */ 
.ps_Link:hover
{
}

.ps_BuyCellStyle
{
	width: 134px;
	padding-right: 4px;
	border-right: none;
}

.ps_BuyButtonStyle
{
	background: transparent url(BuyButton.png) no-repeat;
	width: 81px;
	height: 23px;
	min-width: 81px;
	min-height: 23px;
	display: inline-block;	
	color: #F9E5D5;
	font: normal 10pt Arial;
	font-weight: bold;
	padding-top: 2px;
}

.ps_BuyButtonStyle:hover
{
	color: #FFFFFF;
}

/* ------------------------------------------------------------------------------------ */
/* Popup Container Styles																*/
/* ------------------------------------------------------------------------------------ */


#PricespiderWhereToBuyPopupButtonContainerDiv
{
	/* position:absolute;*/
	/*right:0;
	top:-8px;
	width:120px;
	margin-left: 48px; */
	min-width: 32px;
	text-align: center;
	line-height: 45px;
}

.ps_PopupContainerAnchorStyle
{
	display: inline;
}

.ps_WhereToBuyPopupContainerAnchorStyle:hover
{
}

.ps_PopupContainerStyle
{
    width: 880px;
    max-width: 880px;
    margin-left: 18px;
	z-index: 800;
	background: transparent url(PopupContainerBackground.png) no-repeat scroll 0 0;
}

.ps_PopupContainerUpperLeftCornerCellStyle
{
	background: transparent no-repeat scroll 0 0;
	min-width: 4px;
	min-height: 4px;
	width: 4px;
	height: 4px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerUpperEdgeCellStyle
{
	background: transparent repeat-x scroll 0 0;
	min-height: 4px;
	height: 4px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerUpperRightCornerCellStyle
{
	background: transparent no-repeat scroll 0 0;
	min-width: 6px;
	min-height: 4px;
	width: 6px;
	height: 4px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerLeftEdgeCellStyle
{
	background: transparent repeat-y scroll 0 0;
	min-width: 4px;
	width: 4px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerRightEdgeCellStyle
{
	background: transparent repeat-y scroll 0 0;
	min-width: 6px;
	width: 6px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerBottomLeftCornerCellStyle
{
	background: transparent no-repeat scroll 0 0;
	min-width: 4px;
	min-height: 12px;
	width: 4px;
	height: 12px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	line-height: 1px;
}

.ps_PopupContainerBottomEdgeCellStyle
{
	background: transparent repeat-x scroll 0 0;
	min-height: 12px;
	height: 12px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerBottomRightCornerCellStyle
{
	background: transparent no-repeat scroll 0 0;
	min-width: 6px;
	min-height: 12px;
	width: 6px;
	height: 12px;
	font-size: 1px;
	padding: 0 0 0 0;
	line-height: 1px;
}

.ps_PopupContainerHeaderStyle
{
	margin-bottom: 4px;
	height: 19px;
	min-height: 19px;
	padding: 8px;
}

.ps_PopupContainerTitleStyle
{
	color: #FFFFFF;
	font: bold 116% arial,helvetica,clean,sans-serif;
}

.ps_PopupContainerBackButtonStyle
{
	color: #262626;
	background: transparent url(BackButton.png) no-repeat scroll 0 2px;
	cursor: hand;
	cursor: pointer;
	font: bold 85% arial,helvetica,clean,sans-serif;
	width: 40px;
	height: 13px;
	margin-top: 2px;
	text-decoration: none;
	text-align: right;
	padding-right: 8px;
}

.ps_PopupContainerBackButtonStyle:hover
{
	text-decoration: underline;
	color: #ff9933;
}

.ps_PopupContainerCloseButtonStyle
{
	color: #FFFFFF;
	background: transparent url(CloseButton.png) no-repeat scroll 0 2px;
	cursor: hand;
	cursor: pointer;
	font: bold 85% arial,helvetica,clean,sans-serif;
	width: 46px;
	height: 13px;
	margin-top: 2px;
	text-decoration: none;
	text-align: right;
	padding-right: 4px;
}

.ps_PopupContainerCloseButtonDEStyle
{
	color: #FFFFFF;
	background: transparent url(CloseButton.png) no-repeat scroll 0 2px;
	cursor: hand;
	cursor: pointer;
	font: bold 85% arial,helvetica,clean,sans-serif;
	width: 66px;
	height: 13px;
	margin-top: 2px;
	text-decoration: none;
	text-align: right;
	padding-right: 4px;
}

.ps_PopupContainerCloseButtonFRStyle
{
	color: #FFFFFF;
	background: transparent url(CloseButton.png) no-repeat scroll 0 2px;
	cursor: hand;
	cursor: pointer;
	font: bold 85% arial,helvetica,clean,sans-serif;
	width: 54px;
	height: 13px;
	margin-top: 2px;
	text-decoration: none;
	text-align: right;
	padding-right: 4px;
}

.ps_PopupContainerCloseButtonStyle:hover
{
	text-decoration: underline;
	color: #ff9933;
}


.ps_PopupContainerContentCellStyle
{
    background: transparent;
	min-width: 860px;
	width: 860px;
	max-width: 860px;
	height: 446px;
	display: block;
	vertical-align: text-top;
	padding: 0;
	margin: 0;
	padding: 0;
}

.ps_PopupContainerContentSlidesWrapperStyle
{
	height: 403px;
	width: 868px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 900;
}

.ps_PopupContainerContentSlideStyle
{
	width: 868px;
}

.ps_PopupContainerModalShadowStyle
{
	z-index: 749;
	background-color: #000000;
	cursor: wait;
	opacity: 0.9;
}

td.ps_EnterZipCell>table td
{
      background-color: #FFFFFF;
}
 
tr.ps_RowStyle>td.ps_CellStyle, tr.ps_AlternateRowStyle>td.ps_CellStyle
{
      background-color: #FFFFFF;
}
 
tr.ps_PreferredSellerRowStyle>td.ps_CellStyle
{
      background-color: #E3E2E2;
}
 
tr.ps_SpecialSellerRowStyle>td.ps_CellStyle
{
      background-color: #FFFFCF;
}

