/******************************************
*
* Products stylesheet to be used on all product pages.
*
*******************************************/

/* Page header */
#pageHeader {
	clear : both;
	color : #999999;
	font-size : 11px;
	padding-left : 20px;
	background-repeat : no-repeat;
	background-position : top right;
	border : 1px solid #CCCCCC;
}


#pageHeader a {
	color : #999999;
	font-size : 11px;
	text-decoration : underline;
}
#pageHeader a:link {
	color : #999999;
}
#pageHeader a:active {
	color : #999999;
}
#pageHeader a:visited {
	color : #333333;
}
#pageHeader a:hover {
	color : #000000;
	text-decoration : underline;
}

#pageHeaderPreOwned {
	height : 118px;
	padding-left : 20px;
	background-color : #af8146;
	background-repeat : no-repeat;
	background-position : top right;
	background-image : url(../img/header/preOwned_header.jpg);
}

#productPageTitle {
	height : 24px;
	background-repeat : no-repeat;
}
#productPageTitle span {
	display : none;
}
#pageHeader #pageHeaderCopy {
	color : #999999;
	font-size : 11px;
	width : 360px;
	height : 60px;
}

#pageHeaderPreOwned #pageHeaderCopy {
	display : none;
}
#pageHeaderPreOwned #pageSubtitle {
	display : none;
}



/* Page nav */
#pageNav {
	border-top : 0px;
}

#pageNavPreOwned {
	float : left;
	width : 203px;
	color : #999999;
	margin : 0px 0px 40px 0px;
	padding : 0px 0px 5px 0px;
	background-color : #F1F1EF;
	border-style : solid;
	border-color : #CCCCCC;
	border-width : 0px 1px 1px 1px;
}

#pageNavPreOwned .pageNavPromoPreOwned {
	font-size : 11px;
	margin : 0px 9px 20px 9px;
}
#pageNavPreOwned .pageNavPromoPreOwned .header {
	color : #999999;
	font-size : 11px;
	font-weight : bold;
	padding : 0px;
}

/* Page content */
#pageContent {
	width : 550px;
	margin : 15px 0px 20px 15px;
}
#pageContent .header {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	padding : 5px 0px 10px 0px;
}


/* Products tables */
.productsTable {
	width : 100%;
	margin-bottom : 20px;
}
.productsTable td {
	vertical-align : top;
}
#featuredProductsTable {
	margin-bottom : 20px;
	border-bottom : 2px solid #999999;
}
#featuredProductsTable .header {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	padding : 3px 10px 3px 10px;
	background-color : #999999;
}
.productsTable img {
	display : block;
	border : 0px;
}
.productsTable .last {
	width : 130px;
}
.productsTable .product {
	font-size : 11px;
	color : #999999;
	width : 130px;
	vertical-align : top;
	padding : 10px 0px 10px 0px;
}
.productsTable .product a {
	display : block;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}


/* Page list */
.pageResults {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	margin-bottom : 10px;
}
.pageResults ul {
	display : inline;
	margin : 0px 0px 0px 4px;
	padding : 0px;
}
.pageResults li {
	display : inline;
	list-style-type : none;
	margin : 0px 5px 0px 5px;
}


/* Narrow down menus */
#pageContent .narrowMenu {
	margin : 0px 0px 30px 0px;
	padding : 8px 15px 12px 15px;
	border : 1px solid #CCCCCC;
	background-color : #F1F1EF;
}
.productLvl3 #pageContent .narrowMenu {
	margin : 10px 0px 20px 0px;
}
#pageContent .narrowMenu .header {
	display : block;
	padding : 0px 0px 5px 0px;
}
#pageContent .narrowMenu select {
	color : #000000;
	font-size : 11px;
	margin : 0px 10px 0px 0px;
	padding : 0px;
	border : 1px solid #CCCCCC;
	background-color : #FFFFFF;
}
