/* Homepage CSS */

/* Global CSS */

/* =Contents
**********************************
	Undo HTML
	Base Rules
	Access Keys 
	Header
	Footer
	Nav Left
	Nav Super 
	Wrap Content
	Search Homepage
	Search Channels
	Channel Headers 
	Homepage
	Components
*/

/* =Undo HTML: http://meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss 
**********************************/

:link, :visited { text-decoration: none; }

ul,ol { list-style: none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select
{ margin: 0; padding: 0; }

img, a img, :link img, :visited img { border: none; }

address { font-style: normal; }

/* =Base Rules
**********************************/



#wrap-header {
	height: 128px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bg-header.jpg) no-repeat center;
}

#wrap-middle {
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bg-tile-grey.gif) repeat-y center;
}

#wrap-footer {
	margin: 0 auto;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/footer-main.gif) no-repeat center top;
}

#header {
	margin: 0 auto;
	height: 128px;
	width: 765px;
	background: #600 url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bg-header.jpg) no-repeat center;
	text-align:left;
}

#middle {
	margin: 0 auto;
	width: 765px;
	text-align:left;
	clear:both;
}

#footer {
	margin: 0 auto;
	width: 765px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/footer-main.gif) no-repeat center top;
	text-align:left;
	padding: 65px 0 0.8em 0;
}

.remove-borders {
	border: none !important;
}

.remove-margins {
	margin: 0 !important;
}

.remove-left-margin {
	margin-left: 0 !important;
}

.clear {
	clear:both;
}

.hide {
	display: none;
}

/* =General 
**********************************/

.component {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #d1d1d1;
}

.ad-mpu {
	margin-top: 10px;
	border: none;
	background: none;
}

.component h3 a {
	text-decoration:none;
}

.component h3.grey {
	color: #333;
}

.component h3.grey a {
	color: #333;
}

.component h3.red {
	color: #c00;
}

.component h3.red a {
	color: #c00;
}

.red-italics {
	font-style: italic;
	color: #cc0000;
	padding: 0 0 0.2em 0;
}

.red {
	color: #cc0000;
}

.advert {
	background: #fff url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/txt-advert.gif) top right no-repeat;
}

/* =Access Keys   
**********************************/

.access-keys {
	padding: 0;
	position: absolute;
	left: -5000px;
	height: 0;
	float: left;
}

/* =Header 
**********************************/

#header h1 {
	display: none;
}
 
ul#nav-global {
	padding: 5px 0 0 0;
	font-size: 0.9em;
	float: right;
}

ul#nav-global li {
	padding: 0 0 0 16px;
	color: #fff;
	display: inline;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-nav-global-white.gif) 5px 50% no-repeat;
}

ul#nav-global li a {
	color: #fff;
	text-decoration: none;
}

ul#nav-global li a:hover {
	text-decoration: underline;
}

li.remove-bullet {
	padding: 0 !important;
	background: none !important;
}

li.remove-border {
	border: none !important;
}

#header-logo {
	position: absolute;
	top: 19px;
}

#header-banner {
	margin: 5px 0 0 0;
	clear: both;

	float:right;
	width:300px !important;
	height:60px;
}

/* =Footer 
**********************************/

#footer ul {
	font-size: 0.9em;
}

#footer li {
	padding: 6px 0 6px 16px;
	display: inline;
	line-height: 1.5em;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-nav-footer-white.gif) 7px 50% no-repeat;
}

#footer li a {
	color: #e9e9e9;
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* =Nav Left 
**********************************/

.nav-left {
	width: 135px;
	float: left;
}

.nav-left h2 {
	display: none;
}

.nav-left ul {
	margin: 10px 0 0 0;
	font-weight: normal;
	background: #fff;
}

.nav-left ul ul {
	margin: 1px 0 0 0;
	padding: 0.5em 0;
	font-size: 1em;
}

.nav-left li {
	border-bottom: 1px solid  #e9e9e9;
}

.nav-left li a {
	padding: 0.22em 0 0.2em 10px;
  	width:130px;
	display: block;
	color: #333;
}

.nav-left li a:hover {
	background: #ffe600;
}

.nav-left li li {
	border: none;
	font-size: 0.9em;
}

.nav-left li li a {
  	width:135px;
	padding: 0.1em 0 0.2em 20px;
	color: #666;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-sml-grey.gif) -9999px no-repeat;
}

.nav-left li li a:hover {
	background: #fff url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-sml-grey.gif) 10px 45% no-repeat;
	color: #000;
}


.nav-left li.selected {
	font-weight: bold;
	background: #ffe600;
	color: #000;
}

.nav-left li li.selected a {
	font-weight: bold;
	background: #fff url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-sml-grey.gif) 10px 45% no-repeat !important;
	color: #000 !important;
}

.nav-left-red a {
	background: #c00 !important;
	color: #fff !important;
}

