/* =====================================================*/
/* CSS for www.digitaltvreviews.net site.  A number of div styles 
/* =====================================================*/

	html,body{/*html for FF Moz NS7 OP */
	text-align:center; /*IE 5 IE 5.5*/
	margin:0;/* no margins body */
	padding:0;/* no padding body */
	height:100%;
	width:100%;
	font: 11px Verdana, Arial, sans-serif; /* throw in a default font here */
	}
	
	body { 
	text-align: center;
	min-width:770px;
	background: #000000 url(images/bg.jpg) repeat-x;
	}

	td {
	font: 11px Verdana, Arial, sans-serif;
	line-height: 140%;
	}
	p {
	font: 11px Verdana, Arial, sans-serif;
	color:#000000;
	text-align:left;/* to get text back to the left*/
	}
	
	 *{margin:0;padding:0;} 

/* =====================================================*/
/* main container box */
/* =====================================================*/
	#container{
	margin:0 auto;
	/*height:auto;*/
	width: 753px; 
	min-width:753px;
	background:url(images/container_bg.jpg) repeat-y;
	}

	* html #container{height:100%;}
	head+body  #container{min-height:100%;}
	
   #header-container{
	margin:0;
	padding: 0;
	width: 790px; 
	min-width:770px;
   	background: #E9E9E9 url(http://www.digitaltvreviews.net/images/container_bg.jpg) repeat-y 0 0; 
	background-attachment: fixed; 
}

/* =====================================================*/
/* Our basic column and section Divs*/	
/* =====================================================*/

	/* Header */
	#header-shadow{	background: #000000 url(http://www.digitaltvreviews.net/images/container_bg.jpg) repeat-y 0 0; background-attachment: fixed; margin: 0; padding: 0;}
	#footer-shadow{	background: #000000 width:100%;}

	.header-style{float:left;width:750px;}
	#header-style-column {	margin: 0px 18px 0 18px;	padding: 5px 5px 5px 5px;}

	/* Our 2 main columns, should be inside the container  175 and 635*/
	.l{float:left; width:532px; background-image:url(http://www.digitaltvreviews.net/images/faded_tv.jpg); background-repeat:no-repeat; background-position:bottom left;	 }
	
	#left-column { margin: 0 0 0 0; padding:0 10px 0 10px; text-align:left; line-height:145%;}
	#left-column p { margin: 12px 0 12px 0 }
	
	#left-column a{	font-weight: bold;	color: #000000;}
    #left-column a:hover{	color: #0033CC;}
	
	

	.r{float:right;width:220px; text-align:left}
	#right-column{text-align:left; margin: 0 0 0 0; padding:0 0 0 0;}
	#right-column p { padding:1px 0 1px 0; color:#000000;	 line-height:125%; }
	
	#contentleft{ width:70%; float:left; padding-left:2px; overflow:hidden; }
	#contentright{ width:29%; float:right; padding-left:2px; text-align:right}
	
	
	head+body #container:after{
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
	}
	
	
#search {
	height: 90px;
	background: url(images/searchbox.jpg) no-repeat;
	width:90%;
	padding: 45px 0 0 15px;
}
	
	
 /* =====================================================*/
/*               Text Styles                                    */	
/* =====================================================*/
	h1{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:#000000;
	}
/* =====================================================*/
/* Our left navigation link styles*/	
/* =====================================================*/


