/* @override http://www.skargardstunnan.se/static/css/global.css?100630 */

/*
 *	Produced by MEDIASTRUKTUR
 *	http://www.mediastruktur.se
 *	
 *	Last update: 2007-11-29
 */

/* @group / */


body, html {
	background-color: #fff;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	padding: 0;
	margin: 30px 0 0;
}

hr {
	visibility: hidden;
	height: 50px;
}

/* Used for accessibility - will be placed outside page: */

* .auditory, div#topnavigator ul li.auditory {
	position: absolute;
	font-size: 0;
	left: -2000px;
}

.addbottommargin {
	margin-bottom: 50px;
}

.height1px {
	height:1px;
}

.height40px {
	height:40px;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Kill all margins, to force explicit set only */

h1, h2, h3, h4, h5, p, ul, li, div, html {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
	border: 0;
	margin: 0;
}

div#productImage img {
	position: absolute;
}

div.clearboth, ul.clearboth {
	clear: both;
}

a {
	text-decoration: underline;
	color: #5b5b5b;
}

a:focus {
	outline:none
}

a.arrow {
	padding-right: 14px;
	background: url(/static/images/layout/a_arrow-right.png) no-repeat scroll right 3px;
}

a.arrow:hover {
	text-decoration: underline;
	color: #a7a7a7;
	padding-right: 14px;
	background: url(/static/images/layout/a_arrow-right-hover.png) no-repeat scroll right 3px;
}

a.arrow.intern {
	text-decoration: underline;
	color: #5b5b5b;
	background: url(/static/images/layout/a_arrow-right.png) no-repeat scroll 0 3px;
	padding: 0 0 0 14px;
}

a.arrow.intern:hover {
	text-decoration: underline;
	color: #a7a7a7;
	background: url(/static/images/layout/a_arrow-right-hover.png) no-repeat scroll 0 3px;
	padding: 0 0 0 14px;
}

* html a:visited, * html a:active, * html a:focus {
	border-style: none;
	border-width: 0;
	outline: none;
}

span.small {
	font-size: 0.8em;
}

span.vcard {
	padding-left: 16px;
	background: url(/static/images/layout/a_vcard.gif) no-repeat scroll 0 2px;
}

a.vcard {
	text-decoration: underline;
	color: #5b5b5b;
	padding-left: 16px;
	background: url(/static/images/layout/a_vcard.gif) no-repeat scroll 0 1px;
}

a.vcard:hover {
	text-decoration: underline;
	color: #a7a7a7;
}

div.margin {
	height: 30px;
}

/* @end */

/* @group div#container */

div#container {
	width: 870px;
	position: relative;
	margin: 0 auto;
}

div.alert {
	padding: 10px 5px;
	color: #4c4c4c;
	text-shadow: #fff 0 1px 2px;
	margin-bottom: 30px;
	background: url(../images/layout/div_bg_top.png) no-repeat;
}

span.gray {
	
}

#news li.alert {
	color: #f00;
}

/* @group div#topnavigator */

div#topnavigator {
	height: 160px;
	position: relative;
}

div#topnavigator ul#languagemenu {
	top: 0;
}

div#topnavigator ul#languagemenu li {
	border: none;
	border-width: 0;
	padding: 0 3px 0 0;
	float: left;
	margin: 0;
}

div#topnavigator ul#languagemenu li.last {
	padding: 0 8px 0 0;
}

div#topnavigator ul#languagemenu li a {
	display: block;
	width: 16px;
	height: 14px;
}

div#topnavigator ul#languagemenu li a.en {
	background: url(/static/images/layout/flags/en.gif) no-repeat;
}

div#topnavigator ul#languagemenu li a.de {
	background: url(/static/images/layout/flags/de.gif) no-repeat;
}

div#topnavigator ul#languagemenu li a.sv {
	background: url(/static/images/layout/flags/sv.gif) no-repeat;
}

div#topnavigator ul#languagemenu li a.no {
	background: url(/static/images/layout/flags/no.gif) no-repeat;
}

div#topnavigator ul {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
}

div#topnavigator ul a {
	color: #000;
	text-decoration: none;
}

