﻿/* Customization styles for the Point Grey Camera Selector */

.cs-display-item {
    visibility:visible;
    position:relative;
}

.cs-display-item-hidden {
    position:absolute;
    visibility:hidden;
}

#jaguar-reset-holder {padding:4px 4px 4px 4px; cursor: pointer; background-color:#628d99; color:#fff; width:182px; text-align:center; background: #00b7ea;
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );}

.cs-product-name {
    width:115px;
    float:left;
}
.cs-product-sku {
    width:110px;
    float:left;
}
.cs-sensor-type {
    width:120px;
    float:left;
}
.cs-chroma {
    width:40px;
    float:left;
}
.cs-resolution {
    width:70px;
    float:left;
}
.cs-max-fps {
    width:50px;
    float:left;
}
.cs-sensor-format {
    width:50px;
    float:left;
}
.cs-interface {
    width:100px;
    float:left;
	padding-right: 5px;
}
.cs-shutter {
    width:110px;
    float:left;
}

input[type=checkbox] {
    cursor:pointer;
}

#cs-header {
    position:relative;
  	 margin:0px 20px 0px 20px;
	 font-size: 15px;
}

#cs-search-display {
    position:relative;
    height:auto;
    width:auto;
}

.jaguar-camera-selector-menu {
    width: 410px;
    margin-right: 5px;
    float: left;
}

.jaguar-suspension-heading .SubTitle-Normal {
	font-size:20px;
}

.jaguar-suspension-heading .SubTitle-Smaller {
	font-size:15px !important;
}

.cs-layout-search-item {
    float:left; 
    width:190px;
    margin-right:5px;
    margin-top:5px;
}

.cs-layout-search-item table .SubTitle-Normal {
	color: #333;
	padding: 5px;
	display: block;
	font-weight: 800;
	font-size: 12px;}
	
	.cs-layout-search-item table hr {
	margin: 1px 1px 1px -4px;}

    .cs-layout-search-item table {
        width:100%;
		background-color:#eee;
    }

    .cs-layout-search-item table td {
        vertical-align:middle;
        padding:1px 0px 1px 5px;
    }

    .cs-layout-search-item table td input {
        vertical-align: middle;
		margin: 3px 5px 3px 0px;
    }

#cs-camera-specifications {
    position:relative;
	margin:0px 0px 25px 20px;
	font-size: 11px;
}

#cs-sensor-attributes {
    position:relative;
	margin: 0px 0px 0px 20px;
	font-size: 11px;
}

.jaguar-camera-selector-display {
    width: 820px; 
    float: right; 
    height:auto;
}

.jaguar-adv-web-footer {
    margin-top: 15px;
    clear: both;
    height: 50px;
}

#cs-search-display table {
	margin:5px 0px 0px 0px;
	font-size: 11px;}