@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

.CompanyColor{
	color: #005ac9;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
	background-color: #e8e8e8;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
	text-align: center; /*för centrering av layout i ie 5*/
    overflow: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
/*iphone input autozoom fix: https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone/13918061#13918061*/
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

caption {
	text-align: left;
}

h1 {
	/*	font-size: 110%;*/
	font-size: 20px;
}

h1#title{
	font-size: 85%;
	display: inline;
}

a{
	color: #0059c8;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

ul.specifikation{/*detalj info om produktkomponenter */
	padding-left: 5px; /*ff,opera */
	margin-right: 0px;

	list-style-type: square;
}

ul.specifikation li{/*detalj info om produktkomponenter */
	margin-bottom: 5px;
}



span.button{
	padding-bottom: 1px;
	padding-top: 2px;
	text-decoration: none !important;
}

table {
	font-size: 100%; /* fix for IE6 and below tables not inheriting font size */
}

td {
	font-size: 100%;
}

th {
	width: 30%;
}



.addtocart_button {
	float: left;
	padding-left: 20px;
	padding-top: 7px;
	vertical-align: middle;
}

.back_button{
	padding-bottom: 50px;
}

.blue1 {
	background-color: #ECF5FF;
}

.blue2 {
	background-color: #E1F1FF;
}

.blue3 {
	background-color: #D5E9FF;
}

.breadcrumbs {
	padding-bottom: 15px;
	padding-left: 20px;
}

input.button{
	height: 24px;
	vertical-align: 0px; /*text-bottom,sub,baseline,super,top,text-top,middle,bottom*/
}


.button a{
	color: #000080 !important;
	text-decoration: none !important;
}

.column50{
	width: 45%;
}

.checkout_price_column{
	text-align: right;
	padding-left: 1em;
}

.confirmation_billing {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}

.confirmation_shipping {
	background-color: #E1F1FF;
	border: 1px solid #CCCCCC;
}


/*KASSAN / VARUKORGEN:*/
#cart_container{
	width: 100%;
	overflow: hidden;
    margin-bottom: 1em;
}


#address_container{
	width: 100%;
    margin-bottom: 1em;
}

#shipping_methods_container{
	overflow:hidden;/*trigger block formatting context*/
    margin-bottom: 1em;
}

#payment_methods_container{
	overflow:hidden;/*trigger block formatting context*/
    margin-bottom: 1em;
}

.paymentFields{
	font-weight: normal;
	width: 200px;
}

#orderTotalSection{overflow: auto;}
.orderTotalRow{text-align: right;}
.orderTotalLabel, .orderTotalValue{display: inline-block; vertical-align: top;}
.orderTotalValue{min-width: 4em;}

#cart_productname{
	width: 55%;
	text-align: left;
}

#billing_company input, #shipping_company input, #billing_department input, #shipping_department input{
	width: 100%;
}

#billing_firstname, #shipping_firstname{
	float: left;
	margin-right: 10px;
	width: 46%;
}


#billing_firstname input, #shipping_firstname input{
	width: 100%;
}

#billing_lastname, #shipping_lastname{
	overflow: hidden;
}

#billing_lastname input, #shipping_lastname input{
	width: 100%;
}

#billing_street_address input, #shipping_street_address input{
	width: 100%;
}

#billing_postcode, #shipping_postcode{
    float: left;
    width: 7em;
    margin-right: .3em;    
    width: auto;
}

#billing_postcode input, #shipping_postcode input{
    width: 100%;
}

#billing_city, #shipping_city{
    overflow: hidden;
}

#billing_city input, #shipping_city input{
	width: 100%;
}

#billing_country{
	float: left;
}

#billing_vat_number{
	overflow: hidden;
}

#billing_vat_number input{
	width: 100%;
}

#billing_email_address input, #shipping_email_address input{
	width: 100%;
}

#billing_telephone input, #shipping_telephone input{
	width: 100%
}

#purchase_order_number input, #cost_centre input, #goods_marking input{
	width: 100%
}

#shippingAddress{
	padding: 5px;
}
/*adressfält slut #########################	*/

.method_title{/*frakt & betalningsmetoderna på kassa sidan*/
	border: 1px solid #ffffff;
    text-align: left;
}
.method_title:hover{/*frakt & betalningsmetoderna på kassa sidan*/
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}
.methodRadioButton{width: 2%;}
.shippingFee{width: 15%; text-align: right;}

.error{/*för obligatoriska fält som inte fyllts i.*/
    border: 3px solid red;
}
/*KASSAN / VARUKORGEN SLUT*/

