/* RESET */
html, body {font-family:Tahoma,sans-serif;font-size:12px;color:#4c4c4c;border:0px;width:100%;height:100%;}/*Arial,Tahoma,sans-serif*/
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, input, select, form, fieldset, button, table, blockquote {margin:0px;padding:0px;}
ol, ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
table {border-collapse:collapse;border-spacing:0px;border:0px;}
th, td {text-align:left;vertical-align:top;}
input, select, textarea {font:9pt tahoma;}
img, fieldset, button, blockquote {border:0px none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; padding: 0; margin: 0; font-weight: normal; }
a {color:#ff6600; cursor:pointer; text-decoration: underline; }
a, a:visited, a:active {text-decoration:underline; }
a:hover {text-decoration:underline; color: #00558F;}
a:active, a:focus {outline:none;}

/* GLOBAL STYLING */
.clear { clear: both; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden; background: none; float: none; display: block; }
.rounded-corners-5 { -moz-border-radius: 5px;  -webkit-border-radius: 5x; -khtml-border-radius: 5px; border-radius: 5px;   }
.acenter {
  text-align: center;
}

.asterix {
  color: red;
}

input[type='submit']{
  cursor: pointer;
}

p {
  margin-bottom: 15px;
}

h1 {
  color: #208fd8;
  font-size: 216%;
  margin-bottom: 25px;
}

h1.gray {
  color: #4c4c4c;
  font-size: 216%;
  margin-bottom: 25px;
}

h2 {
  font-size: 166%;
  color: #ff6600;
  margin-bottom: 12px;
}

h3 {
  font-size: 166%;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 12px;
}

.line {
  width: 100%;
  border-top: 1px solid #dedede;
}

.aleft {
  text-align: left;
}

.aright {
  text-align: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.acenter {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.orange {
  color: #ff7f00;
}

.button {
  background: url(/images/button_r.png) no-repeat right top;
  height: 26px;
  display: inline-block;
  padding-right: 6px;
  margin: 3px;
}

.button span {
  background: url(/images/button.png) no-repeat left top;
  height: 23px;
  display: inline-block;
  /*padding-left: 6px;
  padding-top: 3px;*/
  padding: 3px 44px 0px 50px;
  color: #fff;
  font-family: Trebuchet Ms;
}

.button input {
  background: url(/images/button.png) no-repeat left top;
  height: 26px;
  display: inline-block;
  border: medium none;
  color: #fff;
  font-family: Trebuchet Ms;
  padding: 0px 44px 0px 50px;
  
}

.button_2 {
  background: url(/images/button2_r.png) no-repeat right top;
  height: 26px;
  display: inline-block;
  padding-right: 5px;
  margin: 3px;
}

.button_2 span {
  background: url(/images/button2.png) no-repeat left top;
  height: 23px;
  display: inline-block;
  /*padding-left: 5px;
  padding-top: 3px;*/
  padding: 3px 45px 0px 50px;
  color: #fff;
  font-family: Trebuchet Ms;
}

.button_2 input {
  background: url(/images/button2.png) no-repeat left top;
  height: 26px;
  display: inline-block;
  border: medium none;
  color: #fff;
  font-family: Trebuchet Ms;
  padding: 0px 45px 0px 50px;
  
}

.button_search {
  display : inline-block;
  height:25px;
  background:url(/images/button_bg.png);
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5x; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}

.button_search input {
  border: medium none;
  background: none;
  color:#fff;
  padding: 3px 5px;
}


.button_1 {
  background: url(/images/button1_r.png) no-repeat right top;
  padding-right: 3px; 
  height: 22px;
  display: inline-block;
}

.button_1 span,
.button_1 input {
  background: url(/images/button1.png) no-repeat left top;
  color: #fff;
  padding: 2px 11px 6px 14px;
  height: 14px;
  display: inline-block;
  border: medium none;
}

.button_1 input {
  height: 22px;
}

html.public {
  background: url(/images/bg.png) repeat-x left top;
}

body.public {
    background: url(/images/bg_center.png) no-repeat center top;
}

.wrapper {
  width: 994px;
  margin: 0px auto;
}

.header .lang {
  float: right;
  margin: 10px 80px 25px 0px;
  
}

.header .lang li {
  float: left;
  font-family: Trebuchet MS;
  text-transform: uppercase;
  padding: 0px 11px;
  border-right: 1px solid #000;
}

.header .lang li a, 
.header .lang li a:active,
.header .lang li a:visited,
.header .lang li a:hover {
  text-decoration: none;
}

.header .lang li span {
  color: #000;
}

.header .lang li.last {
  border-right: none;
}

.header .logo {
  float: left;
}

.header .search {
  float: right;
  margin-right: 170px;
}

.header .search label {
  display: inline-block;
  vertical-align: middle;
}


.header .search input[type="text"] {
 
  border: 1px solid #cbcbcb;
  width: 200px;
  display: inline-block;
  padding: 4px 2px;
  vertical-align: top;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5x; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  height: 16px;
}

.header .search .button {
  vertical-align: middle;
}

.header .search .arrow  {
  background: url(/images/arrow.png) no-repeat center center;
  width: 35px;
  height: 25px;
}

.header .search .nav {
  margin-top: 18px;
}

.header .search .nav ul {
  text-align: right;
}

.header .search .nav li {
  display: inline-block;
  font-family: Trebuchet MS;
  text-transform: uppercase;
  padding: 0px 11px;
  /*border-right: 1px solid #000;*/
}

.header .search .nav li a,
.header .search .nav li a:active,
.header .search .nav li a:visited,
.header .search .nav li a:hover {
  text-decoration: none;
}

.header .search .nav li a:hover span,*
.header .search .nav li a.active span {
  color: #ff6600;
}

.header .search .nav li span {
  color: #000;
}

.header .search .nav li.last {
  border-right: none;
  padding-right: 0px;
}


.menu_background {
  background: url(/images/menu_bg.png) no-repeat;
  width: 100%;
  height:79px;
  margin-top: 28px;
  margin-bottom: 15px;
}

.menu_background .home {
  float: left;
  height: 70px;
  width: 60px;
  /* background: url(/images/menu_arrow.png) no-repeat right center; */
  text-align: center;
}

.menu_background .home a {
  margin-top: 25px;
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url(/images/home.png) no-repeat center center;
}

.menu_background .home a:hover {
  background: url(/images/home_active.png) no-repeat center center;
}

.menu_background #main_menu {
  width: 840px;
  float: left;
  font-family:Arial,Tahoma,sans-serif;	
}

.menu_background #main_menu li {
  display: inline-block;
  height: 70px;
  font-size: 133%;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: -6px;
  z-index:1;
  position:relative;
}

.menu_background #main_menu a {
  height: 70px;
  max-width: 148px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 18px; 
  
}
.menu_background #main_menu li:nth-child(1){z-index:10!important;}
.menu_background #main_menu a, 
.menu_background #main_menu a:active,
.menu_background #main_menu a:visited,
.menu_background #main_menu a:hover {
  text-decoration: none;
}

.menu_background #main_menu a.section_1 {
  width: 90px;
}

