/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


/**
 * Default css container settings
 *
 * @section main
 */
body {
	font-family: tahoma,verdana,helvetica,sans-serif;
	color: #000000;
	background-color: #575757;
	text-align: center;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 14px !important;
}
.wrapper {
	width: 958px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


/**
 * Default html css settings
 *
 * @section main
 * @subsection htmltags
 */
a {	
	color:#000000;
}
a:hover { 
	color:#ff0000;
}
h1 {
	margin:0 0 30px 0;
	padding:0;
	font-weight:normal;
	font-size:32px;
}
h2 {
	margin: 14px 0;
}
h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
}
p {
	margin:5px 0 0 0;
}
fieldset {
	border:2px groove threedface;
	padding:0.35em 0.625em 0.75em;
}
fieldset legend {
	display: block;
}


/**
 * Header css settings.
 *
 * @section header
 */
.header {
	border-top: 0 none;
	height: 120px;
	position: relative;
	width: 100%;
	background: url('../images/bg_header.gif');
	background-repeat: repeat-x;
}
.header #company {
	position: absolute;
	top:20px;
	left:15px; 
}
.header #logo {
	position: absolute;
	top:0px;
	right:24px; 
}
.header .language-switcher {
	position: absolute;
	right: 167px;
	top: 58px;
	float: none;
	margin: 0;	
}
.header .language-switcher .languages-list li {
	float: right;
	padding-left: 4px;
}
.header #dealer-login {
	position: absolute;
	top:18px;
	left:756px;
	width: 30px;
}
.header #dealer-login a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

/**
 * Header subnav settings
 *
 * @section header
 * @subsection mainnav
 */
.header .header-nav-container {
	position: absolute;
	z-index: 1000;
	top: 58px;
	left: 0;
}
.header .header-nav-container #nav {
	padding: 0;
}
.header .header-nav-container ul#nav{
	position: absolute;
	top: 0;
	left: 0;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style-type:none;
}
.header .header-nav-container ul#nav li,
.header .header-nav-container ul#nav li.first,
.header .header-nav-container ul#nav li.last,
.header .header-nav-container ul#nav li.active {
	border:0px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #232323;
	float:left;
	padding:0px 0px 0px 0px;
}
.header .header-nav-container ul#nav li.active {
	border:1px solid #ff0000;
	border-bottom-width:0px;
	border-top-color:#ff6666;
	background-color:#ff0000;
}
.header .header-nav-container ul#nav li.first {
	border-left-width: 0px;
}
.header .header-nav-container ul#nav li.last {
	border-right-width: 0px;
}
.header .header-nav-container ul#nav a {
	color:#666666;
	text-decoration:none;
}
.header .header-nav-container ul#nav a:hover,
.header .header-nav-container ul#nav li.active a {
	color:#ffffff;
	text-decoration:none;
}


/**
 * Footer settings
 *
 * @section footer
 */
.footer-container {
	border-top: 0 none;
}
.footer {
	position:fixed;
	bottom:0px;
	text-align:center;
	width:958px;
	margin:0;
	padding: 8px 0 8px 0;
	font-size:11px;
	color:#ffffff;
	background-color: #000000;
}
.footer a {
	color:#ffffff !important;
	text-decoration:none;
}
.footer a:hover {
	color:#ff0000 !important;
}


/**
 * Subnavigation css settings
 *
 * @section content
 * @subsection subnav
 */
.side-col .sub-nav-container {
	width:217px;
}
.side-col .sub-nav-container ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.side-col .sub-nav-container ul.level2 {
	border-top: 1px solid #999999;
}
.side-col .sub-nav-container li.level2,
.side-col .sub-nav-container li.level2_on {
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 20px;
	font-weight: bold;
}
.side-col .sub-nav-container li.level2_on {
	padding: 3px 0 3px 24px;
	background-image:url(../images/bg_lvl2on.gif);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}