div#topnavigator ul a:hover {
	text-decoration: underline;
}

div#topnavigator ul li {
	position: static;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 8px;
	border-right: 1px solid #bfbfbf;
}

div#topnavigator ul li.last {
	border-right: none;
}

div#topnavigator a#logo {
	display: block;
	position: absolute;
	left: 50px;
	top: 0;
}

/* @end */

/* @group div#navigator */

div#navigator {
	float: left;
	height: 430px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(/static/images/layout/menu_bg_loop.gif) repeat-y 225px;
	margin: 0 30px 0 0;
}

div#navigator {
	width: 255px;
}

div #navigator a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div #navigator li.selected a {
	text-decoration: none;
}

div#navigator ul {
	list-style-type: none;
}

div#navigator ul li {
	height: 54px;
	margin: 20px 0;
	position: relative;
	cursor: pointer;
}

/* Set inactive color all text in list items */

div#navigator ul li, div#navigator ul li a {
	color: #4e4e4e;
}

/* Set "half-active" color on list items which are hovered */

div#navigator ul li:hover {
	background: url(/static/images/layout/menu_li_selected_35p.gif) no-repeat 53px;
}

div#navigator ul li.selected, div#navigator ul li:hover, div#navigator ul li.selected, div#navigator ul li:hover a {
	color: #000;
}

/* Set active color on list items which are selected */

div#navigator ul li.selected, div#navigator ul li.selected a, div#navigator ul li.selected, div#navigator ul li.selected a {
	color: #000;
}

div#navigator ul li.selected {
	background: url(/static/images/layout/menu_li_selected.gif) no-repeat 53px;
}

div#navigator ul li span.icon {
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
}

div#navigator ul li span.text {
	display: block;
	width: 170px;
	position: absolute;
	bottom: 8px;
	left: 61px;
}

div#navigator ul li.product1 span.icon {
	background-image: url(/static/images/layout/menu_product_skargardstunnan.jpg);
}

div#navigator ul li.product2 span.icon {
	background-image: url(/static/images/layout/menu_product_skargardstunnan_terass.jpg);
}

div#navigator ul li.accessories span.icon {
	background-image: url(/static/images/layout/menu_tillbehor.jpg);
}

div#navigator ul li.goods span.icon {
	background-image: url(/static/images/layout/menu_forbrukningsvaror.jpg);
}

div#navigator ul li.support span.icon {
	background-image: url(/static/images/layout/menu_support.jpg);
}

/* If using Windows do */

div.windows div#navigator a {
	letter-spacing: -0.1ex;
}

/* @end */

/* @group div#content */

/* @group Map */

div#gMap {
	width: 585px;
	height: 500px;
}

div.mapWindow {
}

div#content div.mapWindow h1 {
	font: 15px/15px Georgia, "Times New Roman", Times, serif;
}
div#content div.mapWindow h2 {
	font: 12px/12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	color: #838383;
}

/* @end */

/* @group .terms */

div#content.terms h2, div#content.terms h1.price {
	margin-bottom: 0;
	margin-top: 2em;
}

div#content div.url {
	padding: 12px;
	background: #f4f4f4 none no-repeat 15px center;
	text-shadow: #fff 1px 1px 3px;
	color: #5c5c5c;
	margin-bottom: 15px;
}

div#content div.url h3 {
	font-size: 0.5em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

div#content div.url p {
	font-size: 0.7em;
	margin: 0;
}

/* @end */

/* @group .accessories */

div#content.accessories ul {
	list-style-type: none;
}

div#content.accessories ul li {
	width: 270px;
	float: left;
	margin-right: 45px;
	margin-bottom: 40px;
	margin-top: 20px;
}

div#content.accessories ul li.clearboth {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
	background-color: #515151;
}

div#content.accessories ul li.nomargin {
	margin-right: 0;
}

div#content.accessories ul li div.imagethumb {
	height: 100px;
	position: relative;
}

div#content.accessories ul li div.imagethumb a {
	position: absolute;
	bottom: 0;
}

/* @end */

/* @group generic */

/* START PRODUCT TABLE --------------------------------- */

div#content table thead th {
	text-align: center;
	vertical-align: bottom;
}