.even_row {
	background-color: #BAD6F2;
}

.fancybutton {
	background-color: #1F7CEF;
	border: thin outset #D5E9FF;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 80%;
	line-height: 100% !important;
	margin: 5px;
	padding: 3px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.form {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 350px;
}

.form_field_input {
	border: 1px solid #999999;
	overflow: hidden;
	width: 60%;
}

.form_field_input input {
	width: 100%;
}

.form_field_required{
	border: 1px solid #999999;
	border-right: 0px none;
}

.form_field_title {
	border: 1px solid #999999;
	border-left: 0px none;
	width: 40%;
}

.form_row {
	margin-bottom: 10px;
}

.greybox {
	padding-right: 0px;
	margin-right: 0px;
    display: inline-block;
	width: auto;
    cursor: pointer;
    padding-right: .5em;
}

.headernavigation {
	color: #0000ff;
	text-decoration: none;
}

.headernavigation:hover {
	color: #0000FF;
	text-decoration: underline;
}

.image{
	background-color: #FFFFFF;
	height: 7em;
}



.infobox{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding: 5px;
	width: auto;
}

.infoBoxHeading {
	background-color: #e8e8e8;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

table{border-collapse: collapse}

.komponenter {
	text-align: center;
	width: 100%;
	border-spacing: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 20px;
}

.komponenter td{
    display: block;
}

.komponenter ul{
	margin-left: 20px;
}


.image_cell{
	text-align: center;
	padding-right: 5px;
	vertical-align: middle;
    margin-top: 1em;
}

.text_cell {
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 10px;
	border-style: none;
    border-bottom: 1px solid #cccccc;
}
.text_cell td{border: 1px solid #cccccc; display: table-cell}

.line {
	margin-bottom: 100px;
	text-decoration: line-through;
	vertical-align: middle;
}

.list {
	margin-left: 5%;
	text-indent: 0%;
}

.list li {
	list-style-position: outside;
}


#breadcrumbTrail{text-align: left;}

.main{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.main_data{
	text-align: left;
}

.main_text {
	padding: 20px;
	text-align: left;
	margin-bottom: 1em;
}

#mainImage{
    display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#buySection{
    display: inline-block;
    overflow: hidden;
}

#footerMsg{font-weight: bold; color: #0059c8; margin-top: 50px; text-align: left;}

#productHeadline{/*produktens namn på produktsidorna*/
	text-align: center;
	font-size: 1.5em;
	color: #0059c8;
}

.headline{/*rubriker*/
	font-size: 20px;
	font-weight: 700;
	color: #0059c8;
}


/*huvudmenyer vänsterkolumn*/
.menu{
    height: 100%;
}

.menu_header {
	color: #333333;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: left;
	width: auto;
	padding-right: 0px;
	margin-right: 0px;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.menu_body {
    display: none;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    background-color: white;
    width: 100%;
    text-align: left;
    margin: 0;
    height: 100%;
    z-index: 990;
    padding-top: 3em;
}

.menu_body:before{
    content: 'X';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4em;
    font-weight: 900;
    padding-right: 1em;
    padding-top: .5em;
}

.menu_item{
	display: block;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #eeeeee;
}

a.menu_item:after {
    content: '>';
    float: right;
    font-size: 1.4em;
    font-weight: 900;
    margin-right: 1em;
}

ul.menu {
	padding-left: 10px;
}
ul.menu li{
	margin-bottom: 10px;
}

ul.square {
	list-style-type: square;
}
/*huvudmenyer vänsterkolumn slut*/


.odd_row {
	background-color: #E1F1FF;
}

#create_account_button {
	padding-top: 15px;
	text-align: right;
	width: 350px;
}

.order_buttons{
	text-align: center;
	margin-top: 5px;
}


.orderprocess_line{
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.padding_right{
	padding-right: 1em;
}

.pageheading {
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}

.payment_method {
	background-color: #E1F1FF;
	border: 1px solid #CCCCCC;
}


/*prislista tabellen*/
.prislista{
}

.bild{
	text-align: center;
}

/*prislista tabellen*/

.buy_box {
	background-color: #FFFFFF;
	text-align: right;
	padding: 1em;
	padding-left: 0px;
}

.price_big {
	font-size: 150%;
}

.price {
	color: #0033FF;
	font-weight: bold;
}

/*listan allmänna egenskaper(svensk manual,fri frakt...) på produktsidorna.
.checkmark{
background-image: url(images/ok16.iconbase.tupperware.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 20px;
font-weight: bold;
vertical-align: middle;
margin-bottom: 10px;
}
*/
.buybutton{
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	height: 35px;
	line-height: 34px;
	text-align: right;
	display: block;
	margin-right: 7px;
	cursor: pointer;
}



.button{
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	height: 35px;
	line-height: 34px;
	text-align: right;
	display: block;
	margin-right: 7px;
	cursor: pointer;
}

/*.leftedge:hover{
text-decoration: underline;
}*/

.leftedge{
	/*	width: 220px;*/
	width: 190px;
	color: white;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 10px;
}

.leftedge2{
	width: 75px;
	color: white;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 10px;
}

.rightedge{
	/*	width: 5px;*/
	width: 18px;
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

.product_documents {
	border: 1px solid #000000;
	margin-top: 20px;
	width: 50%;
}

.product_documents_body {
	padding: 10px;
}

.product_documents_header {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 10px;
}

.product_image {
	width: auto;
}

.product_text {
	padding-top: 20px;
	width: auto;
}


/*--------------------------------------------
*klasser för produktinformation på kategorisidorna
*/

#category_title{
	font-size: 200%;
	color: #0059c8;
	margin-top: 1em;
}

#category_description{
    margin-top: 1em;
    margin-bottom: 2em;
}

.SubcategoryHeading{
	font-size: 200%;
	font-weight: bold;
	color: #0059c8;
	padding-top: 40px;
	padding-left: 20px;
}

.category_productlist_wrapper {
	height: 100%;
	text-align: center;
	width: 600px;
}

.gridContainer {
    text-align: center;
}

.productContainer{
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 2em;
}

.productContainer img{
    display: block;
    margin: auto;
    margin-bottom: 1 em;
    width: auto;
    height: auto;  
    max-height: 13em; 
    max-width: 15em;
}

.categoryTitle{
	font-size: 1.5em;
	margin-top: .5em;
	display: inline-block;
}

@media only screen and (max-width: 250px) {
    .productContainer img{
        width: 100%;
    }
    
    body{word-break: break-word;}
}

@media only screen and (min-width: 550px) {
    .productContainer {
        display: inline-block;
        width: 49%;
    }
}

.productlist_title{
	margin-top: 10px;
    text-align: center;
    height: 2em;
}

.productlisting-heading {
	font-weight: bold;
	text-decoration: none;
}

.productlisting-odd {
}

.productListing-data{
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.productListing-data table{
	vertical-align: middle;
	width: 100%;
}

.productListing-data table .productListing-productimage{
	width: 40%;
}

.productListing-data table .productListing-productname{
	width: 60%;
}

/*############### klasser för produkt tabellen på förstasidan */
.produkter{/*produkttable på förstsidan*/
	text-align: center;
}
.produkter td{
	vertical-align: bottom;
	padding: 20px;
}

.produkt{/*produktbilderna på förstsidan*/
	border-collapse: separate;
	border-color: #000000;
	border-width: thin;
	text-align: center;
	background-color: #FFFFFF;
	width: 10em;
	height: 10em;
}

.produkt_bild{
	display: block;
}


.produkt_text {/*produkttitlarna på förstsidan*/
}

.spacer {
	width: 3em;
}
/*############# klasser för produkt tabellen på förstasidan */


.gradient {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	padding: 20px;
}


.section{
	background-color: #FFFFFF;
	border: 1px solid #0046E1;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}

.section_headline{
	font-weight: bold;
	padding-bottom: 10px;
}

.selected, .selected a {
	background-color: #1F7CEF;
	color: #FFFFFF !important;
	text-decoration: none;
}

.shipping_method {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}

.smalltext {
	font-size: 0.6em;
}

.subsection{
	margin: 10px;
}

.table_wrapper {
	padding-top: 20px;
	width: auto;
}

.text_box {
	padding: 5px;
}




.white a {
	color: #FFFFFF;
	text-decoration: none;
}

.white a:hover {
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration: underline;
}

.whitebox {
	background-color: #FFFFFF;
}


#addtocartbutton{
	display: none; /*1.dölj knappen så den inte visas om js är inaktiverat(inte går att använda kassa sidan) &
	2.visa/aktivera den genom js script i sts_template.html  */
}


.addon_checkbox{
	margin-bottom: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.addon{
	color: black;
}

legend{
	color: #002381;
}


/*feedback formulär*/
.question{
	margin-top: 15px; margin-bottom: 5px

}
/*feedback formulär*/


#categories_menu {
	background-color: #E1F1FF;
	border: thin solid #666666;
	list-style-type: none;
	margin: 5px;
	width: 25%;
}


#container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #FFFFFF;
	padding: 0px;
    overflow: auto;
}

#header {
    position: relative;
    overflow: auto;
}

#headerProducts img{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
}

