@charset "utf-8";
/* CSS Document */
@import 'font.css';
body { margin:0 auto;/* background:#f3f4f6; */font-family: "Calibri", Helvetica, Arial, Verdana, sans-serif; background:url(../images/body_bg.png) repeat left top; }
html * {font-family: "Calibri", Helvetica, Arial, Verdana, sans-serif;}
.wrapper { max-width:1140px;width:100%; margin:0 auto;padding:0 15px;}
.header { width:100%; height:150px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.31);
box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.31);	
}
.section { width:100%; float:left; margin:0px 0 0 0; margin-top:110px;}
.logo { width:258px; float:left; background:#fff; border-radius:0 0 10px 10px; overflow:hidden; padding:0 0 10px 0; position:absolute;
-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.29);
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.29);
}
.header_right { overflow:inherit }
.login_menu { float:right; clear:both;}
.login_menu ul { margin:0px; padding:0px}
.login_menu li { float:left; display:inline-block; font-size:14px; color:#fff; }
.login_menu li a { text-decoration:none; color:#fff  }
.login_menu .welcome {border-radius:0px 0px 0 5px; overflow:hidden;  padding:9px 10px 9px 15px;
background: #ea9149; /* Old browsers */
background: -moz-linear-gradient(top,  #ea9149 0%, #f07b1d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ea9149 0%,#f07b1d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ea9149 0%,#f07b1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9149', endColorstr='#f07b1d',GradientType=0 ); /* IE6-9 */
	
}
.login_menu .logout {border-radius:0 0px 5px 0; overflow:hidden;  padding:9px 15px;
background: rgb(91,105,105); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(91,105,105,1) 0%, rgba(38,44,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,105,105,1)), color-stop(100%,rgba(38,44,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(91,105,105,1) 0%,rgba(38,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(91,105,105,1) 0%,rgba(38,44,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(91,105,105,1) 0%,rgba(38,44,44,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(91,105,105,1) 0%,rgba(38,44,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6969', endColorstr='#262c2c',GradientType=0 ); /* IE6-9 */
}
.main_menu { position:relative; left:259px; 
}
.main_menu ul { margin:30px 0 0 0px; padding:0 0 0 15px; border-top:2px solid #0482D8; border-bottom:1px solid #0482D8;
float:left; width:100%; border-radius:0 5px 5px 0; overflow:hidden;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0482d8+0,0244c5+100 */
background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */

}
a img { border:0px;}
.main_menu li { display:inline-block; float:left; list-style:none; font-size:14px;}
.main_menu li a {  display:inline-block; padding:10px 6px; text-decoration:none; color:#fff; margin:0 0 0 10px; text-transform:uppercase; font-weight:bold; }
.my_account_details { float:left; width:100%; position:relative;  margin-top:-75px;}
.my_account_details ul { margin:0 0 0 0; padding:0 0 0 0; float:right}
.my_account_details li { float:left; list-style:none; color:#fff; border-radius:3px; margin:0 0 0 10px; padding:10px 3px; font-size:14px;
/*background: rgb(44,181,181); 
background: -moz-linear-gradient(top,  rgba(44,181,181,1) 0%, rgba(18,139,139,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,181,181,1)), color-stop(100%,rgba(18,139,139,1))); 
background: -webkit-linear-gradient(top,  rgba(44,181,181,1) 0%,rgba(18,139,139,1) 100%); 
background: -o-linear-gradient(top,  rgba(44,181,181,1) 0%,rgba(18,139,139,1) 100%);
background: -ms-linear-gradient(top,  rgba(44,181,181,1) 0%,rgba(18,139,139,1) 100%);
background: linear-gradient(to bottom,  rgba(44,181,181,1) 0%,rgba(18,139,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb5b5', endColorstr='#128b8b',GradientType=0 );  IE6-9 */
}
.my_account_details li a { padding:10px; text-decoration:none; color:#fff;}
li.white_box { background:#fff; border:1px solid #c4c4c4; color:#424242; padding:2px 10px 2px 2px; display:block }
li.white_box span { border-radius:2px; color:#fff; padding:9px 5px 9px 5px; margin:0 10px 0 0 ; float:left; 
background: #ea9149; /* Old browsers */
background: -moz-linear-gradient(top,  #ea9149 0%, #f07b1d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ea9149 0%,#f07b1d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ea9149 0%,#f07b1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9149', endColorstr='#f07b1d',GradientType=0 ); /* IE6-9 */

}
.o_numb { line-height:35px; float:left; font-size:14px;}
.blue_bg {
background: rgb(5,135,218); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234, 145, 73, 1) 0%, rgba(240, 123, 29, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,135,218,1)), color-stop(100%,rgba(2,65,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(5,135,218,1) 0%,rgba(2,65,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(5,135,218,1) 0%,rgba(2,65,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(5,135,218,1) 0%,rgba(2,65,196,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(15, 69, 162, 1) 0%, rgba(6, 46, 117, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0587da', endColorstr='#0241c4',GradientType=0 ); /* IE6-9 */
}

.gray_bg{
background: rgb(5,135,218); /* Old browsers */
background: -moz-linear-gradient(top,  #898989 0%, #3F3F3F 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#3F3F3F)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #898989 0%,#3F3F3F 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #898989 0%,#3F3F3F 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #898989 0%,#3F3F3F 100%); /* IE10+ */
background: linear-gradient(to bottom,  #898989 0%,#3F3F3F 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0587da', endColorstr='#0241c4',GradientType=0 ); /* IE6-9 */
}
.green_bg {
background: rgb(4,163,53); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(4,163,53,1) 0%, rgba(2,109,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,163,53,1)), color-stop(100%,rgba(2,109,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(4,163,53,1) 0%,rgba(2,109,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(4,163,53,1) 0%,rgba(2,109,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(4,163,53,1) 0%,rgba(2,109,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(4,163,53,1) 0%,rgba(2,109,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a335', endColorstr='#026d16',GradientType=0 ); /* IE6-9 */
}
.red_bg {
background: rgb(179,2,2); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(179,2,2,1) 0%, rgba(134,1,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,2,2,1)), color-stop(100%,rgba(134,1,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(179,2,2,1) 0%,rgba(134,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(179,2,2,1) 0%,rgba(134,1,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(179,2,2,1) 0%,rgba(134,1,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(179,2,2,1) 0%,rgba(134,1,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30202', endColorstr='#860101',GradientType=0 ); /* IE6-9 */
}
.conntent_left { float:left; width:73%; margin:0 5px 0 0; padding:0px 0 0 0;}
.sider_bar { float:right; width:26.4%}
.order_panel{ background:#fff; border:1px solid #cecece; border-radius:5px; padding:30px 20px; float:left; min-height:777px;}
.order_panel h1 { color:#575858; font-size:30px; margin:0px; padding:0px 0 20px 0;}
.table { border:1px solid #cecece; float:left; width:100%; border-radius:5px; overflow:hidden; border-top:none; padding-bottom:20px; margin-bottom:10px !important; }

#totalamt{ float:right; display:none;}

.table th { line-height:38px; color:#fff; font-weight:normal; text-align:center; border-right:1px solid #1f9c9c ; padding:0 5px; 
background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */
}

.table td { padding:10px 5px; color:#424b4b; font-size:14px; text-transform:uppercase; border-bottom:1px solid #ACD4FF; border-right:1px solid #ACD4FF}
.table tr td:last-child { border-right:none;}
.table td input { border:1px solid #cecece; border-radius:3px; width:91%; height:30px; padding:0 10px }
.table td input.productrowqtyedit { border:1px solid #cecece; border-radius:3px; width:91%; height:20px; padding:0 10px }
.table_footer { float:left; width:100%;} 
.table_footer ul { margin:0px; padding:0px; float:left; width:100%; color:#0b4949}
.table_footer li { float:left; width:29%; margin:10px 2%; list-style:none;}
.table_footer li div {  padding:0px 10px; text-align:center; display:table-cell; vertical-align:middle;  background:#e1f8f8; border:1px solid #0244C5; width:29%; margin:15px 2%; height:35px;  border-radius:5px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
}
.table_footer li div span { font-weight:bold; }
.table_grand_total { float:left; width:94%; padding:0 2%; border-radius:5px; color:#fff; line-height:35px; font-weight:bold; font-size:16px;
background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */	
}
.table_grand_total .left { float:left}
.table_grand_total .right { float:right}
.side_block_table { float:left; width:100%; border-radius:5px; overflow:hidden; margin:0 0 15px 0; border:1px solid #fff;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
}
.side_block_table .title { text-align:center; font-weight:600; background:#3F3F3F; color:#fff; font-size:18px; padding:7px 0px; border-bottom: 1px solid #cecece;  }
.side_block_table ul { margin:0px; padding:0px}
.side_block_table ul li { list-style:none;  border:1px solid #fff; padding:10px 20px; font-size:13px; color:#787878;}
.side_block_table ul li:nth-child(even) { background:#ededed}
.side_block_table ul li:nth-child(odd) { background:#f5f5f5}
.side_block_table ul li span { color:#464646; font-weight:bold; display:block;}
.footer {
  background: #313131; 
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 15px 0 40px;
  width: 100%;
}
.footer_menu , .footer_help { float:left;  width: 16%; margin-right:10px;}
.footer_touch{ float:right; margin-right:10px;  width: 47%}
.footer_menu ul, .footer_help ul, .footer_touch ul { margin:0px; padding:0px; }
.footer_menu li , .footer_help li  { font-size: 16px;list-style: outside none none; width: 100%; text-align:center; }
.footer_touch li {
  float: left;
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 10px;
  margin-right: 17px;
  text-align: center;
  width: 46%;
  text-align: left;
}
.footer_menu h3 , .footer_help h3 , .footer_touch h3 { font-style: italic; width: 100%; text-align:center;  margin: 0;   padding: 0;    font-size: 18px; }
.footer_menu li a, .footer_help li a , .footer_touch li a {color:#fff; text-decoration:none; padding:0 5px}
.copyright { float:right}
.copyright p { margin:0px; padding:0px; font-size:13px;}
.copyright p a {color:#626262; text-decoration:none;}
.sep {
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: -6px;
  text-align: center;
  width: 100%;
}
/* Home  */

.home_block { float:left; width:46%; margin:0 0 20px 0; border-radius:10px; min-height:230px; padding:10px 15px 5px;
background: rgb(36,127,127); 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI0N2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODVlNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(36,127,127,1) 1%, rgba(24,94,94,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(36,127,127,1)), color-stop(100%,rgba(24,94,94,1)));
background: -webkit-linear-gradient(top,  rgba(36,127,127,1) 1%,rgba(24,94,94,1) 100%); 
background: -o-linear-gradient(top,  rgba(36,127,127,1) 1%,rgba(24,94,94,1) 100%); 
background: -ms-linear-gradient(top,  rgba(36,127,127,1) 1%,rgba(24,94,94,1) 100%); 
background: linear-gradient(to bottom,  rgba(36,127,127,1) 1%,rgba(24,94,94,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247f7f', endColorstr='#185e5e',GradientType=0 ); 
}
.home_block  h1 { color:#fed400; font-size:30px; font-family:bankgothic_md_btmedium; margin:0px; padding:0px}
.home_block h1 span { display:block;}
.home_logo { width:100%; text-align:center; padding:15px 0 10px 0;}
.home_section { margin:10px 0 0px; float:left; width:100%; padding:15px 0 0 0;
background: rgb(224,226,225); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUyZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(224,226,225,1) 0%, rgba(225,226,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,226,225,1)), color-stop(100%,rgba(225,226,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,226,225,1) 0%,rgba(225,226,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,226,225,1) 0%,rgba(225,226,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,226,225,1) 0%,rgba(225,226,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,226,225,1) 0%,rgba(225,226,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e1', endColorstr='#e1e2e4',GradientType=0 ); /* IE6-8 */

-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.64);
-moz-box-shadow:    0px -1px 0px 0px rgba(0, 0, 0, 0.64);
box-shadow:         0px -1px 0px 0px rgba(0, 0, 0, 0.64);
}
.home_block ul { margin:10px 0 0 20px; padding:0px; float:left}
.home_block li {color:#fff; font-size:17px; padding:0 0 2px 0;}
.home_block li a { text-decoration:none; color:#fff; }
.login_home { float:right; text-align:center; margin-top:-30px;}
.rigester_home {float:right; text-align:center; margin-top:-30px; }
.mgrloginp { margin-right:20px}
.home_block input[type="button"] { cursor:pointer; border-radius:5px; color:#195f5f; font-weight:600; text-transform:uppercase; border:none; padding:12px 20px; display:block; margin:10px 0 0 0;
background: rgb(254,254,254); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(170,170,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(170,170,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(170,170,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-8 */
}

.help {
    float: right;
    position: relative;
    right: 7px; margin-top:-24px;
width: 20px;
z-index:1;
}
.neworder { width:90px; text-align:center;}
.email1 {
  background: url("../../images/emailicon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  padding-left: 30px;
  vertical-align: middle;
}

.phone {
  background: url("../../images/telephone.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  padding-left: 30px; height: 22px;float:left;
  vertical-align: middle;
}

.remotes {
	background: url("../../images/remotes.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	padding-left: 30px !important;
	height: 25px;
	float: left;
	vertical-align: middle;
}
.facebook {
  background: url("../../images/facebookicon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  padding-left: 30px; height: 22px;float:left;
  vertical-align: middle;
}
.time {
  background: url("../../images/time.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  padding-left: 30px; height: 28px;float:left;
  vertical-align: middle;
}

.location {
  background: url("../../images/exclamation.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  padding-left: 30px; height: 25px;float:left;
  vertical-align: middle;
}

.yellow_bg {
  background: linear-gradient(to bottom, #ea9149 0%, #f07b1d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chosen-container .chosen-results li{ width:100%;color:#000}
.login_menu .welcome{overflow:inherit;}


.chosen-container .chosen-results{max-height:100px !important;}

.chosen-container-single .chosen-single {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	line-height: 17px !important;
	font-size: 14px;
	font-weight: bold;
}
.autoresponselist table tbody{ min-height:0; }
tr.orderbtn td.darkgraybg{ 
background: #5a6868; /* Old browsers */
background: -moz-linear-gradient(top,  #5a6868 0%, #272d2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5a6868 0%,#272d2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5a6868 0%,#272d2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6868', endColorstr='#272d2d',GradientType=0 ); /* IE6-9 */
}

.row input[type="button"],.row input[type="submit"] {background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */
}

.leftSection th, .rightSection th {
  background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */
}
.smartdata th {
	background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */
}
.longbtn {
background: #0482d8; /* Old browsers */
background: -moz-linear-gradient(top,  #0482d8 0%, #0244c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0482d8 0%,#0244c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0482d8 0%,#0244c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482d8', endColorstr='#0244c5',GradientType=0 ); /* IE6-9 */}