
body {
	font-family: arial;
	font-size: 8pt;
	background: #FFFFFF;
}

td {
	font-family: arial;
	font-size: 8pt;
}

input.text {
	font-family: arial;
	font-size: 8pt;
	border: 1px solid #6FA1A8;
}

textarea.text {
	font-family: arial;
	font-size: 8pt;
	border: 1px solid #6FA1A8;
}

select.text {
	font-family: arial;
	font-size: 8pt;
	border: 1px solid #6FA1A8;
}

input.button {
	font-family: arial;
	font-size: 8pt;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

a:active { text-decoration: none; color: #6FA1A8; }
a:visited { text-decoration: none; color: #6FA1A8; }
a:link { text-decoration: none; color: #6FA1A8; }
a:hover { color: #ff0000; }

#tblContent {
	width: 456px;
}

#divHomeText {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12pt;
}

#tdNewsTitle {
	border-bottom: 1px dotted #9DC349;
	border-left: 1px dotted #9DC349;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

#tdNewsText {
	color: #000000;
	text-align: justify;
}

#tdCategoryHeader {
	color: #6FA1A8;
	font-size: 13pt;
	font-weight: bold;
}

#tdSubCategoryHeader {
	color: #7FAD30;
	font-size: 10pt;
	font-weight: bold;
}

.page_header {
	color: #6FA1A8;
	font-size: 13pt;
	font-weight: bold;
}

.section_header {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

.product_name_detail {
	color: #6FA1A8;
	font-size: 13pt;
	font-weight: bold;
}

.product_price_detail {
	color: #808080;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

.product_name {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 5px;
}

.product_desc {
	color: #000000;
	font-size: 8pt;
	padding-bottom: 5px;
}

.product_price {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}

span.pager {
	border: 1px solid #A1C2C7;
	padding-left: 4px;
	padding-right: 4px;
}

span.pager_on {
	border: 1px solid #A1C2C7;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

.inline_tip {
	font-size: 8pt;
	color: #808080;
}

.cart_item {
	font-weight: bold;
}

.cart_desc {
	color: #808080;
	padding: 5px;
}

.cart_price {
	font-weight: bold;
}

.horz_div_top {
	background: #A1C2C7; 
	width: 100%; 
	height: 1px; 
	overflow: hidden;
}

.horz_div_bottom {
	background: #FFFFFF; 
	width: 100%; 
	height: 1px; 
	overflow: hidden;
}

table.grid {
	border-collapse: collapse;
}

td.grid_header {
	border: 1px solid #A1C2C7;
	background: #A1C2C7;
	font-weight: bold;
	color: #FFFFFF;
}

td.grid_cell {
	border: 1px solid #A1C2C7;
	background: #FFFFFF;
}