body
{
  margin: 0;
  padding: 0;
  color: #000;
  font: normal 10pt Arial,Helvetica,sans-serif;
  background: url("../images/skin/bg.jpg") repeat-x scroll 0 0 #B0B5AF;
  height: 100%;
}

.preston-message {
  text-align: center;
  margin: 15px 0px;
  background: #eee;
  padding: 30px;
  border: 1px solid #ccc;text-align: center;
  margin: 15px 0px;
  background: #eee;
  padding: 25px;
  border: 1px solid #ccc;
}

.preston-message p {
  margin: 2px 0px;
}

#page
{
  background: white;
}

#header
{
  margin: 0;
  padding: 0;
}

.center-content {
    width: 80%;
    margin: auto;
}

.submitbutton {
    background-color: #0067B4;
    color: #fff;
    text-decoration: none;
    padding: 5px 19px;
    border-radius: 5px;
    border: none;
}

.submitbutton:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

#content
{
    padding: 20px;
}

#sidebar
{
  padding: 20px 20px 20px 0;
}

#footer
{
  padding: 10px 0 10px 0;
  font-size: 0.8em;
  text-align: center;

}
#footerlinks{
    border-top: 1px solid #000000;
    text-align: center;
}
#footerlinks ul
{
  padding:6px 20px 5px 20px;
  margin:0 auto 0 auto;
        width: 390px;
        height:25px;
}
#footerlinks ul li
{
        display: block;
        float:left;
        width:119px;
        margin-right: 10px;
}
#footerlinks ul li a{text-decoration: none;}
#footerlinks ul li a:hover{text-decoration: underline;}
#footerlinks ul li.active a{ font-weight: bold;}
#logo
{
  padding: 10px 20px;
  font-size: 200%;
}
#CheckStoc
{
    background-image: url(../images/skin/CheckStoc_bg.jpg);
    background-repeat: no-repeat;
    height:141px;
    padding:18px 0 0 12px;
}
#login
{
     height: 50px;
     border-bottom: 1px solid #000000;

}
#mainmenu
{
    border-bottom:1px solid #000000;
    clear: both;

}

#mainmenu ul
{
  padding:6px 20px 5px 20px;
  margin:0px;
}

#mainmenu ul li
{
        display: block;
        float:left;
        width:119px;
        margin-right: 10px;
}

#mainmenu ul li a
{
  color:#000000;
  background-color:transparent;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
        padding-top: 8px;
        display: block;
        width:118px;
        height:30px;
        text-align: center;
        background:white url(/images/skin/menuButton_off.jpg) repeat-x left top;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
  color: #0067B3;
        background:white url(/images/skin/menuButton_on.jpg) repeat-x left top;
  text-decoration:none;
}
#mainmenu ul li a:hover{
    background:white url(/images/skin/menuButton_off.jpg) repeat-x left top;
}
#brand
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-top:1px solid #000000;
    padding:5px 0 5px 0;
    margin-top: 10px;
}
div.flash-error, div.flash-notice, div.flash-success
{
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}

