/**************************************************************************
	MAIN LAYOUT
	promotech.se
	Made by Christopher Gunnarsson / 31dec.se

**************************************************************************/

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 14pt;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	background-image: url('/pictures/body_background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

#importantMessage {
	width: 100%;
	padding: 3px 0;
	background-color: #a00;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	line-height: 10pt;
	border-bottom: 1px solid #333;
}

#importantMessage strong {
	font-size: 11pt;
	line-height: 16pt;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 122px;
	background-color: #222;
	
}

#header img {
	border: none;
}

#languagebar {
	height: 30px;
	padding: 3px 8px;
	background-color: #fff;
	background-image: url('/pictures/languagebar_background.jpg');
	background-repeat: repeat-x;
	text-align: right;
	
}

#languagebar img {
	border: none;
}

#navigation {
	float: left;
	width: 170px;
	margin: 10px 0 100px 0;
	padding: 0 5px;
	font-size: 9pt;
}

#navigation a {
	cursor: pointer;
}

#navigation ul {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

#navigation ul li {
	padding: 3px 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

#navigation ul li#menu_current {
	background-image: url('/pictures/menu_current.gif');
	background-repeat: no-repeat;
	background-position: 0px 5.9px;
}

#navigation ul li a {
	margin-left: 15px;
	text-decoration: none;
	color: #222;
	display: block;
}

#navigation ul li a:hover {
	color: #c00;
}

#navigation ul li a.submenu:hover {
	background-image: url('/pictures/submenu.gif');
	background-repeat: no-repeat;
	background-position: center right;
	border: none;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
	margin-left: 1em; /* MARK */
	font-weight: normal;
	border: none;
}

#navigation ul ul li {
	border: none;
	padding: 0.2em 0; /* MARK */
}

#navigation ul ul li a {
	color: #444;
}

#content {
	float: right;
	margin-bottom: 50px;
	padding: 0px 15px 10px 15px;
	width: 790px;

}

#content #navigatorbar {
	margin-bottom: 10pt;
	font-size: 9pt;
	text-align: right;
	color: #999;
}

#content #navigatorbar a {
	text-decoration: none;
	border: none;
	color: #999;
}

#content #navigatorbar a:hover {
	border: none;
	color: #c00;
}

#content #navigatorbar #navigator_current {
	border-bottom: 1px solid #999;
}

#content #footer {
	clear: both;
	padding: 10px 20px;
	color: #777;
	border-top: 1px solid #ddd;
	font-size: 8pt;
	

}

#content #footer a {
	color: #777;
	text-decoration: underline;
	border: none;
}

#content #footer a:hover {
	border: none;
}

#content #footer #footerLeft {
	float: left;
}

#content #footer #footerRight {
	float: right;
	text-align: right;
}

/**************************************************************************
	IMPORTANT ID: textContent - Begins here
**************************************************************************/
#content #textContent {
	margin-bottom: 14pt;
	min-height: 24em;
	font-size: 10pt;

}

/********** Regular elements **********/
#content #textContent a {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

#content #textContent a:hover {
	color: #c00;
	border-bottom: 2px solid #f00;
}

#content #textContent a.read_more {
	padding-right: 1.5em;
	font-weight: bold;
	background-image: url('/pictures/read_more.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#content #textContent a img {
	border: none;
	text-decoration: none;
}

#content #textContent a.zoomLink {
	border: none;
	text-decoration: none;
	cursor: url('/pictures/magnify.cur'), pointer;
}

#content #textContent a.read_more:hover {
	background-image: url('/pictures/read_more_hover.gif');
}

#content #textContent a.feedlink {
	border: 0;
}

#content #textContent a.feedlink img {
	position: relative;
	top: 11px;
	padding: 0 8px 0 0;
	border: 0;
}

#content #textContent fieldset {
	margin-bottom: 10pt;
	border: none;
}

#content #textContent h1 {
	clear: both;
	margin-bottom: 10pt;
	padding-left: 22px;
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	border-bottom: 1px solid #ddd;
	background-image: url('/pictures/arrow.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#content #textContent h2 {
	margin-bottom: 2pt;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}

#content #textContent h3 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
}

#content #textContent img {
	margin: 0 0 10px 5px;
	clear: both;
}

#content #textContent input, #content #textContent textarea {
	   padding: 2px;
	   margin-bottom: 6pt;
	   width: 28em;
	   font-size: 10pt;
	   font-weight: bold;
	   color: #015;
}

