body
{
    background-color: #E6E7E8;
    margin: 0px;
    padding: 0px;
    color: rgb(102, 102, 102);
font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.top_division
{
    background: url("/files/template_files/bg.gif") repeat-x;
    width: 100%;
    height: 242px;
    float: left;
}
#main
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.main_inner
{
    background: rgb(255, 255, 255);
    margin: 29px 0px 0px;
    width: 1000px;
    float: left;
}
.sub_inner
{
    background: rgb(255, 255, 255);
    margin: 0px 19px;
    width: 962px;
    float: left;
}
.hedar
{
    margin: 0px;
    padding: 0px;
    width: 962px;
    height: 140px;
    float: left;
}
.headar_left
{
    margin: 0px;
    padding: 0px;
    width: 407px;
    float: left;
}
.logo
{
    margin: 19px 0px 0px 2px;
    width: 405px;
    float: left;
}
.logo_bottom
{
    background: url("/files/template_files/logo_bottom_img.jpg") no-repeat;
    margin: 2px 0px 0px 3px;
    width: 404px;
    height: 5px;
    float: left;
}
.headar_right
{
    margin: 0px;
    padding: 0px;
    width: 555px;
    float: left;
}
.headar_right_main
{
    width: 555px;
    float: left;
}
.telphone_text
{
    margin: 5px 0px 0px 285px;
    color: rgb(0, 114, 188);
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 28px;
    float: right;
}
.telphone_text01
{
     margin: 4px 0px 0px 0px;
    color:  rgb(234, 183, 73);
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 26px;
    float: right;
    text-decoration: none;
}

.telphone_text01 a
{
    text-decoration: none;
    color:  rgb(234, 183, 73);
}

.telphone_text01 a:hover {
    color: rgb(255, 191, 54);
    text-shadow: 0px 0px 3px rgba(234, 183, 73, 0.42);
}

.headar_subtext
{
    margin: 4px 0px 0px 0px;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    float: right;
}

/********************* MENU *******************************/

.menu_main
{
    background: rgb(0, 113, 187);
    margin: 0px 0px 1px 2px;
    width: 960px;
    height: 35px;
    float: left;
}
.menu_left
{
    width: 760px;
    height: 34px;
    float: left;
}
.menu_right
{
    background: rgb(0, 113, 187);
    width: 198px;
    height: 35px;
    float: left;
}
.menu_right_text
{
    margin: 9px 0px 0px;
    width: 198px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.menu_right_text a
{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.menu_right_text a:hover
{
    color: rgb(234, 183, 73);
    text-decoration: none;
}
.menu
{
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.menu ul
{
    background: rgb(0, 113, 187);
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 35px;
}
.menu li
{
    padding: 0px;
    float: left;
}
.menu li a
{
    background-position: right bottom;
    margin: 0px;
    padding: 0px 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-image: url("/files/template_files/seperator.gif");
    background-repeat: no-repeat;
    background-color: rgb(0, 113, 187);
}
.menu li a:hover
{
    background-position: bottom;
    color: rgb(0, 113, 187);
    text-decoration: none;
    background-image: url("/files/template_files/hover.gif");
    background-repeat: no-repeat;
    background-color: rgb(234, 183, 73);
}
.menu ul li:hover a
{
    background-position: bottom;
    color: rgb(0, 113, 187);
    text-decoration: none;
    background-image: url("/files/template_files/hover.gif");
    background-repeat: no-repeat;
    background-color: rgb(234, 183, 73);
}
.menu li ul
{
    background: rgb(234, 183, 73);
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    width: 270px;
    height: auto;
    display: none;
    position: absolute;
    z-index: 200;
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    background: url("/files/template_files/sub_sep.gif") no-repeat left bottom;
    margin: 0px;
    padding: 0px;
    width: 270px;
    float: none;
    display: block;
}
.menu li:hover li a
{
}
.menu li ul a
{
    margin: 0px;
    padding: 0px 10px 0px 15px;
    height: 35px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    display: block;
}
.menu li ul a:hover
{
    background-position: left;
    border: 0px currentColor;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-image: url("/files/template_files/hover_sub.gif");
    background-repeat: no-repeat;
    background-color: rgb(0, 113, 187);
}
.menu li ul li:hover a
{
    background-position: left;
    border: 0px currentColor;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-image: url("/files/template_files/hover_sub.gif");
    background-repeat: no-repeat;
    background-color: rgb(0, 113, 187);
}
.menu p
{
    clear: left;
}

/********************* BANNER (LEFT MENU) *******************************/

#banner {
    font-family: 'Open Sans';
}

.banner-left-upcoming {
    width:247px;
    height:247px;
    float:left;
    background-color:#0071BB;
    margin-right:3px;
    color:#ffffff;
    padding:10px;
}
#banner h2 {
    padding-bottom: 2px;

    margin: 0;
}

#banner .banner_uptext {
    padding-top: 15px;
    padding-right: 5px;
}
#banner .banner_uptext img {
    padding-top: 5px;
    padding-left: 5px;
}

