#launcher-v2 {
  box-sizing: border-box;
}
#launcher-v2 *,
#launcher-v2 *:before,
#launcher-v2 *:after {
  box-sizing: inherit;
}

#container-tyre-launcher #launcher-v2 {
	background-color: #fff;
	border: 1px solid #c7c7c8;
	padding:0;
	width:100%;
}
#launcher-v2 .tabs > ul,
#launcher-v2 .launcher-content ul,
#launcher-v2 .filters {
	padding: 0;
	margin: 0;
	list-style: none;
}
#launcher-v2 .tabs > ul:after,
#launcher-v2 .launcher-content ul:after,
#launcher-v2 .filters:after {
	content: ' ';
	display: table;
	clear: both;
}
#launcher-v2 .tabs > ul > li {
	width: 33.333333%;
	line-height: 34px;
	padding: 0 15px 0 65px;
	border-left: 1px solid #dae5ec;
    border-right: 1px solid #fff;
	float: left;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	color: #656565;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}
#launcher-v2 .tabs > ul > li:first-child {
	border-left: 0;
}
#launcher-v2 .tabs > ul > li:last-child {
	border-right: 0;
}
#launcher-v2 .tabs > ul > .active {
	background-color: #f0e33c;
	color: #b2840a;
}
#launcher-v2 .tabs > ul > .car {
	background-image: url('/assets/img/sprites/vehicles-car.png');
	background-position: 19px -124px;
}
#launcher-v2 .tabs > ul > .car.active {
	background-position: 19px -44px;
}
#launcher-v2 .tabs > ul > .four-wheel {
	background-image: url('/assets/img/sprites/vehicles-4x4.png');
	background-position: 19px -126px;
}
#launcher-v2 .tabs > ul > .four-wheel.active {
	background-position: 19px -44px;
}
#launcher-v2 .tabs > ul > .van {
	background-image: url('/assets/img/sprites/vehicles-van.png');
	background-position: 19px -126px;
}
#launcher-v2 .tabs > ul > .van.active {
	background-position: 19px -44px;
}


#launcher-v2 .launcher-content {
	padding: 16px 12px 0;
	border-top: 1px solid #c7c7c8;
	background-color: #fff;
	position: relative;
	height: 85px;
}
#launcher-v2 .carousel-controls > .control {
    width: 23px;
    height: 23px;
	border: 0;
    display: block;
    position: absolute;
    top: 40px;
	z-index: 55;
    background: url('/assets/img/sprites/tyre-launcher-controls.png') no-repeat;
	outline: none;
	cursor: pointer;
}
#launcher-v2 .carousel-controls > .control.disabled {
	cursor: default;
}
#launcher-v2 .carousel-controls > .control-prev {
	background-position: 0 0;
}
#launcher-v2 .carousel-controls > .control-prev:hover {
	background-position: 0 -23px;
}
#launcher-v2 .carousel-controls > .control-prev.disabled {
	left: 10px;
	background-position: 0 -46px;
}
#launcher-v2 .carousel-controls > .control-next {
	right: 10px;
	background-position: -23px 0;
}
#launcher-v2 .carousel-controls > .control-next:hover {
	background-position: -23px -23px;
}
#launcher-v2 .carousel-controls > .control-next.disabled {
	right: 10px;
	background-position: -23px -46px;
}

#launcher-v2 .launcher-content-wrap {
	overflow:hidden;
	margin: 0 30px;
	position:relative;
	height:68px;
}

#launcher-v2 .launcher-content-wrap.hover {
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 875px;
}

#launcher-v2 .launcher-content-wrap ul {
	position:absolute;
	bottom:0;
}

#launcher-v2 .launcher-content ul > li {
    width: 218px;
	min-height: 68px;
    float: left;
    position: relative;
    padding: 0 3px;
}
#launcher-v2 .launcher-content ul > li > div {
	padding: 46px 10px 20px 0;
	border: 1px solid #e2e2e2;
	background-color: #f6f6f6;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	position: absolute;
    bottom: 0;
    left: 3px;
    width: 212px;
    cursor:pointer;
}

#launcher-v2 .launcher-content ul > li .rating {
	width:140px;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:5px;
}

#launcher-v2 .launcher-content ul .new-item,
#launcher-v2 .launcher-content ul .coming-soon {
	position: absolute;
    height: 22px;
	left: -1px;
	top: -1px;
}

#launcher-v2 .launcher-content ul .coming-soon {
	height: auto;
	width: 52px;
	padding: 2px;
	z-index: 1;
}