.menu_background #main_menu a{
  background: url(/images/menu_arrow.png) no-repeat center left;
}

.menu_background #main_menu ul li a.active {
  background: url(/images/menu_active.png) repeat-x left top;   
}
.menu_background #main_menu li.active,.menu_background #main_menu li.active:hover{
  z-index:10!important;
}
.menu_background #main_menu a.active:hover {
  text-decoration: none;
}

.menu_background #main_menu a.active:hover span {
  color: #fff;
}

.menu_background #main_menu a.active span {
  color: #fff;
}

.menu_background #main_menu a span {
  color: #4c4c4c;
}

.menu_background #main_menu a:hover {
  text-decoration: none;
}

.menu_background #main_menu a:hover span {
  color: #ff6600;
  text-decoration: none;
}


.menu_background .social_buttons {
  float: right;
  height: 70px;
  width: 80px;
  margin-top: 20px;
  margin-right: 5px;
}

.menu_background .social_buttons a {
  margin-left: 10px;
}

.slides_background {
  background: url(/images/slide_bg.png) repeat-x left top;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5x; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 288px;
  overflow: hidden;
}

#slides {
  width: 100%;
  height: 288px;
}

#slides .image {
  float: left;
  width: 605px;
  height: 288px;
}

#slides .image img {
  -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;
}

#slides .info {
  float: right;
  width: 389px;
  color: #fff;
  padding-top: 44px;
}

