/* ///////////////// VNI Quotables CSS */

/* General */

.q-clear {
	clear: both;
}

#fw-mb-w1 #framework-base-main {
	margin-bottom: 40px;
}

/* Step 1 */

.quotables-step {
	margin:0 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}


/* Map */

div #info-Region {
	padding:0;
}

div.map {
	background-image:url(/assets/sol/sp/cloud_index/highlights_tool/images/map/map.jpg);
	width:700px;
	height:398px;
	position:relative;
	overflow: hidden;
}

.map .mapRegion {
  position: absolute;
  top: 0;
  left: 0;
}

#lookBelow {
  color: #065985;
  position: absolute;
  bottom: 20px;
  left: 270px;
  display: none;
  z-index: 10;
  border: 2px solid #065985;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

#highlightNA  { z-index:2; }
#highlightLA  { z-index:3; }
#highlightGB  { z-index:4; }
#highlightMEA { z-index:5; }
#highlightWE  { z-index:6; }
#highlightAP  { z-index:7; }
#highlightJP  { z-index:8; }
#highlightCEE { z-index:8; }

#highlightNA-on  { z-index:10; }
#highlightLA-on  { z-index:10; }
#highlightGB-on  { z-index:10; }
#highlightMEA-on { z-index:10; }
#highlightWE-on  { z-index:10; }
#highlightAP-on  { z-index:10; }
#highlightJP-on  { z-index:10; }
#highlightCEE-on { z-index:10; }

#mainMap { 
  z-index:20; 
  position: absolute;
  top: 0;
  left: 0;
}


#quotables-title {
	font-weight: normal;
	font-size: 18px;
	color: #444444;
	margin:0 0 8px 0;
}

.mapHot {
	cursor:pointer;
}

/* Country Selector */

#info-Country{
	background-image: url(/assets/sol/sp/cloud_index/highlights_tool/images/country_background.jpg);
}

#Q-country-selector {
	margin: 15px 0 0 20px;
	height: 250px;
}

#Q-country-selector .global{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

#Q-country-selector input{
	margin-right: 8px;
}

#Q-country-selector .col{
	width:160px;
	float:left;
}

#Q-country-selector .main,
#Q-country-selector .sub {
	margin-bottom: 7px;
	display:block;
}

#Q-country-selector .main {
	font-weight: bold;
	margin-top: 20px;
}

#Q-country-selector .sub {
	margin-left: 25px;
}

#Q-country-selector .lineSpacer{
	margin-right:22px;
}



/* Step 2 */

#q-step-2 {
	margin:20px 0 20px 15px;
}


/* Category Select */


#Q-Category-Select {
	border-bottom: solid 4px #dddddd;
}

#Q-Category-Select .col{
	width:200px;
	float:left;
	padding: 0 0 17px 24px;
}

#Q-Category-Select .first {
	width:208px;
}

#Q-Category-Select .last {
	padding: 0 0 10px 3px;
}

#Q-Category-Select .col input{
	display:inline-block;
	margin: 0 5px 15px 0;
}

#Q-Category-Select table {
  width: 100%;
  margin-left: 20px;
}

#Q-Category-Select table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

#Q-Category-Select table td.narrow {
  padding-top: 0;
  width: 20px;
}

#Q-Category-Select table td.category{
  padding-top: 0;
  width: 187px;
}


/* Quotes */

#Q-quote-holder {
	margin-left: 15px;
}

#Q-quote-holder .quoteHeader {
	font-family: Arial;
	font-size: 26px;
	color:#666666;
	font-weight: normal;
	margin: 20px 20px 0 0;
}

#Q-quote-holder p{
	margin:20px 20px 10px 20px;
}

#Q-quote-holder h4{
	color:#666666;
	border-bottom: solid 3px #dddddd;
	padding:20px 0 5px 5px;
	font-size: 14px;
	margin:0;
	background-image: url('/assets/sol/sp/cloud_index/highlights_tool/images/accordion_right_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	cursor:pointer;
}

#Q-quote-holder h4.open{
	background-image: url('/assets/sol/sp/cloud_index/highlights_tool/images/accordion_down_arrow.png');
}




