/* ELEMENTS */
body{
	scrollbar-base-color: rgb(51,153,255);
	color: rgb(0,0,0);	
	font-family: Arial;
	margin: 0;
}

a {
	color: rgb(0,102,0);
	/* color: rgb(51,153,255); */
	text-decoration: none;	
}
a:hover {
	color: rgb(0,0,0);	
}

fieldset {
	border: 1px solid rgb(21,114,209);
	padding: 5px;
}
legend {
	color: rgb(21,114,209);
	font-size: 13px;
	font-weight: bold;	
}

hr {
	border: 0;
	color: rgb(21,114,209);
	background-color: rgb(21,114,209);
	height: 1px;
}

/* IDS */

#footer-copyright {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#header-contact {
	font-size: 13px;
	font-weight: bold;	
	text-align: center;
}

#header-blurb {
	color: rgb(21,114,209);
	font-size: 13px;
	font-weight: bold;	
	text-align: center;
}

#menu-left, 
#menu-left a,
#menu-left-ads, 
#menu-left-ads a,
#menu-left-sub, 
#menu-left-sub a {
	color: rgb(0,0,0);
	font-size: 13px;
	font-weight: bold;
}
#menu-left,
#menu-left-ads,
#menu-left-sub {
	margin: 0;
	padding: 3px;	
}
#menu-left a, 
#menu-left-ads a, 
#menu-left-sub a {
	color: rgb(0,102,0);
	display: block;
	margin-bottom: 1ex;
}
#menu-left a:hover, 
#menu-left-ads a:hover, 
#menu-left-sub a:hover {
	color: rgb(0,0,0);	
}
#menu-left-ads a,
#menu-left-sub a {
	display: inline;
}
#menu-left-ads {
	text-align: center;
}

#msg-err, #msg-suc {
	font-style: normal;
	font-weight: bold;
	background-color: rgb(245,245,245);
	text-decoration: none;
	border: 1px solid rgb(255,0,0);
	padding: 2px;
	text-align: center;
	margin-bottom: 1ex;
}
#msg-err {
	color: rgb(255,0,0);	
}
#msg-suc {
	border: 1px solid rgb(0,0,255);
	color: rgb(0,0,255);	
}

#newsletter-table td {
	font-size: 13px;
	font-weight: bold;
}
#newsletter-table td span {
	font-size: 10px;
	font-weight: normal;
}

/* CLASSES */

.category-page-title {
	color: rgb(157,0,0);
	font-family: "Comic Sans MS", Arial;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
.category-name, 
.category-name a {
	font-size: 14px;
	font-weight: bold;	
}
.category-name a {	
	color: rgb(0,102,0);
}
.category-name a:hover {
	color: rgb(0,0,0);	
}
.category-desc {
	font-size: 13px;	
}

.product-name, 
.product-name a {
	font-size: 14px;
	font-weight: bold;	
}
.product-name a {	
	color: rgb(0,102,0);
}
.product-name a:hover {
	color: rgb(0,0,0);	
}
.product-desc {
	font-size: 13px;	
}

/* FIN */
