@charset "utf-8" ;
@import url(zinwell_style.css);

.banner {
        background-image: url(../images/news_banner.jpg); 
/*	background-image: url(../images/news.jpg); */
	}
	
.content {
	background-image: url(../images/news_content_between.gif);
	}

.top {
	background-image: url(../images/news_content_top.jpg);
	}

.bottom {
	background-image: url(../images/news_content_btm.gif);
	}
	

/* content-news_list */


div#news_list {
	position: relative;
	width: 784px;
	margin: 0 auto;
	}

div#news_list .content_field {
	width: 717px;
	padding: 0px 26px 0px 25px;
	}

div#news_list .list {
	width: 693px;
	background-image: url(../images/news_list_bg.gif);
	}
	
.list_selection {
	width: 650px;
	height: 69px;
	vertical-align: middle;
	background-image: url(../images/products_list_subtitle_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 20px 0px 21px;
	}

.list_selection  h3 {
	color: #0855b4;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 8px 0;
	}

.list_selection  a {
	color: #838282;
	text-decoration: none;
	margin: 0 0 0 69px;
	}
	
.list_selection  a:hover {
	color: #f60;
	text-decoration: none;
	}	

.list_selection_more {
	color: #f60;
	text-decoration: none;
	}


/* content-news_content */


div#news_content {
	position: relative;
	width: 784px;
	margin: 0 auto;
	}

div#news_content .bottom {
	width: 85px;
	padding: 0px 0px 0px 645px;
	vertical-align: top;
	}

div#news_content .content_field {
	width: 557px;
	padding: 0px 106px 0px 105px;
	}

div#news_content .text_field {
	width: 538px;
	padding: 0px 0px 0px 2px;
	color: #808080;
	}

div#news_content .text_field_pdf {
	padding: 10px 0px 0px 10px;
	}

div#news_content .text_field_pdf a {
	color: #000;
	}

div#news_content .type_title_left {
	height: 26px;
	width: 13px;
	background-image: url(../images/products/products_type_title_left.gif);
	background-repeat: no-repeat;
	}

div#news_content .type_title_right {
	height: 26px;
	width: 13px;
	background-image: url(../images/products/products_type_title_right.gif);
	background-repeat: no-repeat;
	}

div#news_content .type_title_middle {
	height: 26px;
	background-image: url(../images/products/products_type_title_middle.gif);
	background-repeat: repeat-x;
	}

div#news_content .list_title h2 {
	font-size: 12px;
	font-weight: bold;
	color: #314894;
	padding: 0 0 4px 0 ;
	margin: 0;
	}

div#news_content .type_pic {
	background-repeat: no-repeat;
	background-position: left center;
	width: 180px;
	padding: 0;
	}

div#news_content .type_pic_text {
	padding: 0px 0px 0px 10px;
	color: #808080;
	}

div#news_content .text_field h3 {
	margin: 0 0 0 0px; padding: 0 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
	}
	
div#news_content .text_field ul {
	margin: 0 0 0 0px; padding: 0 0 0 5px;
	list-style: none;
	}

div#news_content .text_field li {
	padding-left: 10px;
	background: transparent url(../images/products_type_text_dot.gif) 5px 10px no-repeat;
	}

div#news_content .text_field li a {
	color: #808080;
	margin: 0 0 0 0px; padding: 0 0 0 0px;
	line-height:1.7em;
    }
	
