.box_round{
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -ms-border-radius: 12px; 
}

.round2{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -ms-border-radius: 2px; 
}

.box_round5LkLike{
    border: 1px solid #0080C3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px; 
} 


.box_round5{
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px; 
}

.box_top_round{
    border: 1px solid #9C9C9C;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    
  
}

.box_top_round5{
    border: 1px solid #9C9C9C;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
  
}

.box_bottom_round{
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    
  
}

.box_bottom_round5{
    border: 1px solid #9C9C9C;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
  
}

.text_shadow{
        /*filter: glow(color=#FB8725,strength=3);
        text-shadow: 1px 1px 3px #FB8725;
        */
        
  
}

.text_shadowWhite{
        /*filter: glow(color=#FFFFFF,strength=3);
        text-shadow: 1px 1px 3px #FFFFFF;
        */
  
}

.gradientGrey{
      background-color:#E6E6E6;
  background-image: -moz-linear-gradient(top,#E6E6E6, #9C9C9C); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E6E6E6),color-stop(1, #9C9C9C)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#E6E6E6, #9C9C9C);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E6E6', EndColorStr='#9C9C9C'); /* IE6–IE9 */
            
  
}

.gradientGreyButton{
      background-color:#7f7f80;
  background-image: -moz-linear-gradient(top,#7f7f80, #444445); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7f7f80),color-stop(1, #444445)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#7f7f80, #444445);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f7f80', EndColorStr='#444445'); /* IE6–IE9 */
            
  
}

.gradientGreyStyle1{
      background-color:#fbfbfb;
  background-image: -moz-linear-gradient(top,#fbfbfb, #e5e9eb); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(1, #e5e9eb)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#fbfbfb, #e5e9eb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#e5e9eb'); /* IE6–IE9 */
            
  
}

.gradientOrangeButton{
          background-color:#ffc300;
  background-image: -moz-linear-gradient(top,#ffc300, #fa9d00); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffc300),color-stop(1, #fa9d00)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#ffc300, #fa9d00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc300', EndColorStr='#fa9d00'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                      text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
  
}


.gradientOrangeButtonOLDDDDDDDDDDDDDDDDDDDDDD{
      background-color:#ffc300;
  background-image: -moz-linear-gradient(top,#ffc300, #fa9d00); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffc300),color-stop(1, #fa9d00)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#ffc300, #fa9d00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc300', EndColorStr='#fa9d00'); /* IE6–IE9 */
            
  
}


.gradiendBluePlan{
          background-color:#0080c3;
  background-image: -moz-linear-gradient(top,#1465B7, #0080c3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #0080c3)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #0080c3);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#0080c3'); /* IE6–IE9 */
            
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

.gradiendBluePlan2{
          background-color:#0080c3;
  background-image: -moz-linear-gradient(top,#0080c3, #1465B7); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0080c3),color-stop(1, #1465B7)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#0080c3, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0080c3', EndColorStr='#1465B7'); /* IE6–IE9 */
            
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

.gradientButtonPlansHome{
        background-color:#FB8725;
  background-image: -moz-linear-gradient(top,#FB8725, #fba963); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FB8725),color-stop(1, #fba963)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#FB8725, #fba963);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FB8725', EndColorStr='#fba963'); /* IE6–IE9 */
  
}


.box_shadow {

-moz-box-shadow:#58585A 0px 0px 4px; /* FF3.5+ */
-webkit-box-shadow:#58585A 0px 0px 4px; /* Saf3.0+, Chrome */
box-shadow:#58585A 0px 0px 4px; /* Opera 10.5, IE9 */ 
}

.box_shadow2 {
     -moz-box-shadow: #58585A 3px 3px 8px; /* FF3.5+ */
  -webkit-box-shadow: #58585A 3px 3px 8px; /* Saf3.0+, Chrome */
          box-shadow: #58585A 3px 3px 8px; /* Opera 10.5, IE9 */ 
}


.box_shadowSearch {
     -moz-box-shadow: 0px 0px 8px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 8px #58585A; /* Opera 10.5, IE9 */

         /* 
behavior: url(/js/PIE.htc);*/
  
}

.box_gradient{
      background-color:#1465B7;
  background-image: -moz-linear-gradient(top,#1465B7, #d1eeff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #d1eeff)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #d1eeff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#d1eeff'); /* IE6–IE9 */
            -pie-background: linear-gradient(#1465B7, #d1eeff);
           
  
}

.box_gradientINV{
      background-color:#d1eeff;
  background-image: -moz-linear-gradient(top,#d1eeff,#1465B7 ); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d1eeff),color-stop(1, #1465B7)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#d1eeff, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1eeff', EndColorStr='#1465B7'); /* IE6–IE9 */
            -pie-background: linear-gradient(#d1eeff, #1465B7);
           
  
}

.box_gradient2{
      background-color:#E6E6E6;
  background-image: -moz-linear-gradient(top,#E6E6E6, #9C9C9C); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E6E6E6),color-stop(1, #9C9C9C)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#E6E6E6, #9C9C9C);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E6E6', EndColorStr='#9C9C9C'); /* IE6–IE9 */
            -pie-background: linear-gradient(#E6E6E6, #9C9C9C);
            
  
}

.box_gradient3{
      background-color:#c8f1ff;
  background-image: -moz-linear-gradient(top,#c8f1ff, #3e7798); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8f1ff),color-stop(1, #3e7798)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#c8f1ff, #3e7798);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c8f1ff', EndColorStr='#3e7798'); /* IE6–IE9 */
            -pie-background: linear-gradient(#c8f1ff, #3e7798);
            
  
}

.box_gradient4{
      background-color:#1465B7;
  background-image: -moz-linear-gradient(top,#1465B7, #696969); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #696969)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #696969);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#696969'); /* IE6–IE9 */
            -pie-background: linear-gradient(#1465B7, #696969);
            
  
}

.box_gradient4INV{
      background-color:#1465B7;
  background-image: -moz-linear-gradient(top,#696969, #1465B7); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#696969),color-stop(1, #1465B7)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#696969, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#696969', EndColorStr='#1465B7'); /* IE6–IE9 */
            -pie-background: linear-gradient(#696969, #1465B7);
            
  
}
.midbox_search{
    border: 1px solid #9C9C9C;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    
  
}



.box_void{
    border: 0px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    
  
}

.box_shadow_light{
     -moz-box-shadow: 6px 6px 12px #FB8725; /* FF3.5+ */
  -webkit-box-shadow: 6px 6px 12px #FB8725; /* Saf3.0+, Chrome */
          box-shadow: 6px 6px 12px #FB8725; /* Opera 10.5, IE9 */
    
  
}

.text_sutil, .unregister{
     text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  
}
.text_sutil_white{
     text-shadow: -1px -1px 0 white;
}

.text_sutil2{
     text-shadow: -1px -1px 0 white;
}

.box_stats{
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#0080c3;
  background-image: -moz-linear-gradient(top,#1465B7, #0080c3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #0080c3)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #0080c3);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#0080c3'); /* IE6–IE9 */
            
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

.panel_stats{
        border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#0080c3;
  background-image: -moz-linear-gradient(top,#1465B7, #0080c3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #0080c3)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #0080c3);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#0080c3'); /* IE6–IE9 */
            
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}





div#accountShortcut {
    border: 1px solid #9c9c9c;
    border-right: 0px;
       -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
             -moz-box-shadow: 0px 0px 6px #FB8725; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 6px #FB8725; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 6px #FB8725; /* Opera 10.5, IE9 */
        background-color:#fba963;
    
  
}

#text_english_is{
    border: 2px solid #9c9c9c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
}




/* Formularios pub */

.publicarForm h3{
    border: 1px solid #9C9C9C;
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

              background-color:#0080c3;
  background-image: -moz-linear-gradient(top,#1465B7, #0080c3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #0080c3)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #0080c3);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#0080c3'); /* IE6–IE9 */
            
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

.pubContainer, .pubLeftItemLarge,.pubFullItem,.custom,.custom2,.pubFullItem2{
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     -moz-box-shadow: 0px 0px 4px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #58585A; /* Opera 10.5, IE9 */


    margin: 8px 0px;
  
}

.publicarForm .pubInput,
.publicarForm .pubInputArea,
.addable_text,
#offer_social_media_text,
#demand_social_media_text{
        border: 1px solid #9C9C9C;
         -moz-box-shadow: 3px 3px 8px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 3px 3px 8px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 3px 3px 8px #58585A; /* Opera 10.5, IE9 */

margin-bottom: 10px;
  
}


.confirmOrder{
    text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
  
}
/* NEW MENU */
#top .hometopmenu .hometoplogin a.login,#top .hometopmenu .hometoplogin a.logout{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
             -moz-box-shadow: 0px 0px 1px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 1px #58585A; /* Saf3.0+, Chrome */
          box-shadow:  0px 0px 1px #58585A; /* Opera 10.5, IE9 */
}

#top .hometopmenu .hometoplogin a.login:hover, #top .hometopmenu .hometoplogin a.logout:hover{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.50);
}

#menuinn,#menuinn .menuinn_item .menuinn_submenu .submitimg{
              background-color:#1465B7;
  background-image: -moz-linear-gradient(top,#1465B7, #696969); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1465B7),color-stop(1, #696969)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#1465B7, #696969);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1465B7', EndColorStr='#696969'); /* IE6–IE9 */
            
                     -moz-box-shadow: 0px 0px 3px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #58585A; /* Opera 10.5, IE9 */
  
}

#menuinn .menuinn_item a.main{
    text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
}


#menuinn .menuinn_selected a.main{
    border: 1px solid #ECECEC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#FFFFFF;
            border-bottom: 0px;
            color:#1465B7;
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
}

#menuinn .menuinn_accountNotValidated a.main{
            border: 1px solid #ECECEC;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#88d588;

            padding-bottom: 0px !important;
            color:white !important;
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
}

#menuinn .menuinn_accountValidated a.main{
            border: 1px solid #ECECEC;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#88d588;

            color:white !important;
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
}

#menuinn .menuinn_companies:hover a.main,
#menuinn .menuinn_offers:hover a.main,#menuinn .menuinn_demands:hover a.main{
        border: 1px solid #ECECEC;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
          background-color:#c7d3d2;
  background-image: -moz-linear-gradient(top,#c7d3d2,#f3f6f5 ); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c7d3d2),color-stop(1, #f3f6f5)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#c7d3d2, #f3f6f5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c7d3d2', EndColorStr='#f3f6f5'); /* IE6–IE9 */
            
            color:#1465B7;
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
}


#menuinn .menuinn_selected:hover a.mainHover{
    border: 1px solid #ECECEC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
          background-color:#c7d3d2;
  background-image: -moz-linear-gradient(top,#c7d3d2,#f3f6f5 ); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c7d3d2),color-stop(1, #f3f6f5)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#c7d3d2, #f3f6f5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c7d3d2', EndColorStr='#f3f6f5'); /* IE6–IE9 */
            
            border-bottom: 0px;
            color:#1465B7;
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
            padding-bottom: 0px;
}

#menuinn .menuinn_item:hover a.mainHover{
    border: 1px solid #ECECEC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
          background-color:#c7d3d2;
  background-image: -moz-linear-gradient(top,#c7d3d2,#f3f6f5 ); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c7d3d2),color-stop(1, #f3f6f5)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#c7d3d2, #f3f6f5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c7d3d2', EndColorStr='#f3f6f5'); /* IE6–IE9 */
            
            border-bottom: 0px;
            color:#1465B7;
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
}

#oooomenuinn .menuinn_selectedaccount:hover a.main{
    border: 1px solid #ECECEC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
          background-color:#FFFFFF;
            border-bottom: 0px;
            color:#1465B7;
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
            padding-bottom: 8px;
            background-image: none;
}

#menuinn .menuinn_selectedaccount a.main{
    border: 1px solid #ECECEC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
          background-color:#edffed;
  background-image: -moz-linear-gradient(top,#88d588,#edffed ); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#88d588),color-stop(1, #edffed)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#88d588, #edffed);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88d588', EndColorStr='#edffed'); /* IE6–IE9 */
            
            color:#1465B7 !important;

    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
}

#menuinn .menuinn_item .menuinn_submenu{
    border: 1px solid #ECECEC;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
background-color:#f3f6f5;
  background-image: -moz-linear-gradient(top,#f3f6f5, #c7d3d2); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f6f5),color-stop(1, #c7d3d2)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#f3f6f5, #c7d3d2);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f6f5', EndColorStr='#c7d3d2'); /* IE6–IE9 */
            
     -moz-box-shadow: 0px 3px 4px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 3px 4px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 3px 4px #58585A; /* Opera 10.5, IE9 */
          border-top: 0px;
  
}

#menuinn .menuinn_item .menuinn_submenu_demands,#menuinn .menuinn_item .menuinn_submenu_offers{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  
}

#menuinn .menuinn_item .menuinn_submenu_about{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  
}
#menuinn .menuinn_item .menuinn_submenu a.goplans{
          background-color:#ffc300;
  background-image: -moz-linear-gradient(top,#ffc300, #fa9d00); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffc300),color-stop(1, #fa9d00)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#ffc300, #fa9d00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc300', EndColorStr='#fa9d00'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                      text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
}


ul.home_links li a{
    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
}

.submenu_aboutBox,.submenu_aboutBox2{
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        -moz-box-shadow: 0 0 18px #24393A; /* FF3.5+ */
        -webkit-box-shadow: 0 0 18px #24393A; /* Saf3.0+, Chrome */
        box-shadow: 0 0 18px #24393A; /* Opera 10.5, IE9 */
        text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
         
}

#menuinn .menuinn_item .menuinn_submenu{
    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
  
}


/* new search */
.commonSearchFilter .titleSearch2{
              background-color:#ffc300;
  background-image: -moz-linear-gradient(top,#ffc300, #fa9d00); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffc300),color-stop(1, #fa9d00)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#ffc300, #fa9d00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc300', EndColorStr='#fa9d00'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
}

.commonSearchFilter .searchBody .submitSearch{
      background-color:#fbfbfb;
  background-image: -moz-linear-gradient(top,#fbfbfb, #e5e9eb); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(1, #e5e9eb)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#fbfbfb, #e5e9eb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#e5e9eb'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(255,255,255,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
              -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.orderConfirm{
      background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top,#FFFFFF, #c7d3d2); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1, #c7d3d2)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#FFFFFF, #c7d3d2);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#c7d3d2'); /* IE6–IE9 */
            
                 -moz-box-shadow: 0px 3px 4px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 3px 4px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 3px 4px #58585A; /* Opera 10.5, IE9 */
}


table.myRcvResponses{
                     -moz-box-shadow: 0px 3px 4px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 3px 4px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 3px 4px #58585A; /* Opera 10.5, IE9 */
}

.newbuttonOrange{
              background-color:#FAC831;
  background-image: -moz-linear-gradient(top,#FEDF85, #FAC831); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FEDF85),color-stop(1, #FAC831)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#FEDF85, #FAC831);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEDF85', EndColorStr='#FAC831'); /* IE6–IE9 */
            text-shadow: 1px 1px 0 #FFFFFF;
             -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
            color:#4E2700 !important
}

.newbuttonOrange_OLDCSS{
              background-color:#ffc300;
  background-image: -moz-linear-gradient(top,#ffc300, #fa9d00); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffc300),color-stop(1, #fa9d00)); /* Saf4+, Chrome */
  background-image: linear-gradient(top,#ffc300, #fa9d00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc300', EndColorStr='#fa9d00'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #9C9C9C;
  color:white !important;
}

.addOfferButtonFlashWrap{
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        -moz-box-shadow: 0 0 18px #24393A; /* FF3.5+ */
        -webkit-box-shadow: 0 0 18px #24393A; /* Saf3.0+, Chrome */
        box-shadow: 0 0 18px #24393A; /* Opera 10.5, IE9 */
        text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
         
}

.addOfferButtonFlashWrap a{
    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
}



.lkinButton{
              background-color:#1465B7;
  background-image: -moz-linear-gradient(top, #73AEC9, #1465B7); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AEC9),color-stop(1, #1465B7)); 
  background-image: linear-gradient(top, #73AEC9, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AEC9', EndColorStr='#1465B7'); 
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; 
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; 
          box-shadow: 0px 0px 5px #9C9C9C; 
          border: 1px solid white;
  color:white !important;
}
.qTipForm{
              background-color:#f2f5f4;
  background-image: -moz-linear-gradient(top, #f2f5f4,#d9e2e9); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f2f5f4),color-stop(1, #d9e2e9)); 
  background-image: linear-gradient(top, #f2f5f4, #d9e2e9);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f5f4', EndColorStr='#d9e2e9'); 
            
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; 
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; 
          box-shadow: 0px 0px 5px #9C9C9C; 
          border: 1px solid white;
  color:black !important;
}


.lkinPlan{
              background-color:#f2f5f4;
  background-image: -moz-linear-gradient(top, #d9e2e9, #f2f5f4); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d9e2e9),color-stop(1, #f2f5f4)); 
  background-image: linear-gradient(top, #d9e2e9, #f2f5f4);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9e2e9', EndColorStr='#f2f5f4'); 
            
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; 
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; 
          box-shadow: 0px 0px 5px #9C9C9C; 
          border: 1px solid white;
  color:black !important;
}


.lkinButton:hover,.lkinButtonHover{
              background-color:#1465B7;
  background-image: -moz-linear-gradient(top, #73AE00, #146500); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AE00),color-stop(1, #146500)); /* Saf4+, Chrome */
  background-image: linear-gradient(top, #73AE00, #146500);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AE00', EndColorStr='#146500'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid white;
  color:white !important;
}
.callToActionHA{
              background-color:#f2f5f4;
  background-image: -moz-linear-gradient(top, #d9e2e9, #f2f5f4); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d9e2e9),color-stop(1, #f2f5f4)); 
  background-image: linear-gradient(top, #d9e2e9, #f2f5f4);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9e2e9', EndColorStr='#f2f5f4'); 
            
                 -moz-box-shadow: 0px 3px 4px #58585A; /* FF3.5+ */
  -webkit-box-shadow: 0px 3px 4px #58585A; /* Saf3.0+, Chrome */
          box-shadow: 0px 3px 4px #58585A; /* Opera 10.5, IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
          border: 1px solid white;
  color:white !important;
}


#scrollFollow,.pubPrettyBox,iframe.uploadFrame{
    border: 1px solid #58585A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px; 
    
    
    -moz-box-shadow:#58585A 0px 0px 4px; /* FF3.5+ */
-webkit-box-shadow:#58585A 0px 0px 4px; /* Saf3.0+, Chrome */
box-shadow:#58585A 0px 0px 4px; /* Opera 10.5, IE9 */ 
}

p.seller1,p.seller2{
    padding: 5px;
    margin: 5px;

    text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
          border: 1px solid transparent;
}



.lkinLikeTdLeft h1{
              background-color:#1465B7;
  background-image: -moz-linear-gradient(top, #73AEC9, #1465B7); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AEC9),color-stop(1, #1465B7)); 
  background-image: linear-gradient(top, #73AEC9, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AEC9', EndColorStr='#1465B7'); 
            text-shadow: -1px -1px 0 rgba(0,0,0,0.50);

          border: 1px solid #1465B7;
          color:white !important;
}


.lkinButtonPayment,.lkinButtonPayment2,.paymentPlan .backStepPayment,.paymentPlan .lastStepPayment{
              background-color:#146500;
  background-image: -moz-linear-gradient(top, #73AE00, #146500); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AE00),color-stop(1, #146500)); /* Saf4+, Chrome */
  background-image: linear-gradient(top, #73AE00, #146500);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AE00', EndColorStr='#146500'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid #146500;
  color:white !important;
}

.lkinButtonPayment:hover,.lkinButtonPayment2:hover,.paymentPlan .backStepPayment:hover,.paymentPlan .lastStepPayment:hover{
              background-color:#146500;
  background-image: -moz-linear-gradient(top, #73AE00, #146500); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AE00),color-stop(1, #146500)); /* Saf4+, Chrome */
  background-image: linear-gradient(top, #73AE00, #146500);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AE00', EndColorStr='#146500'); /* IE6–IE9 */
            text-shadow: -1px -1px 0 rgba(0,0,0,0.50);
                 -moz-box-shadow: 0px 0px 5px #9C9C9C; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #9C9C9C; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #9C9C9C; /* Opera 10.5, IE9 */
          border: 1px solid white;
  color:white !important;
}


table.lkinLeft{
              background-color:#1465B7;
  background-image: -moz-linear-gradient(top, #73AEC9, #1465B7); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73AEC9),color-stop(1, #1465B7)); 
  background-image: linear-gradient(top, #73AEC9, #1465B7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73AEC9', EndColorStr='#1465B7'); 
            text-shadow: -1px -1px 0 rgba(0,0,0,0.50);

          border: 1px solid #1465B7;
  color:white !important;
}
