.products .product {
	border-bottom: 2px solid #d8dadb;
	margin-bottom: 50px;
}

.products .product .thumb {
	border: 1px solid #ddd;
	width: 100%;
	display: block;
	padding-right: 10px;
	padding: 20px 0;
	text-align: center;
}

.products .product .title {
	color: #AD2A30;
	font-size: 25px;
	line-height: 40px;
	display: block;
	margin-bottom: 11px;
}

.products .product .title span {
	color: #999;
}

.products .product p {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	margin-bottom: 0;
}

.products .product .c_btn, .c_btn2 {
	background: #AD2A30;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 7px 15px 6px 15px;
	margin: 5px 0 0px 0;
}

.products .product .c_btn i,  .c_btn2 i {
	margin-left: 5px;
}

.products .product .c_btn:hover,  .c_btn2:hover {
	background: #59abdd;
}

.products .product table th {
	text-align: center;
	background: #59abdd;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	padding: 10px 0;
	border: 0;
	vertical-align: top;
}

.boxed {
	border-bottom: 2px solid #d8dadb;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.boxed:last-of-type {
	border-bottom: 0;
	margin-bottom: 50px;
	padding-bottom: 0;
}

.products .product table tr {
	border: 0;
	background: #fff;
}

.products .product table tr:hover {
	background: #ddd;
}

.products .product table tr:nth-child(2n) {
	background: #f5f5f5;
}

.products .product table tr td {
	border: 0;
	padding: 10px;
}

.products .product table a {
	color: #AD2A30;
	font-weight: 700;
}

.products .single_product {
	margin-bottom: 10px;
}

.products .single_product .category_name {
	margin-bottom: 10px;
}

.products .single_product .title {
	font-size: 40px;
	font-weight: 700;
	text-decoration: none;
}

.products .single_product .sub_title {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

.products .single_product .sub_title strong {
	color: #333;
}

.products .single_product .links {
	margin-top: 20px;
	margin-bottom: 20px;
}

.products .single_product .links li {
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.products .single_product .links li.more {
	border-top: 0;
}

.products .single_product .links li.more a img {
	margin-right: 15px;
}

.products .single_product .links li a {
	display: block;
	padding: 14px 20px;
	color: #333333;
	font-size: 15px;
}

.products .single_product .links li a img {
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.products .single_product .links li a:hover {
	background: #fff;
}

.products .single_product .links li img {
	max-height: 21px;
}

.products .c_btn_white {
	background: #f5f5f5;
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 7px 15px 6px 15px;
	margin: 15px 0 20px 0;
}

.products .c_btn_white i {
	margin-left: 5px;
}

.products .c_btn_white:hover {
	background: #59abdd;
	color: #fff;
}

.image-count {
	text-align: center;
	font-size: 11px !important;
}

#technical_description p {
	margin: 0 0 20px 0;
}

.size_table {
	display: none;
}

.size_table.open {
	display: block;
}

.single_product .well, .product .well {
	min-height: 20px;
	padding: 19px 0;
	margin-bottom: 10px;
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.single_product .well.red, .single_product .well.red *,
.product .well.red, .product .well.red * {
	color: #AD2A30;
}
.product .well.red {
	margin: 0px;
}

.toggleTables, .toggleTable {
	margin-bottom: 10px;
	float:right;
	background: #AD2A30;
	color: #fff;
	position: fixed;
	top: 422px;
	right: 0px;
	z-index: 999;
}

.toggleTables .text {
	background: transparent;
	color: #fff;
}

.toggleTables:active, .toggleTables:focus, .toggleTables:hover, .toggleTable:active, .toggleTable:focus {
	color: #fff;
	outline: none;
	text-decoration: underline;
}

#productBackLink {
	cursor: pointer;
}