#content #textContent label {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}

#content #textContent option {
	padding: 0 14px 0 3px;
}

#content #textContent p {
	margin-bottom: 1em;
	font-size: 10pt;
	line-height: 13pt;
	color: #333;
}

#content #textContent p .redtext {
	color: #f00;
}

#content #textContent select {
	font-size: 10pt;
}

#content #textContent small {
	font-size: 9pt;
}

#content #textContent table {
	text-align: left;
	font-size: 10pt;
}

#content #textContent table .thH1 {
	font-size: 12pt;
	font-weight: normal;
	border: none;
	background: none;
	letter-spacing: 0;
}

#content #textContent table .thH2 {
	padding-left: 10px;
	font-weight: normal;
}

#content #textContent ul {
	margin-left: 30px;
	margin-bottom: 10pt;
	line-height: 16pt;
	color: #333;
	list-style: circle;
}

/********** textContent : Classes **********/

#content #textContent .twocolumnsleft {
	width: 385px;
	margin-bottom: 10pt;
	float: left;
	
}

#content #textContent .twocolumnsright {
	width: 385px;
	margin-bottom: 10pt;
	float: right;
	
}

#content #textContent .singlecolumn {
	margin-bottom: 0pt;
	clear: both;
	
}

#content #textContent button, #content #textContent .submitButton { /** A bit quirky... **/
	padding: 3px 15px;
	width: auto;
	font-size: 11pt;
	color: #fff;
	background-color: #333;
	background-image: url('/pictures/button_back.gif');
	border: 1px solid #777;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

#content #textContent button .buttonIcon {
	padding: 0 6px;
	line-height: 16px;
}

#content #textContent .homeSpecial {
   margin-bottom: 6px;
}

#content #textContent .homeSpecial a {
   border: none;
}

#content #textContent .homeSpecial img {
   margin: 0;
   padding: 0;
   border: 1px solid #bbb;
}

#content #textContent .products_overview_product {
	clear: both;
	min-height: 170px;
	margin-bottom: 10pt;
	padding: 16px;
	border: 1px solid #ddd;
	background-color: #ebebeb;
	background-image: url('/pictures/background_gradient.jpg');
	background-repeat: repeat-x;
}

#content #textContent .products_overview_product h2 {
	margin-bottom: 8pt;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

#content #textContent .products_overview_product h2 a {
	color: #000;
	border: none;
}

#content #textContent .products_overview_product h2 a:hover {
	color: #000;
	border: none;
}

#content #textContent .products_overview_product img {
	margin: 0 14px 0 0;
	border: 1px solid #888;
	float: left;
}

#content #textContent .products_overview_product ul {
	padding-left: 215px; /** Wierd number... **/
}

#content #textContent .products_overview_product p.newProduct {
	margin-bottom: 4pt;
	color: #c00;
	font-size: 12pt;
	font-weight: bold;
}

#content #textContent .searchmodule_results_table {
	width: 100%;
	margin-bottom: 10pt;
}

#content #textContent .searchmodule_results_table td, #content .searchmodule_results_table th {
	padding-left: 12px;
}

#content #textContent .searchmodule_results_table thead {
	background-color: #333;
	font-size: 11pt;
	color: #eee;
}

#content #textContent .searchmodule_results_table thead th {
	padding: 3px 6px 3px 6px;
}

#content #textContent .searchmodule_results_table tbody a {
	color: #d10;
	border: none;
	text-decoration: underline;
}

#content #textContent .searchmodule_results_table tbody td {
	padding: 0 6px 0 6px;
}

#content #textContent .searchmodule_results_table tbody tr.datarow {
	cursor: pointer;
}

#content #textContent .searchmodule_results_table .oddrow {
	background-color: #fff;
}

#content #textContent .searchmodule_results_table .evenrow {
	background-color: #f5f5f5;
}

#content #textContent .searchmodule_results_table .emptyrow td {
	background-color: #fff;
	padding-top: 6pt;
	border-top: 1px solid #ccc;
}

#content #textContent .searchmodule_results_table tbody tr.datarow:hover {
	background-color: #ffef59;
}

#content #textContent .modelproducts_model {
	min-height: 120px;
	padding: 15px 20px 10px 20px;
	margin: 0 0 10px 0;
	border: 8px solid #eaeaea;
}

#content #textContent .modelproducts_model h2 {
	margin-top: 10px;
	font-size: 16pt;
	font-weight: bold;
}

