/*-------------------------------------------------------------------
SUPRA Footwear Print Styles
For: ONE Distribution
Version: 8.0
Last Modified On: 2011.08.29 at 10:41 am
---------------------------------------------------------------------*/

/* =General Styles
---------------------------------------------------------------------*/
body {
	background: #fff !important;
	background-image: none;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 0;
	margin: .6in;
}

#branding span img {
	float: left;
	display: block;
	width: 191px;
	height: 37px;
	margin-bottom: .1in;
}

h2, h3, h4, h5, h6 {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	margin: .2in 0 .2in 0;
	background: none;
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
	margin: .2in 0 0 0;
}

#navigation, ul#sub-nav, p#promo, input.button, .spinner, form, .categoryNav, #footer, #cart-drop-down, .marquee, .storeImage {display: none !important;}

a:link, a:visited {
	color: #369;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/* =Structure
---------------------------------------------------------------------*/

#print-content {
	width: 100%;	
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
}

	
/* =Images
---------------------------------------------------------------------*/	
img {
	border: 0;
	-ms-interpolation-mode: bicubic; 
}


/* =Tables
---------------------------------------------------------------------*/

table {
	width: 100%;
	background: #fff;
}

th {
	padding: 3px 4px;
	background: #000;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
}

td {
	padding: 2px 4px;
}

tr {
	vertical-align: top;
}



/* =Block Elements
---------------------------------------------------------------------*/
hr {
	clear: both;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;
	background-color: #000;
	color: #000;
}


/* =Lists
---------------------------------------------------------------------*/
dl, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bullet {
	margin: 0 0 5px 0;
}
	ul.bullet li {
		list-style-type: none;
		background: #fff url('/images/one-dist/assets/bullet.gif') no-repeat 0 3px;
		font-weight: normal;
		margin: 0 0 3px 6px;
		padding: 0 0 0 12px;
	}

ol {
	margin: 0 0 0 20px;
	padding: 0;
}


.divider {
	margin-bottom: 13px;
	padding-top: 2px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	height: 1px;
}

