/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #c78829;}
#TB_window a:visited {color: #c78829;}
#TB_window a:hover {color: #c78829;}
#TB_window a:active {color: #c78829;}
#TB_window a:focus{color: #c78829;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:900;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../media/image/1/macffbghack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #e5d3a1;
  z-index: 902;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

a#TB_closeWindowButton  {
  height: 20px;
  width: 20px;
  display: block;
  background: url(../media/image/btn_thickbox_close.gif) no-repeat;
}

#TB_closeAjaxWindow{
  padding: 10px 10px 5px 0;
  margin-bottom:1px;
  float:right;
  text-indent: -999em;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:20px 0 5px 10px;
  margin-bottom:1px;
  border-bottom: 1px solid #cebd90;
  color: #36332f;
  width: 430px;
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
  display: inline;
}
#TB_title{
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:20px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:903;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:899;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* Roastmaster Blog comment form
*********************************************/
div.yellowThickbox form ol {list-style: none;}
div.yellowThickbox form ol li { width: 390px; float: left; }
div.yellowThickbox form ol li.left { width: 207px; float: left; padding-right: 14px;}
div.yellowThickbox form ol li.right { width: 207px; float: left;}
div.yellowThickbox form label {
  display: block;
  color: #36332f;
  font-weight: bold;
  width: 200px;  
  padding-top: 3px;
}
div.yellowThickbox form li.left input, 
div.yellowThickbox form li.right input {
  width: 207px;
}
div.yellowThickbox form li textarea {
  width: 430px;
  height: 85px;
}
div.yellowThickbox form li.button { padding-top: 20px; width: 207px; }
div.yellowThickbox form li.privacy { width: 207px; float: right;  padding-top: 20px; font-size: 10px;}

div.yellowThickbox form li.captcha {padding-top: 10px;}
div.yellowThickbox form li.captcha label {width: auto;}

/* Coffee Rating comment form
*********************************************/
div#ratings img.coffeeLabel {float: left;}
div#ratings div#ratingInfo {float: left; width: 365px; color: #36332f; border-bottom: 1px solid #CEBD90; padding: 20px 0 10px; margin-lefT: 15px;}
div#ratings div#ratingInfo h1 {text-transform: uppercase; padding-bottom: 20px;}
div#ratings div#ratingInfo h2 {text-transform: uppercase; font-size: 110%;}
div#ratings div#ratingInfo p {color: #74644b;  padding: 0;}
div#ratings div#ratingInfo p b {color: #36332f;}

div#ratings div#ratingInfo form {float: right; text-align: center;}
div#ratings div#ratingInfo form h4 {text-transform: uppercase; padding:10px 0 10px 25px; font-size: 250%; width: 55px}
div#ratings div#ratingInfo form h4 span {font-size: 35%;}

div#ratings p.required {float: left; width: 400px; padding-top: 10px;}
div#ratings form ol li label {width: 400px;}
div#ratings form ol li.left label, div#ratings form ol li.right label {width: 200px;}
div#ratings form ol li {width: 450px;}
div#ratings form ol li.left, div#ratings form ol li.right,div#ratings form ol li.button {width: 207px;}
div#ratings form li.privacy {width: 200px;}

div#ratings form ol li.captcha label {width: auto;}
div#ratings form ol li.captcha input {width: 207px;} 

/* Coffee Review display
*********************************************/
div#ratings div#TB_closeAjaxWindow {padding: 0;}
div#ratings div#ratingInfo span.fauxLink {color:#c0750b; text-transform: uppercase; font-weight: bold; font-family:Tahoma,Verdana;}
div.yellowThickbox div.coffeeReviews { height: 265px; width: 470px;overflow:auto; float: left;} 
div.yellowThickbox div.review {
  width: 430px;
  border-bottom: 1px #CEBD90 solid;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #36332f;
}

div#ratings div.review h5 { font-size: 95%; float: left;}
div#ratings div.review p { width: 420px; float: left;}

div#TB_window div#ratings div.reviewVer { padding-bottom: 10px; margin-bottom: 10px;}
div#TB_window div#ratings div.reviewVer form h4 { float: left; padding: 0 10px 0 0;}
div#TB_window div#ratings div.reviewVer form { float: left; }
div#TB_window div#ratings div.reviewVer p {
  float: left;
  font-size: 93%;
  padding-top: 10px;
  width: 300px;
}

div.yellowThickbox form li label.check {float: left; font-weight: normal; width: 290px; padding-left: 10px; font-size: 95%;}
div.yellowThickbox form li label.check b {font-weight: bold;}
div.yellowThickbox form li input#optIn { float: left; margin-top: 5px;}

div.yellowThickbox div.review form.small {width: 80px; float: right; text-align: center;}
div.yellowThickbox div.review form.small h4 {text-transform: uppercase; font-size: 80%; }

div#errorContainer p {
  color: #CC0000;
  float: left;
  width: 450px;
}

/*********************************************
Coffee Review display
*********************************************/
body div#TB_window.summerPopup { background: none; }
.summerPopup div#TB_ajaxContent.summerPopup {padding: 0;}
div#TB_ajaxContent.summerPopup div.summerFormWrapper {
  background: url(http://cache.cariboucoffee.com/summer2011/bg_summer2001-popup.jpg) no-repeat;
  height: 256px;
  width: 806px;
  padding: 150px 20px 20px 87px;
}

.summerPopup a#btnClose {
  display: block;
  background: url(http://cache.cariboucoffee.com/summer2011/icon_close-popup.png) no-repeat;
  height: 53px;
  width: 53px;
  text-indent: -999em;
  outline: none;
  position: absolute;
  right: 20px;
  top: -27px;
}

.summerPopup a#noThanks {
  display: block;
  background: url(http://cache.cariboucoffee.com/summer2011/btn_noThanks.png) no-repeat;
  height: 69px;
  width: 484px;
  text-indent: -999em;
  outline: none;
  position: absolute;
  bottom: 110px;
}

.summerPopup a#txtClose {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  display: block;
  font-size: 13px;
  outline: none;
}

.summerPopup form { padding-top: 20px; }
.summerPopup div.labels { overflow: hidden; }
.summerPopup label {
  color: #295d85;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  width: 186px;
  display: block;
  float: left;
  padding-right: 11px;
}

.summerPopup div.inputs { overflow: hidden; height: 25px; }
.summerPopup input { float: left; margin-right: 5px}
.summerPopup input#popupemail,
.summerPopup input#popupemailConfirm { width: 186px; height: 20px;}
.summerPopup input#popupzip { width: 75px; height: 20px;}
.summerPopup input#popupbutton { height: 25px; }
div#TB_window .summerPopup a#details { padding-right: 240px;}

.summerPopup #popupError { color: #cc0000; font-weight: bold; width:475px;}
div#popupThanksContent .popUpClose { display: block; margin-top: 20px; }

div#TB_window .summerPopup #popupImgCopy { overflow: hidden; width: 100%; }
div#TB_window .summerPopup #popupImgCopy img { float: left;}
div#TB_window .summerPopup #popupImgCopy sup { padding-right: 256px; float: right; }
div#TB_window .summerPopup a sup { margin: 0;}
