body,
html
{
	margin:0;
	padding:0;
}	

body
{
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color:#333333;
}

img
{  border-style: none;
}

.space
{
	height:20px;
}

#container
{
	margin:0 auto;
	width:780px;
	text-align:left;
}

#header
{
	height:180px;
	font-size:54px;
	background-image:url(images/header.jpg);
	padding:20px 0 0 30px;
}

.nav
{
	height:20px;
	text-align:right;
}
  
.main
{
}


.content
{
	margin-left:175px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

.text {
	padding:10px 10px 10px 20px;
}

.ads
{
	float:left;
	height:600px;
	width:160px;
	margin-bottom:10px;
}

.adsright250x250
{
	float:right;
	height:270px;
	width:270px;
	padding-top:20px;
}

.adsleft120x240
{
	float:left;
	height:500px;
	width:160px;
	padding-top:20px;
}

.adsbottom728x15
{
	height:25px;
	width:748px;
}

.ebaySidebar
{
	float:right;
	width:150px;
	border:1px solid #ccc;
	padding:10px;
	margin-left:10px;
}

.ebayLink {
	text-align:center;
	color:#333333;
}

.ebaySidebar a
{
	font-size:smaller;
}

.blockend
{
	clear:both;
}

h1
{
	font-size:16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B32400;
}

h2 
{
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B32400;
}
	
a
{
	font-weight:bold;
	text-decoration:none;
	color:#1A8000;
}

a:hover
{
	text-decoration:underline;
}

.buy {
	font-size: x-large;
    background-color: #ffa500;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    margin-top: 10px;
    top: 20px;
    position: relative;
    margin-left: 60px;
}

ul 
{
	list-style-image:url(images/list.gif);
}

#nav {
	padding-right:20px;
}

#nav a
{
	font-weight:bold;
	text-decoration:none;
	color:#0066B3;
}

#nav a:hover
{
	text-decoration:underline;
}

#header a
{
	font-weight:normal;
	text-decoration:none;
	color:#666;
}

#footer	{
	margin-top:10px;
	text-align:center;
	padding:5px 0;
	color:#666;
}

a.ext
{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

#tab {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

#tab li {
	display:inline;
	border:1px #ccc solid;
	cursor:pointer;
	padding:0 15px;
	font-weight:bold;
}

#deets {
	width:520px;
	border:1px #ccc solid;
}

#ebaybox {
	width:520px;
}

#details {
	display:block;
	padding:20px;
}

#details ul {
	list-style-type:none;
	padding-top:0;
	margin-left:0;
}

#specs {
	display:none;
	padding:20px;
}

#reviews {
	display:none;
	padding:20px;
}

#tabdet {
	color:#B32400;
	font-weight:bold;
}

.imgright {
	float:right;
	padding:0 10px 20px 20px;
}

.table {
	font-family:Tahoma; 
	font-size:8pt;
}

.amazonad
{
	margin-top:20px;
	text-align:center;
}

#results {
    position:relative;
    width:100%;
    border:solid 1px black;
}

#reviewbox {
    display: none;
    position:absolute;
    border: 5px solid #ccc;
    box-shadow: 14px 11px 5px black;
}

#reviewmargin {

    margin:20px;
    height:100%;

}

#reviewframe {
    width:500px;
    height:500px;
}

#reviewimg {
    float:right;
    width:32px;

}

.menu-btn {
	display:none;
}

.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}

.menu-btn span {
	display: block;
	width: 30px;
	height: 4px;
	margin: 5px 0;
	background:#CCC;
	z-index: 99;
}

.divEBay {
	width:573px;
	height: 220px;
}

@media only screen and (min-device-width: 1024px) {
	/* Screen widths 1024 plus */
}
@media only screen and (max-device-width: 779px) {
	/* Screen widths under 780 */

	body {
		background-color:#333;
	}
	
	#container {
		width:auto;
		background-color:#FFF;
	}
	
	#header {
		font-size:24px;
		background-image:none;
		background-color:#000;
		height:auto;
		padding:10px 0px;
	}

	#header a {
		color:#CCC;
	}

	.menu-btn {
		padding:0px 20px 5px 15px;
		float:left;
		display:block;
	}
	
	.content {
		margin-left:0px;
		border:0px;
	}
	
	.ads {
		height:100px;
		width:320px;
	}
	
	.ebaySidebar {
		display:none;
	}

	.divEBay {
		width: auto;
		height: 400px;
	}
	
}
	
