html {
/*	background: #dadada;*/
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	width: 1000px !important;
	background: #fff;
	margin: auto;
	padding: 5px;
}

a {
	text-decoration: underline;
	color: #333;
}

a img {
	border: 0;
}

.largeBanner > div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	color: #676767;
	padding-top: 50px;
}
.footerLeft {
	display: inline-block;
}
.footerRight {
	float: right;
	text-align: right;
}
.footerBottom {
	font-size: 10px;
	text-align: right;
}

.main1Col {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 355px;
	margin-top: 15px;
}
.main1Col .colBody {
	height: 255px;
	padding-top: 20px;
	padding-bottom:20px;
}
.main1Col .colBody > div {
	float: left;
	width: 125px;
	padding-right: 37px;
	padding-left: 37px;
}

.main3Col {
	width: 329px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 565px;
	display: inline-block;
	vertical-align: top;
}

.middleCol {
	margin-left: 5px;
	margin-right: 5px;
}
.colHeader {
	height: 30px;
	color: #fff;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 10px;
	text-shadow: 0 0 1px #555555;
        background: url('img/menuliBackground.png') repeat-x;
}

.colHeader > .heading {
	position: relative;
	top: 6px;
}

.col1Body {
	height: 230px;
}

.colBody {
	height: 495px;
}

.colBody > p{
	padding-left: 10px;
	padding-right: 10px;
}


.colFooter {
	height: 30px;
	text-align: right;
	background: url('img/menuliBackground.png') repeat-x;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
}

.colFooter a {
	text-decoration: none;
	position: relative;
	top: 6px;
	right: 10px;
	color: #fff;
}


.productLeft {
	width: 750px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}

.productRight {
	text-align: right;
	width: 225px;
	vertical-align: top;
	display: inline-block;
	vertical-align: top;
}

