body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;	
}

a {
	background-color: transparent;
	color: #6666FF;
	text-decoration: underline;
}
/*
a.cont {
	background-color: transparent;
	color: #6666FF;
	text-decoration: underline;
}

a.cont:hover {
	text-decoration: underline;
}

a.cont:visited {
	background-color: transparent;
	color: #6666FF;
}
*/

a.menu {
	background-color: transparent;
	color: #666666;
	text-decoration: underline;
}

a.menu:visited {
	background-color: transparent;
	color: #FF6666;
}

a.news {
	background-color: transparent;
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

a.news:hover {
	text-decoration: underline;
}

a.prod {
	background-color: transparent;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.prod:hover {
	text-decoration: underline;
}

a.ss {
	background-color: transparent;
	color: #DA4719;
	font-weight: bold;
	text-decoration: underline;
}

div.tag {
	background-color: transparent;
	color: #CC3300;
	font-weight: bold;
}

input {
/*	border-color: #909090;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px; */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

input.check {
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

input.mail {
	border-color: #909090;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 5px;
}

input.qty {
	border-color: #909090;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	text-align: right;	
}

input.radio {
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

select {
/*	border-color: #909090;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px; */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;	
}

table {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

td.loginDesc {
	background-color: transparent;
	color: #999999;
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

td.loginItem {
	padding-bottom: 2px;
	vertical-align: middle;
}

td.mailDescB {
	padding-right: 10px;
	text-align: left;
	vertical-align: bottom;
}

td.mailDescM {
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

td.mailDescT {
	padding-right: 10px;
	padding-top: 4px;
	text-align: left;
	vertical-align: top;
}

td.mailItemB {
	padding-bottom: 2px;
	vertical-align: bottom;
}

td.mailItemM {
	vertical-align: middle;
}

td.mailItemT {
	padding-bottom: 2px;
	vertical-align: top;
}

td.matrixDesc {
	padding-right: 10px;
	text-align: left;
}

td.matrixHead {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

td.matrixItem {
	text-align: center;
}

td.noteText {
	background-color: transparent;
	color: #999999; 
	font-size: 8pt; 
	font-style: italic;
	vertical-align: top;
}

td.notice {
	background-color: transparent;
	color: #CC3300;
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

td.orderGroup {
	background-color: transparent;
	color: #CC3300;
	font-weight: bold;
	text-align: left;
}

td.orderHeadC {
	background-color: transparent;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

td.orderHeadL {
	background-color: transparent;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

td.orderHeadR {
	background-color: transparent;
	color: #999999;
	font-weight: bold;
	text-align: right;
}

td.orderItem {
	padding-top: 2px;
	vertical-align: middle;
}

td.orderNote {
	background-color: transparent;
	color: #999999; 
	font-size: 8pt; 
	font-style: italic;
	vertical-align: top;
}

td.orderTotal {
	border-top: #505050 solid 1px;
/*
	border-top-color: #505050;
	border-top-style: solid;
	border-top-width: 1px;
*/
	border-bottom: #505050 solid 1px;
/*	
	border-bottom-color: #505050;
	border-bottom-style: double;
	border-bottom-width: 3px;
*/	
}

textarea {
/*	border-color: #909090;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px; */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

.comment {
	background-color: transparent;
	color: Green;
	font-style: italic;
}

.keyword {
	background-color: transparent;
	color: blue;	
}

.note {
	background-color: transparent;
	color: #999999;
	font-style: italic;	
}

.sql_text {
	background-color: transparent;
	color: Red;
}

.text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}