/* Body */
body {
  	font-size: 75%;
	font-size: 12px;
	margin: 0px;
	color: #555555;
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
    /* background-image: url(/images/tesco/bg_test.jpg);
  	background-position: top center;
  	background-color: #FFF; */
}
p {
	font-size: 12px;
	}
.pngfix {}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
}

#Container
{
	float: left;
	height: auto;
	width: 960px;
	overflow: hidden;
	display: inline;
	margin: 0px;
}

.Navigation
{
	float: left;
	height: auto;
	width: 180px;
	overflow: hidden;
	display: inline;
	margin: 0px;
}
.Page
{
	float: left;
	height: auto;
	width: 780px;
	overflow: hidden;
	display: inline;
	margin: 0px 0px 0px 0px;
}
#Page_Span {
	float: left;
	height: auto;
	width: 780px;
	margin: 0px;
	overflow: hidden;
	display: inline;
	}
	
#Page_Main {
	float: left;
	height: auto;
	width: 600px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	display: inline;
	}

#Page_Right_Column {
	float: left;
	height: auto;
	width: 150px;
	padding: 10px 0px 0px 9px;
	margin: 0px;
	border-left: 1px solid #D2D2D2;
	overflow: hidden;
	display: inline;
	}
	
#Footer
{
	float: left;
	height: auto;
	width: 960px;
	overflow: hidden;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.Hidden
{ visibility: hidden;
  display: none;
}

.SideLink 
{
	float: left;
	border: 1px solid #F2F2F2;
	margin: 3px 0px 3px 0px;
}
.ContentBox 
{	float: left;
 	width: 590px;
 	height: auto;
}

#Page_Not_Found {
	margin: 50px auto 0px auto;
	width: 300px;
	height: 95px;
	padding: 55px 0 0 100px;
	background-image: url(/images/tesco/notfound.png);
	background-repeat: no-repeat;
}

#Footer_container 	
{
	float: left;
	width: 960px;
	height: 129px;
	margin: 15px 0px 0px 0px;
	background-image: url(/images/tesco/footer_bar.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	overflow: hidden;
	padding: 0px;
}
#Footer_holder 	
{
	float: left;
	width: 680px;
	height: 100px;
	margin: 0px;
	display: inline;
	overflow: hidden;
}
#Footer_gfx	
{
	float: left;
	width: 280px;
	height: 100px;
}
#Footer_links 	
{
	float: left;
	width: 930px;
	height: 20px;
	margin: 5px 15px 0px 15px;
}
#Footer_smiles	
{
	float: right;
	width: 171px;
	height: 62px;
	margin: 10px 0px 0px 0px;
}

/* NEW CONFIRM ITEM PAGE */

#con_container 	
{
	float: left;
	width: 760px;
	height: auto;
	display: inline;
	overflow: hidden;
}

#con_left_container
{
	float: left;
	width: 460px;
	height: auto;
	padding: 20px 0px 0px 0px;
	display: inline;
	overflow: hidden;
}

#con_right_container
{
	float: left;
	width: 200px;
	height: auto;
	display: inline;
	overflow: hidden;
	text-align: center;
}
.con_text 	
{
	float: left;
    width: 110px;
    height: 30px;
    padding: 5px;
}
.con_dy 
{
	float: left;
	height: 30px;
	width: 330px;
	text-align: left;
	padding: 5px;
}
.con_image 
{
	margin: 30px 10px 66px 30px;
}
	
/* MISC */

.footer_phone 
{
	float: left;
	margin: 57px 0px 0px 165px;
	font-size: 16px;
	display: inline;
	overflow: hidden;
}
.footer_site
{
	float: left;
	margin: 57px 0px 0px 180px;
	font-size: 16px;
	display: inline;
	overflow: hidden;
}
           	
           	
/* === ILLOOM BALLOONS === */
#accordion 
{
	float: left;
	background:#000;
	width: 280px;
	margin: 10px 0px 30px 0px;
}

/* accordion header */
#accordion h2 {
	background:#000;
	margin:0;
	padding:5px 20px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	color: #BBB;	
	background: #000 url(/images/illoom_balloons/arrow.png) 5px 6px no-repeat;	
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#000;
	color: #FFF;
	background: #000 url(/images/illoom_balloons/arrow_current.png) 5px 6px no-repeat;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	height:auto;
	padding:10px;
	color:#fff;
	font-size:12px;
}


#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#CCC;
}

