body {
    background:#ffffff;
    color:#333333;
    font-size:14px;
    line-height:17px;
    font-family:Calibri, sans-serif;
}
p,
table {
    margin:0px 0px 15px 0px;

}
strong,
b {
    font-weight:bold;
}
hr {
    border-bottom:1px dotted #003568;
    border-top:none;
    border-left:none;
    border-right: none;
}
ul, ol {
    margin-bottom:10px;
    margin-left:25px;
}
ul li {
    list-style:square;
    padding-left:5px;
    padding-bottom:5px;
}
ol li {
    list-style:decimal;
    padding-left:5px;
    padding-bottom:5px;
}

table, th, td {
  border-spacing:5px;
  padding: 5px;
}


.mobile-home {
  background-color: #a4a2a1;
  border: none;
  color: white;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
    cursor: pointer;
}


.copy-home {
 
  color: #a4a2a1;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;

}



.asterisk {
    color:#d40732; 
}




.container {
  	display: grid;
  	grid-template-columns: 50% 50%;
	background-color: #003568;
 
}



input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea {
    border:1px solid #DCD9D9;
    padding:7px 5px 6px 4px;
    font-size:13px;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    text-align:left;
    display:inline-block;
}
input[type="text"] {
    width:301px;
}
input[type="password"]{
    width:301px;
}
input[type="number"] {
    width: 50px;
}
select {
    width: 310px;
}
textarea {
    height: 250px;
    width: 301px;
}
a:link,
a:visited,
a:active {
    text-decoration:none;
    color:#003568;
}
a:hover {
    text-decoration: none;
    color:#000000;
}
#site-container {
    width:100%;
}
#preview-build {
    background-color:#343534;
    color:#e2e2e2;
    font-size:12px;
    text-align:center;
    padding:10px;
}
#header-wrap {
    height:120px;
    width:100%;

    background-color:#ffffff;
}
#header-inner {
    margin:0 auto;
    position:relative;
    height:120px;
    width:1050px;
}
#header-inner #logo {
    position:absolute;
    left:0px;
    top:16px; 
    width:178px;
    height:85px;
}
#header-inner #logo a{
   width:178px;
    height:85px;
  display:block;

}

#header-inner #av-welcome {
      /* padding-top: 16px; */
    font-size: 13px;
    float: left;
    position: absolute;
    top: 58px;
    right: 0;
}
#header-inner #av-social-networking {
    padding-top:9px;
    margin-right:9px;
    float:left;
    width:200px;
}
#header-inner #av-social-networking img {
    margin-right:5px;
}
#cart-summary {
    position:absolute;
    top:68px;
    right:0px;
    font-size:13px;
}
#cart-summary #cart-box {
    position:relative;
    width:600px;
}
#header-inner .clickable-cart {
    position:absolute;
    top:83px;
    right:60px;
    width:270px;
    text-align:right;
    z-index:10000;
    cursor:pointer;
}
#header-inner .clickable-cart img {
    top:68px;
    right:60px;
    width:310px;
    height:20px;
}
#cart-box .cart {
    position:absolute;
    top:16px;
    right:29px;
    width:350px;
    text-align:right;
}
#search-box {

    position:absolute;
    right:0px;
    top:20px;
    float:left;
}
#search-box table {
 border-spacing:0px;
}
#search-box td {
  
    height:30px;
    padding:0px;
    margin:0px;
}
#search-box input {
    border:1px solid #828282;
    width:200px;
    padding:5px 5px 5px 4px;
    font-size:15px;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    text-align:left;
    display:inline-block;
    height: 30px;
}

#home-wrap,
#content-wrap {
    width:100%;
    background-color:#ffffff;
    border-top:0px solid #ffffff;
    font-size:14px !important;
}
#home-inner {
    margin:0 auto;
    width:1050px;
    background-color:#ffffff;
    padding-bottom:0px;
    font-size:16px;
}
#home-text {
    padding-top:0px;
}
#content-inner {
    margin:0 auto;
    width:1050px;
    background-color:#ffffff;
    border-left:#dfdfdf 1px solid;
    border-right:#dfdfdf 1px solid;
}
#content-inner #one-col {
    padding:20px;
}
#content-inner #left-column-wide {
    width:734px;
    float:left;
    background-color:#ffffff;
    padding:20px;
}
#content-inner #right-column-summary {
    width:275px;
    float:right;
}
#content-inner #left-column {
    width:275px;
    float:left;
    background-color:#ffffff;
}
#content-inner #right-column {
    width:734px;
    float:right;
    padding:20px;
}
#content-inner #right-column #right-inner {
    padding:20px;
}
#contact-page {
    position:relative;
}
#contact-page #left-details,
#login-page #left-details {
    float:left;
    width:300px;
    text-align:left;
}
#contact-page #right-details,
#login-page #right-details {
    width:600px;
    float:left;
    text-align:left;

  
}
#contact-page #right-details-right {
    width:500px;
    float:right;
    text-align:right;
}
.form_table td.first-td {
    width:140px;
}
.form_table td {
    width:140px;
    padding:2px 0px;
}

  


