@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}
 
body {
    font-family: 'Myriad Pro', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    height:100%;
}
body img {
    #max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.popupmenu {
    display:none;
    background-color:#e7f4fa;;
    position:absolute;
    border:1px solid black;
    padding:10px;
    text-align:left;
    line-height:20px;
    font-size:14px;
    z-index:10;
    margin-top:75px;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.toplink {
	position: relative;
	padding-left:15px;
}

.activelink {
	background-color: #20566e;
	
}
.activelink a {
	color: white;
}

.redalert {
	float:right;
	background-color:red;
	border-radius:50%;
	width:18px;
	text-align:center;
	color:white;
	font-size:12px;
	box-sizing:border-box;
	line-height:18px;
}

.style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color:rgba(255,255,255,0.9);
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    -moz-box-shadow: 1px 1px 3px #252525;
    -webkit-box-shadow: 1px 1px 3px #252525;
    box-shadow: 1px 1px 3px #252525;
    margin-top: -40px;
    margin-left:20px;
}

.dropDown a {
    color: black;
    font-size: 14px;
}

.dropDown a:hover {
    color: black;
    font-size: 14px;
    text-decoration:none;
}


#leftmenu {
    /* overflow set to hidden to hide the expanded text */
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}
#arrow {
    background-color:#dddddd;
    padding:15px 5px 5px 5px;
    border-radius:0px 5px 5px 0px;
    text-align:center;
    height:50px;
    vertical-align:middle;
    box-sizing:border-box;
    color: #333333;
    font-size:11px;
    cursor:pointer;
    position:fixed;
    z-index:5;
}

#wrapper {
	min-height:100%;
	position:relative;
}

h1 {
    font-weight:normal;
    color: #4699b7;
}

.sortable { list-style-type: none; margin: 0; padding: 0; }

.ratingstars
{
	color:#e3cf7a; 
	font-size:20px;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: 10px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}
#filter,.filter {
  padding-left:33px;
}

#inputString, .inputString
{
    width:320px;
    font-size: 12px;
    outline: none;
    vertical-align: middle;
    padding: 0 1px 0 1px;
    margin: 0 5px 0 0;
    border-style: hidden;
    border-color: transparent;
    border-width: 0;
    background: transparent;
    -webkit-appearance: none;
    line-height: 18px;
}

.homepage-box
{
    position:relative;
    display:inline-block;
    margin:10px;
    box-sizing:border-box;
    cursor:pointer;
}

.topicons
{
    display:inline-block;
    text-align:center;
    padding:0px 10px;
}

.topicons a
{
    color:white;
    font-size:10px;
}

.topicons a:hover
{
    text-decoration:none;
}

.whitebox
{
    width:100%;
    max-width:600px;
    padding:40px 20px;
    background-color:white;
    border:1px solid #9fb6bf; 
    box-sizing: border-box;
    border-radius:10px;
}

.greyrecipient
{
	display:inline-block;
	padding:0px 5px;
	margin-right:5px;
	background-color: #f4f4f4;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.sitesetting
{
	display:inline-block;
	text-align:center;
	font-size:10px;
	width:100px;
	vertical-align:top;
}

.sitesetting img
{
	max-width:100%;
}

.sitesetting2
{
	display:inline-block;
        text-align:center;
        font-size:10px;
        width:150px;
        vertical-align:top;
	padding:20px;
}

.sitesetting2 img
{
	width: 100%;
}


.helpbox
{
    display:none;
    position:absolute;
    border: 1px solid black;
    z-index:100;
    width:375px;
    background-color:#ffff99;
    padding:5px;
    color:black;
    text-align:left;
    font-size:12px;
}

input[type=text], input[type=password], select {
    padding:6px;
    font-size:15px;
    box-sizing: border-box;
}

input[type=submit], input[type=button] {
    padding:8px 50px;
    background-color:#4699b7;
    border:0px;
    font-weight:bold;
    font-size:16px;
    font-family: 'Myriad Pro',arial;
    color:white;
}

.login_checkbox {
display:none;
}

.login_checkbox + label
{
        background: white;
        height: 16px;
        width: 16px;
        display:inline-block;
        padding: 0 0 0 0px;
        border:1px solid #e5e5e5;
}
.login_checkbox:checked + label
{
        background: #bbbbbb;
        height: 16px;
        width: 16px;
        display:inline-block;
        padding: 0 0 0 0px;
}


.contentSlider {
  width: 400px;
  height: 400px;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: #e7f4fa;
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #e7f4fa;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #e7f4fa;
}

video::-internal-media-controls-download-button {
    display:none;
   }

video::-webkit-media-controls-panel {
        width: 300px; /* Adjust as needed */
        margin-top: -50px;
   }



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

#account-layer a:hover {
    text-decoration: none;
}