#slides .title {
  font-size: 250%;
  text-align: center;
  margin-bottom: 25px;
}

#slides a{
  color: white;
  text-decoration: none;
}


#slides .desc {
  padding: 0px 40px;
  font-size: 150%;
  text-align: center;
}

#slides .pagination {
  display: none;
}

#slides .pagination li {
  display: inline-block;
}

#slides .pagination li a {
   background: url("/images/nav_button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px 5px;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}

#slides .pagination li.current a {
   background: url("/images/nav_button_active.png") no-repeat scroll 0 0 transparent;
}

#slides .custom_pagination .pagination {
  display: inline-block;
  float: left;
  text-align: center;
  width: 150px;
}

#slides .custom_pagination {
  position: absolute;
  min-width: 170px;
  left: 700px;
  top: 210px;
  z-index: 6;
  background: url(/images/nav_bg.png) repeat-x left top;
  height: 32px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

#slides .custom_pagination .prev {
  float: left;
  margin: 10px 10px 0px 10px;
}

#slides .custom_pagination .next {
 /*float: right; */
 display: inline-block;
 margin: 10px 10px 0px 10px;
}

#slides .shadow {
  position: relative;
}

#slides .shadow_l {
  position: absolute;
  left: 0px;
  top: 9px;
  background: url(/images/nav_shadow_l.png) no-repeat left top;
  width: 79px;
  height: 6px;
}

#slides .shadow_r {
  position: absolute;
  right: 0px;
  top: 9px;
  background: url(/images/nav_shadow_r.png) no-repeat right top;
  width: 86px;
  height: 6px;
}

.body {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.body .shadow {
  position: absolute;
  left: 0;
  top: -14px;
  background: url(/images/shadow.png) no-repeat center top;
  width: 100%;
  height: 14px;
}

.body .articles li {
  width: 222px;
  display: block;
  margin-right: 19px;
  float: left;
}

.cb{
  clear: both;
}

.body .articles li.last{
  margin-right: 0px;
}

.body .articles .desc {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #dedede;
  color: #4b4b4b;
}

.body .articles li.last_column {
  margin-right: 0px;
}

.body .left_sidebar {
  float: left;
  width: 215px;
  margin-right: 15px;
}

.body .left_sidebar .sub_menu {
  background-color: #7f7f7f;
  padding: 4px;
  margin-bottom: 25px;
}

.body .left_sidebar .sub_menu li {
  background: url(/images/menu_line.png) repeat-x left bottom;
  padding: 3px 0px 5px 0px;
}

.body .left_sidebar .sub_menu a {
  text-decoration: none;
  padding: 9px 11px;
  display: block;
}

.body .left_sidebar .sub_menu span {
  color: #fff;
  font-weight: bold;
  font-size: 116%;
}

.body .left_sidebar .sub_menu > ul > li > a.active,
.body .left_sidebar .sub_menu > ul > li > a:hover{
  background-color: #ff7400;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.body .left_sidebar .sub_menu li ul {
  background-color: #c3c3c3;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  padding-top: 15px;
  padding-left: 20px;
  margin-top: 3px;
}
.body .left_sidebar .sub_menu li ul li ul
{
   padding-top: 0px;
  padding-left: 10px;
}
.body .left_sidebar .sub_menu li ul li {
  background: none;
  padding: 0px;
}

.body .left_sidebar .sub_menu li ul li a {
  padding: 0px 0px 12px 0px;
}

.body .left_sidebar .sub_menu li ul li span {
  font-weight: normal;
  text-decoration: underline;
  color: #454545;
  
}

.body .left_sidebar .sub_menu li ul li a.active span,
.body .left_sidebar .sub_menu li ul li a:hover span {
  color: #ff7400;
}

.body .left_sidebar .list {
  margin-bottom: 45px;
}

.body .left_sidebar .list li {
  border-bottom: 1px solid #dedede;
  padding: 9px;
}

.body .left_sidebar .list a {
  color: #2e3e45;
}

.body .left_sidebar .list a:hover,
.body .left_sidebar .list a.active {
  color: #2b8eb3;
}

.body .main_content {
  float: left;
  min-height: 500px;
  width: 589px;
  margin-right: 15px;
}

.body .title .pointer {
  margin-left: 20px;
}

.body .main_content .breadcrumbs a {
  color: #4c4c4c;
}

.body .main_content .breadcrumbs {
  margin-bottom: 14px;
}

.body .main_content .left {
  float: left;
  width: 320px;
}

.body .main_content .right {
  width: 260px;
  float: right;
}

.body .main_content .right a {
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}

.body .main_content .right img{
  margin-bottom: 10px;
}

.body .main_content .right a.video {
  background: #c3c3c3 url(/images/play.png) no-repeat 54px 10px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  color: #353535;
  text-decoration: none;
  font-size: 133%;
  text-align: center;
  vertical-align: middle;
}

.body .main_content .right a.video span {
  display: inline-block;
  padding-top: 16px;
  padding-left: 10px;
}

.body .main_content .row {
  margin-bottom: 15px;
}

.body .main_content .row .label, .highlight {
  font-size: 133%;
  font-weight: bold;
  margin-bottom: 5px;
}
.body .main_content .row h4{
  font-size: 133%;
  font-weight: bold;  
}
.body .main_content .row .option {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #4c4c4c;
}

.body .main_content .desc {
  color: #4387a2;
}

.body .main_content table.select.cart {
  margin-bottom: 50px; 
}

.body .main_content table.select {
  width: 100%;
  margin-top: 10px;
}

.body .main_content table.select a {
  color: #000000;
}

.body .main_content table.select td {
  background-color: #e0edf2;
  border-bottom: 2px solid #fff;
  padding: 10px;
  vertical-align: middle;
}

.body .main_content table.select td.title {
  font-weight: bold;
  font-size: 116%;
}

#catcontent .title a{
  text-decoration: none;
  color: #4C4C4C;
}