h1,h2,h3,h4,h5,h6 {
    margin:0px 0px 15px 0px;
    line-height:110%;
    color:#003568;
}
h1 {
    font-size:18px;
    border-bottom:1px dotted #003568;
}
h2 {
    font-size:16px;
}
h3 {
    font-size:15px;
}
h4 {
    font-size:14px;    
}
h5 {
    font-size:13px;
}
h6 {
    font-size:14px;
}
h7 {
    font-size:24px;
  color:#003568;
  font-weight: bold;
}
h8 {
    font-size:16px;
  color:#003568;
  font-weight: bold;
}
#heading-wrap {
    width:100%;
    background-color:#f7f7f7;
    border-bottom:1px solid #d9d9d9;
}
#heading-one {
    padding:15px 0px 15px 0px;
    margin:0 auto;
    position:relative;
    width:1050px;
    color:#003568;
}
#heading-one .breadcrumbs-title {
    font-size:10px;
    padding-left:3px;
    color:#003568;
}
#heading-one .heading {
    padding:5px 0px 10px 0px;
    font-size:25px;
    font-weight:400;
}
#heading-one .breadcrumbs-title a:link,
#heading-one .breadcrumbs-title a:visited,
#heading-one .breadcrumbs-title a:active {
    text-decoration:none;
    color:#aaa6a6;
}
#heading-one .breadcrumbs-title a:hover {
    color: #000000;
}
#breadcrumbs {
    margin-bottom:5px;
    padding:10px;
    color:#ffffff;
    font-size:13px;
    background-color:#f6a067;
}
#breadcrumbs a:link,#breadcrumbs a:visited,#breadcrumbs a:active {
    text-decoration:none;
    color:#ffffff;
}
#breadcrumbs a:hover {
    color:#ffffff;
}
#results ul,
.alternatives ul {
    list-style:none;
    margin:0px;
    font-size:12px;
    padding:0px;
}
#home-inner #results ul li {
    margin-bottom: 25px;
}
.list li {
    border-bottom:1px dotted #d9d9d9;
    list-style:none;
    height:72px;
    padding:5px 0px;
}
.list li .grid-box {
    float:left;
    height:72px;
    position:relative;
    width:734px;
}
.list li .grid-box .grid-img {
    border:1px solid #e0e0e0;
    width:70px;
    height:70px;
    position:relative
}
.list li .grid-box .grid-img img {
    width:70px;
    height:70px;
    position:absolute;
    top:0px;
    left:0px;
}
.list li .grid-box .grid-img .sale {
    width:50px;
    height:50px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
}
.list li .grid-box .grid-img .sale img {
    width:50px;
    height:50px;
    position:absolute;
    top:0px;
    left:0px;
}
.list li .grid-box .grid-text {
    width:500px;
    text-align:left;
    position:absolute;
    top:0px;
    left:82px;
    height:70px;
    vertical-align:middle;
}
.list li .grid-box .grid-desc {
    height:12px;
    line-height:11px;
    font-size:12px;
}
.list li .grid-box .grid-code {
    text-align:left;
    margin-bottom:2px;
    font-size:12px;
    margin-top:0px;
}
.list li .grid-box .grid-favs {
    font-size:12px;
    position:absolute;
    bottom:3px;
    left:182px;
    text-align:right;
    height:12px;
    padding:0px;
}
.list li .grid-box .grid-avail {
    font-size:12px;
    position:absolute;
    bottom:0px;
    left:82px;
    text-align:right;
    height:16px;
    padding:0px
}
.list li .grid-box .grid-stars {
    position:absolute;
    left:82px;
    bottom:17px;
    width:80px;
    height:20px;
}
.list li .grid-box .grid-price {
    color:#414240;
    position:absolute;
    top:0px;
    right:0px;
    text-align:right;
    line-height:14px;
}
.list li .grid-box .grid-price .price {
    font-size:18px;
    font-weight:bold;
}
.list li .grid-box .grid-price .tax {
    font-size:10px;
}
.list li .grid-box .more-btn {
    color:#ffffff;
    position:absolute;
    bottom:5px;
    right:0px;
}
.list li .grid-box .add-table {
    position:absolute;
    bottom:0px;
    right:100px;
    margin-bottom:0px;
}

.grid li {
    float:left;
    list-style:none;
    text-align:center;
    margin:0px;
    padding:0px;
}
.grid li .grid-box {
    width:232px;
    float:left;
    height:395px;
    position:relative;
}
.grid li.one-list-box .grid-box,
.grid li.two-list-box .grid-box {
    margin: 20px 19px 0px 0px;
}
.grid li.three-list-box .grid-box {
    margin: 20px 0px 0px 0px;
}
.grid li.one-fav-box .grid-box,
.grid li.two-fav-box .grid-box {
    margin:0px 19px 20px 0px;
}
.alternatives .grid li.one-alt-box .grid-box {
    margin:0px 26px 20px 0px;
}
.grid li.three-fav-box .grid-box,
.alternatives .grid li.two-alt-box .grid-box {
    margin:0px 0px 20px 0px;
}
#home-inner #results .grid li#one-box .grid-box,
#home-inner #results .grid li#two-box .grid-box,
#home-inner #results .grid li#three-box .grid-box {
    margin: 25px 40px 0px 0px;
}
#home-inner #results .grid li#four-box .grid-box {
    margin: 25px 0px 0px 2px;
}
.grid li .grid-box .grid-img {
    border:1px solid #e0e0e0;
    width:230px;
    height:230px;
    position:relative
}
.grid li .grid-box .grid-img img {
    position:absolute;
    top:0px;
    left:0px;
}
.grid li .grid-box .grid-img .sale {
    width:100px;
    height:100px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
}
.grid li .grid-box .grid-img .sale img {
    width:100px;
    height:100px;
    position:absolute;
    top:0px;
    left:0px;
}
.grid li .grid-box .grid-text {
    width:232px;
    font-size:12px;
    text-align:center;
}
.grid li .grid-box .grid-desc {
    height:41px;
    line-height:13px;
    margin-bottom:5px;
    font-size:12px;
}
.grid li .grid-box .grid-code {
    text-align:center;
    margin-bottom:3px;
    margin-top:5px;
    font-size:12px;
}
.grid li .grid-box .grid-favs {
    font-size:12px;
    position:absolute;
    bottom:64px;
    left:0px;
    text-align:left;
}
.grid li .grid-box .grid-stars {
    position:absolute;
    left:75px;
    bottom:94px;
    width:80px;
    height:16px;
}  
.grid li .grid-box .grid-avail {
    font-size:13px;
    position:absolute;
    bottom:46px;
    left:0px;
}
.grid li .grid-box .grid-price {
    color:#414240;
    position:absolute;
    bottom:50px;
    right:0px;
    text-align:right;
    line-height:14px;
}
.grid li .grid-box .grid-price .price {
    font-size:18px;
    line-height:18px;
    font-weight:bold;
}
.grid li .grid-box .grid-price .tax {
    font-size:10px;
    line-height:12px;
}
.grid li .grid-box .more-btn {
    color:#ffffff;
    position:absolute;
    bottom:5px;
    right:-6px;
}
.grid li .grid-box .add-table {
    position:absolute;
    bottom:0px;
    left:0px;
    margin-bottom:0px;
}
.grid li .grid-box .add-table input,
.product-info .product-add input {
    border:1px solid #f47521;
    width:26px;
    padding:9px 2px 9px 2px;
    font-size:13px;
    text-align:center;
    display: inline-block;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
}

.list li .grid-box .add-table input,
.grid li .grid-box .add-table input,
.product-info .product-add input {
    border:1px solid #f47521;
    width:26px;
    padding:9px 2px 9px 2px;
    font-size:13px;
    text-align:center;
    display: inline-block;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
}

