* {
	margin: 0; padding: 0;
	/*border: none;*/
	outline: none;
	background: transparent;
	}

html {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(/assets/images/global/bg_html.gif) repeat left top;
	}

body {
	margin: 0 auto; padding: 0;
	width: 990px;
	color: #444;
	}

p, li, label, blockquote, address, input, textarea, button, h3 {
	font: normal 1.2em/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
th, td {
	font: normal 1.2em/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

p, ul, ol, h2, h3, h4, h5, form, blockquote, address {
	margin: 0 0 14px;
	}

ul, ol {
	margin-left: 1.5em;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

a {
	text-decoration: none;
	color: #36c;
	outline: none;
	}

	a:hover {
		color: #f33;
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 0 0 15px 0; padding: 0;
	font-size: 2.5em; font-weight: normal;
	}

h2 {
	font-size: 17px; font-weight: normal;
	color: #204374;
	background: url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

h3 {
	font-size: 2.1em; font-weight: normal;
	}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block; 
	height: 100%;
	clear: both;
	visibility: hidden;
	}

#wrapper {
	position: relative;
	padding: 2px 5px;
	background-color: #fff;
	}

/*------------------------------------------------------------------------------------------------------
	HEADER and NAV
--------------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	margin-bottom: 2px;
	height: 150px;
	}

#nav-top {
	background: #fff url(/assets/images/global/bg_nav_top.jpg) no-repeat left top;
	}

#nav-bottom {
	background: #fff url(/assets/images/global/bg_nav_bottom.jpg) no-repeat left top;
	}

.nav-blocks {
	margin: 0 0 2px 0; padding: 0;
	height: 150px;
	list-style: none;
	overflow: hidden;
	}
	
	.nav-blocks li {
		float: left; display: inline;
		margin: 0; padding: 0;
		width: 196px;
		font-size: 1.1em;
		line-height: 1.3;
		overflow: hidden;
	}
	
	.nav-blocks li a {
		display: block;
		padding: 45px 75px 0 15px;
		height: 150px;
		color: #444;
		text-decoration: none;
	}
	
	.nav-blocks li a:hover {
		color: #f33;
	}
	
	.nav-blocks li strong {
		display: none;
	}
	
	.nav-blocks li em {
		display: block;
		font-style: normal;
		font-weight: bold;
		color: #f33;
	}

/*------------------------------------------------------------------------------------------------------
	CONTENT
--------------------------------------------------------------------------------------------------------*/

#content {
	position: relative;
	margin: 0 0 2px; padding: 0 0 2px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	}

#breadcrumb {
	position: relative;
	margin-bottom: 2px; padding: 0 15px;
	font-size: 1.1em;
	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;
	}

	#breadcrumb p {
		margin: 0; line-height: 30px;
	}

	#breadcrumb-cart {
		position: absolute;
		top: 0; right: 0;
	}

#main {
	position: relative;
	float: right; display: inline-table;
	width: 784px; overflow: hidden;
	}
	
.main {
	position: relative;
	float: right; display: inline-table;
	margin-bottom: 5px;
	width: 784px; overflow: hidden;
	}

	.intro {
		font-size: 1.4em;
	}

#collections {
	float: left;
	margin: 0;
	width: 520px;
	list-style: none;
	}

	#collections h2 {
		margin: 0 0 2px;
	}

	#collections h2 a:link {
		text-decoration: none;
	}

	#collections .collections-image {
		float: left; display: inline;
		margin-right: 20px;
		width: 140px;
	}

	#collections .collections-image span {
		position: absolute;
		display: block;
		width: 140px; height: 100px;
		background: url(/images/site/bg_collections_image.gif) no-repeat 0 0;
	}

	#collections .collections-details {
		float: left; display: inline;
		width: 360px;
	}

#brands {
	float: right;
	margin: 0;
	width: 140px;
	background: #fff url(/images/site/bg_brands.gif) repeat-y 0 0;
	}

	#brands h3 {
		margin: 0; padding: 10px 10px 5px;
		background: url(/images/site/bg_brands_top.gif) no-repeat 0 0;
	}

	#brands ul {
		margin: 0; padding: 0 10px;
		list-style: none;
		background: url(/images/site/bg_brands_bottom.gif) no-repeat 0 bottom;
	}

	#brands li {
		padding: 10px 0;
		text-align: center;
		background: url(/images/site/bg_dotline.gif) repeat-x 0 top;
	}

.hiddenFields, .hidden {
	display: none;
	}

.required {
	color: #f60;
	}

#entries {
	margin: 0;
	list-style: none;
	}