#banner .link_text {
    text-align: right;
  
    padding-right: 7px;
    padding-top: 2px;
}



#banner p {
   
    float: right;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 5px;
    font-weight: bold;
   
}




#banner .bluetext a:hover {
    color: rgb(234, 183, 73);
}


/********************* SLIDER *******************************/



.midal_contain
{
    width: 962px;
    float: left;
}
.banner_main
{
    margin: 20px 0px 2px;
    width: 962px;
    height: 250px;
    float: left;
}

#slider
{
    float:right;
    height: 287px!important;
}
#slider UL
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#slider LI
{
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#slider LI
{
    width: 692px;
    height: 300px;
    overflow: hidden;
}

#slider LI img {
    height: 257px;
}

#prevBtn
{
    position: absolute;
    margin: 0px;
    display: none;
    overflow: hidden;
    top: 20px;
}
#nextBtn
{
    position: absolute;
    margin: 0px;
    display: none;
    overflow: hidden;
    top: 20px;
}
#nextBtn
{
    left: 116px;
}
#prevBtn A
{
    text-align: center;
    padding-bottom: 7px;
    padding-left: 0px;
    width: 106px;
    padding-right: 0px;
    display: block;
    background: #111212;
    color: #ffffff;
    padding-top: 7px;
}
#nextBtn A
{
    text-align: center;
    padding-bottom: 7px;
    padding-left: 0px;
    width: 106px;
    padding-right: 0px;
    display: block;
    background: #111212;
    color: #ffffff;
    padding-top: 7px;
}
#prevBtn A:hover
{
    background: #47720c;
}
#nextBtn A:hover
{
    background: #47720c;
}
#nextBtn A
{
    text-align: center;
    padding-bottom: 7px;
    padding-left: 0px;
    width: 106px;
    padding-right: 0px;
    background: #111212;
    color: #ffffff;
    padding-top: 7px;
}






.banner_right
{
    width: 418px;
    float: left;
}
.banner_right_header
{
    width: 408px;
      background: rgb(0, 113, 187);
    margin: 0px 3px 3px 0px;
color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    float: left;
    padding-left:10px;
    
    padding-top:2px;
    padding-bottom:2px;
}
.banner_right_text
{
    width: 408px;
     
    margin: 0px 3px 3px 0px;


    float: left;
    padding-left:10px;
    
    padding-top:2px;
    padding-bottom:2px;
}
.banner_left
{
    width: 272px;
    float: left;
}
.banner_left_text_bg
{
    background: rgb(0, 113, 187);
    margin: 0px 3px 3px 0px;
    width: 269px;
    height: 81px;
    float: left;
}
.banner_left_text_bg01
{
    background: rgb(0, 113, 187);
    margin: 0px 3px 0px 0px;
    width: 269px;
    height: 80px;
    float: left;
}
.banner_left_top_text
{
    margin: 0px 0px 0px 12px;
    width: 255px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
}
.banner_left_sub_text
{
    margin: 0px 0px 6px 12px;
    width: 257px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.more_text
{
    margin: 0px 18px 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: underline;
    float: right;
}


.newbanner_left_text_bg
{
    background: rgb(0, 113, 187);
    margin: 0px 2px 5px 0px;
    width: 228px;
    float: left;
}
.newbanner_left_text_bg01
{
    background: rgb(0, 113, 187);
    margin: 0px 2px 0px 0px;
    width: 228px;
    height: 80px;
    float: left;
}

.rollover1 a {     display : block;
                      width : 228px;
                      height : 153px;
                      background-image:url(/files/images/where-up.jpg); 
                      margin-top:25px;}

 .rollover1 a:hover { display : block;
                       width : 228px;
                       height : 153px;
                       background-image:url(/files/images/where-over.jpg);   margin-top:25px;}
.rollover2 a {     display : block;
                      width : 228px;
                      height : 153px;
                      background-image:url(/files/images/calendar-up.jpg);  margin-top:25px; }

 .rollover2 a:hover { display : block;
                       width : 228px;
                       height : 153px;
                       background-image:url(/files/images/calendar-over.jpg);  margin-top:25px; }
.rollover3 a {     display : block;
                      width : 228px;
                      height : 153px;
                      background-image:url(/files/images/removals-up.jpg);  margin-top:25px; }

 .rollover3 a:hover { display : block;
                       width : 228px;
                       height : 153px;
                       background-image:url(/files/images/removals-over.jpg);  margin-top:25px; }

 /*meet thead team rollover images*/
 
.newbanner_left_text_bg_team
{
    background: rgb(255, 255, 255);
    margin: 0px 2px 5px 0px;
    width: 180px;
    float: left;
}
.team1 a {     
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/David_circle_B&W.png); 
    margin-top:25px;}

 .team1 a:hover { 
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/David_colour_circle.png);
    margin-top:25px;}