.list-controls,
#list-controls-bottom {
    width:100%;
    position:relative;
    height:60px;
    background-color:#eae8e8;
    font-size:13px;
}
.sortby {
    position:absolute;
    top:14px;
    left:10px;
    width:260px;
}
.sortby select {
    width:170px;
}
.per_page {
    position:absolute;
    top:14px;
    right:220px;
}
.per_page select {
    width:70px;
}
.pagination {
    width:180px;
    position:absolute;
    top:14px;
    right:10px;
}
#blogs-list {
    position:relative;
    height:30px;
}
#blogs-list .blogs-pagination {
    width:180px;
    height:30px;
}
#blogs-list .blogs-pagination .pagination {
    width:180px;
    position:absolute;
    top:0px;
    right:0px;
}
#orders-list {
    position:relative;
    height:30px;
}
#orders-list .pagination {
    width:180px;
    position:absolute;
    top:0px;
    right:0px;
}
.next-page, 
.prev-page {
    float:right;
    width:19px;
    margin-top:6px;
}
.page-of {
    min-width:80px;
    float:right;
    padding-left:5px;
    padding-right:5px;
}
.page-of input,
.sortby select,
.per_page select {
    margin-bottom:4px;
    outline: 0 none;
    position:relative;
    font-size:13px;
    line-height:18px;
    padding:5px;
}
.page-of input {
    text-align:center;
    width:30px;
}
.buttons {
    position:absolute;
    top:14px;
    left:270px;
}
.buttons img {
    margin-top:6px;
    margin-right:5px;
    cursor:pointer;
}
#facet {
    position:relative;
    margin:20px 0px 20px 20px;
    width:253px;
    border:1px solid #f6a067;
}
#facet_selections ul.select-side {
    margin:0px;
    padding-left:0px;
}
#facet_selections ul.select-side li {
    list-style:none;
    font-size:12px;
    padding:3px 10px 3px 10px;
    border-bottom:1px solid #dfdfdf;
    background-color:#F8F8F6;
}
#facet .facet-title {
    padding:10px;
    color:#ffffff;
    font-size:14px;
    border-bottom:solid #ffffff 1px;
    background-color:#f6a067;
}
#facet .facet-row {
    font-size:12px;
    border-bottom:1px solid #dfdfdf;
    background-color: #F8F8F6;
}
#facet .facet-row a,
#facet .facet-row a:link,
#facet .facet-row a:active,
#facet .facet-row a:visited {
    padding:5px 10px 5px 10px;
    width:233px;
    display:block;
    color:#f6a067;
}
#facet .facet-row a:hover {
    color:#ffffff;
    background-color:#f6a067;
}
#facet .facet-row .count {
    color:#5b5b5b;
}
.facet-module .after20,
.facet-module .showless,
.facet-module.showall .showmore {
    display:none;
}

.facet-module.showall .after20,
.facet-module.showall .showless {
    display:block;
}
.moreless {
    font-size:12px;
    border-bottom:1px solid #dfdfdf;
    background-color: #F8F8F6;
}
.moreless a,
.moreless a:link,
.moreless a:active,
.moreless a:visited {
    padding:5px 10px 5px 10px;
    width:233px;
    display:block;
    color:#f47521;
    font-weight:bold;
}
.moreless a:hover {
    color:#ffffff;
    background-color:#f47521;
}

#right-column .catbox {
    font-size:12px;
    max-width:120px;
    float:left;
    height:170px;
    text-align:center;
}
#right-column .one-cat-box {
    margin:15px 19px 5px 0px;
}
#right-column .two-cat-box {
    margin:15px 0px 5px 0px;
}
#right-column .catbox img {
    border: 1px solid #e0e0e0;
}
#drill {
    position:relative;
    margin:20px 0px 20px 20px;
    width:253px;
    border:1px solid #f6a067;
}
#drill .drill-title {
    padding:10px;
    color:#ffffff;
    font-size:14px;
    border-bottom:solid #ffffff 1px;
    background-color:#003568;
}
.drill-title a:link,
.drill-title a:visited,
.drill-title a:active {
    color:#ffffff;
}

#drill ul.cat-list {
    list-style:none;
    margin:0px;
    padding:0px;
}
#drill ul.cat-list li {
    list-style:none;
    padding:0px;
    margin:0px;
}
#drill ul.cat-list li.li0 a,
#drill ul.cat-list li.li0 a:link,
#drill ul.cat-list li.li0 a:visited,
#drill ul.cat-list li.li0 a:active{
    font-size:12px;
    border-bottom:1px solid #dfdfdf;
    background-color:#F8F8F6;
    display:block;
    width:233px;
    padding:4px 10px 5px 10px;
    color:#003568;
}
#drill ul.cat-list li.li0 a:hover{
    color:#ffffff;
    background-color:#003568;
}
#drill ul.cat-list li.li1 a,
#drill ul.cat-list li.li1 a:link,
#drill ul.cat-list li.li1 a:visited,
#drill ul.cat-list li.li1 a:active{
    font-size:12px;
    width:223px;
    padding:4px 10px 5px 20px;
    color:#7a7a7c;
}
#drill ul.cat-list li.li1 a:hover{
    color:#7a7a7c;
    background-color:#d6d4d4;
}
#drill ul.cat-list li.li2 a,
#drill ul.cat-list li.li2 a:link,
#drill ul.cat-list li.li2 a:visited,
#drill ul.cat-list li.li2 a:active{
    font-size:12px;
    width:213px;
    padding:4px 10px 5px 30px;
    color:#7a7a7c;
}
#drill ul.cat-list li.li2 a:hover{
    color:#7a7a7c;
    background-color:#edecec;
}

#locator-side {
    background-color:#F8F8F6;
    height:570px;
    border:1px solid #f6a067;
}
#locator-side .locator-title {
    font-size:13px;
    padding:5px 10px;
    color:#ffffff;
    background-color:#f6a067;
}
#addressSearchButton {
    margin:8px 0px;
}
#map-canvas {
    overflow:visible;
    width:728px;
    height:570px;
    border:1px solid #98989a;
}
#map-sidebar {
    float:left;
    width:260px;
    height:365px;
    font-size:12px;
    color:#000;
    overflow:auto;
    overflow-x:hidden;
    -ms-overflow-x:hidden
}
#map-sidebar div {
    width:100%;
    padding:10px 10px 10px 10px;
    border-bottom:1px dotted #dfdfdf;
    background-color:#ffffff;
    font-size:12px;
}
#locator-input input {
    border:1px solid #dcd9d9;
    width:225px;
    padding:4px 4px 4px 4px;
    font-size:12px;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    text-align:left;
    display:inline-block;
    margin:10px;
}
#locator-side select {
    border:1px solid #dcd9d9;
    width:110px;
    padding:4px 4px 4px 4px;
    font-size:12px;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    text-align:left;
    display:inline-block;
    margin: 10px 0px 0px 10px;
}
.pro_pdf img {
  vertical-align: middle;
  margin-right: 5px;
}

