/* Root stylesheet */

BODY
{	
  background: url(/images/layout/page-bg.jpg) repeat-x #FFFFFF;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 65.1%;
  color : #555555;
  margin: 0px; 
  padding: 8px;
}


/* addition to handle headers */

h1{
  font-size:1em;
  padding:0;
  margin:0;
  display:inline;
  font-weight:inherit;
}

h2{
  font-size:1.5em;
  padding:0;
  margin:0;
  display:inline;
  font-weight:bold;
}

h3{
  font-size:1.2em;
  padding:0;
  margin:0;
  display:inline;
  font-weight:bold;
}


/* addition to handle image and table borders */
img, table{
	border:0;
}

/* standard text control */
.a12pxFont{
	font-size:1.1em;
}


#rootContainer
{
	width: 965px;
	margin: 0px; 
	text-align: left;
	background-color: #FFFFFF;
}

a
{
	text-decoration: none;	
  color: #242b4c;
}

a:hover
{
	color: #901313;
}


.bodyText,.bodyText2,.bodytext,.bodytext2
/* lowercase styles because editlive doesn't allow caps */
/* bodyText2 doesn't change link style */
{
	font-size: 1.2em;
	color: #555555;
}

.bodyText a,.bodytext a
{
	color: #242b4c;
	text-decoration: underline;
}

.bodyText a:hover,.bodytext a:hover
{
	color: #901313;
}

.rolloverRed a
{
	color: #242b4c;
	text-decoration:underline;
}
.rolloverRed a:hover
{
	color: #901313;
}

.errorText
{
  color: #ff0000;
}

.spacer
{
  height: 5px; 
}

/* -------- headerContainer --------- */

#headerContainer
{
	background-color: #242b4c;
	height:120px;
}

#headerLeft
{
	float:left;
	width: 481px;
}

#headerLeft img
{
	padding:10px;
}

#headerMiddle
{
	background-color: #242b4c;
	float: right;
	overflow:hidden;
	width:294px;
}

#headerRight
{
	float:right;
	width:190px;
}


/* --- headerMiddle --- */

#countryContainer
{
	height: 50px;
}

.countryText
{
	color: #FFFFFF;
	font-size: 1.2em;
}

.countryText a
{
  color: #FFFFFF;
}

.countryText a:hover
{
  color: #AAAAAA;
}

#phoneNumber
{
	color:white;
	font-size: 1.4em;
	font-weight:100;
	padding: 0 12px 8px 0;
}

/* --- end headerMiddle --- */


/* --- headerRight --- */

#yourBasket,#yourBasket2
{
	background-color: #901313;
	width:190px;
	height:21px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
	border: 1px solid #242b4c;;
}

#yourBasket A
{
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
}

.yourBasketEmpty
{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
}

#basketCountItems
{
	width:190px; 
	height:21px;
	background: url(/images/header/basket/basket-divider.gif) repeat-x bottom;
	background-color: #545b7d;
	color: #FFFFFF;

}

.basketTotalLeft
{
	text-align: right; 
	padding: 0 15px 0 0;
	font-size:1.2em;
}

.basketTotalRight
{
	padding: 0 5px 0 0;
	font-size:1.2em;
}

.basketTotal
{
	height:23px;
	background: url(/images/header/basket/basket-divider2.gif) repeat-x bottom;
	background-color: #545b7d;
	color: #FFFFFF;
}

#basketCheckout,#basketCheckout2
{
	height: 43px;
	background: url(/images/header/basket/basket-divider2.gif) repeat-x bottom;
	background-color: #545b7d;
	color: #FFFFFF;
	padding: 0 5px 0 0;
}

#basketItems
{
	position: absolute;
	left:742px;
	top:124px;
	z-index: 100;
	width: 265px;
	display: none;
}

.basketItem
{
	width:200px; 
	height:21px;
	background: url(/images/header/basket/basket-divider.gif) repeat-x bottom;
	background-color: #545b7d;
	color: #FFFFFF;
}

.basketItemLeft
{
	text-align: left; 
	padding: 0 0 0 5px;
	font-size: 1.1em;
}

.basketItemRight
{
	font-weight: bolder;
	width:60px;
	text-align: right;
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

.basketItemError
{
	background-color: #ffffff;
  text-align: left;
  padding: 0 0 0 5px;
  font-size: 1.1em;
  color: #555555;
  border-color:#545b7d;
  border-width: 2px;
  border-style: solid;
}

.basketItemError a
{
}

.basketItemError a:hover
{
  color: #901313;
}

.basketItemRemove
{
  width:20px;
  text-align: right;
  padding: 0 4px 0 0;
}


.basketItemLeft a
{
	color: #FFFFFF;
	text-decoration: none;
}

.basketItemLeft a:hover
{
	color: #AAAAAA;
}

.basketQuantity
{
	font-size: 1.2em;
	width: 16px;
	height: 12px;
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
	color: #242b4c;
}


/* --- end headerRight --- */



/* -------- end headerContainer --------- */




/* -------- nav --------- */
#nav
{
	background: url('/images/nav/nav-background.gif') repeat-x top;
	background-color: white;
	margin-bottom:8px;
}

.navSelected
{
	color:red;
}

#nav A
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
	color: #242b4c;
	padding: 0px 11px 0px 11px;
}

#nav A:Hover
{
	color: #901313;
}

#nav A.over
{
  color: #901313;
}

#nav TD
{
	text-align : center;
	height: 29px;	
}

.firstNavItem
{
	background: url('/images/nav/nav-bg-left.gif') no-repeat left top;
	width: 3px;
}

.navItem
{
	background: url('/images/nav/nav-divider.gif') no-repeat right;
  white-space: nowrap;
}

.lastNavItem
{
	background: url('/images/nav/nav-bg-right.gif') no-repeat right top;
  white-space: nowrap;
}

#navFooter
{
	background: url('/images/nav/nav-footer.gif') repeat-x top;
}

#nav .current a {
	color: #901313;
}

.subNav
{
	position: absolute;
	display: none;
	z-index: 50;
}

.subNavList
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}


.subNavList a
{
	display: block;
	background-color: #901313;
	width: 140px;
	padding: 0 0 0 5px;
	text-decoration:none;
  /*text-transform: uppercase;*/
	font-size: 1.2em;
	line-height: 1.8em;
	color: #FFFFFF;
}

.subNavList a:hover
{
	background-color: #242b4c;
	text-decoration:none;
	color: #FFFFFF;
}


/* ----------- end nav -------------- */


/* ----------- top bar -------------- */

#topBarContainer A
{
	text-decoration:none;
}

#topBarLeft
{
	background: url(/images/top-bar/top-bar-divider.gif) no-repeat left;
	width: 2px;
	height: 30px;
}

.topBarBlue
{
	font-weight:bolder;
	font-size: 1.2em;
	color: #242b4c;
}

.topBarBlueLink a
{
	font-weight:bolder;
	font-size: 1.2em;
	color: #242b4c;
	background: url(/images/top-bar/arrow-white-blue.gif) no-repeat right top;
	padding: 0 20px 4px 0;
}

.topBarBlueLink a:hover
{
	color: #901313;
	background: url(/images/top-bar/arrow-white-red.gif) no-repeat right top;
}



.topBarRed
{
	font-weight:bolder;
	font-size: 1.2em;
	color: #901313;
}

.topBarGrey
{
	font-size: 1.2em;
	color: #555555;
}

.topBarItemRightDivider
{
		background: url(/images/top-bar/top-bar-divider.gif) no-repeat right;
		height: 30px;
}

.topBarItemLeftDivider
{
		background: url(/images/top-bar/top-bar-divider.gif) no-repeat left;
		height: 30px;
}


.topBarItem
{
	padding: 8px 10px 0 8px;
}

.topBarItemRight
{
	padding: 6px 10px 0 6px;
}

/* ----------- end top bar -------------- */


/* ----------- popups -------------- */

