@charset "utf-8";
/* CSS Document */

/* CABALLO NEGRO -- PRODUCTS
   ================================ */
	 
/* NOTES
	 -------------------------------- 
	 .news = Both news-pressroom.html And news-whats-new.html
	 .news-wn = news-whats-new.html Only 
	 .news-pr = news-pressroom.html Only 
	 -------------------------------- */
	 
/* MASTER HEADER
	 -------------------------------- */
.news .masthd .main-bar .nav3 a { background-position:-174px bottom; } /* NEWS */
.news .masthd .sub-bar h1 { background:url(../images/sub/sub-titles.gif) no-repeat 0 -40px; width:130px; }

/* MASTER BODY -- SIDEBAR
	 -------------------------------- */
.news .side-bar .sec1 { margin:0 55px 0 50px; padding-top:170px; }
.news .side-bar .sec1 .nav { background-color:#fff; border-top:1px solid #e6e6e6; }
.news .side-bar .sec1 .nav li { border-bottom:1px solid #e6e6e6; font-size:10px; line-height:10px; list-style-type:none; }
.news .side-bar .sec1 .nav li a {
	background:#fff url(../images/page/cn-arrow-active.gif) no-repeat 141px center;
	color:#a4b600;
	cursor:pointer;
	display:block;
	padding:5px;
	text-decoration:none;
}
.whats-new .side-bar .sec1 .nav li.item1 a {
	background-image:url(../images/page/cn-arrow-non-active.gif);
	color:#999;
}
.pressroom .side-bar .sec1 .nav li.item2 a {
	background-image:url(../images/page/cn-arrow-non-active.gif);
	color:#999;
} 

/* MASTER BODY -- MAIN COLUMN
	 -------------------------------- */
.doc .mastbd .main-col .sec1 { margin-right:20px; }
.doc .mastbd .main-col .sec1 h2 {
	font-size:24px;
	line-height:23px;
	color:#a4b600;
}
.doc .mastbd .main-col .sec1 h3 {
	font-size:12px;
	color: #4d4e4e;
}
.doc .mastbd .main-col .sec1 .emphasize { border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;  margin:25px 0; padding:15px 0; }
.doc .mastbd .main-col .sec1 .emphasize strong {
	font-size:12px;
	line-height: 16px;
}
.doc .mastbd .main-col .sec1 ul li { list-style-type:none; margin:11px 0; }
.main-col .sec1 li a { font-weight:bold; color:#4d4d4d; text-decoration:none; }
.main-col .sec1 li a:hover { color:#a4b600; }

