﻿/* Localised CSS file for locale specific images, default.css still contains
   fallback for US images, hence use of important modifier in styles below */
button, .button
{ background: #9f9f9f url(../../images/cs-CZ/btn_go.gif) no-repeat 0 0 scroll !important; }
#maincontent #contactform #submitcontact, #maincontent #contactform .submit
{ background: #fff url(../../images/cs-CZ/btn_contact_send.gif) no-repeat 0 0 scroll !important; }
#maincontent div.formelement button, #maincontent div.formelement .button, 
#maincontent div.searchform button, #maincontent div.searchform .button
{ background: #9f9f9f url(../../images/cs-CZ/btn_go_red.gif) no-repeat 0 0 scroll !important; }

}
#maincontent #contactform div.formelement label {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
	color: #666;
	line-height: 16px;
}

#maincontent #contactform div.formelement input.text {
	width: 115px;
	border: 1px solid #999;
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: right;
}


/******************************************************************************
adjust primary navigation height so buttons can be bigger to allow text to wrap.
europe (Alison Wilkins & Kate Pointeau decided that they did not want this.

#nav {
	width: 900px;
	height: 42px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 42px;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	height: 42px;
	text-align: center;
	background: transparent url(../../images/cs-CZ/nav_left.gif) no-repeat 0 0 scroll;
}
#nav ul li a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0.83em;
	width: 150px;
	height: 42px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../../images/cs-CZ/nav_right.gif) no-repeat top right scroll;
}
#nav ul li.selected {
	background: transparent url(../../images/cs-CZ/nav_selected_left.gif) no-repeat 0 0 scroll;
}
#nav ul li.selected a {
	background: transparent url(../../images/cs-CZ/images/nav_selected_right.gif) no-repeat top right scroll;
}

*/


