body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	margin:0px;
}

td,th,input,select,textarea {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

A:link, A:visited, A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color:#006699;
}

.leftlink:link, .leftlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
}
.leftlink:hover { text-decoration:underline; color:#006699;}

.toplink:link, .toplink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
}
.toplink:hover { color:#FFFFFF;text-decoration:underline;}
.linknow { font-weight:bold; color:#333333; text-decoration:underline;}

#break {
	height:10px;
}

.title {
	font-size:16px;
	font-weight:bold;
}
.titleAlert {
	font-size:16px;
	color:#CC0000;
}
.alerts {
	color:#CC0000;
	font-weight:bold;
}

table.productslist{
	border:1px solid #006699;
}
table.productslist td, th {
	padding:4px;
	border-right:1px solid #006699;
}
table.productslist th { background-color:#006699; color:#FFFFFF;}

table.cartlist{
	border:1px solid #006699;
}
table.cartlist td, th {
	padding:4px;
}
table.cartlist th { background-color:#006699; color:#FFFFFF;}

.tr_dark {
	background-color:#CCCCCC;
	font-weight:bold;
}
.tr_alert {
	background-color:#CC0000;
	font-weight:bold;
	color:#FFFFFF;
}


form { margin:0px;}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 2px;
}
.inputbox {
	border: 1px solid #666666;
}

.imageSubmit {
	cursor:pointer ;
}