p {
	padding: 3px;
}

.addThis {

	position: absolute;
	bottom: 30px;
	left: 20px;
}

/*Content wrap fix*/
.CWFix {
	border: 1px solid white;
	border-radius: 0px;
	padding: 0px;
	background: none;
}

.fh-illustra {

	color: #465561; 
	font-weight: bold;
}

.fh-mobile, .fh-pro, .fh-professional {

	color: #007AC3; 
	font-weight: bold;
}

.featureHeader_green {

	color: #40AF4F; 
	font-weight: bold;
}

.featureHeader_blue {

	color: #007BC4; 
	font-weight: bold;
}

.featureHeader_orange {

	color: #F9A641; 
	font-weight: bold;
}

.featureHeader_purple {

	color: #3F4898;
	font-weight: bold;
}

.featureHeader_red {

	color: #BD2131; 
	font-weight: bold;
}

.featureHeader_black {

	color: rgb(069, 085, 096);
	font-weight: bold;
}

.featureImages {

	text-align: center;
	vertical-align: top;
}

.featureImages img {

	max-width: 400px;
	margin: 10px 0px;
}

.features {

	width: 200px;
}

.features-text {

	vertical-align: top;
}

.headerRow {
	position: relative;
	float: right;
	
	text-align: center;
	
	margin: 0px;
	
	top: 10px;
	right: 6px;
	
	
}

.headerTable {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.headerTable td{
	background-color: white;
	margin: 0px;
	padding: 5px;
}

.el_mini_ip {

	text-align: center;
}

.images {

	display: none;
}

.imagesContainer {

	
	height: 250px;
}

.ip_data_table {
	box-shadow: 3px 3px 5px grey;
	
	padding: 5px;
	text-align: center;
	width: 100%;
}

.ip_data_table td{
	padding: 5px;
	margin: 0px;
	width: 25%;
	background-color: white;
}

.next {

	position: absolute;
	right: 0px;
	
	top: 40%;
}

.output {

	padding-top: 10px;
	display: inline-block;
}

.permalink {

	position: absolute; 
	bottom: 15px; 
	right: 10px; 
	color: lightgrey;
}

.photos_table{
	width: 100%;
	position: relative;
}

.photos_table td {
	
	text-align: center;
}

.photos_table img {
	
	width: 400px;
}

.prev {

	position: absolute;
	left: 0px;
	
	top: 40%;
}

.specCategoryName {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
	-moz-transform: rotate(-90deg); /* Firefox */
	
	font-size: 14pt;
	
	color: white;
	text-shadow: 1px 1px black;
	
	position: relative;
	
	height: 0px;
	width: 0px;
	
	z-index: 6;
	
	position: relative;
	
	right: 3px !important;
}

.specHeader {

	font-weight: bold;
}

.spec_table {

	font-family: verdana;
	position: relative;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

.spec_table td {
	padding: 5px;
}

.spec_table_header {
	padding: 5px;
	text-align: center;
}

.spec_table .editable {

	background-color: white;
}

.spec_table .editable:hover {

	background-color: lightgrey;
}

.st-default-state {

	background-color: white;
}

.st-hovered-state {

	background-color: lightgrey !important;
}

.s-series_fimg h2 { 

	text-align: center;
	color: #BD2131;
}

.s-series-features-container td {

	vertical-align: middle;
	padding-bottom: 20px;
}

.s-series-features-img {

	width: 300px;
	/*border: 1px solid grey;
	box-shadow: 1px 1px 3px lightgrey;
	border-radius: 5px;*/
}

.supported-languages .product-language {
	
	width: 33.3333%;
	margin: 5px 0px !important;
}

.supported-languages .product-language .name {
	
	padding: 2px 0px !important;
	width: 100%;
}

.supported-languages .product-language .name img {

	padding: 0px 4px 0px 0px !important;
	width: 18px;
}

.supported-languages .product-language .name span {

	padding: 0px !important;
	width: 45%;
}

.tableContainer {
	position: relative;
	float: right;
	width: 92%;
}

.ulist {
	list-style: circle;
	margin-left: 15px;
	padding: 5px;
}

.ulist li {
	padding: 3px;
}

@media all and (max-width: 850px) {


	.supported-languages .product-language .name span {

		padding: 0px !important;
		display: block;
		text-align: center;
	}
}

@media all and (max-width: 480px) {

	.supported-languages .product-language .name span {

		text-align: left;
	}
}