body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100%;
}

div.table-wrap {
	width: 100%;
}

/* heading and logo */
#header {
	height: 94px;
	width:100%;
	background-image: url(../mm5/images/h_bg_logo.gif);
	background-repeat: repeat-x;
}

#header td {
	padding: 0;
}

#header a img,
#cart a img {
	border: 0;
}
#logo {
	padding-left: 10px;
}

#logo h1,
#logo h3 {
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	padding-left: 10px;
	width: 500px;
	height: 94px;
	background: url(../mm5/images/h_logo.gif.png) no-repeat;
	background-position: bottom center;
}

#logo span {
	display: none;
}

/* guarantee */
#header-space {
	width: 100px;
	min-width: 100px;
}
#guarantee {
	position: absolute;
	left: 525px;
	top: 5px;
}

/* navigation bar */
#nav {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../mm5/images/h_bg_nav.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding: 0;
}
#nav table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#nav td {
	vertical-align: top;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
}
#nav #phone {
	border-right: none;
}
#nav_2 td#share {
	padding-right: 15px;
	height: 24px;
}
#nav_2 td#checkout {
	padding: 0 10px 0 10px;
	border-left: 1px solid #fff;
	background-image: url(../mm5/images/h_bg_nav_checkout.gif);
	background-repeat: repeat-x;
}
#nav a img,
#nav_2 a img {
	border: 0;
}
#nav_2 {
	position: absolute;
	top: 95px;
	right: 0px;
}
#nav_2_cart {
	margin-right: 5px;
}
/* navbar search */
#nav form {
	display: inline;
}
#nav input {
	position: absolute;
/*	height: 14px;*/
	width: 100px;
	margin-top:2px;
	vertical-align:middle;
	font-size: 10px;
}
.nav_search_i {
	margin-left: 110px;
}

/* shopping cart */
#cart {
	white-space: nowrap;
	height: 94px;
	padding: 8px 0 0 0;
	text-align: right;
}
#cart p {
	font-size: 16px;
	margin: 7px 10px;
	padding: 0;
}
#cart a {
	font-weight: bold;
	color: #03c;
}
#nav_cart img {
	vertical-align: middle;
}

/* left side category listing */
#cat_list {
	white-space: nowrap;
	vertical-align: top;
	padding: 1em 0;
	background: #def url(../mm5/images/h_shadow_blue.gif) repeat-x;
}

#cat_list a {
	font-weight: bold;
	color: #03c;
}

#cat_list .wrap {
	font-size: 14px;
}

/* main content */
#main {
	vertical-align: top;
	width: 90%;
	background: #fff url(../mm5/images/h_shadow_white.gif) repeat-x;
	border-left: 1px solid #aaa;
}
.main-content {
	margin: 1em;
}

/* right panel */
#panel {
	vertical-align: top;
	background: #def url(../mm5/images/h_shadow_blue.gif) repeat-x;
	border-left: 1px solid #aaa;
}
.panel-content {
	margin: 1em;
}
#panel .heading {
	white-space: nowrap;
}

/* footer */
#footer {
	border-top: 1px solid #9cf;
	background: #8FB5F3 url(../mm5/images/h_bg_footer.gif) repeat-x;
}
#footer td {
	vertical-align: top;
	padding: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#footer a {
	font-weight: bold;
	color: #03c;
}

form {
	display: inline;
}

.glue {
	white-space: nowrap;
}

/* hide SPANISH (ES) elements */
.ES {
	display: none;
}

#ship_opt {
	font-size: 12px;
}

#cat_list font {
	font-size: 16px;
}

/* Help Corner */
div#help-corner-link {
	display: none;
/*	position: fixed;
	bottom: 0;
	right: 0;*/
	background: url(/common/images/help_corner.gif) no-repeat -150px 0;
	z-index: 1000;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#help-corner-link.hover {
	background: url(/common/images/help_corner.gif) no-repeat -300px 0;
}

#help-corner-link img {
	border: none;
}

div#help-corner-popup {
	display: none;
/*	position: fixed;
	bottom: 0;
	right: 0;*/
	z-index: 1100;
	width: 310px;
	height: 280px;
	padding: 0;
	margin: 0;
}
#help-corner-popup .box {
	height: 280px;
	position: relative;
}
#help-corner-popup .top-left {
	background: url(/common/images/help_corner_popup.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 50%;
}
#help-corner-popup .top-right {
	background: url(/common/images/help_corner_popup.png) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 50%;
}
#help-corner-popup .bottom-left {
	background: url(/common/images/help_corner_popup.png) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 50%;
}
#help-corner-popup .bottom-right {
	background: url(/common/images/help_corner_popup.png) no-repeat bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 50%;
}
#help-corner-popup .close {
	background: url(/common/images/close.gif) no-repeat;
	position: absolute;
	z-index: 1190;
	right: 28px;
	top: 29px;
	width: 20px;
	height: 20px;
}
#help-corner-popup .close.hover {
	background: url(/common/images/close.gif) no-repeat 0 -20px;
}
#help-corner-popup .content {
	margin: 0;
	padding: 80px 20px 10px 20px;
	position: relative;
	width: auto;
}

#help-corner-popup .table-wrap {
	width: 100%;
}
#help-corner-popup .contact {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}
#help-corner-popup th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
}
#help-corner-popup .x {
	padding-bottom: 15px;
}

#help-corner-popup ul {
	margin: 0;
	padding: 0;
}
#help-corner-popup li {
	margin: 0;
	padding: 2px 0;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	position: relative;
}

/* print */
@media print {
    
.noprint,
#logo a,
#cart,
#cart_background,
#nav,
#nav_2,
#cat_list,
#verisign { display:none; }
#logo { left:0; top:0; width:100%; }
#logo h1,
#logo h3 { text-align:center; }
#logo span { display:inline; }
#guarantee { left:575px; }

}

