
/* custom */

html {
    background-image: url('../assets/template/site-bkg.png');
    background-repeat: repeat-x;
    background-color: rgb(242,242,242);
}

body {
    font-size: 100%;
	font-family: Verdana, Arial, san-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.grid {
	background-color: #fff;
    -moz-box-shadow: 0px -5px 20px #888;
    -webkit-box-shadow: 0px -5px 20px #888;
    box-shadow: 0px -5px 20px #888;
}

.col img {
    border: 0px;
    outline: 0px;
    width: 100%;
}

.mast {
    background-color: #ececec;
    background-image: url('../assets/template/cd-bkg.png');
    background-repeat: no-repeat;
    background-position: -50px -60px;
}

.cd-logo {
    cursor: pointer;
    width: 351px;
    height: 130px;
    margin-left: 10px;
    background-image: url('../assets/template/cd-logo.png');
    background-repeat: no-repeat;
    background-position: left 25px;
}

.nav {
    margin-top: -67px;
}

.content .gu2.nav,
.content .gu2.rightnav {
    z-index: 2;
}

#searchHead {
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    -moz-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    -webkit-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    box-shadow: 0px -1px 5px rgba(104,104,104,.5);
background: rgb(47,47,84);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFiMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(47,47,84,1) 0%, rgba(27,27,56,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,84,1)), color-stop(100%,rgba(27,27,56,1)));
background: -webkit-linear-gradient(top, rgba(47,47,84,1) 0%,rgba(27,27,56,1) 100%);
background: -o-linear-gradient(top, rgba(47,47,84,1) 0%,rgba(27,27,56,1) 100%);
background: -ms-linear-gradient(top, rgba(47,47,84,1) 0%,rgba(27,27,56,1) 100%);
background: linear-gradient(to bottom, rgba(47,47,84,1) 0%,rgba(27,27,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f54', endColorstr='#1b1b38',GradientType=0 );
    border-bottom: 1px solid rgba(53,53,53,1);
}

.loginHead .icon-right-dir,
#searchHead .icon-search {
    padding-left: 5px;
    text-shadow: 0px 1px 0px #212121;
}

#searchForm {
    background-color: #0176b3;
    color: #fff;
    font-weight: normal;
    -moz-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    -webkit-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    background: rgb(82,82,82);
    background: -moz-linear-gradient(top,  rgba(82,82,82,1) 1%, rgba(29,29,29,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(82,82,82,1)), color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -o-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -ms-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#1d1d1d',GradientType=0 );
    border-top: 1px solid rgba(253,253,253,.5);
}

.reveal.show, 
.reveal {
    display: none;
}

.formRow {
    padding: 0px 5px 0px 5px;
}

#searchLink {
    background-color: #0176b3;
    font-weight: normal;
    -moz-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    -webkit-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    background: rgb(82,82,82);
    background: -moz-linear-gradient(top,  rgba(82,82,82,1) 1%, rgba(29,29,29,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(82,82,82,1)), color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -o-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -ms-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#1d1d1d',GradientType=0 );
    border-top: 1px solid rgba(253,253,253,.5);
}

a {
    text-decoration: none;
    color: #212464;
}

#searchLink a {
    color: #fff;
    text-decoration: none;
    font-size: 80%;
}