.nav-left-red a:hover {
	background: #900 !important;
	color: #fff !important;
}

.nav-left-grey a {
	background: #ccc !important;
	color: #333 !important;
}

.nav-left-grey a:hover {
	background: #aaa !important;
	color: #333 !important;
}



/* =Wrap Content 
**********************************/

.wrap-content {
	width: 620px;
	color: #333;
	float: right;
}

.wrap-content a {
	text-decoration: underline;
}

.wrap-content a:hover {
	text-decoration: underline;
}

/* =Search Homepage
**********************************/

.search-homepage-wrap {
	width: 610px;
	background: #600;
	float: right;
}

.search-homepage {
	margin: 10px 0 10px 0;
}

.search-homepage label {
	margin: 4px 4px 0 8px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	float: left;
}

.search-homepage #search-box {
	padding: 1px 2px 1px 2px;
	width: 350px;
	float: left;
}

.search-homepage select {
	margin: 0 0 0 7px;
	float: left;
}

.search-homepage .search-btn {
	margin: 1px 6px 0 0;
	float: right;
}

 
/* =Component Columns
**********************************/

.wrap-components-3col {
	margin: 0 0 0 1px;
	width: 417px;
	float: left;
	display: inline;
}

.wrap-components-2col {
	margin: 0 0 0 0px;
	width: 300px;
	float: left;
	display: inline;
}

.wrap-components-1col {
	margin: 0 0 0 10px;
	width: 145px;
	float: left;
	display: inline;
}


/* =Contents
**********************************
	Homepage welcome
	Splash Lead Home
	Comms Panel Home
	News Summary Home
	Shopping
	Splash Micro Set 4 Table
*/

.nav-left h2.show {
	text-indent: 0;
	height: 15px;
	background: #ccc;
	display: block;
	margin: 10px 0 1px 0;
	color: #333;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
}

.nav-left ul {
	margin-top: 0;
}

.nav-left ul.hide-h2 {
	margin-top: 10px;
}

/* =Homepage welcome
**********************************/

.homepage-welcome {
	margin: 2px 0 4px 10px;
}

.homepage-welcome h2 {
	margin: 0;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #000;
	float: left;
}

.homepage-welcome p {
	padding: 0.3em 0 0 0;
	font-size: 0.9em;
	float: right;
}

/* =Splash Lead Home
**********************************/

.splash-lead-home {
	margin-top: 0;
	font-size:0.9em;
	z-index: 10;
	overflow: hidden;
	width: 417px;
	position: relative;
}

.splash-lead-home h3.top-stories {
	height: 0;
	display: none;
	text-indent: -9999px;
}

.splash-lead-home #lead-tab-area-2,
.splash-lead-home #lead-tab-area-3 {
	display:none;
}

.splash-lead-home .tabs ul li {
	display:inline;
}

.splash-lead-home .tabs ul li a {
	display:block;
	float:left;
	padding: 6px 0 4px 12px;
	width: 126px;
	font-size: 1.1em;
	text-decoration: none;
}

.splash-lead-home .tabs ul li a:hover {
	text-decoration: none;
}

.splash-lead-home .tabs ul li.tab-1 a,
.splash-lead-home .tabs ul li.tab-2 a,
.splash-lead-home .tabs ul li.tab-3 a {
	color:#fff;
	cursor:pointer;
	border-left:1px solid #e9e9e9
}

.splash-lead-home .tabs ul li.tab-1 a {
	border-left:none;
}

.splash-lead-home #lead-tab-area-1 .tabs ul li.tab-1 a,
.splash-lead-home #lead-tab-area-2 .tabs ul li.tab-2 a,
.splash-lead-home #lead-tab-area-3 .tabs ul li.tab-3 a{
	font-weight:bold;
	color:#fff;
	background: #c00;
}

.splash-lead-home #lead-tab-area-1 .tabs ul li.tab-3 a,
.splash-lead-home #lead-tab-area-1 .tabs ul li.tab-2 a,
.splash-lead-home #lead-tab-area-2 .tabs ul li.tab-1 a,
.splash-lead-home #lead-tab-area-2 .tabs ul li.tab-3 a,
.splash-lead-home #lead-tab-area-3 .tabs ul li.tab-2 a,
.splash-lead-home #lead-tab-area-3 .tabs ul li.tab-1 a{
	background: #000;
	border-bottom:1px solid #e9e9e9;
}
.splash-lead-home #lead-tab-area-1 .tabs ul li.tab-3 a:hover,
.splash-lead-home #lead-tab-area-1 .tabs ul li.tab-2 a:hover,
.splash-lead-home #lead-tab-area-2 .tabs ul li.tab-1 a:hover,
.splash-lead-home #lead-tab-area-2 .tabs ul li.tab-3 a:hover,
.splash-lead-home #lead-tab-area-3 .tabs ul li.tab-2 a:hover,
.splash-lead-home #lead-tab-area-3 .tabs ul li.tab-1 a:hover{
	background: #ffe600;
	color: #000;
}