div#content.support table thead th {
	text-align: left;
}

div#content table thead th.first {
	text-align: left;
	width: 43%;
}

div#content table tbody th {
	text-align: left;
}

div#content table td,
div#content.product table th {
	padding: 5px 2px;
}

/* Generic td */

div#content table td {
	color: #6c6c6c;
}

div#content.product table td {
	color: #6c6c6c;
	text-align: center;
}

div#content table tr td.wide {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* Generic th */

div#content table th {
	color: #5f5f5f;
}

div#content table sup {
	color: #6c6c6c;
}

div#content table tr.darker {
	background-color: #f2f2f2;
}

div#content table tr.deselected td,
div#content table tr.deselected th,
div#content table tr.deselected th a,
div#content table tr.deselected td a {
	color: #cecece;
}

div#content table tr.darker.deselected td,
div#content table tr.darker.deselected th,
div#content table tr.darker.deselected th a,
div#content table tr.darker.deselected td a {
	color: #c0c0c0;
}

/* Hovering */


/* END TABLE --------------------------------- */



/* @end */

/* @group .support */

/* @group #contacter */

div#contacter div {
	padding: 5px;
	border: 1px solid #ccc;
}

div#contacter label {
	display: block;
	font-size: 0.6em;
}

div#contacter span {
	font-size: 0.7em;
}

div#contacter input.inputhover {
	width: 200px;
}

.inputhover:hover,
.inputhover:focus {
	background: #eef0f6;
}

div#contacter textarea {
	width: 210px;
	height: 50px;
}

div#contacter ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* @end */

div#content.support table {
	font-size: 0.7em;
	border-spacing: 3px;
	width: 100%;
	border-collapse: separate;
}

div#content.support table thead th.first {
	width: 25%;
}

div#content.support ul {
	list-style-position: outside;
	list-style-type: none;
}

ul.files li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/static/images/layout/a_pdf.png) no-repeat left 1px;
}

div#content.support ul li a {
	text-decoration: underline;
}

div#content.support ul li span.small {
	font-size: 0.8em;
}

div#content.support ul li a:hover {
	text-decoration: underline;
}

div#content.support div.faded {
	margin-bottom: 50px;
	margin-top: 10px;
	text-shadow: #fff 1px 1px 3px;
}

div#content.support div.faded div {
	background: url(/static/images/layout/div_bg_top.png) no-repeat 0 top;
}

div#content.support div.faded div div {
	background: url(/static/images/layout/div_bg_bottom.png) no-repeat 0 bottom;
}

div#content.support div.faded div div div {
	position: relative;
	padding: 20px;
	background: none;
}

div#content.support div.faded div div div div {
	position: relative;
	padding: 0;
}

div#content div.column div.columns_2 {
	position: relative;
	width: 250px;
	float: left;
	margin-right: 84px;
	overflow: visible;
}

div#content div.column div.columns_2 p {
	margin-bottom: 20px;
}

div#content div.column div.columns_2 ul, #creditreq {
	width: 100%;
	font-size: 0.75em;
	padding-left: 1px;
	list-style-position: inside;
	color: #b8b8b8;
}

div#content div.column div.columns_2 ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}

#creditreq li {
	text-indent: -1em;
	margin-left: 10px;
	margin-bottom: 0.5em;
	list-style-type: disc;
	padding-left: 13px;
	background: none;
}

div#content div.column div.columns_2 ul li span {
	color: #393939;
}

#creditreq li span {
	color: #393939;
}

div#content.support p.pdfinfo {
	font-size: 0.6em;
	color: #7f7f7f;
}

div#content div.column div.columns_2.col2 {
	margin-right: 0;
	clear: right;
}

div#content div.column div.columns_3 {
	position: relative;
	width: 180px;
	float: left;
	margin-right: 22px;
	overflow: visible;
}

div#content div.column div.columns_3.col1 {
	clear: left;
}

div#content div.column div.columns_3.col3 {
	margin-right: 0;
}


/* @end */

/* @group text only */

div#content h1, div#content h2 {
	color: #282828;
}

/* sIFR3 will apply on this */

div#content h1 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	line-height: 1.5em;
}

/* sIFR3 will apply on this */

