a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

a[disabled] {
   
    color: gray;
}


a.disabled {
  
    color: gray;
}

.link[disabled] {
    
    color: gray;
}

.link:disabled {
   
    color: gray;
}



/* Menu Style */
.small 
{ font-family: Arial;
    font-size:11px;
        font-weight:100;
}


.GreenItem {
    font-family: Verdana;
    font-size: 12px;
    background-color: green;
    font-weight: bold;
    padding-left: 25px;
    height: 28px;
    color: White;
    margin-left: 15px;
    border-right: solid 1px #FFFFFF;
    text-align: center;
    width: 64px;
    cursor: pointer;
 
}

.He3 {
       font-weight: bold;
}



.error {
    background: #ffebeb url(Images/x.gif) no-repeat;
    background-position: 7px 7px;
    border: 1px solid #f5c1c2;
    font-weight: 700;
    color: #9e0b0f;
    padding: 8px 8px 8px 28px;
}

.warning {
    background: #fffeeb url(Images/warning.gif) no-repeat;
    background-position: 7px 7px;
    border: 1px solid #e6e5d8;
    font-weight: 700;
    color: #555;
    padding: 8px 8px 8px 28px;
}


    .hoverTable{
    
       border-collapse:collapse; 
    }
   
    /* Define the default color for all the table rows */
   
    /* Define the hover highlight color for the table row */
        .hoverTable tr:hover {
            background-color: #E2EDF2;
        }


