/**
 * jQuery.popover example stylesheet.
 * By Davey IJzermans
 * http://daveyyzermans.nl
 * 
 * License: public domain
 */

.popover {
	position: absolute;
	top: 0; left: 0;
	width: 300px;
	display: none;
}
.popover.wider {
	width: 340px;
}
.popover.large {
	width: 470px;
}
.popover .arrow, .popover .top-arrow {
	position: absolute;
	top: 0;
	right: 55px;
	margin-top: -13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #7FCBCD;
}
.popover .bottom-arrow {
	top: 100%; left: 50%;
	margin: 0 0 0 -3px;
	border-top: 10px solid #121212;
	border-bottom: 10px solid transparent;
}
.popover .left-arrow {
	top: 50%; left: -10px;
	margin: -3px 0 0;
	border-right: 10px solid #121212;
	border-bottom: 10px solid transparent;
}
.popover .right-arrow {
	top: 50%; left: 100%;
	margin: -3px 0 0;
	border-left: 10px solid #121212;
	border-bottom: 10px solid transparent;
}
.popover .wrap {
	background: white;
	border: 1px solid #7FCBCD;
	border-top: 3px solid #7FCBCD;
	margin-top: 4px;
}
.popover .empty {
	text-align: center;
	font-weight: bold;
}
.popover .title {
	background: #121212 url(https://search.webdepozit.sk/webarchiv/public/20161007092151/https://store.arduino.cc/includes/templates/tnkshop/css/popover_gradient.png) repeat-x;
	color: white;
	font-size: 1.3em;
	text-align: center;
	padding: 8px 0 0 0;
	height: 27px;
}
.popover .content {
	overflow: auto;
	line-height: 1.3em;
	font-size: 0.7em;
}
.popover.large .content {
}

.popover ul {
	border: 0px;
	margin: 5px;
	padding: 5px;
	max-height: 310px;
	overflow: auto;
}

.popover ul li {
	list-style: none;
	padding: 6px;
}
.popover ul li:not(:last-child) {
	border-bottom: 1px solid #D5E9E9;
}

.popover ul li div {
	display: block;
	padding-left: 70px;
}

.popover ul li div p {
	padding: 0px;
	margin: 0px;
}

.popover img {
	margin-right: 20px;
	float: left;
}

.popover .qty {
	margin-left: 10px;
}

.popover .buttons {
	background-color: #F6FAFA;
	border-top: 1px solid #D5E9E9;
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: center;
}

.popover .buttons .button {
	width: 40%;
	margin: 0px;
	font-size: 1.2em;
}






/*
     FILE ARCHIVED ON 9:21:51 Oct 7, 2016 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 8:13:00 Aug 2, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
