/* $Id: main-v35.css,v 1.2 2010/08/19 13:44:38 robert Exp $ */
/* $Id: root.css,v 1.5 2010/08/19 13:44:39 robert Exp $ */
/* 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;
}

FIELDSET {
  border: none;
}

/* addition to handle headers */
h1{
  font-size:18px;
  padding:0;
  margin:0;
  display:inline;
  font-weight:normal;
}

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;
}

.errorText
{
  color: #ff0000;
}

.spacer
{
  height: 5px; 
}

.serviceText
{
  color: #680169;
}

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

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

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

#headerLeft img
{
  padding: 10px 10px 0 10px;
}

#headerMiddle
{
  background-color: #242b4c;
  overflow:hidden;
}

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


/* --- headerMiddle --- */

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

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


/* --- headerRight --- */

#yourBasket,#yourBasket2
{
  background-color: #901313;
  border: 1px solid #242b4c;;
}

#yourBasket A
{
  color: #FFFFFF;
}

.yourBasketHeader
{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bolder;
  float: left;
  line-height: 25px;
  padding: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.basketImage {
  float: left;
  padding-top: 3px;
}
#basketShowButton,#basketHideButton{
  float: right;
  padding: 3px 3px 0 0;
}
#basketCountItems
{
	width:190px; 
	height:21px;
	background: url(/images/header/basket/basket-divider.gif) repeat-x bottom;
	background-color: #545b7d;
	color: #FFFFFF;

}

.basketTotalLeft
{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 25px;
  padding: 0 15px 0 0;
  text-align: right; 
}

.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
{
  display: none;
  position: absolute;
  width: 265px;
  z-index: 100;
}

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

.basketItemLeft
{
  text-align: left; 
  padding: 0 0 0 5px;
  font-size: 1.1em;
}
.basketItemLeft a
{
  color: #FFFFFF;
  text-decoration: none;
}
.basketItemLeft a:hover
{
  color: #AAAAAA;
}

.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:hover
{
  color: #901313;
}
.basketArrow {
  width: 6px;
}
.basketItemRemove
{
  width:20px;
  text-align: right;
  padding: 0 4px 0 0;
}
.basketChangeMode {
  background:transparent url(../images/arrow-white-tiny.gif) no-repeat scroll left center;
  color: #FFFFFF;
  font-size: 11px;
  padding-left: 10px;
  text-transform: uppercase;
}
.basketChangeMode:hover {
  background:transparent url(../images/arrow-grey-tiny.gif) no-repeat scroll left center;
  color: #AAAAAA;
}
.basketQuantity
{
  width: 18px;
}
.basketQuantity INPUT
{
  border-color:#000000;
  border-style: solid;
  border-width: 1px;
  color: #242b4c;
  font-size: 1.1em;
  height: 12px;
  padding-right: 1px;
  text-align: right;
  width: 18px;
}

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

#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.png') 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.png') 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;
}

.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;
}
/* ----------- 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 */
{
  height:27px;
  width:200px;
}

.normalHeader {
  background-color: #901313;
}
.pinkHeader {
  background-color: #CC9999;
}

.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:18px; 
	font-weight: normal;
	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
}

#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;
}

#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;
}

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

.moreLink a,.moreLink a.bestsellerLink
{
	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,.moreLink a.bestsellerLink: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;
}

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

.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;
}