.entry {
	margin-bottom: 15px; padding-bottom: 15px;
	background: #fff url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

	.entry h2 {
		margin: 0 0 2px;
	}

	.entry h2 a:link, .entry h2 a:visited {
		text-decoration: none;
	}

/*------------------------------------------------------------------------------------------------------
	SIDEBAR
--------------------------------------------------------------------------------------------------------*/

#sidebar {
	float: left; display: inline-table;
	width: 196px; 
	}

#subnav {
	margin: 0; padding: 0;
	list-style: none;
	}
	
	#subnav li {
		padding: 0 5px 0 0;
	}
	
	#subnav li a {
		display: block;
		padding: 5px 0 5px 10px;
		background: url(/assets/images/global/bg_hline.gif) repeat-x left bottom;
	}

#sidebox {
	margin-bottom: 10px;
	background: #f6f6f6 url(/assets/images/site/bg_sidebox.gif) repeat-y left top;
	}
	
	#sidebox h3 {
		margin: 0; padding: 12px;
		background: url(/assets/images/site/bg_sidebox_top.gif) repeat-x left top;
	}
	
	#sidebox address {
		margin: 0; padding: 0 12px 12px;
		font-style: normal;
		background: url(/assets/images/site/bg_sidebox_bottom.gif) repeat-x left bottom;
	}
	
/*------------------------------------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 15px 0;
	}

#footer-logo {
	float: left; display: inline;
	width: 196px;
	}
	
	#footer-logo a {
		display: block;
		height: 110px;
		text-indent: -9999px;
		background: url(/assets/images/global/bg_footer_logo.gif) no-repeat 15px top;
	}

#footer-links {
	float: left; display: inline;
	}
	
/*------------------------------------------------------------------------------------------------------
	PROMO TOP
--------------------------------------------------------------------------------------------------------*/

#promotop {
	position: relative;
	padding: 15px 0;
	}

	#promotop-list {
		margin: 0; padding: 0;
		list-style: none;
	}
	
	#promotop-list li {
		float: left; display: inline;
		margin: 0 0 0 20px;
		width: 220px;
		height: 90px;
		text-indent: -9999em;
		background-color: #fff;
	}
	
	#promotop-list li a {
		display: block;
		height: 100%;
	}
	
	#promotop-catalog {
		background: url(/assets/images/global/promo_catalog.gif) no-repeat left top;
	}
	
	#promotop-quote {
		background: url(/assets/images/global/promo_quote.gif) no-repeat left top;
	}
	
	#promotop-questions {
		background: url(/assets/images/global/promo_questions.gif) no-repeat left top;
	}
	
	#promotop-checkout {
		background: url(/assets/images/global/promo_checkout.gif) no-repeat left top;
	}

/*------------------------------------------------------------------------------------------------------
	ACCORDION
--------------------------------------------------------------------------------------------------------*/

#accordion {
		float: left; display: inline;
		margin-bottom: 2px;
		width: 196px;
		background: url(/assets/images/global/bg_accordion.gif) repeat-y left top;
	}
	
	#accordion-top {
		padding-top: 15px;
		background: url(/assets/images/global/bg_accordion_top.gif) no-repeat left top;
	}
	
	#accordion-bottom {
		height: 1010px;
		/* background: url(/assets/images/global/bg_accordion_bottom.gif) no-repeat left bottom;*/
	}
	
	h3.accordion-toggler {
		margin: 0 1px; padding: 0 10px;
		font-size: 1.3em; font-weight: normal;
		line-height: 32px;
		cursor: pointer;
		background: url(/assets/images/global/bg_accordion_link.gif) repeat-x left bottom;
	}

	.accordion-pad {
		padding: 10px;
	}
	
	.accordion-pad ol, .accordion-pad ul {
		margin-left: 2.5em;
	}
	
	.accordion-pad ol li, .accordion-pad ul li {
		line-height: 1.1em;
		margin-bottom: .6em;
	}
	
	.accordion-pad ol li a:hover, .accordion-pad ul li a:hover {
		color: #FF0000;
	}
	
	.accordion-pad ol.ol-img {
		margin-left: 5px;
		list-style: none;
	}
	
	.accordion-pad ol.ol-img a img {
		border: 1px solid black;
	}
	
	#accordion-bottom-lid {
		height: 15px;
		background: url(/assets/images/global/bg_accordion_bottom.gif) no-repeat left bottom;
	}

/*------------------------------------------------------------------------------------------------------
	CATEGORIES ON HOMEPAGE
--------------------------------------------------------------------------------------------------------*/

