/*the pop-up image pages use both the bp.css and this additional stuff*/

/*this page wrapper had to have a different background than the other page ... ajd removed this 7-20-05 when 
she changed the large image templates to be patterned after the portfolio index page 
templates.
#pagewrapperImagePage {
	background-color: #FFFFFF;
	background-image:  url("images/image_page_background.gif");
	background-repeat: repeat-x;
	width: 740px;
}
*/
/*holds the contents of the page, it has a different margin and no border as
opposed to SecondText div used on the other pages ... ajd removed this 7-20-05 when 
she changed the large image templates to be patterned after the portfolio index page 
templates.

#ImagePageText {
	width: 740px;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
*/
/*holds the top banner logo and view cart and close buttons*/
#ImagePageBanner {
	height: 75px;
}
/*sits in the ImagePageBanner and floats the buttons to the right ... ajd removed these styles
7-20-05 
.buttonsFloatRight {
	float: none;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
}
.buttonsFloatRight form {
	display: inline;
}
.buttonsFloatRight a {
	display: inline;
}
*/
/* styles the scroll command that sits to the right of the large image */
.scrollcommand {
	width: 80px;
	font-style: italic;
	padding-left: 8px;
	margin-bottom: 30px;
	margin-top: 50px;
} 

/*pads the large image on the top and bottom*/
.largeImagePadding {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*styles the font size for the table*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td p {
	font-size: 100%;
}
td h1 {
	font-size: 100%;
}

/* Reduce spacing caused by forms AJL 2005-07-20 */
form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

/*styles the top cell with the main headers for the table*/
.headerCell {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #999999;
}
/*styles the cells with the sub-heads*/
.subheaderCell {
	background-color: #D9D9D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-right: 0px;
	font-weight: bold;
}
/*styles all the information cells*/
.infoCell {
	background-color: #D9D9D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-right: 3px;
	vertical-align: middle;
}
/*styles the notes at the bottom of the large image page*/
.notes {
	font-size: 75%;
	margin-top: 3px;
	width: 650px;
}
.narrative {
	width: 650px;
}
/* ajd removed 7-22-05 
form.viewcart {
	height: 20px;
	display: inline;
}
*/
/* used to hide an element. Currently hiding the generic size and pricing table */
.hide {
	display: none;
}
 

