html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #fff;
}

.cl-container {
	width: 100%;
	width: 780px;
	min-width: 780px;
	background-color: #FFF;
	padding:0;
	margin: 10px auto;
}
.cl-scroll { float:right; margin-right:14px; }
.cl-header {
	margin:0;
	padding:10px;
	background-color: #eaeaea;
	height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#CCC;
	vertical-align:middle;
}
.cl-content {
	margin:0;
	padding:0;
}

.cl-content a {
    color:#1063A5;
}
.cl-content a:hover {
    color:#168AE9;
}

.cl-footer {
	margin:0;
	padding:10px;
	background-color: #eaeaea;
	height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#CCC;
	vertical-align:middle;
}

.cl-details {
    font-weight:normal;
    font-size:14px;
    margin:8px 0 8px 10px;
    padding:0;
    text-align:left;
    width:170px;
    font-family: Arial, Helvetica, sans-serif;
}
.cl-bullet {font-size:11px; margin:0 0 4px 4px; width:200px;}

.cl-title{
    font-weight:bold;
    font-size:16px;
    margin:8px 0 0 0;
}

.cl-subtitle{
    font-weight:bold;
    font-size:14px;
    margin:0;
}
.prev, .next {
    font-size:11px;
}

.cl-price {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#cc0000;
    vertical-align:middle;
    margin-left:4px;
}

.cl-button {
    -webkit-appearance: none;
    display: inline-block;
    background: #82B311;
    -webkit-box-shadow: 0px 3px 0px 0px #6C940D, 0px -1px 0px 0px #9cd418 inset, 0px 2px 5px 0px #858585;
    -moz-box-shadow: 0px 3px 0px 0px #6C940D, 0px -1px 0px 0px #9cd418 inset, 0px 2px 5px 0px #858585;
    box-shadow: 0px 3px 0px 0px #6C940D, 0px -1px 0px 0px #9cd418 inset, 0px 2px 5px 0px #858585;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px -1px 0px #6C940D;
    padding: 4px 12px;
    margin: 5px 0px;
    border-color: #6C940D;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    color: #fff;
    font-family: 'Signika Negative', Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor:pointer;
}
.cl-button:hover {
    background: #8EC413;
}
.cl-button-width-v {width:130px;}
.cl-button-width-b {width:220px;}
.cl-button-width-c {width:70px;}

.cl-button-grey {
    -webkit-appearance: none;
    display: inline-block;
    background: #666666;
    -webkit-box-shadow: 0px 3px 0px 0px #888888, 0px -1px 0px 0px #555555 inset, 0px 2px 5px 0px #333333;
    -moz-box-shadow: 0px 3px 0px 0px #888888, 0px -1px 0px 0px #555555 inset, 0px 2px 5px 0px #333333;
    box-shadow: 0px 3px 0px 0px #888888, 0px -1px 0px 0px #555555 inset, 0px 2px 5px 0px #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px -1px 0px #888888;
    padding: 4px 12px;
    margin: 5px 0px;
    border-color: #444444;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    color: #fff;
    font-family: 'Signika Negative', Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor:pointer;
}
.cl-button-grey:hover {
    background: #222222;
}

.cl-button-disabled {
    -webkit-appearance: none;
    display: inline-block;
    background: #ccc;
    -webkit-box-shadow: 0px 3px 0px 0px #ddd, 0px -1px 0px 0px #bbb inset, 0px 2px 5px 0px #ccc;
    -moz-box-shadow: 0px 3px 0px 0px #ddd, 0px -1px 0px 0px #bbb inset, 0px 2px 5px 0px #ccc;
    box-shadow: 0px 3px 0px 0px #ddd, 0px -1px 0px 0px #bbb inset, 0px 2px 5px 0px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px -1px 0px #bbb;
    padding: 4px 12px;
    margin: 5px 0px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    color: #fafafa;
    font-family: 'Signika Negative', Arial, Helvetica, sans-serif;
    font-size: 14px;
}