.body .main_content table.select td.city {
  font-weight: bold;
  font-size: 116%;
}

.body .main_content table.select .hover td {
  background-color: #C7DFE6;
}


.body .main_content table.select th {
  padding: 4px 0px 4px 10px;
  color: #989898;
}

.body .main_content table.select th.count,
.body .main_content table.select th.price,
.body .main_content table.select th.city,
.body .main_content table.select th.map {
  text-align: center;
  padding: 4px 0px;
}

.body .main_content table.select th.checkbox {
  width: 12px;
}

.body .main_content table.select td.count {
  background-color: #d0dee3;
  width: 45px;
  text-align: center;
}

.body .main_content table.select td.empty {
  background-color: transparent;
}

.body .main_content table.select td.sum {
  background-color: #ff7400;
  color: #fff;
  font-weight: bold;
}

.body .main_content table.select td.price {
  width: 45px;
  color: #ff6f00;
  font-weight: bold;
  text-align: center;
  min-width: 55px;
}

.body .main_content table.select td.price2 {
  width: 95px;
  color: #ff6f00;
  font-weight: bold;
  text-align: center;
  font-size: 116%;
}



.body .main_content table.select input[type="text"] {
  width: 39px;
  border: 1px solid #a1b9c2;
  -webkit-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
  padding: 0px 3px;
}


.body .main_content .banners {
  background-color: #f7f8f9;
  text-align: center;
  height: 77px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.body .main_content .banners a {
  display: inline-block;
  margin-right: 10px;
}

.body .main_content .warning {
  background: url(/images/warning.png) no-repeat left center;
  height: 23px;
  color: #ff6f00;
  font-family: Trebuchet MS;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 116%;
  width: 380px;
  margin: 0px auto;
}

.body .main_content .form .title {
  background-color: #e0edf2;
  font-weight: bold;
  padding: 13px;
  margin-bottom: 15px;
}

.body .main_content form {
  margin-bottom: 17px;
}

.body .main_content #login_form  {
  margin-bottom: 40px;
}

.body .main_content .form .check_labek {
  margin: 0px 30px 0px 5px;
}

.body .main_content #login_form .form label  {
  display: inline-block;
  width: 65px;
}

.body .main_content .form input[type="checkbox"] {
  margin-right: 20px;
}

.body .main_content .form a {
  color: #000000;
}

.body .main_content .form .input {
  margin: 3px 10px 10px 10px;
}
.body .main_content .form .input input[type="radio"]{
  margin-top:6px;
  margin-bottom:6px;
}
.body .main_content .form label  {
  display: inline-block;
  width: 200px;
}