.productRight .productQuery, .productRight .whereToBuy {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.productLogos {
	padding-top: 30px;
}
.productLogo {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.productLogo img {
	max-width: 90px;
}

h1 {
	margin-top: 0;
	margin-bottom: 5px;
}

.productSku {
	font-size: 11px;
}

.scTabTitle {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}


.sc_store_productTechSpecsLeft, .sc_store_productSpecsLeft {
	width: 100px;
	font-weight: bold;
	padding-top: 5px;
}

.sc_store_productLogo {
	padding-right: 10px;
}

#productInfoNonJs > .scTabTitle {
	background: #676767;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#productInfoNonJs > .scTabContent {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



.ui-widget-content {
	background: transparent !important;
	border: 0 !important;
}

.ui-widget-header {
	background: transparent !important;
	border: 0 !important;
}

.ui-tabs .ui-tabs-panel {
	border: 1px solid #ddd !important;
}

li.ui-state-hover {
	border: 1px solid #aaa !important;
	border-bottom: 0 !important;
	background: #f6f6f6 !important;
}

.ui-state-default a {
	color: #666 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #333 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #ddd !important;
	border-bottom: 0 !important;
	background: #fff !important;
}


.productImageBox {
	height: 420px;
	border-right: 1px solid #ddd;
	padding-bottom: 20px;
}

.productImageMain {
	float: left;
	width: 400px;
	height: 420px;
	position: relative;
}
.productImageMain > div {
	display: table-cell;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
.productImageMain > div > img {
}
.productImageRightHolder {
	width: 340px;
	float: right;
}
.productImageRight {
	height: 420px;
	overflow-y: auto;
}
.productImageThumbnail {
	cursor: pointer;
	border: 1px solid #fff;
	width: 130px;
	height: 130px;
	padding: 3px;
	position: relative;
	float: left;
}
.productImageThumbnail:hover {
	border: 1px solid #ddd;
}
.imageCentre {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
}

#productList {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.productListSmall {
	width: 700px;
}

.productImage {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}
.productImage img {
	position: relative;
	top: 10px;
}

.salesText {
	display: inline-block;
	vertical-align: top;
	width: 800px;
}
.productListSmall .salesText {
	width: 565px;
}

.productItem h3 a {
	color: #333;
}
.productItem {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.categoryHeader {
	padding-bottom: 10px;
}
.categoryHeader h1 {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}
.categoryText p:first-child {
	margin-top:0 ;
}

.categoryImage , .categoryText{
	display: inline-block;
}

.categorySubcategoryList {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	border: 1px solid #ccc;
}

.categorySubcategoryList span {
	background: #eee;
	font-weight: bold;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	color: #333;
}

.subCategory {
	padding: 5px;
}

.subCategory a {
	color: #333;
}

.topBarContent {
	float: right;
	text-align: right;
}
.logo {
	float: left;
}

.logo a:last-child {
/*	padding-left: 40px;*/
}

.topBar {
	height: 95px;
}
.sc_store_searchBoxLeft, .sc_store_searchBoxRight {
	float: left;
}
.topBar input {
	border: 1px solid #ccc;
	height: 20px;
}

.sc_store_searchBox {
	height: auto;
	padding-left: auto;
	padding-right: auto;
	padding-top: 8px;
	position: auto;
	right: auto;
	width: auto;
}

button[type=submit] {
	height: 24px;
	margin: 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}button:active {
	position:relative;
	top:1px;
}

.menuBar {
	height: 30px;
        background: url('img/menuliBackground.png') repeat-x;
	position: relative;
}

.mainMenu ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
}
.mainMenu ul li {
        float: left;
        height: 30px;
        background: url('img/menuliBackground.png') repeat-x;
        font-weight: bold;
}
.mainMenu ul li:hover , .sc_store_app_jsmenu_activeElement {
        background: url('img/menuliBackgroundHover.png') repeat-x !important;
}
.mainMenu ul li a {
        font-size:11px;
        padding-right:29px;
        padding-left:29px;
        color: #fff;
        vertical-align: middle;
        display: table-cell;
        height:30px;
	text-decoration: none;
}
.mainMenu_spacer {
        width: 1px;
        padding-right:0 !important;
        padding-left:0 !important;
        background: url('img/main_nav_spacer.png') repeat-x !important;
}

.colours .mainMenu li.fourk, 
	.colours .mainMenu li.fourk.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.fourk:hover {
	background: #164193 !important;
}
.colours .mainMenu li.matrices ,
	.colours .mainMenu li.matrices.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.matrices:hover {
	background: #00a0f3 !important;
}
.colours .mainMenu li.audio ,
	.colours .mainMenu li.audio.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.audio:hover {
	background: #5ec418 !important;
}
.colours .mainMenu li.extenders ,
	.colours .mainMenu li.extenders.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.extenders:hover {
	background: #ffbd00 !important;
}
.colours .mainMenu li.switchsplit,
	.colours .mainMenu li.switchsplit.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.switchsplit:hover {
	background: #ff004b !important;
}
.colours .mainMenu li.scale ,
	.colours .mainMenu li.scale.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.scale:hover {
	background: #910080 !important;
}
.colours .mainMenu li.otherav ,
	.colours .mainMenu li.otherav.sc_store_app_jsmenu_activeElement,
	.colours .mainMenu li.otherav:hover {
	background: #ff6400 !important;
}
.colours .mainMenu_spacer, 
	.colours .topMenu:before {
	width: 0;
}

/* COLOURS START */
.mainMenu_spacer, 
	.testing .topMenu:before {
	width: 0;
}
.mainMenu li.fourk {
        background: #164193 !important;
}
.mainMenu li.fourk.sc_store_app_jsmenu_activeElement,
        .mainMenu li.fourk:hover ,
	.sc_store_app_jsmenu_subCategory.fourk .sc_store_app_jsmenu_subCategoryTitle {
        background: #164193 !important;
}
.mainMenu li.matrices {
        background: #00a0f3 !important;
}
.mainMenu li.matrices.sc_store_app_jsmenu_activeElement,
        .mainMenu li.matrices:hover ,
	.sc_store_app_jsmenu_subCategory.matrices .sc_store_app_jsmenu_subCategoryTitle {
        background: #00a0f3 !important;
}
.mainMenu li.audio {
        background: #5ec418 !important;
}
.mainMenu li.audio.sc_store_app_jsmenu_activeElement,
        .mainMenu li.audio:hover ,
	.sc_store_app_jsmenu_subCategory.audio .sc_store_app_jsmenu_subCategoryTitle {
        background: #5ec418 !important;
}
.mainMenu li.extenders {
        background: #ffbd00 !important;
}
.mainMenu li.extenders.sc_store_app_jsmenu_activeElement,
        .mainMenu li.extenders:hover ,
	.sc_store_app_jsmenu_subCategory.extenders .sc_store_app_jsmenu_subCategoryTitle {
        background: #ffbd00 !important;
}
.mainMenu li.switchsplit {
        background: #ff004b !important;
}
.mainMenu li.switchsplit.sc_store_app_jsmenu_activeElement,
        .mainMenu li.switchsplit:hover, 
	.sc_store_app_jsmenu_subCategory.switchsplit .sc_store_app_jsmenu_subCategoryTitle {
        background: #ff004b !important;
}
.mainMenu li.scale {
        background: #910080 !important;
}
.mainMenu li.scale.sc_store_app_jsmenu_activeElement,
        .mainMenu li.scale:hover ,
	.sc_store_app_jsmenu_subCategory.scale .sc_store_app_jsmenu_subCategoryTitle {
        background: #910080 !important;
}
.mainMenu li.otherav {
        background: #ff6400 !important;
}
.mainMenu li.otherav.sc_store_app_jsmenu_activeElement,
        .mainMenu li.otherav:hover ,
	.sc_store_app_jsmenu_subCategory.otherav .sc_store_app_jsmenu_subCategoryTitle {
        background: #ff6400 !important;
}


.mainMenu ul li a,
	.topMenu > li > a ,
	.sc_store_app_jsmenu_subCategory .sc_store_app_jsmenu_subCategoryTitle {
	text-shadow: 0px 0px 2px #353535;
}
.colHeader, .colFooter, .topMenu li, .topMenu > li:hover, 
	.menuBar {
	background: #5F5F5F;
}
.topMenu li:hover {
	background: #7a7a7a !important;
}
.topMenu li ul li {
	background: #fafafa;
}
.topMenu li ul li:hover {
	background: #ddd !important;
}
.main3Col, .main1Col {
	border: 1px solid #DFDFDF;
}
/* COLOURS END */

.sc_store_app_jsmenu_subCategory {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px;
	width: 195px;
}
.sc_store_app_jsmenu_subCategory.extenders , 
	.sc_store_app_jsmenu_subCategory.audio {
	width: 227px;
}
.sc_store_app_jsmenu_subCategory a {
        padding-left: 10px;
}
.sc_store_app_jsmenu_subCategoryTitle {
        font-weight: bold;
        height:30px;
        vertical-align: middle;
        background: #373737;
	padding-right: 15px;
/*      display: table-cell;*/
}
.sc_store_app_jsmenu_subCategoryTitle a {
        top:8px;
        position:relative;
	text-decoration: none;
        color: #fff
}

.sc_store_app_jsmenu_subCategoryPanel {
        position:absolute;
        z-index: 10;
        top: 30px;
        background: #fafafa;
        max-width: 997px;
        font-size: 11px;
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
        border-left: solid 1px #ddd;
}

.sc_store_app_jsmenu_subCategory a:hover {
}

.sc_store_app_jsmenu_subSubCategory a {
        padding:2px;
        display: inline-block;
	text-decoration: none;
	color: #222;
}
.sc_store_app_jsmenu_subSubCategory a:hover {
        background: #ccc;
        padding: 2px;
        display: inline-block;
}

.sc_store_app_jsmenu_subSubCategory {
        padding-left: 8px;
        width: 191px;
/*        height: 18px;*/
}

.topMenu {
        list-style: none;
        padding-left: 15px;
        margin: 0;
}
.topMenu li {
        float: left;
        height: 30px;
        font-weight: bold;
}
.topMenu li a {
        font-size:11px;
        padding-right:16px;
        padding-left:17px;
        color: #fff;
        vertical-align: middle;
        display: table-cell;
        height:30px;
	text-decoration: none;
}

.topMenu:before {
        width: 0px;
	content: ' ';
	height: 30px;
	display: block;
	float: left;
        background: url('img/main_nav_spacer.png') repeat-x !important;
}


.contactUsGrid {
	padding-top: 20px;
	padding-bottom: 40px;
}

.contactUsGrid td {
	vertical-align: top;
}

.contactUsForm button {
	left: 456px;
	position: relative;
	top: 10px;
}

.contactUsForm {
	padding-left: 50px;
}

.socialIcon {
	padding-left: 10px;
}

.productDownloadLink {
	display: block;
	padding-bottom: 15px;
}

.distributorsCountryList {
	background: url("../img/distributorimg.png") no-repeat scroll 650px 0 #F4F4F4;
	padding: 10px;
	margin-bottom: 30px;
}

.distributorsCountryList a {
	text-decoration: none;
}

h5 {
    background: none repeat scroll 0 0 #525252;
    font-size: 12px;
    font-weight: normal;
    height: 17px;
    padding-left: 5px;
    padding-top: 2px;
}

h5 a {
	color: #fff;
	text-decoration: none;
}

.distributorsList {
}

.distributorsList .tableHeader {
	background: #f0f0f0;
	font-weight: bold;
}

.distributorsList td {
	padding-left: 5px;
}

.distributors {
	width: 900px;
	margin: auto;
}

.centred {
	width: 900px;
	margin: auto;
}

.newsMini {
/*	padding-left: 10px;
	padding-right: 10px;*/
}
.newsMini > div ,.mainNews > div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.newsMini .sc_news_title, .mainNews .sc_news_title ,
.newProductsMini .sc_news_title, .mainNewProducts .sc_news_title {
	font-weight: bold;
}
.newsMini .sc_news_date, .mainNews .sc_news_date ,
.newProductsMini .sc_news_date, .mainNewProducts .sc_news_date {
	font-style: italic;
	padding-bottom: 10px;
}
.sc_news_readMore {
	white-space: nowrap;
}
.sc_news_readMore a, .newProductsMini a, .mainNewProducts a{
	color: #ce443e;
	text-decoration: none;
}

.mainNews , .mainNewProducts {
	padding-left:30px;
	padding-right:30px;
}
.mainNews.sc_news_articleList,
.mainNewProducts.sc_news_articleList {
}
.mainNews.sc_news_articleList > div > div ,
.mainNewProducts.sc_news_articleList > div > div {
	border-bottom: 1px solid #ccc;
}
.mainNews > div ,
.mainNewProducts > div {
}
.mainNews > div > div,
.mainNewProducts > div > div {
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.mainNews .column, 
.mainNewProducts .column {
	width: 47% !important;
}
.mainNews .last.column ,
.mainNewProducts .last.column {
	border-left: 1px solid #eee;
}

.brochureText {
	height: 70px;
}

.ui-tabs-panel > ul {
	padding-left: 20px;
}

.main3Col:first-child{
	line-height: 20px;
}

.newProductsMini > div,
.newsMini > div {
	padding: 5px;
}
.newProductsMini > div:first-child,
.newsMini > div:first-child {
	border-bottom: 1px solid #ccc;
}

.main1Col .colBody > div > a {
	color: #333;
}

.mainStore {
	padding-top: 10px;
}

.productRightBarSpacer {
	display: block;
	height: 34px;
	width: 100%;
	content: ' ';
}

.sc_news_page_next {
	position: absolute;
	right: 30px;
	z-index: 10;
}

.sc_news_page_prev {
	padding-bottom: 10px;
	padding-left: 20px;
	z-index: 10;
}
.sc_news_page_prev a,
.sc_news_page_next a{
	color: #333;
}
.sc_news_articleList {
	position: relative;
}

.sc_banner_chooser {
	position: absolute;
	bottom: -9px;
	right: 0;
}
.sc_banner_chooser_icon {
	width:10px;
	height: 9px;
	background: #777;
	border: 1px solid #ccc;
	float: left;
	margin-left: 4px;
	cursor: pointer;
}
.sc_banner_chooser_icon_active {
	background: #aaa;
}

.marginTop15 {
	margin-top: 15px;
}

.footerMenu {
	list-style: none;
	height: 20px;
	padding-bottom: 10px;
	margin: auto;
	width: 340px;
}

.footerMenu li {
	float: left;
	text-align: left;
}
.footerMenu li:before {
	display: block;
	border-right: 1px solid #676767;
	margin-left: 10px;
	margin-right: 10px;
	height: 12px;
	width: 1px;
	content: ' ';
	float: left;
}
.footerMenu li:first-child:before {
	display: none;
}
.footerMenu li a {
	color: #676767;
	text-decoration: none;
}

.sc_form_fieldLabel {
	font-weight: bold;
}

.footerCol, .footerCol .colBody {
	height: 99px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0;
}

.sc_form_successText {
	font-size: 16px;
	padding: 50px;
}


.relatedProducts {
	padding-top: 30px;
}
.relatedProducts > div {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
.relatedProductImage {
	height: 135px;
	width: 180px;
	display: table;
}
.relatedProductImageInner {
	display: table-cell;
	vertical-align: middle;
}
.relatedProduct {
	text-align: center;
}
.relatedProducts a {
	color: #333;
}

.sc_store_productTechSpecsTable tr:not(:last-child) td {
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
}


.demopad td {
	padding: 20px;
}

.demopad hr {
	height: 1px;
	background: #ccc;
	border: 0;
}

.demopadList li  {
	list-style: none;
	background :url('http://www.cypeurope.com/_file/media/demopad/tick.png') no-repeat;
	padding-left: 40px;
	min-height: 36px;
	padding-top: 5px;
}

.demopad a {
	text-decoration: none;
}
.demopad h4 a {
	text-decoration: none;
	color: #333;
}

.demopadFaqList li {
	line-height: 24px;
}

.demopadFaqList {
	padding-left: 17px;
}

.demopadFaq a {
	text-decoration: underline;
}

.productImageMain::after {
	content: 'Click Image To Enlarge';
	bottom: 0;
	position: absolute;
	background: url('http://www.cypeurope.com/_file/media/zoom.png') no-repeat;
	height: 30px;
	padding-left: 33px;
	padding-top: 7px;
	opacity: 0.7;
}

.sc_hoverMenu ul {
	position: absolute;
	z-index: 1;
	list-style: none;
	padding: 0;
	background: #fafafa;
	border-bottom: solid 1px rgb(224,224,224);
	border-right: solid 1px rgb(224,224,224);
	border-left: solid 1px rgb(224,224,224);
	border-top: solid 1px rgb(224,224,224);
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.25);*/
	margin-right: 1px;
	width: 250px;
	padding-top: 10px;
	left: -1px;
}

.sc_hoverMenu ul li {
	float: none;
	border: 0;
	height: 25px;
	background: #fafafa;
}

.sc_hoverMenu ul li a {
	top: -4px;
	position: relative;
	text-decoration: none;
	color: #222;
}

.topMenu > li:hover {
	position: relative;
}
.sc_hoverMenu ul >li:hover {
	background: #ccc !important;
}


.xmasTable {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.xmasTable td {
	padding: 4px;
	border: 1px solid rgb(204, 204, 204);
}

.xmasTable td:first-child {
	font-weight: bold;
}

.xmasTable td.odd {
	background: rgb(230, 230, 230);
}

.topBarMiddle {
	float: left;
	left: 40px;
	top: 9px;
	position: relative;
}

.topBarMiddle > div {
	padding-left: 20px;
}
