
/* BACKGROUNDS */


td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;
}

.title {
	background-image: url("images/titleBG.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}


.nav {
	background-image: url("images/navBG.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}




.display {
	background-color: #FFFFFF;
}

.thumbnail {
	background-color: #FFFFFF;
}






.holidayNav {
	background-image: url("images/navBG.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}

.holidayTitle {
	background-image: url("images/titleBG.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}


.holidayPrice {
	font-size: 10px;
	color: #D11712;
}




/* HOME PAGE */


.announcement {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}




/* HOLIDAY */


.holidayText {
	color: #FFFFFF;
	font-weight: bold;
}


.holiday_announcement {
	color: #B01B17;
	font-weight: bold;
	font-size: 11px;
}




/* EVENTS */


.events {
	color: #444444;
	font-weight: bold;
}







/* DISPLAY CATEGORIES */



.collectionTitle {
	font-weight: bold;	 
}


.itemName {
	font-weight: bold;	 
}

.itemDescription {

}

.itemMetal {
	font-size: 10px;
	font-style: italic;
	color: #555555;
}


.itemOldPrice {
	font-size: 10px;
	color: #5B8EBC;
	font-style: italic;
}


.itemPrice {
	font-size: 10px;
	color: #005FE8;
}

.instructions {
	font-size: 10px;
	color: #999999;
	font-style: italic;
}






/* SECTION COLORS */

.collections {
	color: #FF0099;
	font-weight: bold;
}


.about {
	color: #FF002C;
	font-weight: bold;
}

.aboutContent {
	color: #FF002C;
	font-weight: normal;
}

.ordering {
	color: #005FE8;
	font-weight: bold;
}

.retail {
	color: #0000FF;
	font-weight: bold;
}

.care {
	color: #00E46E;
	font-weight: bold;
}

.press {
	color: #D7D000;
	font-weight: bold;
}

.contact {
	color: #FFB400;
	font-weight: bold;
}

.gifts {
	color: #FF6700;
	font-weight: bold;
}

.wholesale {
	color: #E63100;
	font-weight: bold;
}


.search {
	color: #D100D4;
	font-weight: bold;
}

.home {
	color: #620064;
	font-weight: bold;
}




/* DATABASE */



.databaseAdmin {
	background-color: #F5C3CC;
	color: #FFFFFF;
}



.databaseForm {
	/* background-color: #FF7800;
	*/color: #FF0078;
}


.databaseTitle {
	background-color: #FF0078;
	color: #FFFFFF;
	font-weight: bold;
}


.databaseImage {
	background-color: #FFFFFF;
}



.databasePriceHeader {
	background-color: #BD7784;
	color: #FFFFFF;
}


.databasePrice{
	background-color: #F4DEE2;
	color: #000000;
}





/* COLLECTIONS HOME PAGE*/



.collectionsCategory {
	color: #FF7800;
	font-size: 11px;
	font-weight: bold;
}



a.collectionsLink:link {
	color: #FF0078;
	text-decoration: none;
}


a.collectionsLink:hover {
	color: #FF7800;
	text-decoration: none;
}

a.collectionsLink:active {
	color: #FF7800;
	text-decoration: none;
}

a.collectionsLink:visited {
	color: #FF0078;
	text-decoration: none;
}





/* WHOLESALE FORM PAGES*/

.wholesaleForm {
	background-color: #E63100;
	color: #FFFFFF;
	font-weight: bold;
}


/* credits  */

.credits {
	font-size: 9px;
	color: #999999;
}


a.creditsLink:link {
	color: #999999;
}

a.creditsLink:hover {
	color: #FF7800;
}

a.creditsLink:active {
	color: #FF7800;
}

a.creditsLink:visited {
	color: #999999;
}






/* LINKS */




a:link {
	color: #FF0078;
}

a:hover {
	color: #FF7800;
}

a:active {
	color: #FF7800;
}

a:visited {
	color: #FF0078;
}





a.instructionsLink:link {
	font-size: 10px;
	color: #FF0078;
	font-style: italic;
	text-decoration: none;
}

a.instructionsLink:hover {
	font-size: 10px;
	color: #FF7800;
	font-style: italic;
	text-decoration: none;
}

a.instructionsLink:active {
	font-size: 10px;
	color: #FF7800;
	font-style: italic;
	text-decoration: none;
}

a.instructionsLink:visited {
	font-size: 10px;
	color: #FF0078;
	font-style: italic;
	text-decoration: none;
}







a.buyLink:link {
	font-size: 10px;
	color: #FF7800;
	font-style: normal;
	text-decoration: underline;
}

a.buyLink:hover {
	font-size: 10px;
	color: #FF0078;
	font-style: normal;
	text-decoration: underline;
}

a.buyLink:active {
	font-size: 10px;
	color: #FF0078;
	font-style: normal;
	text-decoration: underline;
}

a.buyLink:visited {
	font-size: 10px;
	color: #FF7800;
	font-style: normal;
	text-decoration: underline;
}






a.dbTitleLink:link {
	font-size: 10px;
	color: #EDA6CA;
	font-style: bold;
	text-decoration: underline;
}

a.dbTitleLink:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-style: bold;
	text-decoration: underline;
}

a.dbTitleLink:active {
	font-size: 10px;
	color: #FFFFFF;
	font-style: bold;
	text-decoration: underline;
}

a.dbTitleLink:visited {
	font-size: 10px;
	color: #EDA6CA;
	font-style: bold;
	text-decoration: underline;
}