.pro_pdf {
  clear: both;
}
#product-share {
    width:400px;
    height:36px;
    float:left;
    margin-bottom:20px;
    margin-top:10px;
}
#image-box {
    width:534px;
    float:left;
}
#image-box #product-image {
    width:400px;
    height:400px;
    border:1px solid #dfdfdf;
    float:left;
    line-height:0;
    position:relative;
  margin-bottom:10px;
}
#image-box #product-image .sale {
    position:absolute;
    top:0px;
    left:0px;
    width:100px;
    height:100px;
    z-index:100;
}
#image-box #multiple-images {
    float:right;
    width:120px;
}
#image-box #multiple-images img {
    float:right;
    border:1px solid #dfdfdf;
    margin-bottom:8px;
    margin-left:8px;
}
#info-box {
    width:442px;
    float:right;
}
#info-box hr {
    margin-top:15px;
    margin-bottom:15px;
}
#info-box .product-info {
    width:400px;
    border:1px solid #c4c0c0;
    padding:20px;
    background-color:#eae9e9;
    font-size:12px;
    background:url(/ts1753233196/attachments/StyleSheet/3/product.png);
    background-repeat:repeat-x;
    position:relative;
    margin-bottom:20px;
}
#info-box .product-info .left-info {
    width:300px;
    font-size:12px;
}
#info-box .product-info .left-info-small {
    width:250px;
    font-size:12px;
    min-height:110px;
    height:auto !important;
    height:90px;
} 
#info-box #SCS {
    font-size:12px;
}
#info-box #SCS .scs-select-title{
    font-weight:bold;
    padding-bottom:3px;
}
#info-box #SCS .scs-select-box select{
    width:160px;
}
#info-box #SCS .scs-select-swatches{
    padding-bottom:5px;
}
#info-box #SCS .scs-select-swatches img{
    float:left;
    width:30px;
    height:30px;
    margin-right:5px;
    border: 2px solid #c1c0c0;
}
#info-box #SCS .scs-select-swatches img.selected{
    border: 2px solid #666666;
}
#info-box .product-info .uom-info {
    width:200px;
    font-size:12px;
    float:left;
}
#info-box .product-info .uom-info .uoms select {
    width:100px;
}
#info-box .product-info .product-price {
    position:absolute;
    top:50px;
    right:20px;
    font-size:12px;
    font-weight:bold;
    color:#414240;
    text-align:right;
}
#info-box .product-info .product-reviews {
    position:absolute;
    top:20px;
    right:20px;
    font-size:12px;
    text-align:right;
}
#info-box .product-info #price-breaks {
    font-size:10px;
    margin-bottom:0px;
    border:1px solid #f47521;
}
#info-box .product-info #price-breaks td {
    padding:1px 4px;
    background-color:#ffffff;
}
#info-box .product-info #price-breaks .breaks-head td {
    background-color:#f6a067;
    border-bottom:1px solid #f47521;
    padding:2px;
    color:#ffffff;
    text-align:center;
}
#info-box .product-info .product-code {
    font-weight:bold;
    font-size:15px;
    padding-bottom:10px;
    color:#f47521;
}
#info-box .product-info .product-add {
    float:right;
    width:125px;
    text-align:right;
}
#info-box .product-info .add-table {
    margin:0px;
}
#info-box .product-info #freight-table {
    font-size:12px;
    margin-bottom:0px;
}
#info-box .product-info #freight-table td.dots {
    border-right:1px dotted #b2b1b1;
    padding-right:10px;
}
#info-box .product-info #freight-table input {
    width:70px;
    margin:3px 0px 5px 0px;
}
#info-box .product-info #freight-table .freight-options {
    color:#f47521;
}
#review_table table {
    margin-bottom:0px;
}
table#review_table table td {
    vertical-align:middle;
}
#review_table .review-text input {
    width:250px;
    margin:3px 20px 5px 0px;
}
#review_table textarea {
    width:250px;
    margin:3px 0px 5px 0px;
}
h1.product-page {
    border-bottom:1px dotted #f47521;
}
#blogs-list .backtotop {
    width:180px;
    position:absolute;
    top:0px;
    left:0px;
}
#blog-search-box {
    margin-top:20px;
    margin-left:20px;
}
#blog-search-box table {
    border-spacing:0px;
}
#blog-search-box td {
    vertical-align:top;
    height:27px;
    padding:0px;
    margin:0px;
}
#blog-search-box input {
    border:1px solid #828282;
    width:213px;
    padding:5px 5px 5px 4px;
    font-size:15px;
    color:#7a7a7a;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    text-align:left;
    display:inline-block;
    height: 19px;
}
h2.news,
h1.news{
    margin:0px;
}
#article-share {
    width:400px;
    height:36px;
    float:right;
    text-align:right;
}
table.news-posts {
    margin-bottom:20px;
    width:100%;
}
table.news-posts td.news_image {
   width:170px;
}
table.news-posts img {
    width:150px;
    margin-right:20px;
}
table.news-posts td {
    border-bottom:1px dotted #dfdfdf;
    padding-bottom:20px;
}
table.blog-post img {
    width:200px;
    margin-left:20px;
    margin-bottom:20px;
}
table.blog-post td {
    border-bottom: 1px dotted #dfdfdf;
}
.cart-steps {
    color:#d9d9da;
}
.summary-boxes {
    position:relative;
    margin:20px 20px 20px 0px;
    width:255px;
}
.summary-boxes .summary-title {
    padding:10px;
    color:#ffffff;
    font-size:14px;
    border-bottom:solid #ffffff 1px;
    background-color:#f6a067;
}
table.summary-cart {
    margin:0px;
    width:100%;
    text-align:left;
    font-size:12px;
}
table.summary-cart td {
    vertical-align:middle;
    background-color:#F8F8F6;
    border-bottom:1px solid #dfdfdf;
    padding:5px 10px;
}
table.summary-cart th {
    background-color:#98989a;
    padding:10px;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}
