/* ELEMENTS */
body {
	background-color: rgb(0,72,0);
	color: rgb(0,0,0);
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}
a:link {
	color: rgb(5,208,5);
}
/*
a:visited {
	color: rgb(204,204,0);
}
*/
a:hover {
	color: rgb(0,72,0);
}
a:focus {
	color: rgb(5,208,5);
}
a:active {
	color: rgb(5,208,5);
}

br.clear {
	clear: both;
}

div {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px solid rgb(5,208,5);
	padding: 5px;
}	

form {
	margin: 0;
}

hr.primary,
hr.secondary {
	border: 0;
	color: rgb(0,72,0);
	background-color: rgb(0,72,0);
	height: 2px;
}
hr.secondary {
	height: 1px;
}

/* START IMPORTED ENTRIES FOR REVISED LAYOUT */
td.topleft {
	background-image: url(../i/back-topleft.gif);
	width: 205px; 
	height: 10px;
	background-repeat: repeat;
	vertical-align: middle;
	padding: 0 0 0 0;
}

td.topright {
	background-image: url(../i/back-topright.gif);
	width: 205px; 
	height: 10px;
	background-repeat: repeat;
	vertical-align: middle;
	padding: 0 0 0 0;
}

td.dividerleft {
	background-image: url(../i/back-divider-left.gif);
	width: 209px; 
	height: 10px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

td.dividercenter {
	background-image: url(../i/back-divider-center.gif);
	background-repeat: repeat;
	padding: 0 0 0 0;
}

td.dividerright {
	background-image: url(../i/back-divider-right.gif);
	width: 209px; 
	height: 10px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

td.mainleft {
	background-image: url(../i/back-left.gif);
	width: 209px; 
	height: 10px;
	background-repeat: repeat;
	vertical-align: top;
	padding: 0 0 0 0;
}

td.mainright {
	background-image: url(../i/back-right.gif);
	width: 209px; 
	height: 10px;
	background-repeat: repeat;
	vertical-align: top;
	padding: 0 0 0 0;
}

td.dividerleftbot {
	background-image: url(../i/back-divider-left-bot.gif);
	width: 209px; 
	height: 10px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

td.dividercenterbot {
	background-color: rgb(5,208,5);
	background-image: url(../i/back-divider-center-bot.gif);
	background-repeat: repeat;
	padding: 0 0 0 0;
}

td.dividerrightbot {
	background-image: url(../i/back-divider-right-bot.gif);
	width: 209px; 
	height: 10px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}	
/* END IMPORTED ENTRIES FOR REVISED LAYOUT */

/* IDS */

#breadcrumbs {
	font-size: 10px;
	color: rgb(0,0,0);
	margin-bottom: 1ex;
}
#breadcrumbs a {
	text-decoration: none;
	color: rgb(5,208,5);
}
#breadcrumbs a:hover {
	color: rgb(0,72,0);
}

#menu-box-left,
#menu-box-right {
	padding: 20px;
	padding-top: 10px;
}

#content {
	background-color: rgb(255,255,255);
}
#content-box {
	padding: 20px;
}

/* CLASSES */

.basket-footer, 
.basket-footer a {
	font-size: 10px;
	font-weight: bold;
	color: rgb(0,72,0);
}
	
.basket-header, 
.basket-header a {
	font-size: 12px;
	color: rgb(0,0,0);
}	
	
.basket-item, 
.basket-item a {
	font-size: 10px;
	color: rgb(0,0,0);
}	
	
.basket-item-inactive, 
.basket-item-inactive a {
	font-size: 10px;
	color: rgb(128,128,128);
}	
	
.basket-totals, 
.basket-totals a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
	
.basket-totals-adjusted, 
.basket-totals-adjusted a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(128,128,128);
}
	
.body-content {
	font-size: 14px;
	color: rgb(0,0,0);
}
.body-content a {
	color: rgb(5,208,5);
} 
.body-content a:visited {
	color: rgb(204,204,0);
}
.body-content a:hover {
	color: rgb(0,72,0);
}

.body-content-sml {
	font-size: 12px;
	color: rgb(0,0,0);
}
.body-content-sml a {
	color: rgb(5,208,5);
}
.body-content-sml a:hover {
	color: rgb(0,72,0);
}

.body-section, 
.body-section a {
	font-size: 18px;
	font-weight: bold;
	color: rgb(0,0,0);
}
	
.body-titlebar, 
.body-titlebar a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(0,72,0);
}

