﻿.inactive #toptitle {
  background-color: #eeeeee;
}
.inactive #toptitle h1 {
  color: #999999;
}
.inactive #utbox {
  background-color: #eeeeee;
}
.inactive #utbox b, .inactive #utbox p, .inactive #utbox h1, .inactive #utbox h2, .inactive #utbox h3, .inactive #utbox h4, .inactive #utbox h5, .inactive #utbox h6, .inactive #utbox .bdata {
  color: #999999 !important;
}
/*.inactive #bestprice {
  background-color: #cf0500;
  box-sizing: content-box;
  height: 91px;
  padding: 0 15px 15px;
  width: 250px;
}*/

.inactive #bestprice {
	background-color: #cf0500;
	box-sizing: content-box;
	height: 91px;
	padding: 10px 15px 15px;
	width: 550px;
	top: 10px;
}

.inactive #galeriabox {
	margin-top: 136px;
  background-color: #eeeeee
}
@media screen and (max-width:1200px) {
	.inactive #bestprice {
		width: 430px;
	}	
}
@media screen and (max-width:980px) {
	.inactive #bestprice {
		width: 670px;
	}	
     .inactive #galeriabox {
    margin-top: 0;
  }
}
@media screen and (max-width:720px) {
	.inactive #bestprice {
		width: 590px;
	}	
 
}
@media screen and (max-width:640px) {
	.inactive #bestprice {
		width: 430px;
	}	
}
@media screen and (max-width:460px) {
	.inactive #bestprice {
		width: 270px;
	}	

}



.inactive #bestprice p {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0.5em 0 0;
  padding: 0;
}
.inactive #bestprice p strong {
    font-weight: normal;
}
.inactive #bestprice .small {
  font-size: 75%;
}
.inactive #bestprice a {
  color: #000000;
  text-decoration: none;
}
.inactive #bestprice a:hover {
  text-decoration: underline;
}