.butred {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    border: 0px solid red;
    border-radius: 5px;
    background: red;
    font: normal normal 12px verdana;
    text-decoration: none;
    cursor: pointer;
    text-transform: lowercase;
    color: white;
    background: linear-gradient(to bottom, red, #cc171e);
}



    .butred:hover,
    .butred:focus {
        background: #cc171e;
        background: -webkit-gradient(linear, left top, left bottom, from(#f86c6c), to(#cc171e));
        background: -moz-linear-gradient(top, #f86c6c, ##cc171e);
        background: linear-gradient(to bottom, #f86c6c, #cc171e);
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }


/*Deals*/
    .buttoncart {
    float: left;
    content: "\f07a";
    font-size: 14px;
    color: #fff;
    z-index: 10;
    background-color: #cc171e;
    width: 80%;
    padding: 10px;
    margin: 2px 10% 8%;
    border-style: none;
}


.prodslider {
    width: 250px;
    border-color: #d4d4d4;
    border-style: Solid;
    border-width:0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;

}


.prodslider2 {
   
    border-color: #d4d4d4;
    border-style: Solid;
    border-width: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
  
}

.Price 
{
   color: #CC171E;
   font-weight:bold;
}


.WasPrice 
{
   color: #000000;
   font-weight:bold;
  text-decoration: line-through;


}

.StoreName 
{
   color: gray;
   font-weight:bold;
}






    /*Side corner*/
    .side-corner-tag {
        position: relative;
        color: white;
        display: inline-block;
        padding: 0px;
        overflow: hidden;
        font-family: Arial, sans-serif;
        font-weight: 500;
    } 
    
    .side-corner-tag p {
        display: inline;	
    }
    
    .side-corner-tag p span {
        position: absolute;
        display: inline-block;
        right: -25px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
        text-align: center;
        text-transform: uppercase;
        top: 55px;
        background: green;
        width: 50px;
        padding: 3px 10px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    } 
    
    .side-corner-tag p:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: -17px;
        right: 69px;
        z-index: -1;
        border: 17px solid;
        border-color: transparent transparent #662121 transparent;
    }
    
    .side-corner-tag p:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 74px;
        z-index: -1;
        right: -10px;
        border: 17px solid;
        border-color: #662121 transparent transparent transparent;
    }



    /*Gradient Table*/
table.gradienttable {
    font-family: verdana,arial,sans-serif;
  /*  font-size:11px;*/
    border-collapse: collapse;
   box-shadow: 0px 1px 1px grey;
}

table.gradienttable tr:hover {
          background-color: #d3e4ed;
    }

table.gradienttable th {
    padding: 10px;
    background: #e1e8f0;
    background: -moz-linear-gradient(top,  #e1e8f0 0%, #eeeeeee 40%, #b3c8cc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e8f0), color-stop(40%,#eeeeeee), color-stop(100%,#b3c8cc));
    background: -webkit-linear-gradient(top,  #e1e8f0 0%,#eeeeeee 40%,#b3c8cc 100%);
    background: -o-linear-gradient(top,  #e1e8f0 0%,#eeeeeee 40%,#b3c8cc 100%);
    background: -ms-linear-gradient(top,  #e1e8f0 0%,#eeeeeee 40%,#b3c8cc 100%);
    background: linear-gradient(to bottom,  #e1e8f0 0%,#eeeeeee 40%,#b3c8cc 100%);
    border: 1px solid #999999;
}
table.gradienttable td {
    padding: 5px;
 
    border: 1px solid #999999;
}
table.gradienttable th p{
    margin:0px;
    padding:8px;
    border-top: 1px solid #eefafc;
    border-bottom:0px;
    border-left: 1px solid #eefafc;
    border-right:0px;
}
table.gradienttable td p{
    margin:0px;
    padding:8px;
    border-top: 1px solid #fcfdec;
    border-bottom:0px;
    border-left: 1px solid #fcfdec;;
    border-right:0px;
}
/*-----------------------------------------------------*/





    /*Gradient Table2*/
table.gradienttable2 {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    border-collapse: collapse;
    box-shadow: 0px 1px 1px #F5F5F5;

}

table.gradienttable2 tr:hover 
{
    background-color: #d3e4ed;
}

table.gradienttable2 th {
    padding: 10px;
    background: #8A95A7;
    color:white;

    border: 1px solid #F5F5F5;
}
table.gradienttable2 td {
    
    border: 1px solid #F5F5F5;
    padding: 5px;
}
table.gradienttable2 th p{
    margin:0px;
    padding:8px;
    border-top: 1px solid #B5B5B5;
    border-bottom:0px;
    border-left: 1px solid #B5B5B5;
    border-right:0px;
}
table.gradienttable2 td p{
    margin:0px;
    padding:8px;
    border-top: 1px solid #B5B5B5;
    border-bottom:0px;
    border-left: 1px solid #B5B5B5;
    border-right:0px;
}
/*-----------------------------------------------------*/



/* tree nodes */

.tree_root_style 
{
    font-weight:bold;padding: 3px; 
}

.TreeNodeIsMenu
{


  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
  FONT-WEIGHT:bold;
  COLOR:#000000;
  cursor: default; 
}


.TreeNodeIsMenu_Selected
{

  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
  FONT-WEIGHT:bold;
  COLOR:#000000;
  BACKGROUND-COLOR: #e7e7ef;
  
}

.TreeNodeIsMenu_Hover
{


  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
  FONT-WEIGHT:bold;
  COLOR:#000000;
  
}


.TreeNodeInvisible
{
 

  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#808080;
  cursor: default;
}
.TreeNode
{

  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor:default; 
  cursor: pointer; 
  COLOR:#000080;
  word-wrap: break-word;
  }

.SelectedTreeNode
{
    padding-right: 3px;
    padding-left: 3px;
 
    padding-bottom: 1px;
    cursor: default;
    COLOR:#000080;
    padding-top: 1px;

    background-color: #ffffcc;
    cursor:pointer;
    
}


.SelectedNodeRow
{
    cursor:pointer;
    background-color: #eeee;
}




.HoverNodeRow
{ 

  color: #B50818; 
  text-decoration: none; 
  cursor: pointer;
 
}

.HoverTreeNode
{ 


  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: #B50818; 
  text-decoration: underline; 
  cursor: pointer;
  
}


.Closed {
    color: red;
}


.ClosedNegotiated {
    color: red;
}


.Issued {
    color: blue;
}


.Awarded {
    color: green;
}


.Negotiating {
    color: brown;
}


.Auction {
    color: orange;
}

.Responded {
    background-color: lightgreen;
}

.Editing {
    color: maroon;
}



.Withdrawn {
    color: purple;
}




.imageplaceholder {
    object-fit: scale-down;
}




blink {
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite
}

@-webkit-keyframes blink {
    67% {
        opacity: 0
    }
}

@keyframes blink {
    67% {
        opacity: 0
    }
}



.overlaywithnoclick {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0); /*dim the background*/
    opacity: 0.7;
    filter: alpha(opacity = 70);
    z-index: 1001;
    pointer-events: none; /* Elements covered by a container div and not clickable */
}








/*ERFX Type Single source Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.singlesourcebigbutton {
    width: 500px;
    background: #008080; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #008080; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #008080, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #008080, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #008080, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .singlesourcebigbutton:hover, input#singlesourcebigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #008080, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #008080, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #008080, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }


/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/

.Pinkbigbutton {
    width: 500px;
    background: #da33ff; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #da33ff; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #da33ff, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #da33ff, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #da33ff, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .Pinkbigbutton:hover, input#Pinkbigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #da33ff, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #da33ff, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #da33ff, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }















.contractsourcebigbutton {
    width: 500px;
    background: #6E2C00; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #6E2C00; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .contractsourcebigbutton:hover, input#contractsourcebigbutton:focus {
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }




/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.bluebigbutton {
    width: 500px;
    background: #3e9cbf; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #3e9cbf; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .bluebigbutton:hover, input#bluebigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }



/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.redbigbutton {
    width: 500px;
    background: #cc171e; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #cc171e; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #cc171e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #cc171e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #cc171e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .redbigbutton:hover, input#redbigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #cc171e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #cc171e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #cc171e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }



/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.greenbigbutton {
    width: 500px;
    background: #75cc17; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #75cc17; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #75cc17, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #75cc17, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #75cc17, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .greenbigbutton:hover, input#greenbigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #75cc17, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #75cc17, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #75cc17, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }



/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.lightgreenbigbutton {
    width: 500px;
    background: #006E36; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #006E36; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #006E36, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #006E36, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #006E36, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .lightgreenbigbutton:hover, input#lightgreenbigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #006E36, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #006E36, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #006E36, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }




/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.graybigbutton {
    width: 500px;
    background: #4e4e4e; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid #4e4e4e; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px #4e4e4e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #4e4e4e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #4e4e4e, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .graybigbutton:hover, input#graybigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px #4e4e4e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px #4e4e4e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px #4e4e4e, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }






/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.orangebigbutton {
    width: 500px;
    background: orange; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid orange; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px orange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px orange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px orange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .orangebigbutton:hover, input#orangebigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px orange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px orange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px orange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }





/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/
.orangeFbigbutton {
    width: 500px;
    background: darkorange; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid darkorange; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px darkorange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px darkorange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px darkorange, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
    .orangeFbigbutton:hover, input#orangeFbigbutton:focus {
        color: #dfe7ea;
        /*reduce the size of the shadow to give a pushed effect*/
        -webkit-box-shadow: inset 0px 1px 0px darkorange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        -moz-box-shadow: inset 0px 1px 0px darkorange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
        box-shadow: inset 0px 1px 0px darkorange, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }





/*ERFX Type Buttons  FIRST STYLE THE BUTTON*/
/*http://cssdemos.tupence.co.uk/button-styling.htm*/



.purplelbigbutton {
    width: 500px;
    background: purple; /*the colour of the button*/
    padding: 8px 14px 10px; /*apply some padding inside the button*/
    border: 1px solid purple; /*required or the default border for the browser will appear*/
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text*/
    font-size: 1.5em;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
    -webkit-box-shadow: inset 0px 1px 0px purple, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px purple, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px purple, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    /***SET THE BUTTON'S HOVER AND FOCUS STATES***/
.purplebigbutton:hover, input#purplebigbutton:focus {
    color: #dfe7ea;
    /*reduce the size of the shadow to give a pushed effect*/
    -webkit-box-shadow: inset 0px 1px 0px purple, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px purple, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    box-shadow: inset 0px 1px 0px purple, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}














/*ERFQ Type Colours*/
.Product {
    color: #cc171e;
    font-weight: 600;
}

.Service {
    color: #178ecc;
    font-weight: 600;
}

.Proposal {
    color: #75cc17;
    font-weight: 600;
}

.Information {
    color: #4e4e4e;
    font-weight: 600;
}

.Auction {
    color: #F79637;
    font-weight: 600;
}

.QuickQuoteProduct {
    color: #964aba;
    font-weight: 600;
}

.OpenQuote {
    color: #4c009c;
    font-weight: bold;
}

.SingleSource {
    color: darkred;
    font-weight: 600;
}

.ContractSource {
    color: #6B1721;
    font-weight: 600;
}

.CatalogueItems {
    color: #DA33FF;
    font-weight: 600;
}

.eRFQServicesNew {
    color: #178ecc;
    font-weight: 600;
}

.SiteBriefing {
    color: #006E36;
    font-weight: 600;
}























/*Image Text Blocks*/
.container {
    position: relative;
    /*font-family: Arial;*/
}

.text-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #CC171E;
    border-radius: 20px;
    border: 1px solid #CC171E;
    color: white;
    padding: 3px;
    opacity: 0.6;
    font-size:10px;
    filter: Alpha(opacity=6); /* IE8 and earlier */
}

.FormsInput:focus {
    background-color: #ffffda;
}

.input:focus {
    background-color: #ffffda;
}


.txtFormsInput:focus {
    background-color: #ffffda;
}

.PopUpInput:focus {
    background-color: #ffffda;
}



.FormsInputWatermark {
    font-family: Verdana;
    color: #CAC1C3;
    background-color: #F5F5F5;
    border-color: #D4D4D4;
    border-style: Solid;
    font-size: 12px;
    margin-bottom: 0px;
    width: 350px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 2px;
}



.meter-wrap-p {
    position: relative;
}

.meter-wrap-p, .meter-value-p, .meter-text-p {
    /* The width and height of your image */
    width: 147px;
    height: 18px;
}


.meter-wrap-p {
    border-radius: 6px;
    height: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.meter-value-p {
    /*background: #eeeeee url(images/meter-outline1.png) top left no-repeat;*/
    height: 20px;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}


.meter-text-p {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
    font-size: 10px;
    color: black;
    text-align: center;
    width: 100%;
    border-radius: 12px;
}



.threeD2 {
    color: #00479b;
    font-size: 35px;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
    text-shadow: 0 0 0.2em #eeeeee, 0 0 0.2em #eeeeee,0 0 0.2em #87F;
    text-align:center;
}


.threeD2small {
    color: #cc171e;
    font-size: 15px;
    text-shadow: 3px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
    text-shadow: 0 0 0.2em #eeeeee, 0 0 0.2em #eeeeee,0 0 0.2em #87F;
}