.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.phone
{
  background:url(../images/footer/phone_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;
}
.wishlistWeddingButton
{
  padding: 0 10px 0 10px;
  background: url(/images/arrow-red-tiny.gif) no-repeat left;
}

.clear2
{
  clear: both;
  height: 2px;
}
.clear5
{
  clear: both;
  height: 5px;
}
.clear8 {
  clear: both;
  height: 8px;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.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: 20px !important;
  padding-right: 2px;
  padding-top: 2px;
  width: 40px !important;
}
.sep10 {
  height: 10px;
}
.underline {
  text-decoration: underline;
}

/* $Id: form.css,v 1.3 2010/08/19 13:44:39 robert Exp $ */
/* 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-left: 8px;
}
#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 ------------*/

/* --------Start bordeau wishlist form --*/
#wl_outer {
        width:100%;
}
.wl_inner_left {
        width:48%;
        float:left;
        margin-bottom:5px;
}
.wl_inner_left b, .wl_align_rt b{
        color:#555555;
}
.wl_align_rt{
        float:right;
        text-align:right;
        width:40%;
        margin:0 4px 5px 0;
}
.wl_inner_right{
        width:48%;
        float:right;
        margin-bottom:5px;
}
.wl_inner_title{
        width:100%;
        clear:both;
        display:block;
        margin:10px 0 10px 0;
        background-color:#901313;
        color:#FFF;
        padding:5px 0 5px 2px;
        font-weight:bold;
}
.wl_item label{
        margin-right:25px;
        float:left;
}
.wl_item input{
        width:40px;
        float:right;
        margin-right:2px;
}
.wl_field{
        height:20px;
        clear:both;
        margin-bottom:10px;
}
.wl_field td{
        width:215px;
}
.wl_br{
        clear:both;
        margin-bottom:10px;
}
/* -----------end bordeaux wishlist form ----*/


/* $Id: basket.css,v 1.3 2010/08/19 13:44:34 robert Exp $ */
/* stylesheet shared by all pages using the basket */

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

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

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


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

/* $Id: login.css,v 1.2 2010/08/19 13:44:37 robert Exp $ */
/* login Page styles  */

.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;
}

/* $Id: homePage.css,v 1.2 2010/08/19 13:44:39 robert Exp $ */
/* 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;
}

#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 --------- */

/* $Id: searchPage.css,v 1.6 2010/08/19 13:44:36 robert Exp $ */
#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;
}
#searchIntroUl {
  padding-bottom: 8px;
}
* 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 5px 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;
}
.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;
}
#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;
}

.searchGridHeadersNoSort
{
  font-weight: bolder;
  color: #555555;
  font-size: 12px;
  padding: 0px 8px 0 8px;
}


.oneLineGridHeadersNoSort 
{
  font-weight: bolder;
  color: #555555;
  font-size: 11px;
  padding: 0px 8px 0 8px;
}

.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;
}

.oneLineGridHeaderUp
{
  font-weight: bolder;
  color: #555555;
  font-size: 11px;
  padding: 0px 12px 0 6px;
  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;
}

.oneLineGridHeaderUpSelected
{
  font-weight: bolder;
  color: #242b4c;
  font-size: 11px;
  padding: 0px 12px 0 6px;
  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;
}

.oneLineGridHeaderUp:hover,
.oneLineGridHeaderUpSelected: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;
}

.oneLineGridHeaderDownSelected
{
  font-weight: bolder;
  color: #242b4c;
  font-size: 11px;
  padding: 0px 12px 0 6px;
  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;
}

.oneLineGridHeaderDownSelected: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;
  font-size: 1.2em;
}
#currentPriceMode b
{
  color: #242B4C;
}

.storedGridTextContainer
{
  padding: 5px;
  font-weight: normal;
  font-size: 1.2em;
}

.storedGridNumericContainer
{
  text-align:right;
  padding: 5px 15px 5px 5px;
  color: #242b4c;
  font-weight: normal;
  font-size: 1.1em;
}

.searchGridWineContainer
{
  padding: 5px;
  color: #242b4c;
  font-weight: bolder;
  font-size: 1.2em;
}

.oneLineGridWineContainer
{
  padding: 5px;
  color: #242b4c;
  font-weight: normal;
  font-size: 1.2em;
}

.searchGridRegionContainer
{
  padding: 5px;
  color: #242b4c;
  font-weight: normal;
  font-size: 1.2em;
}

.oneLineGridRegionContainer
{
  padding: 5px;
  color: #242b4c;
  font-weight: normal;
  font-size: 1.2em;
}

.oneLineGridVintageContainer
{
  padding: 5px 5px 5px 5px;
  color: #242b4c;
  font-weight: normal;
  font-size: 1.2em;
}

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

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

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

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

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