.side-col .sub-nav-container ul.level3 {
	margin:5px 0 0 -24px;
	padding:0;
	list-style-type:none;	
}
.side-col .sub-nav-container li.level3,
.side-col .sub-nav-container li.level3_on {
	border-top: 1px solid #ffffff;
	padding: 4px 0 4px 40px;
	font-weight: bold;
}
.side-col .sub-nav-container li.level3_on {
	background-image:url(../images/bg_lvl3on.gif);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}
.side-col .sub-nav-container ul.level4 {
	margin:3px 0 0 0px;
	padding:0;
	list-style-type:none;	
}
.side-col .sub-nav-container li.level4 {
	padding: 3px 0 3px 58px;
	font-weight: normal;
	line-height: 14px;
}
.side-col .sub-nav-container a {
	color: #999999;
	text-decoration:none;
}
.side-col .sub-nav-container a:hover,
.side-col .sub-nav-container a.on {
	color: #000000;
}
.side-col .sub-nav-container li.level4_on {
	padding: 3px 0pt 3px 58px;
	line-height: 14px;
}
.side-col .sub-nav-container li.level4 a:hover {
	color: #FF0000 !important;
}





.middle {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
.side-col {
	min-height: 475px;
	margin:0;
	padding:0;
	width:217px;
	background: url(../images/bg_2ndnav.gif) no-repeat;
}
.col-main {
	margin:0 30px 0;
	padding:0 0 50px;
	position: relative;
}
.col-2-left-layout .col-main {
	width: 681px;
}
.col-1-layout .col-main {
	margin:0 30px 0;
	padding:0 0 50px;
}
.col-2-left-layout .listing-type-grid li.item, .col-2-right-layout .listing-type-grid li.item {
	width: 207px;
}


/**
 * Picture archiv settings
 *
 * @section content
 * @subsection picturearchiv
 */
#fotoarchiv-rrs-left {
	float: left;
	width: 70px;
}
#fotoarchiv-rrs-right {
	margin-left: 98px;
}
#fotoarchiv-cc-left {
	float: left;
	width: 70px;
}
#fotoarchiv-cc-right {
	margin-left: 98px;
}
#fotoarchiv-p-left {
	float: left;
	width: 70px;
}
#fotoarchiv-p-right {
	margin-left: 98px;
}
#fotoarchiv-o-left {
	float: left;
	width: 70px;
}
#fotoarchiv-o-right {
	margin-left: 98px;
}
#fotoarchiv-1 {
	margin-top: 7px;
	display:table;
}
#fotoarchiv-2 {
	margin-top: 7px;
	display:table;
}
#fotoarchiv-3 {
	margin-top: 7px;
	display:table;
}
#fotoarchiv-4 {
	margin-top: 7px;
	display:table;
}

.catalog-listing a {
	text-decoration:none;
}


.middle-container,
.middle,
.header .header-nav-container,
table.pager,
.product-essential {
	background: transparent none repeat scroll 0 0;
}

.add-to-cart-box { float: left; }

.col-main .browse-list-category {
	width: 100%;
	margin: 28px 0 0;
}
.browse-list-category .product-catalog {
	background-color:#DDDDD1;
	line-height:18px;
	margin:5px 0 0;
	width:635px;
}
.browse-list-category .product-catalog tr.row-1 {
	background-color:#DDDDD1;
}
.browse-list-category .product-catalog tr.row-2 {
	background-color:#F1F1E8;
}
.browse-list-category .product-catalog td.product-sku {
	padding-right:3px;
	text-align:right;
	white-space:nowrap;
}


.article_block {
	width:475px;
	margin:28px 0 0;
}
p.required {
	text-align: left;
}
.shopping-cart-totals {
  clear: both;
	float: none;
	margin: 25px auto 0;
	background: transparent none;
}
.shopping-cart td {
	vertical-align: middle;
}


div#shopCustomerDashboardLink a {
	color: #E26703;
}

.product-catalog p {
	margin: 0;
}

.col-main ul {
	margin: 12px auto;
	padding-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}
.page-popup {
	overflow: scroll;
}

form ul, .checkout-types {
	list-style-type: none !important;
}

.pimg_main { width:644px; }
.col-2-left-layout .col-main { width: 644px; margin-right: 64px; }