@charset "utf-8";

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	xmin-width: 1000px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

p {
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

img {
	border: 0;
}

input, select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

ul.styled-select {
	background: url(img/drop-down-sw.gif) no-repeat top right #FFFFFF;
	color: #000000;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1em;
	height: 20px;
}

ul.styled-select:hover {
	background-image: url(img/drop-down-sw-act.gif);
}

ul.styled-select li {
	padding: 0;
	margin: 0;
	display: none;
	cursor: default;
	padding-left: 6px;
	padding-top: 4px;
	height: 16px;
}

ul.styled-select-open li, ul.styled-select li.styled-select-sel {
	display: block;
}

ul.styled-select-open li.styled-select-sel, ul.styled-select-open li:hover {
	color: #FFFFFF;
	background: #333333;
}

ul.styled-select-open {
	border: 1px solid #333333;
	height: auto;
	background-image: none;
}

ul.styled-select-open:hover {
	background-image: none;
}

.header-flash, object, embed {
	outline: none;
}

.header-flash {
	width: 100%;
	background: #FFFFFF;
	height: 240px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

body.home .header-flash {
	height: 300px;
}

.header-flash p {
	position: absolute;
	top: 0;
	left: 20px;
}


.header-image {
	background: url(img/bg-image-content.jpg) no-repeat;
	width: 979px;
	height: 240px;
	margin: auto;
}

body.home .header-image {
	background: url(img/bg-image.jpg) no-repeat;
	height: 300px;
}

.page {
	width: 979px;
	margin: auto;
	min-height: 100%;
	position: relative;
}

.newsbar-wrap .bg {
	background: #4B4B4B;
	width: 244px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -2;
}

.newsbar-wrap .login {
	background: #FFFFFF;
	width: 237px;
	height: 35px;
	position: absolute;
	top: 292px;
	right: 0px;
	z-index: 0;
	xdisplay: none;
	padding-left: 7px;
}

.newsbar-wrap .login input {
	visibility: hidden;
}

body.productlist .newsbar-wrap .login {
	background: #888888;
}

body.productlist .newsbar-wrap .login input {
	visibility: visible;
}

.newsbar {
	width: 206px;
	float: right;
	margin-top: 54px;
	color: #FFFFFF;
	padding: 19px;
	padding-top: 20px;
}

.newsbar a {
	color: #FFFFFF;
}

body.home .newsbar {
	margin-top: 25px;
}

body.picklist .newsbar, body.productlist .newsbar {
	margin-top: 85px;
}

.clr {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.header {
	height: 240px;
	width: 979px;
}

.header .logo {
	width: 244px;
	height: 225px;
	position: absolute;
	right: 0px;
	top: 100px;
	background: #FFFFFF url(img/logo.gif) no-repeat 12px 26px;
	cursor: pointer;
	cursor: hand;
	height: 192px;
}

body.picklist .header .logo, body.productlist .header .logo {
	xheight: 215px;
	xheight: 185px;
}

body.home .header {
	height: 300px;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 735px;
	height: 50px;
	float: left;
}

ul.nav a {
	color: #FFFFFF;
	font-size: 180%;
	padding-left: 17px;
	font-weight: normal;
}

ul.nav a:hover {
	text-decoration: none;
}

ul.nav li {
	margin: 0;
	padding: 0;
	width: 244px;
	height: 32px;
	margin-right: 1px;
	float: left;
	position: relative;
	padding-top: 18px;
}

ul.nav li .bg, .toolbar .bg {
	width: 244px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	z-index: -1;

	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

ul.nav li:hover, ul.nav li.act {
	background: #000000;
}

ul.nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
}

ul.nav li ul a:hover, ul.nav li ul a.act {
	background: url(img/menu-act.gif) no-repeat left center;
}

ul.nav li:hover ul {
	display: block;
}

ul.nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 80%;
	padding-top: 0.3em;
	padding-bottom: 1.4em;
	width: 244px;
}

ul.nav li ul li {
	float: none;
	padding-top: 0.8em;
	height: auto;
}

.toolbar {
	position: relative;
	width: 244px;
	height: 50px;
	float: left;
}

.lang-select label {
	display: none;
}

.lang-select ul.styled-select {
	width: 95px;
	position: absolute;
	top: 20px;
	right: 12px;
	z-index: 102;
}

.searchbox input.text, .searchbox input.submit, .lang-select select, .login input.text, .login input.submit {
	border: none;
	background: #FFFFFF;
	color: #000000;
	width: 74px;
	height: 20px;
	position: absolute;
	top: 20px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	padding-left: 6px;
	padding-top: 2px;
	vertical-align: middle;
}

.searchbox input.text, .login input.text {
	left: 12px;
	width: 85px;
	height: 20px;
	padding-top: 0px;
}

.login input.text {
	color: #666666;
}

.searchbox input.submit, .login input.submit {
	left: 104px;
	width: 22px;
	padding: 0;
	background: #FFFFFF url(img/arrow-right.gif) no-repeat 7px 3px;
	cursor: pointer;
	cursor: hand;
}

.login input.text, .login input.submit {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 7px;
	margin-left: 6px;
}

.searchbox input.submit:hover, .login input.submit:hover {
	background: #000000 url(img/arrow-right-inv.gif) no-repeat 7px 3px;
}

.lang-select select {
	right: 20px;
}

.content {
	clear: left;
	float: left;
	margin-bottom: 6em;
	width: 735px;
	margin-top: 4em;
	
	margin-top: 54px;
}

body.home .content {
	margin-top: 2em;
}

.content h1 {
	margin-right: 3em;
}

.content p {
	margin-right: 7em;
}

.footer {
	padding-left: 12px;
	padding-right: 18px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 949px;
	height: 25px;
	background: #000000;
	color: #FFFFFF;
	font-size: 95%;
	border-top: 2px solid #E83B45;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	float: right;
	margin: 0;
	padding: 0;
	padding-left: 1.8em;
	padding-top: 0.5em;
}

.footer a {
	color: #FFFFFF;
}

.footer-text {
	float: left;
}

.footer-text p {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}

ul.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 487px;
	padding-left: 1px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 0.35em;
	margin-top: 1em;

	margin-top: 12px;
	padding-bottom: 4px;
	height: 14px;
}

ul.breadcrumb li {
	display: inline;
	padding-right: 0.2em;
}

ul.breadcrumb a {
	font-weight: normal;
}

body.home ul.breadcrumb {
	display: none;
}





/*** POWERMAIL ***/

legend {
	display: none;
}

fieldset {
	border: none;
	padding: 0;
	padding-left: 0.7em;
	padding-right: 0.7em;
	margin: 0;
	margin-top: 2em;
}

input.powermail_text, textarea.powermail_textarea {
	border: 1px solid #777777;
	background: #FFFFFF;
	padding: 0.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0.2em;
	width: 30em;
}

textarea.powermail_textarea {
	height: 7.7em;
}

label {
	width: 7em;
	float: left;
	padding-top: 0.5em;
	clear: left;
	text-align: right;
	padding-right: 0.8em;
}

.tx_powermail_pi1_fieldwrap_html_check {
	position: relative;
	margin-top: 2em;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	position: absolute;
	margin-top: 0.4em;
	width: 6.8em;
	text-align: right;
}

.tx_powermail_pi1_fieldwrap_html_check label {
	float: right;
	width: 19em;
	text-align: left;
	padding-top: 0.5em;
}

input.powermail_check {
	margin-left: 9.2em;
	margin-top: 0.5em;
}

select.powermail_select, input.powermail_submit, input.powermail_reset, input.tx-powermail-pi1_mandatory_submit {
	border: 1px solid #777777;
	margin: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.powermail_check_inner {
	clear: both;
	width: 30em;
}

.tx_powermail_pi1_fieldwrap_html_textarea {
	clear: both;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.tx_powermail_pi1_fieldwrap_html_check {
	margin-bottom: 2em;
}

.powermail_mandatory, .powermail_mandatory_js, .tx-powermail-pi1_mandatory, .validation-advice {
	color: #DE0020;
	font-weight: bold;
}

.powermail_mandatory_js, .validation-advice {
	margin-top: 0.1em;
	margin-bottom: 0.4em;
	margin-left: 8.2em;
}

.powermail_mandatory {
	padding-left: 0.2em;
}

.tx_powermail_pi1_fieldwrap_html p {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	margin-top: 1.5em;
	clear: left;
	float: left;
	margin-left: 7.8em;
}

.tx_powermail_pi1_fieldwrap_html_reset {
	margin-top: 1.5em;
	float: left;
	margin-left: 0.5em;
}

.tx-powermail-pi1_fieldset {
	clear: left;
	margin-bottom: 3em;
}


.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}

.tx_lumogooglemaps_pi1_infobox {
	height: 5.2em;
	width: 22em;
	overflow: hidden;
}

.tx-powermail-pi1 {
	padding-top: 2em;
	clear: right;
}

/*
body.picklist .newsbar-wrap {
	display: none;
}
*/
body.picklist ul.breadcrumb, body.productlist ul.breadcrumb {
	display: none;
}

.header2 {
	width: 490px;
	margin-bottom: 3em;
}

.header2 h1 {
	font-size: 230%;
	margin-right: 0;
}

.header2 p {
	margin-right: 4em;
}

body.home .content a.internal-link {
	color: #FFFFFF;
	background: #000000;
	text-transform: uppercase;
	font-size: 95%;
	padding: 1px 0.7em 1px 0.7em;
	position: absolute;
	bottom: 0px;
}

body.home .content a.internal-link:hover {
	text-decoration: underline;
}

.col1, .col2, .col3 {
	float: left;
	width: 244px;
}

.col1 {
	margin-right: 1.5em;
	margin-bottom: 1em;
}

body.home .col1, body.home .col2, body.home .col3 {
	margin-right: 0;
	width: 224px;
	padding-right: 20px;
	position: relative;
	height: 15em;
}

body.home.fr .col1, body.home.fr .col2, body.home.fr .col3 {
	height: 17em;
}

body.home.it .col1, body.home.it .col2, body.home.it .col3 {
	height: 16em;
}

body.home.ru .col1, body.home.ru .col2, body.home.ru .col3 {
	height: 19em;
}

body.home.cn .col1, body.home.cn .col2, body.home.cn .col3 {
	height: 12em;
}

body.home .col1 h1, body.home .col2 h1, body.home .col3 h1 {
	margin-right: 0;
}

.col1 p, .col2 p, .col3 p {
	margin-right: 0;
}

.col3 {
	float: right;
}

.col12 {
	float: left;
	width: 490px;
}

.col12 h1,.col12 p {
	margin-right: 3em;
}

.col23 {
	float: right;
	width: 490px;
}

.col23 h1, .col23 p {
	margin-right: 2em;
}

body.home .content h1 {
	margin-bottom: 0.3em;
}

body.home .content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.newsbar h1 {
	margin-bottom: 0.1em;
}

.news-latest-item img {
	float: left;
	margin-right: 0.6em;
	margin-top: 0.1em;
	margin-bottom: 0.4em;
}

.news-latest-item {
	float: left;
	padding-top: 0.7em;
	padding-bottom: 0.4em;
	background: url(img/toolbar-hr.gif) no-repeat bottom left;
	width: 100%;
	position: relative;
}

.news-latest-item p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.news-latest-item h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}

.news-latest-morelink {
	position: absolute;
	right: 3px;
	bottom: 0.8em;
}

.news-latest-morelink a {
	background: #FFFFFF url(img/arrow-right-small.gif) no-repeat 2px 0px;
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	color: transparent;
}

.news-latest-morelink a:hover {
	background: #000000 url(img/arrow-right-small-inv.gif) no-repeat 2px 0px;
}

.news-latest-container {
	background: url(img/toolbar-hr.gif) no-repeat top left;
	float: left;
	width: 100%;
}

#lbOverlay, #fancybox-overlay {
	background-color: #FFFFFF !important;
}