.searchGridActionContainer
{
  text-align:right;
  padding: 5px 2px 5px 2px;
  font-weight: normal;
  font-size: 1.1em;
}

.oneLineActionContainer
{
  text-align:right;
  padding: 5px 2px 5px 2px;
  font-weight: normal;
  font-size: 1.1em;
}

.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-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 5px ;
}

.searchGridSeeNotes A
{
  background: url(/images/arrow-grey-small.gif) no-repeat left;
  font-size: 0.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.1em;
  font-weight:lighter;
  padding: 0 0 0 0;
}
.searchGridNotesText
{
  float:left;
  padding: 8px;
  font-size: 1.2em;
}
.searchGridEmailUs a
{
  color: #242b4c;
  font-size: 1.2em;
  font-weight:bolder;
  padding: 5px 24px 0 0;
  text-align:center;
  background: url(/images/envelope-blue.gif) no-repeat right 70%;
}
.searchGridEmailUs a:hover
{
  color:#901313;
  background: url(/images/envelope-red2.gif) no-repeat right 70%;
}
#searchPriceExpl {
  font-size: 10px;
}

/* $Id: productPage.css,v 1.6 2010/08/19 13:44:36 robert Exp $ */
/* product page styles */

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

#productHeader
{
  background: url('/images/titles/product-bg.jpg') no-repeat right;
  background-color:#901313;
  min-height:24px;
  padding: 10px;
  width:735px;
}

#productHeader DIV {
  width: 485px;
}

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

.scores
{
  background-color: #ffffff;
  border-color: #999999;
  border-style: dotted;
  border-width: 1px;
  line-height: 20px;
}
.scores TR:first-child {
  background-color: #eeece5;
}
.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;
}

#notesDefault {
  float: left;
  font-size: 13px;
  width: 536px;
}

.notesDefaultEntry
{
  background-color: #eeece5;
  font-size: 13px;
  line-height: 24px;
  margin: 4px 0 0 0;
  min-height: 24px;
  overflow: visible;
  padding: 0 0 0 10px;
}
.notesDefaultEntry #terms_F {
  margin-left: 70px;
}
.notesDefaultEntry #submit_F {
  margin-left: 70px;
  vertical-align: text-bottom;
}
.removeFromSale {
  margin-left: 20px;
}
.notes {
  line-height: 18px;
}

#eco {
  line-height: 20px;
}
#eco SPAN {
  float: left;
}
#eco #info {
  float: left;
}

.productImage {
  background-color: #eeece5;
  border-right: 10px solid white;
  float: left;
  height: 260px;
  width: 190px;
}
.productImage IMG {
  border: 0px;
  height: 236px;
  width: 157px;
}

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

.notesDefaultEntry A:hover
{
	color: #901313;
}
.notesDefaultEntry IMG {
  vertical-align: middle;
}

.detailHeader {
  color: #901313;
  font-weight: bolder;
  margin-right: 5px;
}
TH.detailHeader {
  text-align: left;
  vertical-align: top;
}
.downloadCellarNotes A
{
	color: #242b4c;
	background: url(/images/icon-pdf.gif) no-repeat left;
	padding: 7px 0 0 25px;
}

.downloadCellarNotes A:hover
{
	color: #901313;
}
.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;
}
.productMessage
{
  color: #242b4c;
  font-weight: bold;
  text-align: right;
  padding: 5px ;
}
.greyBar {
  background-color: #eeece5;
  height:2px;
  margin: 0px;
}
.whiteBar {
  background-color: #ffffff;
  height:4px;
}
#unit_price {
  float: left;
}
.cellaredDetail {
  float: left;
}
#sell_quantity_F, #sell_price_F {
  text-align: right;
}
.guidePricesRange
{
  background-color: #ffffff;
  border-color: #999999;
  border-style: dotted;
  border-width: 1px;
  line-height: 20px;
}
.guidePricesRange TR:first-child {
  background: url('/images/price-guide-range-background.png') repeat-y left;
}
.guidePricesRange TD {
  padding: 0 5px 0 5px;
}