table.summary-cart th a:link,
table.summary-cart th a:visited,
table.summary-cart th a:active {
    text-decoration:none;
    color:#ffffff;
}
table.summary-cart th a:hover {
    color:#000000;
}
table.summary-cart td.total-block {
    background-color:#3a3939;
    color:#ffffff;
    padding:5px 10px;
    border-bottom:1px solid #a6a4a4;
}
table.summary-cart td.grand {
    font-weight: bold;
    color:#f6a067;
}
.checkout-title {
    color:#ffffff;
    font-size:15px;
    padding:9px 20px 10px 10px;
    background-repeat:repeat-x;
    margin:0px 0px 20px 0px;
    background-color:#f6a067;
}
table.checkout-table {
    margin:0px;
    width:100%;
    text-align:left;
}
table.checkout-table th {
    background-color:#98989a;
    padding:10px;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}
table.checkout-table td {
    vertical-align:middle;
    background-color:#f1f1f1;
    border-top:1px solid #dfdfdf;
    padding:5px 10px;
}
table.checkout-table td.freight-cell {
    padding:20px 20px 5px 20px;
    border-top:none;
    vertical-align:top;
    width:350px;
}
table.checkout-table td.template-cell {
    padding:20px 20px 5px 20px;
    border-top:none;
    vertical-align:top;
}
table.checkout-table td div#freight_estimate{
    border-top:1px dotted #b2b1b1;
    padding-bottom:10px;
    float:left;
}
table.checkout-table td #freight_estimate div{
    border-bottom:1px dotted #b2b1b1;
    padding-bottom:10px;
    padding-top:10px;
    float:left;
    width:100%;
}
table.checkout-table .refresh-cell {
    padding-left:0px;
    padding-right:0px;
}
table.checkout-table .refresh-button {
    border:none;
    background:none;
    width:16px;
    height:16px;
    cursor:pointer;
    padding:0px;
    margin:0px;
}
table.checkout-table .kit-row1 td, 
table.checkout-table .kit-row2 td{
    vertical-align:middle;
    background-color:#fbfbfb;
    border-bottom:1px solid #dfdfdf;
    padding:5px 10px;
}
table.checkout-table .cart-img {
    line-height:0;
}
table.checkout-table .cart-img img {
    border:1px solid #E0E0E0;
    height:50px;
    width:50px;
}
table.checkout-table input[type="text"],
table.checkout-table input[type="number"] {
    color:#7A7A7A;
    display:inline-block;
    font-size:13px;
    padding:7px 5px 6px 4px;
    text-align:left;
    border:1px solid #DCD9D9;
    width:300px;
    font-family:Calibri,Helvetica,Arial,sans-serif;
}
table.checkout-table input.radio-button {
    width:20px;
}
table.checkout-table td.dates input {
    width:50px;
    margin-left:5px;
}
table.checkout-table input#estimate-freight-postcode{
    width:80px;
}
table.checkout-table td.ccv input {
    width:50px;
}
table.checkout-table .cart-qty {
    width:52px;
}
table.checkout-table td.cart-over{
    text-align:center;
}
table.checkout-table .cart-over input {
    width:70px;
    border:1px solid #DCD9D9;
    text-align:center;
}
table.checkout-table .cart-qty input {
    width:50px;
    border:1px solid #DCD9D9;
    text-align:center;
}
table.checkout-table td.total-block {
    background-color:#3a3939;
    color:#ffffff;
    font-size:13px;
    padding:10px;
    border-top:1px solid #a6a4a4;
}
table.checkout-table td.total-block-top {
    background-color:#3a3939;
    color:#ffffff;
    font-size:13px;
    padding:10px;
    border-top:1px solid #3a3939;
}
table.checkout-table td.grand {
    font-weight:bold;
    color:#f6a067;
    font-size:18px;
}
table.checkout-table td.total-line-top {
    background-color:#e0dede;
    padding:10px;
    border-top: 1px solid #777676;
}
table.checkout-table td.total-line {
    background-color:#e0dede;
    padding:10px;
    border-top: 1px solid #a6a4a4;
}
table.checkout-table td .input-table {
    margin:0px;
}
table.checkout-table td .input-table td {
    border-top:none;
    padding:0px;
    margin:0px;
}
.paypal-btn {
    padding:0px;
    margin:0px;
    width:148px;
    border:0px;
    cursor:pointer;
}

#account-menu {
    position:relative;
    margin:20px 0px 20px 20px;
    width:253px;
    border:1px solid #f6a067;
}
#account-menu .account-title {
    padding:10px;
    color:#ffffff;
    font-size:14px;
    border-bottom:solid #ffffff 1px;
    background-color:#f6a067;
}
#account-menu .account-title a:link,
#account-menu .account-title a:visited,
#account-menu .account-title a:active {
    text-decoration:none;
    color:#ffffff;
}
#account-menu .account-title a:hover {
    color:#ffffff;
}
#account-menu ul.account-list {
    margin:0px;
}
#account-menu ul.account-list li {
    list-style:none;
    font-size:12px;
    margin-left:0px;
    padding:0px 0px;
    background-color:#F8F8F6;
    border-bottom:1px solid #dfdfdf;
}
#account-menu ul.account-list li:hover {
    color:#ffffff;
    background-color:#f6a067;
}
#account-menu ul.account-list li a:link,
#account-menu ul.account-list li a:active,
#account-menu ul.account-list li a:visited {
    text-decoration:none;
    width:235px;
    padding:5px 10px 5px 10px;
    display:block;
}
#account-menu ul.account-list li a:hover {
    color:#ffffff;
    text-decoration:none;
    width:235px;
    display: block;
}
table.account_table .pagination a:link,
table.account_table .pagination a:visited,
table.account_table .pagination a:active {
    color:#dfdfdf;
}
table.account_table .pagination a:hover {
    color:#000000;
}
table.account_table {
    margin:0px;
    width:100%;
    text-align:left;
}
table.account_table th {
    background-color:#98989a;
    padding:10px;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}
table.account_table th.lighter-header {
    background-color:#bebdbd;
}

table.account_table td {
    vertical-align:middle;
    background-color:#F1f1f1;
    border-bottom:1px solid #DFDFDF;
    padding:5px 10px;
}
table.account_table td input#user_newsletter_params_marketing_opt_in_off,
table.account_table td input#user_newsletter_params_marketing_opt_in,
input#newsletter_signup {
    width:15px;
}
table.form_table td.check {
    padding-bottom:10px;
}
table.account_table .account_footer td {
    text-align:left;
    font-weight:bold;
    background-color: #dfdfdf;
}
table#fast_table {
    margin:0px;
    width:100%;
    text-align:left;
}
table#fast_table th {
    background-color:#98989a;
    padding:10px;
    font-size:14px;
    text-align:left;
    color:#ffffff;
}
table#fast_table td {
    vertical-align:middle;
    background-color:#f1f1f1;
    border-bottom:1px solid #dfdfdf;
    padding:5px 10px;
}
table#fast_table .fast_total td {
    font-weight:bold;
    background-color:#dfdfdf;
    text-align:right;
    color:#3b3c3c;
    font-size:14px;
}
table#fast_table .qty {
    text-align: center;
}
table#fast_table input[type="text"] {
    width:200px;
}
table#fast_table .qty input {
    width:50px;
}