.cl-button-website {
    -webkit-appearance: none;
    display: inline-block;
    background: #509C48;
    -webkit-box-shadow: 0px 3px 0px 0px #3A7034, 0px -1px 0px 0px #6AB762 inset, 0px 2px 5px 0px #858585;
    -moz-box-shadow: 0px 3px 0px 0px #3A7034, 0px -1px 0px 0px #6AB762 inset, 0px 2px 5px 0px #858585;
    box-shadow: 0px 3px 0px 0px #3A7034, 0px -1px 0px 0px #6AB762 inset, 0px 2px 5px 0px #858585;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px -1px 0px #3A7034;
    padding: 4px 12px;
    margin: 5px 0px;
    border-color: #3A7034;
    border-width: 1px;
    border-style: solid;
    font-family: 'Signika Negative', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    cursor:pointer;
    width:210px;
}
.cl-button-website:hover {
    background: #59AB50;
}



.cl-logo-button1 {
    position:relative;
    top:-10px;
    left:24px;
    width:150px !important;
    float:left;
    height:40px;
    margin-right:4px;
}
.cl-logo-button2 {
    position:relative;
    top:-10px;
    left:30px;
    width:100px !important;
    height:40px;
    float:left;
    margin-left:4px;
}

#cl-vehicle {
    float:left;
    width:228px;
    margin:0 0 0 12px;
}

#cl-vehicle-title {
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    margin:0;
    padding:2px 0 2px 6px;
    width:206px;
    background-color:#0061A5;
    color:#fff;
    border:1px solid #0061A5;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;

}

#cl-vehicle-selector {
	width:212px;
	margin:0;
    padding:0;
	border:1px solid #ccc;
	background-color:#eaeaea;
	border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}


#cl-photos {
	position:relative;
	float:left;
	width:328px;
	margin:0;
}

#cl-description {
	float:right;
	width:192px;
	text-align:center;
	margin:0;
}

.cl-input {
    padding:2px;
    margin:6px 0 0 6px;
    background-color:#fff;
    border:1px solid #ccc;
    font-family:"Ubuntu", Arial, Helvetica, sans-serif !important;
    font-weight:400 !important;
    font-size:13px !important;
    line-height:20px !important;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.cl-input-vehicle {
	width:200px;
	padding:4px;
	margin:2px 0 0 6px;
	background-color:#fff;
	border:1px solid #ccc;
	font-family:"Ubuntu", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:20px;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.cl-input-vehicle-disabled {
    background-color:#eaeaea;
}

.cl-input-vehicle-options {
    max-width:700px;
    padding:4px;
    margin:6px 0 0 6px;
    background-color:#fff;
    border:1px solid #ccc;
    font-family:"Ubuntu", Arial, Helvetica, sans-serif !important;
    font-weight:400;
    font-size:13px;
    line-height:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-overflow: ellipsis;
}

.cl-input-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000;
    margin:14px 0 4px 0;
    background:#efefef;
    border-top:1px solid #eaeaea;
    border-left:1px solid #eaeaea;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:2px 4px;
}
.cl-input-label img {
    vertical-align:middle;
    margin-right:5px;
}
.cl-input-label-active {
    background:#0061A5;
    color:#fff;
}
.cl-input-label-active .cl-msg {color:#fff !important;}

.cl-change {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    margin-left:10px;
}
.cl-link-label {
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#0061A5;
    margin:16px 8px 6px 8px;
}
.cl-link-label img {
    margin-right:4px;
    vertical-align:middle;
}
.cl-logo {
    margin:4px 0 10px 4px;
}
.cl-logo-sel {
    width:120px;
    margin:4px 0 4px 4px;
}
#cl-swatches {
    height:100px;
    width:100%;
}
.cl-swatches-lg {
    height:130px;
}
.cl-swatches-xxl {
    height:300px;
}
#cl-swatches-md {
    height:120px !important;
    /*width:460px !important;*/
}
#cl-swatches-md-sel {
    height:80px !important;
    /*width:460px !important;*/
}