.cat {
	float: right; display: inline;
	margin-bottom: 5px;
	width: 779px;
	background: url(/assets/images/global/bg_cat.gif) repeat-y left top;
	}
	
	.cat h3.header {
		margin-bottom: 10px;
		font-size: 1.4em;
		line-height: 40px;
		text-indent:10px;
		background: url(/assets/images/global/bg_cat_top.gif) no-repeat left top;
	}
	
	.cat ul {
		margin: 0;
		padding-bottom: 10px;
		/* height: 550px; */
		list-style: none;
		background: url(/assets/images/global/bg_cat_bottom.gif) no-repeat left bottom;
	}
	
	.cat li {
		float: left; display: inline;
		margin: 0 0 0 18px;
		width: 135px; height: 168px; overflow: hidden;
		text-align: center;
	}
	
	.cat li.first-row {
		background: none;
	}
	
	.cat li a {
		display: block;
		margin: 0; padding: 15px 0 0 0;
	}
		
	.cat img {
		margin-bottom: 5px;
	}
	
	.cat .cat-title {
		display: block;
	}

/*------------------------------------------------------------------------------------------------------ 
	PODS FOR RIGHT SIDE OF MULTIPLE PAGES  
--------------------------------------------------------------------------------------------------------*/

.pod {
		float: right; display: inline;
		margin-bottom: 5px;
		width: 779px;
		background: url(/assets/images/global/bg_cat.gif) repeat-y left top;
	}
	
	.pod h3.header {
		margin-bottom: 10px;
		font-size: 1.4em;
		line-height: 40px;
		text-indent:10px;
		background: url(/assets/images/global/bg_cat_top.gif) no-repeat left top;
	}
	
	.pod div.content {
		position: relative;
		padding: 10px;
	}
	
	.pod div.content p {
		/*margin: 2px 0 2px 0;*/
		padding: 0;
	}
	
	.pod div.pod-bottom {
		margin: 0;
		padding-bottom: 2px;
		height: 15px;
		width: 779px;
		list-style: none;
		background: url(/assets/images/global/bg_cat_bottom.gif) no-repeat left bottom;
	}
	
	.pod ul, .pod ol {
		margin-left: 3em;
	}
		/*
		.pod ul {
			list-style: square;
		}
	
		.pod ol {
			list-style: decimal;
		}*/

/*------------------------------------------------------------------------------------------------------
	VIDEOS ON HOMEPAGE
--------------------------------------------------------------------------------------------------------*/

#vid {
	width: 980px; height: 270px;
	background: url(/assets/images/global/bg_vid.gif) no-repeat left top;
	overflow: hidden;
	clear: both;
	}
	
	#vid h3 {
		font-size:1.6em;
	}
	
#vid-images {
	float: left; display: inline;
	margin: 15px 0 0 15px;
	width: 296px; height: 245px;
	}
	
	#vid-images-buttons {
		margin: 0 0 10px 0; padding: 0;
		height: 20px;
		list-style: none;
	}
	
	#vid-images-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0;
		width: 20px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		background-color: #36c;
	}
	
	#vid-images-buttons li.active, #vid-images-buttons li:hover {
		color: #fff;
		background-color: #f33;
	}
	
	#vid-images-content {
		position: relative;
		width: 280px; height: 210px; overflow: hidden;
	}
	
	#vid-images-content div {
		position: absolute;
		margin: 10px 0 0 10px;
		width: 280px; height: 210px;
		background-color: #fff;
		overflow: hidden;
	}

#vid-desc {
	float: left; display: inline;
	margin: 15px 0 0 30px;
	width: 297px; height: 245px;
	}

#vid-list {
	float: left; display: inline;
	margin: 15px 0 0 30px;
	width: 297px; height: 245px;
	}	

/*------------------------------------------------------------------------------------------------------
	CATEGORY/DEPARTMENT
--------------------------------------------------------------------------------------------------------*/

#dept-wrap {
	background: url(/assets/images/global/bg_sidebar.gif) repeat-y 195px top;
	}

#dept-title {
	margin: 0 0 3px 0px;
	font-size: 21px;
	color: #f33;
	line-height: 29px;
	}

#dept-bar-top {
	margin: 0 0 10px 5px;
	}

#dept-bar-bottom {
	margin: 0 0 10px 5px;
	}

.dept-bar {
	margin: 0 0 10px 5px;
	height: 33px;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
	}
	
.dept-bar .store_page_controls {
	margin: 0;
	padding: 4px 1px 6px 4px;
	font-size:1em;
	color: #f33;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
}

.dept-bar .store_page_controls form {
	margin: 0;
	padding: 0;
	font-size:1em;
	color: #f33;
}

