/* ======== */
/* Default */

h1 {
	font-size: 233.3%;
	font-family: Tahoma, Arial;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 0.7em;
	color: #FFF;
	margin: 0 0 0.33em -2px;
}
#right-column h1 {
	margin-left: -1px;
}



/* ======= */
/* Layout */

body {
	color: #FFF;
	/* background: url("../img/bg_head_page.jpg") no-repeat 50% 0; */
}
#page{
  
  }
#header {
	z-index: 4;
}
#common-column {
	height: 530px;
	background: none;
	margin: 0;
}
#left-column {
	color: #FFF;
	width: 210px;
	font-family: Tahoma, Arial;
	margin: 0 0 0 8px;
}
#right-column {
	width: 209px;
}

#video-on-main{
  position:absolute;
  z-index:10;
  left:50%;
  margin-left:-260px;
  width:520px;
  height:505px;
  background: url("../img/video-bg.png") no-repeat 0 0;
  }
#video-on-main div{
  position:relative;
  padding:20px;
  width:480px;
  height:343px;
  }
/* ======= */
/* Blocks */

/* Left & Right promo */
/*
#left-promo a {
	margin-right: 190px;
}
#right-promo a {
	margin-left: 190px;
}
*/
/*
#left-promo-mask {
	width: 67px;
	height: 135px;
	position: absolute;
	background: url("../img/left_promo_mask.png") no-repeat 100% 0;
	z-index: 6;
	margin-left: -257px;
}
#right-promo-mask {
	width: 67px;
	height: 135px;
	position: absolute;
	background: url("../img/left_promo_mask.png") no-repeat 100% 0;
	z-index: 6;
	margin-left: -257px;
}
*/


/* Form */
#right-column .form {
	color: #999;
	padding: 2px 0 0 0;
}
#right-column .form .item {
	height: 18px;
	min-height: 18px;
	margin: 0;
}
#right-column .form select,
#right-column .form .newListSelected,
#right-column .form .input-select,
#right-column .form .input-select-a{
	font-weight: normal;
}

/* Stylish select */
#right-column .newListSelected,
#right-column .input-select,
#right-column .input-select-a{
	color: #CCC;
	background-image: url("../img/arrow_select_down.gif");
  background-position:0 .5em;
}
#right-column .input-select-a{
  border:1px solid #ccc;
  margin-top:-1px;
  }


/* ========= */
/* Elements */

/* Links */
a.link-dashed, .link-dashed a {
	color: #EFCB00;
	border-color: #EFCB00;
}



/* ======== */
/* Content */
.body {
	font-size: 91.7%;
}
.body a {
	color: #EFCB00;
	font-size: 109.1%;
	font-weight: bold;
}
.body h1 {
	font-size: 254.5%;
}

.pr h1{
  margin-bottom:10px;
  font-size:24px;
  color:#EFCB00;
  }
.pr h1 span{
  display:block;
  margin-top:5px;
  font-size:14px;
  line-height:1em;
  /* padding-left:40px; */
  padding-left:2px;
  text-transform:lowercase;
  }
.pr h1 a{
  color:#fff;
  text-decoration:none;
  }
.pr a{
  color:#cccbcb;
  }
.pr h1 a:hover,
.pr h1 a:hover span{
  text-decoration:underline;
  }
.get_boots{
  margin:-40px -10px 0 0;
  padding:55px 35px 10px 0;
  /* background:url("../img/news-get_boots.jpg") no-repeat 100% 0; */
  }

.news{}
.news .item{
  border-top:1px solid #fff;
  padding-top:10px;
  margin-bottom:10px;
  }
.news .items-list .item:first-child{
  padding-top:0;
  border:0;
  }
.news h1{
  margin-bottom:20px;
  font-size:28px;
  color:#EFCB00;
  }
.news h1 span{
  display:block;
  font-size:14px;
  padding-left:40px;
  }
.news h1 a{
  color:#EFCB00;
  text-decoration:none;
  }
.news h3{
  margin-bottom:2px;
  }
.news h3 a{
  color:#fff;
  text-decoration:none;
  }
.news h3 a:hover,
.news h3 a:hover span{
  text-decoration:underline;
  }
.news a{
  color:#cccbcb;
  }
.news h1 a:hover,
.news h1 a:hover span{
  
  }
