table.page-table {
border-collapse: collapse;
table-layout: static;
width: 100%;
}

table.page-table tr,
table.page-table td {
margin: 0;
padding: 0;
}

table.page-table .header-cell {
background: #282828 url(http://erichamby.com/menu/demo-bg.png) top left repeat-x;
padding: 10px;
}

table.page-table .content-cell {
height: 100%;
overflow: hidden;
vertical-align: top;
}

table.page-table #content-cell {
background: url(http://erichamby.com/menu/demo-shadow.png) top left repeat-x;
}

table.page-table .content-cell .content-iframe {
border-width: 0;
height: 100%;
margin-bottom: -1px;
width: 100%;
}

table.page-table .left {
float: left;
}

table.page-table .buy {
float: left;
margin: 0 0 0 0;
padding: 10px 0 0 80px;
}

table.page-table ul, li{margin:0; border:0; padding:0; list-style:none;}

table.page-table #middlebar{
font-size:11px;
color:#000000;
font-weight:bold;
height:30px;
width: 200px;
float: right;
margin: 2px 50px 0 0;
}

table.page-table #middlebar .menu li {
background:url(http://erichamby.com/menu/demo-menu-left.png) left top no-repeat;
height:34px;
float:left;
margin-right:10px;
}

table.page-table #middlebar .menu li a{
color:#282828;
text-decoration:none;
padding:0 10px;
height:34px;
line-height:34px;
display:block;
float:left;
padding:0 20px 0 10px;
width: 210px;
background:url(http://erichamby.com/menu/demo-menu-right.png) right top no-repeat;
}

table.page-table #middlebar .menu li a:hover{
color: #000000;
}

table.page-table #middlebar ul .submenu {
border: solid 1px #282828;
border-top: none;
background: #494949;
position: relative;
top: -1px;
left: 5px;
width: 228px;
padding: 6px 0;
clear: both;
z-index: 2;
display: none;
}

table.page-table #middlebar ul .submenu li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #404040;
}


table.page-table #middlebar ul .submenu li img{
	float:right;
	margin: -23px 10px 0 0;
}

table.page-table #middlebar .submenu li a{
background:none;
display:block;
float:none;
padding:8px 3px;
margin:0;
border:0;
height:auto;
color:#FFFFFF;
line-height:normal;
}

table.page-table #middlebar .submenu li a:hover{
background:#454545;
color: #FFFFFF;
}

table.page-table .cart {
float: right;
margin: 2px 10px 0 0;
padding: 0;
}

table.page-table .download {
float: right;
margin: 2px 10px 0 0;
padding: 0;
}

table.page-table .back {
float: right;
margin: 2px 10px 0 0;
padding: 0;
}

table.page-table .close {
float: right;
margin: 2px 0 0 0;
padding: 0;
}