/*---------- General ------------- */
body {
	background-color: #ffffff;
	font-family: Arial;
	color: #6E8B3D;
	font-size: 12px;
}
a { text-decoration: none; }

a:link, a:visited { color: #6495ED; }

a:hover {
	color: #8B6508;
	text-decoration: underline;
	/*border-bottom: #8B6508 1px dotted;*/
}

img { border: none; }

/*span { border-bottom: #FFAEB9 1px dotted;}*/

#logo {border: #cccccc 1px solid;}

#sold { color: #FF0000; }

/*---------- home container -----------*/
#menu {
	/*background-color: #c4df9b;*/
	background-color: #ffffff;
}
td {
	background-color: #ffffff;
}

#shop_cont {
	background-color: #cccccc;
}

#container {
	border: #cccccc 2px solid;
	
}

#container table {
	border: #cccccc 1px solid;
}

/* ------------ copy rights ---------------- */
#footer {
	color: #cccccc; /* gray */
	width: 700px;
	font-size: 10px;
	line-height: 2.8em;
	font-family: Arial;
}

/* ----------- news ------------*/
#news {
	color: #cccccc;
	font-size: 12px;
}
/* ----------- Counter -------------- */
#counter {
	color: #cccccc;
	font-family: Arial;
	font-size: 10px;
	line-height: 2.8em;
}