#dept-products {
	}
	
	#dept-products ul {
		margin: 0 0 10px 0; padding: 0;
		list-style: none;
		background: url(/assets/images/global/bg_dept_vline.gif) repeat-y center top;
	}
	
	#dept-products li {
		float: left; display: inline-table;
		margin: 0 10px;
		width: 176px; overflow: hidden;
		text-align: center;
		background: url(/assets/images/global/bg_dept_hline.gif) repeat-x left top;
	}
	
	#dept-products li.first-row {
		background: none;
	}
	
	#dept-products li a {
		display: block;
		margin: 0; padding: 20px 0;
	}
		
	#dept-products img {
		margin-bottom: 5px;
	}
	
	#dept-products .prod-title {
		display: block;
		height: 55px; /* height: 70px; */ /* sam */
	}

	#dept-products .prod-price {
		display: block;
		font-weight: bold;
		color: #993300;
	}
	
	#dept-product .addtocart {
		margin: 0 0 15px 0; padding: 0;
		width: 150px; height: 30px;
	}
	
.tip {
	padding: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #222;*/
	background-color: #999;
	border: 2px solid #000;
	text-align: center;
	}
	
	.tip-title {
		margin-bottom: 15px; padding: 2px;
		background: #999 url(/assets/images/global/bg_spinner.gif) no-repeat center center;
	}
	
	.tip-title img {
		text-align: center;
		border: 1px solid #000;
	}

/*------------------------------------------------------------------------------------------------------
	PRODUCT DETAILS
--------------------------------------------------------------------------------------------------------*/

#prod-wrap {
	background: url(/assets/images/global/bg_sidebar.gif) repeat-y 198px top;
	}

#prod-title {
	color:  #f33;
}

#prod-content {
	margin: 0 0 20px 5px;
	}
	
#prod-details {
	float: right; display: inline;
	margin-right: 9px; padding-top: 10px;
	width: 425px;
	}

#prod-images {
	float: left;
	padding-top: 3px;
	width: 325px;
	}
	
	#prod-images-buttons {
		margin: 0; padding: 0;
		height: 20px;
		list-style: none;
	}
	
	#prod-images-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0;
		width: 20px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		background-color: #36c;
	}
	
	#prod-images-buttons li.active, #prod-images-buttons li:hover {
		color: #fff;
		background-color: #f33;
	}
	
	#prod-images-content {
		position: relative;
		width: 320px; height: 320px; overflow: hidden;
		border: 1px solid #ccc;
	}
	
	#prod-images-content div {
		position: absolute;
		margin: 10px 0 0 10px;
		width: 300px; height: 300px;
		background-color: #fff;
		overflow: hidden;
	}

#prod-tabs {
	margin-left: 5px;
	}
	
	#prod-tabs-buttons {
		margin: 0; padding: 0;
		height: 33px;
		list-style: none;
		background: url(/assets/images/global/bg_hline_solid.gif) repeat-x left bottom;
	}
	
	#prod-tabs-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0 15px 0 30px;
		line-height: 33px;
		cursor: pointer;
		border-top: 1px solid #ccc; border-right: 1px solid #ccc;
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left top;
	}
	
	#prod-tabs-buttons li.active, #prod-tabs-buttons li:hover {
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left -33px;
	}
	
	#prod-tabs-content {
		/* position: relative; */
		 padding: 20px;
		 /*height: 600px;*/
		 border: 1px solid #ccc; border-top: none;
	}
	
	/*#prod-tabs-content div {
		position: absolute;
		display: block;
		width: 700px;
		height: 600px;
		background-color: #fff;
		overflow: display;
	}*/
	
	.ul-pdf {
		list-style-type: none;
	}
	
	.pdf {
		
		padding-left: 25px;
		margin-left: 0;
		margin-bottom: 14px;
		background: url(/assets/images/global/icon_pdf.gif) no-repeat 0 center;
	}
	
/*------------------------------------------------------------------------------------------------------
	CONTENT IMAGES
--------------------------------------------------------------------------------------------------------*/
#content-images {
	float: left;
	padding-top: 3px;
	width: 625px;
	}
	
	#content-images-buttons {
		margin: 0; padding: 0;
		height: 20px;
		list-style: none;
	}
	
	#content-images-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0;
		width: 20px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		background-color: #36c;
	}
	
	#content-images-buttons li.active, #content-images-buttons li:hover {
		color: #fff;
		background-color: #f33;
	}
	
	#content-images-content {
		position: relative;
		width: 620px; height: 620px; overflow: hidden;
		border: 1px solid #ccc;
	}
	
	#content-images-content div {
		position: absolute;
		margin: 10px 0 0 10px;
		width: 600px; height: 600px;
		background-color: #fff;
		overflow: hidden;
	}