.wraptocenter {
}
.wraptocenter span {
}

#v_middle{
    padding-bottom: 5em;
}

#left_column {
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
}

#right_column {
	margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
}

#right_column > *:not(.gridContainer) {
    text-align: left;
}

#footer {
    display: none;
}

#logo{max-width: 17em; height: auto; margin-right: 0px; float: left}
#headerProducts{display: none;}
#nameChange{
    display: none;
}

#contact_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: .5em;
    width: 100%;
}

#tabs{text-align: left; margin-top: 1em;}

.menu_body{display: none;}

#shoppingCartBox div:not(.menu_header) {
    display: none;
}

.uthyrning, .uthyrning td, .uthyrning th{/*uthyrnings tabellen*/
	border-color: #0000a0;
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
	text-align: center;
}

#order_content {
	background-color: #E1F1FF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#order_form input{
	width: 90%;
}

#order_form td{
	width: 65%;
}

#order_form th{
	font-weight: normal;
	text-align: left;
}

#order_form, #order_form td{
	padding: 5px;
}

#page_body {
	background-color: #FFFFFF;
	margin: auto;
}

#product_data {
	width: auto;
}

#product_data td{
	line-height: 150%;
}

#product_data, #order_form, #product_data td,th {
	border-collapse: collapse;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: auto;
	margin: 0;
	padding: 5px;
}