#content #textContent .modelproducts_model img {
	float: left;
	margin-right: 12px;
}

#content #textContent .modelproducts_model .modelproducts_model_logo {
	float: left;
	width: 220px;
}

#content #textContent .modelproducts_model .modelproducts_model_content {
	float: right;
	width: 500px;
}

#content #textContent .modelproducts_model .modelproducts_model_bottom {
	clear: both;
}

#content #textContent .modelproducts_product {
	margin: 5px 10px;
	width: 225px;
	border: 8px solid #eaeaea;
	border-top: none;
	float: left;
}

#content #textContent .modelproducts_product .modelproducts_product_top {
	margin-bottom: 10px;
	padding: 3px 0;
	background-color: #eaeaea;
	font-size: 9pt;
	font-style: italic; color: #777;
}

#content #textContent .modelproducts_product .modelproducts_product_content {
	padding: 0 7px;
	font-size: 9pt;
}

#content #textContent .modelproducts_product .modelproducts_product_content h2 {
	margin-bottom: 10pt;
	font-size: 14pt;
	font-weight: bold;
}

#content #textContent .modelproducts_product .modelproducts_product_content h2 a {
	color: #000;
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content img {
	margin-bottom: 10pt;
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content a img {
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text {
	min-height: 15em;
}

#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text,
#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text p
{
	font-size: 9pt;
	line-height: 11pt;
}

#content #textContent .modelproducts_product .modelproducts_product_content_image a {
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content_readmoreform {
	text-align: right;
}

#content #textContent .radiobuttonTable {
	margin: 10pt 0;
	color: #333;
}

#content #textContent .radiobuttonTable td {
	padding-bottom: 6pt;
}

#content #textContent .radiobuttonTable input {
	width: 20px;
}

#content #textContent .radiobuttonTable label {
	padding-left: 10px;
	font-weight: normal;
	font-size: 10pt;
}

#content #textContent .checkboxdiv {
	margin-bottom: 10pt;
	font-size: 10pt;
	color: #333;
}

#content #textContent .checkboxdiv input {
	   margin-right: 16px;
	   height: 14pt;
	   width: auto;
	   position: relative;
	   top: 4pt;
}

#content #textContent .downloadlink {
	   margin: 0 0.3em;
	   border-bottom: 2px solid #aaf;
}

#content .clearedBothDirectionsDiv {
	clear: both;
}

#content #extraNavigationContent .clearedBothDirectionsDiv {
	margin-bottom: 2em;
}

#content #extraNavigationContent .clearedBothDirectionsDiv img {
	margin-bottom: 2em;
}

/********** textContent : ID's **********/

#content #textContent #homeNewsBox {
   width: 360px;
   margin-bottom: 6pt;
   padding: 3px 10px 16px 10px;
   border: 0px solid #dda;
   font-size: 9pt;
   background-color: #fff;
   background-image: url('/pictures/home/homeNewsBox_background.jpg');
   background-position: bottom right;
}

#content #textContent #homeNewsBox a {
   font-size: 9pt;
   border: none;
}

#content #textContent #homeNewsBox a:hover {
	color: #f00;
}

#content #textContent #homeNewsBox a.read_more {
	position: absolute;
	display: block;
	width: 60px;
	margin: 4px 0 0 276px;
	text-decoration: underline;
	border: 0px solid #ddd;
	padding: 0 22px 0 6px;
	background-image: url('/pictures/read_more_4pxfromleft.gif');
	background-color: #fff;
	border-radius: 3px;
}

#content #textContent #homeNewsBox a.read_more:hover {
   background-image: url('/pictures/read_more_hover_4pxfromleft.gif');
}

#content #textContent #homeNewsBox h2 {
	padding-left: 17px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	background-image: url('/pictures/arrow_small.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#content #textContent #homeNewsBox p {
	font-size: 9pt;
	line-height: 16pt;
}

#content #textContent #homeNewsBox p#newsItemDate {
	position: absolute;
	margin-top: -21px;
	margin-left: 300px;
	color: #444;
}

#content #textContent #newsTopStory {
	padding-bottom: 12pt;
	margin-bottom: 24pt;
	border-bottom: 1px solid #aaa;
}

#content #textContent #homeGrid td {
   padding-right: 2px;
   padding-bottom: 2px;
}