p.body-title {
	margin: 0;
	margin-bottom: 2ex;
}	
.body-title, 
.body-title a	{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: rgb(0,0,0);
}		
	
.body-title-admin, 
.body-title-admin a,
.body-subtitle, 
.body-subtitle a {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}	

.category-article-content {
	font-size: 14px;
	color: rgb(0,0,0);
}
.category-article-content a {
	color: rgb(5,208,5);
}
.category-article-content a:hover {
	color: rgb(0,72,0);
}

img.category-article-photo {
	border: 0;
	margin:0;
	margin-right: 10px;
	margin-bottom: 10px;
	/*
	float: left;
	clear: left;
	*/
}

.category-links {
	font-size: 14px;
	color: rgb(0,0,0);
	margin-bottom: .25ex;
}
.category-links a {
	color: rgb(5,208,5);
}
.category-links a:hover {
	color: rgb(0,72,0);
}

.category-name {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.category-name a {
	color: rgb(5,208,5);
}
.category-name a:hover {
	color: rgb(0,72,0);
}

.footer {
	font-size: 12px;
	color: rgb(0,0,0);
}
.footer a {
	color: rgb(5,208,5);
}
.footer a:hover {
	color: rgb(0,72,0);
}

.form-btn {
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	background-color: rgb(0,72,0);
	color: rgb(255,255,255);
	border-width: 1px 1px 1px 1px;
	border-color: rgb(5,208,5) rgb(0,72,0) rgb(0,72,0) rgb(5,208,5);
	text-transform: uppercase;
}

.form-comment, 
.form-comment a {
	font-size: 10px;
	color: rgb(0,0,0);
}

.form-label {
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.form-label a {
	color: rgb(0,72,0);
}

.form-text {
	font-size: 11px;
	color: rgb(0,0,0);
}
.form-text a {
	color: rgb(0,72,0);
}
	
.header-nav, 
.header-nav a {
	font-size: 10px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
}
.header-nav a:hover {
	color: rgb(150,255,152);
}

div.header-text {
	padding: 20px;
	text-align: left;
}
.header-text, 
.header-text a {
	font-size: 12px;
	color: rgb(0,0,0);
	line-height: 120%;
}
	
.list-header {
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.list-header a {
	color: rgb(5,208,5);
	text-decoration: none;
}	
.list-header a:hover {
	color : rgb(0,72,0); 
}

.list-item {
	font-size: 11px;
	color: rgb(0,0,0);
}
.list-item a {
	text-decoration: none;
	color: rgb(5,208,5);
}
.list-item a:hover {
	color: rgb(0,72,0);
}

.menu-item {
	margin-bottom: 0.50ex;
}	
.menu-item,
.menu-item a {	 
	color : rgb(255,255,255);
	font-size : 12px; 
	font-weight : bold;
	text-decoration: underline;
}
.menu-item a:hover {
	color : rgb(5,208,5);
}	
.menu-section {	
	color: rgb(5,208,5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}	

.msg, 
.msg a {
	color: rgb(255,0,0);
	font-size: 12px;
	font-weight: bold;
}
.msg a:hover {
	text-decoration: underline;
}
	
.pagination	{
	font-size: 11px;
	color: rgb(0,0,0);
}	
.pagination a {
	color : rgb(5,208,5);
	text-decoration: none;
}	
.pagination a:hover {
	color: rgb(0,72,0);
}	

.product-banned, 
.product-banned a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}

.product-box {
	margin-bottom: 1.5ex;
}	

.product-data {
	margin-bottom: .25ex;
}
.product-data, 
.product-data a {
	font-size: 14px;
	color: rgb(0,0,0);
}
	
.product-desc {
	font-size: 12px;
	color: rgb(0,0,0);
}
.product-desc a {
	color: rgb(5,208,5);
}
.product-desc a:hover {
	color: rgb(0,72,0);
}

.product-links {
	font-size: 14px;
	color: rgb(0,0,0);
	margin-bottom: .25ex;
}
.product-links a {
	color: rgb(5,208,5);
}
.product-links a:hover {
	color: rgb(0,72,0);
}

.product-name {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.product-name a {
	color: rgb(5,208,5);
}
.product-name a:hover {
	color: rgb(0,72,0);
}

.product-thumbnail {
	border: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 120px;
	float: left;
	clear: left;
}
.photo-r {
	float: right;
	padding-left: 5px;
	border:none;
}
.photo-l {
	float: left;
	padding-right: 5px;
	border:none;
}
.cnt_image {
  margin: 0px auto 0px auto;
}
/* FIN */