/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #c7c7c7;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #c7c7c7;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #FFF;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;

}
.prototip .hint .toolbar {
	background: #c7c7c7;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }


/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #000;

}
.prototip .darkgrey .toolbar {
	background: #bf2296;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #FFF;
	margin: 5px;
	padding: 7px;
	width: auto;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;

	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */




/* MODS */
.prototip .default { height: auto; width: 210px; color: #888 }
.prototip .auto-refill {width:160px !important}
.prototip .default .content {/* background: #fff !important;*/ font: 11px Arial, Helvetica, sans-serif; /*padding: 10px*/ }
.prototip_Stem { bottom: 1px !important }
/*
.prototip_StemImage { background-image: url(../images/prototip/bottom_arrow.png) !important; height: 9px !important; width: 13px !important }
.prototip .prototip_StemBox .default .content {background:#fff !important; padding:10px}
*/
.prototip_StemImage {height:13px !important}
.prototip_Stem { overflow: visible; }
.prototip .prototip_StemBox .default {background:#fff !important; padding:10px}
.prototip .prototip_StemBox .default .content {padding:0}
.prototip .default .toolbar { background:#fff; border-top:0; border-bottom:0; color: #444; height: auto; }
.prototip .default .toolbar > div { padding: 0; }
#retail_locations_tooltip { padding: 0 5px }
#retail_locations_tooltip h4 { /*color: #BF2296;*/ color:#333333; font-size: 13px }
#retail_locations_tooltip a { width: 90px; display: inline-block; padding: 5px 0 0; color: #888 }
#retail_locations_tooltip a:hover { color: #BF2296; text-decoration: none }


.prototip .prototip_StemBox .checkout {padding: 0px 10px 15px;}