#content #textContent #searchbar {
	margin-bottom: 10pt;
	padding: 20px;
	background-color: #ebebeb;
	background-image: url('/pictures/search.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#content #textContent #onlyInSwedish {
	width: 780px;
	padding: 5px;
	background-color: #ffee33;
	background-image: url('/pictures/order_back.jpg');
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #a44;
}

#content #textContent #products_modules_infobox {
	background-color: #ebebeb;
	background-image: url('/pictures/background_gradient.jpg');
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 18px;
}

#content #textContent #products_modules_infobox #hknmDetails {
	margin-bottom: 10pt;
	width: 310px;
	color: #333;
}

#content #textContent #products_modules_infobox #hknmDetails th {
	font-weight: normal;
}

#content #textContent #hknmDetails td {
	vertical-align: bottom;
}

#content #textContent #order-what-form {
	margin-bottom: 10pt;
	padding: 20px;
	width: 740px;
	border: 1px solid #aaa;
	border-left: 10px solid #810;
	font-size: 12pt;
	font-weight: bold;
	color: #d20;
	text-align: center;
}

#content #textContent #warningInformation {
	margin-bottom: 20pt;
	padding: 16px;
	background-color: #e20;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 3px solid #000;
}

#content #extraNavigation {
	width: 220px;
	float: right;
}

#content #extraNavigation #extraNavigationList {
	margin: 0;
	list-style-type: none;
	line-height: 18pt;
}

#content #extraNavigationContent {
	width: 560px;
	float: left;
}

#content #textContent #contactTable th, td {
	vertical-align: top;
}

#content #textContent #contactTable small {
	padding-left: 10px;
	font-size: 8pt;
	color: #777;
}

#content #textContent #contactTable th {
	padding-right: 60px;
	padding-bottom: 4px;
}

#content #textContent #retailerSearchBox {
	width: 768px;
	height: 23px;
	margin-bottom: 1em;
	padding: 7px 10px;
	background-color: #eee;
	background-image: url('/pictures/bar_background.jpg');
	border: 1px solid #aaa;
}

#content #textContent #retailerSearchBox select {
	margin-right: 1em;
}

/****** DEVELOPING CSS ******/

#content #textContent .adressBox {
	margin-bottom: 1em;
	padding: 20px;
	width: 25.75em;
	min-height: 15em;
	border: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url('/pictures/adressbox_background.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000;
}

#content #textContent .adressBoxLeft {
	float: left;
}

#content #textContent .adressBoxRight {
	float: right;
}

#content #textContent .adressBox img {
	margin: 0;
	padding: 0;
}

#content #textContent .adressBox h2 {
	font-weight: bold;
}

#content #textContent .adressBox p {
	color: #000;
}

#content #textContent .adressBox table {
	margin-bottom: 1em;
}

#content #textContent .adressBox table th {
	padding-right: 1.25em;
}

#content #textContent .adressBox p.retailer_canprogram {
	font-size: 8pt;
}

#content #textContent .adressBox p.retailer_canprogram img {
	margin-right: 1em;
	position: relative;
	top: 8px;
}

/** Retailers page **/

#content #textContent #retailerSearchBoxLeft {
	float: left;
}

#content #textContent #retailerSearchBoxRight {
	float: right;
}

#content #textContent #retailerSearchBoxRight a.modeSelector {
	position: relative;
	top: 2px;
}

#content #textContent #retailerSearchBoxRight a.helpButton {
	position: relative;
	top: -17px;
	border: none;
	margin: 0 0 0 1em;
	float: right;
}

#content #textContent #retailerSearchBoxRight a.helpButton img {
	clear: none;
	margin: 0;
	padding: 0;
}

#content #textContent #retailerSearchBoxRight .helpBalloon {
    display: none; /* keeps the popup hidden if no JS available */
	position: absolute;
	margin: 80px 0 0 -227px;
	padding: 10px;
    width: 300px;
	background-color: #fff;
	border: 1px solid #444;
	z-index: 99;
}

#content #textContent #retailerListExplanation {
	clear: both;
	font-size: 8pt;
	text-align: right;
}

#content #textContent #retailerListExplanation h4 {
	margin-bottom: 1em;
	font-size: 9pt;
}

#content #textContent #retailerListExplanation table {
	width: auto;
	font-size: 8pt;
	float: right;
}

#content #textContent #retailerListExplanation table td {
	padding-right: 1em;
	font-style: italic;
	text-align: right;
}

