body {
	margin: 0;
	background: #000 url(i/background.gif) repeat center top;
}
body, input, textarea, button, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
body, a {
	color: #ccc;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------*/
.even td,
.even th {
	background: #f7f7f7;
}

/*----------------------------------------*/
.ui-dialog {
	font-size: 14px;
}
.ui-dialog .submit {
	margin-bottom: 2em;
}
.ui-dialog a {
	color: #000;
}

/*----------------------------------------*/
#layout {
	width: 1000px;
	margin: 0 auto;
	color: #bbb;
	background: #000 url(i/layout.png) repeat-y center;
}

#header {
	font-size: 12px;
	padding: 10px 0 5px 0;
	height: 160px;
	background: url(i/header.png) repeat-x bottom;
	line-height: 1.5em;
}

#header .lang {
	position: absolute;
	margin: -5px 0 0 5em;
	padding: 0;
	cursor: default;
}
#header .lang li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#header .lang li a {
	color: #999;
}
#header .lang li b {
	color: #ccc;
}

#header .contacts {
	float: right;
	text-align: right;
	margin: 0 4em 0 0;
	padding: 0;
	line-height: 1.4em;
	height: 4em;
}
#header .contacts,
#header .contacts a {
	color: #999;
}
#header .contacts .email a {
	text-decoration: none;
	text-transform: uppercase;
}
#header .contacts .email a:hover {
	text-decoration: underline;
	color: #fff;
}

#header .logo h1 {
	float: left;
	font-size: 100%;
	margin: 50px 5em 0 5em;
}
#header .logo h1,
#header .logo h1 a {
	display: block;
	width: 121px;
	height: 81px;
}
#header .logo h1 a {
	text-indent: -999em;
	background: url(i/apple-jam.png) no-repeat left top;
}

#header .menu {
	clear: right;
	margin-left: 240px;
	position: relative;
}
#header .menu ul {
	margin: 0;
	//margin-top:-12px;
	padding: 0;
	list-style: none;
	background: #f00;
	cursor: default;
}
#header .menu li {
	float: left;
	margin: 1em;
	padding: 0 0 0 0.7em;
	margin: 5px 0 0 3.3em;
	border-left: 1px solid #838382;
}
#header .menu a {
	text-decoration: underline;
	color: #aaa;
}
#header .menu h3 {
	font-size: 115%;
	text-transform: uppercase;
	margin: 0.2em 0;
}
#header .menu p {
	margin: 0.5em 0;
	padding: 0;
	text-transform: lowercase;
}
#header .menu p a {
	text-decoration: none;
}
#header .menu li:hover * {
	color: #ddd;
}
#header .menu li.selected * {
	color: #fff;
}
#header .menu li.selected a {
	text-decoration: none;
}
#header .menu #menu-catalog p {
	width: 6em;
}
#header .menu #menu-howto p {
	width: 8em;
}
#header .menu #menu-delivery p {
	width: 11em;
}
#header .menu #menu-contacts p {
	width: 8em;
}

#header .clear {
	height: 1px;
	overflow: hidden;
}
#header .clear hr {
	display: none;
}

/*----------------------------------------*/
#center {
	clear: both;
	font-size: 75%;
	margin: 0;
	padding: 1px;
	background: #fff;
	color: #000;
	min-height: 45em;
}
#center .seo strong {
	color: #555;
}
#center .cart {
	float: right;
	margin: 2em 3em;
	padding: 0.2em 0 0.4em;
	background: #39b54a;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
}
#center .cart,
#center .cart * {
	color: #fff;
}
#center .cart a {
	display: block;
	background: url(i/arrow-r.gif) no-repeat right center;
	margin: 0 1em 0;
	padding: 0.7em 1em;
	padding-right: 25px;
	text-decoration: none;
}
#center .cart a:hover {
	text-decoration: underline;
}
#center .cart strong {
	cursor: pointer;
}
#center .title {
	margin: 2.7em 0 1em;
	padding: 0 4.9em;
}
#center .title h2 {
	font-size: 175%;
	text-transform: uppercase;
	color: #57c065;
	margin: 0;
	padding: 0;
}
#center .content {
	clear: both;
	padding: 1px 3em 1px 5em;
}
.content .link-color,
.content a {
	color: #39b54a;
}
.link-color {
	color: #39b54a !important;
}
#center .content p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
}
#center .clear {
	height: 4em;
	overflow: hidden;
	visibility: hidden;
}

/*----------------------------------------*/
#footer {
	font-size: 15px;
	padding: 1.5em;
	background: url(i/footer.png) repeat-x top;
}
#footer .logout {
	float: left;
	font-size: 12px;
	margin-left: 40px;
}
#footer .logout a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer .logout a:hover {
	border-bottom: none;
}
#footer .contacts {
	float: right;
}
#footer .contacts div {
	float: left;
	margin: 0 1em;
}
#footer .contacts .email a {
	text-decoration: none;
	text-transform: uppercase;
}
#footer .contacts .email a:hover {
	text-decoration: underline;
	color: #fff;
}

/*----------------------------------------*/
.catalog {
}
.catalog .add-item {
	margin: 0 40px -20px;
}
.catalog .catalog-item {
	float: left;
	width: 215px;
	height: 340px;
	margin: 50px 35px 20px;
	background: url(i/catalog-item.jpg) no-repeat center 18px;
	border: 1px solid rgba(255,255,255,0);
	text-align: center;
}
.catalog .catalog-item-placeholder {
	float: left;
	width: 215px;
	height: 340px;
	margin: 50px 35px 20px;
	background: #eee;
	border: 1px dashed #999;
	opacity: 0.5;
}
.catalog .catalog-item .downloadBackground {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	height: 18px;
}
.catalog .catalog-item .image {
	height: 120px;
	overflow: hidden;
	margin: 40px 20px 0;
}
.catalog .catalog-item .type {
	color: #444;
	font-size: 10px;
	text-transform: lowercase;
	margin: 10px;
	margin-bottom: 3px;
}
.catalog .catalog-item h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 15px;
	line-height: 15px;
}
.catalog .catalog-item h3,
.catalog .catalog-item h3 a {
	color: #000;
	text-decoration: none;
}
.catalog .catalog-item h3 a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 25px 3px;
	margin: -25px 0 -40px;
	height: 35px;
}
.catalog .catalog-item .size {
	font-size: 15px;
	font-weight: normal;
	margin: 13px;
}
.catalog .catalog-item .price {
	font-size: 16px;
	text-align: right;
	margin: 13px 27px 5px;
}
.catalog .catalog-item .buy {
	font-size: 17px;
	margin: 5px 27px;
	text-align: right;
}
.catalog .catalog-item .price,
.catalog .catalog-item .buy,
.catalog .catalog-item .buy a {
	color: #39b54a;
}

.catalog-categories {
	margin: 0 80px -30px 0;
}
.catalog-categories ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog-categories li {
	float: left;
	margin: 0.5em;
	padding: 0;
	-moz-border-radius: 10px;
}
.catalog-categories li.selected {
	background-color: #eee;
}
.catalog-categories li a {
	display: block;
	height: 50px;
	padding: 20px 20px 10px;
	font-size: 16px;
}
.catalog-categories li.category-laptops a {
	background: url(i/macbook.gif) no-repeat 10px 10px;
	padding-left: 97px;
}
.catalog-categories li.category-ipad a {
	background: url(i/ipad.gif) no-repeat 10px 10px;
	padding-left: 60px;
}
.catalog-categories li.category-iphone a {
	background: url(i/iphone.gif) no-repeat 10px 10px;
	padding-left: 40px;
}
