/****************************************************************************************/
/*                                                                                      */
/* Orchids Info.nl website - CONTENT TEMPLATES                                          */
/*                                                                                      */
/* Version:         2009-01-14 12:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/* Version:         2009-02-18 03:31                                                    */
/* Last changed by: Michal Pelech							*/
/* Version:         2009-08-10 09:37                                                    */
/* Last changed by: Premysl Svoboda							*/
/*                                                                                      */
/****************************************************************************************/

/* form ==================================================================== */

#leftPanel #searchPanel input
{
	width: 168px; /*188*/
	margin: 5px 0 2px 0;
	border: 1px solid #5b5b5b;
}
#leftPanel #searchPanel input.zoek
{
	width: 62px;
	background: url(../images/design/zoek1.jpg);
}

.zoekright
{
	width: 62px;
	margin-left: 130px;
	background: url(../images/design/zoek1.jpg);
}

#leftPanel #searchPanel input.zoekright
{
	width: 80px;
	margin-left: 92px;/*112*/
	background: url(../images/design/zoek1.jpg);
}

#leftPanel #searchPanel input.right
{
	margin-left: 130px;
}

#leftPanel #searchPanel select
{
	width: 172px;/*192*/
	margin: 5px 0 2px 0;
}

/* submenu ==================================================================== */

#leftPanel #searchPanel ul
{
	list-style-type:none;
}

#leftPanel #searchPanel ul a
{
	color: #000;
	text-decoration: none;
	font-size:85%;
}

#leftPanel #searchPanel ul a:hover
{
	text-decoration: underline;
}

#leftPanel #searchPanel ul a.active
{
	text-decoration: underline;
}

#leftPanel #searchPanel ul .submenu
{
	margin-left: 20px;
}

/* search ==================================================================== */

#topPanel .search
{
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 100;
}

#topPanel .search input
{
	width: 100px;
	margin: 5px 0 2px 0;
	border: 1px solid #5b5b5b;
	background: #ff7e0c url(../images/design/search.jpg);
	color:#fff;
}

#topPanel .search select
{
	width: 150px;
	margin: 5px 0 2px 0;

}

/* contentPanel ==================================================================== */

#contentPanel #rightPanel h1
{
	margin-bottom: 10px;
}

#contentPanel #rightPanel p
{
	padding-bottom: 10px;
}

#contentPanel #rightPanel h2
{
	margin-bottom: 10px;
}

#contentPanel #rightPanel h3
{
	margin-bottom: 10px;
	font-weight:bold;
}

#contentPanel #rightPanel .bold
{
	font-weight:bold;
}

#contentPanel #rightPanel .orange
{
	color:#ff7e0c;
}