div#content h2, div#content h1.price {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

div#content h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

div#content h2 em, div#content h1.price em {
	font-size: 0.65em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1em;
	color: #5d5d5d;
}

/* sIFR3 will apply on this */
html.sIFR-active div#content h2 em {
	position: relative;
	bottom: 5px;
}

div.windows div#content h2 em, div.windows div#content h1.price em {
	letter-spacing: 0;
}

div#content p, div#content.support ul {
	margin-bottom: 1em;
	font-size: 0.75em;
	line-height: 1.6em;
}

/* @end */

/* @group .product */

/* START PRODUCT TABLE --------------------------------- */

div#content.product table {
	font-size: 0.7em;
	border-spacing: 3px;
	position: relative;
	right: 4px;
	width: 100%;
}

/* END TABLE --------------------------------- */

div#content.product div#productImage {
	height: 327px;
	margin-bottom: 20px;
	position: relative;
	width: 94px;
}

div#content.product div#productImages {
	float: right;
	border-left: 1px solid #bdc4cd;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 150px;
}

div#content.product div#productImages div {
	margin-bottom: 10px;
	border-left-style: none;
	padding: 4px;
}

div#content.product div#productImages div a {
	display: block;
}

div#content.product div#productImages img {
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

div#content.product div#productImages div.selected {
	border: 1px solid #bdc4cd;
	padding: 3px;
}

div#content.product div#productImages p {
	text-align: center;
	font-size: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	color: #989898;
}


/* @end */

div#content, div#minicart {
	width: 585px;
	float: left;
	margin-bottom: 80px;
	position: relative;
}

div#minicart {
	margin-bottom: 1em;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 0.5em;
}

div#minicart p {
	font-size: 0.75em;
	line-height: 3em;
	font-weight: bold;
}

div#minicart p a {
	float: right;
}

div#content.up {
	top: -163px;
	margin-bottom: 0;
}

div#content.upmore {
	margin-bottom: 0;
}

/* @group .sitemap */

div#content.sitemap ul {
	padding-left: 28px;
	list-style-type: disc;
}

div#content.sitemap ul li {
	font-size: 0.8em;
	line-height: 1.6em;
}

div#content.sitemap ul li li {
	font-size: 1em;
}

div#content.sitemap ul li a {
	color: #282828;
}

div#content.sitemap ul li a.nounderscore {
	text-decoration: none;
}

div#content.sitemap ul li a.nounderscore span {
	text-decoration: underline;
}

/* @end */

/* @group div.faded_black */



div#content div.faded_black {
	margin-bottom: 50px;
	margin-top: 10px;
	text-shadow: #3d3d3d 0 1px 3px;
	background-color: #777;
	/*949494*/
}

div#content div.faded_black p,
div#content div.faded_black h1 {
	color: #f4f4f4;
}

div#content div.faded_black div {
	background: url(/static/images/layout/div_faded_black_bg_top.png) no-repeat 0 top;
}

div#content div.faded_black div div {
	background: url(/static/images/layout/div_faded_black_bg_bottom.png) no-repeat 0 bottom;
}

div#content div.faded_black div div div {
	position: relative;
	padding: 20px;
	background: none;
}

div#content div.faded_black div div div div {
	position: relative;
	padding: 0;
}

div#content div.faded_black table {
	font-size: 0.7em;
	border-spacing: 3px;
	width: 100%;
	border-collapse: separate;
}

div#content div.faded_black table thead th.first {
	width: 25%;
}

div#content div.faded_black table td,
div#content div.faded_black table th {
	color: #fff;
}

div#content div.faded_black table tr.darker {
	background-color: #515151;
}

/* @end */

/* @end */

/* @group div#footer */

div#footer {
	clear: both;
	font-size: 0.6em;
	line-height: 1.6em;
	padding: 20px 50px 0;
	text-align: center;
	border-top: 1px solid #bdc4cd;
	color: #7f7f7f;
}

div#footer p {
	display: inline;
}

div#footer h1 {
	display: inline;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
}

div#footer ul {
	margin-top: 10px;
}

div#footer ul a {
	color: #7f7f7f;
}