/* lead primary content area */

.splash-lead-home .content {
	clear:left;
	position:relative; 
	width:417px; 
	height: 170px;
	overflow:hidden;
	z-index:1; 
	background: #600 url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-lead-home-bg-rt.jpg) right no-repeat;
}

.splash-lead-home .content .left {
	color: #fff;
	width: 200px;
	height: 170px;
	float: left;
}

.splash-lead-home .content .right {
	color: #333;
	width: 205px;
	height: 170px;
	float: right;
	background: #fff;
	overflow: hidden;
}

.splash-lead-home .content .right a {
	color:#333;
}

.splash-lead-home .content .apply-branding {
	background:none;
	color: #fff;
}

.splash-lead-home .content .apply-branding a {
	color: #fff;
}

.splash-lead-home .content .black {
	background: #000;
	color: #fff;
}

.splash-lead-home .content .black a {
	color:#fff;
}

.splash-lead-home .right h3 {
	padding: 0;
	margin: 10px 10px 0 10px;
	font-size: 1.6em;
}

.splash-lead-home .right h3 a {
	color: #fff;
	text-decoration: none;
}

.splash-lead-home .right h3 a:hover {
	color: #000;
	text-decoration: none;
	background: #ffe600;
}

.splash-lead-home .right p {
	font-size: 1.1em;
}

.splash-lead-home .right p.item-1 {
	margin: 0.5em 10px 0 12px;
}

.splash-lead-home .right .chevron {
	font-size: 0.9em;
}

.splash-lead-home .right .chevron a {
	padding: 0 0 0 0;
	text-decoration: underline !important;
}

.splash-lead-home .right .chevron a:hover {
	text-decoration: none !important;
}

.splash-lead-home .content .right ul {
	margin: 10px 20px 0 12px;
}

.splash-lead-home .content .right li {
	margin: 0 0 3px 0px;
	padding: 0 0 0 10px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) no-repeat 0px 5px;
}

.splash-lead-home .content .right li a {
	text-decoration: none;	
}

.splash-lead-home .content .right li a:hover {
	text-decoration: underline;
}

/* lead secondary content area */

/* content area */

.splash-lead-home .dyn-layer-holder {
	clear: both;
	position:absolute;
	top:141px;
	width:417px;
	overflow:visible;
	z-index:10;
	left: 0;
}

.splash-lead-home .dyn-layer {
	position:absolute;
	z-index:10;
	top: 0;

}

.splash-lead-home .dyn-content {
	height:170px;
	width:417px;

}

.splash-lead-home .layer-content a {
	position:relative;
	color:#fff;
	z-index:201;
	cursor:pointer;
}


/* up/down button */

.splash-lead-home .more {
	position:relative; 
	z-index:201;  
	text-align:right;
	margin:8px 10px 5px; 
	padding-right:18px; 
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/more.gif) no-repeat 100% 0px; 
	color:#fff; 
	cursor:pointer;
}

.splash-lead-home .more a {
	color: #fff;
	text-decoration: none;
}

.splash-lead-home .more a:hover {
	color: #ffe600;
	text-decoration: none;
}

.splash-lead-home .hide {
	display:none;  
	
}

/* layer content */

.splash-lead-home .layer-content h3 {
	position:relative; 
	z-index:201;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/h-todays-essentials.gif) no-repeat;
	text-indent: -9999px;
	top: 20px;
	left: 246px;
}

.splash-lead-home .layer-content .splash-wrap {
	margin: -2px 0 0 0; /* weird refresh bug if padding used */
	padding: 0 0 0 20px;
	width: 200px; 
	position:relative; 
	z-index:201;
	float: left;
}

.splash-lead-home .layer-content .splash {
	padding: 0 0 19px 0;
}

.splash-lead-home .layer-content .splash img {
	margin: 0 10px 0 0;
	border: 1px solid #fff;
	background: #000;
	float: left;
}

.splash-lead-home .layer-content .splash p {
	cursor:pointer;
}

.splash-lead-home .layer-content .splash a {
	text-decoration: none !important;
	color: #fff;
}

.splash-lead-home .layer-content .splash a:hover {
	text-decoration: underline !important;
	color: #ffe600;
}

.splash-lead-home .layer-content ul.links {
	margin: 30px 0 0 0;
	width: 180px; 
	position:relative; 
	z-index:201;
	float: left;
top:-35px;
}

.splash-lead-home .layer-content ul.links li {
	padding: 0 0 0.2em 15px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-white.gif) 3px 0.4em no-repeat;
}

.splash-lead-home .layer-content ul.links li a {
	text-decoration: none;
}

.splash-lead-home .layer-content ul.links li a:hover {
	color: #ffe600 !important;
	text-decoration: underline;
}