.cl-swatch {
	position:relative;
    top:0;
    left:0;
	width:64px;
	height:90px;
	float:left;
	text-align:center;
	margin:3px;
	cursor:pointer;
	z-index:1;
}
.cl-swatch-dm {
	width:60px;
    margin:0;
}
.cl-swatch-xl {
    position:relative;
    top:0;
    left:0;
    width:132px;
    height:142px;
    float:left;
    text-align:center;
    margin:3px;
    z-index:1;
}
.cl-swatch-xxl {
    position:relative;
    top:0;
    left:0;
    width:200px;
    height:274px;
    float:left;
    text-align:center;
    margin:3px;
    z-index:1;
}
.cl-swatch-lg {
    position:relative;
    top:0;
    left:0;
    width:100px;
    height:110px;
    float:left;
    text-align:center;
    margin:3px;
    z-index:1;
}
.cl-swatch-md {
    position:relative;
    top:0;
    left:0;
    width:70px;
    height:80px;
    float:left;
    text-align:center;
    margin:3px;
    z-index:1;
}
.cl-swatch-twocolor {
    cursor:default !important;
}
.cl-swatch-img {
    width:54px;
    height:54px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-img-xl {
    width:122px;
    height:122px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-img-xxl {
    width:200px;
    height:274px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-img-lg {
    width:90px;
    height:90px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-img-md {
    width:70px;
    height:70px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-selected,
.cl-swatch-img:hover {
    border:2px solid #000;
}

#cl-types {
    height:120px;
}
.cl-type {
    position:relative;
    top:0;
    left:0;
	width:64px;
	height:90px;
	float:left;
	text-align:center;
	margin:3px;
	cursor:pointer;
	z-index:1;
}
.cl-type-img {
    width:54px;
    height:54px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-type-lbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666;
    margin-top:3px;
}

#cl-seats {
    margin-top: 14px;

}
#cl-seats ul {
    width:116px;
}
#cl-seats li {
    width:116px;
}
.cl-seat-multi {
    width:116px;
    float:left;
    margin:2px;
}

.cl-seat-disabled {
    width:116px;
    float:left;
    margin:2px;
}
.cl-seat-disabled img {
    padding:3px;
    border:1px solid #eaeaea;
}

.cl-seat {
    width:116px;
    float:left;
    margin:2px;
}
.cl-seat img {
    padding:3px;
    border:1px solid #eaeaea;
}
.cl-seat img:hover {
    border:1px solid #999;
    border-radius:3px;
    color:#000;
    cursor:pointer !important;
}
.cl-seat-lbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333;
    width:96px !important;
}
.cl-seat-lbl ul {
    list-style: disc outside none;
    margin-left: 0;
    padding-left: 1em;
}
.cl-seat-lbl li {
    padding-left:0;
    width:96px !important;
}

.cl-seat-row {
    margin-bottom:10px;
    width:740px;
}
.cl-seat-row-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#666;
    color:#fff;
    padding:2px 0 2px 10px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}
.cl-seat-row-name img {
    vertical-align:middle;
    padding:0;
    margin:0;
}
.cl-seat-now {
    cursor:default !important;
    float:left;
    margin-right:20px;
}
.cl-seat-lbl-now {
    position:relative;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    margin:3px 0 0 2px;
    cursor:default !important;
}
.cl-seat-btn {
    border:1px solid #ccc;
    background:#eaeaea;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:2px;
    height:12px;
    line-height:10px;
    text-align:center;
    margin:0 auto;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:12px !important;
    line-height:10px !important;
    width:90px !important;
    padding:1px !important;
    margin-left:4px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:10px !important;
    cursor:pointer;
}
.cl-seat-btn:hover {
    border:1px solid #666;
    background:#333;
    color:#FFF;
}


#cl-mats {
    margin-top: 14px;

}
#cl-mats ul {
    width:116px;
}
#cl-mats li {
    width:116px;
}
.cl-mat-multi {
    width:116px;
    float:left;
    margin:2px;
}
.cl-mat {
    width:116px;
    float:left;
    margin:2px;
}
.cl-mat img:hover {
    cursor:pointer !important;
}
.cl-mat-lbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333;
    width:96px !important;
}
.cl-mat-row {
    margin-bottom:10px;
    width:740px;
}
.cl-mat-row-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#666;
    color:#fff;
    padding:2px 0 2px 10px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}
.cl-mat-row-name img {
    vertical-align:middle;
    padding:0;
    margin:0;
}
.cl-mat-now {
    cursor:default !important;
    float:left;
    margin-right:20px;
}
.cl-mat-lbl-now {
    position:relative;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    margin:3px 0 0 2px;
    cursor:default !important;
}
.cl-mat-btn {
    border:1px solid #ccc;
    background:#eaeaea;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:2px;
    height:12px;
    line-height:10px;
    text-align:center;
    margin:0 auto;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:12px !important;
    line-height:10px !important;
    width:90px !important;
    padding:1px !important;
    margin-left:4px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:10px !important;
    cursor:pointer;
}
.cl-mat-btn:hover {
    background:#333;
    color:#FFF;
}



