﻿body
{
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

.PopupMessageBox
{
    min-width: 260px;
    min-height: 90px;
    /*background: #FFFFFF;*/ /*#3c538e*/
    /*color: #000000;*/ /*#FFFFFF*/ 
    /*margin: 25% auto;*/
    margin: auto;
    padding: 25px;
    /*border: thin outset #808080;*/
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.LoadingPopUp 
{
    /*min-width: 32px;
    min-height: 32px;*/
    margin: auto;
    padding: 9px;
    vertical-align: middle;
    text-align: center;
}

div#LoadingPopUpContainer.simplemodal-container
{
    opacity: 0;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 100px;
    padding: 0px;
    width: 100px!important;
}

div#LoadingPopUpContainer.simplemodal-container div.simplemodal-wrap 
{
    width: 100px!important;
}

.box-paging
{
    border:1px solid #d2d2d2;
    background-color:#e6e6e6;
    color:#666;
    padding: 0px 2px;
    float:left;
    width:100%;
    clear:both;
}

.box-paging span.gray div a
{
  background-position: 0px 4px;
}

.box-paging span.gray label
{
	margin-left:2px;
}

.paging
{
    background:transparent url('../img/paging.gif') no-repeat 0 -19px;
    color:#666!important;
    line-height:18px;
    display:inline-block;
    width:17px;
    height:19px;
    text-align:center;
}

.paging:hover
{
    background-position: 0 0;
}

.paging.selected
{
    background-position: 0 0;
    color:#80671c!important;
    text-decoration:none;
}

.filters {
    float: left; 
    text-align: left; 
    margin-left: 10px; 
    width: 134px;
}

.filters-min {
    float: left; 
    text-align: left; 
    margin-left: 10px; 
    width: 140px;
}

.box-wheels
{
    width: 700px;/*918px;*/
    margin-top:5px;
    list-style:none;
    float: left;
    padding-left: 0px;
}

.box-wheels-min
{
    width: 340px;
    margin-top:5px;
    list-style:none;
    float: left;
    padding-left: 0px;
    
}

.box-wheels-search
{
    width: 700px;
    margin-top:5px;
    list-style:none;
    float: left;
    padding-left: 82px;
}

.box-wheels li
{
    /*padding-bottom: 35px;*/ /*5px;*/
}
.box-wheels-search li
{
    padding-bottom: 25px; /*5px;*/
}

.box-wheels li, .box-wheels-search li
{
    vertical-align: top;
    padding-right: 25px; /*12px;*/
    padding-left: 25px; /*12px;*/
    /*width: 175px; 282px;*/ /*display:inline-block;*/
    float: left;
    text-align: center;
}

.box-wheels-min li 
{
    vertical-align: top;
    /*padding-right: 15px; 12px;*/
    /*padding-left: 15px; 12px;*/
    padding-bottom: 10px; /*5px;*/
    /*width: 175px; 282px;*/ /*display:inline-block;*/
    float: left;
    text-align: center;
    margin-left: 10px;
}

.box-wheels li.clear
{
    width:600px;/*885px;*/
    float:left;
    clear:none;
    height:10px;
    position:relative;
    padding-bottom: 10px;
}

.box-wheels-min li.clear
{
    width:350px;
    float:left;
    clear:none;
    height:10px;
    position:relative;
    padding-bottom: 10px;
}

.box-wheels-search li.clear
{
    width:885px;
    float:left;
    clear:none;
    height:10px;
    position:relative;
    padding-bottom: 10px;
}

.wheels-size-tabs
{
    width:100%;
    position: relative;
    z-index:102;
    list-style:none;
    left: -28px;
}

.wheels-size-tabs li
{
    float:left;
    padding:0px;
    width:auto;
}

.wheels-size-tabs li span
{
    border: 1px solid #C0C0C0;
    padding: 0px;
    padding-right: 3px;/*7px;*/
    padding-left: 3px;
    padding-top: 1px;
    display: block;
    height: 27px;/*16px;*/
    /*line-height: 18px;*/
    cursor: pointer;
    text-align: right;
}

.wheels-size-tabs li a
{
    /*padding-left:5px;*/
    display:block;
    height: 28px;/*17px;*/
    font-size:10px;
    /*color:#fff!important;*/
    text-decoration:none;
}
/*
.wheels-size-tabs li a:hover
{
    background-position: 0 -108px;
}

.wheels-size-tabs li a:hover span
{
    background-position: 100% -108px;
}

.wheels-size-tabs li.selected a,
.wheels-size-tabs li.selected a:hover
{
    background-position: 0 -135px;
    color:#1f2a4a!important;
}

.wheels-size-tabs li.selected span,
.wheels-size-tabs li.selected a:hover span
{
    background-position: 100% -135px;
}
*/

.wheelImageTitle {
    padding-left:25px;
    width: 175px;
    font-weight: bold;
    color: #aa2224;
}

.wheelImage
{
    /*border: 1px solid #C0C0C0;*/
    width: 175px;
    height: 175px;
    position: relative;
    top: 0px;
}

.wheelImage a
{
    position: relative;
    top: 6px;
    left: 0px;
}

.wheelImage .main
{
    width: 200px;
    height: 200px;
    position: relative;
    top: -5px;
}
.wheelImage:hover .main {
    -webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03); 
    transform: scale(1.03);
}


.wheelImage .overlay {
    /*width: 50px;
    background-color: #663300;*/
    height: 30px;
    position: relative;
    top: -190px;
    left: 100px;
    z-index: 25;
}

.wheelImage-min
{
    /*border: 1px solid #C0C0C0;*/
    width: 160px;
    height: 160px;
    position: relative;
    top: 0px;
}

.wheelImage-min a
{
    position: relative;
    top: 6px;
    left: 0px;
}

.wheelImage-min .main
{
    width: 160px;
    height: 160px;
    position: relative;
    top: -5px;
}

.wheelImage-min .overlay {
    /*width: 50px;
    background-color: #663300;*/
    height: 30px;
    position: relative;
    top: -170px;
    left: -45px;
    z-index: 25;
}

.selected
{
    background-color: Yellow;
}

.selectDropDownFix
{
    width: 140px;
}

#divPopup, .Popup {
    min-width: 300px;/*260px*/
    /*width: 400px;*/
    min-height: 200px;/*90px*/
    /*height: 200px;*/
    background-color: #FFFFFF;
    border: 1px solid #aa2224;
    /*margin: 25%;*/
    vertical-align: middle;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#popupHeader, .PopupHeader {
    /*
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    */
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.5em;
}