.team2 a {          
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Will_circle_B&W.png);
    margin-top:25px; }

 .team2 a:hover { 
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Will_colour_circle.png); 
    margin-top:25px; }
.team3 a {     
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Jane_circle_B&W.png);  
    margin-top:25px; }

 .team3 a:hover { 
     display : block;
     width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Jane_colour_circle.png);  
    margin-top:25px; }

 .team4 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Jeremy_circle_B&W.png); 
     margin-top:25px;}

 .team4 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Jeremy_colour_circle.png);   
     margin-top:25px;}

.team5 a {     
    display : block;
    width : 180px;
     height : 189px;
    background-image:url(/files/images/team/Tom_circle_B&W.png);  
    margin-top:25px; }

 .team5 a:hover { 
    display : block;
    width : 180px;
     height : 189px;
    background-image:url(/files/images/team/Tom_colour_circle.png);  
    margin-top:25px; }

.team6 a {    
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Jim_circle_B&W.png); 
    margin-top:25px; }

 .team6 a:hover { 
    display : block;
    width : 180px;
    height : 189px;
    background-image:url(/files/images/team/Jim_colour_circle.png);  
    margin-top:25px; }



 .team7 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/James_circle_B&W.png); 
     margin-top:25px;}

 .team7 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/James_colour_circle.png); 
     margin-top:25px;}
.team8 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Kate_circle_B&W.png); 
     margin-top:25px;}

 .team8 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Kate_colour_circle.png); 
     margin-top:25px;}

.team9 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Sarah_circle_B&W.png); 
     margin-top:25px;}

 .team9 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Sarah_colour_circle.png); 
     margin-top:25px;}

 .team10 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Ben_circle_B&W.png); 
     margin-top:25px;}

 .team10 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Ben_colour_circle.png); 
     margin-top:25px;}

.team11 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Emma_circle_B&W.png); 
     margin-top:25px;}

 .team11 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Emma_colour_circle.png); 
     margin-top:25px;}

.team12 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Vanya_circle_B&W.png); 
     margin-top:25px;}


 .team12 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Vanya_colour_circle.png); 
     margin-top:25px;}

 .team13 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Gavin_circle_B&W.png); 
     margin-top:25px;}

 .team13 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Gavin_colour_circle.png);   
     margin-top:25px;}
 .team14 a {     
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Charlie_circle_B&W.png); 
     margin-top:25px;}

 .team14 a:hover { 
     display : block;
     width : 180px;
     height : 189px;
     background-image:url(/files/images/team/Charlie_colour_circle.png);   
     margin-top:25px;}

 .newbanner_left_top_text_full
{
    margin: 0px 0px 0px 12px;
    width: 90%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
}
.newbanner_left_sub_text_full
{
    margin: 6px;
    background-color:white;
    color: Black;
    font-size: 13px;
    padding:2%;
    border-radius: 5px;
}
.newbanner_left_text_bg_full
{
    background: rgb(0, 113, 187);
    margin: 10px 2px 5px 0px;
    width: 100%;
    float: left;
}