.insert1, .tx-powermail-pi1_confirmation, .tx-powermail-pi1_thx {
	margin-left: 8.6em;
}

.tx-powermail-pi1_confirmation {
	margin-bottom: 1em;
}

.tx-powermail-pi1_thx {
	margin-bottom: 3em;
}

.insert1 p {
	margin-right: 12em;
}

.insert2 {
	margin-left: 110px;
}

.insert2 img {
	margin-left: -110px;
	float: left;
}

.news-list-morelink {
	margin-top: 1.5em;
	padding-bottom: 2em;
}

.news-list-morelink a, .news-single-backlink a {
	background: #999999 url(img/more-link.gif) no-repeat right top;
	color: #FFFFFF;
	height: 20px;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 38px;
	font-weight: normal;
}

.news-single-backlink a {
	background: #999999 url(img/back-link.gif) no-repeat left top;
	padding-left: 34px;
	padding-right: 13px;
}

.news-single-backlink a:hover {
	background: #000000 url(img/back-link-act.gif) no-repeat left top;
	text-decoration: none;
}

.news-list-morelink a:hover {
	background: #000000 url(img/more-link-act.gif) no-repeat right top;
	text-decoration: none;
}

.news-single-backlink {
	clear: right;
	padding-top: 1em;
}

.news-list-item {
	width: 488px;
	border-bottom: 1px dotted #666666;
	float: left;
	margin-top: 1.5em;
}