table#template_table {
    margin:0px;
    width:100%;
    text-align:left;
}
table#template_table th {
    background-color:#98989a;
    padding:10px;
    font-size:14px;
    text-align:left;
    color:#ffffff;
}
table#template_table td {
    vertical-align:middle;
    background-color:#f1f1f1;
    border-bottom:1px solid #dfdfdf;
    padding:5px 10px;
}
table#template_table .temp_footer td {
    text-align:left;
    font-weight:bold;
    background-color:#dfdfdf;
}
table#template_table .section_header td {
    background-color:#bebebd;
    padding:10px;
    color:#ffffff;
}
table#template_table .uom select {
    width:100px;
}
#template_table td input[type="number"] {
    width:50px;
    text-align:center;
}
#template_table td.override input {
    width:70px;
    text-align:center;
}

.ac_results {
    padding:0px;
    border:1px solid #98989A;
    background-color:#ffffff;
    overflow:hidden;
    z-index:99999;
}
.ac_results ul {
    width:100%;
    list-style-position:outside;
    list-style:none;
    padding:0;
    margin:0;
}
.ac_results li {
    margin:0px;
    padding:2px 5px;
    cursor:default;
    display:block;
    font:menu;
    font-size:12px;
    line-height:16px;
    overflow:hidden;
}
.ac_loading {
    background:white url('/avenue_assets/images/indicator.gif') right center no-repeat;
}
.ac_odd {
    background-color:#eeeeee;
}
.ac_over {
    background-color:#98989A;
    color: #ffffff;
}
#overlay_dialog {
    visibility:hidden;
}
#overlay_dialog>.message {
    opacity:1;
    position:fixed;
    top:50%;
    left:50%;
    width:600px;
    min-height:40px;
    margin-left:-303px;
    margin-top:-200px;
    z-index:9999;
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#EAEAE3;
    cursor:pointer;
    text-align:center;
}
#overlay_dialog>.message .loader {
    padding:15px 15px 15px 15px;
}
#overlay_dialog>.message .load-box {
    background-color:#ffffff;
}
#overlay_dialog>.background {
    position:fixed;
    background-color:#000000;
    opacity:0.3;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 9998;
}
#overlay_dialog .content p{
}
#overlay_dialog .not_updated {
    padding:70px 10px 20px 10px;
    text-align:left;
}
#overlay_dialog .not_updated p {
}
#overlay_dialog .notices {
    padding:70px 10px 20px 10px;
    text-align:left;
}
#overlay_dialog .warnings {
    padding:70px 10px 20px 10px;
    text-align:left;
}
.box-info {
    padding:17px 15px 17px 70px;
    text-align:left;
    background-color:#EAEAE3;
    font-size:14px;
}
.added {
    background:url(/ts1753233196/attachments/StyleSheet/3/add.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#EAEAE3;
}
.deleted {
    background:url(/ts1753233196/attachments/StyleSheet/3/delete.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#EAEAE3;
}
.updated {
    background:url(/ts1753233196/attachments/StyleSheet/3/updated.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#EAEAE3;
}
.info {
    background:url(/ts1753233196/attachments/StyleSheet/3/info.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#EAEAE3;
}
.pop-table {
    background-color:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
}
table.add-popup {
    border-top:1px solid #e3e3e1;
    width:100%;
    margin-bottom:0px;
}
.add-popup td {
    border-bottom:1px solid #e3e3e1;
    padding:5px;
    vertical-align:middle;
    background-color:#ffffff;
    font-size:12px;
    line-height:14px;
}
td.pop-image {
    width:75px;
    padding-left:15px;
}
td.pop-image img{
    width:75px;
    border:1px solid #e3e3e1;
}
td.pop-image a{
    height:77px;
    display:block;
}
td.pop-title {
    text-align:left;
}
.pop-code {
    font-size:10px;
}
td.pop-unit {
    width:65px;
    text-align:right;
    padding: 0px 10px;
}
td.pop-qty {
    width:60px;
}
td.pop-price {
    text-align:right;
    padding-right:15px;
    width:70px;
}
.no-changes {
   padding:30px;
   background-color:#ffffff;
}
#overlay_dialog .footer {
    background-color:#EAEAE3;
    padding:10px;
}

#sub-footer-wrap {
    width:100%;
    background-color:#ffffff;
   
}
#sub-footer-inner {
    margin:0 auto;
    position:relative;
    width:1050px;
    padding-top:25px;
}
#sub-footer-inner h2 {
    border-bottom:1px  #003568;
}
#sub-footer-inner hr {
    border-bottom:1px #003568;
    border-top:none;
    border-left:none;
    border-right:none;
}
#sub-categories {
    font-size:12px;
    float:left;
    margin-top:15px;
    width:235px;
    padding-right:30px;
}
#sub-categories a:link,
#sub-categories a:visited,
#sub-categories a:active {
    color:#7a7a7c;
}
#sub-categories a:hover {
    color:#000000;
}
#sub-news {
    font-size:12px;
    float:left;
    margin-top:15px;
    width:235px;
    text-align:justified;
    padding-right:30px;
}
#sub-store-loc {
    font-size:12px;
    float:left;
    margin-top:15px;
    width:235px;
    padding-right:30px;
}
#sub-store-loc .postcode {
    width:130px;
}
#sub-store-loc .footer-table td,
#sub-contact .footer-table td {
    padding:2px 0px;
}
#sub-contact {
    font-size:12px;
    float:right;
    margin-top:15px;
    width:250px;
}
#sub-contact .footer-table .email_address {
    width:238px;
}

