/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	}

/* Sliding panel. */
#sliding-panel {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 410px;
	background-color:#d6d6d6;
	background-image: url(http://olivrodosprefacios.com/wp-content/themes/olivrodosprefacios/images/fundopainel.png);
	background-repeat: repeat-y;
	}

/* Widget container. */
#sliding-panel .panel-content {
overflow: hidden;
	width: 100%;
	height: 410px;
	padding: 0;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 140px;
       color:#4e4e4e;
	}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 47%;
	height: 410px;
	margin: 0;
	padding: 0 15px;
	color: #888;
	background: transparent;
	border: none;
   color:#4e4e4e;
	}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	padding: 0;
	color: #4e4e4e;
	text-transform: none;
	background: transparent;
	border: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
#sliding-panel p{
	padding: 0;
	color: #4e4e4e;
	text-transform: none;
	background: transparent;
	border: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	}	

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	margin: 0 0 10px 20px;
	list-style: square;
	}
#sliding-panel .widget ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget links. */
#sliding-panel .widget a {
	color: #4e4e4e;
	text-decoration: underline;
	}
#sliding-panel .widget a:hover {
	text-decoration: underline;
	}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: -1;
	z-index: 9999;
	height: 31px;
	/*border-top: 2px solid #040D12;*/
       background-color:#f1f1f1;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 35px;
	margin: 0 auto;
background-color:#f1f1f1;
	}

#sliding-panel .tab .slidebaixo{
top:-1px;
	height:5px;
	background-color:#f1f1f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	}



/* Open/close link. */
#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 100%;
	height: 25px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif !important;
	color: #fff;
  	background: #d5d5d5;
 	text-align: center;
	}

/* Open link. */
#sliding-panel .tab a.open {
        background-color: #d5d5d5;
	background-image: url(http://olivrodosprefacios.com/wp-content/themes/olivrodosprefacios/images/opentab.png);
	background-repeat: no-repeat;
        height: 25px;
	}

/* Close link. */
#sliding-panel .tab a.close {
	background-color: #d5d5d5;
	background-image: url(http://olivrodosprefacios.com/wp-content/themes/olivrodosprefacios/images/closetab.png);
	background-repeat: no-repeat;
height: 25px;
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	}