@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bodybg-rtl.png);
}

h1 {
	background: url(images/logo-rtl.png) no-repeat right 0;
	margin: 0 65px;
	float: right;
}
h1:hover {
	background-position: right -67px;
}
#pagebox {
	background: url(images/pagebg-rtl.png) no-repeat;
	left: 126px;
}
.page #pagebox {
	background: url(images/pagebg2-rtl.png) no-repeat;
	left: 75px;
}
#pageimage {
	left: 388px;
}
#menu {
	background: url(images/menubg-rtl.png) no-repeat;
	left: 30px;
	direction: rtl;
}
#menu ul li {
	float: right;
	border-left: none;
	border-right: 1px solid #936a6d;
	padding: 0 35px;
}

#productsmenu {
	left: 50px;
	direction: rtl;
}
#productsmenu li {
	float: left;
	border-right: none;
	border-left: 1px solid #ccc;
}

#texts {
	left: 388px;
	direction: rtl;
}
.page #texts {
	left: 90px;
}
#footer {
	text-align: left;
	left: 45px;
	direction: rtl;
}
#banner {
	background: url(images/bannerbg-rtl.png) no-repeat;
	left: 45px;
	direction: rtl;
}
.products-header {
	margin-left: 0;
	margin-right: 30px;
}
.products-header div, .products-header a, .product-tabs .products-header .current {
	float: right;
}
.products-header li {
	float: left;
}
.products-header li a{
	margin-right:1px;
	margin-left: 0;
	float: left;
}
.products-text {
	margin-right: 30px;
	margin-left: 0;
	border-left: 1px solid #ccc;
	border-right: none;
}
.product-links {
	margin: 5px 30px 5px 10px;
}
.product-links li {
	float: right;
	border-right: 1px solid #ccc;
	border-left: none;
}
.product-links li:first-child {
	border: none;
	padding-right: 0;
	padding-left: 10px;
}

h2 {
	font-weight: bold;
}

.counter {
	float:left;
	margin-left: 0;
	margin-right: -20px;
}