/*------------------------------------------------------------------------------------------------------
	SLIMBOX
--------------------------------------------------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(/assets/images/slimbox/loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

	#lbPrevLink {
		left: 0;
		background: transparent url(/assets/images/slimbox/prevlabel.gif) no-repeat 0% -4px;
		}

		#lbPrevLink:hover {
			/*background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0% 15%;*/
		}

	#lbNextLink {
		right: 0;
		background: transparent url(/assets/images/slimbox/nextlabel.gif) no-repeat 100% -4px;
		}

		#lbNextLink:hover {
			/*background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;*/
		}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/assets/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

	#lbCaption {
		font-weight: bold;
	}

/*------------------------------------------------------------------------------------------------------
	PULLDOWN
--------------------------------------------------------------------------------------------------------*/

#pd-contact {
	position: relative;
	margin-bottom: 2px;
	width: 980px;
	background: #fff url(/assets/images/global/bg_pd_fade.gif) repeat-y right top;
	}

	#pd-contact div {
		height: 1px;
		overflow: hidden;
	}
	
	#pd-contact div div {
		height: auto;
	}

	#pd-contact-toggle {
		display: block;
		height: 26px;
		text-indent: -9999px;
		background: #5895b6 url(/assets/images/global/bg_pd_toggle.gif) no-repeat left top;
	}
	
	#pd-contact-info {
		margin: 0 0 20px 0; padding: 0;
		height: 30px;
		list-style: none;
	}
	
	#pd-contact-info li {
		float: left; display: inline;
		margin-right: 20px; padding-left: 22px;
		line-height: 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	#pd-contact-info li.pd-chat { background-image: url(/assets/images/global/icon_chat.gif); }
	#pd-contact-info li.pd-email { background-image: url(/assets/images/global/icon_email.gif); }
	#pd-contact-info li.pd-phone { background-image: url(/assets/images/global/icon_phone.gif); }
	#pd-contact-info li.pd-fax { background-image: url(/assets/images/global/icon_fax.gif); }
	
	#pd-contact-content {
		padding: 15px 15px 15px 196px;
		border: 1px solid #ccc; border-top: none;
		background: url(/assets/images/global/bg_pd_fish.jpg) no-repeat left bottom;
	}
	
	#pd-contact-txt {
		float: left; display: inline;
		margin-right: 40px;
		width: 352px;
		color: #f30;
	}
	
	#pd-contact-form {
		float: left; display: inline;
		width: 367px;
	}
	
	#pd-contact-form fieldset {
		margin:0;
		padding:0;
		border:0;
	}
	
	#pd-contact-form label {
		margin: 0; padding: 0;
		border: none;
		display: none;
		font-weight: bold;
	}
	
	#pd-contact-form #form-email, #pd-contact #form-msg {
		width: 367px;
		border: 1px solid #f30;
		background-color: #fff;
		margin: 0 0 14px 0;
	}
	
	/*#pd-contact #form-email, #pd-contact #form-msg {
		float: left; display: inline;
		width: 367px;
		border: 1px solid #f30;
		background-color: #fff;
		margin: 0 0 14px 0;
		padding: 0;
		text-align: left;
	}*/
	
	#pd-contact-form p button {
		border: none;
	}

#pd-sitemap {
	margin-bottom: 2px;
	background: #fff url(/assets/images/global/bg_pd_fade.gif) repeat-y right top;
	}
	
	#pd-sitemap-content {
		padding: 15px 15px 15px 196px;
		border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;
	}

/*------------------------------------------------------------------------------------------------------
	MENU
--------------------------------------------------------------------------------------------------------*/

.menu {
	position: relative;
	height: 33px; overflow: hidden;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
	}

	.menu ul {
		margin: 0; padding: 0;
		list-style: none;
	}
	
	.menu li {
		float: left; display: inline;
		margin: 0; padding: 0;
	}
	
	.menu #logo {
		text-indent: -9999px;
	}

	.menu #logo a {
		display: block;
		height: 150px;
	}
	
	.menu li a {
		display: block;
		padding: 0 15px;
		line-height: 33px;
	}
	
	.menu li a:hover {
		background: url(/assets/images/global/bg_menu.gif) repeat-x left -33px;
	}

.search {
	position: absolute;
	top: 6px; right: 15px;
	margin: 0; padding: 0;
	width: 205px; height: 22px;
	background: url(/assets/images/global/bg_search.gif) no-repeat left top;
	}
	
	.search fieldset {
		margin: 0; padding: 0;
		border: none;
	}
	
	.search input {
		float: left; display: inline;
		margin: 3px 0 0 25px;
		width: 140px;
		border: none;
	}
	
	.search button {
		float: right;
		width: 20px; height: 22px;
		text-indent: -9999px;
		background: url(/assets/images/global/btn_go.gif) no-repeat left center;
		border: none;
	}