.cl-tick {
    position:absolute;
    top:7px;
    left:7px;
    width:16px;
    height:16px;
    background-image:url("../media/icon_selected.png");
    background-repeat:no-repeat;
    background-position:left top;
}

.cl-tick-twocolor {
    position:absolute;
    top:7px;
    left:7px;
    width:16px;
    height:16px;
    background-image:url("../media/icon_selected.png");
    background-repeat:no-repeat;
    background-position:left top;
}

.cl-swatch img {
    width:60px;
    height:60px;
}
.cl-swatch-select span {
    border:1px solid #ccc;
    background:#eaeaea;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:2px;
    height:12px;
    line-height:10px;
    width:50px;
    margin:0 auto;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cl-swatch span {
    border:1px solid #ccc;
    background:#eaeaea;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:2px;
    height:12px;
    line-height:10px;
    width:60px;
    margin:0 auto;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cl-swatch span:hover {
    border:1px solid #666;
    background:#333;
    color:#FFF;
}
.cl-swatch-btn {
    height:16px !important;
    line-height:14px !important;
    width:60px !important;
    padding:1px !important;
    margin-left:4px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:10px !important;
}

.cl-swatch-lbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666;
    margin-top:3px;
}
.cl-swatch-lbl-hm { font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666;
    margin-top:3px; }

.cl-swatch-lbl-selected {
    font-weight:bold;
    color:#000;
}
.cl-swatch-lbl-id {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#bbb;
    margin-left:5px;
}



#cl-twocolor {
    position:relative;
    top:10px;
    left:240px;

}
.cl-swatch-twocolor {
    margin:10px;
    width:270px;
}
.cl-swatch-img-sm {
    width:30px;
    height:30px;
    border:1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
}
.cl-swatch-selected-sm,
.cl-swatch-img-sm:hover {
    border:1px solid #000;
}
.cl-swatch-sm img {
    width:30px;
    height:30px;
}
.cl-swatch-lbl-sm {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    margin-top:3px;
}

#cl-swatches-name-top {
    font-weight:bold;
    margin-left:6px;
}
#cl-swatches-top {
    position:relative;
    left:10px;
    top:10px;
    height:80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    float:left;
}
.cl-swatch-sm-top {
    position:relative;
    top:0;
    left:0;
    float:left;
    margin:1px;
    cursor:pointer;
}

#cl-swatches-name-side {
    font-weight:bold;
    margin-left:6px;
}
#cl-swatches-side {
    position:relative;
    top:10px;
    right:10px;
    height:80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    float:right;
}
.cl-swatch-sm-side {
    position:relative;
    top:0;
    left:0;
    float:left;
    margin:1px;
    cursor:pointer;
}



.cl-quote {
    font-size:18px;
    font-family:Georgia, serif;
    color:#000;
    line-height:1.1em;
    margin:20px 10px 30px 10px;
    height:30px;
    position:relative;
    vertical-align:middle;
}
.cl-qmark {
    font-size:80px;
    font-family:Georgia, serif;
    font-weight:bold;
    color:#999;
    position:relative;
    margin-right:8px;
    float:left;
    height:50px;
    vertical-align:middle;
    top:-20px;
}

.cl-link {
    text-align:center;
    margin:0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:10px 0 24px 0;
}
.cl-icon {
    vertical-align:middle;
    margin:0 10px 0 0;
    padding:0;
}


.cl-clearfix:before,
.cl-clearfix:after {
  content:"";
  display:table;
}
.cl-clearfix:after {
  clear:both;
}
.cl-clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* IE7 */
*:first-child + html .cl-clearfix {
  min-height: 1%;
}


