@media print
{
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#main-nav { visibility:hidden; }
	#description { visibility:hidden; }
}

#container
{
	position:relative; /* needed for footer positioning */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */

	margin:0 auto;
	width:1000px;
	background: #fff url("/images/public/content_bg.gif") repeat-y center top;
}

#header
{
	background: transparent url("/images/public/header2.gif") no-repeat left top;
	position: relative;
	z-index: 100;
}

#header-content
{
	position: absolute;	
}

#logo
{
	position: relative;
	display: block;
	width: 255px;
	height:75px;
	margin-left: 20px;
	padding-top: 20px;
}	

#header h1
{
	position: absolute;
	display: block;
	width: 255px;
	height: 75px;
	left: 290px;
	top: 63px;
}

#back-link
{
	top: 0px;
	left: 0px;
	height:1px;
	width:1px;
	position:absolute;
	display:block;
}

#shopping-cart-btn
{
	background: url(/images/public/btn_view_cart.gif) no-repeat;
	width:260px;
	height:31px;
	padding:19px 0 0 30px;
	color:#46563f;
	font-size:12px;
	cursor:pointer;
	position: absolute;
	top: -30px;
	left: 0;
}

#logo a
{
	text-decoration:none;
	display: block;
}

#frame-nav
{
	background: url(/images/public/search_browse_shadow.jpg) no-repeat;
	height: 150px;
	padding: 15px 0;
	margin: 0 5px;
}

#frame-search-browse
{
	position: relative;
	margin:0 20px;
	height: 115px;
	background: url(/images/public/search_browse_bg.jpg) no-repeat bottom left;	
}

#frame-browse
{
	position: absolute;
	right: 5px;
	top: 30px;
	width: 520px;
	color: #767676;
	font-size: 13px;
}

#frame-browse h2
{
	padding-bottom: 5px;
}

#frame-search
{
	background: url(/images/public/search_bg.gif) no-repeat 0 0;
	position: relative;
	top: 10px;
	left: 10px;
	width: 395px;
	height: 100px;
	padding: 0;
	cursor: pointer;
}

#frame-search:hover
{
	background: url(/images/public/search_bg.gif) no-repeat 0 -100px;
}

#frame-search input {
	position: absolute;
	top: 51px;
	left: 12px;
	width: 356px;
	height: 21px;
	color: #666;
	background: #ffffff;
	border: 1px solid #FFF;
	font-size: 13px;
	padding: 0;
	margin: 0;
	z-index:1;
}

#frame-search button {
	position: absolute;
	top: 55px;
	left: 345px;
	background: none;
	border: none;
	font-size: 11px;
	height: 25px;
	width: 28px;
	overflow: hidden;
	z-index:10;
	background: #fff url(/images/public/search_button.gif) no-repeat 0px 0px;
}

#frame-search input.text {
	padding:5px;
}

#frame-search .text-searching {
	background: #fff url("/images/target/waiting.gif") no-repeat 10px 5px;
}

#frame-search-results
{
	width: 409px;
	position: absolute;
	left: 0;
	top: 113px;
	border: 1px solid #d9d9d9;
	background: white;
	z-index: 1000;
}

#frame-search-results.hidden
{
	display: none;	
}

#frame-search-results.visible
{
	display: block;
	z-index: 500;
}

#frame-search-list
{
	background: white;
	position: relative;
	display: block;
	height: 310px;
	padding: 5px 0px 0px 0px;
	margin: 0;
	overflow-y: scroll;
	border: 5px solid white;
}

#frame-search-list li
{
	display: block;
	position: relative;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid white;
	border-bottom: 1px dotted #cccccc;
	height: 65px;
	cursor: pointer;
	overflow: hidden;
}

#frame-search-list li.off
{
	border: 1px solid white;
	border-bottom: 1px dotted #cccccc;
}

#frame-search-list li.on
{
	border: 1px solid #66ad00;
}

#frame-search-list li a
{
	display: inline;
	width: 240px;
}

#frame-search-list li img
{
	float:left;
	display:inline;
	margin:5px 10px 40px 0px;
	vertical-align:middle;	
}

#frame-search-list li a div
{
	overflow: hidden;
	height: 40px;	
}

#frame-search-list li span
{
	margin-top:5px;
	color:#40A849;
	float:right;
}

#frame-member-info
{
	position: absolute;
	bottom: 46px;
	right: 20px;
	color: #666666;	
}

#frame-member-info span
{
	padding: 0 10px;
	border-left: 1px dotted #ccc;
}

#frame-member-info span:first-child
{
	border-left: none;	
}

#frame-member-info span:last-child
{
	padding: 0 0 0 10px;
}

#main-nav
{
	background: url("/images/public/nav_bg.gif") repeat-x top left;
	position: relative;
	margin: 0 20px;
	height: 36px;
	z-index: 100;
}

#main-nav dt
{
	position: relative;
	display:block;
	float:left;
	background: url("/images/public/frame_nav_divider.gif") no-repeat top left;
}

a.main-nav
{
	float: left;
	text-decoration:none;
	font-size:14px;
	display:block;
	height:24px;
	padding:12px 20px 0 20px;
	margin:0 0 0 2px;
}

a.main-nav:hover
{
	background: url("/images/public/nav_bg.gif") repeat-x 0 -36px;
}

#main-nav dt a.current
{
	background: url("/images/public/frame_nav_bg.gif") repeat-x 0 -36px;
	color:#40a849;
}

