﻿
input::-webkit-input-placeholder {
    /*color:#59595B;*/
    color:#59595B;
    text-align:left;
    font-style:italic;
}

input::-moz-placeholder {
    color:#59595B;
    text-align:left;
    font-style:italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#59595B;
    text-align:left;
    font-style:italic;
}


textarea::-webkit-input-placeholder {
    color:#59595B;
    text-align:left;
    font-style:italic;
}

textarea::-moz-placeholder {
    color:#59595B;
    text-align:left;
    font-style:italic;
}
textarea:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#59595B;
    text-align:left;
    font-style:italic;
}




.mainDivStyleForWebPage {
    width:1152px;
    background-color:#FAF6F7;
    margin-left:auto;
    margin-right:auto;
	
	-webkit-box-shadow: 0px 0px 67px 16px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 67px 16px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 67px 16px rgba(0,0,0,0.4);
}



.pageHeaderForSection {
    color: #76477D;
    font-size: 32px;
    line-height: 29px;
    font-family: 'Montserrat';
    
}
.pageHeaderForSectionnn {
    color: #76477D;
    font-size: 32px;
    line-height: 29px;
    font-family: 'Montserrat';
   
}

.pageHeaderForSectionn {
    color: #76477D;
    font-size: 18px;
    line-height: 15px;
    font-family: 'Montserrat';
    
}

.tableCaption{
    color:#76477D;
    font-size:18px;
    line-height:29px;
}

.mainPurpleColor{
    color:#76477D;
}

.mainSubGrayColor{
    color:#7d7d7d;
}

.mainSubGreenColor{
    color:green;
}


.mainSubSubGrayColor{
    color:#88898B;
}