.newbanner_left_top_text
{
    margin: 0px 0px 0px 12px;
    width: 195px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
}
.newbanner_left_sub_text
{
    margin: 0px 0px 6px 12px;
    width: 197px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.newmore_text
{
    margin: 0px 18px 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: underline;
    float: right;
}



.bluetext
{
   color: #006AB3;
}
.bluetext a
{
    color:#006AB3;
    text-decoration: underline;
}
.bluetext a:hover
{
    color: #006AB3;
    text-decoration: underline;
}
.whitetext
{
    color: rgb(255, 255, 255);
    
}
.whitetext a
{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.whitetext a:hover
{
    color: rgb(234, 183, 73);
    text-decoration: underline;
}

.more_text a
{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.more_text a:hover
{
    color: rgb(234, 183, 73);
    text-decoration: underline;
}
.banner_bottom
{
    background: url("/files/template_files/banner_bottom.gif") no-repeat;
    width: 962px;
    height: 4px;
    float: left;
}

/*********** HOME PAGE CONTAINER (TOP PICKS) *************************/

.midal_container_main
{
    padding: 0px 0px 5px;
    width: 962px;
   
}
.midal_container_left
{
    width: 690px;
    float: left;
    font-family: 'Open Sans';

}


.midal_container_sub_text h3
 {
    border-bottom: 1px solid rgba(109, 155, 186, 0.54);
    padding-bottom: 10px;
}

.midal_container_left p,
#ContentPlaceHolder1_topresults p,
#ContentPlaceHolder1_topresults span {
    font-size: 12px;
    padding-top: 10px;
    padding-left: 2px;
  
}

/************ AUCTION default.aspx ****************************/


.midal_container_left .contentboxinner tr:not(.gvemp):hover,
.midal_container_left .contentboxinner tr:not(.get_val_table):hover,
 {
    background: rgb(255, 250, 212)!important;
}

.midal_container_left .contentboxinner tr:nth-child(even):not(.gvemp):hover,
.midal_container_left .contentboxinner tr:nth-child(even):not(.get_val_table):hover, {
    background: rgba(0, 113, 187, 0.11)!important;
}


#ContentPlaceHolder1_resultsbox .gvemp th {
    min-width: 65px;
}

.midal_container_left .contentboxinner .soldfor_th {
    min-width: 80px!important;
}

.midal_container_left .contentboxinner td .soldfor_cell .item-sold-true {
    color: green;
}

.midal_container_left .contentboxinner td .soldfor_cell {
    font-size: 15px;
    text-align: center;
}

.midal_container_left .contentboxinner td .soldfor_cell a {
    color: red;
}

.midal_container_left .contentboxinner td #resultsbox_lotno {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.midal_container_left .contentboxinner td #resultsbox_description {
    padding-left: 15px;
    width: 85%;
}



#ContentPlaceHolder1_divbids p {
    font-weight: 800;

}

#ContentPlaceHolder1_resultsbox img {
    width: 150px;
}



.midal_container_left p {
    width: 99%;
    }

#ContentPlaceHolder1_topresults span {
    color: rgb(116, 255, 92);
    font-weight: bold;
}
.midal_container_top_text
{
    margin: 10px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.midal_container_top_text h1
{
    margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.midal_container_sub_text h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.midal_container_line
{
    margin: 10px 2px 0px;
    width: 100%;
    border-bottom-color: rgb(171, 171, 171);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    float: left;
}
.midal_container_sub_text
{
     margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(102, 102, 102);
    line-height: 15px;
   /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    float: left;
      width: 100%;
}
.midal_left01
{
    margin: 30px 0px 0px 2px;
    width: 335px;
    height: 223px;
    float: left;
}
.midal_left02
{
    margin: 30px 0px 0px 14px;
    width: 335px;
    height: 223px;
    float: left;
}
.midal_container_right
{
    width: 272px;
    float: left;
    font-family: 'Open Sans';
}

.midal_container_right h3 {
    font-size: 17px;
   /* padding-top: 12px;
    margin-bottom: 10px;*/
}

.midal_container_right span {
    
    padding-bottom: 2px;
    float: left;
    padding-top: 5px;
    width: 100%;
    
}

.midal_right_flag {
    margin: 19px 0px 0px 38px;
    width: 222px;
    height: 314px;
    float: left;
}
.midal_right01 {
    margin: 9px 0px 10px 19px;
    width: 262px;
    float: left;
}
.midal_right01_login {
    padding: 9px 0px 0px 5px;
    float: left;
    /*margin-top: 12px;*/
}

.midal_right01_login img {
    width: 100%;
}

#ContentPlaceHolder1_rightcolumn1_logoarea {
    padding-left: 15px;
}

#ContentPlaceHolder1_rightcolumn1_recent {
    margin-bottom: 10px;
}

#ContentPlaceHolder1_rightcolumn1_GridView1 tr {

	margin: 10px 0;
	height: auto !important;
 	 float: left;
  	width: 100%;


}

#ContentPlaceHolder1_rightcolumn1_GridView1 tr td {

	
 	 float: left;
  	width: 100%;


}




