﻿body {
	background-color: #b49e8b;
	margin: 0;
	font-family: Arial;
	cursor: default;
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0;
}

p {
	margin: 0;
}

#core {
	position: relative;
	margin: auto;
	width: 959px;
	margin-bottom: 15px;
}

#header {
	position: relative;
	height: 101px;
	border-bottom: 26px solid #ffffff;
}

#data_box {
	position: relative;
}

#header .bg {
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 40px;
	width: 949px;
	background-color: #000000;
}

#header .search {
	position: absolute;
	right: 22px;
	top: 70px;
	width: 138px;
	height: 24px;
	background-image: url('/images/search_bg.png');
	background-repeat: no-repeat;
}

#header .search input {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
	color: #634e28;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	background-color: transparent;
}

#header .search img {
	position: absolute;
	right: 5px;
	top: 3px;
}

#header .logo {
	position: relative;
	top: 15px;
	left: -1px;
}

#header .menu {
	position: absolute;
	left: 220px;
	top: 75px;
	color: #db85c8;
	font-weight: bold;
	font-size: 12px;
}

#header .menu a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#box_main {
	position: relative;
	background-color: #ffffff;
	width: 959px;
}

#left_box {
	position: relative;
	float: left;
	margin-left: 41px;
	width: 202px;
	background-color: #FFF3E2;
	padding-bottom: 6px;
	background-image: url('/images/menu_bottom.png');
	background-position: bottom;
}

.box_sep {
	position: relative;
	float: left;
	width: 1px;
	height: 589px;
	background-image: url('/images/big_sep.png');
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}

#box_left {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 179px;
}

#box_center {
	position: relative;
	float: left;
	width: 558px;
	font-family: Trebuchet MS;
	color: #505050;
	font-size: 11px;
}

#box_center h1, #box_center h2, #box_center h3, #box_center h4, #box_center h5 {
	font-family: Trebuchet MS;
	color: #505050;
	font-size: 11px;
} 

#box_center a {
	color: #505050;
}


#box_center .welcome {
	color: #86bedf;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_center .title_orange {
	color: #fba919;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_center .title_orange a {
	text-decoration: none;
	color: #fba919;
}

#box_center .title_purple {
	color: #d777c2;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_center .title_purple a {
	color: #d777c2;
	text-decoration: none;
}

#box_center .products {
	font-family: Trebuchet MS;
	text-align: center;
}

.products .header_orange {
	width: 179px;
	height: 49px;
	background-image: url('/images/prod_head1.png');
	background-repeat: no-repeat;
	background-color: #fbddaa;
	border-bottom: 1px solid #efd099;
	padding-top: 5px;
	padding-bottom: 5px;
}

.products .header_orange .name a {
	color: #634f2b;
	text-decoration: none;
	font-size: 12px;
}

.products .header_orange .price a {
	color: #9c7430;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.products .header_purple .name a {
	color: #634f2b;
	text-decoration: none;
	font-size: 12px;
}

.products .header_purple .price a {
	color: #96628f;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.products .prod_img {
	border-left: 1px solid #e0dcd5;
	border-bottom: 1px solid #e0dcd5;
	border-right: 1px solid #e0dcd5;
	padding: 5px;
	position: relative;
	vertical-align: top;
}

.products .prod_img .action {
	position: absolute;
	top: 0px;
	left: 0px;
}

.prod_sep {
	width: 10px;
}

.products .header_purple {
	width: 179px;
	height: 49px;
	background-image: url('/images/prod_head2.png');
	background-repeat: no-repeat;
	background-color: #eec7e5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#box_right {
	position: relative;
	float: left;
	width: 145px;
}

#footer {
	clear: both;
	height: 10px;
}

#box_right input {
	position: relative;
	background-image: url('/images/login_bg.png');
	background-repeat: no-repeat;
	width: 140px;
	height: 26px;
	overflow: hidden;
	border: 0;
	color: #93a6b3;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#box_right .box_login {
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
}

#box_right .box_login a {
	color: #6b7a84;
	font-size: 11px;
}

#box_right .box_login img {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

.basket_item {
	border-bottom: 1px solid #e6e3dd;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 5px;
	margin-right: 5px;
}

.basket_item .name a{
	color: #634f2b;
	text-decoration: none;
}

.basket_item .price a{
	color: #d8a13f;
	text-decoration: none;
}

.basket_item .price {
	color: #d8a13f;
	text-align: right;
}

.basket_item .name {
	color: #d8a13f;
	text-align: center;
}

.basket_item .name b {
	color: #634f2b;
}

















.categories {
	font-family: Trebuchet MS;
	color: #634f2b;
	font-size: 11px;
}

.catn {
	position: relative;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #ffffff;
	border-bottom: 1px solid #e0dcd5;
	font-weight: bold;
	background-image: url('/images/cat_bg.png');
	background-repeat: no-repeat;
}

.catn span {
	padding-left: 22px;
}

.catn img {
	position: absolute;
	left: 5px;
	top: 13px;
}

.catn a {
	color: #634f2b;
	text-decoration: none;
}

.subcats {
	position: relative;
	display: none;
	overflow: hidden;
}

.subcat {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0dcd5;
	background-color: #ffffff;
	color: #ad619c;
	cursor: pointer;
	font-weight: normal;
	background-image: url('/images/cat_bg3.png');
	background-repeat: no-repeat;
}

.subcat a {
	text-decoration: none;
	color: #ad619c;
	padding-left: 28px;
}

.subcat a img {
	position: absolute;
	left: 12px;
	top: 13px;
}



.cell_left {
    float: left;
    text-align: right;
    width: 200px;
    padding-top: 5px;
}

.cell_right {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 220px;
}

.cell_right input, .cell_right select {
    width: 200px;
}

.cell_right textarea {
    width: 200px;
}

.cell_right a {
    color: #505050;
    text-decoration: none;
}

.cell_right img {
    position: relative;
    top: 2px;
}

.cell_close {
    clear: both;
    height: 10px;
}

.prod_image {
    border: 1px solid #e0dcd5;
    margin-left: 10px;
}

#prod_images {
    float: right;
    width: 255px;
}

#prod_images img {
    margin-left: 5px;
    margin-bottom: 10px;
}

.basket_left {
    float: left;
    width: 400px;
}

.basket_left a {
    text-decoration: none;
    color: #505050;
}

.basket_right {
    float: left;
    width: 70px;
    text-align: right;
}

.basket_right a {
    text-decoration: none;
    color: #505050;
}

.basket_del {
    float: left;
    width: 70px;
    text-align: center;
}

.basket_close {
    clear: both;
    height:10px;
    border-top: 1px dotted #505050;
}

.partners {
    text-align: center;
}

.gal_pic {
    width: 170px;
    height: 176px;
    float: left;
    background-image: url('/images/keret.jpg');
    background-repeat: no-repeat;
    margin-left: 12px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
}

.gal_pic img {
    cursor: pointer;
}

#footer_data, #footer_data a {
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

#box_center .yellow {
    color: #FBA919;
    font-size: 14px;
}

#box_center .purple {
    color: #ad619c;
    font-size: 14px;
}

#box_center .tobasket b a {
    color: #ad619c;
    font-weight: bold;
    font-size: 17px;
}

.pager {
    text-align: right;
}

.pager a {
    color: #ad619c;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}

.pager a.active {
    text-decoration: underline;
}

#sitemap {

}

#sitemap ul {
    margin: 0;
    margin-bottom: 15px;
}

#sitemap li {
    margin-left: 5px;
}

.back {
    font-size: 9px;
}