#topFeatures{/*produktens främsta egenskaper(produktsidorna)*/
	color: red;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.features li{/*huvudbeskrivningen/featurelistan på produktsidorna*/
	margin-bottom: 5px;
	list-style-type: square;
}

#background{
}

#product_info{/*container för produkt info på produkt sidorna*/
	margin-top: 0em;
}
#product_info h2{
	margin-left: 20px;
}

#buy_info{ /*tabellen med köpinformationen(frakt..) på produktsidorna */
	text-align: left;
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.price_label{
	width: 72%;
	padding-right: 1px;
}

.buy_label{
	font-weight: bold;
	padding-right: 15px;
	width: 50%;
}

.buy_data{
	text-align: right;
	vertical-align: baseline;
	width: 50%;
}

#buy_info th{
	border-style: none;
}


/*attribut options i köpinformationen(frakt..) på produktsidorna */
.options{
	line-height: 100%;/*ff radiobox & label alignment fix */
	width: 100%;
	overflow: visible;
}

.options input{
	vertical-align: bottom;/*ff radiobox & label alignment fix */
	display: none;
}

.options input[type=radio]{
	vertical-align: bottom;/*ff radiobox & label alignment fix */
}

.options input[type=checkbox]{
	vertical-align: middle;/*ff checkbox & label alignment fix */
}
/*attribut options i köpinformationen(frakt..) på produktsidorna */


#shoppingcart {
	background-color: #EAEAEA;
	border: thin solid #666666;
	clear: right;
	float: right;
	margin: 5px;
}
.shoppingcart_produkt{/*produkterna i varukorgen*/
	text-align: left;
}

#top_left_menu {
	background-color: #E1F1FF;
	border: thin solid #666666;
	list-style-type: none;
	margin: 5px;
	width: 25%;
}

#top_left_menu li {
	list-style-type: none;
	text-indent: -15px;
}



.pageHeading{
	font-size: 1.5em;
}

#search_field{
	width: 80%;
}

.bold{font-weight: bold;}

@media print {
    .noprint{display: none !important;}

    * {
	    background: #ffffff;
	    color: #000000;
    }

    html {
	    font-size: 10pt;
    }

    body, #container{
	    width: auto;
	    height: auto;
	    text-align: left;
    }

    .breadcrumbs, .buy_box, #footer, .product_download{
    display: none;
    }

    #container{
	    border-style:none;
    }

    #container, #v_middle, #background, #product_info, #right_column, .main, table, .text_cell, .image_cell{
	    margin: 0px;
	    padding: 0px;
    }

    #right_column{
	    float:none;
	    display: block;
	    margin: 0px;
	    padding: 0px;
	    width: 100%;
    }

    #resellerinfo{
	    font-size: 120%;
	    font-weight: bold;
	    margin-top: 30px !important;
    }

    .buy_box, .button, input{
	    display: none;
    }

    .komponenter{
	    margin-top: 0em !important;
	    padding: 5px;
    }
    .komponenter td{
	    padding: 5px;
    }

    #addtocartbutton{
	    display: none !important;
    }

    h1{
	    font-size: 20pt !important;
    }

    #specification{
	    display: block !important;;
    }
}