#guidePriceSeeDetail
{
  background: url(/images/arrow-grey-small.gif) no-repeat left;
  /*font-size: .9em;*/
  color: #999999;
  white-space: nowrap;
  padding: 0 10px 0 11px;
  float: right;
}

#guidePriceHideDetail 
{
  background: url(/images/grey-chevron-up3.gif) no-repeat left;
  /*font-size: .9em;*/
  color: #999999;
  white-space: nowrap;
  padding: 0 10px 0 18px;
  float: right;
}

.guidePricesPopup
{
  background-color: #ffffff;
  font-size: 1.1em;
  line-height: 20px;
  padding: 5px 0 0 5px;
}
.guidePricesNote
{
  font-size: 1em;
}
.guidePricesTitles
{
  float: left;
  padding: 0 0 0 5px;
}
.tandc {
  text-decoration: underline;
}

/* make download file span look like link */
.downloadFile {
        cursor: pointer;
        cursor: hand;
}

#settingsTable {
  font-size: 1.2em;
}

#settingsTable TH, #settingsTable TD {
  padding: 2px;
  text-align: left;
  vertical-align: top;
}

#settingsTable #submit_save_F {
  float: right;
}

/* $Id: leftmenu.css,v 1.2 2010/08/19 13:44:38 robert Exp $ */
/*  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;
}

/* $Id: promo.css,v 1.2 2010/08/19 13:44:34 robert Exp $ */
#customersAlsoBought {
  border-style:solid;
  border-color: #999999;
  border-width: 1px;
  float: left;
  margin-top: 10px;
  padding: 5px;
  width: 746px;
}
#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, .customersAlsoBoughtPrice {
  color: #242b4c;
  font-size: 1.2em;
  font-weight: bolder;
}
.customersAlsoBoughtPrice {
  float: right;
}
.customersAlsoBoughtText
{
	font-size: 1.2em;
}
.berrysRecommendsWhite
{
        font-size: 1.4em;
        color: white;
        white-space: nowrap;
        line-height:30px;
        font-weight: lighter;
}
.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;
}
.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;
}



/* $Id: label.css,v 1.7 2010/08/19 13:44:39 robert Exp $ */
/* -------- labels ------------- */
.label
{
  color: white;
  font-size: 10px;
  font-weight: bolder;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  padding: 2px 4px; /*Background Colour Padding*/
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}

.label A, .label A:hover {
  color: white;
  text-decoration: none;
}

.simpleLabel
{
  color: white;
  font-size: 10px;
  font-weight: bolder;
  line-height: 16px;
  margin-bottom: 1px;
  margin-right: 5px;
  padding: 1px 0px; /*Background Colour Padding*/
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}

.simpleLabel A, .simpleLabel A:hover {
  color: white;
  text-decoration: none;
  padding: 0px 5px;
}

.labelNew
{
  background-color: #ff3300; /*Red*/
}

.labelBBRExclusive
{
  background-color: #242b4c; /*BBR Blue*/
}


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

.labelWineClubOnly
{
  background-color: #680169; /*Purple*/
}

.labelWedding
{
  background-color: #cc9999; /*Pink*/
}

.labelWishlist
{
  background-color: #85AAA5; /*Teal Green*/
}

.labelLowStock
{
  background-color: #279f43; /*Medium Green*/
}

.labelMixedCase
{
  background-color: #B9882C; /*burnt orange*/
}

.labelCondition
{
  background-color: #613705; /*Brown*/
}

.labelCaseDeal
{
  background-color: #901313; /*Add a Case Red*/
}

.labelBroking
{
  background-color: #114432; /*BBR Green*/
}