div.flash-error
{
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.flash-notice
{
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}

div.flash-success
{
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

div.flash-error a
{
  color:#8a1f11;
}

div.flash-notice a
{
  color:#514721;
}

div.flash-success a
{
  color:#264409;
}

div.shadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
  /* For IE 5.5 - 7
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

.container {
    height: 100vh;
}


div.form .rememberMe label
{
  display: inline;
}

div.view
{
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span
{
  font-weight: bold;
}

div.search-form
{
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.portlet
{

}

.portlet-decoration
{
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title
{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content
{
  font-size:0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background:#EFFDFF;
}

.portlet-content ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.portlet-content li
{
  padding: 2px 0 4px 0px;
}

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

.operations li
{
  padding-bottom: 2px;
}

.operations li a
{
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited
{
  color: #0066A4;
}

.operations li a:hover
{
  background: #80CFFF;
}

.SearchPartForm{ text-align: left; margin-bottom: 40px;}
.SearchPartForm label{font-size:14px; font-weight:bold;}
.SearchPartForm .searchField{ padding:5px 2px 5px 2px; font-weight:bold; font-size:16px; border:1px solid #0065B3; background-color: #C4D0EB}
.searchButton{ margin-top: 5px;}
.FounPart
{
    border:1px solid #E3E4E6;
    padding:10px;
}
.partDetail
{
  margin-top: 20px;
  font-size:14px;

}
.PurchasePart{
    width:120px;
    margin-left: auto;
}
.QTYInput, .fastTrack_part, .fastTrack_qty{ width:30px; border:1px solid #0065B3; background-color: #C4D0EB; text-align: center;}
.fastTrack_part{width:120px; text-align: left;}
.CartQTYInput{width:40px;}
.propertyLabel{ font-weight: bold; font-size:0.8em}
.prop{ margin-bottom: 4px;}
td.cartItem{border-bottom: 1px solid #CCC;}
.cartItemName{ font-size: 11px;}
.cartHeader{font-size: 11px;}
.LoginError{font-size: 10px; color: #CC0000;}
h1.PartName{font-size: 0.8em; font-weight: bold;}
.propertyValue{color:#0065B3;  font-size: 1em;}
.submitButtons{ text-align: center;}
.PartNumber{}
.price{color:#0065B3; font-weight: bold; font-size: 1.1em;}
.listPrice{color:#CC0000; font-weight: bold; text-decoration: line-through;}
.StackInfo{text-align: right; color: #CC0000; font-weight: bold;}
.Harley{}
.Brand{}
.CountryOfOrgin{}
.UnitOfMesure{}
.addToCartQty{display: inline;}
.relatedProducts{background: url("../images/skin/RelatedProductsHeader.jpg") repeat-x scroll 0 0 #C4CFEB; margin: 20px 0 0 0; padding: 0 0 20px 0;}
.seperator{ border-right: 1px solid #FFFFFF; }
.Totals{ font-weight: bold; font-style: italic;}
h1.relatedProductsHeader{ font-size: 1.2em; margin: 10px 0 5px 10px; color: #0065B3}
.checkoutbutton{ text-align: right;padding-right:10px;}
.checkoutbutton input{ font-weight: bold; color: #000000}
.ConfirmOrder{ border:1px solid #000000; background: #C3D9FF; padding: 10px; }
.submitbutton{font-weight: bold;}
div.form .ShippingSelector label{ display: inline; font-size: 14px; }
.shippingTypes{ margin: 10px 0 20px 100px; }
.shippingHeader{font-size: 13px;font-weight: bold;}
.PaymentSelection span{font-weight: bold;}
.PaymentSelector{width: 200px; font-size: 14px; padding: 5px;}

.orderHeader{ font-weight: bold; margin-bottom: 20px;}
.EmptyCart h1{color:#CC0000;}
.fastTrack_label{color: #666; font-size: 10px;}

div.staticContent{ font-size: 1.1em;}
.About{}
.LimitedWarranty{}
.ImportantNotice{}
.PrivacyPolicy{}
a.partNumberlink{ text-decoration: none;}
a.partNumberlink:hover{text-decoration: underline;}
.searchLabel{padding-right:5px}
.searchField{margin-right:20px; width:185px}
.addtocartCrr{padding:0; margin:0; width: 10px;}
.partDescription{ border: 0px solid #C3D9FF; font-size: 12px; }
.partDescription p{margin: 10px;}
.partDescription legend{ font-weight:bold;margin:0 15px 0 15px;}
.partInfoTable td{background: #FFFFFF; padding:1px;}
table.partInfoTable td.propertyLabel{ font-weight: normal;padding-right: 25px;}
table.partInfoTable td.propertyValue { color:#000000; font-weight: bold; font-size:12px; }
.yourCartLbl{padding-left:20px; margin-top: 20px; font-size: 14px; font-weight: bold;}
table.partInfoTable  tbody tr:nth-child(2n) td, tbody tr.even td{background: #FFFFFF}

.DealerApplication {width:910px; }
div.DealerApplication label{  font-size: 0.9em;font-weight: bold;}
div.DealerApplication .row {
    margin: 5px 0;
}
div.DealerApplication .errorMessage{color:#CC0000; font-size:9px;}
div.DealerApplication .error{}
.errorSummary{ background-color: #FFF6BF; border:1px solid #CCCCCC; color:#cc0000;}
table.DealerApplicationTbl  tbody tr:nth-child(2n) td, tbody tr.even td{background: #FFFFFF}
a.alternatePartLink{ font-size: 10px; display: block; margin-top: 3px;}

div.dealer-search-form {
  width: 25%;
  float: left;
  margin-bottom: 25px;
}

div.dealer-list {
  margin-left: 30%;
}

.dealer-city {
  font-style: italic;
  margin-bottom: 0px;
}

.dealer-row {
  border-bottom: 1px solid grey;
  padding: 20px;
}

.error {
  color: red;
}

.dealer-flyer {
  font-size: 1.4em;
  line-height: 1;
  font-weight: normal;
  color: red;
}

#dealer-map{
 height: 350px;
 width: 600px;
}

.antique-catalogue img {
  height: 382px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.catalog-img img {
    max-height: 380px;
}

/*************************Product-Page -Code************************/
.product-page{
    overflow:hidden;
}
.left-side{
 width: 25%;
    float: left;
    display: inline-block;
    box-sizing: border-box
  }
  .left-side .sub-menu-parent {
  position: relative;
}

.left-side .sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.left-side .sub-menu-parent:focus > .sub-menu,
.left-side .sub-menu-parent:focus-within > .sub-menu,
.left-side .sub-menu-parent:hover > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


.left-side nav a {
  color: #000;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: 400;
    font-size: 15px;
}
.left-side nav a:hover {
  background:#d6d7d8;
}
.left-side nav ul,
.left-side nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.left-side nav > ul {
  background: #d6d7d8;
}
.left-side nav > ul > li {
  display: inline-block;
  border-left: solid 1px #aaa;
  display: block;
}

.left-side .sub-menu {
  background: #d6d7d8;
}
.left-side .sub-menu-parent:before {
    position: absolute;
    content: '\f054';
    font-family: FontAwesome;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 13px;
    font-weight: 300;
}
.left-side .sub-menu-parent:hover:before {
cursor:pointer;
}

.right-side{
    width: 75%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
}
.right-side .upper-links{
    margin:20px 0;
}
.right-side .upper-links ul{
        margin:  0;
    padding: 0;
    list-style: none;
}
.right-side .upper-links ul li{
       display:inline-block;
       margin-right:30px;
}
.right-side .upper-links ul li a{
       font-size:15px;
       font-weight:400;
       color:#000;
       transition:all ease-in-out 0.2s;
       text-decoration:none;
       display:inline-block;
}
.heading h1{
    font-size:22px;
    font-weight:700;
    line-height:27px;
    color: #2e3a47;
}
.right-side .upper-links ul li a:hover{
          color: #4fbe31;
}
.right-side .search-criteria{
    background: #f8f8ff;
}
.right-side .search-criteria .sort{
    display: inline-block;
    position:relative;
}
.right-side .search-criteria .sort:before {
    position: absolute;
    content: '\f0d7';
    font-family: FontAwesome;
    color: #2e3a47;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 13px;
    font-weight: 300;
    transition:all ease-in-out 0.3s;
}
.right-side .search-criteria .sort:hover:before{
    color: #4fbe31;
}
.right-side .search-criteria .sort.active:before, .right-side .search-criteria .sort:focus:before  {
    color: #fff;
}

.right-side .search-criteria .sort select{
    border: 0;
    -webkit-appearance: none;
    background: no-repeat;
    padding: 10px 15px;
    padding-right:25px;
    font-size: 13px;
    font-weight: 400;
    color: #2e3a47;
    letter-spacing: 0.2px;
    transition:all ease-in-out 0.2s;
    
}

.right-side .search-criteria .sort select:hover {
    background: #d2dbe4;
    color: #4fbe31;
    cursor:pointer;
}
.right-side .search-criteria .sort select.active {
    background: #54708c;
    color: white;
    cursor:pointer;
}
.right-side .search-criteria .sort select:focus {
    background: #54708c;
    color: white;
    cursor:pointer;
}
.right-side .search-criteria .view-icons{
    display:inline-block;
    float:right;
}
.right-side .all-products{
    overflow:hidden;
    margin-bottom:20px;
}
.right-side .all-products .box-item{
float: left;
    width: 32%;
    /*box-sizing: borde-box;*/
    box-sizing: border-box;
    margin-top:20px;

}
.right-side .all-products .box-item .box-content{
text-align:center;
display:block;
text-decoration:none;
}
.right-side .all-products .box-item .box-content h3{
    color: grey;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;

}
.right-side .all-products .box-item .box-content span{
display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    color:#000;

}
.right-side .all-products .box-item .box-content button{
   display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    color: #fff;
    background: #4fbe31;
    font-size: 14px;
    letter-spacing: 0.4px;
    opacity:0;
    transition:all ease-in-out 0.3s;
    border:0;
    box-shadow:none;
}
.right-side .all-products .box-item .box-content:hover button{
    opacity:1;
    
}
.right-side .all-products .box-item .box-content button:hover{
   cursor:pointer;
}
.right-side .pagination{
    padding: 15px 0;
    border-top: 1px solid lightgrey;
}

.right-side .pagination .page-handling{
    display:inline-block;
}
.right-side .pagination .page-handling a{
    text-decoration:none;
    display:inline-block;
    padding:5px;
    font-size:14px;
   color:#465f73;
   padding:5px 8px;
   border-radius:4px;
   transition: all ease-in-out 0.2s;
}
.right-side .pagination .page-handling a:hover{
   background:lightgrey;
}
.right-side .pagination .page-handling a.active, .right-side .pagination .page-handling a:focus{
   background:#465f73;
   color:#fff;
}
.right-side .pagination .previous{
margin-right:10px;
}

.right-side .pagination .previous i{
margin-right:8px;
}
.right-side .pagination .page-numbering a{
margin-right:7px;
padding:3px 7px;
}
.right-side .pagination .page-numbering a:last-child{
margin-right:0;
}
.right-side .pagination .next i{
margin-left:8px;
}

.right-side .pagination .next{
margin-left:10px;
}

/*************** Sale Page CSS ***************/

.imageThumbnail {
    width: 150px; 
    height: 100px; 
    margin: auto;
    /*color: black;*/
    /*line-height: 24px;*/
    /*font-size: 20px;*/
}

.salePartNumber{
    padding-top: 20px;
    color: black;
    line-height: 24px;
    font-size: 20px;
}

.salePartName{
    height: 40px; 
    /*width: 260px;*/
    width: 95%;
}

.openPartDetail{
    background-color: #d6d7d8;
    border-color: #d6d7d8;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    
}

.container{
    height:95%;
}

.openPartDetail.btn-lg {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}

/* Modal css from link (using link conflicts with existing CSS) */

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}