#main-nav dt a.current:hover
{
	
}


#main-nav #check-order-button {
	position:absolute;
	right:320px;
	background:none;
}

#main-nav #check-order-button a {
	padding-top:10px;
	color:#598A14;
}
#main-nav #check-order-button a:hover {
	background: none;
	padding-top:10px;
	color:#425D03;
}
#main-nav dt:first-child
{
	background: url("/images/public/nav_first_right_on.gif") no-repeat 100% 0;
	border-top:0;
	border-bottom:0;
}

#main-nav dt:first-child a
{
	background: url("/images/public/nav_first_left_on.gif") no-repeat 0 0;
	margin:0;
}

#main-nav dt:first-child a:hover
{
	
}

#main-nav dt:first-child a.current
{
	
}

div.nav-dropdown
{
	background: none;
	position:absolute;
	top: 36px;
	left: -13px;
	width: 251px;
	
}

div.nav-dropdown .menu
{
	background: url('/images/public/dropshadow_left_and_right.png');
	background-repeat: repeat-y;
	width: 228px;
	padding: 0 11px 0 13px;
	
}

div.nav-dropdown .menu-footer
{
	background: url('/images/public/dropshadow_bottom.png');
	background-repeat: no-repeat;
	width: 251px;
	height: 13px;
}


div.nav-dropdown ul
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 15px;
	min-height: 93px;
	background: #f6f6f6;
}

div.nav-dropdown ul li
{
	display: block;
	background-image: none;
	border-top: 1px dotted #dddddd;
}

div.nav-dropdown ul li a
{
	
}

div.nav-dropdown ul li:first-child
{
	border-top: none;
}

div.nav-dropdown ul li span
{
	font-weight: bold;
	fint-size: 11px;
	display: block;
	padding: 4px 0;
}

div.nav-dropdown ul li span a
{
	display: inline;
}


div.nav-dropdown ul li a
{
	float: none;
	display: block;
	padding: 4px 0;
	cursor: pointer;
	text-decoration: none;
}	



#frame-modules {
	position: relative;
	
	z-index: 10;
}

#frame-module
{
	position: relative;
}

div.page-content-blocks
{
	padding-bottom: 15px;
	height: 1%;
	overflow: visible;
	min-height: 1%;
}

#footer {
	
	background: url("/images/public/nextworth_footer.gif") no-repeat left top;
	width:1000px;
}

#footer-menu
{
	/*border-bottom:1px solid #6B5DA1;*/
	padding:20px;
	height:14px;
	
}

#footer-menu dt
{
	float:left;
	border-left: 1px dotted white;
}

#footer-menu dt.first
{
	border-left: none;
}

#footer-menu dt#twitter
{
	float:right;
	border-left: none;
	background: url('/images/public/twitter.png') no-repeat 5px -8px;
	padding: 0 0 10px 32px;
}

#footer-menu dt#facebook
{
	float:right;
	border-left: none;
	background: url('/images/public/facebook.png') no-repeat 5px -8px;
	padding: 0 0 10px 32px;
}

#footer a
{
	display:inline;
	text-decoration:none;
	color:white;
	font-size:12px;
	padding: 0 10px;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer-bottom 
{
	
}
	
#popular-searches 
{	
	clear:both;
	display:block;
	padding:25px;
	text-align:center;
	height:auto;
}

#popular-searches img {
	margin-bottom:20px;
}

#popular-searches ul {
	margin:0;
	padding:0;
}

#popular-searches ul br {
	display:none;
}

#popular-searches ul li {
	color:#FFF;
	font-size:12px;
	float:left;
	width:155px;
	margin:0;
	padding:1px 0px 0px 0px;
}

#footer-copyright
{
	font-size:12px;
	color:white;
	padding:0 20px;
	text-align:center;
}

#footer-content
{
	padding:10px 20px 20px 20px;
	font-size:12px;
	color:white;
	text-align: center;
}

#popup.hidden
{
	visibility: none;
	position: absolute;
	top: 0;
	left: 0;
}

#popup.visible
{
	visibility: visible;
	position: absolute;
	border: 1px solid #e9da2b;
	background: #fef58e;
	padding: 5px;
	z-index: 100000;
}

#popup-header
{
	position: absolute;
	top: 5px;
	left: 5ps;
	font-weight: bold;
}

#popup-content
{
	position: absolute;
	overflow-y: auto;
	top: 30px;
	bottom: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

#popup-close
{
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("/images/public/red_x2.gif") no-repeat bottom right;
	border:none;
	overflow:hidden;
	text-indent: -100em;
	height: 20px;
	width: 20px;
}

.pipe
{
	padding:0 5px;
	color:white;
}

.disabled-arrow-right, .disabled-arrow-left
{
	color: #666666;
}

.link-arrow-right
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=3366cc&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=0033cc&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=3366cc&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=0033cc&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}
#check-order-button
{
	background:#F00baa;
}
	
#member-tool-bar
{
	display: block;
	border-left: 5px solid #7e7e7e;	
	border-right: 5px solid #7e7e7e;
	border-bottom: 1px solid #727272;
	background: #878787;
	padding: 5px 15px;
	color: white;
	height: 20px;
}

#member-tool-bar a{
	color: #d7d7d7;
}

#member-tool-bar a:hover{
	color: #eaeaea;
}

#current-member
{
	float: right;
}

#referred-by
{
	float: left;
}

#tracker_hider
{
	position: absolute;
	top: -1000px;
	left: 0;
}


