/**
 * SqueezeBox - Expandable Lightbox
 */

#sbox-overlay {
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	zoom: 100%;
}

#sbox-window {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -15px;
	top: -15px;
	background: url(closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #FFFAE6;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: visible;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(bg_nw.png) no-repeat;
}
a:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none;}
a:visited { text-decoration: none; }
a:hover {  color: #CC0000; text-decoration: underline}
a:active {  color: #666666; text-decoration: underline}

/**
 * Table for page style
 */

.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;}
.style9 {color: #660000}
.style12 {font-size: 12px}
.style13 {font-family: Arial, Helvetica, sans-serif}
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000; }
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
.style17 {color: #000000}
.style19 { color: #990000; font-weight: bold; }
.style20 {color: #990000}
.style22 {color: #CC0000}
.style23 {color: #333333}
.style24 {font-size: 10px}
.style27 {	color: #CCCCCC;
	font-size: 14px;
}

.style28 {color: #990000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style30 {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {font-size: 24px}
.style33 {color: #0066FF}
.style34 {color: #009900}

#DominicanaMapHolderMain {
	background-image: url(../images/gps_map_dominican_republic_garmin.jpg);
	position: absolute;
	width: 1024px;
	height: 1000px;
	left: 50%;
	top: 14px;
	margin-left: -512px;
	z-index: 1;
	
}
.drop-menu {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px 5px;
	font-size: 14px;
	height: 21px;
	max-height: 23px;
	width: 477px;
	background-image: url(../img/70_percent.png);
	cursor: pointer;
	font-family: Georgia, Arial;
	border: 1px solid #f6f0e4;
	-webkit-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
}
.plus2 {
	display: inline-block;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
	}
.plus {
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
	}
.drop-menu:hover {
	border: 1px solid #fff;
	}
.drop-menu:hover .sub-menu {
	display: inline-block;
	}
.drop-menu:hover .plus {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	}
.sub-menu {
	display: none;
	width: 471px;
	background-image: url(../img/91_percent.png);
	padding: 7px 7px;
	margin-left: -5px;
	margin-top: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	}
.sub-menu li {
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #eaeaea;
	font-size: 12px;
	height: 20px;
	padding: 2px 0;
	}
.sub-menu li img {
	margin-right: .5em;
	}
.sub-menu li:hover {
	border-bottom: 1px dotted #bababa;
	}
.ramka {
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}