#footer-wrap {
 
    width:100%;
 
}
#footer-inner {
    margin:0 auto;
    position:relative;
    height:100px;
    width:1050px;


}
#footer-inner #footlogo {
    position:absolute;
    left:0px;
    top:20px;

    background-repeat:no-repeat;
    background-position: left top;
}
#footer-inner .footer-logo {
    position:absolute;
    top:20px;
    left:0px;
}
#footer-inner a:link,
#footer-active a:link,
#footer-inner a:visited {
    color:#d4d1d1;
}
#footer-inner a:hover {
    color:#ffffff;
}
#footer-inner #copyright {
    font-size:11px;
    color:#e4e3e3;
    position:absolute;
    bottom:22px;
    right:0px;
    text-align:right;
    width:400px;
}
#footer-inner #contact {
    font-size:12px;
    color:#e4e3e3;
    position:absolute;
    bottom:22px;
    left:0px;
}
#footer-inner .mobile-btn {
	position: relative;
  	width: 100%;
    color:#ffffff !important;
}
.add-btn,
.kit-btn, 
.small-orange-btn,
.large-orange-btn {

    display:inline-block;
    color:#ffffff;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    cursor:pointer;    
    font-family:Calibri,Helvetica,Arial,sans-serif;
}


.small-orange-btn {
    font-size:13px;
    padding:5px 0px 5px 0px;
    width:140px; 
}
.large-orange-btn {
    font-size:15px;
    padding:9px;
    width: 170px;
}
.add-btn{
    font-size:13px;
    padding:9px 0px 9px 0px;
    width:93px;
}
.kit-btn {
    font-size:13px;
    padding:9px 0px 9px 0px;
    width:125px;
}
.grid li .center-btn{
  right:30% !important;

}

.more-btn,
.small-grey-btn,
.large-grey-btn {
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#aaaaa8),color-stop(1,#5f5e5e) );
    background:-moz-linear-gradient( center top,#aaaaa8 5%,#5f5e5e 100% ); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaa8',endColorstr='#5f5e5e');
    background-color:#aaaaa8;
    border:1px solid #625f5d;
    display:inline-block;
    color:#ffffff;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
}
.more-btn:hover,
.small-grey-btn:hover,
.large-grey-btn:hover {
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#5f5e5e),color-stop(1,#aaaaa8) );
    background:-moz-linear-gradient( center top,#5f5e5e 5%,#aaaaa8 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5e5e',endColorstr='#aaaaa8');
    background-color:#aaaaa8;
}
.small-grey-btn {
    font-size:13px;
    padding:5px 0px 5px 0px;
    width:140px;
}
.large-grey-btn {
    font-size: 15px;
    padding: 9px;
    width: 170px;
}
.more-btn {
    font-size:13px;
    padding:9px 0px 9px 0px;
    width:93px;
}
.search-btn {
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#888888),color-stop(1,#2c2c2c) );
    background:-moz-linear-gradient( center top,#888888 5%,#2c2c2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888',endColorstr='#2c2c2c');
    background-color:#888888;
    border:1px solid #828282;
    display:inline-table;
    color:#ffffff;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    height:30px;
    width:32px;
    padding:0;
    margin-top:7px;
    cursor:pointer;
}
.search-btn:hover {
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#2c2c2c),color-stop(1,#888888) );
    background:-moz-linear-gradient( center top,#2c2c2c 5%,#888888 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c',endColorstr='#888888');
    background-color:#aaaaa8;
}
.remove-coupon {
    background:url(/ts1753233196/attachments/StyleSheet/3/remove.png);
    background-repeat:no-repeat;
    border:none;
    cursor:pointer;
    background-color: none;
    width:13px;
    height:13px;
    display: inline-block;
    line-height: 14px;
    vertical-align: baseline;
    white-space: nowrap;
    text-indent:-99999px;
}
button.remove-line {
    border:0;
    width:13px;
    height:13px;
    background-image:url(/ts1753233196/attachments/StyleSheet/3/remove.png);
    background-repeat:no-repeat;
    display:block;
    cursor:pointer;
}
#navigation-wrap {
   background:#003568 ;
    height:48px;
    width:100%;
}
#navigation {
    margin:0 auto;
    position:relative;
    height:48px;
    width:1050px;
    min-width:1050px;
}
ul#mega {
    list-style:none;
    font-weight:bold;
    height:48px;
    margin:0 auto;
    width:1050px;
    padding-bottom:20px;
}
ul#mega li {
    float:left;
    text-align:center;
    position:relative;
    height:48px;
    font-size:14px;
    list-style:none;
    padding-left:0px;
    padding-bottom:0px;
}
ul#mega li:hover {
    float:left;
    text-align:center;
    position:relative;
    height:48px;
}
ul#mega li:hover a {
    color:#ffffff
}
ul#mega li a {
    color:#ffffff;
    outline:0;
    text-decoration:none;
    display:block;
    line-height:12px;
    padding:20px 20px;
}
ul#mega li a:hover {
    padding:20px 20px;
}
#mega li:hover div {
    left:0px;
    top:47px;
}
#drop,#drop2,#drop3,#drop4 {
    position:absolute;
    left:-999em;
    z-index:1000;
    margin-top:0px;
    margin-left:0px;
    color:#ffffff;
    font-size:13px;
    width:250px;
    padding:0px;
    border-top:1px solid #ffffff;
    background:#003568;
}
#drop ul,#drop2 ul,#drop3 ul,#drop4 ul {
    margin:0px;
    width:300px;
    float:left;
    font-size:13px;
}
#drop ul li,#drop2 ul li,#drop3 ul li,#drop4 ul li  {
    margin:0px;
    padding:0px;
    width:250px;
    text-align:left;
    font-size:13px;
    height:33px;
}
#drop ul li:hover,#drop2 ul li:hover, #drop3 ul li:hover,#drop4 ul li:hover {
    margin:0px;
    padding:0px;
    text-align:left;
    font-size:13px;
    height:33px;
    background-color:#003568;
}
ul#mega li #drop ul a,
ul#mega li #drop2 ul a,
ul#mega li #drop3 ul a,
ul#mega li #drop4 ul a
{
    padding:10px 0px 10px 20px;
border-bottom:1px solid #ffffff;

}
ul#mega li #drop ul a:hover,
ul#mega li #drop2 ul a:hover,
ul#mega li #drop3 ul a:hover,
ul#mega li #drop4 ul a:hover
{
    padding:10px 0px 10px 20px;
}
#drop ul li a:link,
#drop ul li a:active,
#drop ul li a:visited,
#drop ul li:hover a,
#drop2 ul li a:link,
#drop2 ul li a:active,
#drop2 ul li a:visited,
#drop2 ul li:hover a,
#drop3 ul li a:link,
#drop3 ul li a:active,
#drop3 ul li a:visited,
#drop3 ul li:hover a,
#drop4 ul li a:link,
#drop4 ul li a:active,
#drop4 ul li a:visited,
#drop4 ul li:hover a {
    text-decoration:none;
    color: #ffffff;
}
.validation_error {
    color:#f7596f;
    font-size:12px;
    margin-top:2px;
    margin-bottom:2px;
}
td.input_error input[type="text"],
td.input_error textarea,
td.input_error select {
    border:#F7596F 1px solid;
    background-color:#f8e0e0;
}