.loginHead {
    font-size: 80%;
    height: 25px;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-weight: normal;
    -moz-box-shadow: 0px -1px 5px rgba(53,53,53,.5);
    -webkit-box-shadow: 0px -1px 5px rgba(53,53,53,.5);
    box-shadow: 0px -1px 5px rgba(53,53,53,.5);
    background: rgb(1,150,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(1,150,204,1) 1%, rgba(1,118,179,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(1,150,204,1)), color-stop(100%,rgba(1,118,179,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(1,150,204,1) 1%,rgba(1,118,179,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(1,150,204,1) 1%,rgba(1,118,179,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(1,150,204,1) 1%,rgba(1,118,179,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(1,150,204,1) 1%,rgba(1,118,179,1) 100%); /* W3C */
    border-bottom: 1px solid rgba(53,53,53,1);
}

.eb-login-widget {
    font-size: 80%;
    background-color: #0176b3;
    color: #fff;
    font-weight: normal;
    -moz-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    -webkit-box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    background: rgb(82,82,82);
    background: -moz-linear-gradient(top,  rgba(82,82,82,1) 1%, rgba(29,29,29,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(82,82,82,1)), color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -o-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: -ms-linear-gradient(top,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#1d1d1d',GradientType=0 );
    border-top: 1px solid rgba(253,253,253,.5);
}

.eb-resetpw {
    margin: .25em 0;
    line-height: 1;
    font-size: 10px;
    text-align: center;
}

.eb-resetpw a {
    color: #000;
}

.inline-loggedin {
    padding: 10px;
    position: relative;
    text-align: left;
}

.error {
    text-align: center;
    color: orangered;
}

.eb-login-msg .error {
    font-size: 10px;
}

.eb-loggedin {
    line-height: 1.5em;
    font-size: 80%;
}

.eb-profile-container .eb-loggedin,
.eb-profile-edit-handle,
.eb-profile-container .eb-username {
    display: none;
}

.eb-username {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.eb-logout {
    text-align: center;
    line-height: 1.5em;
    margin: 0px;
    position: absolute;
    right: 6px;
    top: 2px;
}

.eb-logout a,
.eb-button a,
.inlineForm input[type=submit], 
.loginForm input[type=submit] {
    color: #fff;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2);
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1.5em;
    -webkit-appearance: none;
}

.eb-logout a:before {
    font-family: fontello;
    content: "\e832";
    margin-right: 5px;
    color: #00dd00;
    text-shadow: 0px 0px 3px rgba(255,255,240,.9);
}

.login-formcontainer {
    padding: 20px;
    border: 1px solid #eee;
    margin: 10px auto;
    text-align: center;
    max-width: 500px;
}

.loginpage .topmenu nav {
    margin: 0px;
}

.login-formcontainer a {
    font-size: 80%;
    display: block;
}

.loginForm label,
.inlineForm label {
    float: left;
}

.inlineForm,
.loginForm {
    text-align: right;
}

.login a > div.right {
    float: right;
    vertical-align: middle;
}

#dealers a {
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #409cd2;
    background-color: #007bc3;
}

#support a {
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
    background-color: #8d8d8d;
}

.popup {
    cursor: pointer;
}

.homeImage {
    padding: 20px;
}

.hotProducts {
    padding: 10px;
}

.hotProducts > table {
    border-spacing:0;
    border-collapse:collapse;
}

.hotProducts > table tr {

}

.hotProducts > table td {
    width: 33%;
    border: 1px solid #ccc;
    border-top: 0px;
    font-size: .7em;
    line-height: 1.2em;
    padding: 15px;
}

.hotProducts > table td:first-child {
    border-left: 0px;
}

.hotProducts > table td:last-child {
    border-right: 0px;
}

.hotProducts > table tr:last-child td {
    border-bottom: 0px;
}

.hotProducts > table td img {
    float: left;
    margin: 0px 10px 0px 10px;
}

.hotProducts td a {
    text-decoration: none;
    color: #515151;
}

h1, h2 {
    line-height: 150%;
}

h3 {
    font-size: 1.1em;
    line-height: 150%;
}

h1.hotHeading {
    color: #007bc3;
    font-size: 1.2em;
}

h1.navTitle {
    color: #515151;
    font-weight: normal;
    font-size: 1.1em;
}

p {
    margin: 0.75em 0;
    line-height: 125%;
}

.footer {
    color: #fff;
    font-size: .7em;
    text-align: right;
    background: rgb(53,53,53); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(48,48,48,1) 30%, rgba(15,15,15,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,1)), color-stop(30%,rgba(48,48,48,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
    text-align: center;
    margin-top: 10px;
}

.footer p {
    padding: 0px;
}

#mobile {
    display: none;
}

.mMenu {
    display: none;
}

div.product-container {
    position: relative;
}

.hotproducts {
    width: 100%;
    display: relative;
}

.content-container h1 {
    text-align: center;
    color: #007bc3;
    font-size: 1.6em;
    margin: .5em 0;
}

.content-container h2 {
    font-size: 1.2em;
}

.content-container p {
    font-size: 0.8em;
}

.content-container table p {
    font-size: 1em;
}

.content-container strong,
.content-container b {
    font-weight: bold;
}

.hotproducts h1 {
    text-align: center;
    color: rgba(47,47,84,1);
    font-size: 1.6em;
    margin: .5em 0;
}
.hotproductitem {
    border: 1px solid #ccc;
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    width: 230px;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.hotproductitem .image {
    display: inline-block;
    line-height: 110px;
    float: left;
    padding: 5px;
    width: 40%;
}

.hotproductitem .image img {
    width: auto;
    max-width: 100%;
}

.hotproductitem .stockcode {
    display: inline-block;
    float: right;
    font-size: 10px;
    width: 50%;
    padding: 5px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background: -webkit-gradient( linear, left top, left 25, from(#FFFFFF), color-stop(4%, #efefef), to(#FFFFFF) );
    background: -moz-linear-gradient( top, #FFFFFF, #efefef 1px, #FFFFFF 25px );
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    text-indent: 5px;
    width: 99%;
    margin-bottom: 3px;
}

textarea.cdl-instructions {
    background: -webkit-gradient( linear, left top, left 25, from(#FFFFFF), color-stop(4%, #efefef), to(#FFFFFF) );
    background: -moz-linear-gradient( top, #FFFFFF, #efefef 1px, #FFFFFF 25px );
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    text-indent: 5px;
    width: 99%;
    margin-bottom: 3px;
    min-height: 100px;
}

.autocomplete-suggestions {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(245,245,245,.9);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    width: 90%;
}

.autocomplete-suggestion {
    cursor: pointer;
    padding: 3px;
    font-size: 80%;
}

.autocomplete-suggestion:hover {
    background-color: #ccc;
}

.uppercase {
    text-transform: uppercase;
}

/* login forms */

#reset {
       display: none;
}

.jt-tabcontent ul.filelist {
    list-style: none;
    padding: 0;
}

.jt-tabcontent ul.filelist a {
color: #212121;
}

/* rslide pager */
ul.rslides_tabs {
    text-align: center;
    padding: 0px 0px 20px 0px;
}

ul.rslides_tabs li {
    display: inline-block;
    margin: 0 5px;
}

ul.rslides_tabs li a {
    text-indent: -9999px;  
    overflow: hidden; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background: #ddd;
    background: rgba(0,0,0, .2); 
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 8px;
    height: 8px;
}

ul.rslides_tabs li.rslides_here a {
    background: rgba(0,0,0, .8);
}

.contacustable {
    width: 100%;
    font-size: 70%;
    border-collapse: collapse;
    border-bottom: 2px solid #999;
}

.contacustable thead tr {
    background-color: #ccc;
    font-weight: bold;
    font-size: 1.2em;
}

.contacustable thead tr td {
    padding: 0px 10px;
}

.contacustable tbody tr td {
    padding: 0px 10px;
    background-color: #efefef;
    border: 1px solid #fff;
}

.contacustable tbody tr td:first-child {
    font-weight: bold;
}

.contacustable tbody tr td:last-child {
    white-space: nowrap;
}

.cart-container.fixed {
    position: fixed;
    top: 0px;
    background-color: #fff;
}

.cart-container.fixed.reduced .ep-cart {
    max-height: 450px;
    overflow-y: auto;
}

.cart-container .ep-cart {
    max-height: 600px;
    overflow-y: auto;
}

html .ws-po-box {
    border: 1px solid #ccc;
}
