html, body, table, td, form, input, select, textarea { color: #444444; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; }

span.textcolor { color: #cb0000; }

input { border: 1px solid #444444; padding: 2px 5px; }

a:link, a:visited { color: #444444; text-decoration: none; }
a:hover { color: #cc2929; text-decoration: none; }

table.table_form { background-color: #c0c0c0; }

div.top_menu { position:relative; top: 1; }

td.top_menu {
	color: #ffffff;
	background-image:url('layout/img_top_title.gif');
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle; text-align: center;
	}
A.top_menu:link {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	}
A.top_menu:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	}
A.top_menu:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	}
A.top_menu:hover {
	color: #ffffff;
	font-size: 12px; font-weight: bold;
	text-decoration: underline;
	}
/* CART */
div.crt_header{
	height: 50px; line-height: 50px;
	background: url("layout/cart/bg_crt_header.gif") repeat-x; 
	color: #ffffff; font-size: 20px; font-weight: bold; text-align: center;
	}
div.crt_mbox {
	font-size: 12px;
	padding: 10px;
	}
div.crt_mtitle {
	height: 30px; line-height: 30px;
	color: #cb0000; font-size: 14px; font-weight: bold; 
	border-bottom: 1px solid #cccccc; padding-bottom: 10px; margin-bottom: 20px; 
	}
div#crt_shipinfo, div#crt_summary {
	height: 30px; line-height: 30px;
	background: url("layout/cart/bg_crt_summary.gif") repeat-x;
	color: #ffffff; font-size: 15px; font-weight: bold; text-align: center
	}
div.crt_mtitle2 {
	height: 30px; line-height: 30px;
	color: #cb0000; font-size: 14px; font-weight: bold; 
	border-bottom: 1px solid #cccccc; padding-bottom: 10px; margin-bottom: 5px; 
	}
div.crt_acctitle {
	height: 30px; line-height: 30px;
	color: #cb0000; font-size: 14px; font-weight: bold; 
	border-bottom: 1px solid #cccccc; padding-bottom: 10px; margin-bottom: 20px; 
	}
td.copyright {
	color: #222222; background-color: #e5e5e5;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle; text-align: center;
	}
#sobutton input {
	background-color: #cc0000; color: #ffffff; font-size: 15px; font-weight: bold;
	}