/*
.labelEnPrimeurLink A, .labelEnPrimeurLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelExclusiveLink A, .labelExclusiveLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelWineClubOnlyLink A, .labelWineClubOnlyLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelWineClubLink A, .labelWineClubLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelPromotionLink A, .labelPromotionLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelProvenanceLink A, .labelProvenanceLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelUkCustomersOnlyLink A, .labelUkCustomersOnlyLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelOwnGoodsLink A, .labelOwnGoodsLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelBottleConditionLink A, .labelBottleConditionLink A:hover 
{ 
  color: white;
  text-decoration: none;
}

.labelPackagingConditionLink A, .labelPackagingConditionLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelWineConditionLink A, .labelWineConditionLink A:hover 
{ 
  color: white;
  text-decoration: none;
}

.labelSpecialPackLink A, .labelSpecialPackLink A:hover
{
  color: white;
  text-decoration: none;
}

.labelWeddingLink A, .labelWeddingLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelWishlistLink A, .labelWishlistLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelNewLink A, .labelNewLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelNewToBrokingLink A, .labelNewToBrokingLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelBerrysLink A, .labelBerrysLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelCaseSavingLink A, .labelCaseSavingLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelBrokingLink A, .labelBrokingLink A:hover 
{
  color: white;
  text-decoration: none;
}

.labelLimitedStockLink A, .labelLimitedStockLink A:hover 
{
  color: white;
  text-decoration: none;
}
*/

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

/* $Id: countryPage.css,v 1.2 2010/08/19 13:44:36 robert Exp $ */
/* 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  --------- */

/* $Id: regionPage.css,v 1.2 2010/08/19 13:44:35 robert Exp $ */
/* 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  --------- */

/* $Id: villagePage.css,v 1.2 2010/08/19 13:44:36 robert Exp $ */
/* 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  --------- */

/* $Id: vintagePage.css,v 1.2 2010/08/19 13:44:36 robert Exp $ */
/* grapes page Styles */

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

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

/* $Id: weddingPage.css,v 1.2 2010/08/19 13:44:38 robert Exp $ */
/* wedding page Styles */
#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;	
}

.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;
}

.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;
}

/* $Id: cellarPlan.css,v 1.2 2010/08/19 13:44:40 robert Exp $ */
/* cellar plan Styles */

.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; 
}

#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;
}

/* $Id: producerPage.css,v 1.2 2010/08/19 13:44:37 robert Exp $ */
/* 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 -------- */

/* $Id: producersPage.css,v 1.2 2010/08/19 13:44:38 robert Exp $ */
.producers .blueArrowLink {
  margin: 0px 10px 0px 0px;
}
.producers .blueArrowLink A {
  text-decoration: none;
}
.producers #middleColumn {
  margin-top: 12px;
}


/* $Id: grapesPage.css,v 1.2 2010/08/19 13:44:37 robert Exp $ */
/* 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;
}

/* $Id: account.css,v 1.2 2010/08/19 13:44:38 robert Exp $ */
/* 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;
}

/* $Id: yourAccount.css,v 1.2 2010/08/19 13:44:37 robert Exp $ */
/* your account Styles */
#mainBody
{
	float:right;
	width: 755px;
}

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

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

#rightColumn
{
	float:right;
	width:190px;
	text-align: right;
	background-color:#FFFFFF;
}
.accountLeft {
  float: left;
  padding: 0 0 0 8px;
}

.accountLink {
  float: right;
  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: #555555;	
	padding: 2px 0 0 0px;
}

#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;
}

/* $Id: tpg_def.css,v 1.2 2010/08/19 13:44:35 robert Exp $ */
.tabPanelGroup {
  width:755px;
  /*position: relative;*/ /*Caused problems with the advanced search highlighting process and seems to serve no purpose*/
}
.tabPanelGroupProduct {
  width:100%;
  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.png) no-repeat top right;
  color:#ffffff;
  float: left; 
}
.tabSelected {
  background:url(/images/tabs/tabView_right_on_wide.png) 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;
}
.productTab {
  background-color: white !important;
  margin: 2px;
  width: 726px;
}
.newsFeature
{
  width: 500px;
}
.newsFeatureContent
{
  padding: 4px;
}

