/*********THIS SHEET IS FOR TESTING PAGES ONLY, /HOME_TESTER.PHP***************/
/****************** All of the items in the header section.*************************/
body {
	position:absolute;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #FFFFFF;
   border: 10px solid #666666;

   padding: 0;
   border: 0;
 }
 #header {
	position: absolute;
	width:64em;
	height:6.7em;
	background-color: #FFFFFF;
	border-top: 1px solid #0000FF;
}
#header_logo {
	position: absolute;
	width: 56em;
	height:6.7em;
}


#shopping_cart_widget {
	position: absolute;
	top:2.2em;
	left:54em;
	width:9.5em;
	padding:5px;
	z-index:2;
}
#cart_widget_backgroungimg {
	position: absolute;
	top:2.3em;
	left:54.2em;
	z-index:1;
}
#cart_link {
	position: absolute;
	top:0.7em;
	left:2em;
	font-family:verdana;
	font-size:12px;
}
#cart_total {
	position: absolute;
	top:2.3em;
	left:1em;
	font-size:12px;
}
#cart_items {
	position: absolute;
	top:4em;
	left:1em;
	font-size:12px;
}

#search {
	position: absolute;
	top: 6.5em;
	left: 0.8em;
	font-size: x-small;
	font-weight: bold;
}



/**********************************************BODYCONTENT***************************************************************************/

li {
 font-size: small;
 list-style: none;
}
/*********************************HORIZONTAL NAVIGATION*******************************************************************/
#horizontal_navigation {
	position: absolute;
	top:6.7em;
	
}

/********************************************************* LEFT NAVIGATION ***********************************************/
/****this outer div contains the site search *****/
#outer_nav {
	position:absolute;
	top:8.6em;
	width:9.5em;
}

#navigation {
	position: absolute;
	top: 2em;
	width: 9.5em;
	font-size:15px;
 	line-height: 0.8em;
	border-top: 1px solid #999999;
}

#navigation, #navigation ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
 /* this section put a line under each line of text in the list. */
#navigation li {
	border-bottom: 1px solid #999999;
	font-size: smaller;	
}	

/* this section removes the under lines from links and visited links. */
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 2px 0px 2px 4px;
	border-left: 3px solid #999999;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
	color:#0000FF;
	text-decoration: none;
}

#navigation li a:hover, #navoffer li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
/***********************************************************Just arrived*************************************************/
#just_arrived {
	position:absolute;
	top:478px;
	left:0;
	width:142px;
	border:1px solid #FF9933;
}
td#just_arrived_title {
	background-color:#FF9933;
	font-size:14px;
	font-weight:bold;
	color:#663300;
	padding: 5px;
	text-align:center;
}
td#just_arrived_content {
	font-size:10px;
	color:#333333;
	border-bottom:1px dotted #333333;
	text-align:center;
}
td#just_arrived_content a:link, td#just_arrived_content  a:visited {
	display:block;
	background-color:#FFFFFF;
	color:#0000FF;
	text-decoration:none;
}
td#just_arrived_content a:hover, td#just_arrived_content a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
/************************************************************Free deilvery************************************************/
#free_shipping {
	position:absolute;
	top:672px;
	left:-2px;
	width:130px;
}
/**********************************************************most popular items**********************************************/
#popular_items {
	position:absolute;
	top:8.4em;
	left:54.2em;
	border:1px solid #0000FF;
}
td#topten {
	border:1px solid #0000FF;
}
td#popular_title {
	background-color:#0000FF;
	font-size:14px;
	color:#FFFFFF;
	padding:5px;
}
td#top_ten_img {
	padding:2px 1px 2px 5px;
}
td#popular_discription {
	font-size:xx-small;
	color:#333333;
	line-height:1.1em;
	padding-left:4px;
}
table#topten td {
	border-bottom: 1px dotted #333333;
}

/**************************************************Adverts under the the most popular items***************************************************/
#rightside_adverts {
	position:absolute;
	top:40em;
	left:54.2em;
}


#freedelivery {
	position: absolute;
	top: 33.24em;
	left: 0.8em;
}
/****** Safebuy img in the nav bar.****/
#safebuy {
	position: absolute;
	top: 65em;
	left: 2em;
	width: 7em;
}
.safebuyusing {
text-align: right;
}
/********** Paypal img in nav bar. *****/
#paypal {
	position: absolute;
	top: 50em;
	left: 0.2em;	
}

/*******************************************************FOOTER SECTION*******************************/
#footerone {
	position: absolute;
	bottom:-1.8em;
	width: 712px;
	font-size: 11px;
	color: #333333;



}
#footerone p {
	margin: 0.5em 0.1em 0em 0em;
	padding: 0;
}


#footerone a:link, #footerone a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #333333;
	background-color: transparent;
}
#footerone a:hover {
	text-decoration: none;
	color:#0000FF;	
}
