/* merchant.css - contains merchant-specific css overrides */

#pnlMid h1,
.errorBox h1{
	color: #9F1D35;
	font-size: 12pt;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

#pnlMid h1,
#pnlMid h2 {
	margin-top: 5px;
}

/*
* + h1 {
	padding-top: 20px;
}
*/

#pnlMid h1 + #pnlMid h2 {
	margin-top: 5px;
}


/* left / right panel merchant-specific styling */

div.sidePanelStandards { width: 180px; height: 180px; padding: 0px; height: auto; }
div.sidePanelStandards div.text { clear:both; font-size: 9pt; color: #999; padding: 8px;}

div.sidePanelStandards > a.warrant,
div.sidePanelStandards > a.bsi,
div.sidePanelStandards > a.globalSign,
div.sidePanelStandards > a.siteFission
{
	display: block;
	width: 77px;
	height: 70px;
	background: url(wings/images/trust_royalwarrant_77x70.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
	margin: 0px 4px 0px 2px;
}

div.sidePanelStandards > a.bsi
{
	width: 90px;
	background: url(wings/images/trust_bsi_logo_90x55.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	margin: 0px 0px 0px 4px;
}

div.sidePanelStandards > a.globalSign
{
	width: 102px;
	height: 48px;
	background: url(wings/images/global_sign.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 6px 9px 2px;
}

div.sidePanelStandards > a.siteFission
{
	width: 61px;
	height: 48px;
	background: url(wings/images/site_fission.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 0px 9px 0px;
}

div.open24Hours, div.paymentOptions
{
	width: 180px;
	height: 89px;
}

div.paymentOptions
{
	height: 60px;
}

div.deliveryVans
{
	width: 167px;
	margin-left: -3px;
	height: auto;
	padding: 64px 0px 0px 3px;
	width: 164px;
	background: url(wings/images/delivery_vans.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.deliveryVans > h4 {font-size: 13.5pt; }
div.deliveryVans > div.footnote > div.left,
div.deliveryVans > div.footnote > div.right {font-size: 8pt; color: #999999; width: 10px; float:left;}
div.deliveryVans > div.footnote > div.right {width: 152px;}

div.fiveStars
{
}

a.featuredProduct
{
	display: block;
	width: 164px;
	height: 150px;
}

#pnlFooter {
	clear: both;
	color: #808080;
	font-size: 9pt;
	border-top: 1px solid #ccc;
	margin: 25px 0 15px 0;
	text-align: center;
}

#pnlFooter p {
	margin: 2px;
}

#pnlFooter p.smaller {
	font-size: 8pt;
	margin: 3px;
}
.isOfferSmall {
	position: absolute;
	top: -3px;
	left: -8px;
	width: 40px;
	height: 40px;
	background: url('images/stickers/offer_40x40.png') no-repeat top left;
	z-index: 50;
}
.isOfferBig {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 60px;
	height: 60px;
	background: url('images/stickers/offer_60x60.png') no-repeat top left;
	z-index: 50;
}
.isNewBig {
	position: absolute;
	top: -8px;
	left: -7px;
	width: 60px;
	height: 60px;
	background: url('images/stickers/new_60x60.png') no-repeat top left;
	z-index: 50;
}
.sidePanelImage {
	position: relative;
}
.note, .inputNote  {
	font-size: 8pt;
	color: #808080;
}
/* news pod */
ul.linkList li.news
{
	background: url(images/iconmag_news_24x24.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 32px;
	min-height: 26px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*news pod end*/

/* news pod and help pod padding start*/
#newsletter .main, #pnlCustomRightPanel3 .main {
	padding-bottom: 5px;
}
/* news pod and help pod padding end*/

/* css for captioned images start */
.post img{
	border: none;
}

.post-image{
	color: #808080;
	font-size: 70%;
	text-align: center;
	float: left;
	width: 160px;
	margin-right: 5px;
	/*border: 1px solid #ccc;*/
	padding: 5px;
}

.post-text{
	margin-left: 175px;
}
/* css for captioned images end */

div.clear{clear:both;}
/* ------------- */
/*	Added NP from /custom.css - 05/07/2010
/*
 * Custom changes from global.css
 * 06/17/2010 - changes to jQuery.tooltip styles - FC - FB Case 2779
 * 06/17/2010 - changes to popup styles - FC - FB Case 2779
 */
 
 /*--- jquery.tooltip ---*/
#tooltip {
	max-width: 400px;
	border: 1px solid #999;
	padding: 0;
	/*
	-moz-box-shadow: 0 2px 3px #999;
	-webkit-box-shadow: 0 2px 3px #999;
	box-shadow: 0 2px 3px #999;
	*/
}

#tooltip h3 {
	background-color: #E20787;
	color: #fff;
	line-height: 14px;
	width: 390px;
	height: 14px;
	padding: 5px;
}

#tooltip div.body {
	padding: 5px;
}

#tooltip div.info {
	text-align: center;
}

/*--- popups ---*/
div.popup,
div.fullProductInfoPopup {
	border: 1px solid #999;
	padding: 0;
}

div.popup div.header,
div.fullProductInfoPopup  div.header {
	background-color: #E20787;
	text-align: right;
	height: 28px;
	line-height: 28px;
	width: 100%;
	margin-bottom: 5px;
}

div.popup div.header a,
div.fullProductInfoPopup  div.header a{
	display: inline-block;
	background: transparent url('/delete_24x24.png') no-repeat center; /*/shopping/client/global/img/buttons/basket*/
	width: 28px;
	height: 28px;
	color: transparent;
	text-align: center;
}

div.popup div.image,
div.fullProductInfoPopup div.productInfoTooltip_popup div.image {
	clear: both;
}

div.popup img {
	padding: 0 5px;
}

div.popup div.info {
	padding: 5px;
}

div.productInfoTooltip_popup {
	width: 300px;
	padding: 5px;
}
/* ------------- */

div#pnlCustomLeftPanel1 ul.linkList li {
	margin-left: 0;
}