.splash-lead-home .layerBg {
	position:absolute; 
	top:0;
	left:0;
	z-index:199;
	height:165px;
	width:417px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-lead-home-more-bg.png) no-repeat 0 0;
}



/* =Comms Panel Home
**********************************/

.wrap-comms-panel {
	margin: 0;
	width: 155px;
	float: left;
	display: inline;
}

.comms-panel-top {
	min-height: 160px;
	margin: 0;
	padding: 0;
	width: 153px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.comms-panel-top ul {
	padding: 0;
	margin: 0;
}

.comms-panel-top ul a:hover {
	color: #c00;
}

.comms-panel-top li a {
	color: #333;
	text-decoration:none;
}

.comms-panel-top ul.useful {
	padding: 0px;
}

.comms-panel-top ul.useful li {
	padding: 0;
	margin: 0 8px;
}

.comms-panel-top ul.useful li a {
	font-size: 0.9em;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	display: block;
}

.comms-panel-top ul.useful li.item-1 a {
	padding: 0.9em 0 0.8em 30px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/icon-mail-2.gif) 0px 50% no-repeat;
}

.comms-panel-top ul.useful li.item-2 a {
	padding: 0.7em 0 0.8em 30px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/icon-weather-2.gif) 0px 50% no-repeat;
}

.comms-panel-top ul.useful li.item-3 a {
	padding: 0.7em 0 0.8em 30px !important;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/icon-customer-zone-2.gif) 0px 50% no-repeat;
}

.comms-panel-top ul.virgin {
	margin: 0.5em 8px 0 8px;
	text-indent: none;
	font-size: 0.9em;
}

.comms-panel-top ul.virgin li {
	padding: 0 0 0.3em 13px;
	background: #fff url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) 2px 0.55em no-repeat;
}


.comms-panel-btm {
	margin: 0;
	min-height: 5px;
	background: #fff url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/comms-brand-bg.gif) no-repeat bottom;
	width: 153px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

*html .comms-panel-btm {
	height: 35px !important;
}

.comms-panel-btm p {
	float: right;
	margin: 12px 10px 0 0;
	padding: 0 18px 0 0;
	color: #fff;
	text-align: right;
	font-size: 0.9em;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-square-white-right.gif) right no-repeat;
	display: inline;
}

.comms-panel-btm p a {
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.comms-panel-btm p a:hover {
	text-decoration: none;
	color: #ffe600;
}

/* =News Console 2 col Home
**********************************/

.news-summary-home {
	margin-top: 10px;
	border: 1px solid #ccc;
	font-size:0.9em;
	background: #fff;
	position: relative;
	left: 1px;
}

.news-summary-home .console-tabs {
	float: left;
	position: relative;
}
.news-summary-home .console-tabs ul li {
	display:inline;
}
.news-summary-home .console-tabs ul li a {
	display:block;
	float:left;
	padding: 0.4em 2px 0.4em 10px;
	width: 86px;
	font-size: 1.1em;
	text-decoration: none !important;
}

.news-summary-home .console-tabs ul li.tab-1 a,
.news-summary-home .console-tabs ul li.tab-2 a,
.news-summary-home .console-tabs ul li.tab-3 a {
	color:#666;
	cursor:pointer;
	border-left:1px solid #ccc;
}
.news-summary-home .console-tabs ul li.tab-1 a {
	width: 88px;
	border-left:none;
}
.news-summary-home #threePanelContentPanel1 .console-tabs ul li.tab-1 a,
.news-summary-home #threePanelContentPanel2 .console-tabs ul li.tab-2 a,
.news-summary-home #threePanelContentPanel3 .console-tabs ul li.tab-3 a{
	font-weight:bold;
	color:#c00;
	background: #fff;
}

.news-summary-home #threePanelContentPanel1 .console-tabs ul li.tab-3 a, 
.news-summary-home #threePanelContentPanel1 .console-tabs ul li.tab-2 a,
.news-summary-home #threePanelContentPanel2 .console-tabs ul li.tab-1 a,
.news-summary-home #threePanelContentPanel2 .console-tabs ul li.tab-3 a,
.news-summary-home #threePanelContentPanel3 .console-tabs ul li.tab-2 a,
.news-summary-home #threePanelContentPanel3 .console-tabs ul li.tab-1 a{
	background: #fff;
	border-bottom:1px solid #ccc;
}	
.news-summary-home #threePanelContentPanel1 .console-tabs ul li.tab-3 a:hover,
.news-summary-home #threePanelContentPanel1 .console-tabs ul li.tab-2 a:hover,
.news-summary-home #threePanelContentPanel2 .console-tabs ul li.tab-1 a:hover,
.news-summary-home #threePanelContentPanel2 .console-tabs ul li.tab-3 a:hover,
.news-summary-home #threePanelContentPanel3 .console-tabs ul li.tab-2 a:hover,
.news-summary-home #threePanelContentPanel3 .console-tabs ul li.tab-1 a:hover{
	background: #ffe600;
	color: #000;
	text-decoration:none;
}
.news-summary-home .three-panel-headline {
	clear:left;
	padding:0px;
}
.news-summary-home .three-panel-headline img {
	border: 1px solid #e9e9e9;
	float:left;
	padding:0;
}
.news-summary-home .three-panel-headline-content {
	padding: 5px 10px 5px 10px;
}
.news-summary-home .three-panel-headline-content h4 {
	padding: 0px 0 2px 0;
}
.news-summary-home .three-panel-headline-content h4 a {
	color: #333;
	text-decoration: none;
}
.news-summary-home .three-panel-headline-content h4 a:hover {
	color: #c00;
	text-decoration: underline;
}
.news-summary-home .three-panel-links {
	margin: 0 0 0 10px;
	padding: 12px 0 0 0;
	width: 250px;
	clear: both;
}