#popupBody, .PopupBody {
    padding: 20px 20px 10px 20px;
    font-size: 12px;
    text-align: left;
}

#divPopupFooter,
.PopupFooter
{
    padding: 10px 10px 20px 10px;
    text-align: center;
    line-height: 4em;
    vertical-align: top;
}

#divPopupFooter input[type="button"]
{
    font-size: 12px; 
    width: 80px;
}

.productDetailTitle
{
    font-size: 2em;
    font-weight: bold;
    color: #aa2224;
}

.statusOK {
    color: #008000;
    padding-top: 20px;
}

.statusError {
    color: #FF0000;
    padding-top: 20px;
}

.rearCell {
    padding-left: 20px;
}

.priceCell {
    padding-top: 20px;
}

#ucProduct_updatePanel select {
    font-family:'Century Gothic', arial;
}

.imageBox {
    float: left; 
    margin-right: 20px;
}

.imageBox-min {
    /*margin: auto;*/
}

.imageBox #mainImageBox {
    width: 400px; 
    height: 400px; 
    text-align: center;
}

.imageBox-min #mainImageBox {
    width: 400px; 
    height: 400px; 
    text-align: center;
    margin: auto;
}

.imageBox #mainImageBox .main,
.imageBox-min #mainImageBox .main {
    width: 400px;
    height: 400px;
}

.imageBox #mainImageBox .overlay,
.imageBox-min #mainImageBox .overlay {
    /*width: 100px;
    background-color: #663300;*/
    height: 60px;
    position: relative;
    top: -400px;
    left: -157px;
    z-index: 25;
}

.detailsBox {
    float: left; 
    text-align: left; 
    width: 430px;
}

.detailsBox-min {
    text-align: left; 
    width: 430px;
    margin: auto;
}


.icon_Block {
  float:right;
  right: -25px;
  top: -5px;
  width: 50px;
  height: 50px;
  /*overflow: hidden;*/
  position: relative;
}
.icon_Block .viewOnCarBtn, .viewOnCarBtn_disabled {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    background-size: contain;
    /*background-position: 50% 80%;*/
    background-repeat: no-repeat;
}
.icon_Block:hover .viewOnCarBtn {
        cursor: pointer;
        cursor: hand;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
}

.viewOnCarBtn,.viewOnCarBtn_disabled {
    background-color: transparent;
    border: none !important;
    outline: none !important;
}