#launcher-v2 .launcher-content ul .coming-soon > span {
    display: block;
    width: auto;
    height: auto;
    padding: 3px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-indent: initial;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
}

#launcher-v2 .launcher-content ul .new-item {
	position: absolute;
    text-indent: initial;
    color: #000;
    font-size: 10px;
    background-color: #FFD800;
    padding: 3px;
    text-transform: uppercase;
    border-radius:2px;
   	width:auto;
   	height:auto;
   	font-weight:bold;
   	top:1px;
   	left:1px;
 	z-index: 1;
}
#launcher-v2 .launcher-content ul .tyreName {
	position: absolute;
    top: 10px;
    right: 10px;
}
#launcher-v2 .launcher-content ul .desc {
    width: 135px;
	clear: both;
    float: right;
    text-align: right;
    color: #666;
    margin: 0 0 5px 60px;
    line-height: 1.1em;
	display: none;
}
#launcher-v2 .launcher-content ul .desc > a {
	display:none;
}

#launcher-v2 .launcher-content ul .filters-active {
	margin: 0;
    position: absolute;
	left: 45px;
	bottom: 20px;
	z-index: 1;
	text-indent: -1000em;
    min-height: 40px;
}
#launcher-v2 .launcher-content ul .filters-active > span {
	display: block;
    width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('/assets/img/sprites/filter-icons.gif');
    cursor: help;
}
#launcher-v2 .launcher-content ul .filters-active > .filter-winter {
	background-position: -400px -20px;
}

#launcher-v2 .filters > li.active > a.filter-wintry {
    background-position: -200px -20px;
}
#launcher-v2 .filters > li > a.filter-wintry {
    background-position: 0 -20px;
}

#launcher-v2 .launcher-content ul .filters-active > .filter-gp {
    background: url("/assets/img/tyreSelector30/TL-GP-icon.png") no-repeat;
}

#launcher-v2 .launcher-content ul .tyreImage {
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#launcher-v2 .filters {
	padding: 12px;
	height:auto;
	float:left;
}
#launcher-v2 .filters > li {
	float: left;
}
#launcher-v2 .filters > li > a {
	display: block;
	margin-right: 3px;
    color: #999;
    line-height: 20px;
    padding: 0 10px 0 30px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url('/assets/img/sprites/filter-icons.png');
    background-position: 3px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#launcher-v2 .filters > .active > a {
	background-color: #c6c6c6;
	color: #fff;
}

#launcher-v2 .filters > li > .filter-all {
	background-position: 3px 0;
}
#launcher-v2 .filters > .active > .filter-all {
	background-position: -197px 0;
}
#launcher-v2 .filters > li > .filter-track {
	background-position: 3px -120px;
}
#launcher-v2 .filters > .active > .filter-track {
	background-position: -197px -120px;
}

#launcher-v2 .launcher-content-wrap .disabled {
	opacity: .4;
}

#launcher-v2 .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	border-radius:3px;
	display:none;
}

#launcher-v2 .overlay > .background {
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.5;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#launcher-v2 .overlay > .spinner {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
}

#launcher-v2 .overlay > .spinner > img {
	width:44px;
}

#launcher-v2 .ratings {
  position: absolute;
  bottom: 7px;
  right: 10px;
}
#launcher-v2 .rating .ratings-info {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 15px;
  position:relative;
}
#launcher-v2 .rating .ratings-info a {
  margin-left: 3px;
  color: #6a6a6a;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}
#launcher-v2 .rating .ratings-info a:hover {
  color: #000;
}
#launcher-v2 .rating .average-overall-stars,
#launcher-v2 .rating .average-overall-stars-yellow {
  background: url('/assets/img/launcher2/launcher-ratings-stars.png') repeat-x 0 0;
}

#launcher-v2 .rating .average-overall-stars {
  background-position: 0 0;
  width: 66px;
  height: 12px;
  float: left;
  position:absolute;
  top:0;
  left:0;
}
#launcher-v2 .rating .average-overall-stars-yellow {
  background-position: 0 -13px;
  height: 12px;
  max-width: 66px;
  position: absolute;
  top: 0;
  left: 0;
}

#launcher-v2 .tl-footer {
	overflow:hidden;
}

#launcher-v2 .goto-ts {
	float: right;
    padding: 12px 12px 0 0;
	
}
#launcher-v2 br {
	line-height:0;
	font-size:0;
	display:none;
}
#launcher-v2 .goto-ts .tl-button {
  padding: 5px 20px 4px 10px;
    display: inline-block;
    background-color: #FAE709;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    border-radius: 3px;
}

#launcher-v2 .goto-ts .tl-button:after {
  content: '';
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}