.popup
{
	position:absolute; 
	display:none;
	background-color:#cccccc; 
	z-index:200;
	border: 1px solid #999999;
}
.popupLink a
{
  padding: 4px 10px 4px 0px;
  background: url(/images/arrow-grey-small.gif) no-repeat right;
  color: #555555;
}
.popupLink a:hover
{
  background: url(/images/arrow-red.gif) no-repeat right;
  color: #901313;
}
.popupClose
{
  float:right;
  padding: 2px 2px 0 0;
}
.popupClose A
{
  background: transparent url(/images/close.gif) no-repeat right top;
  line-height: 17px;
  padding: 0px 8px 2px;
}
.popupClose A:hover
{
  background: transparent url(/images/close-red.gif) no-repeat right top;
}
/* ----------- end popups -------------- */

.signup
{
        background-color:#cccccc;
        border: 1px solid #999999;
        width:200px;
        font-size: 1em;

}
.newsletterPopUp input {
  margin-bottom: 5px;
}


/* ----------- header classes --------------- */

.leftColumnHeader,.leftcolumnheader
/* editlive wants only lower case */
{
	width:200px;
	height:27px;
}

.leftColumnHeaderText,.leftcolumnheadertext
{
	color: white;
	padding: 0 0 0 8px;
	line-height: 27px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:1.25em;
}
.bodyText .leftcolumnheadertext b
{
  color: white;
}

.mainHeader
{
	width: 758px;
	height: 44px;
}

.mainHeaderText
{
	color: white;
	padding: 0 0 0 8px;
	line-height: 44px;
  font-size: 1.7em;
	white-space: nowrap;
}

.imageHeader
{
	font-size:1.7em; 
	color:white; 
}

.imageHeader2
{
	font-size:1.7em; 
	color:white; 
}

.subHeading
{
  font-size: 1.3em;
  font-weight:bolder;
  color: #242b4c;
}


/* ---------- end header classes ------------ */




/* ----------- search -------------- */

#search
{
	width:200px;
	margin: 0;
	background-color: #ededed;
	padding: 0 0 10px 0;
	border: 1px solid #999999;
	margin-bottom:8px
}

#searchOptions
{
	margin: 2px 0 15px 0px;
	padding: 0;
}

#searchOptions A
{
	text-decoration: none;
}

.searchOption
{
	float:left;
	font-size: 1em;
	list-style: none;
	padding: 0 0 0 1px;
}

.searchOption a
{
	padding: 2px 0 0 8px;
	color: #242b4c;
}

.searchOption a:hover
{
	color: #901313;
	/*background: url(/images/arrow-red-small.gif) no-repeat left;*/
}

.searchOptionSelected
{
  float:left;	
	font-size: 1em;
	list-style: none;
	padding: 0 0 0 1px;
}

.searchOptionSelected a
{
  padding: 1px 0 0 8px;
	background: url(/images/arrow-red-small.gif) no-repeat;
	background-position: 0 4px;
	color: #901313;
}


#searchInput
{
	padding: 10px 0 0 0;
}

#searchHelp
{
	margin: 8px 0 0 8px;
	color: #555555;
	font-size: 1.2em;
}

#searchHelp A
{
	color: #242b4c;
	background: url(/images/arrow-blue-small.gif) no-repeat right;
	padding: 0 10px 0 0;
}

#searchHelp A:hover
{
	color: #901313;
	background: url(/images/arrow-red.gif) no-repeat right;
}

#newsletterLink
{
	margin: 8px 0 0 8px;
	color: #555555;
	font-size: 1.2em;
}

#newsletterLink A
{
	color: #242b4c;
	background: url(/images/arrow-blue-small.gif) no-repeat right;
	padding: 0 10px 0 0;
}

#newsletterLink A:hover
{
	color: #901313;
	background: url(/images/arrow-red.gif) no-repeat right;
}



/* ----------- end search -------------- */



/* ----------- left column items ---------- */


#topSearches
{
	width:200px;
	background-color: #ededed;
	margin: 0 0 0 0;
  border: 1px solid #999999;;
  
}

#topSearchesContent
{
	padding: 4px;
	line-height: 1.8em;
	color: #3c4787;
	text-align: center;
}

#topSearchesButton
{
  padding: 0 8px 0 8px;
  line-height: 1.8em;
  color: #3c4787;
  text-align: right;
}

.moreLink
{
	text-align:right;
	padding: 0 8px 8px 0;
}

.moreLink a
{
	font-weight:bold;
	color:#232A4E;
	background:transparent url(../images/arrow-blue-tiny.gif) no-repeat scroll left center;
	padding:0pt 10px 0pt 10px;
	text-decoration:none;
}

.moreLink a:hover
{
	background:transparent url(../images/arrow-red-tiny.gif) no-repeat scroll left center;
	color: #901313;
}

.topSearchesContent1
{
	font-size: 1.4em;
}

.topSearchesContent2
{
	font-size: 1.3em;
}

.topSearchesContent3
{
	font-size: 1.2em;
}

.topSearchesContent4
{
	font-size: 1.1em;
}

.topSearchesContent5
{
  font-size: 1em;
}

#topSearchesBody
{
  padding: 4px;
  line-height: 1.8em;
  color: #3c4787;
  text-align: center;
	width: 550px;
}

.topSearchesBody1
{
  font-size: 1.9em;
}

.topSearchesBody2
{
  font-size: 1.8em;
}

.topSearchesBody3
{
  font-size: 1.7em;
}

.topSearchesBody4
{
  font-size: 1.6em;
}

.topSearchesBody5
{
  font-size: 1.5em;
}

.topSearchesBody6
{
  font-size: 1.4em;
}

.topSearchesBody7
{
  font-size: 1.3em;
}

.topSearchesBody8
{
  font-size: 1.2em;
}

.topSearchesBody9
{
  font-size: 1.1em;
}

.topSearchesBody10
{
  font-size: 1em;
}


.newToBerrys,.newtoberrys
/* editlive wants only lower case */
{
	width:200px;
	margin: 0 0 10px 0;
  font-size: 1em;
}

.newToBerrys A,.newtoberrys A
{
	text-decoration:none;
	color: #555555;
	font-size: 1.1em;
	padding: 0 20px 0 0;
	background: url(/images/top-bar/arrow-white-blue.gif) no-repeat right;
	
}

.newToBerrys A:hover,.newtoberrys A:hover
{
	color: #901313;
	padding: 0 20px 0 0;
	background: url(/images/top-bar/arrow-white-red.gif) no-repeat right;
}

.newToBerrys A.over,.newtoberrys A.over
{
  color: #901313;
}


.newToBerrysContent,.newtoberryscontent
{
	width:198px;
	border-style:solid;
	border-width: 1px;
	border-color: #999999;
}

.newToBerrysRow,.newtoberrysrow
{
	background: url(/images/grey-h-divider.gif) repeat-x bottom;
}


.leftColumnAd
{
	padding: 0 0 10px 0;
}


#yourSearch
{
	width:200px;
	background-color: #ededed;
	padding: 0 0 10px 0;
	border: 1px solid #999999;;
	margin-bottom:8px
}

#yourSearch tr
{
	background: url(/images/grey-h-divider.gif) repeat-x bottom left;
}

.yourSearchLeft
{
	padding: 4px 0 4px 5px;
	color: #242b4c;
	font-size: 1.2em;
}

.yourSearchRight
{
	padding: 4px 5px 4px 0; 
	font-size: 1.1em;
}

.yourSearchRight A
{
	text-decoration: none;
	color: #242b4c;
   padding: 0 0 0 10px;
	background: url(/images/arrow-blue-tiny.gif) no-repeat left; 
}

.yourSearchRight A:hover
{
	background: url(/images/arrow-red-tiny.gif) no-repeat left; 
	color:#901313;
}



.narrowYourSearch
{
	width:200px;
	background-color: #ededed;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	border: 1px solid #999999;;
	margin-bottom:8px
}

.narrowYourSearchItem
{
	margin: 5px;
	padding: 0 0 8px 0;
	background: url(/images/grey-h-divider.gif) repeat-x bottom left;
}

.narrowYourSearchEntry
{
	margin: 0 0 0 10px;
}

.narrowYourSearchEntry A
{
	text-decoration: none;
	color: #555555;
	font-size: 1.1em;
}

.narrowYourSearchEntry A:hover
{
	color: #901313;
}

.narrowYourSearchLink A
{
	color: #242b4c;
	font-size: 1em;
	text-decoration: none;
	background: url(/images/arrow-blue-tiny.gif) no-repeat left;
	
	padding: 0 0 0 10px;
}