div#footer ul.partners a,
div#footer ul.partners li {
	color: #c8c8c8;
}

div#footer hr {
	height:10px;
}

div#footer ul a:hover {
	text-decoration: underline;
}

div#footer ul li {
	position: static;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 7px;
	border-right: 1px solid #bfbfbf;
}

div#footer ul li.english a {
	padding-left: 21px;
	background: url(/static/images/layout/flag_en_16.png) no-repeat 0;
}

div#footer ul li.german a {
	padding-left: 21px;
	background: url(/static/images/layout/flag_de_16.png) no-repeat 0;
}

div#footer ul li.last {
	border-right: none;
}

/* @end */

/* @end */

/* @group sIFR */

/* This one does: */

.sIFR-active div#content h1 span {
	visibility: hidden;
	font: 25px/25px Helvetica, Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 0;
}

.sIFR-active div#content h2 span, .sIFR-active div#content h1.price span {
	visibility: hidden;
	font: 17px/17px Helvetica, Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 0;
}

.sIFR-active div#content h3 span {
	visibility: hidden;
	font: 17px/17px Helvetica, Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 0;
}

/* @group sIFR lib */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}

.sIFR-dummy {
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}

/* @end */

/* @end */

/* For newssticker */
li#news ul {
	position: relative;
	top: 0;
	list-style-type: none;
	display: inline;
	font-size: 1em;
}

#news ul li.news {
	list-style-type: none;
	border-style: none;
	padding-right: 0;
	padding-left: 0;
	border-right: 0 none;
}

#news ul li.news a span {
	color: #b2b2b2;
	padding-left: 10px;
}

#logisticterms p {
	font-size: 1.2em;
}

strong.darkred {
	color: #ca0000;
}

span.dot {
	padding-right: 0.2ex;
	padding-left: 0.2ex;
}

div#creditlink {
	float: left;
	width: 169px;
	height: 163px;
	top: -33px;
	position: relative;
	z-index: 99;
	left: 456px;
}

div#bathsameday {
	position: absolute;
	z-index: 99;
	left: -18px;
}

div#panelbath {
	position: absolute;
	left: -456px;
	top: 33px;
	display: none;
}

p.mini label, p.mini {
	font-size: 0.9em;
	color: #4f4f4f;
	padding-right: 9px;
}

p.mini input, p.mini label {
	cursor: pointer;
}

table#resulttable {
	margin-bottom: 1em;
}

div#content h2.smallmargin {
	margin-bottom: 0;
}

#christmas {
	text-align: center;
	background-color: #f6000d;
}

#christmas span {
	width: 100%;
	color: #fffeff;
	font-size: 10px;
	font-weight: bold;
	line-height: 2.5em;
}

#christmas div {
	background-image: url(/static/images/layout/christmas-shadow.gif);
	display: none;
}

/* @group shop */

div#content.shop p.next-step img {
	vertical-align: middle;
	color: #767676;
	margin-right: 7px;
}

div#content.shop p.next-step {
	margin-bottom: 3em;
}

div#content.shop p.next-step.nomargin {
	margin-bottom: 0;
}

div#content.shop table.cart {
	width: 100%;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 10px 0;
	border-top: 1px solid #9d9f9f;
	border-bottom: 1px solid #9d9f9f;
	margin: 40px 0 30px;
}

div#content.shop table.cart td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

div#content.shop table.cart a.cart-minus,
div#content.shop table.cart a.cart-plus {
	text-decoration: underline;
	position: relative;
}

div#content.shop table.cart span.space {
	padding-right: 1em;
}

div#content.shop table.cart .cart-name {
	text-align: left;
}

div#content.shop table.cart .cart-quantity {
	text-align: left;
}

div#content.shop table.cart .cart-price {
	text-align: left;
}

div#content.shop table.cart .cart-total-price {
	text-align: right;
}

div#content.shop tfoot {
	text-align: right;
}

div#content ul.buyProducts {
	font-size: 0.6em;
	line-height: 1.6em;
	list-style-type: none;
}

div#content ul.buyProducts li {
	display: block;
	width: 106px;
	float: left;
	text-align: center;
	margin-right: 39px;
}

