#products_div {
	color: #000;
	background-color: #fff;
	background-image: none;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and ( max-width : 1470px ) {
	#products_div { padding: 0 15px;}
}
#products_div h1 {
	font-family: "Rajdhani", sans-serif;
	font-size: 22px;
	font-weight: bold;
}
#products_div h2 {
	font-family: "Rajdhani", sans-serif;
	font-size: 34px;
	font-weight: bold;
	padding: 0px 0 15px;
	margin: 60px 0 25px;
	line-height: 1;
	border-bottom: 1px solid #eaeaea;
}

#products_header {
	background: url(/scs_images/headerbg.jpg) center 20%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 0;
	width: 100%;
}
#products_header h1 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-family: "Rajdhani", sans-serif;
	line-height: normal;
	letter-spacing: 0 !important;
}
#products_image {
	margin-top: 20px;
}
.products_content {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-family: "Open Sans", sans-serif;
}
.xproducts_cad {
	margin: 0 auto;
	max-width: 1280px;
}
#catalog_cad {
	margin: 0 auto;
	width: 1900px;
    clear: both;
    display: table;
    font-size: 12px;
}
#products_cad_container {
    content: "";
    width: 100%;
    clear: both;
    display: table;
}
#products_cad_configurator {
    width: 1510px;
    float: left;
}
#scscpq_configurator_id {
    width: 1500px;
    height: 1000px;
    border-width: 0px;
    padding: 0px;
}
#products_cad_price {
    width: 350px;
    float: right;
}
#products_jquery_div {
	border: none;
	padding: 0px;
	margin: 0px;
}
#products_jquery_header {
	background: url(/scs_images/pattern1.png);
	height: 80px;
	width: 100%;
	display: block;
	font-family: "Rajdhani", sans-serif;
	font-size: 0;
	padding: 0px;
	margin: 0px;
}
#products_jquery_tabs {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: 80px;
	border: none;
	background: transparent;
	padding: 0px;
}
#products_jquery_tabs li {
	background: transparent;
	border: none;
	padding: 0px;
}
#products_jquery_tabs a {
	background: #6b1f1f;
	color: #fff !important;
	font-family: "Rajdhani", sans-serif;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: 600;
	font-size: 26px;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: 5px;
/*
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
	height: 60px;
	line-height: 60px;
*/
	cursor: pointer;
	text-decoration: none !important;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
#products_jquery_tabs a:hover {
	background: #7f2525;
}
#products_jquery_tabs .ui-tabs-active a {
	color: #000 !important;
	background-color: #fff !important;
}

.products_quantity {
	background: #fff;
	width: auto;
	display: inline-block;
	text-align: center;
	width: 31px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 1px solid #252525;
	height: 20px;
	line-height: 20px;
}
.products_sku_quantity {
	background: #fff;
	width: auto;
	display: inline-block;
	text-align: center;
	width: 40px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 1px solid #252525;
	height: 30px;
	line-height: 30px;
}

.products_overview {
	color: #e41e38;
	font-family: "Oswald", sans-serif !important;
	font-size: 26px;
	padding-bottom: 20px;
}
.products_table {
	width: 100%;
	border-collapse: collapse;
	border: 6px solid #e3e3e3;
	font-size: 14px;
}
.products_table a:link {
	text-decoration: underline;
}
.products_table th {
	border: 1px solid #e3e3e3;
	padding: 13px 2px 13px 2px;
	vertical-align: middle;
	background: #3f464a;
	color: #fff;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.products_table td {
	border-color: #e3e3e3;
	border-bottom: 1px solid #fff !important;
	white-space: nowrap;
	padding-right: 6px;
}
.products_table tr:nth-of-type(odd) {
	background: #f6f6f6;
}
.products_table tr:hover {
	background: #dfebf7 !important;
}

#catalog_overview a:link {
	text-decoration: underline;
}