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 {
	margin: 0 auto;
	width: 876px;
}
#uppernav {
	float: right;
	margin: 50px 12px 0 0;
	text-align: right;
}
#uppernav a { color: black; }
#uppernav a.smalltext { font-size: 12px; }

#uppernav, #undernav { font-size: 12px; }
#uppernav a, #undernav a { text-decoration: none; }
#uppernav a:hover, #undernav a:hover { text-decoration: underline; }

#undernav {
	margin: 0 auto;
	width: 876px;
	}

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

#nav {
	background: #962f34 url('/images/navigation-new.png') repeat-x left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	height: 40px;
	margin: 0 auto;
	width: 876px;
}
#nav a {
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding: 10px 10px 0;
	text-decoration: none;
}
#nav a:hover {
/*	background: url('/images/nav-hover-3.png') repeat-x center top; */
	color: white;
	text-decoration: underline;
	}
#nav td#tab20 a {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 20px;
	}
#nav td#tab21 a {
	background: url('/images/nav-sale-bg.png') repeat-x center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 14px;
	margin: 0 10px;
	padding: 2px 10px 8px;
}
#nav a:hover {
	background-position: center bottom;
	/*background: #F7931E;*/
}
#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 #tab3,
#nav #tab3sp { display: none; }
#nav td.tabspacer { display: none; }
#nav-table { float: left; }

#cartpreview {
	color: white;
	float: right;
	font: 11px/13px Tahoma, Arial, sans-serif;
	height: 27px;
	margin: 5px 20px 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
}
#cartpreview a {
	color: white;
	font-size: 11px;
	display: inline;
	height: auto;
	padding: 0;
}
#cartpreview a:hover { background: transparent; }
#cartpreview a#mycart {
	background: transparent url('/images/mycart.png') no-repeat left 1px;
	margin-bottom: 2px;
	padding-left: 22px;
	}
#cartpreview a#items {
	font-weight: normal;
	}
#cartpreview a#mycart:hover { text-decoration: none; }
#cartpreview a#cartpreviewcheckout { display: none; }

#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 {
	display: none;
}

/* Free Shipping Statement and Contact Us */

#freeshipping,
#in-case-contact {
	margin-bottom: 1.1667em;
	margin-top: 1.1667em;
	}
#freeshipping {
	background: url('/images/shipping-truck.png') no-repeat left 3px;
	float: left;
	font-size: 12px;
	margin-left: 12px;
	padding-left: 21px;
	text-align: left;
}
#in-case-contact {
	float: right;
	font-size: 12px;
	margin-right: 12px;
	text-align: right;
}

/* ### 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;
}




/* Clearfix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* no macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end */






/* redesign */

#widget_h_1 { width: 688px; }
#cbar_widget0 {
	background: url('http://shopping.laughyourway.com/images/e7-bg.png') center top repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.cbar_widget0:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.cbar_widget_title {
	background: none;
	border-bottom: 1px solid #c7c8c7;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 10px;
	padding: 2px 0 4px;
	}
.cbar_widget_items { padding-left: 10px; }
.cbar_widget_item {
	float: left;
	margin-right: 9px;
	text-align: center;
	width: 160px;
	}

#cbar_w0_items_s div a div {
	margin-left: auto;
	margin-right: auto;
	}

.cbar_widget_item_a { display: block; }

.cbar_widget_item a img {
	margin: 0 auto 10px 10px;
	width: 120px;
	max-height: 150px;
	}