/************ sEARCHPREVIOUS.ASPX ******************************/

.lot-desc-cell {

	padding: 10px !Important;

}

.searchprevious-inner tr:not(.gvemp) {

height:auto !important;
	
}

/************ TERMS.ASPX ******************************/

.terms-inner .contentboxinner {
	padding: 15px;	
}

/************ SELLING.aspx ******************************/

/*.selling_cbo {
    width: 100%;
}
*/
.selling_maintext {
    padding: 20px;
}

.selling_maintext h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(0, 113, 187);
}

.selling_services_list {
    font-style: italic;
    padding-top: 0 !important;
    font-size: 13px !important;
}

.selling_subtext {
    font-size: 12px;
    color: rgb(0, 113, 187);
    text-align: center;
    padding-top: 12px;
}

.val_table_detail_inputs .ContainerMargin tr {
    margin: 5px 0;
    width: 100%;
    float: left;
}

.val_table_detail_inputs .ContainerMargin td.normal {
    text-align: right;
    width: 20%;
    float: left;
    padding-right: 15px;
}

.val_table_detail_inputs .ContainerMargin td:not(.normal) {
   
    width: 75%;
    float: left;
}

.val_table_detail_inputs .send_val_req {
    width: 100% !important;
    text-align: center;
}

.val_table_detail_inputs .send_val_req input {
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
}

#selling_charges_tables {
    padding: 15px;
}

#selling_charges_tables table tr {
    width: 100%;
    
}

#selling_charges_tables table tr td:first-child {
    width: 60%;
}
#selling_charges_tables table tr td:last-child {
   color: green;
}

.selling_terms_subtext {
    float: left;
    width: 100%;
}

.selling_terms_subtext ul {
    font-style: italic;
    font-size: 16px;
    color: rgb(0, 113, 187);
}

.selling_terms_contact {
    font-size: 15px!important;
    border-top: 1px solid rgba(0, 113, 187, 0.22);
    margin-top: 18px!important;
    padding-top: 22px!important;
}



/*********************** BUYING.aspx ***************************/

#buying_contentbox {
    padding: 15px;
}

#buying_contentbox h2{
    color: #0071BB;
}

#buying_contentbox .inner_page_nav {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#buying_contentbox .inner_page_nav ul {
    display: inline;
    float: left;
    width: 100%;
    background: rgb(239, 189, 64);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;


}

#buying_contentbox .inner_page_nav ul li {
   
    float: left;
    padding: 10px 10px;
    width: 21.9%;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 113, 187);
    
}

#buying_contentbox .inner_page_nav ul a li:hover {
     background: rgb(237, 199, 102);
}

#buying_contentbox .inner_page_nav ul a li:hover:first-child {
     border-top-left-radius: 6px;
}

#buying_contentbox .inner_page_nav ul a li:hover:last-child {
      border-top-right-radius: 6px;
}

#buying_contentbox .inner_page_nav ul a li:not(:last-child)  {

     border-right: 1px solid rgb(234, 219, 182);
}

#buying_contentbox .inner_page_nav ul a {
   
   color: white;
   font-weight: 800;
    
}

#buying_contentbox .inner_page_nav ul a:hover {
   
   text-decoration: none;
    
}

.buying_text_block {
    float: left;
    width: 100%;
}


/*********************** VALUATIONS.ASPX ***************************/

.valuations-inner h2
{
   
    color: rgb(0, 113, 187);
    }

.valuations-inner .contentboxinner {
    padding: 15px;
}

.valuations-inner .contentboxinner .value-intro {
    font-size: 16px;
    font-style: italic;
}
.valuations-inner .contentboxinner .value-intro,
.valuations-inner .contentboxinner .value-auction-title,
.valuations-inner .contentboxinner .value-auction-text,
.valuations-inner .contentboxinner .value-probate-title {
    width: 65%;
}

.valuations-inner .contentboxinner img {
    width: 25%;
}


/*********************** H_CLEAR.ASPX ********************/

.h-clear-inner .contentboxinner {
    padding: 15px;
}

/*********************** CONTACT.ASPX ********************/

.contact-inner .contentboxinner {
    padding: 15px;
}


.contact-inner .contact-address-text {
    font-size: 15px;
    padding-left: 10px;
}

