/* CSS for current website */


/******** using in CKFEditor *****/
.ck_yellow { background-color: yellow; }
.ck_green { 	background-color: lime; }
/**********************************/


.shadow {
	 background: url(/images/bgrnd.png) center top repeat-y;
}


.topmenu {
	background-repeat: no-repeat;
	height: 77px;	
	padding-left: 255px;
}


.bottommenu a {
			color: #777777;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
			font-size: 13px;
			margin: 0 15px;			
}



.menu1, .menu2, .menu3, .menu4 {
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 15px;
	padding-bottom: 12px;
	vertical-align: bottom;
}
.menu1 a, .menu2 a, .menu3 a, .menu4 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
	line-height: 15px !important; 
	text-decoration: none;
}
.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover { color: #d24129}
.menu1 { background-image: url("/images/mline1.png") }
.menu2 { background-image: url("/images/mline2.png") }
.menu3 { background-image: url("/images/mline3.png") }
.menu4 { background-image: url("/images/mline4.png") }

.topsearch { 
	background-image: url("/images/search.png") ;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: bottom;
	padding: 0 10px 0 0;
	margin: 17px 0 0 0;
	}

.topsearch input {
	
	border-width: 0px !important; 
	background-color: #ffffff; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434  !important;
}


.imgwrapper {
	margin: 0 0 20px 10px;
	width:295px;
	height:296px;
	position:relative;
	overflow:hidden;
}
.imgwrapper img {
	position:absolute;
	z-index:10;
}



.imgwrapper .textwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 96px 15px 10px 25px;
	line-height: 230%; 
	width:260px;
	height:155px;
	position:absolute;
	overflow:hidden;
	z-index:100;
}


.imgwrapper .textwrapper-price {
	margin: 265px 15px 10px 25px;
	width:260px;
	height:20px;
	position:absolute;
	overflow:hidden;
	z-index:100;
}


.imgwrapper .textwrapper-link {
	margin: 265px 15px 10px 190px;
	width:110px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	overflow:hidden;
	z-index:100;
}
.imgwrapper .textwrapper-link a { text-decoration: none; }

.subsection { 
	font-weight: bold;
	margin: 5px 15px;
	padding: 2px;
	padding-left: 10px;
}

.subsectionline { 
	margin: 0 20px 15px 20px;
	padding: 2px;
	padding-left: 10px;
	width: 200px;
}


.filterpanel-page-search  select , .filterpanel-page-search  select  {
	width: auto;
}



