@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed:wght@300;400&display=swap');

body	{
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #111111;
	color: #CCCCCC;
	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-position: center;
}

.redcolor	{
	color: red;
}

.reddragon	{
	font-weight: bold;
	color: #FF0000
}

.pricelist	{
	font-size: 0.86em
}

.foot	{
	padding-top: 30px;
}
.promotion	{
	padding: 15px;
	text-align: center;
	background-color: #000000;
}
.comparison	{
}
.mid2022	{
	padding: 10px;
	text-align: center;
	background-color: #111111
}
.products	{
	background-color: #222222;
	padding-top: 10px;
	padding-bottom: 20px;
}
.rebel	{
	text-align: center;
}
a	{
	color: #ff0000
}
select, .input100 {
    width: 100%;
}

.cMain, .cRight	{
	padding: 25px
}
.cTop	{
	padding: 5px;
	width: 100%;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-repeat: no-repeat;
}

.imgSlide {
  position: relative;
  width: 900px;
  height: 600px;
  border: 2px solid white;
  .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
  }
  .background-img {
    background-image: url('https://i.imgur.com/s08MkXC.jpg');
  }
  .foreground-img {
    background-image: url('https://i.imgur.com/PfIWek4.jpg');
    width: 50%;
  }
}
.paypal	{
	padding: 15px;
	border: solid 1px #666666
}