@import: url(imgview.css);

.leftbrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.leftanddownbrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftandtopbrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.topbrd {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.leftandrightanddownbrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.topanddownbrd {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftandrightbrd {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottomrightbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottomtopbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.toprightbrd {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottombrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box {
	border: 1px solid #CCCCCC;
}
.samplesnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textnormalblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* ------------------------------------ Pendants ---------------------------------------- */

.cell-one {
	background-image: url(../images/red-brown.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	border-right: 2px solid #000000;
}

.cell-two {
	background-color: #84515A;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;	
}

.cell-three {
 background-color: #FFFFFF;
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
}

.cell-four {
	background-image: url(../images/green-blue.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	border-bottom: 2px solid #000000;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: #84B2AD;	
}

/* ------------------------------------ End Pendants ---------------------------------------- */

/* ------------------------------------ More of Liam's Stuff ------------------------------------ */

.aboutcell {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}

.abouthead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.aboutlink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.aboutlink:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.abouttext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
}

.contactform {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

.textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCFF;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

.textbox4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCFFCC;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 4px;
}

.textbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC9462;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

.button {
	background: #CCCCFF;
	border-top: 2px solid #EEEEFF;
	border-left: 2px solid #EEEEFF;
	border-right: 2px solid #AAAACC;
	border-bottom: 2px solid #AAAACC;
	padding: 2px 15px 2px 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.button2 {
	background: #FFCC66;
	border-top: 2px solid #FFEEAA;
	border-left: 2px solid #FFEEAA;
	border-right: 2px solid #CCAA33;
	border-bottom: 2px solid #CCAA33;
	padding: 2px 15px 2px 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.earringtext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;	
}

.navlink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navlink:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
}

.alert {
	background-color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	padding: 4px;
	border-top: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

.earring-middle {
	border-left: 15px solid #000000; 
	border-right: 15px solid #000000; 
	background-color: #FFFFFF; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 11px;
	font-style: italic;
	padding: 4px;
}

/* ------------------------------------ End Liam's Stuff ---------------------------------------- */.alerts {

	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	border-top: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	border-right: 0px solid #990000;
	border-bottom: 0px solid #990000;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;

}
.footerlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;

}
.footerlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;

}