#contentPanel #rightPanel .link
{
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

#contentPanel #rightPanel a
{
	color: #ff7e0c;
}

#contentPanel #rightPanel .floatLeft
{
	margin: 0 10px 10px 0;
	float: left;
}

#contentPanel #rightPanel .clear
{
	clear: both;
}

#contentPanel #rightPanel .hidden
{
	visibility: hidden;
	clear: both;
}

#contentPanel #rightPanel .orangeSpan
{
	text-decoration: underline;
	color: #ff7e0c;
}

#contentPanel #rightPanel .item
{
	width: 100px;
	height: 100px;
	margin: 5px 25px 10px 5px;
	float:left;
	text-align:center;
	position: relative;
}

#contentPanel #rightPanel .item .imageLink
{
	width: 100px;
	height: 75px;
	display:block;
	overflow: hidden;
	text-align:center;
	border: 1px solid #ff7e0c;
}

#contentPanel #rightPanel .item .textLink
{
	width: 100px;
	display: block;
	position: absolute;
	top: 79px;
	left: 0;
	color: black;
	text-decoration: none;
	text-align: center;
}

#contentPanel #rightPanel .item
{
	behavior: url(/styles/hover.htc);
}

#contentPanel #rightPanel .item:hover,
#contentPanel #rightPanel .item.hover
{
	height: 110px;
	margin: 0px 25px 5px 5px;
}

#contentPanel #rightPanel .item:hover .imageLink,
#contentPanel #rightPanel .item.hover .imageLink
{
	height: 85px;
}

#contentPanel #rightPanel .item:hover img,
#contentPanel #rightPanel .item.hover img
{
	height: 85px;
}

#contentPanel #rightPanel .item:hover .textLink,
#contentPanel #rightPanel .item.hover .textLink
{
	top: 89px;
	color: #ff7e0c;
	text-decoration: underline;
}

#contentPanel #rightPanel input
{
	width: 220px;
	margin: 5px 0 2px 0;
	border: 1px solid #5b5b5b;
}

#contentPanel #rightPanel input.verstuur
{
	width: 100px;
	background: url(../images/design/zoek1.jpg);
}

#contentPanel #rightPanel input.loginButton
{
	width: 100px;
	display:block;
	background: url(../images/design/search.jpg);
	color:#fff;
	margin-left: 123px;
}

#contentPanel #rightPanel table
{
	width: 50%;
}

#contentPanel #rightPanel .selecter
{
	margin: 0 30px 15px 0;
	padding:10px;
	float: left;
	background: #FDEFE2;
}

#contentPanel #rightPanel .selecter select
{
	width: 150px;
	margin: 0 0 10px 0;
}

#contentPanel #rightPanel .selecter input.zoek
{
	width: 85px;
	display:block;
	background: url(../images/design/search.jpg);
	color:#fff;
}

#contentPanel #rightPanel .even
{
	padding: 10px;
	background: #FDEFE2;
	border-bottom: 1px solid #fff;

}

#contentPanel #rightPanel .even .img
{
	width: auto;
	min-height: 85px;
	margin: 0 10px 0 0;
	float: left;
}

#contentPanel #rightPanel .uneven
{
	padding: 10px;
	background: #EDEDED;
}

#contentPanel #rightPanel .uneven .img
{
	width: auto;
	min-height: 85px;
	margin: 0 10px 0 0;
	float: left;
}

#contentPanel #rightPanel .even a,
#contentPanel #rightPanel .uneven a
{
	margin: 10px 0 0 0;
	float: right;
	color:#000;
	text-decoration: none;
}

#contentPanel #rightPanel .even a:hover,
#contentPanel #rightPanel .uneven a:hover
{
	text-decoration: underline;
}

#contentPanel #rightPanel .paging a
{
	color:#000;
	text-decoration: none;
}

#contentPanel #rightPanel .paging a:hover
{
	color:#000;
	text-decoration: underline;
}

#paging
{
	margin: 15px 0 0 0;
	text-align: left;
}

/* registration ==================================================================== */

#contentPanel #rightPanel .reg p
{
	margin: 0;
	padding: 0;
}

#contentPanel #rightPanel .reg p label
{
	float: left;
	width: 180px;
	text-align: right;
	padding: 6px 0 0 0;
	margin: 0 5px 0 0;
} 

#contentPanel #rightPanel .reg select
{
	width: 220px;
	margin: 5px 0 2px 0;
}
#contentPanel #rightPanel .reg input.loginButton2
{
	background: url(../images/design/search.jpg);
	color:#fff;
	border: 1px solid black;
}
#contentPanel #rightPanel .reg input.checkbox
{
	width: 15px;
	height: 18px;
	padding:0 0 0 2px;
	border: none;
	background: #fff;
}

#contactForm .TextBoxtb,
#contactForm .TextAreata,
#contactForm .Selectsel,
#contactForm .CheckBoxchb
{
	clear: both;
}

#contactForm .TextBoxtb .tbTextSTextBox,
#contactForm .Selectsel .selTextSSelect,
#contactForm .CheckBoxchb .chbTextSCheckBox
{
	margin: 8px 0 0 0;
	width: 160px;
}

#contactForm .TextBoxtb .tbTextETextBox,
#contactForm .Selectsel .selTextESelect,
#contactForm .CheckBoxchb .chbTextECheckBox
{
	margin: 8px 0 0 0;
}

#page #rightPanel #contactForm .TextBoxtb input
{
	width: 300px;
}

#contactForm .Selectsel .selSelect select
{
	width: 300px;
	margin: 5px 0 0 0;
	border: 1px solid #5b5b5b;
}

#contentPanel #rightPanel #contactForm .CheckBoxchb .chbCheckBox input
{
	width: auto;
	position: relative;
	top: 5px;
	border: none;
}

#contactForm .TextAreata .taTextSTextArea
{
	width: 120px;
	margin: 6px 0 0 0;
	float: left;
}

#contactForm .TextAreata  div textarea
{
	width: 300px;
	height: 200px;
	margin: 5px 0 0 0;
	border: 1px solid #5b5b5b;
}

#contactForm #formButtons
{
	margin: 0 0 0 360px;
	clear: both;
}

#contactForm #formButtons input
{
	width: 100px;
	margin: 0;
	background: transparent url(../images/design/zoek1.jpg) repeat scroll 0 0;
}

/* SEARCH RESULTS ================================================================== */

.normalSearchItem,
.normalSearchItemFirst
{
	width: 100px;
	height: 75px;
	margin: 8px;
	display: block;
	overflow: hidden;
	float: left;
	background: white;
	text-align: center;
}

/*
.normalSearchItem,
.normalSearchItemFirst
{
	behavior: url(/styles/hover.htc);
}
*/

.normalSearchItem:hover,
.normalSearchItemFirst:hover
{
	width: 108px;
	height: 83px;
	margin: 4px;
}

.normalSearchItem img,
.normalSearchItemFirst img
{
	height: 75px;
}

.normalSearchItem:hover img,
.normalSearchItemFirst:hover img
{
	height: 83px;
}

.normalSearchItemFirst
{
	margin-left: 0px;
}

.normalSearchItemFirst:hover
{
	margin-left: -4px;
	_margin-left: -2px;
}






#contentPanel #rightPanel #resultItems .item .imageLink
{
	width: 100px;
	height: 75px;
}

#contentPanel #rightPanel #resultItems .item .imageLink:hover
{
	width: 104px;
	height: 79px;
	position: absolute;
	left: -2px;
	top: -2px;
}

#contentPanel #rightPanel #resultItems .item .imageLink img
{
	height: 75px;
}

#contentPanel #rightPanel #resultItems .item .imageLink:hover img
{
	height: 79px;
}