/* general */
body {
    color: #6a6a6a;
	background: #eee url(../img-layout/bg-general.jpg) center repeat-y;
}
h1 {
	color: #000;
	/*background: #7493a7;*/
	background: #ff7f02;
}
a {
    color: #e87814;
}
/*
a:link {
	color: #7493a7;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #666;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #7493a7;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #7493a7;
	background: transparent;
	text-decoration: underline;	
}
*/
/* layout */
div#top {
	background: #fff url('../img-layout/listwa_dzeneral.jpg') no-repeat;
}
div#menu {
	color: #fff;
    background: #000 url('../img-layout/bg-menu.jpg') repeat-x top;
}
div#left {
	background: #f4f4f4;
}
div#right {
    background: #f4f4f4;
}
div#footer {
	background: #000;
}
#inputsearch, #email {
	/*background-color: #d6dee6;*/	
	border: 1px solid #e77304;
	background: #fff;
}
#buttonsearch, #newsletteradd, #newsletterdel {
    color: #fff;
    font-weight: bold;
    border: 1px solid #e77304;
    background: #ff7f02;
}
#categories ul li a:link {
    color: #444;
    background: transparent;    
}
#categories ul li a:visited {
    color: #444;
    background: transparent;
}
#categories ul li a:hover {
    color: #fff;
    background: #000;
}
#categories ul li a:active {
    color: #000;
    background: transparent;
}
#yourpath ul li a:link {
    color: #000;
    background: transparent;    
}
#yourpath ul li a:visited {
    color: #000;
    background: transparent;
}
#yourpath ul li a:hover {
    color: #fff;
    background: #444;
}
#yourpath ul li a:active {
    color: #000;
    background: transparent;
}
#subcategories ul li {
    border-bottom: 1px solid #d6dee6;
}
#subcategories ul li a:link {
    color: #000;
    background: transparent;    
}
#subcategories ul li a:visited {
    color: #000;
    background: transparent;
}
#subcategories ul li a:hover {
    color: #fff;
    background: #444;
}
#subcategories ul li a:active {
    color: #7493a7;
    background: transparent;
}
#products tbody tr td img {
    border: 1px solid #7493a7;    
}
.promo img, .top10 img {
    border: 1px solid #7493a7;
}
div#center div.news ol {
	margin: 1em;
	padding: 0 0 0 2em;
	font-size:1em;
	font-weight: normal;
}
div#center div.news ol ol {
	margin: 0 0 0 0;
	padding: 0 0 0 4em;
	font-size:1em;
	font-weight: normal;
}
div#center div.news p {
	padding: 0 8px 0 8px;
	text-align: justify;
}