/*------------------------------------------------------------------------------------------------------
	TABS
--------------------------------------------------------------------------------------------------------*/

#tabs {
	margin-bottom: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
	#tabs-buttons {
		margin: 0; padding: 0;
		height: 33px;
		list-style: none;
		overflow:hidden;
	}
	
	#tabs-buttons li {
		float: left; display: inline;
		width: 196px;
		text-indent: 30px;
		line-height: 33px;
		cursor: pointer;
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left top;
	}
	
	#tabs-buttons li.active, #tabs-buttons li:hover {
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left -33px;
	}
	
	#tabs-content {
		position: relative;
		width: 980px; height: 275px; overflow: hidden;
	}
	
	#tabs-content div {
		position: absolute;
		width: 980px; height: 275px;
		background-color: #fff;
		overflow: hidden;
	}
	
	#tabs-packaging {
		background: #fff url(/assets/images/global/bg_tabs_boxes.jpg) no-repeat left bottom;
		overflow: hidden;
	}
	
	#tabs-fasteners {
		background: #fff url(/assets/images/global/bg_tabs_strapping.jpg) no-repeat left bottom;
		overflow: hidden;
	}
	
	#tabs-equipment {
		background: #fff url(/assets/images/global/bg_tabs_labels.jpg) no-repeat left bottom;
		overflow: hidden;
	}
	
	#tabs-service {
		background: #fff url(/assets/images/global/bg_tabs_equip.jpg) no-repeat left bottom;
		overflow: hidden;
	}
	
	.tabs-list h3 {
		margin: 20px 0 20px 245px;
	}
	
	.tabs-list ul {
		margin: 0 0 0 245px;
		width: 735px;
		list-style: none;
	}
	
	.tabs-list ul li {
		float: left; display: inline;
		margin: 0 20px 20px 0;
		width: 225px;
	}
	
#tabs-specials ul, #tab-internet ul, #tab-dunnage ul, #tab-packaging ul, #tab-fasteners ul, #tab-equipment ul, #tab-service ul {
	margin: 0; padding: 0;
	list-style: none;
	}
	
	#tabs-specials ul li, #tab-internet ul li, #tab-dunnage ul li, #tab-packaging ul li, #tab-fasteners ul li, #tab-equipment ul li, #tab-service ul li {
		float: left; display: inline;
		margin: 20px 35px 0; padding-top: 8px;
		width: 175px;
		background: url(/assets/images/global/bg_image_border.jpg) no-repeat center top;
	}
	
	#tabs-specials li h4, #tab-internet li h4, #tab-dunnage li h4, #tab-packaging li h4, #tab-fasteners li h4, #tab-equipment li h4, #tab-service li h4 {
		margin: 0 0 10px 0;
		/*font-size: 1.2em;*/
		font-size: 1em;
		font-weight: bold;
		line-height: 0.2;
	}
	
	#tabs-specials li a, #tab-internet li a, #tab-dunnage li a, #tab-packaging li a, #tab-fasteners li a, #tab-equipment li a, #tab-service li a {
		display: block;
	}
	
	#tabs-specials li img, #tab-internet li img, #tab-dunnage li img, #tab-packaging li img, #tab-fasteners li img, #tab-equipment li img, #tab-service li img {
		margin: 0 0 20px 7px;
	}

/*------------------------------------------------------------------------------------------------------
	HOME: VIDEO SWF
--------------------------------------------------------------------------------------------------------*/
#video-player {
	/* margin-bottom: 10px;*/
	height: 600px;
	}