.narrowYourSearchLink A:hover
{
	color: #901313;
	text-decoration: none;
	background: url(/images/arrow-red-tiny.gif) no-repeat left;
}

.narrowYourSearchCount
{
  font-size: smaller;
}

#itemsLastViewed
{
	width:200px;
	background-color: #ededed;
	padding: 0 0 8px 0;
	border: 1px solid #999999;
}

#itemsLastViewed a
{
	text-decoration:none;
	color: #555555;
	font-size: 1.2em;
}

#itemsLastViewed a:hover
{
	color: #901313;
}

#welcomeBack
{
  width:200px;
  background-color: #ededed;
  margin: 0 0 0 0;
  border: 1px solid #999999;
  margin-bottom:8px;
}

#welcomeBack div.li_name
{
	font-size:1.2em;
	color:#232A4E;
	padding: 10px 10px 10px 10px;
}

#welcomeBack div.li_name a
{
  background: url(/images/arrow-blue-small.gif) no-repeat right;
  padding-right: 10px;
}

#welcomeBack div.li_name a:hover
{
  color: #901313;
  background: url(/images/arrow-red.gif) no-repeat right;
}

#welcomeBack .leftColumnHeader
{
	width:200px;
}


/* ----------- end left column items ---------- */




/* ---------- common mainBody items ------------ */
.adminHeader
{
  font-size:1.7em;
  color:#555555;
}

#adminBody
{
  float:left;
  width: 755px;
}

#adminBody h2{
  font-size:1.2em;
  font-weight:bolder;
}

.justAdded
{
	width: 373px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.justAddedHeader
{
	height: 30px;
	background: url(/images/grey-h-divider.gif) repeat-x bottom left;
	background-color: #eeece5; 
	line-height: 30px;
	font-size: 1.35em;
	font-weight: bold;
	color: #242b4c;
}


.justAdded ul
{
	margin: 0;
	padding: 5px;
}

.justAdded li
{
	list-style: none;	
}

.justAdded a
{
	padding: 4px 15px 4px 15px;
	background: url(/images/arrow-grey-small.gif) no-repeat right;
	text-decoration: none;
	color: #555555;
	font-size: 1.2em;
}

.justAdded a:hover
{
	background: url(/images/arrow-red.gif) no-repeat right;
	color: #901313;
}

.blueArrowLink,.bluearrowlink
{
   margin: 8px 0 0 8px;
	  color: #555555;
}

.blueArrowLink A,.bluearrowlink A
{
   color: #242b4c;
	  background: url(/images/arrow-blue-small.gif) no-repeat right;
	  padding: 0 10px 0 0;
}

.blueArrowLink A:hover,.bluearrowlink A:hover
{
   color: #901313;
	  background: url(/images/arrow-red.gif) no-repeat right;
}

.seeMoreLink A
{
   color: #242b4c;
   font-size: 1em;
   text-decoration: none;
   background: url(/images/arrow-blue-tiny.gif) no-repeat left;
   padding: 0 0 0 10px;
}

.seeMoreLink A:hover
{
   color: #901313;
	  text-decoration: none;
	  background: url(/images/arrow-red-tiny.gif) no-repeat left;
}

/* ---------- See more lowercase required for edit-live! ------------ */
.seemorelink A
{
   color: #242b4c;
   font-size: 1em;
   text-decoration: none;
   background: url(/images/arrow-blue-tiny.gif) no-repeat left;
   padding: 0 0 0 10px;
}

.seemorelink A:hover
{
   color: #901313;
   text-decoration: none;
   background: url(/images/arrow-red-tiny.gif) no-repeat left;
}


.defaultTable {
   border:2px solid #cccccc;
	  border-collapse: collapse;
}
.defaultTable td {
   border:2px solid #cccccc;
}


/* ---------- end common mainBody items ------------ */


/* ---------- footerContainer ---------------- */

#footerContainer
{
  width: 965px;
  background-color: #242A4E;
  margin: 5px  0 0 0 ;
}

#footerContainer ul
{
  margin: 0px;
  padding: 0px;
}

#footerContainer li
{
  float: left;
  list-style: none;
  background: url(../images/footer-divider.gif) no-repeat right;
  padding: 2px 10px 2px 5px;
}

#footerContainer .noLeftPadding{
  padding-left:2px;
}

#footerContainer a
{
  font-size: 1.2em;
  text-decoration: none;
  color: #ffffff;
}

#footerContainer a:hover
{
  color: #999999;
}

#subFooterContainer
{
  text-align:center;
}

#subFooterContainer ul
{
  font-size: 1.2em;
  padding:5px 0 0 0;
  margin:0;
}

#subFooterContainer ul li
{
  display:inline;
  padding:0 0 5px 0;
}

#subFooterContainer ul li.mail
{
  background:url(../images/footer/email_icon.jpg) no-repeat;
}

#subFooterContainer ul li.print
{
  background:url(../images/footer/print_icon.jpg) no-repeat;
}

#subFooterContainer ul li.email
{
  background:url(../images/footer/emailpage_icon.jpg) no-repeat;
}

#subFooterContainer ul li.download
{
  background:url(../images/footer/download_icon.jpg) no-repeat;
}

#subFooterContainer ul li.changeSiteUK
{
  background:url(../images/footer/flags/uk.jpg) no-repeat 0 20%;
	padding:0 0 5px 5px;
}

#subFooterContainer ul li.changeSiteUS
{
  background:url(../images/footer/flags/us.jpg) no-repeat 0 20%;
	padding:0 0 5px 5px;
}

#subFooterContainer ul li.changeSiteIE
{
  background:url(../images/footer/flags/ie.jpg) no-repeat 0 20%;
	padding:0 0 5px 5px;
}

#subFooterContainer ul li.changeSiteJP
{
  background:url(../images/footer/flags/jn.jpg) no-repeat 0 20%;
	padding:0 0 5px 5px;
}

#subFooterContainer ul li.changeSiteHK
{
  background:url(../images/footer/flags/hk.jpg) no-repeat 0 20%;
	padding:0 0 5px 5px;
}


#subFooterContainer ul li a
{
	color:#7F8487;
	text-decoration:none;
	padding:2px 10px 2px 22px;
}

#disclaimer
{
	text-align:center;
	color:#999999
}

.wishlistWeddingButton
{
  padding: 0 0 0 10px;
  background: url(/images/arrow-red-tiny.gif) no-repeat left;
}

/* ---------- end footerContainer ---------------- */

.clear2
{
  clear: both;
  height: 2px;
}
.clear5
{
  clear: both;
  height: 5px;
}
.noMargin {
  margin: 0px;
}
#changeSitePopUp {
  height: 148px;
  width: 150px;
}
#changeSitePopUp .flag {
  clear: both;
  height: 21px;
}
#changeSitePopUp .flag input {
  color: #555555;
  height: 15px;
  width: 20px;
}
#changeSitePopUp .flag img {
  height: 10px;
  width: 17px;
}
#emailAFriendPopUp {
  height: 240px;
  padding-left: 10px;
  width: 300px;
}
#emailAFriendPopUp table {
  clear: both;
}
#emailAFriendPopUp input {
  color: #555555;
  height: 15px;
  width: 130px;
}
#emailAFriendPopUp input#message_F {
  width: 270px;
}
#emailAFriendPopUp input#cc_F {
  width: 20px;
}
#newsletterPopUp {
  padding-left: 10px;
  width: 195px;
  height: 134px;
}
#newsletterPopUp input {
  color: #555555;
  height: 15px;
  margin-bottom: 5px;
  width: 180px;
}
.buttonGo {
  float: right;
  height: 19px !important;
  padding-right: 2px;
  padding-top: 2px;
  width: 39px !important;
}

/* stylesheet shared by all forms */
.formLabel
{
  color: #555555;
  font-size: 1.2em;
  font-weight: bolder;
  text-align: left;
  white-space: nowrap;
}
.formError
{
	font-size: 1.2em;
	color: #FF0000;
}
.formSubHeader
{
	color: #242b4c;
	font-size: 1.3em;
        font-weight: bolder;
}
.formBody
{
	padding: 0 30px 0 30px; 
	width: 450px;
}
#formTable td
{
  font-size: 1.2em;
  padding: 4px;
}
#formTable th
{
  font-size: 1.2em;
  padding: 4px;
}
#formTable a
{
	color: #242b4c;
	text-decoration: underline;	
}
#formTable a:hover
{
	color: #901313;;
}
.formTable td
{
        font-size: 1.2em;
        padding: 4px;
}
.formTable th
{
     font-size: 1.2em;
     padding: 4px;
}
.formTable a
{
        color: #242b4c;
        text-decoration: underline;
}
.formTable a:hover
{
        color: #901313;;
}
/* -------- end form items ------------*/

