body{
	margin:0;
	}

#container {
	width:100%;
	background: #ffffff;
	min-width:900px;
	}
	
/*#header {
	position:relative;*/
	/*background-image:url(../layout-images/logo-230x70.gif);*/
	/*background-repeat:no-repeat;
	}*/
	
	
	
#leftcol {
	float:left;
	display:inline;
	width:160px;
	position:relative;
	}
	
#content {
	float:left;
	width:60%;
	margin-left:2%;
	position:relative;
	text-align:center;
	}
	
#rightcol {
	float:right;
	width:160px;
	margin-left:2%;
	position:relative;
	display:block;
	}
	
#footer {
	position:relative;
	top:20px;
	clear:both;
	text-align:center;
	width:100%;
	}
	
	
/* Item Info Page Blocks */

#itemTitle {
	position:relative;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	background:#f0f0f0;
	text-align:center;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	font-size:20px;
	font-weight:bold;
	color:#0099FF;
	background:#FFFFCC;
	top:5px;
	padding:10px;
        overflow: auto;
}

#itemDetails {
	top:10px;
	position:relative;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#f0f0f0;
}

#itemDescription {
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
}

#itemDetailsBottom {
	top:10px;
	position:relative;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	background:#f0f0f0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0099FF;
}
#itemCompInfo{
	position:relative;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
	background:#f0f0f0;
	padding:10px;
	top:20px;
	text-align:left;
}
h1{
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #3399FF;
	font-weight:bold;
	}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

	
/* Rollover button */

#buttonBlock {
	position:relative;
	margin-left:10%;
	margin-right:10%;
	text-align:center;

	}

a.button {
display: inline;
padding:3px;
color: #FFFFFF;
background: #70b9e4;
width: 60px;
height: 25px;
line-height: 25px;
text-align: center;
text-decoration: none;
font-weight: normal;
border: 1px solid #999999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a.button:hover {
color: #000000;
background: #FFFFFF;
}


#searchbox {
	text-align:center;
	border-top:#999999 solid 1px;
	border-bottom:#999999 dotted 1px;
	background-color:#f0f0f0;
	position:relative;
	height:25px;
	padding:3px;
	top:3px;
	}
#searchField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3399FF;
	}


	
	
/*old CSS----------------------------------*/

.search-low-line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.box-menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.box-full {
	border: 1px solid #CCCCCC;
}

.box-sides {
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.title-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}

.font-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}

.font-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
}

.font-gray-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

.font-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration: none;
}

.font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


.table-top {
	border: 1px solid #C6CBFE;
}



.link-blue a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 13px;
}
.link-blue a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 13px;
}
.link-blue a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 13px;
}
.link-blue a:hover {
	color: #009900;
	text-decoration: none;
	font-size: 13px;
}



.link-white a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:visited {
	color: ##FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:active {
	color: ##FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:hover {
	color:#FFCCCC;
	text-decoration: none;
	font-size: 12px;
}

.bg1 {
	background-color: #FFFCEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.bg2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
/* End of old CSS-----------------*/