.contact-inner .contact-details-text {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.contact-inner .contact-details-text span {
    width: 100%;
    float: left;
    font-size: 18px;
}

.contact-details-text-nofloat span {
    width: 100%;
    font-size: 18px;
}

.contact-enquiry-form h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-enquiry-form tr,
.contact-enquiry-form .form-text
 {
 
        width: 100%;
        float: left;
    
}

.contact-enquiry-form .form-text {
    margin: 5px 0;
    padding-left: 4px;
}

.contact-enquiry-form .greybutton {
    padding: 15px;
margin: 15px 0 0 -5px;
font-size: 15px;
border-radius: 4px;
}

/*********************** MEET.ASPX ********************/

.meet-inner .contentboxinner {
    padding: 15px;
}


/*********************** HOW TO FIND US.ASPX ********************/

.findus-inner img {
	padding: 10px 10px 0 0;
}
.findus-text {
	padding: 5px 5px 10px 15px;
	width: 49%;
	float: left;
}

.findus-text p {
	font-size: 15px;
}




#ContentPlaceHolder1_GMap1 
{
    height: auto !important;
    width: 94% !important;
    padding: 20px;
    float: left;
}

/*********************** NEWS ***************************/

.cn_wrapper{
    font-family: 'Open Sans';
}

.cn_item {
    padding-left: 10px !important;
}

.news-image {
    float: none;
    text-align: center!important;
}

.footer
{
    background: rgb(0, 113, 187);
    margin: -1px 1px 1px;
    width: 960px;
    height: 120px!important;
    float: left;

}
.footer_top_text
{
    margin: 14px 0px;
    width: 440px;
    text-align: right;
    color: rgb(255, 255, 255);
     font-family: "Open Sans";
    font-size: 13px;
    float:right;
    padding-right:20px;
}
.footer_top_text a
{
    color: rgb(253, 205, 84);
    text-decoration: none;
}
.footer_top_text a:hover
{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.footer_sub_text
{
    margin: 14px 0px;
    width: 440px;
    text-align: left;
    color: rgb(255, 255, 255);
     font-family: "Open Sans";
    font-size: 14px;
    float:left;
       padding-left:20px;

}
.footer_sub_text a
{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.footer_sub_text a:hover
{
    color: rgb(253, 205, 84);
    text-decoration: underline;
}

.footer_logos
{
    
    width: 20%;
    float: left;
    margin: 2%;

}
.footer_logos_area
{
    
    width: 100%;
    margin: 10px;

}
h3
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 21px;
    font-weight: bold;
}


#banner
{
     margin: 20px 0px 2px 2px;
    width: 962px;
    height: 257px;
    overflow:hidden;
}
#banner IMG
{
    display: block;
}
#banner .info
{
    position: relative;
    width: 280px;
    height: 250px;
    color: #ffffff;
    top: -250px;
}
#banner .info DIV
{
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}
#banner .info DIV H1
{
    font-size: 22px;
 
}
#banner .info DIV P
{
    font: 1em/1.8em Georgia;
    margin-bottom: 10px;
}
#banner .info A.more
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background: #46710b;
    color: #ffffff;
    padding-top: 5px;
}

.thumb{padding:8px 2px;}

img{border:0px}

#IMGarea {width: 600px; margin: 0px 10px 0px 0px; background-color: #ffffff;
            float: left;}
            
            
#TEXTarea {
	width: 350px; 
	margin: 0px 0px 0px 0px; 
	background-color: #ffffff;
        float: left;
        line-height:1.7em;
font-family: "Open Sans";
}

#TEXTarea h1 {
	color: rgb(216, 173, 65);
	margin: 10px 0;
}

#TEXTarea #ContentPlaceHolder1_soldprice {
	  margin: 10px 0;
  	width: 100%;
  	float: left;
	color: rgb(0, 113, 187);
	font-size: 18px;
	font-weight: bold;
}


#TEXTarea #ContentPlaceHolder1_openauction,
#TEXTarea #ContentPlaceHolder1_closedauction,
#TEXTarea #ContentPlaceHolder1_withdrawnauction {
	
}



#TEXTarea #ContentPlaceHolder1_closedauction,
#TEXTarea #ContentPlaceHolder1_withdrawnauction {
	color: red;
}



            
            .gotocart{display: none; width: 400px; background-color: White;
        border-width: 2px; border-color: Black; border-style: solid; padding: 20px; color: Black;}
        
        
               
        
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 10px 10px 10px 10px;
  position: relative;
  
  color: #666;

  /*Borders - (Optional)*/
  border-left: 15px solid #EDB74A;
  border-right: 2px solid #EDB74A;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}



blockquote::after{
  /*Reset to make sure*/
  content: "";
}



blockquote em{
  font-style: italic;
}