/* stylesheet shared by all pages using the basket */

/* -------- form items ------------*/

.basketButton
{
        padding: 5px 0 5px 0;
        margin:0;
}

.basketQty
{
        float:left;
        padding: 0 0 4px 0;
        width:40px
}


/* -------- end basket items ------------*/

/* login Page styles  */


.login #bodyContainer 
{
	
}

.login #leftColumn
{

}

.login #rightColumn
{
	background: url(/images/search-grid/divider-pixel.gif) repeat-y left;
	text-align:left;
}


.login #loginHeader
{
	background: url(/images/titles/login.jpg) no-repeat right;
	background-color: #232a4e;
	color: #FFFFFF;
}


.login .columnHeader
{
	font-weight: bolder;
	font-size: 1.3em;
	color: #242b4c;
	padding: 0 0 8px 0;
}

.login .columnHeader b
{
	font-weight: bolder;
	color: #901313;
}

/* BBR Home Page styles  */


#bodyContainer 
{
	
}

#leftColumn
{
   float: left;
	width: 200px;
}

#mainBody
{
	float: right;
	width: 758px;
}

/*
#middleColumn
{
	float:left;
	width: 560px;
}
*/

#rightColumn
{
	float: right; 
	width: 190px;	
}


.bodyText b
{
	color: #242b4c; 
}

/* ------ leftColumn --- */


.txtBanner
{
//	width: 180px;
	height: 30px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	text-align:right
}

.txtBanner a
{
	line-height: 30px;
	font-size: 1.3em;
	text-transform: uppercase;
	color:#333366;
	background: url(/images/top-bar/arrow-white-blue.gif) no-repeat right;
        padding: 0 20px 0 0;
        margin: 0 10px 0 10px;
}

.txtBanner a:hover
{
	color: #901313;	
	background: url(/images/top-bar/arrow-white-red.gif) no-repeat right;
}

.tabBody a
{
        font-weight: bolder;
        text-decoration: underline;
}


/* ------ end leftColumn --- */




/* ------- middleColumn ------ */

#listWines
{
	
}

#listWinesHeader
{
	background: url(/images/titles/list-wines-bg.jpg) no-repeat right;
	background-color: #CBCCE0;
	color: #242b4c;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0 0 0 8px;
	line-height: 25px;
	text-transform: uppercase;
}

.listWinesPrice
{
	font-weight: bolder;
}


/* -------- end middleColumn -------- */



/* -------- rightColumn --------- */

#wineNewsAndKnowledge
{
	width: 188px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

#wineNewsAndKnowledgeHeader
{
	width: 188px;
	background-color: #242b4c;
	height: 25px;
}

#wineNewsAndKnowledgeHeaderText
{
	color: #ffffff;
	font-size: 1.3em;
	line-height: 25px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#wineNewsAndKnowledgeContent
{
	color: #242b4c;
	font-size: 1.2em;
	padding: 4px;
}

#featureSpot
{
        width: 188px;
        border-style: solid;
        border-width: 1px;
        border-color: #999999;
}

#featureSpotHeader
{
        width: 188px;
        background-color: #242b4c;
        height: 25px;
}

#featureSpotHeaderText
{
        color: #ffffff;
	font-size: 1.3em;
        line-height: 25px;
        padding: 0 0 0 5px;
        text-transform: uppercase;
}

#featureSpotContent
{
        color: #242b4c;
        font-size: 1.2em;
        padding: 4px;
}

/* -------- end rightColumn --------- */

#searchIntro
{
  float: left;
  width: 372px;
  color: #555555;
  min-height: 110px;
  height: auto !important;
  height: 110px;
}

#searchIntroNonStandard
{
  float: left;
  width: 755px;
  color: #555555;
}

#youSearchedFor,
#yourSearchResults
{
  padding: 0 0 5px 8px;
  color: #901919;
  font-size: 1.3em;
  background: url(/images/grey-h-divider.gif) repeat-x bottom left;
}
#youSearchedFor a,
#yourSearchResults a
{
  color: #901919;
}

* html #topBar {
  height: 1%;
}

#topBar {
  position: relative;
}

#searchGridLegend {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/grey-h-divider.gif) repeat-x top left;
  padding-top: 1px;
}

#searchIntro ul, #searchIntroNonStandard ul
{
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
  list-style-type: square;
  list-style: square;
}

#searchIntro li, #searchIntroNonStandard li
{
  list-style: square;
  color: #555555;
  font-size: 1.2em;
  padding: 0 0 0 5px;
}

#searchResultSummary li
{
  font-size: 1.2em;
}

#searchIntro a, #searchIntroNonStandard a
{
  font-weight:bolder;
  color: #242b4c;
  text-decoration:underline;
}

#searchIntro a:hover, #searchIntroNonStandard a:hover
{
  color: #901313;
}

#searchResultsGrid
{
  float:right;
  width: 755px;
  background: transparent url(/images/grey-h-divider.gif) repeat-x scroll right top;
}
#searchResultsGrid2
{
  float:right;
  width: 755px;
}
#searchResultsGrid2 td
{
  font-weight: bolder;
  font-size: 1.2em;
}
#productCountSelect {
  float: left;
  font-size: 1.1em;
  line-height: 27px;
  padding-left: 20px;
}

#productCountSelect2 {
  float: left;
  font-size: 1.1em;
  line-height: 27px;
}

#product_count_F {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.searchGridKey
{
  line-height: 27px;
  font-size: 1.1em;
}

.searchGridKey a:hover
{
  color: #901313;
}

.pageControl
{
  float: left;
  font-size: 1.1em;
  line-height: 27px;
}

.pageControl a
{
  color: #242b4c;
  text-decoration: underline;
}

.pageControl a:hover
{
  color: #901313;
}

.pageBackNext a
{
  color: #242b4c;
}

.pageBackNext a:hover
{
  color: #901313;
}

#csvOutput
{
  float:right;
  padding: 0 5px 0 0;
}

#pdfOutput
{
    float:right;
    padding: 0 5px 0 0;
}

#showRetailPrices
{
  float:right;
}

#showPricesInBond
{
  float:right;
}

#searchGridHeaders
{
  background-color: #eeece5;
  height: 27px;
  line-height: 27px;
}
#searchGridHeaders2
{
  background-color: #eeece5;
  height: 27px;
  line-height: 27px;
}
#searchGridHeaders2 th
{
  font-weight: bolder;
  color: #555555;
  font-size: 1.2em;
  padding: 0px 8px 0 8px;
}

#searchGridHeaders td
{
  background-color: #eeece5;
  height: 27px;
  line-height: 27px;
}

.searchGridHeaderUp
{
  font-weight: bolder;
  color: #555555;
  font-size: 12px;
  padding: 0px 18px 0 8px;
  margin: 0 4px 0 0;
  background: url(/images/grey-chevron-up3.gif) no-repeat right;
}
.searchGridHeaderUpSelected
{
  font-weight: bolder;
  color: #242b4c;
  font-size: 12px;
  padding: 0px 18px 0 8px;
  margin: 0 4px 0 0;
  background: url(/images/blue-chevron-up3.gif) no-repeat right;
}
.searchGridHeaderUp:hover,
.searchGridHeaderUpSelected:hover
{
  background: url(/images/red-chevron-up3.gif) no-repeat right;
}
.searchGridHeaderDownSelected
{
  font-weight: bolder;
  color: #242b4c;
  font-size: 12px;
  padding: 0px 18px 0 8px;
  margin: 0 4px 0 0;
  background: url(/images/blue-chevron-down3.gif) no-repeat right;
}
.searchGridHeaderDownSelected:hover
{
  background: url(/images/red-chevron-down3.gif) no-repeat right;
}
#sortOptionsPopUp
{
  padding: 0px 0px 4px 4px;
  width: 290px;
}
td#listSettings
{
  background-color: #cccccc;
  font-size: 12px;
  font-weight: bolder;
  padding: 0px 18px 0 8px;
  text-align: center;
  white-space: nowrap;
}
td#listSettings a
{
  background: transparent url(/images/expand-3.gif) no-repeat right;
  color: #555555;
  padding-left: 8px;
  padding-right: 16px;
}
td#listSettings a:hover
{
  background: transparent url(/images/expand-3-red.gif) no-repeat right;
  color: #901313;
}
#currentPriceMode
{
  float: right;
  line-height: 27px;
}
#currentPriceMode b
{
  color: #242B4C;
}
.searchGridWineContainer
{
  padding: 5px;
  color: #242b4c;
  font-weight: bolder;
  font-size: 1.2em;
}

