body {
   background: white;
   font-size: 12pt;
   }
#header {
   
   }

.megamenu_container{
   display: none;
}
#sidebarright {
    display: none;
}
#cafeText, #full-product-main {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#full-product-details {
    float: left;
    margin: -10px 0 0 30px;
    width: 459px;
}
#left {
    float: left;
    margin-bottom: 20px;
    margin-left: 31px;
    margin-right: 26px;
    padding-right: 20px;
    width: 715px;
}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.megamenu li {
   display: none;
}


.list {
	border: 0px solid #666666;
	/*width: 100%;*/
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	/*width: 100%;*/
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	/*background-image:url(/images/table_header_bg.png);*/
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

#cafeText {
    float: left;
    padding: 20px;
}

#leftCheckOut {
    background: none;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 10px;
    min-height: 800px;
    padding-bottom: 20px;
    padding-right: 10px;
    width: 590px;
}

#rightCheckOut {
    float: left;
    padding-bottom: 20px;
    width: 340px;
}

div.padLeft {
    padding-left: 10px;
}

#full-product-main {
    background: none;
    margin: 7px 0 0;
    min-height: 800px;
    overflow: hidden;
    padding: 11px 0 0 10px;
    width: 735px;
}

#full-product-image {
    float: left;
    padding: 1em 0 0 1em;
    width: 200px;
}

#addToCart {
    display: none;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #000;
	line-height:14px;
}
.full-code {
    text-align: center;
}

div.price {
    background-color: #6ABE32;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 25px;
    font-style: italic;
    padding: 5px 10px;
    text-align: center;
    width: 180px;
}
#full-product-extra-information {
    color: #000000;
    font: 110% "times new roman",serif;
    margin: 0;
    padding: 1em 0 0;
}

#full-product-details {
    float: left;
    margin: 0 0 0 30px;
    width: 459px;
}

#full-product-details p {
    font: 110% "Trebuchet MS",Arial,Helvitica,sans-serif;
    padding: 0.5em 0 0;
}

div .facebooklike {
   display: none;
}

#footer {
    display: none;
}

#bottomimg{
   display: none;
}

#popupContainer {
   display: none;
}
/* END TABLE LIST CSS */