#content #textContent .greenMessage {
	padding: 10px 15px;
	background-color: #efd;
	border: 1px solid #5d5;
	font-weight: bold;
}

#content #textContent .itemPrice {
	margin-bottom: 16pt;
}

#content #textContent .itemPrice .itemPriceWithVAT {
	font-size: 16pt;
	font-weight: bold;
	line-height: 22pt;
	color: #000;
}

#content #textContent .itemPrice .itemPriceWithoutVAT {
	font-size: 9pt;
	line-height: 16pt;
	font-style: italic;
	color: #444;
}

#content #textContent .itemPrice .itemPriceSalePrice {
	color: #f00;
}

#content #textContent .itemPrice .itemPriceOldPrice {
	font-size: 12pt;
}

#content #textContent .itemPrice small {
	color: #777;
	font-size: 7pt;
	line-height: 10pt;
}

/** New order form **/
#shoppingCart {
	   margin-bottom: 40px;
	   padding: 15px;
	   background-color: #f3fada;
	   border: 1px solid #bca;
}

#shoppingCart .deleteItemButton {
	   position: relative;
	   top: 1px;
	   border: none !important;
}

#orderProductList {
	width: 100%;
	border-collapse: collapse;
}

#orderProductList thead {
	border-bottom: 3px double #ab8;
}

#orderProductList tfoot {
	border-top: 3px double #ab8;
}

#orderProductList th {
	padding: 0 10pt 0 0;
	font-size: 10pt;
}

#orderProductList tbody td {
	padding: 4px 10pt 4px 0;
	font-size: 9pt;
	border-bottom: 1px solid #cdb;
}

#orderProductList tbody td.deleteItemButtonCell{
	padding: 4px 0 4px 0;
}

#orderProductList td input {
	margin: 0 !important;
	padding: 0 5px !important;
	font-size: 8pt !important;
}

.accordionTop {
	width: 770px;
	padding: 3px 10px;
	background-color: #aaa;
	background-image: url('/pictures/order/accordionTop_background.png');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #aaa;
	border-bottom: none;
	color: #fff;
}

.accordionTop h2 {
	color: #fff !important;
}

.accordionContent {
	width: 770px;
	margin-bottom: 10pt;
	padding: 15px 10px 50px 10px;
	background-color: #eee;
	border: 1px solid #aaa;
	border-top: none;
}

.accordionContent .accordionContentLeft {
	float: left;
	width: 380px;
}

.accordionContent .accordionContentRight {
	float: right;
	width: 380px;
}

.accordionContent label {
	margin-bottom: 0.5em;
}

#content #textContent .accordionContent input, #content #textContent .accordionContent textarea {
	   width: 340px;
	   display: block;
}

#content #textContent .accordionContent select {
	   padding: 3px;
}

.accordionContent label.radioLabel {
	   display: inline;
	   width: 340px;
	   padding-top: 3px;
	   padding-bottom: 10px;
}

.accordionContent input.radioInput {
	   width: 3em !important;
	   float: left;
	   margin-top: 5px;
}

.accordionContent label.checkBoxLabel {
	   display: inline;
	   width: 340px;
	   padding-top: 3px;
	   padding-bottom: 10px;
}

.accordionContent input.checkBoxInput {
	   width: 3em !important;
	   float: left;
	   margin-top: 5px;
}

.accordionContent div.error {
		position: relative;
		display: inline-block;
		max-width: 312px;
		margin: 0 0 5px 10px;
		padding: 2px 6px 2px 6px;
		background-color: #ffdd66;
		border: 1px solid #ddaa55;
		color: #222;
		font-size: 8pt;
		font-weight: normal;
		line-height: 10pt;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-khtml-border-top-left-radius: 3px;
		-khtml-border-top-right-radius: 3px;
		-khtml-border-bottom-right-radius: 3px;
		-khtml-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
}

.accordionContent div.error:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 6px solid transparent;
	border-bottom-color: #ddaa55;
	top: -12px;
	left: 10px;
}

.accordionContent textarea.error {
	margin-bottom: -2px !important;
}

.accordionContent input.error {
	margin-bottom: 0 !important;
}

/* Styles for Javascript attardi_fields.js */

.input {
	   margin: 5px 0;
}

.input span {
	   position: absolute;
	   padding: 5px;
	   margin-left: 3px;
	   color: #888;
	   cursor: text;
}

/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	   .input input, .input textarea, .input select { padding: 4px; }
}