/* EasyTabs.js */
.cl-etabs {
    margin: 10px 0 0 5px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    width:740px;
}
.cl-tab {
    display: inline-block;
    zoom:1;
    *display:inline;
    background: #eee;
    border: solid 1px #ccc;
    border-bottom: none;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -opera-border-radius:4px 4px 0 0;
    -khtml-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    cursor:pointer;
    margin:0 1px 0 0;
}
.cl-tab a { font-size: 12px; line-height: 2em; display: block; padding: 0 8px; outline: none; text-decoration:none; color:#999; font-weight: bold;}
.cl-tab a:link {color:#999;}
.cl-tab a:hover { color:#0061A5; }
.cl-tab.active { background:#0061A5; color:#fff; border:1px solid #0061A5; padding-top: 4px; position: relative; top: 1px; z-index:2;}
.cl-tab a.active {  color:#fff;}
.cl-tab a.active:hover { color:#efefef;}
.cl-tab-container { background:#fff !important; margin:16px 0; text-align:left;}
#step1 {position:relative; top:2px; margin-right:2px;}
#step2 {position:relative; top:4px; left:-1px; margin-right:3px; }
.cl-panel-container {
    width:740px;
    min-width:740px;
    background: #fff !important;
    padding: 14px 0 10px 20px;
    z-index:1;
    border-top:4px solid #0061A5;
    height:auto;
}




.disabled {
    background-color:#eaeaea;
}

.cl-summary-button {
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

.cl-summary {
    width:100%;
    border:1px solid #eaeaea;
    border-collapse:collapse;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
.cl-summary-hdr td {
    border:1px solid #666;
    border-collapse:collapse;
    padding:3px;
    background:#333;
    color:#ffffff;
}
.cl-summary td {
    border:1px solid #eaeaea;
    border-collapse:collapse;
    padding:3px;
}
.cl-summary .cl-summary-hdr td {
    font-weight:bold;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    color:#fff;
}
.cl-summary td {
    font-weight:normal;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    color:#000;
}

.cl-qty {
    width:30px;
    text-align:right;
}

#cl-galleria {
    width:330px;
    height:300px;
    background:#FFFFFF;
    margin-right:8px;
}

.cl-acc1 {
    width:290px;
}
.cl-acc2 {
    width:182px;
}
.cl-acc {
    position:relative;
    float:left;
    height:210px;
    margin:0 2px 0 0;
}
.cl-acc-img {
    position:relative;
    border:1px solid #eaeaea;
    width:180px;
    height:116px;
    bottom:0;
    margin:6px 0 2px;
    z-index:1;
    border-radius:3px;
}
.cl-addon-img {
    border:1px solid #eaeaea;
    margin-left:16px;
    z-index:1;
    border-radius:3px;
    float:right;
}
.cl-acc-info {
    height:47px;
}
.cl-acc-cb {
    background-color:#FFFFCC;
    float:left;
    margin:0 6px 0 0;
    padding:1px;
    border:1px solid #ccc;
    border-radius:3px;
}
.cl-acc-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#0060A5;
    float:left;
    margin:4px 0;

}
.cl-acc-price {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#666666;
    margin-left:6px;
}
.cl-acc-descr {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#000;
    float:left;
    line-height:1.2em;
    margin-bottom:3px;
    width:180px;
}

.cl-descr {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:normal;
    color:#000;
    margin-top:16px;
    line-height:1.4em;
    text-align:left;
}

.cl-notes {
    margin:8px 4px 4px 0; font-size:12px; color:#cc0000;
}

.cl-notes-sm {
    color:#777; font-size:11px !important;
}

#cl-tab-customize {background:#fff !important; border:none !important;}
#cl-tab-overview {background:#fff !important; border:none !important;}
#cl-tab-installation {background:#fff !important; border:none !important; margin:0 auto !important; text-align:center !important;}
#cl-tab-comparison {background:#fff !important; border:none !important; overflow:hidden !important;}
#cl-tab-reviews {background:#fff !important; border:none !important;}

#button-remote {
    margin:6px 0 10px 6px;
    cursor:pointer;
}

#cl-change {
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    margin:0 0 0 10px;
}
.cl-frame-wrapper {
    width:100%;
    text-align:center;
    margin-bottom:10px;   
}
.cl-video {
    margin:0 auto 2px !important;
    text-align:center !important;
}
.cl-video-frame {
    text-align:center !important;
    margin:12px auto 30px;
    border:12px solid #000;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    box-shadow: 3px 3px 3px #ccc;
    
    width: 560px;
    height: 388px;
    
}
.cl-video-title {
    margin:6px auto -10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
}

#cl-arrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#0061A5;
}
#cl-arrow img {
     margin:0 4px 4px 0;
}

#cl-arrow-down {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#0061A5;
    line-height:12px;
}
#cl-arrow-down img {
    position:relative;
    top:8px;
    margin:0 4px 0 6px;     
}

.cl-list ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    list-style:none;
}
.cl-list li {
    list-style:none;
    margin-left:-8px;
}
.cl-msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#CC0000;
    float:right;
    vertical-align:middle;
}
.cl-msg-veh {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#CC0000;
    vertical-align:middle;
    text-align:center;
    margin-bottom:4px;
}
.cl-msg-veh2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    color:#CC0000;
    vertical-align:middle;
    text-align:center;
    margin:40px 0 0 0;
}
.cl-msg-left {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#CC0000;
    vertical-align:middle;
}

