@charset "utf-8";

.sidebarmenu{
	border-bottom:1px solid #C90;	
	width: 172px; /* Main Menu Item widths */
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:16px;
	width: 170px; /* Main Menu Item widths */
	
}
 
.sidebarmenu ul li{
	position: relative;
	
}

/* Top level menu links style */
.sidebarmenu ul li a{
	letter-spacing:-1px;;
	display: block;
	color: #b00;
	font-size:16px;
	text-decoration:none;
	
	color:#b00;
	height:auto;
	margin-bottom:5px;
	margin-top:5px;
	width:170px;
}


.sidebarmenu ul li a{
	background-color: #e8eab2; /*background of tabs (default state)*/
	
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 172px; /*Sub Menu Items width */
	top: 0;
	z-index:100;
 	
	visibility: hidden;
	background-color: #e8eab2; /*background of tabs (default state)*/
	border:1px solid #900;

}

.sidebarmenu a.subfolderstyle{
	background: url('images/right.gif') no-repeat 99% 50%;
	background-color: #e8eab2; /*background of tabs (default state)*/
}




/* CSS Document */

*, body, html{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0;
	font-weight:normal;
}

a{
	text-decoration:none;
	color:#b00;
}
ul{
	padding:2px 0px 5px 20px;	
}
body{
	background-color:#ffcb5b;
	background-image:url('images/Untitled1.jpg');
	background-repeat:repeat-x;
	background-position:0 71px;
}

.main{
	
	width:608px;
	padding:10px;
	
}

h1{
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	padding-bottom:15px;
	color:#900;
	
}
h2{
	font-size:14px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:15px;
	color:#000;
	
}
h3{
	font-size:13px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:15px;
	color:#000;
	
}
h4{
	font-size:12px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:15px;
	color:#000;
	
}
h5{
	font-size:11px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:15px;
	color:#000;
	
}
h2 a{
	font-size:15px;
	font-weight:bold;
	padding-left:15px;
	background-image:url('images/right.gif');
	background-position:left;
	background-repeat:no-repeat;
}
th{
	font-weight:bold;	
}
.error{
	color:#900;
	border:1px solid #F00;
	background:#FF9;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
}
.tfield{
	width:160px;
}
.button {
	background:url('./images/go.gif') no-repeat scroll left top;
	border:medium none;
	color:#777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom:5px;
	padding-left:23px;
	width:130px;
	height:30px;
}
.button:hover {
	background-position:0px -30px;
}
.button:active {
	background-position:0px -60px;
} 

.done{
	color:#030;
	border:1px solid #060;
	background:#66FF00;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	margin-bottom:2px;
}

.categories_block{
	float:left;
	display:block;
	width:100px;
	text-align:center;
	height:35px;
	margin-left:35px;
	margin-top:24px;
	
	font-size:16px;
	font-style:italic;
}

.main_menu{
	height:154px;
	padding-top:80px;
	width:203px;
	background:url('images/decoupage_03.png');
}

.main_menu a{
	font-size:16px;
	text-decoration:none;
	background:url('images/menu_but_lnk.png') bottom left;
	background-repeat:no-repeat;
	padding-left:23px;
	margin-left:17px;
	color:#000;
	height:19px;
	margin-bottom:11px;
	width:160px;
	display:block;
}


.menu{
	float:left;
	width:180px; 
	background-image:url('images/decoupage_11.png');
	background-position:left; 
	background-repeat:repeat-y;
	padding-left:30px;
}

.menu a{
	font-size:16px;
	text-decoration:none;
	background-repeat:no-repeat;
	
	color:#b00;
	height:26px;
	margin-bottom:5px;
	margin-top:5px;
	width:170px;
	display:block;
	letter-spacing:-1px;;

}



.kolichka{
	height:45px;
	padding-top:5px;
	width:420px;
	padding-left:208px;
}
.kolichka a.bl{
	font-size:11px;
	color:#000;
	font-weight:bold;
	width:330px;
	display:block;
	height:12px;
	padding-top:5px;
}
.kolichka a.re{
	font-size:11px;
	width:330px;
	color:#b00;
	font-weight:normal;
	display:block;
	height:12px;
	padding-top:2px;
}

.kolichka img{
	float:left;
}


.red{
	font-size:11px;
	height:25px;
	padding-top:5px;
	width:580px;
	padding-left:48px;
}

.red a{
	font-size:11px;
	color:#b00;
	font-weight:normal;
	font-style:italic;
}

strong{
	font-weight:bolder;
}

.search{
	height:49px;
	width:580px;
	padding-left:48px;
	background-image:url('images/decoupage_08.png');
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.search .txt{
	width:160px;
	height:14px;
	padding:2px;
	border:1px solid #CCC;
	margin-top:12px;
	margin-left:11px;
	display:inline;
	float:left;
}

.search .but{
	border:none;
	width:30px;
	height:25px;
	background:url('images/lupa.png');
	margin-top:11px;
	margin-left:5px;
	display:inline;
	float:left;
	cursor:pointer;
}
.search form{
	padding:0;
	margin:0;
	
}
.search  strong{
	padding-top:12px;
	display:block;
	float:left;
}


.product{
	width:608px;
	float:left;
	display:block;
	margin-bottom:15px;	
}

.product img{
	float: left;
	border:1px solid #900;
	margin-right:10px;
}
.product h1 a{
	font-size:16px;
	display:block;
	float:left;
	width:475px;
	height: auto;
}

.pro .img{
	border:1px solid #ccc;
	padding:2px;
	float:left;
	margin:2px;
	font-size:10px;
	width:126px;
}

.pro .img img{
	border:1px solid #900;
	margin:2px;
}


.paginator_item{
	padding:2px;
	background:#FC0;
	border:1px solid #999;
	margin:2px;
}
