/* 
swervepoint print-friendly version
state street estore
3/14/05
*/

body, p, div, h1, h2, h3, h4, h5, ol, ul, li, table, tr, td, form, img, dl, dt, dd, pre, code {padding: 0; margin: 0; border: 0;}

/* layout 
-------------------------------------------*/
body {
	background: white;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #666;
	}
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#container {
	width: auto;
	background: transparent;
	}

hr {
	display: none;
	}
/* navigation 
---------------------------------------------*/
#headerlinks, #wireframenav, #notes {display: none;}
#primenav {display: none;}
#navcol {display: none;}
#footer h4, #footer ul, #searchsite {display: none;}

/* content - general
---------------------------------------------- */
h1 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}
h1 a:link, h1 a:visited {
	text-decoration: none;
	}
h2 {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px 0;
	font-weight: bold;
	}
h3 {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 20px 0;
	font-weight: bold;
	}
h4 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
p {
	margin: 0 0 10px 0;
	}
ul {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 20px;
	}
li {
	margin-left: 20px;
	}

/* support
-------------------------------------------------------- */
.support {
	clear: both;
	}
.support ul, .support li {
	list-style: none;
	margin: 10px 0;
	}
.support li.support_button, .support h4 {
	display: none;
	}


/* content - product thumbnail page
-------------------------------------------------------- */
.storesort {
	display: none;
	}

div.catprod {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
div.catprod a.productimage {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	}
div.catprod img {
	margin: 0;
	border: 0;
	}
div.catprod dd {
	margin: 5px 0;
	}
div.catprod dd.ondemand {
	font-size: 10px;
	}
div.catprod dd.ondemand a {
	text-decoration: none;
	}

/* content - product detail page
-------------------------------------------------------- */
.form h3 {
	display: none;
	}
#detailsxxx dt, p.enlarge, p.continueshopping {
	display: none;
	}
#details dt {
	font-size: 10px;
	display: none;
	}
#details dd {
	padding: 0 0 10px 0px;
	font-weight: bold;
	}
#details dd.title {
	font-size: 16px;
	}
#details dd.desc {
	font-weight: normal;
	}

#maincol ul.changecolor
{
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	}
#maincol ul.changecolor li
{
	float: left;
	list-style: none;
	margin: 0 5px 10px 0;
	padding: 1px;
	text-align: center;
	width: 25px;
}
#maincol ul.changecolor li input
{
	margin: 0 0 2px 0;
	padding: 0;
}
#maincol ul.changecolor li label
{
	display: block;
	text-align: center;
}
#maincol ul.changecolor li label img
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#prod .form table {
	clear: left;
	float: left;
	font-size: 10px;
	}


.form input {
	display: none;
	}



table.sizes_table {width: auto;
border-collapse: collapse;
}
table.sizes_table th {padding: 1px 5px;
border-bottom: 1px solid #666;
}
table.sizes_table td {padding: 2px 5px;}


table#SKUs {
	width: 100%;
	}
table#SKUs caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
table#SKUs th {
	border-bottom: 1px solid #666;
	background: #fff;
	text-align: left;
	vertical-align: top;
	}
table#SKUs tbody tr {
	display: none;
	}
table#SKUs tr#productSKU {
	display: block;
	}
table#SKUs td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}
