.logotext {
color : Black; 
font-family : Arial, Helvetica, sans-serif; 
/*font-size : 20px;*/
font-size: 22px;
font-weight : bold;
margin-left: 4px;
}
.subhead {
color : #777777; 
font-family : Arial, Helvetica, sans-serif; 
/*font-size : 14px;*/
font-size: 14px;
font-weight : bold;
margin: 0;
}
.smallsubhead {
color : #333; 
/*font-family : Arial, Helvetica, sans-serif; 
font-size : 14px;*/
font-size: 11px;
font-weight : normal;
margin: 0;
}
.bodytext {
color : black; 
font-family : Arial, Helvetica, sans-serif;
/*font-size : 11px;*/
font-size: 11px; 
font-weight : normal;
}
.formtext {
color : Black; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px;
font-weight : bold;
}
.dropdowns, select{
color : Black; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px;
}

p, td {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
img {
	border:0px;
}

.pricehead {
color : Black; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12pt;
font-weight : normal;
}
.smallbodytext {
color : Black; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt;
font-weight : normal;
}

.boldbodytext {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
A:link.boldbodytext {
	color : #4433aa;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
A:hover.boldbodytext {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
.filterBox {
	width:190px;
	float:left;
	text-align:left;
}
.filterBoxImg {
	height:240px;
	overflow:hidden;
	width:182px;
}
.filterBrowseBox {
	width:80px;
	float:left;
	padding-right:20px;
	text-align:center;
}
.filterBrowseBox .imageArea {
	height: 97px;
	display:block;
}
.filterBrowseBox img {
	vertical-align:bottom;
}
img.medium {
	width:182px;
}
img.small {
	width:69px;
}
img.large {
	width:288px;
	float:left;
}
a.picky {
	text-decoration:none
}
a.picky:hover {
	color:#d00;
}
#menuContainer {
	cursor:pointer;
}
.error {
	color: red;
	font-weight: bold;
}

div.thumbnail2 {
	background:transparent url(../images/shading3.jpg) no-repeat scroll right bottom;
	float:left;
	height:130px;
	margin:0 5px 5px 0;
	padding-top:6px;
	width:94px;
}
#order {
	text-align:right;
	width:403px;
}
.checkoutHolder {
	float:left;
}
.floatClear {
	clear:both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.col1 {
	width: 33%;
	float: left;
	font-weight: bold;
}
.col2 {
	width: 66%;
	float: left;
}
.col3 {
	width: 33%;
	float: left;
}
.notice {
	float: left;
	background: #abdbe3;
	padding: 5px;
	border: 1px solid #009caa;
}

/*Prices page*/

.pricingTable {
	background: #FFFFFF;
}
.pricingTable th, .pricingTable td {
	width: 100px;
	padding: 2px;
}
.pricingTable th {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	background: #a9a9a9;
}
.pricingTable td {
	font-size: 0.7em;
}
.row1 {
	background: #b4d9e1;
}
.row2 {
	background: #d2f1f6;
}

ol {
	list-style-position: outside;
	padding-left:20px;
}

/*Image page*/
#imageInfo a {
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#imageInfo a:hover {
	text-decoration: underline;
}

