

#pcBanner{
	font-size: 35px;
	padding:0px;
	margin:10px;
}

/*on the standard layout to show the "return to pc" link */
#smallBanner{
	padding: 10px;
	margin: 0px;
	background-color: #999;
	color: #ff3;
	font-size: 18px;
	border-bottom: 1px solid #5F6D75;
}

#smallBanner a{
	color: #ff3;
	background-color: #999;
	text-decoration: none;
}

#smallBanner a:hover{
	color: #fff;
	background-color: #999;
	text-decoration: underline;
}

#smallBanner a:visited:hover{
	color: #fff;
	background-color: #999;
	text-decoration: underline;
	
	
}

.smallText{
	font-size: 0.5em;
}

/*overriding some of the settings in the pages.css file*/
#pageContent{
	padding: 0px;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ACBCC4;
	border: 1px solid #5F6D75;

}

/*used to give the artwork image padding and a thin border */
.artworkImage{	
	border: 20px solid #fff; /*<- this is now set on the artpage but used else where  */
	width:100%;
	height:auto;
}
.artworkBorder{
	width:100%;
	height:auto;
	border: 1px solid #666;
	padding-right: 80px; /* <-this is now set on the page */
}


#artistGalleryNav{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100px;
}

#artistGalleryNav ul {
	position: relative;
	top: 54px;
	left: 640px;
	list-style-type: none;
	text-align: left;
}

#artistGalleryNav ul li{
	margin: 0px 2px 0px 2px;
	padding: 2px;
	float:left;	
}

#artistGalleryNav ul li a{
	display: block;
	margin:0px;
	padding: 6px 6px 0px 6px;
	color: #333;
	border: 1px solid #5F6D75;
	border-bottom: 1px solid transparent;
	text-decoration:none;
	float:left;
	font-size: 18px;
	line-height: 20px;


}

#artistGalleryNav ul li a:hover{
	background-color: #CAD4D9;

}

#artistGalleryNav ul li a.active{
	background-color: #ACBCC4;
	color: #000;
	border-bottom: 1px solid #ACBCC4;

}

#artistGalleryNav ul li a.active:visited{
	background-color: #ACBCC4;
	color: #000;
	border-bottom: 1px solid #ACBCC4;

}

#artistGalleryNav ul li a.active:hover{
	background-color: #ACBCC4;
	color: #333;
	border-bottom: 1px solid #ACBCC4;
}

#artistGalleryNav ul li a.notActive{
	background-image: url('/images/65transparent.png');
	background-repeat: repeat;
	color: #333;
	border-bottom: 1px solid transparent;

}

#artistGalleryNav ul li a.notActive:hover{
	background-color: #CAD4D9;
	color: #333;
	border-bottom: 1px solid #CAD4D9;
}



/*used in the artwork helper*/
.artworkMiniThumb
{
	cursor: pointer;
}

/*mouseover border colors set in the helper code */
.artworkMiniThumbImage{
	border: 3px solid #fff;
}


/*end of partial */

/* Page layout divs to do the browser/artwork/and sellable info */
#artworkBrowser{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 210px;
}

.boxedIn{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #666;
}

#artworkDisplay{
	margin-top: 23px;
	margin-left: 250px;
	margin-right: 320px;
	padding: 0px;
}

#artistBiography{
	margin-top: 23px;
	margin-left: 250px;
	margin-right: 270px;
	padding: 0px;
}

#artistBiography p{
	padding: 0px;
	margin: 0px;
}

#artworkSellableInfo{
	float:right;
	padding-left: 20px;
	padding-top: 20px;
}

#artworkEditions{
	width: 250px;
	padding: 5px;
}

img.artistPhoto{
  border: 10px solid #f0f0f0;
}

/*end of css for artwork partials */

/*shopping cart stuff */
#ajaxShoppingCart{
	margin-left:10px;
	margin-top:15px;
	width: 220px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background: transparent;
}

/* this is for the ajaxed cart that is on the artwork page */
.ajaxShoppingCartLabel{
	background-color: #CAD4D9;
	text-align:right;
}

.ajaxShoppingCart a{
	padding:3px;
}

#ajaxShoppingCartList ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#ajaxShoppingCartList li{
	padding:3px;
	margin:0px;
	text-align:left;
	font-size:0.8em;
	border-bottom:1px solid #CAD4D9;
}

/*this is for the shopping cart page */
#shoppingCart{	
	margin:0px;
	padding: 0px;

}

#shoppingCartBanner{
	font-size: 1.5em;
	padding:5px;
	background-color: #CAD4D9;
}

.cartThumbImage{
	border: 7px solid #fff;
}

.header{	
	font-weight: bold;
}

.row{	
	background-color: #CAD4D9;
}

.cell{	
	border:0px;
	margin:0px;
	padding: 8px;
	text-align: center;
}

.total{
	font-weight: bold;
	font-size:1.15em;
	line-height:1.75em;
}


.boldMenuText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	line-height: 20px;
}
/*these are used in the shopping cart view */
/* mostly vestigial from the previous code */
a.linkButton{
	text-decoration:none;
	font-weight:bold;
}

/*stuff used only on the admin pages*/
.artworkListItem{
	display: block;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #333;
}

a.gallery_button{
	display:block;
	padding: 5px;
	margin: 0px 20px 0px 0px;
	border: 2px outset #8EA4AF;
	background-color: #CAD4D9;
	color: #000;
	text-decoration: none;
}

a.gallery_button:hover{
	background-color: ;
}

a.gallery_button:visited{
	color: #000;
	background-color: #f0f0f0;
}


