/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
* {
	margin: 0;
	padding: 0;
}


body {
	background: #FFFFFF none repeat scroll 0 0;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
}

html,body,div,span,object,iframe,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0 none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	vertical-align: baseline;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
  color:#A72D2C;
  text-decoration:underline;
}

a img {
	border: 0;
}

:focus {
	outline: 0;
}

/* Heading */
h1,h2,h3,h4,h5,h6,.head {
	color: #B70E0B;
	font-weight: bold;
	margin: 2px 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 15px;
}

h4,h5,h6 {
	font-size: 13px;
}

/* Table */
th {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0;
	vertical-align: top;
}

/* Paragraph */
p {
	margin-bottom: .8em;
}

address {
	margin-bottom: .4em;
}

address {
	font-style: normal;
	line-height: 1.4em;
	padding-left:10px;
}

cite {
	font-style: normal;
	font-size: 10px;
}

q:before,q:after {
	content: '';
}

/* Form */
form {
	display: inline;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	color: #666; /*font-size:.95em;*/
	font-weight: bold;
}

input,select,button {
	vertical-align: middle;
}

/* Lists */
dt {
	display: block;
	font-weight: bold;
}

ul,ol {
	list-style: none;
}

/* Size */
small {
	font-size: .92em;
}

big {
	font-size: 1.1em;
}

hr {
	height: 0;
	margin: 8px 0;
	overflow: hidden;
	visibility: hidden;
}

table,td,th {
	vertical-align: middle;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.header-logo {
	float: left;
	width:210px;
	height:76px;
	/*margin-top:20px;*/
}

.header-logo h1 {
	margin: 0;
	padding: 0;
	height: 50px;
}

.header-right {
	color: #373737;
	float: right;
	*width:500px;
	font-size: 11px;
	text-align: right;
	position:relative;
	margin-top:2px;
}

.header-right a.alpedia-link {
	background: transparent url(../images/alpedia_icon.gif) no-repeat scroll
		left center;
	padding: 2px 0 0 22px;
}

.header-center {
	/*margin: 0 300px;*/
	margin-left:80px;
	padding-top: 10px;
	text-align: center;
	float:left;
	width:300px;
}

#navigation {
	background:url(../images/nav_leftbg.gif) no-repeat left	top;
	clear: both;
	padding-left: 4px;
}

#navigation-inner {
	background: transparent url(../images/nav_rightbg.gif) no-repeat right top;
	padding: 5px 4px 5px 0;
}

#navigation-outer{
	background:url(../images/conter.gif) repeat-x;
	_width:960px;
}

#nav-products {
	/*background: #F4F3F3 url(../images/nav_products_bg.gif) repeat-x scroll
		left bottom;*/
	float: left;
	height: 64px;
	width: 192px;
}

#nav-tinte-und-toner {
	float: left;
	padding-right: 5px;
	width: 70px;
	font-size:14px;
	line-height:32px;
	color:#FFFFFF;
    text-align:right;
	font-weight:bold;
}

#nav-cart {
	float: right;
	height: 30px;
	padding-left: 5px;
	position: relative;
	width: 130px;
}

#nav-my-account {
	float: right;
	width: 115px;
}

#nav-search {
	height: 30px;
	margin: 0 255px 5px 280px;
}

.nav-links {
	font-size: 11px;
	text-align: right;
}

.nav-locator {
	background: transparent url(../images/nav_locator_bg.gif) repeat-x
		scroll left bottom;
	color: #838383;
	font-size: 11px;
	margin: 0 180px 0 195px;
	padding: 0 10px;
}

#nav-search table td {
	line-height: 15px;
	vertical-align: top;
}

#nav-search-field {
	/*background: #FFFFFF none repeat scroll 0 0;
	border-top: 1px solid #E09E9D;*/
	margin: 0;
	padding: 4px;
}

.input-live-search {
	margin: 0;
	padding: 0;
	width: 100%;
	background:#ffffff;
	height:18px;
}

#nav-cart {
	float: right;
	height: 30px;
	padding-left: 5px;
	position: relative;
	width: 130px;
}

ul.cart-mini {
	background: transparent url(../images/nav_cart_button.gif) no-repeat
		scroll left top;
	height: 32px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 132px;
}

ul.cart-mini.empty {
	background: transparent url(../images/nav_cart_empty_button.gif)
		no-repeat scroll left top;
}

ul.cart-mini .cart-wdgt {
	margin-top: 4px;
}

ul.cart-mini li {
	float: left;
}

ul.cart-mini li.label {
	color: #FFFFFF;
	padding: 7px 0;
	width: 72px;
}

.cart-mini-expand-header {
	height: 30px;
	padding: 5px 10px 0;
	width: 115px;
	background: #FFFFFF url(../images/Sprites.gif) no-repeat -860px -30px;
	display: none;
	height: 35px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 135px;
	z-index:999;
}

.cart-mini-expand {
	background: #f2f1f1;
	border-color: #B70E0B;
	border-style: none solid solid;
	border-width: 4px;
	display: none;
	left: -165px;
	padding: 10px;
	position: absolute;
	top: 35px;
	width: 276px;
	z-index:9999;
}

.nav-links {
	font-size: 11px;
	text-align: right;
	background: url(../images/nav_locator_bg.gif) repeat-x 0 0;
	float: right;
	height: 19px;
	line-height:19px;
	padding: 5px;
	width: 170px;
}

.nav-locator {
	background: transparent url(../images/nav_locator_bg.gif) repeat-x
		scroll left bottom;
	color: #838383;
	font-size: 11px;
	margin: 0 180px 0 195px;
	padding: 0 10px;
}

.nav-locator ul,.nav-locator li {
	/*display: inline;*/
}

.nav-products-button {
	background: url(../images/bg_Sprites.gif) no-repeat 0 -1300px;
	*height:35px;
	_height:auto;
}

.nav-products-button.over, .over .nav-products-button {
	background: url(../images/bg_Sprites.gif) no-repeat 0 -1300px;
	*height:35px;
	_height:auto;
}

.nav-products-info {
	background: #F0F0F0 url(../images/nav_products_infoarrow.gif)
		no-repeat scroll 174px 5px;
	color: #838383;
	font-size: 11px;
	padding: 8px 10px 7px;
	margin-left:1px;
	width:169px;
	*margin-top:-3px;
	_margin-top:-6px;
}

.nav-products-inner {
	z-index: 701;
	height: 35px;
}

.see-all-categories{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	height:35px;
	width:202px;
	color:#FFFFFF;
	cursor:pointer;
}

.see-all-categories:hover{
	text-decoration: underline;
}

#home-left {
	float:left;
	padding:5px 0;
	width:200px;
}
#home-content {
	margin:0 255px 0 210px;
	padding:5px 20px;
}
#home-right {
	float:right;
	padding:5px 0;
	width:250px;
}