/**
 * screen.css
 *
 * @package mammoetskelters.com
 * @author  A.J. de Vries
 *
 * URL MENU: http://qrayg.com/experiment/cssmenus/
 *
 * Copyright (c) Malibomba
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.
 * Info? Mail to info@malibomba.com
 */
/*<![CDATA[*/
@charset "UTF-8";
@import "sifr.css";
/** @import "slideviewer.css"; **/
@import "svwp_style.css";
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
}

body {
	color:#000;
	text-align:left;
	background: #292c2d url('/pics/bg_tyre.png') no-repeat;
	background-position:730px bottom;
}

body, textarea, input, table, td {
	font-size:9pt;
	font-family:arial;
}

img { border:0; }
div { text-align:left; }
form { display:inline; }
label { font-weight:bold; width:130px; }
a, a:link, a:visited {
	color:#c40101;
	text-decoration:none;
}
a:focus { outline:none; }
a:hover { text-decoration:underline; }


hr {
	border:0;
	padding:0;
	height:1px;
	margin:5px 0;
	border-bottom: 1px solid #c70101;
}
.hr { border-bottom: 1px solid #c70101; }


h1 { font-size: 18pt; color: #c30101; padding:0; margin: 5px 0 0 0; }
h2 { font-size: 16pt; padding:0; margin:0; border-bottom: 1px solid #2580a2; color: #c70101; display: block;}
h3 { font-size: 14pt; padding:0; margin:0; }
h4 { font-size: 12pt; padding:0; margin:0; }

/**
 * FONT/TEXT CLASSES:
 --------------------------------------------------------------------------------------------------*/
.p { text-align:justify; }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.up { text-transform:uppercase; font-size:7pt; }
.lo { text-transform:lowercase; }
.bgred { background-color:#c70101; }
.bggray { background-color:#e7e7e7; }



/**
 * FORM CLASSES:
 --------------------------------------------------------------------------------------------------*/
.ipt { border:1px solid #9a9a9a; }
.btn { font-weight:bold; font-size:8pt; background:#c70101; border:1px solid #c70101; color:#fff; }


/* STANDARD */

.btnadd{
	background: white url(/pics/add.png) no-repeat top;
	width: 172px;
	height: 45px;
	color:white;
	border: 0px;
}
.btnorder	{
	background: white url(/pics/nextstep.png) no-repeat top;
	width: 172px;
	height: 45px;
	color:white;
	border: 0px;
}

.btnchange	{
	background: white url(/pics/btnupdate.png) no-repeat top;
	width: 172px;
	height: 45px;
	color:white;
	border: 0px;
}

.btnpay	{
	background: white url(/pics/pay.png) no-repeat top;
	width: 172px;
	height: 45px;
	color:white;
	border: 0px;
}

/**
 * LAYOUT CLASSES:
 --------------------------------------------------------------------------------------------------*/
.fl { float:left; }
.fr { float:right; }
.db { display:block; }
.dib { display:inline-block; }
.spacer { margin:0 5px; }
.clear {
	clear:both;
	visibility:hidden;
}

.noscript {
	padding:10px;
	display:block;
	background:#ddd;
	border:1px dotted #2681a3;
}
.noscript strong { color:#2681a3; text-transform:uppercase; display:block; border-bottom:1px solid #2681a3; }

.order_table {  z-index:100; width:100%; table-layout:fixed; margin-top:-21px; border:1px solid #c70101; position:relative; background-color:#fff; }
.order_table td { padding:2px 4px; height:26px; }
.order_table tr.hr td { border-bottom:1px solid #2681a3; }
.order_table tr.hr.red td { border-bottom:1px solid #c70101; }
.order_table tr.title td { background:#2681a3; color:#fff; }
.order_table thead td  {font-weight:bold; background-color:#c70101; color:#fff; text-transform:uppercase; font-size:8pt; }
.order_table td input { padding:0; margin:0; border:0; font-weight:bold; }

.order_table .bgred { border-bottom:0px !important; }
.order_table .bggray { border-left:1px solid #2681a3; border-bottom:0px !important; }
.order_table .bggray input { background-color:#e7e7e7;}

.bpe_iframe {
	width:498px;
	height:600px;
	margin-top:00px;
	display: block;
	overflow: hidden;
	position:relative;
}

.bpe_notification {
	display:block;
	background-color:#e7e7e7;
	border:1px solid #2681a3;
}
.bpe_notification h4{ padding:4px 10px; background: #2681a3; color:#fff; }
.bpe_notification div.p {
	margin:10px;
	color:#c70101;
	display:block;
	font-size:10pt;
	font-weight:bold;
}



.ccard	img {padding: 10px;}

.dealer { margin-bottom: 15px; margin-top:15px; }
.ul { list-style-type:square; }
.li { margin-left:20px; }

.w220 { width:500px; }
.spanform { width:130px; }
.output strong { width:140px; }
.padding { padding-left:137px; }
.pat { position:relative; top:-3px; }

.pt { padding-top:70px; }

/**
 * LAYOUT CONTAINERS:
 * Definition of the used layout containers.
 --------------------------------------------------------------------------------------------------*/
#lc-tab {
	z-index:1;
	top:203px;
	left:724px;
	margin:5px;
	width:284px;
	height:400px;
	display:block;
	position:absolute;

}
#lc-tab h4 { padding: 30px 0 0 0; font-size: 12pt; color:#fff; }
#lc-tab h4 a { padding: 30px 0 0 0; font-size: 12pt; color: #fff; }
#lc-tab h1 a:hover { text-decoration: none; }
#lc-tab #lc-tab-top { float:left; width:274px; height:63px; display:block; padding: 0 0 0 15px; background: url('/pics/bg_tab_top.png') no-repeat left top; }
#lc-tab #lc-tab-content {
	float: left;
	width:274px;
	height: auto;
	display: block;
	background: url('/pics/bg_tab_bottom.png') no-repeat left bottom;
	min-height: 200px;
	padding: 0 0 25px 15px;
}

.lc-tab-product a img{
	color:#cb0202;
	display: block;
}
.lc-tab-product {
	float:left;
	width:110px;
	height:auto;
	cursor:pointer;
	text-align:center;
	margin:0 15px 15px 0;
	background: #af0101;
}

.productitem	{
	position: relative;
	width: 110px;
	height: 110px;
	background: url(/pics/bg_productitem.png) left top no-repeat;
}

div.productitem a img	{
	background-repeat: no-repeat;
	background-position: center center;
}

#lc-tab-content .product img { margin: 0 0 0 0px;}
.lc-tab-text  { margin: 0 0 0 0; text-align: center; position: absolute; bottom: 0; width: 110px; text-align: center;}
.lc-tab-text strong { margin: 0 0 0 0; text-align: center; font-size: 0.8em;}




#container {
	z-index:999;
	position:relative; /* needed for footer positioning*/
	margin:0;
	width:742px;
	height:auto !important; /* real browsers */
	height:100%;			/* IE6: treaded as min-height*/
	min-height:100%;		/* real browsers */
	background: url('/pics/bg_lc_body.png') repeat-y 0px 0;
}

#lc-bar-top {
	top:12px;
	left:10px;
	z-index:8;
	color:#fff;
	position:absolute;
}
#lc-bar-top a { color: #fff; }

#lc-header-inner {
	position: absolute;
	height: 219px;
	width: 742px;
	background: #292c2d;
	display:block;
	z-index: 3;
}

#lc-main-menu-bg {
	position:absolute;
	top:7px;
	left:457px;
	width:295px;
	height:175px;
	padding: 7px 0 5px 255px;
	background: url('/pics/bg_main_menu.png') no-repeat center top;
	margin:5px;
	z-index: 3;
}

#lc-main-menu {
	top:17px;
	z-index:4;
	margin:15px 5px 5px 5px;
	left:700px;
	width:288px;
	height:175px;
	position:absolute;
}
#lc-main-menu ul { padding:0; display:block; font-size:10pt; line-height:20px; margin:18px 0; list-style-type: none; }
#lc-main-menu ul li a { display:block; color:#fff; text-decoration: none; padding-left: 40px;}
#lc-main-menu a:hover { background-color:#cc0202; background-repeat:no-repeat; background-position:-55px -20px; background-image:url('/pics/bg_main_menu_hover.png'); }

#lc-header {
	position:relative;
	height: 219px;
	width: 742px;
	background: url('/pics/bg_header.png') no-repeat bottom right;
	display:block;
	z-index: 6;
}

#lc-header-pic {
	top:43px;
	margin-left: 180px;
	height: 230px;
	width: 440px;
	background: url('/pics/header_pic.png') no-repeat center right;
	position: absolute;
	z-index: 20;
}

#lc-body {
	width:742px;
	height:auto !important; /* real browsers */
	height:100%;			/* IE6: treaded as min-height*/
	min-height:100%;		/* real browsers */
	display:inline-block;
	position:relative;
	bottom:0;
}

#lc-content {
	float:left;
	width:499px;
	display:block;
	padding:0 10px;
	min-height: 800px;
}
* html #lc-content { width:509px; }
#lc-content h3 { margin: 10px 0 5px 0; }

.discription {position: relative;}
.discription ul {  margin:0; padding:0; display:block; list-style-type:none; }
.discription ul li { display:block; line-height:20px; font-weight: bold; background-image: url(/pics/check.jpg);background-repeat: no-repeat;background-position: left center; padding-left: 20px; }

#lc-east-nav {
	float:left;
	width:203px;
	height:auto;
	display:block;
	padding:0 0 0 7px;
	position:relative;
	background: url('/pics/bg_col2.png') repeat-y left top;
}
#lc-east-nav h1 { color:#fff; font-size:13pt; margin-top:25px; padding:0 0 13px 5px; border-bottom:1px #fff solid; }
#lc-east-nav ul { margin:0; padding:0; display:block; list-style-type:none; }
#lc-east-nav ul li { display:block; line-height:20px; background-color: #2b92b5; }
#lc-east-nav ul li a { color: #fff; display:block; padding:3px 5px; font-weight: bold; border-bottom: 1px solid #fff; }
#lc-east-nav ul li a:hover, #lc-east-nav ul li.active a { background-color:#aa0000; }





.category-product {
	margin: 0 25px 25px 0;
	padding: 0 0 3px 0;
	width: 112px;
	color: #fff;
	display: block;
	background: #c30101;
	float: left;
}
.category-product img { margin: 6px 0 3px 6px; }
.category-product a { color: #fff; }

.product-thumb {
	width:95px;
	float:left;
	height:78px;
	display:block;
	margin: 0 10px 20px 0;
	position: relative;
}

.product-color {
	width:50px;
	float:left;
	height:41px;
	display:block;
	margin: 0 10px 20px 0;
	position: relative;
}
.product-color em { width:50px; height:41px; font-weight: bold; display:block; cursor: default; text-decoration:none !important; }
.product-color span { width:50px; height:16px; padding-top: 41px; display:block; text-align: center; position: absolute; background-image: url('/pics/gloss.png'); }

.orderingbutton	{
	position: absolute;
	top:-38px;
	right: -42px;
	width: 249px;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	font-size: 20px;
	background-image: url('/pics/order_button.png');
}

.orderingbutton a {
	padding-left: 15px;
	color: #fff
	}


.available-options a img{
	color:#cb0202;
	display: block;
}
.available-options {
	float:left;
	width:110px;
	height:auto;
	cursor:pointer;
	text-align:center;
	margin:0 15px 15px 0;
}


#lc-content .product img { margin: 0 0 0 5px; }
#lc-content .product .inner { margin: 0 0 2px 0; text-align: center; }

.price {
	z-index: 10;
	color: #fff;
	top: 40px;
	left: 350px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 40px;
	width:140px;
	height:75px;
	display:block;
	text-align: center;
	position: absolute;
	background: url('/pics/price_label_wide.png') no-repeat center top;
}

#slideViewer	{
	display: block; height: 300px; overflow: hidden;
}

#slideViewer ul {  /*your list of images*/
	list-style-type: none;
}

span.sifr {
	display: block;
	font-size: 12pt;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #c70101;
}

.sIFR-active h1, h3, h5, h6, .aoptions, .acolors, .price{ visibility: hidden; }




/**
 * GOOGLE MAPS:
 --------------------------------------------------------------------------------------------------*/
 #map {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

#map > div {

}

#gmapmarker {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	color:#333333;
}

#gmapmarker h1 {
	font-size:14px;

	color:#000000;
	border-bottom:1px solid #019ddc;
	font-weight:bold;

}


#gmapmarker a {
	color:#333333;
}

#gmapmarker a:hover {
	text-decoration:none;
}


#gmapmarker a.linkbox {
	border-left:5px #CCCCCC solid;
	padding-left:5px;
}

#gmapmarker a.linkbox:hover {
	border-left:5px #660000 solid;
	padding-left:5px;
}

/*]]>*/