<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#jFlowSlide{

}
#myController-noflow {
	width:220px; 
	height:400px; 
	padding-left: 10px; 
	padding-top:0px;
}
#myController-noflow div.jFlowSelected-noflow { 
	margin-right:0px; 
}
.slide-wrapper { 
	padding: 0; 
}
.slide-wrapper-noflow { 
	padding: 0; 
}
.slide-thumbnail { 
	width:710px; 
	float:left; 
}
.slide-thumbnail img {
	max-width:710px; 
}
.jFlowControl, .jFlowPrev, .jFlowNext {  
	float: left; 
	width:220px; 
	height:90px; 
	color:#FFF; 
	cursor:pointer;
	padding-right:0px; 
	padding-top:0; 
	margin-bottom:10px; 
}

.jFlowControl-noflow, .jFlowPrev-noflow, .jFlowNext-noflow {  
	float: left; 
	width:220px; 
	height:90px; 
	color:#FFF; 
	padding-right:0px; 
	padding-top:5; 
	margin-bottom:10px; 
}

.twoCols #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:300px; 
	background: #FFF;
	padding: 0;
	padding-top: 00px;
	min-height: 200px;
	padding-left: 10px;
}

.twoCols #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	padding: 0;
	padding-top: 20px;
	min-height: 200px;
	padding-left: 10px;
}
.twoCols #mainContent2 { 
	background: #FFF;
	margin: 0 0 0 250px; 
	padding: 0; 
	padding-top: 20px;
	min-height: 200px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
p.news_title {
	color: #A9A9A9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	min-height: 20px;
}
p.news_date {
	color: #A9A9A9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
p.news_content {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	min-height: 80px;
}

p.credit_title {
	color: #A9A9A9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
p.credit_content {
	color: #777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	min-height: 200px;
}

p.creidt_content_rightjust {
	color: #777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:1px;
	line-height: 14px;
	min-height: 180px;
}

div.product_item {
	width: 170px;
	overflow: hidden;
	padding-left: 10px;
	float: left;
}
div.product_image {
	width:160px;
	border: thin #AAA solid;
	overflow: hidden;
	height:120px;
	margin-bottom: 10px;
}
p.product_name {
	font-size: 14px;
	line-height: 17px;
}
img.linkImage:hover {
	cursor:pointer;

}

</pre></body></html>