/*-------------------------------------------------------------------
Page id and print button
-------------------------------------------------------------------*/

.page-id-lt{
	float: left;
	width: 725px;
	font-size: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
}
#breadcrumb .page-id-lt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.page-id-rt{
	float: right;
	width: 161px;
	text-align: right;
	font-size: 12px;
}
#next-product a{
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
	background-image: url(/images/page-numbering-rt.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*-------------------------------------------------------------------
Content
-------------------------------------------------------------------*/
#content{
	width: 901px;
	margin: 30px auto;
	padding: 0;
}

/*-------------------------------------------------------------------
Lt column with photos
-------------------------------------------------------------------*/
#photo-column{
	float: left;
	width: 394px;
	background-color: #FFFFFF;
	padding: 0 25px 0 0;
}
#photo{
	width: 340px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#view-larger a{
	display: block;
	background-image: url(/images/view-larger.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	font-size: 11px;
	width: 75px;
	padding: 0 0 0 19px;
	margin: 0 auto;
}
#view-larger a:link,
#view-larger a:visited{
	color: #000000;
	text-decoration: none;
}
#view-larger a:hover,
#view-larger a:active{
	color: #000000;
	text-decoration: underline;
}

#related-products{
	padding: 30px 0 0 0;
}
#related-products div{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#related-products table{
	border-top: 1px dotted #B9C1DD;
	border-right: 1px dotted #B9C1DD;
	padding: 0;
	margin: 0;
}
#related-products td{
	border-left: 1px dotted #B9C1DD;
	border-bottom: 1px dotted #B9C1DD;
	width: 110px;
	padding: 10px 10px 15px 10px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
#related-products td span{
	display: block;
}



/*-------------------------------------------------------------------
Rt column with text
-------------------------------------------------------------------*/
#content-column{
	float: right;
	width: 482px;
	font-size: 12px;
	height: 1%;
}
#white-content{
	background-color: #FFFFFF;
	height: 1%;
}
#item-name{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
#collection-notification{
	padding: 0;
}
#price{
	font-size: 15px;
	padding: 1em 0;
}
#quantity{
	border-top: 1px dotted #B9C1DD;
	border-bottom: 1px dotted #B9C1DD;
	padding: 1em 0;
	margin: 0 0 1em 0;
	font-size: 13px;
	font-weight: bold;
}
#quantity ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#quantity li{
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
	line-height: 24px;
}
.quantity-field{
	font-size: 12px;
	background-color: #FFFFFF;
	width: 50px;
}
#please-note{
	font-size: 11px;
	padding: 1em 0 0 0;
}
#please-note strong{
	color: #FF0000;
}
#dimensions{
	width: 280px;
	float: left;
	padding: 0 0 2em 0;
}
#dimensions ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#dimensions li{
	float: left;
	padding: 0;
	margin: 0;

}
#weight{
	width: 185px;
	float: right;
	padding: 0 0 2em 0;
}
#weight ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#weight li{
	float: left;
	padding: 0;
	margin: 0;
	padding: 0 0 1em 0;

}

#product-details{
	/*width: 281px;
	float: left;*/
	background-color: #F1F2F6;
}
.product-details-header{
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
}
.product-details-header h2{
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-details-text{
	padding: 1em 15px 3em 15px;
}
.product-details-text p{
	margin: 1em 0 0 0;
}
#product-documents{
	/*width: 200px;
	float: right;*/
	background-color: #F1F2F6;
}

.pdf-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pdf-list li{
	margin: 0;
	padding: 0 0 .5em 20px;
	background-image: url(/images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#collection-details{
	background-color: #F1F2F6;
}
#collection-photo{
	width: 125px;
	float: left;
}
#collection-text{
	width: 300px;
	float: right;
}

/*-------------------------------------------------------------------
Popup after item is added
-------------------------------------------------------------------*/
#product-added{
	background-color: #FFFFFF;
	width: 420px;
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #B9C1DD;
}
#product-added-close{
	text-align: right;
}
#product-added-header{
	background-image: url(/images/product-added-tile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px dotted #B9C1DD;
	padding: 0 0 15px 29px;
}
#product-added-text{
	width: 329px;
	margin: 0 auto;
	padding: 2em 0 3em 0;
	font-size: 14px;
}
#product-added-continue{
	width: 174px;
	float: left;
	padding: 1.5em 0 0 0;
}
#product-added-checkout{
	width: 134px;
	float: right;
	padding: 1.5em 0 0 0;
}

/*-------------------------------------------------------------------
XLarge photo popup
-------------------------------------------------------------------*/
#xlarge-photo{
	z-index: 100;
	position: absolute;
	width: 632px;
	padding: 2px 2px 19px 2px;
	margin: 0 auto;
	border: 1px solid #B9C1DD;
	background-color: #000000;
	display: none;
}
#xlarge-photo-close{
	text-align: right;
	padding: 0 0 3px 0;
}
#xlarge-photo-data{
	width: 598px;
	padding: 0;
	margin: 0 auto;
}

/*-------------------------------------------------------------------
Fade container for pop-up layer
-------------------------------------------------------------------*/
#fade-container{
	display: none;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000000;
	opacity: .5;
	filter: alpha(opacity=50);
}

/*-------------------------------------------------------------------
Hidden items displayed at printing
-------------------------------------------------------------------*/
#print-logo, #print-footer{
	display: none;
}

