@import "default.css";

body {
	background: #eaeaea url(bg-body.jpg) top repeat-x;
}

div#top_container {
	margin-bottom: 10px;
	border-bottom: 1px solid #9e9e9e;
	background: url(bg-ajx.gif) -8px no-repeat;
}

div#top_container div#top, div#page, div#bottom {
	width: 1000px;
	margin: 0 auto;
}

div#top {
	position: relative;
	height: 60px;
}

div#top img.logo {
	position: absolute;
	left: 0;
	top: 0;
}

div#top p.basket {
	position: absolute;
	right: 115px;
	top: 5px;
	color: #ea00ff;
}

div#top div#basket {
	position: absolute;
	width: 96px;
	height: 50px;
	right: 0;
	top: 0;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #4f1355 url(bg-basket.gif) bottom no-repeat;
}

div#bottom_container {
	margin-top: 10px;
	border-top: 1px solid #2c2c2c;
}

div#bottom {
	position: relative;
	height: 60px;
	color: #5d5d5d;
}

div#bottom table.menu1 {
	position: absolute;
	height: 20px;
	left: 230px;
	top: 6px;
}

div#bottom p.copyright {
	position: absolute;
	left: 230px;
	bottom: 7px;
}

div#bottom p.developed {
	position: absolute;
	right: 0px;
	bottom: 7px;
}

div#bottom p.menu2 {
	position: absolute;
	right: 0px;
	top: 7px;
	text-transform: lowercase;
}

div#bottom p.menu2, div#bottom p.menu2 a {
	color: #999;
}

div#newsletter {
	position: absolute;
	left: 0;
	top: 5px;
}

div#newsletter input {
	width: 216px;
	border: 1px solid #000;
	padding: 1px;
	color: #000;
	background-color: transparent;
}

div#newsletter input.text:focus {
	background-color: #fff;
}

div#menuc {
	margin: 5px 5px 5px 15px;
}

div#tree div.level1 {
	padding-left: 0;
}

div#tree div.level2 {
	padding-left: 5px;
}

div#tree div.level3 {
	padding-left: 15px;
}

div#tree div.level4 {
	padding-left: 30px;
}

div#tree a {
	color: #000;
	font-size: 14px;
}

div#tree div.level2 a {
	color: #000;
	font-weight: bold;
}

div#tree div.sel {
	background-color: #FABDFF;
}

td#pagecontent {
	padding: 0;
	background: #fff url(/css/bg-page_bottom.gif) bottom no-repeat;
}

td#pagecontent a {
	color: #ea00ff;
}

td#pagecontent div.roundcornerstop {
	min-height: 440px;
	padding: 10px;
	background: url(bg-page_top.gif) top no-repeat;
}

td#pagecontent.nopadding, td#pagecontent.nopadding div.roundcornerstop {
	padding: 0;
	background: transparent none;
}

div#brands b {
	font-size: 14px;
}

div#brands a {
	color: #191919;
}

div#top div#basket.ajx {
	background: #4f1355 url(bg-ajx.gif) repeat;
}

.ajx {
	background: url(bg-ajx.gif) repeat;
}

table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

table#pages td a:hover {
	border: 1px solid #333;
}

table#pages td a.sel {
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

