﻿a.roundedCorners {
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible;
}
a.tab {
	background-color: #F0F0F0;
	color: black;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	height: 25px;
}
a.tab:hover {
	background-color: #F47920;
	color: white;
}
a.tab_selected {
	background-color: #F47920 !important;
	color: white;
}
a.tabSpecial {
	background-color: #2D7FE9;
	color: white;
}
a.tabSpecial2 {
	background-color: #81AC00;
	color: white;
}
#featureTabsContainer {
	display: none;
}
#featureElementsContainer {
	/*margin-top:1px;*/
	border-top: 5px solid #F47920;
	background-color: #F0F0F0;
	padding: 20px;
}
.feature {
	background-color: white;
	padding: 10px;
}
div.details {
	width: 620px;
	background-color: #F0F0F0;
	position: relative;
}
div.details div.border {
	height: 5px;
	background-color: #ff7603;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
}
div.details div.title {
	height: 25px;
	line-height: 25px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
div.details div.title span.ref {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
div.details table.specs {
	width: 420px;
}
div.details table.specs tr {
	background-color: #FAFAFA;
}
div.details table.specs tr td {
	padding-left: 10px;
}
div.details table.specs tr td.value {
	font-weight: bold;
}
div.details table.specs tr td.value .energyClass {
	color:White;
	padding-left:5px;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:90px;
}
div.details table.specs tr td.value .energyClass-100 {
	background:url('/content/images/energy-100.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-101 {
	background:url('/content/images/energy-101.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-102 {
	background:url('/content/images/energy-102.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-103 {
	background:url('/content/images/energy-103.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-104 {
	background:url('/content/images/energy-104.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-105 {
	background:url('/content/images/energy-105.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-106 {
	background:url('/content/images/energy-106.png') no-repeat 0px 1px;
}
div.details table.specs tr td.value .energyClass-107 {
	background:url('/content/images/energy-107.png') no-repeat 0px 1px;
}


div.details table.specs tr.alt {
	background-color: transparent;
}
div.details div.desc {
	margin-top: 20px;
	padding: 10px;
	line-height: 18px;
}
div.navigation {
	margin-bottom: 20px;
	border-bottom: 1px dashed #CFCFCF;
	height: 35px;
	line-height: 35px;
}
div.navigation div.actions {
	float: right;
}
div.navigation div.actions a {
	color: Black;
	text-decoration: none;
}
div.navigation div.actions a:hover {
	text-decoration: underline;
}
div.navigation div.actions div.action {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
	position:relative;
	z-index:99;
}

div.navigation div.actions div.actionmenu 
{
	azimuthdisplay:block;
	position:absolute;
	top:20px;
	left:-5px;
	padding:3px;
	border:1px solid #cfcfcf;
	background-color:White;
	margin:0;
	line-height:normal;
	z-index:99;
	display:none;
}

div.actionmenu a.actionmenuvoice 
{
	display:block;
	padding:5px 5px 5px 22px;
	text-decoration:none !important;
}

div.actionmenu a.actionmenuvoice:hover
{
	background-color:#4586e3;
	color:White;
	text-decoration:none;
}

div.actionmenu a.facebook 
{
	background:url('/content/images/facebook.png') no-repeat 2px 4px;
}

div.actionmenu a.twitter 
{
	background:url('/content/images/twitter.png') no-repeat 2px 4px;
}

div.actionmenu a.close 
{
	background-color:#cfcfcf;
	color:White;
}


div.navigation div.actions div.action img {
	margin-right: 5px;
}
div.navigation div.back {
	float: left;
}
div.navigation div.back a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
div.navigation div.back a:hover {
	text-decoration: underline;
}

div#gallery div.bigImageContainer {
	float: left;
	width: 350px;
}

div#gallery div.bigImageContainer img.bigImage {
	width: 350px;
	height: 262px;
}

div#gallery div.thumbContainer {
	float: right;
	width: 190px;
}

div#gallery div.thumbContainer img.thumb {
	width: 80px;
	height: 60px;
	cursor: pointer;
}

div.bigImageContainer div.galleryNavigation {
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

div.bigImageContainer div.galleryNavigation img.arrow {
	cursor: pointer;
}

div.sendToFriend {
	display:none; 
	cursor:default; 
	padding:20px;
	text-align:left;
}

div.sendToFriend table td.fieldHeader {
	font-weight:bold;
}

div.sendToFriend textarea.inputfull { width:100%; }

div.companyInfo {
	width:620px;
	margin-top:20px;
}

div.companyInfo div.info {
	position:relative;
	background-color:#F0F0F0;
	padding:20px 15px 15px 15px;
}

div.companyInfo div.company {
	position:relative;
	background-color:#F0F0F0;
	padding:20px 15px 15px 15px;
}

div.companyInfo div.border {
	height: 5px;
	background-color: #AFAFAF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.info span.title {
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}

div.info span.mandatory {
	font-size:10px;
}

div.info table.reqData {
	margin-top:10px;
	width:100%;
}

div.info table.reqData input.input {
	font-size:12px;
	width:190px;
	border:1px solid #A3A3A3;
}

div.info table.reqData input.short {
	font-size:12px;
	width:50px;
	border:1px solid #A3A3A3;
}

div.info table.reqData input.medium {
	font-size:12px;
	width:90px;
	border:1px solid #A3A3A3;
}

div.info table.reqData input.error {
	border:1px solid #FF8D34;
	background-color: #FFFAB6;
}

div.info table.reqData textarea.input {
	font-family:Arial;
	font-size:12px;
	width:260px;
	height:80px;
}

div.info table.reqData label {
	font-family:Arial;
	font-size:10px;
}

div.info table.reqData td.reqHeader {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

div.info table.reqData td.message {
	text-align:left;
}

div.company div.name {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}

div.company img.companyLogo {
	border:1px solid black;
	margin:10px 0px;
}

div.company table.specs tr {
	background-color: #FAFAFA;
}

div.company table.specs tr.alt {
	background-color: transparent;
}

img.priceVariation 
{
	vertical-align:middle;margin:0;width:16px;
}

span.gplusone {
	display:inline-block;
	width:60px;
	overflow:hidden;
	margin-left:20px;
	position:relative;
	top:3px;
}
