body {
	font-family:Verdana, Geneva, Tahoma, Arial, sans-serif;
	font-size:0.8em;
	line-height:1.5;
	color: white;
	margin: 0;
	background-color:#cfe1ed;
	background-image:url('/images/bg.gif');
	}

p,pre {
	margin:	0px 10px 10px 10px;
	}
	
h1 {
	font-size:1.4em;
	padding-top:10px;
	}
	
h2 {
	font-size: 2em;
	color: white;
	padding: 7px 20px 5px 20px;
	margin: 0;
}

table {
	width:100%;
	border:2px solid gray;
}

th{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

td {
	text-align:center;
}

td a:link, td a:visited {
	font-size:1.2em;
	font-weight:bold;
	color: #00cdff;
/*	border: 2px solid #16262e; */
}

.italic {
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.rbcenter {
	text-align:center;
}
/****************************************************************************************
#
# Main Page sections
#
*****************************************************************************************/

#frame {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background-color: #16262E;
	border-left: 5px solid #16262e;
	border-right: 5px solid #16262e;
}

#contentfull {
	width:			985px;
	padding-top:	20px;
	float:			left;
	background-color: #090e12;
	
}

#contentheadermenu {
	padding:0px;
	background-color: black;
	background-image:url('../images/header_large.jpg');
	background-repeat:repeat-x;
	height:136px;
	border-bottom: 5px solid #16262e;	
	}
	
#contentheader {
	background-image:url('../images/bg_menu.gif');
	padding: 3px 0px 2px 20px;
	}
	
#contentheader ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#contentheader li {
	display:inline;
}

#contentheader a:link, #contentheader a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color: #ffffff;
	background-image:url('../images/bg_menu.gif');
	text_decoration: none;
/*	border: 2px solid #16262e; */
}

#contentheader a:hover {
	color: #ffffff;
	background-image:url('../images/bg_menu_light.gif');
}

#contentheadermenu h1 {
	color:	white;
	font-size: 400%;
	padding:10px 0 20px 20px;
	margin:0px;
	}

			
/****************************************************************************************
#
# Page Header definitions
#
*****************************************************************************************/

#headline {
	margin: 0 31px 0 20px;
	height: 232px;
	background-image: url('../images/bg_rbpackage.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}		

#ebayresults {
	width:573px;
	margin: 0 31px 0 20px;
	padding: 0 200px;
}		

#productprices {
	margin: 0 31px 0 20px;
}		

#productprices p {
	margin: 0;
	padding: 2px 0px 6px 0px;
}

#productprices h2 {
	font-size: 1.5em;
	color: white;
	padding: 2px 0px 5px 0px;
	margin: 0;
}

#headline p {
	margin: 0;
	padding: 2px 300px 0 0px;
}

#headline h2 {
	font-size: 2em;
	color: white;
	padding: 2px 300px 5px 0px;
	margin: 0;
}

#headline ul {
  margin:0;
  margin-left: 20px;
  margin-top: 4px;
  margin-bottom: 4px
  padding-left: 0;
  list-style: none;
}

#headline li {
	padding-left:20px;
	padding-bottom:3px;
	font-size: 1em;
	font-weight: bold;
	color: #00cdff;
	background-image: url(../images/bullet_tick.png);
	background-repeat: no-repeat;
	background-position:left;
}

/****************************************************************************************
#
# Row and Column definitions
#
*****************************************************************************************/

.row {
width: 100%;
margin: 0;
padding: 0;
}

.row h3{
margin: 0;
padding:2px 0px 3px 0px;
font-size: 1.1em;
font-weight: bold;
}

.row p {
	margin: 0;
	padding: 0px 0px 13px 0px;
}

.column {
padding: 5px 20px;
border-right: 1px solid #e5e5e5;
width:285px;
float: left;
}

.columnright {
padding: 5px 20px;
width:285px;
float: left;
}

.column_twos {
padding: 5px 20px;
border-right: 1px solid #e5e5e5;
width:425px;
float: left;
}

.column_twosright {
padding: 5px 20px;
width:425px;
float: left;
}

/****************************************************************************************
#
# News Page definitions
#
*****************************************************************************************/

.newsdate {
	color: #00CDFF;
	font-weight: bold;
}