div#content ul.buyProducts a.buy-button img {
	left: 0;
}

div#content ul.buyProducts li img {
	display: block;
	margin: 4px auto 3px;
}

div#content.shop label {
	width: 11em;
	float: left;
	clear: both;
}

div#content.shop label,
div#content.shop input {
	margin-bottom: 5px;
}

div#content.shop input,
div#content.shop textarea {
	width: 10em;
	font-size: 1em;
}

div#content.shop input#forename {
	width: 9em;
}

div#content.shop input#familyname,
div#content.shop input#street,
div#content.shop input#email {
	width: 15em;
}
div#content.shop input#zip {
	width: 5em;
}

div#content.shop span.input-info {
	display: block;
	clear: both;
	padding-left: 11em;
	color: #7a7a7a;
}

div#content.shop span.radiobutton.input-info {
	padding-left: 3em;
}

div#content.shop input.radiobutton {
	display: inline;
	width: 3em;
	float: none;
	margin: 0;
	padding: 0;
}

div#content.shop label.radiobutton {
	display: inline;
	float: none;
}

div#content.shop label,
div#content.shop input {
	cursor: pointer;
}

div#content.shop ul.checklist {
	width: 100%;
	font-size: 0.75em;
	list-style-position: inside;
	padding-left: 0.2em;
	margin-bottom: 2em;
	color: #6c6c6c;
}

div#content.shop ul.checklist li {
	margin-bottom: 0.5em;
}

div#content.shop #messagelabel {
	display: block;
	float: none;
	clear: both;
	width: auto;
}


div#content.shop textarea#message {
	display: inline;
	float: none;
	position: relative;
	width: 20em;
	height: 9em;
	margin-right: 2em;
}

div#content.shop p.leftcolumn {
	display: block;
	float: left;
	width: auto;
}

div#content.shop input#submit {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 7px;
}

/* @end */

a.buy-button img {
	vertical-align: middle;
	margin-right: 2px;
	position: relative;
	left: -4px;
}

div#content.product a.buy-button img {
	top: -7px;
}

/* @group cursor */

div#ZoomBox {
	z-index: 9999999;
}

// Cursor *Not validated*
div#content a.zoomable:hover, img#ZoomImage:hover {
	*cursor: url(/static/images/layout/zoom.cur);
}

// Cursor *Not validated*
a.zoomable:hover, img#ZoomImage:hover {
	cursor: url("/static/images/layout/zoom.png"),-moz-zoom-in;
}

// Cursor *Not validated*
img#ZoomImage:hover {
	cursor: -moz-zoom-out;
}

/* @end */

div#menu_small {
	width: 585px;
	float: right;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#menu_small a {
	color: #000000;
}

div#menu_small ul {
	list-style: none;
	list-style-type: none;
}

div#menu_small ul li {
	display: block;
	width: 146px;
	float: left;
	margin: 0;
}

div#menu_small ul li a {
	float: left;
}

div#menu_small ul li.selected {
	font-weight: bold;
}

div#menu_small ul li span.icon {

	display: block;
	width: 40px;
	height: 40px;
	background-color: #f00;
	vertical-align: middle;
}

#content span.nostrong {
	font-weight: normal;
	font-style: normal;
}

#content span.strikethrough {
	text-decoration: line-through;
}

div.wavingflag p, div.wavingflag p a {
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	text-decoration: none;
}

div.wavingflag p {
	margin-left: 39px;
	margin-top: 5px;
}

div.wavingflag {
	width: 585px;
	float: left;
	background: url(/static/images/layout/flags/waving-flag.gif) no-repeat 0 0;
	height: 40px;
}

p.press-icon {
	background: url(/static/images/layout/business-card-press.gif) no-repeat left center;
	padding-left: 90px;
}

.black-anchors a {
	color: #000;
}

.margin-right {
	margin-right: 1.5em;
}

div#content table.press tbody td,
div#content table.press tbody th {
	color: #000;
	padding: 0;
	margin: 0;
	vertical-align: top;
}


div#content table.press tbody th {
	width: 20%;
}

div#content table.press {
}

div#content table.press p,
div#content table.press h2 {
	padding-left: 1em;
	font-size: 1.1em;
}