.news-summary-home .three-panel-links ul {
	margin: 0;
	padding: 0;
}

.news-summary-home .three-panel-links ul li {
	margin: 0 0 0 0;
	padding: 0 0 0.2em 12px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) no-repeat 0px 0.6em;
}

.news-summary-home .three-panel-links ul li.item-1 {
	font-weight: bold;
}

.news-summary-home .three-panel-links ul li a {
	color:#333;
	text-decoration: none;
}

.news-summary-home .three-panel-links ul li a:hover {
	color:#c00;
	text-decoration: underline;
}

.news-summary-home .more {
	margin: -2px 10px 5px 0;
	text-align: right;
}

.news-summary-home .more a {
	text-decoration: none;
	color: #666;
}

.news-summary-home .more a:hover {
	text-decoration: underline;
	color: #c00;
}

.news-summary-home .showbiz {
	margin: 0 0 0 0;
	padding: 5px 5px 5px 10px;
	background: #eee;
}

.news-summary-home .showbiz img {
	margin: 0 8px 0 0;
	float: left;
}

.news-summary-home .showbiz p {

}

.news-summary-home .showbiz a {
	color: #333;
	text-decoration: none;
}

.news-summary-home .showbiz a:hover{
	color: #c00;
	text-decoration: underline;
}

/* =Splash Nano Set
**********************************/

.splash-nano-set {
	border:1px solid #ccc;
	font-size:0.9em;
	color:#333;
}

.splash-nano-set h3 {
	color: #c00;
	padding: 7px 0 6px 10px;
	font-size:1.2em;
	border-bottom: 1px solid #e9e9e9;
}
	
.splash-nano-set .divide {
	border-top: #e9e9e9 1px solid;
	display:block;
	padding:0 0 7px 0;
}

.splash-nano-set a {
	color:#333;
	text-decoration:none;
}

.splash-nano-set a:hover {
	color:#c00;
	text-decoration:underline;
}


.splash-nano-set ul {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	float:left;
}


.splash-nano-set ul ul {
	margin-top: 0;
}

.splash-nano-set ul li.blank {
	float:left;
	padding-bottom:10px;
}

.splash-nano-set ul.list ul {
	padding: 0 10px 0 52px;
	float:none;
}


.splash-nano-set ul.list li img {
	margin: 0 0 0 0;
	border: 1px solid #eee;
	float:left;
}

/* =Splash Mini/Advertorial
**********************************/

.splash-mini {
	padding: 10px 10px 10px 0;
	font-size: 0.9em;
}

.splash-mini h3 {
	width: 180px;
	margin: 1px 0 1px 0;
	float: right;
	clear: both;
	font-size: 1.1em;
}

.splash-mini img {
	margin: 0 0 0 10px;
	float:left;
}

.splash-mini p {
	width: 180px;
	padding: 3px 0 0 0;
	float: right;
}

.splash-mini ul {
	width: 180px;
	padding: 5px 0 0 0;
	float: right;
}

.splash-mini li {
	padding: 0 0 0.1em 12px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) 0 50% no-repeat;
}

.splash-mini li a {
	color: #333;
	text-decoration:none;
}

.splash-mini .btn-wrap {
	clear: right;
	padding: 3px 0 0 0;
}

.splash-mini .btn-wrap a {
	padding: 2px 3px 1px 22px;
	background: #ccc url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-black-btn-bg.gif) -12px 50% no-repeat !important;
	color: #333;
	float: right;
	font-size: 1em;
	text-decoration: none;
}

.splash-mini .btn-wrap a:hover {
	background: #FFE600 url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arw-black-btn-bg.gif) -12px 50% no-repeat !important;
	text-decoration: none;
}




/* =Shopping
**********************************/

.buy-sell h3 {
	margin: 10px 0 0 10px;
	font-size:1em;
	color:#c00;
}