.subsektion_title{
	font-weight: bold;
}

.productpage_tab{
	min-height: 200px;
}


.subsektion{/*för alla paragrafer/undersektioner*/
	margin-top: 10px;
}

.subtitle{/*för alla underrubriker*/
	font-size: 110%;
	font-weight: bold;
	color: #0059c8;
}

tr.space_under > td{/*Nyhetstabellen förstasidan. Apply padding to td elements that are direct children of the tr element. */
	padding-bottom: 20px;
}

/*om företaget - google karta*/
#map_canvas{
	width: 300px;
	height: 300px;
}

.messageStackError{
	color: maroon;
}

.clear{/*for parent containers, clears floats*/
	overflow: hidden;
	width: 100%;
}

#addtocartbutton, .styledbutton{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Open Sans', Arial, Helvetica, Verdana, "Lucida Sans Unicode", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	border-radius: 30px;
	background-color: #329CE5;
	color: #FFF;
	padding: 7px 20px;
	border: 1px solid #64beff;
	-moz-font-feature-settings: "kern=1";
	letter-spacing: -2px;
	cursor: pointer;
	margin-left: 5px;
}

#confirmOrderButton{
    letter-spacing: -1px;
}

.smallbutton{
	border-radius: 5px;
	font-size: 16px;
	padding: 3px 5px;
	letter-spacing: 0px;
}

.customer_action{
	display: block;
	margin-left: 5px;
}

.block{
	display: block;
}

.inline{
	display: inline;
}

.nowrap{
	white-space: nowrap;
}

.alignCenter, .center{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Hcenter {
	width: 50%;
	margin: 0 auto;
}
img.Hcenter {
	width: auto;
	display: block;
	margin: 0 auto;
}

#contact_form td{padding-top: 10px;}

.campaign_box{
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
	float: left;
}

.campaign_box a, .campaign_box a:hover{
	color: black !important;
	text-decoration: none;
}

#map_canvas{max-width: 400px}

#contact_form input{width: 100%;}

.productpageSection{margin-bottom: 1em;}

#rent_form input[type='text']{max-width:  8em;}
#rent_form #rent_days{max-width: 4em;}

form#checkout{text-align: left; overflow: hidden;}

#checkoutButtonContainer{text-align: center;}

.cartProductQuantityField{width: 2em; text-align: center; cursor: default;}
.cartProductQuantityButton{
    font-size: 1.5em; 
    vertical-align: middle; 
    text-decoration: none;     
    width: 1em;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.cartProductQuantityButtonVerticalAlignFix{vertical-align: -.2em;}

.product{margin-top: 1em; border-bottom: 1px solid #eeeeee;}
.cartData{display: inline-block; width: 100%;}
.cartProductPrice{margin-left: 1em; margin-right: 1em;}
.removeFromCart{float: right; font-weight: 800; color: crimson; margin-right: 1em;}
.feedbackFormField{width: 70%; height: 3em;}
#addonsHeader{margin-bottom: 1em;}
#addonsHeader span{font-weight: bold}
#addonsContainer{text-align: center;}
#rentModels{width: 100%; word-wrap: break-word;}

#product_table label{display: block;}

#mainProductImageLink{ 
	display: block;
	height: 15em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.productImage{
	max-width: 5em;
	height: auto;
	vertical-align: middle;
	margin-right: 3em;
}

.productImageBig{display: none; margin: auto;}
#productImages{
    white-space: nowrap;
    height: auto;
    overflow-y: hidden;
    position: relative;/*.carouselButton position*/
    margin-bottom: 1em;
}

#carouselThumbnails{
	margin-left: 2em;
    margin-right: 2em;
    overflow-x: scroll;
    overflow-y: hidden;
}

.carouselButton{
	position: absolute;	
	top: 15%;
	font-size: 3em;
	font-family: 'Zapf Dingbats';/*required for displaying &#10094; and &#10095; on iOS devices*/
}
.carouselButton:hover{
    text-decoration: none;
    cursor: pointer;
}
.carouselButtonDisabled{color: gray;}

#productImages a:nth-of-type(1){left: 0px;}
#productImages a:nth-of-type(2){right: 0px;}

#videoPlayer{display: none;}
