

	

body {font-family: Arial;
      font-size: 10pt;
      color: #000000;
      background-color:#FFFFFF;
     
}  
input {font-size: 10pt}

td {font-size: 10pt}

th {
	font-family: Arial;
	color:#000000;
	background-color:#C0C0C0;
    line-height: 17pt;
	height:25;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	font-size: 14px; 
	padding:0px;
	}

/* text underneath thumbnail images */
.thumbnailtext {
	font-size:10pt;
}

/* thumbnail image */
.thumbnailimg {
	border : 1px solid #000000;
}

/* enlarged image */
.largeimg {
	border : 1px solid #000000;
}

/* price list odd numbered rows */
.adminCell {
	border-left-width : 0px;
	border-right-width : 0px;
	border-top : 0px;
}	

/* price list even numbered rows */	
.adminCellAlt {
	background-color:#C0C0C0;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top : 0px;
}	

/* shopping cart table... contains "Size Price Qty" columns */
th.cartTH {
	/*background:#FFFFFF;*/
	font-weight:bold;
	font-size: 10pt; 
	/*color:#000000;*/
	border-bottom : 1px solid #000000;
}
td.cartTotal {
	border-top : 1px solid #000000;
}

h1 {font-size: 18pt;
    color: #000000}
h2 {font-size: 14pt;  
    color: #000000}
   


	



	A:link {color: #000000}          
	A:visited {color: #FFFFFF}         
	A:active {color: #000000}
	.visited {color: #FFFFFF}

/* short button */

a.button90 {
display: block;
background-color: transparent;
background-image: url(../images/buttons/white_button90.gif);
background-repeat: no-repeat;

width: 91px;
height: 19px;
margin-top: 2px;
padding-top: 2px;

margin-left: 0px;
margin-right: 0px;
text-align: center;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
border-style: none;
outline:0;
}

a.button90:link, a.button90:visited {
color:#000000;
}
a.button90:hover{
background-position: 0 -21px;
color: #000000
}
a.button90:active {
background-position: 0 -42px;
color: #000000
}


/* long button */

a.button180 {
display: block;
background-color: transparent;
background-image: url(../images/buttons/white_button180.gif);
background-repeat: no-repeat;

width: 188px;
height: 19px;
margin-top: 2px;
padding-top: 2px;

text-align: center;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
outline:0;
}

a.button180:link, a.button180:visited {
color: #000000
}
a.button180:hover{
background-position: 0 -21px;
color: #000000
}
a.button180:active {
background-position: 0 -42px;
color: #000000
}

a.ClickSafeButton, a.EnterGalleryButton{
	padding-top:1px;
}












