div.softwareimghardware {
 width: 310px; 
 float: left; 
 text-align: center;
}

div.leftprodpanel 
{
 margin-left: 20px;
 width: 200px; 
 float: right; 
 border: 1px solid #65657f; 
 background-color: #FFFFFF;
 font-size: 90%;
 font-family: "Trebuchet MS";
}

div.leftprodpanel ul {
 margin: 0px;
 padding: 0px;
}

div.leftprodpanel li {
 margin: 0px;
 padding: 5px;
 list-style-type: none;
}

#maincontent div.leftprodpanel h1 {
 margin: 0px;
 padding: 5px;
 background-color: #FFFFFF;
 color: #B22222;
 font-family: "Trebuchet MS";
 font-size: 125%;
 border: none;
 text-align: center;
}

#maincontent div.leftprodpanel a {
 color: #65657f;
 margin: 0px;
}

#maincontent div.leftprodpanel a:hover {
 background-color: #f7f5fb;
 color: #B22222;
 margin: 0px;
}

.systemlist {
 border: none;
}

.item {
 width: 400px;
 padding-left: 5px;
}

.price {
 width: 100px;
 text-align: right;
}

.buy {
 width: 75px;
 text-align: center;
}

#maincontent div.systemlisting {
 border: 3px solid #65657f;
 margin: 15px 0px;
}

#maincontent div.systemlisting h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
 text-align:center;
	padding: 12px 0px 5px 0px;
	margin: 0px;
	color: #B22222;
 background-color: #FFFFFF;
 border: none;
}

#maincontent div.systemlisting h2 {
 font-family: arial;
 font-style: normal;
 font-size: 110%;
 color: #000000;
 text-align: center;
 padding: 0px 0px 0px 0px;
 background-color: #FFFFFF;
}

#maincontent div.systemlisting {
 font-size: 120%;
 line-height: 1.2em;
}

#maincontent div.systemlisting li {
 font-weight: bold;
}

.warranty {
 font-weight: bold;
 color: #ca357c;
}

table.insert {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #65657f;
    margin-left :auto; 
    margin-right:auto;	
    
}

table.insert td {
	border-width: 2px 2px 2px 2px;
	padding: 7px 7px 7px 7px;
	border-style: outset outset outset outset;
	border-color: #65657f #65657f #65657f #65657f;
	background-color: rgb(233, 231, 234);
	-moz-border-radius: 3px 3px 3px 3px;	
}  