.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
        display:none;
        margin:1em;
}

.information_table
{
	display:table;
	width:100%;
	table-layout:fixed;
	height:44px;
	padding:5px;
	box-sizing:border-box;
}

.boldrow
{
    font-weight:bold;
}

#suggestions,.suggestions {
    position:absolute;
    background-color:white;
    display:none;
    border:1px solid #333333;
    z-index:99;
}
/* message-add.html */
.ticket-hdr {
    border-bottom: 2px solid #eaeaea;
    padding: 10px;
    font-weight: bold;
}
.ticket-bdy {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
    font-size: 12px;
}
.ticket-title-hdr {
    background: #0d8dce;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin: 10px 10px 0px 10px;
}
.ticket-note-hdr {
    background: #666;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin: 0px 10px;
}
.ticket-note {
    background: #eaeaea;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0px 10px 10px 10px;
    padding: 10px;
    font-size: 12px;
}
.ticket-bdy .ticket-note:last-child {border: 0;}
.ticket-note-hdr .simpleinline, .ticket-title-hdr .simpleinline {font-size: 12px;}
.ticket-doc {
    background: #eaeaea;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    font-size: 12px;
}
/* message-add.html */



.right75 
{
	padding-right: 75px;
}

.right30
{
	padding-right: 30px;
}
.right15
{
	padding-right: 15px;
}

.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space73 {height: 73px;}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #d6d6d6;
    background-color: #ededed;
    margin: 0 auto;
    padding: 15px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}
.simplepadding {
    padding: 12px;
}

.formswrapper2 .simpleinline
{
	position:relative;
	border:1px solid #ff0000;
	padding:15px;
	box-sizing:border-box;
	height:450px;
	border-radius:15px;
}

.inline-container {text-align: center;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 0.8%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 0.6%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
.inline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}
.inline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}
.inline-half {
    width: 49.9%;
    margin-right: 0.2%;
    background: #c6203e;
}
.mobinline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.mobinline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}


/* General */
.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}





#topline-container {
    background: #c6203e;
}
#topline {
    width: 1144px;
    margin: 0 auto;
    padding: 10px 0px;
}
#hdr-container {
    width: 100%;
    max-width:1110px;
    //background: url('images/bg.jpg');
    color: #575757;
    padding: 0px 5px;
    box-sizing:border-box;
    margin: 0 auto;
    background: white;
}
#hdr {
    width: 100%;
    max-width: 1110px;
    box-sizing:border-box;
    height: 192px;
    margin: 0 auto;
    //background: url('images/hdr.jpg');
    background-color:white;
    vertical-align:middle;
}
#hdr-mob {
    display: none;
    text-align: center;
    border-bottom: 1px solid #676767;
}
#midline-container {
    width: 100%;
    max-width:1076px;
    background: #091f40;
    //-moz-box-shadow: 0px 0px 5px #676767;
    //-webkit-box-shadow: 0px 0px 5px #676767;
    //box-shadow: 0px 0px 5px #676767;
    margin: 0 auto;
}
#midline {
    width: 1076px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 19px;
    color:white;
}
#midline .simpleinline {
    font-size: 19px;
}
#topnav-container {
    width: 100%;
    background: #066cad;
    text-align: center;
}
#topnav {
    width: 1144px;
    margin: 0 auto;
}
#bdy-container {
    width: 100%;
    max-width:1110px;
    margin: 0 auto;
    padding:30px 5px 193px 5px;
    box-sizing:border-box;
    background: white;
 
}
#bdy {
    width: 1050px;
    margin: -60px auto 0px auto;
    min-height: 550px;
    padding: 60px 13px 10px 13px;
    background: #fff;
    -moz-box-shadow: 0px 0px 7px #4f4f4f;
    -webkit-box-shadow: 0px 0px 7px #4f4f4f;
    box-shadow: 0px 0px 7px #4f4f4f;
}