.buy-sell .buy-sell-search  {
	margin: 10px;
	display:block;
	margin-top: 5px;
	border:1px solid #e9e9e9;
	font-size:0.9em;
}

.buy-sell .buy-sell-search .buy-sell-search-promo {
	margin: 10px 0 0 0;
	padding: 0 15px 8px 12px;
	border-bottom: 1px solid #e9e9e9;
}

.buy-sell .buy-sell-search .buy-sell-search-promo img {
	float: left;
}

.buy-sell .buy-sell-search .buy-sell-search-promo .buy-sell-promo-listing {
	padding: 5px 0 12px 130px;
	font-size:1.1em;
}

.buy-sell .buy-sell-search .buy-sell-search-promo .buy-sell-promo-listing h4 {
	text-align: right;
}

.buy-sell .buy-sell-search .buy-sell-search-promo .buy-sell-promo-listing a {
	display:block;
	margin-top:3px;
	padding: 0 20px 0 0;
	color:#666;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/arrow-red-right.gif) no-repeat right;
	text-decoration: none;
	text-align: right;
}

.buy-sell .buy-sell-search .buy-sell-search-promo .buy-sell-promo-listing a:hover {
	color:#c00;
	text-decoration: underline;
}

.buy-sell .buy-sell-search .buy-sell-search-promo .buy-sell-promo-listing .buy-sell-price {
	color:#c00;
}

.buy-sell .buy-sell-search form {
	padding: 10px 12px 12px 12px;
	clear:left;
}

.buy-sell .buy-sell-search form h4 {
	padding: 0 0 4px 0;
	font-size:1em;
}

.buy-sell .buy-sell-search form .buy-sell-search-string {
	float:left;
	padding-bottom:3px;
	border:1px solid #999;
	width:166px;
	color: #bbb;
}

.buy-sell .buy-sell-search form .buy-sell-search-button {
	float:left;
	margin-left:5px;
	width:75px;
	height:21px;
}

