/* CSS Document */

body{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
A:link {
	color: black; 
	text-decoration:underline;
	font-weight:bold;}
A:link:hover {color: red;}
A:link:visited {
	color: black;
	text-decoration:none;
	font-weight:bold;}
a:link:visited:hover{
	color:red;}

.menu {
	text-align:left;
	margin-left: 5px;
	width: 100px;
	}

.banner {
	margin-top:2px;
	margin-left: 5px;
	}

.container {
	background-color:white;
	}

.content {
	width:480px;
	margin-right:11px;
	padding-top:25px;
	position:absolute;
	left:180px;
	top:90px;
	}

.sub {
	border-bottom:thin solid red;
	border-left:thin solid red;
	width:200px;
	font-size:11px;
	font-weight:bolder;
	padding-left:2px;
	padding-bottom:2px;
	}
	
.text {
	font-size:11px;
	padding-left:2px;
	}

.footer {
	margin-left:5px;
	text-align:center;
	font-size:11px;
	padding-top:10px;
	}

.undermark{
	font-size:11px;
	border-top:thin solid white;
}

.rightcontent {
	background-color:#CCCCCC;
	border:thin solid black;
	height:250px;
	width:170px;
	margin-top:10px;
	margin-left:5px;
}	
.search{
	background-color:#FFFFFF;
	width:150px;
	margin-top:10px;
	margin-left:5px;
}

.login{
	font-size:11px;
	position:absolute;
	left:675px;
	top:5px;
	width:150px;
	}

.cartsum{
	font-size:11px;
	width:140px;
	position:absolute;
	left:530px;
	top:5px;
	}

.title { font-weight: bold; font-size:24px }

.titlebar { background-color: #CCCCCC }

.tableHeader {
	background-color:#CCCCCC;
	font-weight:bold;
	}
	
.bars{
	border-right:thin solid black;
	}