.formswrapper {
    width:100%;
    max-width:920px;
    margin:0 auto;
    color:#959595;
    font-size:17px;
}

.formswrapper2 {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    color:#959595;
    font-size:17px;
}

ul.translation-links {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

ul.translation-links li {
    position: relative;
    display: inline;
    float:left;
    text-align:center;
    padding:0px 2px;
}

.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}a

.tickets-table {
    border-spacing: 2px;
}
.tickets-table .simplecell {
    padding: 8px 5px;
}
.tickets-table .row {background: #E8E8E8;}
.tickets-table .row:first-child {
    background: #333;
    color: #fff;
}
.tickets-table .row .simplecell {
    width: 110px;
    text-align: center;
    vertical-align: middle;
}
.tickets-table .row .simplecell:nth-child(2) {
    width: auto;
    text-align: left;
}



.top_button {
    display:inline-block;
    vertical-align:middle;
    line-height:56px;
    text-align:center;
    color: #7a7a7a;
    padding-left:23px;
    box-sizing:border-box;
    font-weight:bold;
    font-size:13px;
    cursor:pointer;
    width:225px;
    background: url('/images/button_off.jpg');
    margin: 0px 18px;
    
}

.active_button {
    background: url('/images/button_on.jpg');
    padding-left:0px;
    padding-right:23px;
    color:white;
}


.top_button_select {
    padding:4px;
    font-size:15px;
}

.existing_button {
    margin-right:10px;
}

.formfield2 {
    display:inline-block;
    width:100%;
    max-width:483px;
    font-size:17px;
    color:#959595;
    vertical-align:top;
    text-align:left;
}

.formentry {
    padding:5px 0px;
    height:56px;
}

.formfield3 {
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:292px;
    padding-bottom:15px;
    text-align:left;
}

.formfield4 {
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:215px;
    padding-bottom:15px;
}

#ftr-container {
    width: 100%;
    background-color: #4699b7;
    padding: 30px;
    text-align: center;
    box-sizing:border-box;
    height:193px;
    position:absolute;
    bottom:0;
    left:0;
}
#ftr {
    width: 100%;
    max-width:1110px;
    margin: 0 auto;
    box-sizing:border-box;
    text-align: center;
    font-size:13px;
    color:white;
}
#ftr-mob {display: none;}

#contactcircle {
	display:table-cell;
	vertical-align:middle;
	width: 50px; 
	height: 50px; 
	background: white; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	cursor: pointer;
	font-size:20px;
	text-align:center;
}

#contactcircle:hover {
	background: #dddddd;
}


/* topnav.inc */

.topnavmenu
{
	width:420px;
	margin-left:-10px;
	padding:5px 5px 5px 10px;
	box-sizing:border-box;
	font-size:16px;
	color: #373737;
}

.topnavmenu:hover
{
	background-color: #dddddd;
	cursor: pointer;
}

#parent {
    line-height: 120px;
}

#parent img {
    vertical-align: middle;
}

.headerlink
{
	display:table-cell;
	background-color:#f0f0f0;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #c2c2c2;
	color:black;
}

.headerlink:hover
{
	background-color:#dddddd;
	cursor: pointer;
}

.headerlink:last-child {
	border-right:0px solid #c2c2c2;
}


.headerlinkmobile
{
        vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
	padding:20px;
	box-sizing:border-box;
}

.headerlinkmobile:hover
{
        background-color:#dddddd;
        cursor: pointer;
}
.headerlinkmobile:last-child {
        border-bottom:0px solid #c2c2c2;
}


#hdr .simpleinline:last-child {
    text-align: right;
    font-size: 20px;
}
#topnav a {
    display: inline-block;
    padding: 8px 40px 8px 0px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#topnav a:last-child {padding-right: 0;}