/* $Id: footer-seo.css,v 1.2 2010/08/19 13:44:35 robert Exp $ */
#footer-seo {
  background: #EEEEEE;
  border: 1px solid darkgrey;
  color: #999999;
  margin-top: 30px;
  padding: 10px;
  width: 943px;
}
#footer-seo B {
  color: #888888;
}
#footer-seo A {
  color: #888888;
  text-decoration: none;
}
#footer-seo-inner {
  margin-left: 20px;
}
.footer-seo-table {
  text-align: left;
}
.fst-bg {
  background: transparent url(/images/grey-v-divider.gif) repeat-y scroll center center;
  padding: 0px 5px;
  width: 1px;
}
.fst-nobg {
  width: 150px;
}
#disclaimer
{
  color:#999999
}
#disclaimer table {
  background: transparent url(/images/grey-h-divider.gif) repeat-x scroll top center;
  margin-top: 20px;
  text-align: center;
}

/* $Id: jquery-ui-1.7.2.css,v 1.4 2010/08/19 13:44:37 robert Exp $ */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Helvetica,%20sans-serif&fwDefault=normal&fsDefault=1.0em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=01_flat.png&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=01_flat.png&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=01_flat.png&bgImgOpacityDefault=60&borderColorDefault=aaaaaa&fcDefault=242B4C&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=aaaaaa&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=c9c9c9&bgTextureActive=01_flat.png&bgImgOpacityActive=75&borderColorActive=999999&fcActive=901313&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=c0402a&fcError=c0402a&iconColorError=c0402a&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0pxdow=0px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
/*.ui-widget-content { border: 1px solid #aaaaaa; background: #c9c9c9 url(images/ui-bg_flat_50_c9c9c9_40x100.png) 50% 50% repeat-x; color: #333333; }*/
.ui-widget-content { border: 1px solid #aaaaaa; background: #c9c9c9 url(/images/layout/page-bg.jpg) 50% top repeat-x; #333333;}
/*.ui-widget-content a { color: #333333; }*/
.ui-widget-header { border: 1px solid #bbbbbb; background: #dddddd url(/images/ui-bg_flat_35_dddddd_40x100.png) 50% 50% repeat-x; color: #444444; font-size: 1.1em; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #aaaaaa; background: #eeeeee url(/images/ui-bg_flat_60_eeeeee_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #242b4c; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #242b4c; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #aaaaaa; background: #f8f8f8 url(/images/ui-bg_flat_100_f8f8f8_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #901313; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #901313; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #999999; background: #c9c9c9 url(/images/ui-bg_flat_75_c9c9c9_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #901313; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #901313; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffffff; background: #eeeeee url(/images/ui-bg_flat_55_eeeeee_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #c0402a; background: #ffffff url(/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #c0402a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #c0402a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #c0402a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/ui-icons_999999_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/ui-icons_999999_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/ui-icons_999999_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/ui-icons_70b2e1_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui-icons_3383bb_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui-icons_3383bb_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/ui-icons_c0402a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
/* Removed by RObert, rounded corners don't work on IE. *?

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(/images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; font-size: 1.1em;}
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
/* Removed UI tabs, we have our own versions in bbr-tabs.css */
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* $Id: password-tester.css,v 1.2 2010/08/19 13:44:40 robert Exp $ */
#psr_score, #password_request {
	padding:5px;
	z-index: 50;
	position:absolute;
	width:250px;
}
#psr_verify {
	display: inline;
	padding-left: 10px;
}
#psr_strength_notice {
	display: inline;
	padding-left: 10px;
}

.psr_Weak {
	color: #A52A2A;
}
.psr_Medium {
	color: #8B2A7E;
}
.psr_Strong { 
	color: #3DBE5E;
}
.psr_Excellent {
	color: #416EC2;
}
.psr_hidden {
	display: none;
}

/* $Id: winetrader-popups.css,v 1.2 2010/08/19 13:44:37 robert Exp $ */
#wt-mask {
	position:absolute;  
	z-index:49;  
	display:none;
	top:0;
	left:0;
}
#wt_form {
	position:absolute;
	z-index:50;
}
#wt_form fieldset{
	border:none;
	font-size:1em;
}
#wt_form select {
	font-size:1em;
}
#wt_form #bacs_details{
	display:none;
}
#wt_form label {
	width:260px;
	margin-bottom:2px;
}
#wt_form input {
		
}