.news-single-item {
	width: 488px;
}

.news-list-item img, .news-single-item img {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.news-list-item img {
	margin-top: 0.3em;
}

dl.news-single-files img {
	float: none;
	margin: 0;
	margin-right: 0.3em;
}

dl.news-single-files a {
	margin-right: 0.5em;
}

.news-list-date, .news-single-timedata {
	font-size: 105%;
}

.news-list-item h3, .news-single-item h2 {
	font-size: 150%;
	font-weight: normal;
}

.news-list-item h3 a {
	font-weight: normal;
}

.news-single-item h3 {
	margin-top: 1.5em;
	font-size: 100%;
}

.news-list-container {
	margin-top: 3em;
}

.csc-sword {
	background: #E20A16;
	color: #FFFFFF;
	font-weight: bold;
}

.tx-indexedsearch form {
	display: none;
}

p.tx-indexedsearch-descr {
	border-bottom: 1px dotted #666666;
	margin-right: 0;
	padding-bottom: 1.2em;
	padding-left: 1px;
	margin-bottom: 1.2em;
}

.tx-indexedsearch {
	width: 490px;
}

.tx-indexedsearch-percent {
	padding-left: 1px;
	font-size: 170%;
}

.tx-indexedsearch h3 {
	padding-left: 1px;
	font-size: 180%;
	margin-bottom: -0.3em;
}

.tx-indexedsearch h3 a {
	font-weight: normal;
}

body.search ul.breadcrumb li {
	display: none;
}

.tx-indexedsearch-whatis {
	position: absolute;
	top: 250px;
	left: 1px;
	font-size: 120%;
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-browsebox p {
	position: absolute;
	top: 265px;
	left: 1px;
}

.tx-indexedsearch-browsebox p strong {
	font-weight: normal;
}

.tx-indexedsearch ul.browsebox {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 494px;
	top: 253px;
}

.tx-indexedsearch ul.browsebox li {
	display: inline;
}

.tx-indexedsearch ul.browsebox li a {
	font-weight: normal;
}

.tx-indexedsearch ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
}

.tx-indexedsearch-res {
	margin-top: 2em;
}

.tx-indexedsearch-noresults {
	font-weight: bold;
	font-size: 120%;
}




/* cb_indexedsearch_autocomplete */

.ac_results {
	cursor: pointer;
	position: absolute;
	font-size: 90%;
	z-index: 101;
	top: 42px;
	width: auto !important;
	left: 12px !important;
	background: #FFFFFF !important;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #AAAAAA;
}

.ac_results li {
	padding: 2px 6px 2px 6px;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}

.ac_results a {
	width: 100%;
}

.ac_loading {
	background: url(img/indicator.gif) right center no-repeat;
}

.ac_results .over {
	background: #000000;
	font-weight: normal;
	color: #FFFFFF;
}




.navbar-wrap .bg {
	background: #E20A16;
	width: 244px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}

.navbar-wrap .fg {
	background: #FFFFFF;
	width: 244px;
	height: 34px;
	position: absolute;
	top: 240px;
	left: 0px;
}

.navbar {
	float: left;
	width: 214px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}

.navbar p {
	margin: 0;
	padding-left: 16px;
	background: url(img/picklist-nav-info.gif) no-repeat left 1px;
}

.navbar h1 {
	background: url(img/navbar-hr.gif) no-repeat left bottom;
	padding-bottom: 0.3em;
	width: 100%;
}

.navbar ul {
	padding-bottom: 1em;
	background: url(img/navbar-hr.gif) no-repeat left bottom;

	list-style: none;
	padding-left: 0;
}

.navbar ul li, .navbar li.sub {
	cursor: pointer;
	cursor: hand;
	padding-left: 16px;
	background: url(img/picklist-nav-closed.gif) no-repeat left 0.15em;
	padding-bottom: 0.2em;
}

.navbar li.open {
	background-image: url(img/picklist-nav-open.gif) !important;
}

.navbar ul ul li {
	background: none;
}

.navbar ul ul {
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	background: none;
	
	display: none;
}

.navbar ul ul ul {
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}

.navbar b {
	background: url(img/picklist-nav-unsel.gif) no-repeat left 0.13em;
	padding-left: 15px;
}

.navbar b.act {
	background-image: url(img/picklist-nav-sel.gif);
}

.news-list-item p, .news-single-item p {
	margin-right: 0;
}

.tx-ttnews-browsebox {
	position: absolute;
	right: 492px;
	top: 251px;
}

.tx-ttnews-browsebox table {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.tx-ttnews-browsebox table p {
	margin: 0;
	padding: 0;
}

.tx-ttnews-browsebox table a {
	font-weight: normal;
}

.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a {
	font-weight: bold;
}

table.contenttable {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.contenttable p {
	margin: 0;
	padding: 0;
	margin-right: 2em;
}

table.contenttable td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

body.picklist .col23 h1, body.productlist .col23 h1 {
	margin-left: 0.9em;
	font-size: 230%;
	margin-top: 1.3em;
	margin-bottom: 0.7em;
}

body.picklist .col23 p, body.productlist .col23 p {
	margin-left: 2.3em;
	margin-bottom: 0.7em;
}

.picklist-header {
	margin-left: 257px;
	width: 470px;
	padding-bottom: 0.4em;
	padding-left: 1px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 1em;

	position: absolute;
	left: 257px;
	margin: 0;
	top: 256px;
}

.picklist-header .stat {
	display: inline;
	font-weight: bold;
}

.picklist-header .sel {
	display: inline;
}

.picklist-header select {
	position: absolute;
	right: -251px;
	top: 35px;
}

.picklist-header ul.styled-select {
	position: absolute;
	right: -251px;
	top: 35px;
	width: 15em;
	background: url(img/drop-down.gif) no-repeat top right #999999;
	color: #FFFFFF;
}

.picklist-header ul.styled-select:hover {
	background-image: url(img/drop-down-sw-act.gif);
}

.picklist-wrap {
	margin-left: 252px;
	width: 727px;
	margin-top: 2.5em;
}

.picklist-wrap .entry {
	border: 1px solid #999999;
	width: 701px;
	margin-bottom: 1.3em;
	padding: 12px 13px 12px 9px;
	float: left;
}

.picklist-wrap .entry .logo {
	float: left;
}

body.productlist .entry .logo {
	margin-bottom: -24px;
}

.picklist-wrap .entry h1 {
	font-weight: bold;
	font-size: 150%;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #666666;
	width: 536px;
	margin-bottom: 0.8em;
	margin-left: 165px;
}

body.productlist .entry .id {
	color: #E10A15;
	font-weight: bold;
	float: right;
	padding-top: 0.5em;
}

.picklist-wrap .entry .c1, .picklist-wrap .entry .c2, .picklist-wrap .entry .c3 {
	float: left;
	width: 200px;
}

.picklist-wrap .entry .c1 {
	width: 136px;
}

.picklist-wrap .entry .overview, .picklist-wrap .entry .detailview {
	margin-left: 165px;
	width: 536px;
}

.picklist-wrap .entry a.email {
	font-weight: normal;
	white-space: nowrap;
}

.picklist-wrap .entry .buttons {
	margin-bottom: 0.1em;
	clear: both;
	margin-left: 501px;
	border-top: 1px dotted #666666;
	padding-top: 0.75em;
}

body.productlist .entry .buttons {
	margin-left: 0;
	float: right;
}

.picklist-wrap .entry .buttons a {
	background: #999999;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 10px;
	font-weight: normal;
	margin-right: 0.5em;
}

.picklist-wrap .entry .buttons a:hover, .picklist-wrap .entry .buttons a.act {
	background: #E20A16;
	text-decoration: none;
}

.picklist-wrap .entry .buttons a.inact {
	background-color: #CCCCCC !important;
	cursor: default;
}

.picklist-wrap .entry .buttons a.last {
	margin-right: 0;
}

.picklist-wrap .entry .buttons a.details {
	float: right;
	margin-top: -3px;
	padding-right: 30px;
	background: #999999 url(img/drop-down.gif) no-repeat right top;
}

.picklist-wrap .entry .buttons a.details:hover, .picklist-wrap .entry .buttons a.act {
	text-decoration: none;
	background-color: #E20A16;
}

.picklist-wrap .entry .buttons a.act {
	background-image: url(img/drop-up.gif) !important;
}

.picklist-wrap .entry .buttons a.close {
	background: #999999 url(img/drop-up.gif) no-repeat right top;
}

.picklist-wrap .entry .c12 {
	width: 320px;
	clear: left;
	padding-top: 1.5em;
}

.picklist-wrap .entry .map {
	width: 200px;
	height: 200px;
	overflow: hidden;
	float: right;
	margin-top: 2em;
	margin-bottom: 2em;
}

body.productlist .entry .supplierview {
	padding-top: 2em;
}

body.productlist .entry .supplier {
	float: left;
	width: 701px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

body.productlist .entry .supplierview h1 {
	font-size: 110%;
}

body.productlist .entry .supplierview .logo {
	margin-top: 0.5em;
	margin-bottom: 0 !important;
	margin-left: 30px;
}

body.productlist .entry .view-wrap {
	position: relative;
	clear: both;
	background: url(img/hr.gif) no-repeat right 6px;
}

body.productlist .entry .photoview {
	height: 507px;
	xposition: relative;
}

body.productlist .entry .photoview img {
	position: absolute;
	top: 7px;
	left: 165px;
}

body.productlist .entry .threesixtyview {
	padding-top: 25px;
	padding-left: 65px;
	height: 500px;
}

.tx-srlanguagemenu-pi1-option-0 {
	background: url(img/flag_de.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-2 {
	background: url(img/flag_en.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-3 {
	background: url(img/flag_fr.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-4 {
	background: url(img/flag_it.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-5 {
	background: url(img/flag_ru.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-6 {
	background: url(img/flag_cn.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-7 {
	background: url(img/flag_kr.gif) no-repeat left center;
	padding-left: 20px;
}
.tx-srlanguagemenu-pi1-option-8 {
	background: url(img/flag_vn.gif) no-repeat left center;
	padding-left: 20px;
}

.special1 {
	clear: left;
	float: left;
	width: 730px;
	margin-bottom: 4em;
}

.special1 h1 {
	margin-bottom: 1em;
}

.special1 img {
	float: left;
	margin-top: 0.3em;
	margin-right: 1.5em;
	padding-bottom: 3em;
}

#porkNav, #beefNav {
	position: relative;
	width: 216px;
	height: 140px;
}

#porkNav {
	height: 95px;
}

#porkNav img, #beefNav img {
	position: absolute;
}

.list-no-results {
	font-weight: bold;
	margin-left: 3em;
	margin-top: 5em;
	font-size: 120%;
}
