h1 {
    padding-top: 20px;
	line-height: 30px;
}

div {	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.show-title {
    font-weight: bold;

}

.show-price {
    font-weight: bold;

}

.header {
	border: 1px solid #cccccc;
	background: #F1F3F5;
	position:absolute; 
	left:0px; 
	top:0px;
	width:800px; 
	height:91px;
	z-index:3; 
	visibility:visible;
}

.nav {

	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width:120px;
	background: #F1F3F5;
	vertical-align:top;
	}



.footer {
	border: 1px solid #cccccc;
	background: #F1F3F5;
	position:relative;
	left:0px; 
	width:800px; 
	height:37px;
	z-index:3; 
	visibility:visible;
}

.content {
	border-right: 1px solid #cccccc;
	background: #F1F392;
    padding: 0px 15px 0px 0px;
    position:relative; 
    left:0px; 
    top:1px;

	width:800px;
    z-index:1; 
    visibility:visible;
}

.full {
	position:absolute;
	top: 90px;
	left: 0px;
	width:800px;
	z-index:3;
}


table.store-list {

    
    width: 800px;
    text-align:center;
!    border: 1px solid #B3B3E1;
    border: 1px solid #000000;


    

}

td.store-list-header {
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	color: white;


}

td.store-list-td {
	padding: 3px;
	  
}

tr.store-list-tr {
	

	
	
}

tr.store-list-header {
	border: 1px solid #000000;
}


#bodypane {
	clear: both;
	background-image:url(/images/bodybackground.jpg);
	width: 980px;
	min-height:600px;
	margin:0;
	top: -16px;
	#top: 0px;
	position: relative;
}
/* for Internet Explorer */
/*\*/
* html #bodypane {
height: 600px;
}
/**/