.searchGridBottleSizeContainer
{
  text-align:right;
  padding: 5px 15px 5px 5px;
  color: #242b4c;
  font-weight: bolder;
  font-size: 1.2em;
}

.searchGridPricesContainer
{
  text-align:right;
  padding: 5px 15px 5px 5px;
  color: #242b4c;
  font-weight: bolder;
  font-size: 1.2em;
}

.searchGridPricesLighter
{
  font-weight: lighter;
}

.searchGridVintage
{
  color: #242b4c;
  font-weight: bold;
  line-height:27px;
  padding: 0 0 0 5px;
  font-size: 1.2em;
}

.searchGridGiftPurchases
{
  color: #242b4c;
  line-height:16px;
  font-size: 1.2em;
}

.searchGridAccountWines
{
  padding: 5px 0 0 5px;
}

.searchGridAccountWines a
{
  text-decoration:underline;
}

.searchGridAccountWines a:hover
{
  color:#901313;
}

.searchGridVintageBottle
{
  padding: 0 8px 0 0;
}

.searchGridMessage
{
  color: #242b4c;
  font-weight: bold;
  text-align: center;
  padding: 5px ;
}

.searchGridSeeNotes A
{
  background: url(/images/arrow-grey-small.gif) no-repeat left;
  font-size: .9em;
  font-weight:bolder;
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 0 11px;
}

.searchGridSeeNotes A:hover
{
  color:#901313;
  background: url(/images/arrow-red.gif) no-repeat left;
}

.searchGridHideNotes A
{
  background: url(/images/grey-chevron-up3.gif) no-repeat left;
  font-size: .9em;
  font-weight:bolder;
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 0 18px;
}

.searchGridHideNotes A:hover
{
  color:#901313;
  background: url(/images/red-chevron-up3.gif) no-repeat left;
}

.searchGridText
{
  color: #555555;
  font-weight:lighter;
}

.searchGridText A
{
  color: #242b4c;
  font-weight: bolder;
  font-size: 1.1em;
}

.searchGridText A:hover
{
  color:#901313;
}

.searchGridText2
{
  color: #242b4c;
  font-size: .9em;
  font-weight:lighter;
}

.searchGridText3
{
  color: #242b4c;
  font-size: 1.0em;
  font-weight:lighter;
  padding: 0 0 0 0;
}

.searchGridOutOfStock
{
  padding: 2px;
  color: #901313;
  border-style:solid;
  border-width: 1px;
  border-color: #901313;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight:bolder;
  text-align: center;
}

.searchGridLowStock
{
  color: #901313;
  font-size: 1.1em;
  font-weight:bolder;
}


.searchGridNotesText
{
  float:left;
  padding: 8px;
  font-size: 1.2em;
}

.searchGridEmailUs a
{
  color: #242b4c;
  font-size: 1.2em;
  font-weight:bolder;
  padding: 5px 0 0 24px;
  text-align:center;
  background: url(/images/icon-email-blue.gif) no-repeat left;
}

.searchGridEmailUs a:hover
{
  color:#901313;
  background: url(/images/icon-email-red.gif) no-repeat left;
}

/* -------- end mainBody items ------- */

/* product page styles */

#centerColumn
{
	float: left;
	width: 560px;
}


#productHeader
{
	color: #901313;
	font-size: 1.7em;
	padding: 0 0 5px 0;
}

#specialPackHeader
{
        color: #901313;
        font-size: 1.2em;
        padding: 0 0 5px 0;
}

#tastingNotesHeader
{
	color: #555555;
	font-weight:bolder;
	font-size:1.2em;
	padding: 0 0 5px 0;
}

.tastingNotesText
{
	font-size: 1.2em;
	line-height: 20px;
}

.tastingNotesText A
{
	color: #555555;
        background: url(/images/arrow-grey-small.gif) no-repeat right;
        padding: 0 12px 0 0;
}

.tastingNotesText A:hover
{
        color: #901313;
        background: url(/images/arrow-red.gif) no-repeat right;
}


.tastingNotesOn A
{
	color: #555555;
	background: url(/images/arrow-grey-small.gif) no-repeat right;
	padding: 0 12px 0 0;
}

.tastingNotesOn a:hover
{
	color: #901313;	
	background: url(/images/arrow-red.gif) no-repeat right;
}

.tastingNotesOff A
{
	color: #555555;
	background: url(/images/grey-chevron-down.gif) no-repeat right;
	padding: 0 12px 0 0;
}

.tastingNotesOff A:hover
{
	color: #901313;
	background: url(/images/red-chevron-down.gif) no-repeat right;
}

.notesDefaultEntry
{
	background-color: #eeece5;
	margin: 4px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 24px;
	font-size:1.2em;
}

.notesDefaultEntry A
{
	color:#242b4c;
	text-decoration:underline;
	font-weight: bolder;
}

.notesDefaultEntry A:hover
{
	color: #901313;
}

.notesItem
{
	display: none;
	background-color: #CCCCCC;
	padding: 10px;
	height: 156px;
	font-size: 1.2em;
}


.downloadCellarNotes A
{
	color: #242b4c;
	font-weight:bolder;
	font-size: 1.2em;
	background: url(/images/icon-pdf.gif) no-repeat left;
	padding: 7px 0 0 25px;
}

.downloadCellarNotes A:hover
{
	color: #901313;
}

.saveToWishlist
{
	color: #242b4c;
	font-weight:bolder;
	font-size: 1.2em;
	height: 30px;
	background: url(/images/icon-save-this-product.gif) no-repeat left top;
	padding: 7px 0 0 25px;
}

.priceLink A
{
	padding: 2px 0 0 10px;
	color: #242b4c;
	font-size: 1.2em;
	font-weight: bolder;
	background: url(/images/arrow-red-tiny.gif) no-repeat left;
}


.priceLink a:hover
{
	color: #901313;
}



/* -- end right column items -- */


/*  Wine knowledge styles */

#leftMenu
{
	width:200px;
	margin-bottom:8px;
	border: 1px solid #999999;
}

.menuLevel1
{
	background: url(/images/grey-h-divider.gif) repeat-x top left;
	background-color: #CAD2E8;
}

.menuLevel1 div
{
	padding: 3px 0 3px 0px;
}

.menuLevel1 div:hover
{
	background-color: #A8ADC8;
}
.menuLevel1 span a,
.menuLevel2 span a,
.menuLevel3 span a,
.menuLevel4 span a,
.menuLevel5 span a,
.menuLevel6 span a
{
	padding: 0px 0 0px 8px;
}
.menuLevel1 a,
.menuLevel2 a
{
	color: #555555;
	font-size:1.2em;
	font-weight:bolder;
}

.menuLevel1 a:hover,
.menuLevel2 a:hover,
.menuLevel3 a:hover,
.menuLevel4 a:hover,
.menuLevel5 a:hover,
.menuLevel6 a:hover
{
	color: #901313;
}

.menuLevel2
{
	background-color: #fafafa;
	padding: 2px 0 2px 12px;
}

.menuLevel3
{
	background-color: #fafafa;
	padding: 0 0 2px 24px;
}

.menuLevel3 a,
.menuLevel4 a,
.menuLevel5 a,
.menuLevel6 a
{
	color:#555555;
	font-size:1.2em;
}

.menuLevel4
{
	background-color: #fafafa;
	padding: 0 0 2px 36px;
}

.menuLevel5
{
        background-color: #fafafa;
        padding: 0 0 2px 48px;
}

