/* links */

A:link, A:Active, A:visited {
	color: #3874A1;
	text-decoration: none;
}

A:Hover {
	color: #0D3E64;
	text-decoration: none;
}

A.footer:link, A.footer:Active, A.footer:visited {
	color: #c1b4a4;
	text-decoration: none;
}

A.footer:Hover {
	color: #4b7da2;
	text-decoration: none;
}

A.thumb:link img, A.thumb:Active img, A.thumb:visited img {
	display: block;
	border: 1px solid #FFFAC8;
}

A.thumb:Hover img {
	display: block;
	border: 1px solid #F66107;
}

A.thumb2 img{
	display: block;
	border: 1px solid #F66107;
}

A.admin:link, A.admin:Active, A.admin:visited {
	color: #775C3D;
	text-decoration: none;
	font-weight: bold;
}

A.admin:Hover {
	color: #FFFAC8;
	text-decoration: none;
	font-weight: bold;
}

/* text */

body, p, table, td {
	color: #8A7967;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.small {
	font-size: 10px;
	line-height: 11px;
}

.press {
	font-size: 11px;
	line-height: 12px;
}

.pressLine {
	padding-top: 5px;
	border-top: 1px solid #D9CC97;
}

.alert {
	color: #990000;
	font-weight: bold;
}

.productTitle {
	font-size: 13px;
	font-weight: normal;
	color: #7C5B30;
	letter-spacing : 3px;
}

.title {
	font-size: 12px;
	font-weight: normal;
	color: #AF9043;
	letter-spacing : 1px;
}

.subTitle {
	font-size: 12px;
	font-weight: normal;
	color: #AF9043;
	letter-spacing : 3px;
}

form, input, select, option, textarea {
	font-size: 12px;
}

.custom {
	color: #5D3A0C;
}

.cart {
	color: #E5DAAA;
}

.cartBG0 {
	
}

.cartBG1 {
	background-color: #F1E7AC;
}

.notActive {
	color: #999999;
	font-weight: bold;
}

.thumb img {
	display: block;
	border: 1px solid #F66107;
}