/*------------------------------------------------------------------------------------------------------
	STORE: PRIMARY
--------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}
#store_crumbtrail_wrapper {
	border-bottom:1px solid #dbd9d9;
	background:transparent url(/assets/images/global/store_btnbg_dark.gif) repeat-x 0 0;
	width:100%;
}
.store_h_menu {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
.store_h_menu ul {
	display:inline;
	float:left;
	background-image: url(/assets/images/global/store_btnbg_dark.gif); /*repeat-x;*/
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.store_h_menu li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
.store_h_menu li a {
	display:inline;
	float:left;
	margin:0;
	padding:8px;
	border-right:1px solid #e4e3e3;
	text-decoration:none;
}
.store_h_menu li a:hover {
	text-decoration:none;
	background:transparent url(/assets/images/global/store_btnbg.gif) repeat-x 0 0;
}
#store_crumbtrail_cart_info {
	float:right;
	display:inline;
	margin:0;
	padding:7px;
}
#store_footer {
	background: #f9f6f6 url(/assets/images/global/store_btnbg_dark.gif) repeat-x 0 -5px;
	display:block;
	border-top:1px solid #e4e3e3;
	margin:10px 0 0 0;
	padding:0;
}
#store_footer_cart {
	background: #f9f6f6 url(/assets/images/global/store_btnbg_dark.gif) repeat-x 0 -5px;
	display:block;
	border-top:1px solid #e4e3e3;
	margin:10px 0 0 0;
	padding:0;
}
#store_content_wrapper {
	background-color:white;
	/*border-left:1px solid #565555;
	border-right:1px solid #565555;*/
	margin:0;
	padding:0;
}
/*
#store_leftnav_wrapper {
	width:170px;
	float:left;
	display:inline;
	margin:0 10px 0 10px;
	padding:0;
}
.store_leftnav_pod {
	margin:10px 0 0 0;
	padding:0;
}
.store_leftnav_pod h3 {
	margin:0;
	padding:4px;
	width:160px;
	font-size:10px;
	border:1px solid #e4e3e3;
	background:#f9f6f6 url(store_btnbg.gif) repeat-x 0 0
}
.store_leftnav_pod ul {
	width:168px;
	margin:0;
	padding:0;
}
.store_leftnav_pod li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.store_leftnav_pod li a, .store_leftnav_pod p {
	display:block;
	margin:0;
	padding:4px;
	width:160px;
	border-bottom:1px solid #e4e3e3;
	border-left:1px solid #e4e3e3;
	border-right:1px solid #e4e3e3;
	background-color:#ffffff;
	text-decoration:none;
}
.store_leftnav_pod li a:hover {
	background-color:#f4f5f5;
	text-decoration:none;
}
.store_leftnav_pod form {
	display:inline;
	float:left;
	margin:0;
	padding:4px;
	width:160px;
	border-bottom:1px solid #e4e3e3;
	border-left:1px solid #e4e3e3;
	border-right:1px solid #e4e3e3;
	background-color:#ffffff;
}
*/

/*------------------------------------------------------------------------------------------------------
	STORE: CART PODS
--------------------------------------------------------------------------------------------------------*/

#store_gut_wrapper {
	width:760px;
	float:left;
	display:inline;
	margin:0 10px;
	padding:0;
}
/*#store_cart_gut_wrapper {
	width:96%;
	margin:0 auto;
	padding:0 10px;
}*/
.store_feature_pod {
	position: relative;
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #e4e3e3;
}
.store_feature_pod p, .store_feature_pod div {
	margin:0;
	padding:4px;
}
.store_feature_pod h3 {
	margin:0;
	padding:4px;
	font-size:1.2em;
	border-bottom:1px solid #e4e3e3;
	background:#f9f6f6 url(store_btnbg.gif) repeat-x 0 0;
}
.store_feature_pod ul {
	margin:0;
	padding:0;
}
.store_feature_pod li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.store_feature_pod li a {
	display:block;
	margin:0;
	padding:4px;
	text-decoration:none;
}
.store_feature_pod li a:hover {
	background:#f4f5f5 url(none) repeat-x 0 0;
	text-decoration:none;
}

.store_page_controls {
	margin:0;
	padding:4px;
	font-size:10px;
	background:transparent url(none) repeat-x 0 0;
	/* background:#ededed url(none) repeat-x 0 0; */
}

.pages input {
	background-color: #fff;
}

/*------------------------------------------------------------------------------------------------------
	STORE: FORMS
--------------------------------------------------------------------------------------------------------*/

input, select, textarea {
	background-color:#fff;
}

fieldset input, fieldset select, fieldset textarea {
	float:left;
	width:50%;
}
checkbox, radio {
	width:12px;
}
fieldset input:hover {
	border-color:#000;
}
fieldset input:active, input:focus  {
	border-color:#000;
}

label, label span {
	display:block;
	padding:0 0 7px 0;
}
label {
	float:left;
	width:100%;
}
label span {
	float:left;
	margin-right: 10px;
	width:30%;
	text-align:right;
}
fieldset {
	margin:0;
	padding:20px 20px 0 20px;
	border:1px solid #ffffff;
}
fieldset:hover {
	border:1px solid #ffffff;
}
.store_form_info {
	clear:both;
	margin:5px 5px 10px 5px;
	padding:0 5px;
	text-align:center;
}
.store_important_flag {
	color:#ff0000;
}
.store_important_flag p {
	clear:both;
	margin:10px 0 20px 0;
	padding:0 5px;
	text-align:center;
}
/* form function override specific */
#store_select_ship_to fieldset input, #store_select_ship_to fieldset select, #store_select_ship_to fieldset text {
	float:left;
	margin-right:10px;
	width:30%;
	text-align:right;
	border:1px solid #999999;
}
#store_select_ship_to label span {
	float:left;
	width:50%;
	text-align:left;
}