#recaptcha_widget {
   width:301px;
   padding:5px;
   border: 1px solid #DCD9D9;
   background-color:#f2f4f3;
   margin-bottom:5px;
}
#recaptcha_widget #recaptcha_image {
   border:1px solid #d9d9d9;
   width:301px;
   margin-bottom:5px;
}
#recaptcha_widget div.recaptcha_only_if_incorrect_sol {
}
#recaptcha_widget span.recaptcha_only_if_image {
}
#recaptcha_widget span.recaptcha_only_if_audio {
}
#recaptcha_widget #recaptcha_response_field {
   width:291px;
   margin-top:5px;
}
#recaptcha_widget div.recaptcha_only_if_image {
}
#recaptcha_widget div.recaptcha_only_if_audio {
}
#recaptcha_widget div.recaptcha_reload {
    text-align:right;
    font-size:12px;
}
#cart-box .pop {
    position:absolute;
    top:15px;
    right:0px;
    width:19px;
    height:18px;
    display:inline;
}
.pop .pop_menu {
    display:none;
    border:1px solid #98989A;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.pop .pop_toggle {
    background-image:url(/ts1753233196/attachments/StyleSheet/3/av-cart-down.png);
    background-repeat:no-repeat;
    background-position:center center;
    width:19px;
    height:18px;
    overflow:hidden;
    cursor:pointer;
    background-color:#f47521;
}
.active .pop_menu {
    display:block;
    background-color:#ffffff;
    color:#7a7a7c;
    position:absolute;
    padding:0px;
    width:380px;
    right:0px;
    top:0px;
}
.active .pop_menu a {
}
.active .pop_toggle {
    z-index:2000;
    position:absolute;
    top:0;
    right:0;
    background-image:url(/ts1753233196/attachments/StyleSheet/3/av-cart-up.png);
}
#popline1,#popline5,#popline4 {
    padding:5px;
}
#popline1 {
    background-color:#ffffff;
    text-align:center;
    border-bottom:1px dotted #dfdfdf;
}
#popline2 {
    text-align:center;
    background-color:#98989A;
    color:#ffffff;
    padding:5px 10px 7px 10px;
}
#popline3 table {
    margin-bottom:0px;
}
#popline3 input[type="number"] {
    width:50px;
    border:1px solid #c8bbbb;
    padding:4px 4px 4px 4px;
    font-size:12px;
    text-align:center;    
    font-size:13px;
    color:#7a7a7a;
}
#popline3 td {
    border-bottom:1px dotted #dfdfdf;
    padding:5px;
    background-color:#ffffff;
    vertical-align:middle;
    height:30px;
    background-color:#F8F8F6;
    line-height:13px;
    font-size:12px;
    color:#a1a1a3;
}
#popline4 {
    font-size:10px;
    background-color:#EBEBEB;
}
#popline4 .c4left {
    float:left;
    width:170px;
}
#popline4 .c4right {
    float:left;
    width:200px;
    text-align:right;
}
#popline5 {
    text-align: center;
}
body {font-family: Calibri, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1050px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -14px;
    width: 30px;
    height: 30px;
    background: transparent url(/ts1753233196/attachments/StyleSheet/3/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(/ts1753233196/attachments/StyleSheet/3/blank.gif);
    z-index: 1102;
    display: none;
}
#fancybox-left {
    left: -35px;
}
#fancybox-right {
    right: -35px;
}
#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
   z-index: 1001;
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox-x.png);
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -162px;
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox-y.png);
    background-position: -20px 0px;
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox-x.png);
    background-position: 0px -20px;
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -142px;
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox-y.png);
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png);
    background-position: -40px -122px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url(/ts1753233196/attachments/StyleSheet/3/fancy_title_over.png);
    display: block;
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(/ts1753233196/attachments/StyleSheet/3/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(/ts1753233196/attachments/StyleSheet/3/fancybox.png) -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ts1753233196/attachments/StyleSheet/3/fancy_shadow_nw.png', sizingMethod='scale'); }

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert {
  padding: 10px 35px 10px 14px;
  margin-bottom: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
#tabs {
    margin-bottom:30px;
}

#tabs table {
    width:100%;
    margin-bottom:0px;
}
#tabs table td.red {
    color:#E8472A;
    width:150px;
    font-weight:bold;
}
#tabs table td {
    border-bottom:1px solid #CFCFCF;
    padding-right:5px 10px 5px 0px;
}
#tabs .ui-corner-all {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
#tabs .ui-widget-header {
    background:none;
    border:none;
}
#tabs .ui-state-default {
    background-image:none;
    background-color:#F5F5F3;
}
#tabs .ui-state-active {
    background-image:none;
    background-color:#ffffff;
}
#tabs-1,#tabs-2,#tabs-3 {
    color:#7a7a7c;
    font-size:14px;
    line-height:17px;
    font-family:Calibri, sans-serif;
}
#tabs #tabs-1 ul {
    margin-left:5px;
    list-style:square;
    margin-bottom:15px;
}
#tabs #tabs-1 ol {
    margin-left:5px;
    list-style-type: decimal;    
    margin-bottom:15px;
 }
#tabs #tabs-1 li {
    margin-left:15px;
    font-family:Calibri,sans-serif;  
    color:#4f4f4f;
    margin-bottom:5px;
 }
#tabs ul {
    margin:0px;
}
#tabs ul li {
    margin:0px 5px 0px 0px;
}
#tabs_ul ul {
    margin-left:-15px;
}
#tabs_ul ul li {
    margin-left:-15px;
}
.ui-tabs {
    position:  relative;  
    zoom: 1;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0px;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;  
    float: left;
    position: relative;
    top: 0px;
    margin: 0 1px 1px  0;  
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    font-size: 16px;
    padding: 7px 30px;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    background-color:#ffffff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none;
}
.ui-tabs  .ui-tabs-nav  li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav  li.ui-state-disabled a,  .ui-tabs .ui-tabs-nav li.ui-state-  processing a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor:  pointer;  
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
tabs-nohdr {
    padding: 0px;
    background: none;
    border-width: 0px;
}
tabs-nohdr .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
tabs-nohdr .ui-tabs-panel {
    border-width: 0px 0px 0px 0px;
}
.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    display: block;
    padding: 20px 0;
}

.ui-widget-content {
    border: none;
}

