/* global */
@font-face {
    font-family: 'sonrisa_thinthin';
    src: url('sonrisa-thin-trial-webfont.eot');
    src: url('sonrisa-thin-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('sonrisa-thin-trial-webfont.woff') format('woff'),
         url('sonrisa-thin-trial-webfont.ttf') format('truetype'),
         url('sonrisa-thin-trial-webfont.svg#sonrisa_thinthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RalewayThin';
	src: url('raleway_thin-webfont.eot');
	src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
		 url('raleway_thin-webfont.woff') format('woff'),
		 url('raleway_thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  font-size: 1.2em;
  font-weight: normal;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(images/spinner.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #0c0d06;
	color: #FFFFFF;
  z-index: 1000;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2d8a7');
	background: -webkit-linear-gradient(#ffffff, #f2d8a7);
	background: -moz-linear-gradient(#ffffff, #f2d8a7);
	background: -o-linear-gradient(#ffffff, #f2d8a7);
	background: linear-gradient(#ffffff, #f2d8a7);
	*/
	z-index: 500;
}
.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 2px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #25261c;
	color: #de4538;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 5px;
}
.cluetip-default div#cluetip-close { 
  font-size: 1em;
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* Cart styling */
.popCartPic {
	width: 60px;
	float: left;
	}

.popCartText {
	width: 200px;
	float: left;
	}
	
.popCartEmpty {
	width: 20px;
	float: left;
	}	

#cartEmpty {
	margin: auto;
	text-align: center;
	font-size: 1.6em;
	}
	

#menuTip {
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}	


#menuTipPhoto {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid #25261c;
}

#menuTipTextBlock {
	float: left;
	padding-left: 10px;
	position: relative;
	margin-left: -1px;
	margin-top: 10px;
	border-left: 1px solid #25261c;
}

.mTTTitle {
	border-bottom: 2px solid #25261c;
	font-family: 'sonrisa_thinthin';
	font-size: 2.2em;
	color: #9f9dff;
	padding-bottom: 4px;
	width: 125px;
}

.mTTAbstract {
	font-family: 'RalewayThin';
	font-size: 1.3em;
	color: #8c8c88;
	padding-top: 4px;
	width: 125px;
}

.tipPhoto {
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	

a.plainLink:link, a.plainLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color:#d9bea7;
	}
	
a.plainLink:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9bea7;	
	}
	

.moreText {
	font-family: 'RalewayThin';
	font-size: 1.5em;
	color: #8c8c88;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 580px;
	 position: absolute !important;
	 left: 20px;
	 right: 20px;
}

a.closeLink:link, a.closeLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-decoration: none;
	color:#d9bea7;
	}
	
a.closeLink:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9bea7;	
	}
