body{
	font-family: arial, verdana, sans-serif;
	color: ##001b4c;
	background-image: url('http://www.tubesandmore.com/new-homepage/img/background.png');
	background-repeat: repeat;
	behavior: url('csshover3.htc'); 
}
a:link, a:visited{
	color: #0e59e4;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #001b4c;
}
.container{
	float:left; 
	width:800px; 
	background-color:#F1F2F4;
	padding: 10px 10px 10px 10px;
}
.container2{
	margin-top: 20px;
	float:left; 
	width:100%;	
}
.rightcontainer{
	padding:10px 10px 10px 10px;
	float:right;
	text-align:center;
}
.leftcontainer{
	float:left; 
	width:520px;
	padding:0px 10px 10px 10px;
	font-weight:bold;
	text-align:center;
}
.imageframe{
	text-align:center;
	max-height: 500px;
	max-width: 500px;
	height: expression(this.height > 500 ? 500: true);
	width: expression(this.width > 500 ? 500: true);
	background-color: white;
	border: 1px solid #001b4c;
	padding: 5px 5px 5px 5px;
}
.imageframe img{
	max-height: 460px;
	max-width: 460px;
	height: expression(this.height > 460 ? 460: true);
	width: expression(this.width > 460 ? 460: true);
}
.itemname{
	text-align:left;
	font-weight:bold;
	font-size:120%;
}
table{
	background-color:white;
}
td{
	padding: 2px 2px 2px 2px;
}
