/* News Styles */

#news {
	width: 520px;
	margin-bottom: 10px;
	padding: 4px;
}

/** Article Styles **/

#articleLayout .title {
	display: block;
	color: #000;
	background: url(../../images/theme/bgs/bg_title_01.gif) no-repeat left center;
	padding: 13px 0 16px 43px;
	font-size: 13pt;
}

#articleLayout {
	margin: 4px 0 0 0 ;	
}

#articleLayout .col01 {
	width: 160px;
	padding: 0 6px 0 0;
}

#articleLayout .col02 {
	padding: 4px;
	border: solid 1px #999;
}

#articleLayout .rule01 {
	height: 10px;
	background: #96332D;
	margin: 3px 0 0 0;
}

#articleLayout .rule02 {
	height: 5px;
	background: #C7C393;
	margin: 3px 0 3px 0;
}

.article {
	padding: 0 4px;

}
.article h1 {
	color: #000;
	font-size: 16pt;
	margin: 3px 0;
}

.article h2 {	
	font-size: 11pt;
	color: #555;
	margin: 2px 0;
}

.article .author {
	font-size: 8pt;
	font-weight: normal;
}

.article .date {
	color: #555;
	font-size: 8pt;
	font-weight: bold;
	margin: 2px 0;
}

.article .history {
	font-size: 8pt;
	text-align: justify;
}

/** Gallery Styles **/

.gallery {
	margin: auto;
	width: 460px;
}

.gallery table {
	margin: auto;
}

.gallery td {
	text-align: center;
}

.gallery td p {
	width: 125px;
	text-align: center;
}

.gallery .thumb, .gallery .pager {
	border: solid 1px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	padding: 4px;
}

.gallery .pager {
	margin: auto;
	text-align: center;
	height: 16px
}
.gallery .pager a {
	color: #FF6600;	
	font-weight: bold;
	text-decoration: none;
}

.gallery .pager a:hover {
	text-decoration: underline;
}

.tree ul {
	padding: 0;
	margin: 0 0 0 15px;
}
.tree a {
	color: #96332D;
	text-decoration: none;
	font-weight: bold;
}
.tree li {

	margin-bottom: 5px;
}

.tree a:hover {
	text-decoration: underline;
}

/** TabsSelector Styles **/
/*
.tabselector1 {
	margin: auto;
	width: 460px;
	border: solid 1px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
}

.selector .bar {
	border-bottom: solid 1px #ccc;
	background: #FFCC00;
	color: white;
	height: 25px;
}

.selector table {
	width: 100%;
}

.selector .bar th {
	font-size: 11pt;
	text-align: left;
}

.selector .bar td {
	text-align: right;
}

#selectorFrame {
	margin: auto;
	width: 460px;
	height: 150px;
	border: none;
}
**/

#tabselector1 .content {
	width: 500px;
}

#tabselector1 .content h1 {
	color: #0080FF;
	font-size: 11pt;
	margin: 2px 6px;
	border-bottom: dotted 1px #0080FF;
}

#tabselector1 .content ul {
	padding: 0;
	margin: 0;
}

#tabselector1 .content li {
	list-style: none;
	display: inline;
}

#tabselector1 .content a {
	padding: 2px 0 2px 12px;
	font-size: 9pt;
	text-decoration: none;
	color: #666600;
	display: block;
}

#tabselector1 .content a:hover {
	color: #0080FF;
}



.attachments {
	width: 500px;
	border: solid 1px #27647F;
	margin: 15px auto 10px auto;
	padding: 0;
}
.attachments h2 {
	background: #27647F;
	color: #ffffff;
	margin: 0 auto;
	padding: 0px 5px;
	font-size: 11pt;
}
.attachments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.attachments li {
	display: block;
	background: url(../../images/catalog/assets/bg_gradient02.jpg) repeat-x bottom center;
}
.attachments li a {
	display: block;
	font-size: 8pt;
	color: #333;
	background-repeat: no-repeat;
	background-position: 25px 2px;

	border-top: dashed 1px #333;
	padding: 5px 0 25px 100px;

	text-decoration: none;
}
.attachments li a:hover {
	background-color: #FFFFCC;
}

.attachments a .name, .attachments a .size {
	margin: 4px 0;
}
.attachments a .filename {
	font-weight: bold;
}
.attachments a .size {
	font-style: italic;
}
.attachments a p {
	font-size: 8pt;
	margin: 2px 0;
	color: #333;
	padding: 3px 0 3px 10px;
}