/* Body */
body {
  	font-size: 75%;
	font-size: 12px;
	margin: 0px;
	color: #333;
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
    background-image: url(/images/woodies/page_bg.png);
  	background-repeat: repeat-y;
  	background-position: top center;
  	background-color: #f5f5f5;
}
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: 760px;
	overflow: hidden;
	display: inline;
	margin: 0px 0px 0px 20px;
}
#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 0px;
	overflow: hidden;
	display: inline;
	}

#Page_Right_Column {
	float: left;
	height: auto;
	width: 150px;
	padding: 0px 0px 0px 9px;
	margin: 10px 0px 0px 0px;
	border-left: 1px solid #DCDCDC;
	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/woodies/notfound.png);
	background-repeat: no-repeat;
}

#Footer_container 	
{
	float: left;
	width: 960px;
	height: 129px;
	margin: 10px 0px 0px 0px;
	background-image: url(/images/woodies/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	overflow: hidden;
	padding: 0px;
}
#Footer_holder 	
{
	float: left;
	width: 900px;
	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: 0px 15px 0px 15px;
}
#Footer_smiles	
{
	float: right;
	width: 171px;
	height: 62px;
	margin: 10px 0px 0px 0px;
}

#stores_note 
{	float: left;
 	width: 720px;
 	padding: 10px;
 	height: auto;
 	display: inline;
 	overflow: hidden;
 	color: #FFF;
 	margin: 10px 0px 0px 5px;
 	background: #0a3f2d;
 	border: 1px solid #08543c;
 	text-align: center;
}


/* 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;
	width: 230px;
	margin: 47px 0px 0px 265px;
	font-size: 16px;
	display: inline;
	overflow: hidden;
	font-size: 22px;
}
.footer_site
{	
	float: left;
	width: 300px;
	margin: 48px 0px 0px 60px;
	font-size: 16px;
	display: inline;
	font-size: 18px;
}
           	
           	
/* === 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;
}

/*============= Adverts ==============*/
#advert {width:150px; float: left; margin:0 0 0 0px; padding:0; color:#666}
#advert .top {width:auto; text-align:left; margin:5px 0 5px 0px; padding:5px 0 5px 0; border:1px solid #eee}
#advert .top p {padding:0 0 0 10px; margin:0px; font-size:11px}
#advert .cont {position:relative; margin:0 0 5px 0px; border:1px solid #eee; overflow:hidden}
#advert .cont a div.bar {position:absolute; bottom:0px; left:0px; line-height:28px; height:28px; width:140px; background-image:url(/images/_sitedesign/nav_closed_blue.png); background-repeat:no-repeat; background-position:0px -1px; color:#fff; font-size:11px; text-align:right; padding:0 20px 0 0}
#advert .txt a {display:block; width:140px; height:50px; line-height:12px}
#advert .txt, #advert .txt2 {position:absolute; width:150px; left:0px; text-align:left; height:50px; padding:10px 0 0 10px; font-size:12px; color:#666}
#advert .txt2 {padding:16px 0 0 10px}
