﻿/*	GLOBAL
	----------------------------------------------------*/
	* {
		margin: 0;
		padding: 0;

		color: #666;
	}
	
	body {
		font-size: 0.75em;
		font-weight: Normal;
		font-family: Helvetica,Arial,Garuda,sans-serif;
		line-height: 1.6em;
		
		background: #FFF url(Images/body_Background.gif) repeat-y right top;
	}
	
	body#popup {
		background: none;
	}

	a {
		color: #666;
		text-decoration: None;
	}

	a:hover {
		color: #999;
		text-decoration: None;
	}

	table {
		width: 100%;
		border-collapse: collapse;
	}

	th, td {
		border-bottom: 1px solid #AAA;
		padding: 3px 10px;
		vertical-align: top !important;
	}
	
	th.control, td.control {
		padding: 0 10px 10px 10px;
		border: none;
	}

	strong {
		font-weight: bold !important;
	}
	
	li {
		font-size: 1em;
		line-height: 1.6em;
	}
	
	h1 {
		background-color: Lime;
	}
	
	h2 {
		margin: 0;
		padding: 10px 10px 0 10px;
		font-size: 2em;
		font-weight: normal;
		line-height: 1.2em;
		color: #A01414;
		background-color: Transparent;
	}
	
	h3, h4 {
		color:#A01414;
		padding: 5px 0 5px 0;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.6em;
	}
	
	h5, h6 {
		padding: 5px 0 5px 0;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.6em;
	}
	
	th h4, th h5, th h6, td h4, td h5, td h6 {
		padding: 15px 0 0 0;
	}
	
	p {
		padding: 5px 10px;
	}
	
	ul {
		padding: 5px 10px;
	}
	
	.t_mobile {
		display: none !important;
	}
	
	.t_mobile + h3 {
		margin: -1.6em 0 0 0;
	}
	
	
/*	.tabBox
	----------------------------------------------------*/
	/*.tabBox {
		margin: 1.6em 0 0 0;
	}*/
	
	.tabBox .tabs li.selected, .tabBox .tabs li:hover {
		border:1px solid #A01414;
		border-bottom:none;
		background-color:#A01414;
	}
	
	.tabBox .content {
		padding: 0;
		border: 1px solid #A01414;
	}
	
	.tabBox .content h3 {
		padding: 0;
		margin: 0 !important;
	}


/*	.productList
	----------------------------------------------------*/	
	.content .productList table {
		margin: 0 !important;
	}
	
	.productList th {
		color: #FFF;
	}
	
	.productList th a, .productList th span {
		color: #FFF;
	}
	
	.productList .compareIndicator {
		background-image: url(Images/icon_compareIndicator.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.productList .compareIndicatorBottom {
		background-image: url(Images/icon_compareIndicatorBottom.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.productList .pageNavigator {
		white-space: nowrap;
	}
	
	#sub_navigation .productList .productPrice {
		padding-top: 10px;
	}
	
	#sub_navigation .productList p {
		padding: 0 10px 10px 10px;
	}
	
	#sub_navigation .productList .productPrice {
		text-align: left;
		background: none;
	}
	
	#sub_navigation .productList .productPrice .info {
		border: none;
		padding: 0 10px;
	}
	
	#sub_navigation .productList .info {
		border-bottom: 1px solid #333;
		padding: 5px 10px 10px 10px;
	}
	
/*	Button
	----------------------------------------------------*/
	input[type="submit"].button_basket {
		padding:0px 0px 0px 45px;
		width:180px;
		height:38px;
		border:none;
		color:White;
		text-align:left;
		font-weight:bold;
		background:Transparent url(Images/button_basket.gif) repeat-y right top;
	}