@charset "utf-8";
/* CSS Document */

.knwCar {
	display: block;
}
.brandForm {
	height: 122px;
	margin: 0 15px;
	width: 950px;
	background: #fff800; /* Old browsers */
	background: -moz-linear-gradient(top, #fff800 0%, #fcc803 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff800), color-stop(100%, #fcc803)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff800 0%, #fcc803 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff800 0%, #fcc803 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff800 0%, #fcc803 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff800 0%, #fcc803 100%); /* W3C */
}
.blist li {
	background: url(../images/brand-page/bBorder.png) no-repeat scroll right center ;
	float: left;
	height: 102px;
	padding: 20px 0 0 15px;
	width: 254px;
}
.blist li.modNone
{
	display:none;
}
.err
{
	color:#F00;
	display:block;
}
.blist li.fwidth
{

	width:388px;
}
.blist li.fwidth .cMake
{
    width:360px;
}

#variant
{
    -webkit-transition: all 5s ease;
    width:250px;
}

.blist li label {
	font-size: 3.5em;
}
.blist li span {
	font-weight: 700;
}
.cMake {
	border: 1px solid #CCCCCC;
	padding: 7px;
	width: 230px;
}
.noBg {
	background: none repeat scroll 0 0 !important;
}
.blist li.bSub {
	background: none repeat scroll 0 0 #2C2C2C !important;
	height: 122px;
	line-height: 4;
	padding: 0;
	text-align: center;
	width: 143px;
	position: relative;
	float:right;
}
.blist a {
	color: #FFFFFF;
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	padding: 20px 0 0;
}
.arrow {
	left: -10px;
	position: absolute;
	top: 51px;
}
/*************************************/

.hd31 {
	font-size: 3em;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #f0dd00;
}
.hd31 span {
font-weight: 900;
}
.hed4 {
	color: #7D7D7D;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 0;
}
.rRate {
	padding: 0 0 0 5px;
}
.rRate > li {
	float: left;
	/*width: 50%;*/
}
.rRate .star {
	display: inline-flex;
	float: left;
	/*padding: 10px 70px 16px 0;*/
	  padding: 10px 22px 16px 0;
	font-size: 1.3em;
}
.star > input {
	margin: 0 10px 0 0;
}
.latestPackages li.subLast {
	width: 200px;
}
.rSubmit {
	background: none repeat scroll 0 0 #6e6e6e;
	color: #FFFFFF !important;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 30px;
}
.rSubmit:hover {
	background: none repeat scroll 0 0 #ffe000;
	color: #000 !important;
}
/**************** tab pane ******************/
 
    /* Example Styles for Demo */
.etabs {
	margin: 0;
	padding: 0;
	background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #efefef 20%, #ffffff 49%, #efefef 80%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(20%,#efefef), color-stop(49%,#ffffff), color-stop(80%,#efefef), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dddddd 0%,#efefef 20%,#ffffff 49%,#efefef 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dddddd 0%,#efefef 20%,#ffffff 49%,#efefef 80%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dddddd 0%,#efefef 20%,#ffffff 49%,#efefef 80%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dddddd 0%,#efefef 20%,#ffffff 49%,#efefef 80%,#f5f6f6 100%); /* W3C */


}
.tab {
	display: inline-block;
	zoom: 1;
   *display:inline;
	height:48px;
 
	 
}

.tab a {
    color: #ADADAD;
    display: block;
    font-size: 1.6em;
    line-height: 2em;
    outline: medium none;
    padding: 10px 10px 5px;
    text-decoration: none;
}

.tab 
{
-moz-box-shadow: inset 6px 0 5px -4px #000;
-webkit-box-shadow: inset 6px 0 5px -4px #000;
box-shadow: inset 6px 0 5px -4px #000;
 
}
.tab span
{
	font-weight:700;
}

.tab a:hover {
	text-decoration: none;
}

.tab .active {
	background: #ffffff;
	position: relative;
	top: 1px;
	border-color: #666;
	box-shadow:none;
}
.etabs .active a{
	color:#000;
	background:#FFD000;
}
 
.tab-container .panel-container {
	background: #fff;
	font-size:1.2em;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.panel-container {
	margin-bottom: 10px;
}

 
.scroll-pane , .scroll-pane2
{
	height:200px;
	overflow-x:auto;
	
}

#tabs1-spec .techSpec li {
    list-style: disc outside none;
    margin: 0 20px;
    padding: 10px 0;
}
#tabs1-spec
{
	 display:none;
	
}

/***************** Tab Table Inner Styles *************************/
 .inner {
    
    padding: 7px;
}
 .inner .left {
    border-right: 1px solid #FFFF00;
    float: left;
    margin-right: 3%;
    padding-right: 3%;
    width: 46%;
}
.right {
    float: left;
    width: 47%;
}
.inner p.groupHeading {
    color: #D91918;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 10px 0 2px;
}
.inner table {
    width: 100%;
}
.inner td {
    font-size: 0.8em;
    line-height: 13px;
    vertical-align: top;
    width: 50%;
}

.sCon {
    border: 5px solid #FFFFFF;
    border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
    position: relative;
    width: 639px;
}
#bottom {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    box-shadow: none;
    margin: auto;
    overflow: visible;
    position: absolute;
    right: 15px;
    width: 70%;
}
.cont #bottom li img{
	border:1px solid yellow;
	width:100%;
	display:block;
	max-height:67px;
	max-width:87px;
}	
#bottom li {padding:2px;}
.cRate {
    background: none repeat scroll 0 0 yellow;
    padding: 2% 4% 3% 2%;
    position: absolute;
    top: 20px;
    z-index: 1;
}
.cRate, .cname {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.cRate > h4 {
    font-size: 2em;
    font-weight: bold;
	 
}
.cname {
    color: #FFFFFF;
    font-size: 1.5em;
   
}		
.rbtm .cname span {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.cRate span{font-size:0.8em;text-transform:capitalize;}	
.iCon{position:relative;}


.rbtm {
    background: none repeat scroll 0 0 #2C2C2C;
    border: 1px solid #FFFFFF;
    padding: 4%;
    position: absolute;
    right: -10%;
    top: 70%;
    width: 78%;
}
.rbtm ul li {
	float:right;
	margin:0 2px;
	list-style:none;
}
.rbtm ul li a, .twoStar, .threeStar, .fourStar, .fiveStar{
    background: url(../images/brand-page/spriteStarNew.png) no-repeat scroll 0 0;
    float: left;
    height: 14px;
    width: 89px;
	display:block;
}
.rbtm ul li .twoStar
{
	background-position:0px -13px;
} 
.rbtm ul li .threeStar
{
	background-position:0 -28px;
} 
.rbtm ul li .fourStar
{
	background-position:0 -43px;
} 
.rbtm ul li .fiveStar
{
	background-position:0 -57px;
} 

.flex-next,.flex-prev {
 
height:60px;
display:block;
position:absolute;
z-index:40;
top:21px;
text-indent:-9999px; 
} 
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.7 !important;
}
#top .flex-direction-nav .flex-disabled { opacity: 0!important;   }


#top .flex-direction-nav a {
    color: #FFFFFF;
    height: 71px;
    position: absolute;
    top: 45%;
    width: 27px;
    z-index: 10;
}
#bottom .flex-direction-nav a
{
	width:12px;
	height:28px;
	
}
#bottom .flex-direction-nav a{top:25%; z-index: 10;}
.flexslider .slides img {
display: block;
width: 100%;
max-width: 640px;
margin: auto;
}
#bottom .flex-direction-nav .flex-prev 
{ 
	background: url(../images/brand-page/smallPrev.png) no-repeat scroll 0 0 rgb(0, 0, 0);
	background: url(../images/brand-page/smallPrev.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 2px;
}
#bottom .flex-direction-nav .flex-next
 {
	 background: url(../images/brand-page/smallNext.png) no-repeat scroll 0 0 rgb(0, 0, 0);
	 background: url(../images/brand-page/smallNext.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  right: 2px;
}
#bottom .flexslider:hover .flex-prev { opacity: 1; left: 10px; }
#bottom .flexslider:hover .flex-next { opacity: 1; right: 10px; }

#top .flex-direction-nav .flex-prev {
	background: url("../images/brand-page/prev.png") no-repeat scroll 0 0 rgb(0, 0, 0);
    background: url("../images/brand-page/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 10px;
}
#top .flex-direction-nav .flex-next {
	background: url("../images/brand-page/next.png") no-repeat scroll 0 0 rgb(0, 0, 0);	
    background: url("../images/brand-page/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right:10px;
}
 
#top .flexslider:hover .flex-prev { opacity: 1; left: 10px; }
#top .flexslider:hover .flex-next { opacity: 1; right: 10px; }


#bottom .flex-active-slide img{
    border: 1px solid #FF0000;
}

.backBtn {
background: url(../images/brand-page/backBg.png) no-repeat scroll left top #171717;
color: #FFFFFF;
cursor: pointer;
display: block;
margin: 1px;
opacity: 0.9;
padding: 5px 23px;
position: absolute;
right: 0;
text-transform: uppercase;
top: 20px;
z-index: 6;
}


.topReviews {
	clear: both;
	padding: 0 15px 0 15px;
	margin-bottom: 20px;
	position:relative;
}
.offerslideCont {
	position:relative;
}
.thd3 {
    border-bottom: 2px solid #F6DD11;
    font-size: 3em;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.topOffersSlider dd {
    border-bottom: 1px dotted #9E9E9E;
    float: left;
    padding-bottom: 20px;
    margin-top: 20px;
     width: 100%;
}

.trSlidCont dd figure {
    float: left;
    margin-right: 5%;
    width: 45%;
}
.trSlidCont img {
    border: 1px solid #FFFF00;
    display: block;
    float: left;
    margin: 0 4% 0 0;
    max-height: 67px;
    max-width: 116px;
    width: 100%;
}

.trSlidCont h4 {
    font-size: 1.4em;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.tRRgt {
    float: right;
    width: 50%;
}

.trSlidCont span {
    font-weight: bold;
}
.reviewBtn{
     background: none repeat scroll 0 0 #F5DB06;
     color: #000000;
     font-size: 1.2em;
    padding: 4px 8px;
}

.reviewBtn:hover {
     background: #CCCCCC;
     color: #434343;
}
 
.topRevCont .flex-next, .topRevCont .flex-prev {
    display: block;
	width:41px;
    height: 26px;
    position: absolute;
    text-indent: -9999px;
    bottom:0px;
    z-index: 40;
	background:red;
	top: 277px;
}
.topRevCont  .flex-next
{
	background:url(../images/brand-page/nextSm.jpg) top left no-repeat;
	  right: 0;
	  
}
.topRevCont  .flex-prev
{
	background:url(../images/brand-page/prevSm.jpg) top left no-repeat;
	  right: 41px;
}