.mainDarkTextColor{
    color:#4B4A51;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}

.signInPanel {
    margin-left:auto;
    margin-right:auto;
    width:700px;    
}

.signInsidePanel {
    width:300px;
    margin-bottom:0px;
}
.signInPanelInput {
    display: block;
    width:100%;
}

.signInPanelBotton {
    display: block;
}

.errorValField {
    color:red;
    display: block;
    width:100%;
}

.handCursor{
    cursor:pointer;
    cursor:hand;
}

.menuHeader{
    margin-left:auto;
    margin-right:auto;
}

.centerDiv{
    margin-left:auto;
    margin-right:auto;
}





.mainPageBackgroundColor {
    background-color:#FAF6F7;
}

.mainHeaderStyleTop a {
    color: #76477D;
    font-size:20px;
    font-family:'Sanchez';
}

.mainHeaderAcherStyle {
    color: #76477D;
    font-size: 20px;
    font-family: 'Sanchez';
 
}



.searchTopItems{
    margin-bottom:0px;
}

.searchTopItems a{
    color: #6D6E71;
    font-size:14px;
}

.searchTopItems span{
    color: #6D6E71;
    font-size:14px;
}


.searchTopItemSep{
    margin-left:10px;
    margin-right:10px;
    font-size:14px;
}

.searchTopItemSep Span{
    color: #6D6E71;
    font-size:14px;
}


.footerAddressAndInfo{
    height:160px;
    background-color:#EAE7E8;
}

.footerAddressAndInfo ul li{
    margin-right:40px;
    margin-top:25px;
    vertical-align:top;

}

.footerAddressAndInfo ul li span{
    font-weight:bold;
    font-size:14px;

}

.footerAddressAndInfo ul li h3{
    font-weight:normal;
    font-size:30px;
    margin-top:0px;
    color:#76477D;
}

.footerAddressHeader{
    font-family:'roboto';
    font-size:14px;
    color:#4B4A51;
}
.footerAddressHeader span{
    font-family:'roboto';
    font-size:15px;
    color:#76477D;
}





.footerAddressAndInfo5{
    height: 270px;
}

.footerAddressAndInfo1{
    height: 400px;
   
}

.footerAddressAndInfo1 ul li {
       
        vertical-align: top;
 }

.footerAddressAndInfo1 ul li  {
         
 }

.footerAddressAndInfo1 ul li h3 {
            font-weight: normal;
            font-size: 30px;
            margin-top: 0px;
            color: #76477D;
}

.footerAddressHeader1 {
    
}

    .footerAddressHeader1 span {
        
    }







.footerCopyRight{
   text-align:center;
   color:white;
   font-weight:normal;
   background-color:#76477D;
   height:52px;
   width:100%;
   line-height:50px;
   font-family:"roboto";
   font-size:12px;
}
.footerCopyRight Span{
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
}

.footerImage{
    position:absolute;
    height:290px;
    margin-top:-290px;
}

.footerSocialBadgeIconListItem {
    margin-right: 0px;
    margin-top: 0px;
}
.footerSocialBadgeIconImg {
    width:32px;
    height:32px;
}

.mainContantBody{
    min-height:650px;

}

.navbarMainMenu{
    margin-top:30px;
    
    
}

.navbarMainMenuLi{
    padding-right:10px;
    padding-left:10px;
}

.rightBorderLine{
    border-right:1px solid lightgray;
}

.leftBorderLine{
    border-left:1px solid lightgray;
}

.bottomBorderLine{
    border-bottom:1px solid lightgray;
}

.topBorderLine{
    border-top:1px solid lightgray;
}

.productsDiv{
    min-height:700px;
}

.selectOptionPlaceHolder { 
    color: gray; 
}

textarea {
    border: 1px solid #A6A8AB;
    border-radius:5px; 
    background-color:#E9E6E7
}
select {
    border: 1px solid #A6A8AB;
    border-radius:5px; 
    background-color:#E9E6E7
}
input[type="tel"] {
    border: 1px solid #A6A8AB;
    border-radius:5px; 
    background-color:#E9E6E7
}
input[type="password"] {
    border: 1px solid #A6A8AB;
    border-radius:5px; 
    background-color:#E9E6E7
}
input[type="email"] {
   border: 1px solid #A6A8AB;
    border-radius:5px; 
    background-color:#E9E6E7
}
input[type="text"] {
   border: 1px solid #A6A8AB;
   border-radius:5px; 
   background-color:#E9E6E7
}
input[type="number"] {
   border: 1px solid #A6A8AB;
   border-radius:5px; 
   background-color:#E9E6E7
}
textarea:focus, input:focus{
    outline: 0;
}
input[type="checkbox"] {
   border: 1px solid #A6A8AB;
   border-radius:5px; 
   background-color:#E9E6E7
}



.productCateMenuLink{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
    font-size:16px;
    font-weight:bold;
    font-family:'roboto';
}
.productCateMenuLink:hover{
    text-decoration:underline;
}
.productCateMenuLink:visited{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
    font-weight:bold;
    font-family:'roboto';
    font-size:16px;
}
.productCateMenuLink:visited:hover{
  text-decoration:underline;
}
.productCateMenuLinkSep{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0;
    font: inherit;
    font-weight:bold;
    font-size:24px;
    /*font-family:'roboto';*/
    margin-left:5px;
    margin-right:5px;
    
}

.productCateMenuLinkPopupCate:hover{
    text-decoration:underline;
}
.productCateMenuLinkPopupCate{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
    font-size:14px;
    font-weight:normal;
    font-family:'roboto';
}
.productCateMenuLinkPopupCate:visited{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
    font-weight:normal;
    font-family:'roboto';
    font-size:14px;
}
.productCateListItem 
{
    width:20em;
    float: left;
    padding-left:10px;
}


.breadCrumbNav {
    margin:5px;
    padding:0px;
}

.breadCrumbNav a, span{
    margin:0px;
    padding:0px;
}


.pageButtonWhite{
    display:inline-block;
    background-color:transparent;
    color:#FAF6F7;
    font-size:14px;
    font-weight:bold;
    border:2px solid #FAF6F7;
    border-radius:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonWhite:hover{
    background-color:#FAF6F7;
    color:black;
    border:2px solid #FAF6F7;
    text-decoration:none;
}
.pageButtonWhite:visited{
    background-color:transparent;
    color:#FAF6F7;
    font-size:18px;
    font-weight:bold;
    border:2px solid #FAF6F7;
    border-radius:5px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonWhite:visited:hover{
    background-color:#FAF6F7;
    color:Black;
    border:2px solid #FAF6F7;
    text-decoration:none;
}

.pageButtonGreen{
    display:inline-block;
    background-color:transparent;
    color:green;
    font-size:14px;
    font-weight:bold;
    border:2px solid green;
    border-radius:5px;
    /*height:32px;*/
    padding-top:4px;
    padding-bottom:4px;
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonGreen:hover{
    background-color:green;
    color:#FAF6F7;
    text-decoration:none;
}
.pageButtonGreen:visited {
        background-color: transparent;
        color: green;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid green;
        border-radius: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        padding-right: 25px;
        font-family: "roboto";
        cursor: pointer;
        cursor: hand;
}
.pageButtonGreen:visited:hover{
    background-color:green;
    color:#FAF6F7;
    text-decoration:none;
}



.pageButtonPurple{
    display:inline-block;
    background-color:transparent;
    color:#76477D;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    /*height:32px*/;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurple:hover{
    background-color:#76477D;
    color:#FAF6F7;
    text-decoration:none;
}
.pageButtonPurple:visited{
    background-color:transparent;
    color:#76477D;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurple:visited:hover{
    background-color:#76477D;
    color:#FAF6F7;
    text-decoration:none;
}


.pageButtonPurpleSoldBack{
    display:inline-block;
    background-color:#76477D;
    color:White;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurpleSoldBack:hover{
   background-color:#683d6f;
    color:#FAF6F7;
    border:2px solid #683d6f;
    text-decoration:none;
}
.pageButtonPurpleSoldBack:visited{
    background-color:#76477D;
    color:White;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurpleSoldBack:visited:hover{
    background-color:#683d6f;
    color:#FAF6F7;
    border:2px solid #683d6f;
    text-decoration:none;
}



.pageButtonPurpleNoBackground{
    display:inline-block;
    background-color:transparent;
    color:#76477D;
    font-size:14px;
    font-weight:bold;
    border:0px solid #76477D;
    border-radius:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurpleNoBackground:hover{
    background-color:#76477D;
    color:#FAF6F7;
    border:0px solid #76477D;
    text-decoration:none;
}
.pageButtonPurpleNoBackground:visited{
    display:inline;
    background-color:transparent;
    color:#76477D;
    font-size:14px;
    font-weight:bold;
    border:0px solid #76477D;
    border-radius:5px;
    height:32px;
    /*padding-top:5px;
    padding-bottom:5px;*/
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
.pageButtonPurpleNoBackground:visited:hover{
    background-color:#76477D;
    color:#FAF6F7;
    border:0px solid #76477D;
    text-decoration:none;
}
.pageButtonPurpleNoBackground:visited:focus {
    outline:0;
}
.pageButtonPurpleNoBackground:focus {
    outline:0;
}





.pageButtonRed{
    display:inline;
    background-color:#B3031A;
    color:white;
    font-size:14px;
    font-weight:bold;
    border:1px solid #B3031A;
    border-radius:5px;
    height:32px;
    /*padding-top:5px;
    padding-bottom:5px;*/
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
    text-decoration:none;
}
.pageButtonRed:hover{
    display:inline;
    background-color:#720211;
    color:White;
    border:1px solid #720211;
    border-radius:5px;
    text-decoration:none;
}
.pageButtonRed:visited{
    display:inline;
    background-color:#B3031A;
    color:white;
    font-size:18px;
    font-weight:bold;
    border:1px solid #B3031A;
    border-radius:5px;
    height:32px;
    /*padding-top:5px;
    padding-bottom:5px;*/
    padding-left:25px;
    padding-right:25px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
    text-decoration:none;
}
.pageButtonRed:visited:hover{
    display:inline;
    background-color:#720211;
    color:White;
    border:1px solid #720211;
    border-radius:5px;
    text-decoration:none;
}


.pageButtonOrange {
    display: inline;
    background-color: orange;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid orange;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "roboto";
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}
.pageButtonOrange:hover{
    display:inline;
    background-color:#e59400;
    color:White;
    border:1px solid #e59400;
    border-radius:5px;
    text-decoration:none;
}
.pageButtonOrange:visited {
        display: inline;
        background-color: orange;
        color: white;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid orange;
        border-radius: 5px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "roboto";
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
    }
.pageButtonOrange:visited:hover{
    display:inline;
    background-color:#e59400;
    color:White;
    border:1px solid #e59400;
    border-radius:5px;
    text-decoration:none;
}


.pageButtonOrangeNoPadding {
    display: inline;
    background-color: orange;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid orange;
    border-radius: 5px;
    font-family: "roboto";
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    height: 26px;
}

    .pageButtonOrangeNoPadding:hover {
        display: inline;
        background-color: #e59400;
        color: White;
        border: 1px solid #e59400;
        border-radius: 5px;
        text-decoration: none;
        height: 26px;
    }

    .pageButtonOrangeNoPadding:visited {
        display: inline;
        background-color: orange;
        color: white;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid orange;
        border-radius: 5px;
        font-family: "roboto";
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
        height: 26px;
    }

        .pageButtonOrangeNoPadding:visited:hover {
            display: inline;
            background-color: #e59400;
            color: White;
            border: 1px solid #e59400;
            border-radius: 5px;
            text-decoration: none;
            height: 26px;
        }
    .pageButtonOrangeNoPadding img {
        width: 24px;
        height: 24px;
    }


.addToCartButton{
    display:inline;
    background-color:#76477D;
    color:white;
    font-size:11px;
    border:1px solid #76477D;
    border-radius:5px;
    height:26px;
}
.addToCartButton:hover {
    background-color:#643269;
}

.addToWishListButton{
    font-family:Webdings;
    display:inline;
    background-color:#AC90B0;
    color:white;
    font-size:11px;
    border:1px solid #AC90B0;
    border-radius:5px;
    height:26px;
}
.addToWishListButton:hover {
    background-color:#9C78A1;
}
.addToWishListButton img{
    width:24px;
    height:24px;
}

.addToWishListButtonInWishList{
    font-family:Webdings;
    display:inline;
    background-color:lightpink;
    color:white;
    font-size:11px;
    border:1px solid lightpink;
    border-radius:5px;
    height:26px;    
}
.addToWishListButtonInWishList:hover {
    background-color:lightpink;
}
.addToWishListButtonInWishList img{
    width:24px;
    height:24px;
}



.carosoleCaptionWhite{
    color:white;
    font-size:64px;
    width:100%;
    text-align:center;
    margin-top:175px;
    font-family:sanchez;
    display:block;
}

.carosoleCaptionBlack {
    color: black;
    font-size: 64px;
    width: 100%;
    text-align: center;
    margin-top: 175px;
    font-family: sanchez;
    display: block;
}

.carosolButtonWhite {
    background-color: transparent;
    color: white;
    font-size: 24px;
    border: 2px solid White;
    border-radius: 0px;
    height: 26px;
    margin-top: 8px;
    font-family: 'Sanchez';
    text-decoration: none;
    padding: 15px;
}
.carosolButtonWhite:hover {
    display: inline;
    /*background-color:rgba(0, 0, 0, 0.40);*/
    background-color: white;
    font-size: 24px;
    border-radius: 0px;
    height: 26px;
    font-family: 'Sanchez';
    text-decoration: none;
    color: black;
}
.carosolButtonWhite:visited {
    background-color: transparent;
    color: white;
    font-size: 24px;
    border: 2px solid White;
    border-radius: 0px;
    height: 26px;
    margin-top: 8px;
    font-family: 'Sanchez';
    text-decoration: none;
}
.carosolButtonWhite:visited:hover {
    display: inline;
    /*background-color:rgba(0, 0, 0, 0.40);*/
    background-color: white;
    font-size: 24px;
    border-radius: 0px;
    height: 26px;
    font-family: 'Sanchez';
    text-decoration: none;
    color: black;
}
.carosolButtonWhite:focus {
    text-decoration: none;
}
.carosolButtonWhite:visited:focus {
    text-decoration: none;
}

.carosolButtonBlack {
    background-color: transparent;
    color: black;
    font-size: 24px;
    border: 2px solid black;
    border-radius: 0px;
    height: 26px;
    font-family: 'Sanchez';
    text-decoration: none;
    margin-top: 5px;
    padding: 15px;
}
.carosolButtonBlack:hover {
        display: inline;
        /*background-color: rgba(0, 0, 0, 0.40);*/
        background-color:white;
        font-size: 24px;
        border-radius: 0px;
        height: 26px;
        font-family: 'Sanchez';
        text-decoration: none;
        color: black;
}
.carosolButtonBlack:visited {
    background-color: transparent;
    color: black;
    font-size: 24px;
    border: 2px solid black;
    border-radius: 0px;
    height: 26px;
    font-family: 'Sanchez';
    text-decoration: none;
    margin-top: 5px;
}
.carosolButtonBlack:visited:hover {
    display: inline;
    /*background-color: rgba(0, 0, 0, 0.40);*/
    background-color: white;
    font-size: 24px;
    border-radius: 0px;
    height: 26px;
    font-family: 'Sanchez';
    text-decoration: none;
    color: black;
}
.carosolButtonBlack:focus {
    text-decoration: none;
}
.carosolButtonBlack:visited:focus {
    text-decoration: none;
}

.DropCap{
     float: left; 
     font-size: 46px; 
     line-height: 50px; 
     padding-top: 0px; 
     padding-right: 10px; 
     padding-left: 0px;
     margin:0px;
     font-family:'Sanchez';
}

.sideFlowerMainPage{
    position:absolute;
    float:right;
    margin-top:-1099px;
    margin-left:885px;
    height:500px;
}

.pagingDropDownStyle {
    color: #76477D;
    background: none !important;
    border-style: solid;
    border-color: #76477D;
    margin: 0;
    font: inherit;
}

.pagingNonActionStyle {
    color: #76477D;
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.pagingButtonStyle{
    color: #76477D;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
}
.pagingButtonStyle:hover{
  text-decoration:underline;
}

.pagingButtonDisabledStyle{
     color: lightgray;
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
}
.pagingButtonDisabledStyle:hover{
  text-decoration:none;
}


.productPagePagingBar{
    width:865px;
    /*position:absolute;
    margin-bottom:240px;*/
    background-color:transparent;
    bottom:0;
    padding-top:5px;
}

.productPagePagingBar ul{
    background-color:transparent;
}

.productPrice {
    font-size:20px;
    font-weight:bold;
    color:#A98FB0;
    font-family:'Sanchez';
}
.productPriceOnsale {
    font-size:20px;
    font-weight:bold;
    color:#b3031a;
}
.productPriceSmall {
    font-size:14px;
    color:#A98FB0;
    font-weight:bold;
}


.productPageDetailTable {
    color:#4B4A51;
    padding:0px;
    margin-top:10px;
    background-color:transparent;
    font-size:14px;

}

.productColorBalls {
    font-family:webdings;
    border: 1px solid grey;
    border-radius:15px;
    margin-right:10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
}

.productCalAvbActive {
    width:10px;
    height:10px;
    background-color:#00e000;
    border:1px solid Green;
    display:inline-block;
    margin-right:2px;
}

.productCalAvbInactive {
    width:10px;
    height:10px;
    background-color:#ff0000;
    border:1px solid darkred;
    display:inline-block;
    margin-right:2px;
}

.productCalAvbTable th, .productCalAvbTable td {
    /*padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;*/
    border-top: 0px solid #dddddd;
        
}



.pageButtonLink{
    display:inline;
    background-color:transparent;
    color:#76477D;
    border:0px solid #76477D;
    border-radius:5px;
    height:29px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
}
.pageButtonLink:hover{
    display:inline;
    background-color:transparent;
    color:#76477D;    
    border:0px solid #76477D;
    border-radius:5px;
    height:29px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
    text-decoration:underline;
}
.pageButtonLink:visited{
    display:inline;
    background-color:transparent;
    color:#76477D;
    border:0px solid #76477D;
    border-radius:5px;
    height:29px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
}
.pageButtonLink:visited:hover{
    display:inline;
    background-color:transparent;
    color:#76477D;
    border:0px solid #76477D;
    border-radius:5px;
    height:29px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
    text-decoration:underline;
}
.pageButtonLink:visited:focus {
    outline:0;
}
.pageButtonLink:focus {
    outline:0;
}


.modal-dialog {
    background-color:#FAF6F7;
}
.modal-content {
    background-color:#FAF6F7;
}
.modal-header {
    background-color:#76477D;
    font-family:'Sanchez';
}
.modal-title {
    background-color:#76477D;
    color:#FAF6F7;
}
.modal-body {
    background-color:#FAF6F7;
    min-height:200px;
    color:#4B4A51;
}
.modal-footer {
    background-color:#FAF6F7;
}

.pageDeleteButtonCart{
    display:inline;
    background-color:#ba0b20;
    color:White;
    border:0 solid #ba0b20;
    border-radius:5px;
    height:24px;
    width:24px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
    text-decoration:none;
    font-size:18px;
    background-image:url('../Imgs/delete20.png');    
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
}
.pageDeleteButtonCart:hover{
    background-color:darkred;
}


.pageDeleteButton{
    display:inline;
    background-color:#ba0b20;;
    color:White;
    border:0px solid #76477D;
    border-radius:5px;
    height:26px;
    width:32px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family:"Sanchez";
    cursor:pointer;
    cursor:hand;
    text-decoration:none;
    font-size:18px;
    background-image:url('../Imgs/delete32.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
}
.pageDeleteButton:hover{
    background-color:darkred;
}
.pageDeleteButton img {
    width:20px;
    height:20px;
    padding:1px;
 }

.mouseHover :hover {
    background-color:#e9e9e9;
}

.CheckOutRightPanelSubHeading {
    font-family:'roboto';
    font-size:16px;
    color:#A98FB0;
}
.CheckOutRightPanelTotalHeading {
    font-family:'roboto';
    font-size:16px;
    color:#73477e;
    font-weight:900;
}
.CheckOutTd {
    text-align:right;
    padding:5px 0px 5px 0px;
}
.CheckOutTdTotal {
    text-align:right;
    padding:15px 0px 5px 0px;
}
.InvQtyIsRemaining {
    color:red;
    font-size:12px;
}
.displayInnerItemInLine * {
    display:inline-block;
}

.displayInnerItemBlock * {
    display:block;
}

.catListingHidden {
    list-style-type:none;
}

.catListingHidden li{
    float:left;
    width:120px;
    margin:10px 10px 0 0;
}

.catListingHidden li button div{
    overflow:hidden;
    width:120px;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:left;
}

.FileUploadStyle {
    

}



.navbarDefaultPage {
    /*height:115px;
    margin: 0px 0px 30px 5px;*/
    /*margin: 25px 0px 15px 5px;*/
}
.navbarImageLogo {
    height: 60px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: -5px;
}

.navbarDefaultPage ul {
    list-style-type: none;
    padding: 0px;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
}

.navbarDefaultPageFirstItemWithLogo {
    padding: 0px 0px 0px 0px;
    display: table-cell;
    width: 180px;
    text-align: left;
    padding-top: 0px;
    vertical-align: bottom;
    background-color: transparent;
}

.navbarDefaultPageFirstItem {
    padding: 0px;
    background-color: transparent;
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 7px;
    padding-left:5px;
    width: 80px;
}

.navbarDefaultPageMiddleItem{
    padding: 0px;        
    background-color:transparent;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-bottom:7px;
    width:120px;
}

.navbarDefaultPageStrachItem {
    padding: 0px;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: bottom;
    background-color:transparent;
}

.navbarDefaultPageLastItem {
    padding: 0px;
    display: table-cell;
    width: 210px;
    padding-bottom: 10px;
    vertical-align: bottom;
    background-color:transparent;
}


.searchNavDefaultPage {
    margin: 0px 0px 0px 0px;
    width:96%;
    background-color:transparent;
}

.searchNavDefaultPage ul {
    list-style-type: none;
    padding: 0px;
    display: table;
    /*width: 100%;*/
    table-layout: fixed;
    margin: 0px;
    background-color:transparent;
}

.searchNavDefaultPageSepItem {
    padding: 0px;
    display: table-cell;
    width:10px;
    background-color: transparent;
    text-align:center;
}

.searchNavDefaultPageLeftItem {
    padding: 0px;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: transparent;
}

.searchNavDefaultPageRightItem {
    padding: 0px;
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
}


.searchTextBoxDefaultPage {
    border: 1px solid #A6A8AB;
    border-radius: 5px;
    background-color: #E9E6E7;
    width: 95%;
    height: 25px;
    font-family: Roboto;
    margin-top: 10px;
}
.searchTextBoxDefaultPage input {
        border: 0px none transparent;
        background-color: transparent;
        width: 78%;
        margin-left: 5px;
        outline: none;
        box-shadow: none;
        outline-style: none;
        border-color: transparent;
}
.searchTextBoxDefaultPage input:focus {
    outline: 0;
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ListingAssociations {
    background-color: #E9E6E7;
    height: 120px;
    width:100%;
}
.ListingAssociations table 
{
    background-color: transparent;        
}
    .ListingAssociations  td {
        width: 300px;
        text-align: center
    }
.ListingAssociations img{
    margin-top:20px;
    height:80px;
    border:0;
}


.ListingAssociations1 {
    background-color: #E9E6E7;
    height: 210px;
    width: 100%;
    align-content:center;
}
 .ListingAssociations1 table {
        background-color: transparent;

}

    .ListingAssociations1 td {
       margin-top:40px;
    }

.ListingAssociations1 img {
        margin-top: 1px;
        height: 80px;
        border: 0;
}



.ListingAssociations2 {
    
    height: 280px;
    width: 100%;
    align-content: center;
}

    .ListingAssociations2 table {
        background-color: transparent;
    }

    .ListingAssociations2 td {
       
    }

    .ListingAssociations2 img {
        margin-top: 1px;
        height: 65px;
        border: 0;
    }

.ListingAssociations3 {
    height: 320px;
    width: 100%;
    align-content: center;
}

    .ListingAssociations3 table {
        background-color: transparent;
    }

    .ListingAssociations3 td {
    }

    .ListingAssociations3 img {
        margin-top: 1px;
        height: 65px;
        border: 0;
    }


        



        /*#btnW9Uploader{
    display:inline;
    background-color:#76477D;
    color:White;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    height:32px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}
#btnW9Uploader:hover{
   background-color:#683d6f;
    color:#FAF6F7;
    border:2px solid #683d6f;
    text-decoration:none;
}
#btnW9Uploader:visited{
    display:inline;
    background-color:#76477D;
    color:White;
    font-size:14px;
    font-weight:bold;
    border:2px solid #76477D;
    border-radius:5px;
    height:32px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    font-family:"roboto";
    cursor:pointer;
    cursor:hand;
}*/
        /*#btnW9Uploader:visited:hover{
    background-color:#683d6f;
    color:#FAF6F7;
    border:2px solid #683d6f;
    text-decoration:none;
}



.w9Uploader {
  width:0.1px;
  height:0.1px;
}*/












