body {
	background: #eee url('/images/bg.png') repeat-x left top;
	color: black;
	margin: 0;
	padding: 0;
}
body, p, td {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
a { color: black; }
a:active { color: #900; }
a:hover { color: black; }
a:visited { color: black; }

#outerwrapper {
	background: white;
	margin: 0 auto;
	width: 900px;
}
#div__body { min-height: 345px; }
* html #div__body { height: 345px; }

#header {
	
}
#uppernav {
	float: right;
	padding: 10px;
	text-align: right;
}
#uppernav a {
	color: black;
}

#logo {
	margin: 0;
}
#logo a {
	background: url('/images/laugh-your-way.png') no-repeat center center;
	display: block;
	padding: 10px;
	height: 60px;
	width: 210px;
}
#logo a span { display: none; }

#nav {
	background: #962f34 url('/images/navigation.png') repeat-x left top;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	height: 40px;
}
#nav a {
	background: url('/images/nav-hover.png') no-repeat center top;
	color: white;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding: 10px 15px 0;
	text-decoration: none;
}
#nav a:hover {
	background-position: center bottom;
	/*background: #F7931E;*/
}
#nav td.tabspacer {
	background: url('/images/nav-border.png') no-repeat center center;
}
#nav #tab3 a {
	background: url('/images/nav-cart.png') no-repeat left top;
	padding: 10px 15px 0 59px;
}
#nav #tab3 a:hover {
	background-position: left bottom;
}
#nav #tab3sp { display: none; }
#cartpreview {
	background: white url('/images/cart-previewR.png') no-repeat right top;
	color: black;
	font-size: 10px;
	margin: 0 10px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#cartpreviewleft {
	background: transparent url('/images/cart-previewL.png') no-repeat left top;
	height: 28px;
	padding: 1px 5px;
}
#cartpreview a {
	color: black;
	font-size: 10px;
	display: inline;
	height: auto;
	padding: 0;
}
#cartpreview a:hover {
	background: transparent;
	text-decoration: underline;
}

#crumbs {
	padding: 10px;
}

#footer {
	background: #eee;
	/*border-top: 1px solid black;*/
	font-size: 11px;
	padding: 10px;
	padding-bottom: 24px; /*add 14px to match copyright*/
}
#footer #copyright {
	float: right;
	margin-left: 20px;
	text-align: right;
}

#server_commands {
	display:none;
}

#tab4, #tab4sp, #tab6, #tab6sp, #tab15, #tab15sp, #tab16, #tab16sp, #tab17, #tab17sp { display: none; }

.portlet {
	background: url('/images/portletbg.png') repeat-x left top;
	margin: 0 auto 10px;
	width: 175px;
}
.portlet h3 {
	background: #222 url('/images/portlethd.png') no-repeat left top;
	color: white;
	font-size: 11px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 10px;
}
.portlet h3 img {
	vertical-align: middle;
}
.portlet .content {
	padding: 5px;
}
.searchport .content {
	padding: 5px 10px;
}

#crumbs {
	display: none;
}
#promo {
	height: 20px;
}

/* Free Shipping Statement */
#freeshipping {
	clear: right;
	float: right;
	font-size: 1.6em;
	margin: 15px 10px 0 0;
}

/* ### Add to Cart ### */
#addtocartSection {
	margin: 20px 0;
}
#stockMessage {
	font-weight: bold;
}
#onlinePrice {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#qty {
	display: none;
}
#addtocartDrilldown {
	margin-top: 10px;
}
#addtocart {
	background: url('/images/checkout/add-to-cart.png') no-repeat left top;
	font-size: 20px;
	padding: 34px 0 0 0;
	height: 34px;
	width: 147px;
}
#addtocart {
	border: none;
	cursor: pointer;
}
#addtocart:hover {
	background-position: left bottom;
}

/* ### Shopping Cart ### */
#carttable {
	border: 1px solid #858585;
	margin: 0;
	width: 676px;
}
#lywpgCart #carttable {
	margin: 0 20px 15px;
	width: 658px;
}
#carttable td {
	background: none;
	border: none;
	font-size: 14px;
	padding: 5px;
}
#carttableheader td {
	background: #dfdfdf;
	border-bottom: 1px solid #bbb;
	color: #000000;
	font-size: 11px;
	/*padding: 5px;*/
	text-transform: uppercase;
}
#carttableheader td .listheadernosort {
	background: none;
	color: inherit;
}
/* qty input */
#carttable input.input {
	border: 1px solid #aaa;
	font-size: 14px;
	padding: 3px 4px;
	text-align: right;
	width: 35px;
}
#carttable #ordersummary_estship td {
	background: #dfdfdf;
	/*border-top: 1px solid #bbb;*/
	border-bottom: 1px solid #bbb;
	font-size: 11px;
}
/* total */
#carttable .texttablert b {
	font-size: 20px;
}
/* total label */
#carttable #lbltotal {
	font-size: 12px;
}
/* zebras */
#carttablerow1 td, #carttablerow3 td, #carttablerow5 td, #carttablerow7 td, #carttablerow9 td, #carttablerow11 td, #carttablerow13 td {
	background: #eeeeee;
	border-bottom: 1px solid #bbb;
}

/* buttons */
#checkout {
	background: #92bb2d url('/images/checkout/checkout.png') no-repeat left top;
	font-size: 20px;
	left: 320px;
	margin-bottom: 15px;
	padding: 80px 0 0 0;
	height: 80px;
	width: 301px;
}
#cancel {
	background: #eeeeee url('/images/checkout/continue.png') no-repeat left top;
	left: -350px;
	top: 20px;
	padding: 30px 0 0 0;
	height: 30px;
	width: 180px;
}
#recalc {
	background: #eeeeee url('/images/checkout/update.png') no-repeat left top;
	left: -346px;
	top: 20px;
	padding: 30px 0 0 0;
	height: 30px;
	width: 140px;
}
#checkout, #cancel, #recalc {
	border: none;
	cursor: pointer;
	position: relative;
}
#checkout:hover, #cancel:hover, #recalc:hover {
	background-position: left bottom;
}

/* tracking */
#purchtrack {
	overflow: hidden;
	height: 0;
	width: 0;
	visibility: hidden;
}

/* Holdovers */
.txt10b-white {
	color: white;
}