.body .main_content .form input[type="text"], .body .main_content .form input[type="password"],.body .main_content .form select{
  background: url(/images/input_text.png) repeat-x left top;
  height: 24px;
  border: medium none;
  width: 194px;
  border: 1px solid #d4d4d4;
  padding: 0px 3px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

/*.body .main_content .form .order_button_block {
  margin-top: 50px;
}*/

.body .main_content .form .desc{
  color: #b7b7b7;
  margin-top: 17px;
}

.body .main_content .article_image {
  float: right;
  margin: 0px 0px 10px 10px;
}

.body .main_content .social_buttons {
  padding-top: 25px;
}

.body .right_sidebar {
  float: left;
  width: 120px;
}

.body .right_sidebar .banners a {
  margin-bottom: 15px;
  display: block;
}



.gallery li {
  display: inline-block;
  width: 192px;
  margin: 0px 3px 3px 0px;
  height: 190px;
  overflow: hidden;
}

.gallery li.last_column {
  margin-right: 0px;
}

.gallery li a {
  text-decoration: none;
}

.gallery li span {
  padding: 7px;
  display: block;
  font-size: 116%;
  text-decoration: none;
  color: #98bfdf;

}

.gallery li a:hover span {
  color: #ff7400;
}

.gallery li a:hover span.image {
  border: 1px solid #ff7400;
}

.gallery li span.image {
  border: 1px solid #98bfdf;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.gallery_popup {
  position: relative;
  padding-top: 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  height: 930px;
}

.gallery_popup .close_popup {
  position: absolute;
  color: #4c4c4c;
  right: 20px;
  top: 28px;
  display:none;
}

.gallery_popup h1 {
  margin-left: 30px;
}

.block {
  margin-top: 30px;
  margin-bottom: 25px;
  height: 197px;
  width: 100%;
  color: #fff;
  background: url(/images/block_bg.png) repeat-x;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.block h2 {
  color: #fff;
  margin-bottom: 20px;
}

.block .column_1 {
  float: left;
  width: 280px;
  background: url(/images/block_border.png) no-repeat center right;
  height: 157px;
  padding: 20px 25px;
}

.block .contact {
  margin-bottom: 15px;
}

.block .contact_2 {
  margin-bottom: 10px;
}

.block .column_2 {
  float: left;
  width: 280px;
  background: url(/images/block_border.png) no-repeat center right;
  height: 157px;
  padding: 20px 25px;
}

.block .column_2 .desc {
  margin-bottom: 15px;
}

.block .column_3 {
  float: left;
  width: 284px;
  background: url(/images/exam.png) no-repeat top right;
  height: 157px;
  padding: 20px 25px;;
}

.block .column_3 input[type="text"] {
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  font-size: 116%;
  font-style: italic;
  color: #5f5e5e;
  padding: 4px;
  width: 245px;
  margin-bottom: 14px;
}

.footer {
  margin-bottom: 57px;
}

.footer.border_top {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer .logo_small {
  float: left;
  margin-right: 65px;
}

.footer .menu {
  float :left;
}

.footer .menu li {
  float: left;
}

.footer .menu li a {
  padding: 0px 12px;
  /*border-right: 1px solid #737373;*/
  color: #737373;
}

.footer .menu li a.active,
.footer .menu li a:hover {
  color: #ff6600;  
}

.footer .menu li a.last {
  border-right: none;
}

.footer .copyrights {
  float: left;
  color: #737373;
  text-align: right;
  width: 319px;
}

.articles p{
  display: inline;
}

.articles .desc a{
  margin-left: 10px;
}


#newslist .entry{
  margin-bottom: 20px;
}

#newslist .entry > a{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#newslist .entry h2{
  margin: 0px;
  padding: 0px;
}

#newslist .entry h2 a{
  text-decoration: none;
}

.singlenews > a{
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.singlenews p{
  text-align: justify;
}

#bigcart input[name='checkout']{
  background: url("/images/CartCheckout.png");
  width: 216px;
  height: 26px;
  border: none;
  color: white;
  cursor: pointer;
}

#bigcart input[name='change']{
  background: url("/images/CartChange.png");
  width: 141px;
  height: 26px;
  border: none;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}

#popup_map_canvas{
  width: 500px;
  height: 300px;
  background: white;
}

.fl{ float: left; }
.input select{ margin-left:142px;width:202px!important;}