/* =====================================================*/
/* Section Specific Text Styles           */	
/* =====================================================*/
    .colored_heading{color:#689863;}
	.orange {color: #FF6C00;font-weight: bold;}
	
	.formbox {
		width : 130px;
		background-image: url(http://www.ghostsigns.com/images/formbg.gif);
		background-repeat: no-repeat;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.formdrop {
		width : 130px;
		background-repeat: no-repeat;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.formsubmit {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* =====================================================*/
/*  AMAZON STYLES  */
/* =====================================================*/
	.price_titles{
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
		color:#333333;
	}
	.list_price_number {
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
		text-decoration: line-through;
	}
	.price_number {  
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
		color:RED;
	}
	
	.average_rating{  
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 24px;
		font-weight:bold;
		color:BLUE;
	}
	
	
	#startop{
		z-index: 1;
		background-image: url("/images/staron.gif");
		background-repeat: repeat-x;
		height: 12px;
	}
	#starbottom{
		z-index: 0;
		background-image: url("/images/staroff.gif");
		background-repeat: repeat-x;
		width: 65px;
		height: 12px;
	} 
	
	.para1 { margin-top: -45px; margin-left: 55px; margin-right: 10px; font-family: "verdana"; font-size: 30px; line-height: 35px; text-align: left; font-weight:600; color: #000000; }
	.para2 { margin-top: 15px; margin-left: 45px; margin-right: 50px; font-family: "font1, Arial Black"; font-size: 40px; line-height: 40px; text-align: left; color: silver; }
	a {font-weight:700;}
	

	HR{
		COLOR: #c0c0c0;
		margin: 15px 0 15px 0;
		HEIGHT: 1pt
	}
	.smalltext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;}
	
/* =====================================================*/
/*                                              OUR BOXES                                                        */
/* =====================================================*/
	#contribute {
		position: relative;
		background:#FFFFFF;
		margin: 0 0 10px 0;
		padding: 10px;
		width: 95%;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}
	#newsbox {
		position: relative;
		background:#000000;
		margin: 0px;
		padding: 10px;
		width: 250px;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}
	
	#newsbox a {color: #000000; font-weight: bold;}
	#newsbox a:link {	color: #000000; text-decoration:none}
	#newsbox a:visited {	color: #000000;	text-decoration:none}
	#newsbox a:hover {	color: #689863;	text-decoration: underline;}
	#newsbox a:active {	color: #EFEFEF;	text-decoration: underline;}
	
	.newsboxheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#689863;
	}
	
	.commentbox {
		position: relative;
		margin: 0px;
		padding: 10px;
		width: 280px;
		border: 2px black solid;
		border-color:#000000;
		z-index: 2;
	}
	.pagenumberbox{
		position: relative;
		margin: 0px;
		padding: 10px;
		width: 350px;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}

/* =====================================================*/
/* RIGHT SEARCH MENU*/	
/* =====================================================*/
.select {
	margin-top: 20px;
	padding-bottom: 3px;
	width: 177px;
	height: 31px;
}
#lselect ul {
	width: 180px;
	list-style-type: none;
}
#lselect ul li {
	width: 180px;
	padding:3px 0 5px 25px;
	display: block;
	background: url(images/review_small.jpg) 14px 7px no-repeat;
	border-bottom: 1px solid #efefef;
}
#lselect ul li a{
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
#lselect ul li a:hover{
	color: #0033CC;
}
#lselect ul li a.c {
	color: #C13003;
	display: inline;
	font-weight: bold;
}
#lselect ul li a.c:hover {
	color: #C13003;
	text-decoration: underline;
}
/* =====================================================*/
/* RIGHT SEARCH MENU*/	
/* =====================================================*/

.articles {
	margin-top: 20px;
	padding-bottom: 3px;
	width: 177px;
	height: 31px;
}
#articles ul {
	width: 180px;
	list-style-type: none;
}
#articles ul li {
	width: 180px;
	padding:3px 0 5px 25px;
	display: block;
	background: url(images/review_small.jpg) 14px 7px no-repeat;
	border-bottom: 1px solid #efefef;
}
#articles ul li a{
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
#articles ul li a:hover{
	color: #0033CC;
}
#articles ul li a.c {
	color: #C13003;
	display: inline;
	font-weight: bold;
}
#articles ul li a.c:hover {
	color: #C13003;
	text-decoration: underline;
}
/* =====================================================*/
/* RIGHT NEWS MENU*/	
/* =====================================================*/
.news{
	margin-top: 20px;
	padding-bottom: 3px;
	width: 177px;
	height: 31px;
}
#news .newsinfo{font-size:9px;}

#news ul {
	width: 180px;
	list-style-type: none;
}
#news ul li {
	width: 180px;
	padding:3px 0 5px 25px;
	display: block;
	background: url(images/review_small.jpg) 14px 7px no-repeat;
	border-bottom: 1px solid #efefef;
}
#news ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
#news ul li a:hover{
	color: #0033CC;
}
#news ul li a.c {
	color: #C13003;
	display: inline;
	font-weight: bold;
}
#news ul li a.c:hover {
	color: #C13003;
	text-decoration: underline;
}