/* $Id: checkout.css,v 1.7 2010/08/19 13:44:36 robert Exp $ */
/* stylesheet shared by all checkout pages */
#mainColumn {
  float:left;
  width: 765px;
}
#mainColumn2 {
  float:left;
  width: 580px;
}
#mainColumn h2 {
  color: #901313;
  font-size: 1.3em;
  font-weight: bolder;
  padding: 0 0 8px 0;
}
.removeLink {
  padding: 0 0 0 20px;
}
.removeLink a {
  background: url(/images/arrow-blue-tiny.gif) no-repeat left;
  color: #242b4c;
  font-size: 1em;
  padding: 0 0 0 10px;
}
.removeLink a:hover {
  background: url(/images/arrow-red-tiny.gif) no-repeat left;
  color: #901313;
}
#mainError {
  color: #FF0000;
  font-size: 1.2em;
  font-weight: bolder;
  padding: 0px 0px 8px 10px;
}
#checkoutError {
  background-color: #FFFFFF;
  border: 1px solid #555555;
  color: #FF0000;
  font-size: 1.2em;
  font-weight: bolder;
  margin: 8px 0px;
  padding: 8px 10px;
}
#ajaxedError {
  color: #FF0000;
  font-size: 1.2em;
  font-weight: bolder;
}
#checkoutHeader {
  background: url(/images/titles/checkout.jpg) no-repeat right;
  background-color: #232a4e;
  color: #FFFFFF;
}
.weddingHeader {
  background: url('/images/titles/wedding-bg.jpg') no-repeat right #cc9999 !important;
}
#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
{
  color: #FFFFFF;
  font-size: 1.2em;
  height: 28px;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.tableHeader
{
  background-color:#eeece5;
}
.tableHeader td {
  background: url(/images/search-grid/search-grid-divider.gif) no-repeat left; 
  background-color:#eeece5;
  color: #555555;
  font-size:1.2em; 
  font-weight: bolder;
  height:28px;
  padding: 0 0 0 10px;
  text-align: left;
}
.tableHeader td:first-child {
  background-image: none;
}
.tableDividerH
{
  background-color: #242b4c;
}
.tableDividerH td
{
	height: 3px;
}
.tableDividerH2 td {
  background: url(/images/search-grid/divider-pixel.gif) repeat-x left;	
  height: 1px;
}
.tableDividerV {
  background: url(/images/search-grid/divider-pixel.gif) repeat-y left;
  text-align: right;
}
.tableDividerV2 {
  background: url(/images/search-grid/divider-pixel.gif) repeat-y left;
  text-align: right;
  vertical-align: middle !important;
}
.tableSpacer td
{
  background-color: white;
  height: 8px;
}
.tableEntry td
{
  background-color: white;
  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;
  width: 100%;
}

#rightColumnLogos {
  border: 1px solid #999999;
  color: #ffffff;
  float: right;
  margin-top: 10px;
  text-align: center;
  width: 188px;
}
.rightColumnLogosItem
{
	padding: 10px; 
}

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

#rightBasket {
  border: 1px solid #999999;
  float: right;
  width: 373px;
}

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

#rightBasketHeader span {
  background: url(/images/header/basket/basket.png) no-repeat right;
  padding: 0 25px 0 0;
}

#rightBasketHeaderMessage
{
  float: right;
  font-size: 1.0em;
  padding: 0 10px 0 5px;
}

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

.rightBasketTable b
{
	font-size: 1em;
	color: #242b4c;
	font-weight:bolder;
}
.deliveryInfo {
  color: #242b4c;
}
.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;
}

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

.deliveryChargesDivider {
  background-color: #242b4c;
  height: 1px;
}
.deliveryForm tr
{
        vertical-align: top;
}

.deliveryForm td
{
  font-size: 1.2em;
  padding: 4px;
}
.deliveryForm th
{
  font-size: 1.2em;
  padding: 4px;
}
.deliveryForm a
{
        color: #242b4c;
        text-decoration: underline;
}
.deliveryForm a:hover
{
        color: #901313;;
}