.buy-sell .buy-sell-links  {
	display:block;
	padding: 0 0 10px 20px;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links {
	float:left;
	width:140px;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links h4 {
	color:#666;
	font-size: 0.8em;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links ul {
	margin-top:2px;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links ul li {
	padding: 2px 0 0 9px;
	font-size:0.9em;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) no-repeat 0px 9px;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links ul li a {
	text-decoration: none;
	color:#333;
}

.buy-sell .buy-sell-links .buy-sell-sponsored-links ul li a:hover {
	text-decoration: underline;
	color:#000;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links {
	padding: 0 0 0 10px;
	float:left;
	border-left:1px solid #e9e9e9;
	width: 110px;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links h4 {
	color:#666;
	font-size: 0.8em;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links ul {
	margin: 5px 0 0 0;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links ul li {
	float:left;
	padding-right: 4px;
	margin-right: 4px;
	font-size: 0.9em;
	border-right:1px solid #ccc;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links ul li.remove-border {
	border-right: none;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links ul li a {
	color:#333;
	text-decoration: none;
}

.buy-sell .buy-sell-links .buy-sell-top-brands-links ul li a:hover {
	color:#333;
	text-decoration: underline;
}

/* =Splash Micro Set 4 table Home (2Col)
**********************************/

.splash-micro-set-4table-home h3 {
	height:30px;
	width:134px;
	text-indent:-9999px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-micro-set-4table-h3.gif) no-repeat 0 0 !important;
	margin: 0 0 10px 10px;
}

.splash-micro-set-4table-home ul {
	float: left;
}

.splash-micro-set-4table-home ul li {
	padding: 0 0 10px 10px;
	font-size: 0.9em;
	width: 135px;
	display: inline;
	float:left;
}

.splash-micro-set-4table-home ul li img {
	float:left;
}

.splash-micro-set-4table-home ul li p {
	width: 114px;
	background: #c00 url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-micro-set-4table-p.gif) no-repeat left bottom;
	float: left;
}

.splash-micro-set-4table-home ul li p a {
	display: block;
	margin: 0 0 0.4em 5px;
	color:#fff;
	text-decoration: none;
}

.splash-micro-set-4table-home ul li p a:hover {
	text-decoration: none;
	color:#fec600;
}

/* =Sales Prospect Home
**********************************/
.sales-prospect-home h3 {
	color: #666;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}
.sales-prospect-home .sales-offer {
	padding: 0;
	margin: 0 10px 10px 10px;
	border: solid 1px #e9e9e9;
	height: 45px;
}

.sales-prospect-home .sales-offer .splash {
	float: left;
	height: 45px;
	margin: 0;
}

.sales-prospect-home .sales-offer .message {
	float: left;
	height: 16px;
	margin: 15px 0 0 3px;
}

.sales-prospect-home .postcode-checker {
	clear: both;
}
.sales-prospect-home .postcode-checker form {
	padding: 0px 12px 12px 12px;
}
.sales-prospect-home .postcode-checker form h4 {
	padding: 0;
	font-size:0.9em;
	color:#666;
	font-weight:normal;
	float: left;
	margin: 3px 5px 0 0;
}

.sales-prospect-home .postcode-checker form .postcode-search-string {
	float:left;
	padding-bottom:3px;
	border:1px solid #999;
	width:100px;
	color: #bbb;
}

.sales-prospect-home .postcode-checker form .postcode-search-button {
	float:left;
	margin-left:5px;
	width:75px;
	height:21px;
}

/* =Sales Customer Home
**********************************/
.sales-customer-home {
	padding: 0 0 10px 0;
}
.sales-customer-home h3 {
	color: #666;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}
.sales-customer-home .sales-offer {
	padding: 0;
	margin: 0 10px 0px 10px;
	border: solid 1px #e9e9e9;
	height: 45px;
}

.sales-customer-home .sales-offer .splash {
	float: left;
	height: 45px;
	margin: 0;
}

.sales-customer-home .sales-offer .message {
	float: left;
	height: 16px;
	margin: 15px 0 0 3px;
	padding: 0;
}


/* =Splash Nano Set - Modified when on homepage
**********************************/
#home .splash-nano-set li.blank {
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-nano-set-home-li-bg.gif) no-repeat 0 0;
	padding-left: 5px;
}
#home .splash-nano-set li.blank a img {
	border: none;
	margin-left: 0px;
}

/* Splash Mini Deluxe
**********************************/

.splash-mini-deluxe {
	margin-top: 10px;
	background: #ccc;
	border: none;
}

.splash-mini-deluxe .inner-wrap-left {
	width: 134px;
	float: left;
}

.splash-mini-deluxe .inner-wrap-right {
	margin: 0 0 0 15px;
	width: 151px;
	float: right;
}

.splash-mini-deluxe h3 {
	padding: 0.2em 5px;
	background:#c00;
	color:#fff;
}

.splash-mini-deluxe h4 {
	margin: 10px 10px 0 1px;
}

.splash-mini-deluxe h4 a {
	color: #333;
	text-decoration: none;
}

.splash-mini-deluxe img {
	display: inline;
}

.splash-mini-deluxe p {
	padding: 0.2em 10px 0 1px;
	font-size: 0.9em;
}
.splash-mini-deluxe p a {
	color: #333;
	text-decoration: none;
}

.splash-mini-deluxe .button-search a {
	display:block;
	margin: 9px 0 0 0px;
	width:66px;
	height:19px;
	text-indent:-9999px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/btn-watch.gif) no-repeat 0 0;
	text-decoration:none;
}





/* =Text Mini Links 
**********************************/



.text-mini-links h3 {
	padding: 10px 10px 5px 10px;
	font-size: 1em;
	border-bottom: 1px solid #e9e9e9;
}

.text-mini-links img {
	float:left;
}

.text-mini-links p {
	padding: 0 0 0.8em 0;
}

.text-mini-links p a {
	color: #c00;
	text-decoration: underline !important;
}

.text-mini-links p a:hover {
	text-decoration: none !important;
}

.text-mini-links ul {
	width: 280px;
	padding: 5px 0 10px 10px;
	float: left;
	font-size: 0.9em;
}

.text-mini-links li {
	padding: 0 0 0.1em 12px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) 0 0.4em no-repeat;
}

.text-mini-links li a {
	color: #333;
	text-decoration:none;
}

/* =Forms
*****************************************************************************************************/

.form h3 {
	margin: 10px 0 0 0;
	padding: 0 0 5px 10px;
	font-size: 1em;
	border-bottom: 1px solid #e9e9e9;
}

.form .no-border {
	border-bottom: none;
}

.form .inner-wrap {
	padding: 10px;
}

.twoPanelContentPanel1 .form form .inner-wrap,
.threePanelContentPanel1 .form form .inner-wrap{
	font-size: 1em !important;
}

.twoPanelForm .form .inner-wrap,
.threePanelForm .form .inner-wrap {
	clear:left;
	font-size: 1em !important;
}

.form label {
	font-weight: bold;
	font-size: 0.9em;
}

.form .txt-field-1col-short {
	margin: 3px 0 0 0;
	padding: 2px;
	width: 97px;
	border: #999 1px solid;
	font-size: 1em;
	float: left;
}

.form .txt-field-2col {
	margin: 3px 0 0 0;
	padding: 2px;
	width: 192px;
	border: #999 1px solid;
	font-size: 1em;
	float: left;
}

.form .txt-field-2col-search {
	margin: 3px 0 0 0;
	float: right;
}

.form .dropdown-2colHalf {
	margin: 4px 0 0 0;
	padding: 1px;
	width: 134px;
	border: #999 1px solid;
	font-size: 1em;
	float: left;
}

.form ul {
	padding: 0;
	width: 200px;
	font-size: 0.9em;
	float:left;
}

.form li {
	float:left;
	padding: 0.3em 0 0.2em 10px;
	background: url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/bullet-red.gif) left 8px no-repeat;
}

.form li a {
	color: #333;
	text-decoration: none;
}

.form li a:hover {
	text-decoration: underline;
}

.form .logo {
	border-top: 1px solid #e9e9e9;
	background: #F5F5F5;
	padding: 5px 10px 5px 0;
	text-align: right;
}

.form .field-middle {
	float: left;
	padding-left:10px;
}

.form .dropdown-unsized {
	margin: 4px 0 0 0;
	padding: 1px;
	border: #999 1px solid;
	font-size: 1em;
	float: left;
}

.form .txt-field-new {
	margin: 3px 0 0 0;
	padding: 2px;
	width: 105px;
	border: #999 1px solid;
	font-size: 1em;
	float:left;
}

.form .btn-datingForm {
	float:left;
	display:block;
	margin:3px 0 0 0;
	padding: 0 0 0 10px;
}

.form .field-left {
	float: left;
}

/* Buy and sell on Ebay */

.wrap-components-1col .form ul{
	width:123px;
}

.wrap-components-1col .form ul .half-width{
	float:left;
	width:41%;
	display:inline;
}

/* Ancestry - Find your roots */
.form .txt-field-1col {
	margin: 3px 0 0 0;
	padding: 2px;
	width: 128px;
	border: #999 1px solid;
	font-size: 1em;
	float: left;
}

.form .btn-right {
	margin: 10px 0 0 0;
	clear: both;
	text-align: right;
}

.form .field-left {
	float: left;
}

.form .field-right {
	float: right;
}
/* CSS Hacks */

/* =Clearfix: http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =IE 5.5 */

* html .nav-left li a {
	width: 145px;  /* Total width, only for IE5.x/Win */
	w\idth: 135px; /* Content width for other IE */
}

* html .nav-left li li a {
	width: 145px;  /* Total width, only for IE5.x/Win */
	w\idth: 125px; /* Content width for other IE */
}

* html .wrap-nav-super  {
	width: 765px;  /* Total width, only for IE5.x/Win */
	w\idth: 755px; /* Content width for other IE */
}

* html #nav-super li ul {
	width: 765px;  /* Total width, only for IE5.x/Win */
	w\idth: 755px; /* Content width for other IE */
	background:transparent url(http://www.revistaevidencia.com/conteudo/templates/evidencia/images/nav-super-bg.gif) 0 0 no-repeat;
	filter: Alpha(Opacity=90);
}

* html .splash-lead-home .layerBg {
	background:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.revistaevidencia.com/conteudo/templates/evidencia/images/splash-lead-home-more-bg.png' ,sizingMethod='scale');
}
	
* html .splash-mini li {
	padding: 0 0 0.1em 0; /* False Value fo IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 0 0 0.1em 12px; /* Actual Value for conformant browsers */
} 

* html .splash-links li {
	padding: 0 0 0.1em 0; /* False Value fo IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 0 0 0.1em 12px; /* Actual Value for conformant browsers */
} 

* html .splash-mini-set li {
	padding: 0 0 0.1em 0; /* False Value fo IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 0 0 0.1em 12px; /* Actual Value for conformant browsers */
}  

* html .wrap-components-2col .feature .img-left.lead p {
	width: 120px;	/* Total width, only for IE5.x/Win */
	w\idth: 108px;	/* Content width for other IE */
}

* html .wrap-components-3col .feature .img-left.lead p {
	width: 180px;	/* Total width, only for IE5.x/Win */
	w\idth: 168px;	/* Content width for other IE */
}

* html .links-5-set-4col li {
	width: 105px; 	/* Total width, only for IE5.x/Win */
	w\idth: 85px;	/* Content width for other IE */  
}

/* Homepage */

* html .splash-lead-home .tabs ul li a {
	width: 151px;	/* Total width, only for IE5.x/Win */

	w\idth: 139px;	/* Content width for other IE */
}

* html .splash-lead-home .tabs ul li.tab-3 a {
	width: 153px;	/* Total width, only for IE5.x/Win */
	w\idth: 139px;	/* Content width for other IE */
}

* html .comms-panel-top {
	height: 162px !important; /* False Value fo IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 161px !important;	 /* Actual Value for conformant browsers */
}

* html .news-summary-home .console-tabs ul li a {
	width: 99px;	/* Total width, only for IE5.x/Win */
	w\idth: 87px;	/* Content width for other IE */
}

* html .news-summary-home .console-tabs ul li.tab-1 a {
	width: 100px;	/* Total width, only for IE5.x/Win */
	w\idth: 86px;	/* Content width for other IE */
}

.accessories-splash-phone{min-height:264px;}
*html .accessories-splash-phone{height:264px;}


