﻿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;
}
#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.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 {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
}
div.navigation div.actions div 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;
}