.deliveryAddressTitle
{
        color: #901313;
        font-size: 1.3em;
        font-weight: bolder;
        padding: 5px 0 5px 5px;
}
.deliveryAddressView {
	padding: 0 5px 0 5px;
	font-size: 0.8em;
}

.addressLink {
	padding-top: 5px;
}
.checkoutButton {
  padding-top: 12px;
  text-align: right;
}
.checkoutButton a, .checkoutButton input, .checkoutButton img {
  padding: 0 0 0 20px;
}
.suggestion {
  color: #901313;
  font-weight: bolder;
}
.prediction {
  font-weight: bolder;
}
.leftArrow {
  padding: 3px 0 0 0 !important;
  text-align: right;
  width: 24px;
}
.rightArrow {
  padding: 3px 0 0 0 !important;
  text-align: left;
  width: 24px;
}
.checkoutQuantity {
  border: 0px;
  margin: 0px;
  padding: 0px !important;
  text-align: center;
  width: 32px;
}
.checkoutQuantity input {
  height: 16px;
  padding: 0px;
  text-align: right;
  width: 28px;
}
.checkoutPrice {
  padding: 1px 15px 1px 0px !important;
  text-align: right !important;
}
.checkoutHelp {
  float: right;
  padding-left: 10px;
}
.checkoutBilling {
  padding: 0 0 0px 8px;
}
.billingInput {
  padding: 0px;
  width: 250px;
}
#titlename_F {
  width: 80px;
}
.privacy {
  float: left;
  padding: 0px 0 0 8px;
}
.postcode {
  padding: 0;
  width: 125px;
}
.bbxText {
  color: #114432;
}
.totalLine {
  color: #ffffff !important;
}
.rhbQuantity {
  float: left;
}
.rhbPrice {
  float: right;
}
.lastColumn {
  text-align: center;
}
#voucher_code_F {
  width: 100px;
}
.voucherName {
  font-weight: bolder;
}

#delivery-datepicker-key {
  float: right; 
  width: 200px;
}

.ui-datepicker-green-key { 
  border: 2px solid #007700 !important; 
}

.ui-datepicker-green a {
  border: 2px solid #007700 !important;
}


#delivery-datepicker td { 
  padding: 2px; 
}

.labelDeliveryGreenDaysLink {
  height: 17px;
  line-height: 17px;
}

/* $Id: bbr-tabs.css,v 1.2 2010/08/19 13:44:35 robert Exp $ */
/* Copied from JQuery UI 1.3.2
   We need tow types of tabs: left aligned and right aligned
*/

/* Left aligned */
.leftTabs .ui-tabs { padding: .2em; zoom: 1; }
.leftTabs .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.leftTabs .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.leftTabs .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 6px; font-weight: bold; font-size: 1.1em;}
.leftTabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.leftTabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .leftTabs .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .leftTabs .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.leftTabs .ui-tabs .ui-tabs-nav li a, .leftTabs .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.leftTabs .ui-tabs .ui-tabs-panel { padding: 10px; display: block; border-width: 0; background: none; margin-top: 3px; }
/*.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }*/
.leftTabs .ui-tabs .ui-tabs-hide { display: none !important; }

/* Right aligned */
.rightTabs .ui-tabs { padding: .2em; zoom: 1; }
.rightTabs .ui-tabs .ui-tabs-nav { direction:rtl; list-style: none; position: relative; padding: .2em .2em 0; }
.rightTabs .ui-tabs .ui-tabs-nav li { position: relative; float: right; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.rightTabs .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; font-weight: bold; font-size: 1.1em;}
.rightTabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.rightTabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .rightTabs .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .rightTabs .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.rightTabs .ui-tabs .ui-tabs-nav li a, .rightTabs .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.rightTabs .ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; margin-top: 3px; }
.rightTabs .ui-tabs .ui-tabs-hide { display: none !important; }


.gvRowOdd {
  background-color: #eeece5;
}

.gvRowEven {
  background-color: #FFFFFF;
}