.menuLevel6
{
        background-color: #fafafa;
        padding: 0 0 2px 60px;
}

.wkClosed
{
	background: url(/images/wine-knowledge-closed.gif) no-repeat;
	background-position: center left;
}

.wkOpen
{
	background: url(/images/wine-knowledge-open.gif) no-repeat;
	background-position: center left;
}

.current a
{
	color: #901313;
}

/* stylesheet shared by all checkout pages */
#mainColumn
{
	float:left;
	width: 765px;
}
#mainColumn h2{
	color: #901313; 
	font-weight:bolder; 
	font-size: 1.3em; 
	padding: 0 0 8px 0
}
/* -------- mainColumn items ------- */
.removeLink a
{
	color: #242b4c;
	background: url(/images/arrow-blue-tiny.gif) no-repeat left;
	padding: 0 0 0 10px;
	font-size: 1em;
}

.removeLink a:hover
{
	background: url(/images/arrow-red-tiny.gif) no-repeat left;
	color: #901313;
}

#mainError
{
	color: #FF0000;
	font-weight:bolder;
	font-size:1.2em;
}

#ajaxedError
{
        color: #FF0000;
        font-weight:bolder;
        font-size:1.2em;
}

#checkoutHeader
{
	background: url(/images/titles/checkout.jpg) no-repeat right;
	background-color: #232a4e;
	color: #FFFFFF;
}

#thankYouHeader
{
	background: url(/images/titles/thank-you.jpg) no-repeat right;
	background-color: #232a4e;
	color: #FFFFFF;
}


#milestones
{
	padding: 0 0 8px 10px;
	color: #901313;
        font-size:1.2em;
}

.milestonesPleaseNote
{
	font-weight:bolder;
}

.tableTitle
{
	background-color: #242b4c;
}

.tableTitle a
{
	color: #FFFFFF;
}

.tableTitle a:hover
{
	color: #901313;
}

.tableTitle td
{
	height: 28px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #FFFFFF;
}

.tableTitle th
{
        height: 28px;
        vertical-align: middle;
        font-size: 1.2em;
        color: #FFFFFF;
}

.tableHeader
{
	background-color:#eeece5;
}

.tableHeader td
{
	background: url(/images/search-grid/search-grid-divider.gif) no-repeat left; 
	background-color:#eeece5;
	font-size:1.2em; 
	font-weight: bolder;
	color: #555555;
	height:28px;
	padding: 0 0 0 10px;
}

.tableHeader th
{
        background: url(/images/search-grid/search-grid-divider.gif) no-repeat left;
        background-color:#eeece5;
        font-size:1.2em;
        font-weight: bolder;
        color: #555555;
        height:28px;
        padding: 0 0 0 10px;
}

.tableDividerH
{
	background-color: #242b4c;
}
.tableDividerH td
{
	height: 3px;
}

.tableDividerH2 td
{
	background: url(/images/search-grid/divider-pixel.gif) repeat-x left;	
	height: 17px;
}

.tableDividerV
{
	background: url(/images/search-grid/divider-pixel.gif) repeat-y left;	
}
.tableEntry td
{
	padding: 1px 10px 1px 10px;
	vertical-align: top;
	font-size:1.2em;
}
.tableEntry td span{
	font-size:1em;
}

.tableDescription
{
	color: #242b4c;
	font-weight: bold;
}

.tableDescription a 
{
        color: #242b4c;
        font-weight: bold;
}

.tableDescription a:hover
{
        color: #901313;
        font-weight: bold;
}

.tableTotal
{
	color: #901313;
	font-size: 1.2em;
	font-weight: bolder; 
}

.tableAddOptions 
{
	background-color:#eeece5;
}

.tableAddOptions td
{
	background: url(/images/search-grid/search-grid-divider.gif) no-repeat left; 
	background-color:#eeece5;
	font-size:1.2em; 
	font-weight: bolder;
	height:28px;
	padding: 0 10px 0 10px;
}

.tableTax
{
        background-color: #d4d6de;
}

.tableTax td
{
        color: #242b4c;
        font-size:1.2em;
        height: 28px;
        padding: 0 10px 0 10px;
}

.tableGrandTotal
{
	background-color: #989bad;
}

.tableGrandTotal td
{
	color: #901313;
	font-size:1.2em;
	height: 28px;	
	padding: 0 10px 0 10px;
}

#rightColumnLogos
{
	color: #ffffff;
	width: 188px;
	text-align: center;
	border-style:solid;
	border-color: #999999;
	border-width: 1px;
}

.rightColumnLogosItem
{
	padding: 10px; 
}

.rightColumnLogosDivider
{
	width: 130px;
	height: 20px;
	background: url(/images/grey-h-divider.gif) repeat-x left;
        margin: 0 auto 0 auto;
}


#rightBasket
{
	width: 373px;
	border-style:solid;
	border-color: #999999;
	border-width: 1px;
}

#rightBasketHeader
{
	background-color:#901313;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 0 0 5px;
}

.rightBasketHeaderMessage
{
        font-size: 1.0em;
        padding: 0 0 0 5px;
}

.rightBasketTable td
{
	font-size: 1.2em;
}

.rightBasketTable b
{
	font-size: 1em;
	color: #242b4c;
	font-weight:bolder;
}

.rightBasketDividerH
{
	background: url(/images/grey-h-divider.gif) repeat-x bottom left;
	padding : 0 0 6px 0; 
}

.rightBasketDividerV
{
	width: 20px;
	background: url(/images/grey-v-divider.gif) repeat-y center;
}

.rightBasketDividerVWhite
{
	width: 20px;
	background: url(/images/white-v-divider.gif) repeat-y center;
}

#referAFriend
{
	text-align: left;
	border-style:solid;
	border-color: #999999;
	border-width: 1px;
}

#referAFriendHeader
{
	background-color:#901313;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 28px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
}

#referAFriendBody
{
	padding: 8px;
	font-size: 1.2em;
}

#deliveryDetailsHeader
{
	background-color: #eeece5;
}

#deliveryDetailsHeader td
{
	height: 28px;
	color: #555555;
	font-size: 1.1em;
	font-weight: bolder; 
	padding: 1px 4px 1px 8px;
}

#deliveryDetailsHeader td a
{
	color: #555555;
	text-decoration: underline;
}
#deliveryDetailsHeader td a:hover
{
	color: #901313;
}

.deliveryDetailsRightDivider
{
	background: url(/images/search-grid/search-grid-divider.gif) no-repeat right;
	background-color: #eeece5;
}

.deliveryDetailsRow td
{
	height: 28px;
	padding: 8px 4px 8px 8px; 
}

.deliveryDetails
{
	color: #242b4c;
	font-size: 1.2em;
	font-weight: bolder;
}

#deliveryChargesTableHeader
{
	background-color: #242b4c;
}

#deliveryChargesTableHeader td
{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0px 4px 0px 8px;
}

#deliveryChargesTableHeader a
{
		color: #ffffff;
		text-decoration:underline;
}

#deliveryChargesTableHeader a:hover
{
		color: #901313;
}


.deliveryChargesTableHeaderDivider
{
	background: url(/images/search-grid/divider-pixel.gif) repeat-y right;
	background-color: #242b4c;
}

.deliveryChargesRow td
{
	padding: 0 8px 0 8px;
}

.deliveryChargesDivider
{
	background: url(/images/search-grid/divider-pixel.gif) repeat-y right;
}

#customersAlsoBought
{
	float:right;
	width: 746px;
	border-style:solid;
	border-color: #999999;
	border-width: 1px;
	margin-top: 10px;
}


#customersAlsoBoughtHeader
{
	font-size: 1.4em;
	line-height: 30px;
	color: #817864;
	padding: 0 0 0 10px;
	background-color: #eeece5;
}

#customersAlsoBoughtHeader2
{
	font-size: 1.4em;
	color: #817864;
	padding: 4px 0px 4px 10px;
	background-color: #eeece5;
}

.customersAlsoBoughtH2
{
	font-size: 1.2em;
	font-weight: bolder;
	color: #242b4c;
}

.customersAlsoBoughtText
{
	font-size: 1.2em;
}