.viewOnCarBtn {
    background-image: url('/img/car.png');
}

.viewOnCarBtn_disabled{
    background-image: url('/img/car_disabled.png');
}


/*
//http://codepen.io/rickzanutta/pen/RWBQRM    
.blocks_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
}
.block {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
.product_block {
  width: 31%;
  overflow: hidden;
  position: relative;
  height: 400px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.product_block .product_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
          transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
}
.product_block .product_header .product_heart {
  float: left;
  margin-top: 15px;
  padding-left: 30px;
}
.product_block .product_header .product_heart img {
  width: 20px;
  height: 20px;
}
.product_block .product_header .product_tag {
  position: absolute;
  top: 15px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
  background-color: #3b4068;
  padding: 4px 15px;
  border-radius: 0.8em;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.product_block .product_header .product_shop {
  float: right;
  margin-top: 15px;
  padding-right: 30px;
}
.product_block .product_header .product_shop img {
  width: 20px;
  height: 20px;
}
.product_block .product_img {
  width: 85%;
  margin: 0 auto;
  height: 260px;
  background-size: contain;
  background-position: 50% 80%;
  background-repeat: no-repeat;
}
.product_block .product_info {
  text-align: center;
  padding-top: 20px;
}
.product_block .product_info .product_title {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product_block .product_info .product_subtitle {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  margin: 0;
  margin-bottom: 15px;
}
.product_block .product_info .product_price {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.product_block .product_info .product_price span {
  text-decoration: line-through;
  color: #fc7070;
  padding-left: 9px;
}
.product_block:hover {
  background-color: #3b4068;
  color: #fff;
}
.product_block:hover .product_header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.product_block:hover .product_header .product_tag {
  background-color: #fff;
  color: #3b4068;
}
.new_arrival {
  width: 31%;
  overflow: hidden;
  position: relative;
  height: 400px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.new_arrival .na_subtitle {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 11px;
  margin-bottom: 10px;
}
.new_arrival .na_title {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 51px;
  margin-bottom: 20px;
}
.new_arrival .na_img {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.new_arrival:hover .na_img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_block {
  width: 65%;
  overflow: hidden;
  position: relative;
  height: 400px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.news_block .news_img {
  position: relative;
  width: 100%;
  height: 275px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.news_block .news_img .news_tag {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -300%);
      -ms-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
  background-color: #83d78c;
  padding: 4px 15px;
  border-radius: 0.8em;
  -webkit-transition: -webkit-transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
          transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
}
.news_block .news_content {
  height: 125px;
  text-align: center;
}
.news_block .news_content .news_title {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.news_block .news_content .news_subtitle {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  margin: 9px 0 10px 0;
}
.news_block .news_content .news_price {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.news_block:hover .news_img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_block:hover .news_img .news_tag {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.news_block_lat {
  width: 65%;
  overflow: hidden;
  position: relative;
  height: 400px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.news_block_lat .news_img {
  position: relative;
  width: 48%;
  float: left;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.news_block_lat .news_content {
  position: relative;
  float: left;
  width: 52%;
  overflow: hidden;
}
.news_block_lat .news_content .nbl_tag {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
  background-color: #0089cf;
  padding: 4px 15px;
  border-radius: 0.8em;
  margin: 30px 0 50px 15px;
}
.news_block_lat .news_content .nbl_title {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
  margin: 30px 0 0 15px;
}
.news_block_lat .news_content .nbl_subtitle {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  margin: 5px 0 10px 15px;
}
.news_block_lat .news_content .nbl_desc {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  margin-left: 15px;
  width: 90%;
}
.news_block_lat .news_content .nbl_price {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 0 15px;
}
.news_block_lat:hover .news_img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_block_lat:hover .news_img .news_tag {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 730px) {
  .product_block,
  .new_arrival,
  .news_block,
  .news_block_lat {
    width: 100%;
  }
  .news_block_lat .news_img {
    width: 100%;
    float: none;
    height: 200px;
  }
  .news_block_lat .news_content {
    float: none;
    width: 100%;
    overflow: visible;
  }
  .news_block_lat .news_content .nbl_tag {
    width: 60px;
    position: relative;
    top: -10px;
    z-index: 2;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .news_block_lat .news_content .nbl_title {
    margin: 0 25px;
  }
  .news_block_lat .news_content .nbl_subtitle,
  .news_block_lat .news_content .nbl_desc,
  .news_block_lat .news_content .nbl_price {
    margin-left: 25px;
  }
}*/