.hdr-mob-cll2 img {width: 80%;}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#topline .simpleinline:first-child a, #topline .simpleinline:first-child {
    color: #fff;
    //font-size: 13px;
    //font-weight: 600;
    text-decoration: none;
}
#topline .simpleinline:last-child a, #topline .simpleinline:last-child {
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#topline a:hover {
    //-webkit-filter:brightness(70%);
}
#hdr form {
    font-size: 0;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15%;
}
#hdr input[type='text'] {
    width: 76%;
    font-size: 14px;
    padding: 8px 2%;
    border: 1px solid #e5e5e5;
}
#hdr input[type='submit'] {
    width: 18%;
    font-size: 14px;
    background: transparent;
    border: 0px solid #575757;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}
#hdr-mob .simpleinline {
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
}


/* footer.inc */
#ftr a:hover {
    text-decoration: none; 
}
#ftr form {
    font-size: 0;
    width: 250px;
    text-align: left;
}
#ftr input[type='text'] {
    width: 179px;
    font-size: 11px;
    padding: 5px 2px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
}
#ftr input[type='submit'] {
    width: 65px;
    font-size: 14px;
    background: transparent;
    border: 0px solid #575757;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 4px 0px;
    vertical-align: middle;
}
.ftr-title {
    color: #898989;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* index.php */
.inline-index1 {
    vertical-align: top;
    width: 306px;
    height: 660px;
    margin-top: -7px;
    background: white;
    padding: 1px 00px;
    line-height: 20px;
    border: 1px solid #d3d3d3;
}
.inline-index2 {
    vertical-align: top;
    width: 11px;
    margin-top: -7px;
}
.inline-index3 {
    vertical-align: top;
    width: 730px;
    height: 528px;
    margin-top: -7px;
}
.index-menu {
    display: block;
    margin: 1px 0px;
    text-decoration: none;
    border:1px solid transparent;
    border-right:0px;
    border-left: 0;
    color: #484848;
    z-index:1000;
    padding: 0px 5px;
}
.index-menu:hover {
    background-color:white;
    border:1px solid #d3d3d3;
    border-right:0px;
    border-left: 0;
    z-index:1000;
}
.inline-index1 .index-menu:first-child {
    margin-top: 0;
}
.index-menu-caps {
    display: none;
    position: absolute;
    background: white;
    border:1px solid #d3d3d3;
    margin-left: 299px;
    z-index: 500;
    width: 150px;
    padding: 10px;
    margin-top: -21px;
}

.index-menu-caps a:hover {
    color: red;
}

.index-menu-caps2 {
    display: none;
    position: absolute;
    background: white;
    margin-left: 301px;
    z-index: 500;
    width: 10px;
    height: 20px;
    padding: 0px;
    margin-top: -20px;

}


.index-thumbs {
    margin-top: 10px;
}
.index-thumbs .simpleinline img {
    display: block;
    border: 1px solid #d3d3d3;
}
.index-thumbs .simpleinline span {
    display: block;
    border: 1px solid #d3d3d3;
    width: 100%;
    background: #d1d1d1;
    padding: 5px 0px;
    text-align: center;
}
.index-half .simplepadding {
    padding: 5px 10px;
    color: white;
}
.index-half form {
    font-size: 0;
    width: 95%;
    margin: 0 auto;
    margin-left: 5%;
}
.index-half input[type='text'] {
    width: 76%;
    font-size: 14px;
    padding: 8px 2%;
    border: 1px solid #e5e5e5;
}
.index-half input[type='submit'] {
    width: 18%;
    font-size: 14px;
    border: 0px solid #575757;
    background: white;
    color: #091f40;
    text-align: center;
    padding: 9px 0px;
    font-weight: 900;
}
.index-half .simpleinline {
    vertical-align: middle;
}
.inline-half .inline-4-12, .inline-half .inline-5-12 {
    text-align: right;
}


/* wizard.php */
.bdy-wizard {
    margin-top: -40px; padding-top:40px
}
.wizard-wrapper {
    padding: 14px;
    border: 1px solid #fe0000;
}
.wizard-wrapper .inline-4-12 .simpleinline {
    vertical-align: middle;
    margin-bottom: 15px;
}
.wizard-wrapper h1 {
    margin-top: 0;
    color: #fe0002;
}
.wizard-wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.wizard-wrapper select {
    width: 100%;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
    border-radius: 4px;
    padding: 5px 0px;
    margin-top: 5px;
}
.wizard-wrapper .inline-2-12 {
    border-radius: 50%;
    background: #ebebeb;
    color: #7a3e46;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 11px 0px;
}
.inline21 {
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 10px;
    padding-right: 20px;
}
.inline22 {
    display: inline-block;
    width: 310px;
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 20px;
    padding-right: 20px;
}
.inline23 {
    display: inline-block;
    width: 310px;
}
.view-product {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    background: #d9d9d9;
}
.view-product:hover {
    -webkit-filter: brightness(90%);
}

/* 3.php */
.shop-cll1 {
    vertical-align: top;
    width: 249px;
}
.shop-cll2 {
    vertical-align: top;
    width: 785px;
}

.filter-hdr {
    background: url('images/hdr.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #a4001b;
    font-size:20px;
}


.filter-hdr1 {
    background: url('images/hdr-products.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr2 {
    background: url('images/hdr-handle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr3 {
    background: url('images/hdr-bristle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr3-1 {
    background: url('images/trim_type.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr4 {
    background: url('images/hdr-cost.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr5 {
    background: url('images/hdr-filters.png');
    width: 803px;
    height: 31px;
    padding: 5px 10px 0px 10px;
    margin-bottom: -6px;
    margin-right: -31px;
    float:right;
    color: black; 
}
.filter-box {
    border: 1px solid #d5d5d5;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 207px;
    font-size: 12px;
    margin-bottom: 15px;
}
.filter-box .simpleinline {
    padding-right: 20px;
}
.filter-box input[type='checkbox'] {
    vertical-align: middle;
}
.box-border {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}
.box-border a {
    color: #000;
    text-decoration: none;
}
.filter-hdr5 .inline-5-12 a {
    margin: 0px 5px;
    color: black;
}
.filter-hdr5 .inline-5-12 a span {
    display: inline-block;
    padding-right: 5px;
    margin-left: 10px;
    vertical-align: middle;
}
.filter-hdr5 .inline-5-12 a img {
    display: inline-block;

    vertical-align: middle;
}
.filter-hdr5 .inline-3-12 a {
    color: #fff;
}
.shop-inline {
    display: inline-block;
    width: 31.3333%;
    margin: 1%;
}
.shop-inline img {
    border: 1px solid #e6e6e6;
}

/* 4.php */
.filter-main .inline-1-5 {
    vertical-align: middle;
}
.filter-main .inline-1-5:last-child {
    text-align: right;  
}
.filter-main .inline-1-5 img {
    width: 120px;
    border: 1px solid #e6e6e6;
}
.product-title {
    color: #000;
}
.product-invent {
    color: #7d7d7d;
}
.product-start {
    color: #7e7e7e;
}
.product-start span {
    color: #0b8902;
    font-weight: bold;
}
.product-view {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table {
    display: inline-block;
    margin: 2px 0px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table:hover, .product-view:hover {
    -webkit-filter: brightness(90%);
}


.hr-products {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}


/* 4.php */

.filter-hdr6 {
    background: url('images/hdr-filters.png');
    width: 823px;
    height: 36px;
    padding: 0px;
    margin-bottom: -6px;
    margin-right: -33px;
    float:right;
    color: #fff;
}
.table-col1 {
    border-left: 1px solid #d3d3d3;
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col2 {
    width: 206px;
    height: 36px;
    line-height: 36px;
}
.table-col3 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col4 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col5 {
    width: 206px;
    height: 36px;
    line-height: 31px;
}
.filter-hdr6 .table-col1, .filter-hdr6 .table-col2, .filter-hdr6 .table-col3, .filter-hdr6 .table-col4, .filter-hdr6 .table-col5 {
    height: 31px;
    line-height: 31px;
}  
.filter-hdr6 .table-col1 {
    border-left: 0px;
}
.filter-hdr6 .table-col5 {
    border-right: 0px;
}
.dark {
    background: #ededed;
}
.dark .simpleinline {
    vertical-align: middle;
}
.light {
    background: #f8f8f8;
}
.light .simpleinline {
    vertical-align: middle;
}
.table-col1, .table-col2, .table-col3, .table-col4, .table-col5 {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.light .simpleinline:last-child, .dark .simpleinline:last-child {
    padding: 0;
}


/* category.php */
.cat-img {
    border: 1px solid #e7e7e7;
}
.cat-hdr {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
}
.cat-hdr span {
    font-size: 24px;
    font-weight: bold;
    color: #058d00;
}
.cat-selects h2 {
    font-weight: normal;
    font-size: 18px;
    color: #494949;
    margin: 24px 0px 3px 0px;
}
.cat-selects select {
    width: 100%;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
    border-radius: 4px;
    padding: 5px 0px;
    margin-top: 5px;
}
.cat-col1 {
    vertical-align: middle;
    width: 120px;
}
.cat-col2 {
    vertical-align: middle;
    width: 225px;
    color: #000;
    font-weight: bold;
}

.cat-col23 {
    vertical-align: middle;
    width: 90px;
    color: #7d7d7d;
}

.cat-col3 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col4 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col5 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col6 {
    vertical-align: middle;
    width: 115px;
    color: #7d7d7d;
}
.cat-col7 {
    vertical-align: middle;
    width: 70px;
    color: #7d7d7d;
}
.cat-col8 {
    vertical-align: middle;
    width: 115px;
    text-align: right;
}

.cat-col1 input {
    vertical-align: middle;
}
.cat-col1 img {
    width: 90px;
    border: 1px solid #f4f4f4;
    vertical-align: middle;
}
.cat-col6 span {
    font-size: 18px;
    font-weight: bold;
    color: #058d00;
}
.cat-col7 span {
    font-size: 14px;
    font-weight: bold;
    color: #181818;
}
.addtocart {
    border: 0px;
    background: #19d303;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.addtocart:hover {
    -webkit-filter: brightness(90%);
}
.cat-table-head .simpleinline {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
}
.cat-hdr {
    text-align: right;
}

/* details.php */
.filter-hdr8 {
    background: url('images/hdr-like.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.details-img img {
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.details-inline {
    display: block;
    width: 80%;
    margin: 10px auto;
}
.details-inline img {
    border: 1px solid #e6e6e6;
}

.details-right {
    text-align: right;
}
.details-box {
    border: 1px solid #d5d5d5;
    background: #ededed;
    padding: 10px 20px;
    border-top: 0px;
    width: 205px;
    font-size: 12px;
    margin-bottom: 15px;
}
.price-pkg {
    color: #6a6a6a;
}
.price-pkg span {
    color: #078c00;
    font-size: 22px;
}
.price-sub {
    font-size: 12px;
}
.details-specs h2 {
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.justmobileh2 {
    display: none;
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.details-specs2 .inline-6-12:first-child {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}
.darkrow {
    background: #f2f2f2;
    padding: 5px 0px;
    margin-right: 20px;
}
.whiterow {
    background: #fff;
    padding: 5px 0px; 
    margin-right: 20px;
}


.darkrow2 {
    background: #f2f2f2;
    padding: 5px 0px;
    margin-left: 65px;
}
.whiterow2 {
    background: #fff;
    padding: 5px 0px; 
    margin-left: 65px;
}
#m1, #m2, #m3 {
    cursor: pointer;
}
#m1:hover, #m2:hover, #m3:hover {
    -webkit-filter: brightness(97%);
}
.view-details {
    background: #e0e9ed;
    padding: 10px;
    display: none;
}
.view-details .inline-8-12 {
    border-right: 1px solid #cccccc;
}
.view-details-container {
    background: #fff;
    padding: 10px;
}
.view-details-container .simpleinline {
    vertical-align: middle;
}
.arrow-details {
    position: absolute;
    bottom: 0;
    left: calc(50% - 17px);
}
.product-line {
    position: relative;
    padding: 5px 0px;
    cursor: pointer;
}
.product-line:hover {
    background: #e0e9ed;
}

.mobilecell {
    display:table-cell;
    border-top:1px solid #7b7b7b;
    padding:10px;
}

.borderleft {
    border-left:1px solid #7b7b7b;
}

.borderright {
    border-right:1px solid #7b7b7b;
}
.borderbottom {
    border-bottom:1px solid #7b7b7b;
}



#headertable {
    display:table;
    width:100%;
    table-layout: fixed;
    height:70px;
}

.headerleft
{
    position:absolute;
    margin-left:-33px;
    width:33px;
    height:59px;
    background: url("/images/header_left.png");
}

.headerright
{
    position:absolute;
    margin-left:1100px;
    width:33px;
    height:59px;
    background: url("/images/header_right.png");
}
.headerright2
{
    position:absolute;
    margin-left:525px;
    width:33px;
    height:59px;
    background: url("/images/header_right.png");
}

#headerlist, #headerlist2 {
    display:table;
    width:100%;
    table-layout:fixed;
    height:50px;
    background-color:#57a7c2;
    border:1px solid #7b7b7b;
    padding:5px;
    box-sizing:border-box;
    color: white;
}

#headerlist a {
    color: white;
}

#headerlist a:hover {
    text-decoration: none;
}

.itemlist-top {
    border-top:1px solid #7b7b7b;
}

.itemlist,.itemlist2 {
    width:100%;
    border-left:1px solid #7b7b7b;
    border-right:1px solid #7b7b7b;
    border-bottom:1px solid #7b7b7b;
    box-sizing:border-box;
}

.iteminfo {
    display:table-cell;
    width:auto;
    vertical-align:middle;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left:7px;
    box-sizing:border-box;
    overflow:hidden;
}


.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 18%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 80%;
    line-height: 25px;
}

.justmobile,.itemmobile,.itemmobile2,.itemtouch {display: none;}

@media(hover: none) {
    .itemtouch 
    {
	display:inline-block;
    }
}


@media(max-width: 1185px) {
    .headerleft, .headerright, .headerright2 {
	display:none;
    }
}


@media (max-width: 800px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
    .right75, .right30 {
	padding-right:0px;
    }
   .formswrapper,.formswrapper2 {
    	font-size:13px;
   }
    /*#hdr-container {
        background: rgba(174,174,174,1);
        background: -moz-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,174,174,1)), color-stop(100%, rgba(252,252,252,1)));
        background: -webkit-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -o-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -ms-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: linear-gradient(to bottom, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#fcfcfc', GradientType=0 );
    }*/
    #hdr, #topnav-container, #ftr, #midline-container, #topline-container, .inline-index1 {display: none;}
    .simplecell, #hdr-mob, #ftr-mob {display: block;}
    #bdy {
        width: 94%;
        margin: 3%;
        min-height: 0;
        padding: 0;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .inline-index3 {
        width: 100%;
        height: auto;
    }
    .inline-1-5 {
        width: 44%;
        margin: 3%;
        padding: 0;
    }
    .inline-half {
        width: 100%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }
    .inline-half .inline-4-12, .inline-half .inline-5-12 {
        text-align: left;
    }

    /* wizard.php */
    .bdy-wizard {
        margin: 0;
        padding: 0;
    }
    .inline21 {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .wizard-wrapper .inline-container {
        text-align: left;
    }
    .inline21 .inline-2-12, .inline22 .inline-2-12, .inline23 .inline-2-12 {
        width: 50px;
    }


    /* products */
    .shop-cll1 {
        display: none;
    }
    .shop-cll2 {
        width: 100%;
    }
    .filter-hdr5 {
        display: none;
    }
    .filter-main .inline-1-5 {
        width: 100%;
        margin: 0;
    }

    /* 6.php */
    .cat-table-head {
        display: none;
    }
    .cat-col1, .cat-col2, .cat-col3, .cat-col4, .cat-col5, .cat-col6, .cat-col7, .cat-col8 {
        width: 100%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }
    .cat-hdr {
        text-align: left;
    }

    /* 7.php */
    .details-img .inline-4-12 {
        width: 32.6%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .details-right {
        text-align: left;
    }
    .whiterow, .darkrow, .whiterow2, .darkrow2 {
        width: 100%;
        margin: 0;
    }
    .details-specs h2 {
        margin: 10px 0px 0px 0px;
    }
    .details-specs2 .inline-6-12:first-child {
        border-right: 0px solid #cccccc;
        box-sizing: border-box;
    }
    .justmobileh2 {
        display: block;
    }
    .whiterow .simpleinline, .darkrow .simpleinline, .whiterow2 .simpleinline, .darkrow2 .simpleinline {
        margin: 5px 0px;
    }


    .justmobile,.itemmobile {display: block;}

    .itemmobile2 {
	display:block;
	background-color: #e7f4fa;
    }

    .nomobile, #headertable, #headerlist, .itemlist {display: none;}

    .itemmobile:hover, .itemmobile2:hover {
      background-color: #edf9ff;
    }
}