#berrysRecommends
{
        width: 375px;
        float:right;
        background: url(/images/titles/BerrysRecommends.gif) no-repeat bottom left;
        border-style: solid;
        border-width: 1px;
        border-color: #999999;
}

#berrysRecommends td
{
        color: #242b4c;
}


.berrysRecommendsWhite
{
        font-size: 1.4em;
        color: white;
        white-space: nowrap;
        line-height:30px;
        font-weight: lighter;
}
.berrysRecommendsItem{
        text-align:right;
        color:white;
        font-size:1.1em;
        text-transform:uppercase;
        font-weight:bolder;
        padding: 0 6px 0 0;
}

.berrysRecommendsRight
{
        background-color: #901313;
        width:188px;
        border-style:solid;
        border-width: 1px;
        border-color:#000000;
}

.berrysRecommendsRightText
{
        font-size:1.1em;
        font-weight:bolder;
        color: white;
        padding: 6px;
}

#berrysRecommendsBar
{
        font-size:11px;
        font-weight:bolder;
}

#berrysRecommends A
{
	color: #242b4c;
	background: url(/images/arrow-blue-small.gif) no-repeat right;
	padding: 0 10px 0 0;
	display: inline-block;
}

#berrysRecommends A:hover
{
	color: #901313;
	background: url(/images/arrow-red.gif) no-repeat right;
	display: inline-block;
}

.promoMiniList
{
        width: 375px;
        border-style: solid;
        border-width: 1px;
        border-color: #999999;
}

.promoMiniListHeader
{
        height: 30px;
        background: url(/images/grey-h-divider.gif) repeat-x bottom left;
        background-color: #eeece5;
        line-height: 30px;
        font-size: 1.3em;
        font-weight: bold;
        color: #242b4c;
}


.promoMiniList ul
{
        margin: 0;
        padding: 5px;
}

.promoMiniList li
{
        list-style: none;
        font-size:1.05em;
        padding: 0 0 5px 0;
}

.promoMiniList a
{
        padding: 0 10px 0 10px;
        background: url(/images/arrow-grey-small.gif) no-repeat right;
        text-decoration: none;
        color: #555555;
        font-size: 1.1em;
}

.promoMiniList a:hover
{
        padding: 0 10px 0 10px;
        background: url(/images/arrow-red.gif) no-repeat right;
        color: #901313;
}



/* -------- labels ------------- */
.label
{
        color:white;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bolder;
        padding: 0px 4px 0px 4px;
        line-height: 16px;
        text-align: center;
        float: left;
        margin-right: 10px;
}

.labelNew
{
        background-color: #ff3300;
}


.labelBBRExclusive
{
        background-color: #242b4c;
}


.labelEnPrimeur
{
        background-color: #0099cc;
}

.labelWineClubOnly
{
        background-color: #5756b0;
}

.labelWedding
{
        background-color: #cc9999;
}

.labelLowStock
{
        background-color: #005500;
}

.labelMixedCase
{
        background-color: #613705;
}
.labelExBordeaux
{
        background-color: #7C4192;
}

/* ------- end labels ------------ */


/* country page Styles */

.country .bodyText b
{
  color: #669900;
}

.country .blueArrowLink {
  margin: 0px 10px 0px 0px;
}
.country .blueArrowLink A {
  text-decoration: none;
}

.country P {
  margin-top: 12px;
}

/* ------- end country page Styles  --------- */

/* region page Styles */

.region .bodyText b
{
  color: #999900;
}

.region #breadcrumb
{
  color: #999900;
}

.region #breadcrumb A
{
  color: #555555;
  text-decoration:none;
  font-weight: bolder;
}

.region #breadcrumb a:hover
{
  color: #901313;
}

.region .blueArrowLink {
  margin: 0px 10px 0px 0px;
}
.region .blueArrowLink A {
  text-decoration: none;
}

.region P {
  margin-top: 12px;
}
/* ------- region page Styles  --------- */

/* village page Styles */

.village .bodyText b
{
  color: #cc9900;
}

.village #breadcrumb
{
  color: #cc9900;
}

.village #breadcrumb A
{
  color: #555555;
  text-decoration:none;
  font-weight: bolder;
}

.village #breadcrumb a:hover
{
  color: #901313;
}

.village .blueArrowLink {
  margin: 0px 10px 0px 0px;
}
.village .blueArrowLink A {
  text-decoration: none;
}
.village P {
  margin-top: 12px;
}
/* ------- end village page Styles  --------- */

/* grapes page Styles */

.vintage #mainBody
{
  float:right;
  width: 755px;
}

.vintage #middleColumn
{
  float:left;
  width: 550px;
}

.vintage .bodyText b
{
  color: #214a84;
}

/* ------- grapes page Styles  --------- */

/* wedding page Styles */


#bodyContainer 
{
	
}

#leftColumn
{
   float: left;
	width: 200px;
}

#mainBody
{
	float:right;
	width: 755px;
}

#middleColumn
{
	float:left;
	width: 550px;
}


#rightColumn
{
	float:right;
	width:190px;
	text-align: right;
}


.subHeadingWedding
{
	font-size: 1.2em;
	font-weight:bolder;
	color: #cc9999;
}



/* --------- leftColumn Items ----- */


#createYourOwnList
{
	background-color: #f9f3f3;
	padding: 0 0 8px 0;
}

#createYourOwnList ul
{
	margin: 0;
	padding: 0;
}

#createYourOwnList li
{
	list-style: none;
	padding: 2px 2px 2px 10px;
	margin: 0 0 0 4px;
}

#createYourOwnList a
{
	color: #555555;
	font-size: 1.1em;
	font-weight: bolder;
}

#createYourOwnList a:hover
{
	color: #901313;
}

.createYourOwnListSelected
{
	background: url(../images/dark-grey-chevron.gif) no-repeat left;
	background-position: 0% 60%;
	font-weight: bolder;	
}



/* --------- end leftColumn Items ----- */




/* --------- mainbody items ---------- */

.iconLink
{
}

.iconLink A
{
	color: #404b89;
	font-size: 1.1em;
	text-decoration :none;
	background : url(../images/arrow-white-on-light-blue.gif) no-repeat right bottom;
}

.iconLink A B
{
	color: #404b89;
}

.iconLink A:hover
{
	color: #901313;
	background : url(../images/top-bar/arrow-white-red.gif) no-repeat right bottom;
}

.iconLink A:hover B
{
	color: #901313;
}


/* ------- end mainBody Items  --------- */