.cl-msg-left-grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    color:#555;
    text-align:left;
    vertical-align:middle;
    margin:10px 0;
}

#covercraft-buttons {
    text-align:center;
    margin:10px auto 0;
    text-decoration:none;
}
#covercraft-buttons a {text-decoration:none;}

.cl-overview {
     width:100%;
     text-align:left;
     margin-bottom:24px;
     font-size:14px;
}
.cl-img {
    position:relative;
    margin:0 auto 6px;
    text-align:center;
}
.cl-border {
    border:1px solid #000;
}
.cl-overview-ctr {
     position:relative;
     vertical-align:middle;
     margin:10px auto;
     font-size:14px;
     font-weight:bold;
}
.cl-overview-ctr img {
    vertical-align:middle;
}

.cl-overview-img {
     margin-left:10px;
     float:right;
     border:1px solid #999;
}

.cl-cc-fabric {
    position:relative;
    border:1px solid #eaeaea;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:8px 8px 24px 8px;
    margin:4px 0 12px 0;
    text-align:left;
}
.cl-cc-fabric:hover {
    border-color:#999;
}
.cl-cc-fabric-logo {
    float:left;
    width:680px;
    margin-right:10px;
}
.cl-cc-fabric-name {
    font-size:12px;
    font-weight:bold;
    margin:10px 16px -6px 10px;

}
.cl-cc-fabric-detail {
    float:left;
    width:450px;
    margin:0 6px 0 0;
    font-size:11px;
}
.cl-cc-fabric-detail ul {

}
.cl-cc-fabric-img {
    float:left;
    margin:24px 0 4px 0;
}
.cl-cc-fabric-price {
    margin:10px 0 4px 14px;
    font-weight:bold;
    color:#cc0000;
}
.cl-cc-fabric-swatches {
    margin-bottom:20px;
}
.cl-cc-fabric-swatches img {
    width:30px;
    height:30px;
    border:0;
    margin:0 4px 4px 0;
}


.cl-k9-fabric {
    position:relative !important;
    top:0;
    left:0;
    border:1px solid #eaeaea;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:8px;
    margin:4px 0 20px 0;
    text-align:left;
    height:346px !important;
    width:100%;
    overflow:none !important;
}
.cl-k9-fabric:hover {
    border-color:#999;
}
.cl-k9-fabric-img {
    float:left;
    margin-right:12px;
    width:290px;
    height:301px;
}
.cl-k9-fabric-name {
    font-size:12px;
    font-weight:bold;
    margin:10px 16px -6px 0;
}
.cl-k9-fabric-detail {
    float:left;
    width:430px;
    margin:0;
    font-size:11px;
}
.cl-k9-fabric-detail ul {

}

.cl-k9-fabric-price {
    margin:10px 0 6px 0;
    font-weight:bold;
    color:#cc0000;
}

.cl-k9-fabric .cl-swatch-btn {
    width:54px !important;

}

.cl-k9-fabric .cl-swatch {
    width:54px !important;
    margin-left:2px !important;

}


.cl-ps-fabric {
    position:relative !important;
    top:0;
    left:0;
    border:1px solid #eaeaea;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:8px;
    margin:4px 0 20px 0;
    text-align:left;
    height:200px !important;
    width:100%;
    overflow:none !important;
}
.cl-ps-fabric:hover {
    border-color:#999;
}
.cl-ps-fabric-img {
    float:left;
    margin-right:12px;
    width:290px;
    height:301px;
}
.cl-ps-fabric-name {
    font-size:12px;
    font-weight:bold;
    margin:10px 16px -6px 0;
}
.cl-ps-fabric-detail {
    float:left;
    width:430px;
    margin:0;
    font-size:11px;
}
.cl-ps-fabric-detail ul {

}

.cl-ps-fabric-price {
    margin:10px 0 6px 0;
    font-weight:bold;
    color:#cc0000;
}