/*------------------------------------------------------------------------------------------------------
	STORE: CUSTOMER/ACCOUNT MENU SPECIFIC
--------------------------------------------------------------------------------------------------------*/

#store_customer_menu_wrapper {
	border:1px solid #dbd9d9;
	background:transparent url(/assets/images/global/store_btnbg_dark.gif) repeat-x 0 0;
	margin-top: 10px;
}
.store_customer_menu {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
.store_customer_menu ul {
	display: inline;
	float: left;
	margin:0;
	padding:0;
}
.store_customer_menu li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
.store_customer_menu li a {
	display:inline;
	float:left;
	margin:0;
	padding:8px;
	border-right:1px solid #e4e3e3;
	text-decoration:none;
}
.store_customer_menu li a:hover {
	text-decoration:none;
	/* background:transparent url(/assets/images/global/store_btnbg.gif) repeat-x 0 0; */
}

/*------------------------------------------------------------------------------------------------------
	STORE: SEARCH RESULTS
--------------------------------------------------------------------------------------------------------*/

.store_search_result_wrapper {
	margin:10px;
	border-bottom:1px dotted #cccccc;
}
.store_search_data {
	float:left;
	display:inline;
	width:70%;
}
.store_search_type {
	float:right;
	display:inline;
	width:20%;
	text-align:right;
}

/*------------------------------------------------------------------------------------------------------
	STORE: TABULAR DATA
--------------------------------------------------------------------------------------------------------*/

caption {
	padding:8px;
	letter-spacing:1px;
	text-align:left;
}
table {
	border:1px solid #e4e3e3;
	margin:10px auto;
	width:96%;
}
th {
	/* padding:10px; */
	padding:10px;
	/*font-size:10px;*/
	font-weight:bold;
	color:#333;
	background:#f9f6f6 url(/assets/images/global/store_btnbg.gif) repeat-x 0 0;
}
tbody td, tbody th {
	/* padding:5px; */
	padding:5px;
}
tbody tr, tfoot tr {
	/*  */
	background:#F8F8F8;
	/* background:#e4e3e3; #ECECEC */
}
td {
	padding:0 10px;
}
tfoot td {
	/* padding:5px; */
	padding:5px;
	text-align:center;
}
.alert {
	color:red;
}

/* custom for bags */
/* new */
.bags_listview .tableh2 {
	background-color: #F8F8F8;
	border-bottom: 1px solid #999;
	padding:1px;
	margin:1px;
}
.bags_listview {
	width:100%;
	/* border-top:1px solid #ccc; */ /* #e4e3e3 */
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 0px solid ;
}
.bags_listview form {
	margin: 0;
	padding: 0;
}
.bags_listview form input {
	background-color: #fff;
}
.bags_listview td, .bags_listview th {
	border-top: 0px solid #999; /*#e4e3e3; ccc;*/
	border-bottom: 0px solid #999;
	border-right: 1px solid #999;
	border-left: 0px solid #999;
}
/* new */
.bags_listview th {
	border-bottom: 1px solid #999;
}
/* new */
.bags_listview tfoot tr td {
	/* background:#F8F8F8; e4e3e3; */
	background:#F8F8F8;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.bags_listview td {
	/* padding:11px 10px; */
	padding:4px 4px;
	text-align: center;
}
.bags_listview .addbtn input {
	width: 35px;
}
.bags_listview input {
	width: 30px;
}
.bags_listview .producttitle {
	text-align:left;
}
.tableh2 {
	font-weight: bold;
	text-align: center;
}
.bags_listview tfoot tr td {
	text-align: left;
}
.bags_listview .prodtdimg a img {
	border: 1px solid #ccc;
	display:inline-block;
	vertical-align:middle;
}

.bags_listview a img {
	border: 1px solid #ccc;
	display:inline-block;
	vertical-align:top;
}

.bags_listview .prodtdimg a:hover img {
	border: 1px solid #000;
}
a .store_product_img {
	border: 1px solid #ccc;
}
a:hover .store_product_img {
	border: 1px solid #333;
}

/*
SEM: changes
*/
.pda {
	font-size: 12px;
	}
	

@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  } 
}

@media handheld {

}