.berrysRecommendsRight
{
	background-color: #901313;
	width:188px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

.berrysRecommendsRightText
{
	font-size:1.1em;
	font-weight:bolder;
	color: white;
	padding: 6px;
}


#history
{
	width: 188px;
	height:  173px;
	background: url(../images/right-column-ad/history-bg.jpg);
	text-align:left;
	border-style:solid;
	border-color: #999999;
	border-width:1px;
}

#historyHeader
{
	color: #901313;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 4px;
	text-align:left;
}

#historyText
{
	color: #242b4c;
	font-size: 1.3em;
	padding: 4px;
	text-align:left;
}


/* cellar plan Styles */


#bodyContainer 
{
	
}

#leftColumn
{
   float: left;
	width: 200px;
}

#mainBody
{
	float:right;
	width: 755px;
}

#middleColumn
{
	float:left;
	width: 550px;
}


#rightColumn
{
	float:right;
	width:190px;
	text-align: right;
}






/* --------- mainbody items - not logged in ---------- */


.cellarPlanIntro
{
	font-size:1.4em;
	color: #901313; 
}

.whyJoinTitle
{
	font-size:1.4em;
	color: #333666;
	font-weight: bolder; 
	padding: 10px 0 10px 0; 
}


#whyJoin
{
	font-size:1.1em;
	color: #555555;	
}

#whyJoin b
{
	color: #242b4c;
}

#whyJoin ul
{
	margin:0;
	padding:2px 0 2px 15px;
	width: 450px;
}

#whyJoin li
{
	list-style: square;
}

#whyJoin li a
{
	color: #242b4c;
}

#whyJoin li a:hover
{
	color: #901313;
}


.seeMoreUp A
{
	color: #555555;
	background: url(/images/arrow-grey-small.gif) no-repeat right;
	padding: 2px 12px 0 2px;
}

.seeMoreUp A:hover
{
	color: #901313;
	background: url(/images/arrow-red.gif) no-repeat right;
}

.seeMoreDown a
{
	color: #555555;
	background: url(/images/grey-chevron-down.gif) no-repeat right;
	padding: 2px 12px 0 2px;
}

.seeMoreDown a:hover
{
	color: #901313;
	background: url(/images/red-chevron-down.gif) no-repeat right;
}


.seeMore
{
	clear:both; 
	padding: 8px 0 4px 15px; 
}


/* ------- end mainBody Items  --------- */



/* --------- mainbody items - logged in ---------- */

#cellarPlanSummary
{
	font-size:1.3em;
	color: #333666;
	font-weight: bolder;  
}

#cellarPlan
{
	font-size:1.2em;	
	line-height: 18px;
}


#exclusiveOffer
{
	background-color: #eeece5;
}

#exclusiveOfferHeader
{
	color: #901313;
	line-height: 30px;
	font-weight: bolder;
	background: url(/images/grey-h-divider.gif) repeat-x bottom;
}

.downloadToExcel A
{
	color: #242b4c;
	font-weight:bolder;
	font-size: .9em;
	background: url(/images/icon-excel.gif) no-repeat left; 
	padding: 0 0 0 25px;
}

.downloadToExcel  A:hover
{
	color: #901313;
}


/* ------- end mainBody Items  --------- */

/* producers page Styles */

.producer .bodyText b
{
	color: #ac733f;
}

.producer #breadcrumb
{
	color: #ac733f;
}

.producer #breadcrumb A
{
	color: #555555;
	text-decoration:none;
	font-weight: bolder;
}

.producer #breadcrumb a:hover
{
	color: #901313;
}

/*---------- end producers page Styles -------- */

.producers .blueArrowLink {
  margin: 0px 10px 0px 0px;
}
.producers .blueArrowLink A {
  text-decoration: none;
}
.producers #middleColumn {
  margin-top: 12px;
}


/* grapes page Styles */

.grapes .bodyText b
{
	color: #214a84;
}

.grapes #breadcrumb
{
	color: #214a84;
}

.grapes #breadcrumb A
{
	color: #555555;
	text-decoration:none;
	font-weight: bolder;
}

.grapes #breadcrumb a:hover
{
	color: #901313;
}

/* storedAddresses Page styles  */

textarea{font-size:12px !important}

.halfdivider {
  background: url(/images/grey-h-divider.gif) repeat-x left;
  clear:both;
  height:16px;
}

.divider {
  background: url(/images/grey-h-divider.gif) repeat-x left;
  clear:both;
  height:32px;
}

.columnDivider
{
  background: url(/images/search-grid/divider-pixel.gif) repeat-y left;
}

#addressesHeader
{
  background: url(/images/titles/stored-addresses-bg.jpg) no-repeat right;
  background-color: #232a4e;
  color: #FFFFFF;
}

.deliveryInstructions
{
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
  background: url(/images/grey-gradient.gif) repeat-x top;
  font-size: 1.2em;
  width: 200px;
  height: 40px;
  padding: 8px;
}


#selectAnotherRecipient
{

}

#selectAnotherRecipient a
{
  text-decoration:none;
  color: #242b4c;
  background: url(/images/arrow-blue-small.gif) no-repeat right;
  padding: 0 12px 0 0;
}

#selectAnotherRecipient a:hover
{
  color: #901313;
  background: url(/images/arrow-red.gif) no-repeat right;
}

table.addressTable {
border-collapse : collapse;
}

#nickname_F,
#postcode_F,
#corporate_F
{
  width: 120px;
}
#name_F,
#address1_F,
#address2_F,
#address3_F,
#address4_F,
#address5_F,
#email_F, 
#country_F
{
  width: 220px;
}
#address_phone_F,
#address_phone_work_F,
#address_fax_F,
{
  width: 140px;
}
#delivery_instructions_F {
  width: 300px;
}
.addressBox {
  float: left;
  width: 49%;
}
.addressTitle
{
  color: #901313;
  font-size: 1.3em;
  font-weight: bolder;
  padding: 0 30px 0 30px;
}
.addressView {
  padding: 0 30px 0 30px;
}
.addressEdit {
  display: none;
  padding: 0 30px 0 30px;
}
.returnButton {
  float:right;
  padding: 0 10px 20px 10px;
}
.clearFloats {
  clear:both;
}
#postcodePopUp {
  background-color: #cccccc;
  display: none;
  height: 240px;
  left: 600px;
  position: absolute;
  width: 300px;
  z-index: 200;
}
#postcodePopUpTopBar {
  padding: 1px 1px 0px 0px;
}
#postcodePopUpContent {
  height: 221px;
  overflow:auto;
  text-align: left;
}
#postcodeTable {
  border: 0px;
  border-collapse: collapse;
}
#postcodePopUpTopBar a {
  position: relative;
  top: -5px;
}
#closeImage {
  display: inline;
  position: relative;
  top: 5px;
}

/* your account Styles */


#bodyContainer 
{
	
}

#leftColumn
{
   float: left;
	width: 200px;
}

#mainBody
{
	float:right;
	width: 755px;
}

#middleColumn
{
	float:left;
	width: 550px;
}
#middleColumn h2{
	font-size:1.2em;
	font-weight:bolder; 
}

#rightColumn
{
	float:right;
	width:190px;
	text-align: right;
}





/* --------- leftColumn Items ----- */



/* --------- end leftColumn Items ----- */





/* --------- mainbody items ---------- */

.accountLink
{
	padding: 0 8px 0 0;
}

.accountLink a
{
	color: #242b4c;
	text-decoration: none;
	background: url(/images/arrow-blue-small.gif) no-repeat right;
	padding: 0 12px 0 0;
}

.accountLink a:hover
{
	color: #901313;
	background: url(/images/arrow-red.gif) no-repeat right;
}



#newslettersList
{
	margin: 0;
	padding: 0 0 0 18px;	
}

#newslettersList li
{
	list-style: square;
	color: #242b4c;	
	padding: 2px 0 0 0px;
}

/* ------- end mainBody Items  --------- */







/* --- rightColumn items --- */


#yourWineSpecialist
{
	color: #901313;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align:left;
	white-space: nowrap;
}

.yourWineSpecialistLink a
{
	text-decoration:underline; 
	color:#242b4c;	
}
.yourWineSpecialistLink a:hover
{
	color:#901313;
}





/* ---- end rightColumn --*/

.tabPanelGroup {
  width:755px;
  position: relative;
}
.tabPanelGroupProduct {
  width:540px;
  position: relative;
}
.tabGroup {
  margin:0;
  padding:0;
  font-size:1.2em;
  border: 0px;
  float: left; 
}
.tabGroup a {
  margin:0;
  padding:0;
  font-style:normal;
  height:25px;
  width:151px;
  display:inline-block;
  display:-moz-inline-stack;
  *display:inline; /* IE */
  vertical-align:bottom; /* safari: for overlap */
  zoom:1; /* IE: kill space between horizontal tabs */
  cursor:pointer;
  outline:0; /* gecko: keep from shifting */
}
.tabDefault {
  background:url(/images/tabs/tabView_right.gif) no-repeat top right;
  color:#ffffff;
  float: left; 
}
.tabSelected {
  background:url(/images/tabs/tabView_right_on_wide.gif) no-repeat top right;
  float: left; 
}
.tabGroup span {
  outline:0; /* gecko: keep from shifting */
  position:relative;
  display:block;
  display:inline-block;
  vertical-align:bottom; /* safari: for overlap */
  zoom:1;
  padding:6px 10px 0px 10px;
  height:25px;
}
.tabDefault span {
  background:url(/images/tabs/tabView_left.gif) no-repeat;
  color:#ffffff;
}
.tabSelected span {
  background:url(/images/tabs/tabView_left_on.gif) no-repeat;
  color:#242A4E;
}
.tabPanel {
  margin:0;
  display:none;
  left: 0px;
  border:2px solid #242A4E;
  border-top:0;
  padding:0px 10px 10px 10px;
}
.newsFeature
{
  width: 500px;
}
.newsFeatureContent
{
  padding: 4px;
}


.gvRowOdd {
  background-color: #eeece5;
}

.gvRowEven {
  background-color: #FFFFFF;
}