.cl-ps-fabric .cl-swatch-btn {
    width:54px !important;

}

.cl-ps-fabric .cl-swatch {
    width:54px !important;
    margin-left:2px !important;

}

.cl-ss-fabric {
    position:relative !important;
    top:0;
    left:0;
    border:1px solid #eaeaea;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:8px;
    margin:4px 0 20px 0;
    text-align:left;
    height:346px !important;
    width:100%;
    overflow:none !important;
}
.cl-ss-fabric:hover {
    border-color:#999;
}
.cl-ss-fabric-img {
    float:left;
    margin-right:12px;
    width:250px;
    height:301px;
}
.cl-ss-fabric-logo {
    float:left;
    width:380px;
}
.cl-ss-fabric-name {
    font-size:12px;
    font-weight:bold;
    margin:10px 16px -6px 0;
}
.cl-ss-fabric-detail {
    float:left;
    width:430px;
    margin:0;
    font-size:11px;
}
.cl-ss-fabric-detail ul {

}

.cl-ss-fabric-price {
    margin:10px 0 6px 0;
    font-weight:bold;
    color:#cc0000;
}

#cl-swatches-md .cl-swatch {
    float:left;
    width:70px;
    height:70px;
}
#cl-swatches-md .cl-swatch-img {
    width:70px !important;
    height:70px !important;
}
#cl-swatches-md .cl-swatch img {
    width:90px !important;
    height:90px !important;
}



#cl-chart {
    width:960px;
}

#cl-viewall {
    width:500px;
    margin:16px auto 0;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
}

.cl-zoom-acc {
    position:absolute;
    top:102px;
    right:1px;
    background:url('../media/zoom.png') no-repeat;
    width: 21px;
    height: 21px;
    border:0;
    z-index:2;
}

.cl-zoom-swatch {
    position:absolute;
    bottom:-2px;
    right:-2px;
    background:url('../media/zoom-sm.png') no-repeat;
    width:18px;
    height:18px;
    border:0;
    z-index:100;
}

.cl-zoom-gallery {
    position:absolute;
    top:220px;
    right:-1px;
    background:url('../media/zoom.png') no-repeat;
    width: 21px;
    height: 21px;
    border:0;
    z-index:2;
    cursor:pointer;
}

.cl-warranty {
    position:relative;
    width:82px;
    height:27px;
    float:left;
    margin:12px 6px 4px 20px;
}

.cl-fit {
    position:relative;
    width:82px;
    height:27px;
    float:left;
    margin:12px 0 4px 6px;
}

.cl-icon-location {
    position:absolute;
    right:10px;
    top:10px;
}

.cl-info-box {
    float:left;
    margin: 0 4px 24px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cl-font-S{background-image:url(//www.covercraft.net/cartlink/media/monogram_S.gif);}
.cl-font-B{background-image:url(//www.covercraft.net/cartlink/media/monogram_B.gif);}
.cl-img-radio-hidden {-moz-appearance: none; -webkit-appearance: none; appearance: none; opacity: 0; height:1px; width:1px; margin:0; padding:0; }
.cl-img-radio-selector input:active +.cl-font{opacity: 1;}
.cl-img-radio-selector input:checked +.cl-font{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.cl-font{
    margin:0 auto;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:236px;height:132px;
}

.cl-lbl {
    font-size:10px;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
}
.cl-hr { height:1px; border-top:1px #CCC; margin:2px 0 14px 0;}

.cl-swatch-off {
	position:relative;
    top:0;
    left:0;
	width:60px;
    height:90px;
	float:left;
	text-align:center;
	z-index:1;
	margin:0;
}
.cl-swatch-img-off {
    width:54px;
    height:54px;
    border:2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    z-index:1;
}
.cl-swatch-outofstock {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#cc0000;
    margin-top:3px;
}

#cl-prop65 {
    margin: 10px 0;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
}

div.cl-pf { height:auto !important; }
.cl-pf .cl-ss-fabric-detail { width:100%;}
.cl-pf div.cl-swatch { height:140px !important; }
.cl-pf .cl-swatch-img { width: 90px !important; height: 90px !important;}
.cl-pf .cl-swatch-sel { width: 90px !important; height: 90px !important;}

noscript {
    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#cc0000;
}

.focus {
    background-color:#FFFFCC;
}

