/* NEW STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: transparent;
}
.cus{
	font-size: 10pt;
	color: white;
	font-weight: bolder !important;
	padding-top: 3px;
}
.tel {
    background: none repeat scroll 0% 0% #000;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right !important;
    text-align: right;
}
a, a:link, a:active, a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #039;
}
.footer {
    background: none repeat scroll 0% 0% #039;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footerfont, a.footerfont, a.footerfont:link, a.footerfont:active, a.footerfont:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #ffffff;
}
a.footerfont, a.footerfont:link, a.footerfont:active, a.footerfont:visited {
	text-decoration: underline;
}
a.footerfont:hover, a.footerblue:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #ff0000;
}
.copyright {
    background: none repeat scroll 0% 0% #ffffff;
    font-family: Arial,Helvetica,sans-serif;
}
.footerblue{
    font-size: 11px;
    color: #000068;
}
.footer-paragraph{
	margin: 0px 0px 0px 0px;
}
.left-menu-title{
	background-color: #666666;
	text-align: center;
	color: #EDEDE4;
	font-size: 16px;
	font-weight: bold;
}
.image-catalog{
	text-align: center;
	border-left: 2px; 
  	border-right: 2px;
}
.image-catalog a img{
	display: block;
	width: 100%;
	height: auto;
}
.bluetitles{
	color: #039;
	font-size: 18px;
	font-weight: bold;
}
.subtitle{
	font-size: 14px;
	font-weight: bold;
}
.images-resize{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.links{
	text-decoration: underline;
	font-size: 14px !important;
}
.plain {
    font-size: 14px;
}
.plain-2 {
    font-size: 14px;
    max-width: 550px;
    margin: 0px auto;
}
/* MOBILE MENU */
@media screen and (max-width: 479px){
	#menuitems li a{
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
	.header-up, .header-middle, .header-low{
		text-align: center;
	}
	.left-menu{
		display: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #ffffff;
	}
	.dropdown-submenu a:hover, .navbar-nav li a:hover,
	.navbar-nav li ul > .open > ul > li > a:focus, .navbar-nav li ul > .open > ul > li > a {
		background-color: #000000;
		color: #ffffff !important;
		cursor: pointer;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
	.navbar-nav li ul > .open > a, .navbar-nav li ul > .open > a:hover, .navbar-nav li ul > .open > a:focus, .navbar-nav li a:focus{
		color: #000000 !important;
	    background-color: #ffffff !important;
	    background-image: linear-gradient(to bottom, #DBDBDB 0px, #E2E2E2 100%);
		background-repeat: repeat-x;
		cursor: pointer;
	}
	.udm-header li ul > li > a{
		padding-left: 45px !important;
	}
	.menu-pc{
		display: none !important;
	}
	/* */
	.header-contact{
		font-size:14px !important;
		margin:5px !important;
		font-family:Arial, Helvetica, sans-serif !important;
	}
	.header-contact a{
		font-size:14px !important;
	}
	.header-search{
		margin:5px 0 12px !important;
	}
	.col-fx-left{
		width: 144px;
		float: left;
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-fx-right{
		overflow: hidden;
		padding-left: 10px;
		padding-right: 0px;
	}
	.mobile-hide-innecesary{
		display: none;
	}
	.index-mobile-width{
		max-width: 300px;
		margin: 0 auto;
	}
	.dotted-bottom-line, .index-border-bottom-mobile {
	    border-bottom: 1px dotted #666;
	}
}
@media screen and (min-width: 768px){
	.menu-mobile{
		display: none !important;
	}
	.left-menu{
		background-color: #edede4;
		padding-left: 0px;
		padding-right: 0px;
		border-left: 2px; 
		border-right: 2px;
		border-top: 0px;
		border-bottom: 0px;
		border-style: solid;
		border-color: #666666;
	}
	.right-content{
		border-right: 2px solid #666666;
	}
	.header-contact{
		font-size:16px;
		font-family:Arial, Helvetica, sans-serif !important;
		margin-top:15px;
	}
	.header-contact a{
		font-size: 16px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.no-padding-768{
		padding: 0px;
	}
	.yes-padding-768{
		padding-right: 30px;
		padding-left: 30px;
	}
	/* INDEX */
	.index-border-left-tablet{
		border-left: 1px dotted #666;
	}
	.index-border-bottom-tablet{
		border-bottom: 1px dotted #666;
	}
	.nav > li > a {
    	padding: 15px 10px;
	}
}
@media screen and (min-width: 992px){
	/* INDEX */
	.dotted-bottom-line {
	    border-bottom: 1px dotted #666;
	}
}
.navbar-right li a{
	font-size: 16px;
}
.dropdown-submenu{
	position:relative;
}
.dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#555;
}
.dropdown-submenu.pull-left{
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.header-search{
	margin:15px 0 10px;
}
.header-search .input-group input[type="text"]{
    padding: 0px 14px;
    height: 30px;
}

.header-search .input-group-btn:last-child > .btn{
	padding:4px;
}
.header-contact{
	font-family:Arial, Helvetica, sans-serif !important;
	margin-top:15px;
}
.headermobile {
	text-align: center; 
	background: #000000;
}
.tel-top{
	color:#FFF !important;
	text-decoration:none !important; 
}
.space {
	padding-top: 10px;
}
.no-padding {
	padding-right: 0px !important; 
	padding-left: 0px !important;
}
.index-image-1{
	max-width: 550px;
}
.b{
	font-weight: bold;
}
.p{
	margin: 0;
}

/* SIDEBAR MENU */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a, #cssmenu > ul > li > ul > li > a {
  font-size: 15px;
  display: block;
  color: #666666;
  border-top: 1px; 
  border-style: solid;
  border-color: #666666;
}
#cssmenu ul .last{
	border-bottom: 1px; 
	border-style: solid;
	border-color: #666666;
}
#cssmenu > ul > li > a > span, #cssmenu > ul > li > ul > li > a > span {
  display: block;
  padding: 6px 10px;
}
#cssmenu ul li a span:hover {
  text-decoration: none;
  color: #ff0000;
  background-color: #CCCCCC;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
	color: #666666;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul li ul li a span{
	padding-left: 30px;
}
#cssmenu ul ul a {
  display: block;
  font-size: 13px;
}
#cssmenu ul li ul li a:hover, #cssmenu ul li ul li:hover {
	color: #ff0000;
    background-color: #CCCCCC;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
}
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* CONTACT */

.contact-message{
	background-color: #eeeeee;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contact-form{
	background-color: #eeeeee;
}
.form-group{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form-group label{
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	text-align: justify;
}
.form-control{
	padding: 0px 6px;
	width: 100%;
}
.btn-place{
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: none;
	background-color: white;
	padding: 5px 10px;
	font-weight: bold;
}

/* INDEX */
.index-element {
    background-color: #E6F1FF;
    border-top: 1px dotted #666;
    padding-bottom: 15px;
}
.index-element-2 {
    border-left: 1px dotted #666;
    line-height: 1.2;
}
.padding-right{
	padding-right: 10px;
	padding-left:  
}
.no-margin {
    margin-bottom: 0px;
    margin-top: 3px;
}
.contact-left, .contact-right{
	display: inline-block;
	vertical-align: top;
}
.about-images {
    display: block;
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: 0px auto;
}
.wheels-footer {
    padding-top: 5px;
    padding-bottom: 20px;
}
.border-top, .wheel-container {
    border-top: 1px dotted #666;
}
.custom-wheel{
	font-size: 11px;
	text-align: center;
}
.custom-wheel-table{
	max-width: 700px;
	width: 100%;
}
.wheel-accesories-table{
	max-width: 320px;
	margin: 0 auto;
}
.wheel-accesories-table tr td{
	padding: 5px;
}
.wheel-accesories-cell{
	font-style: italic;
}
.wheel-price{
	font-style: italic;
	text-decoration: underline;
}
.wheel-image{
	max-width: 259px;
	margin: 0 auto;
}
.wheel-image-2{
	max-width: 250px;
	margin: 0 auto;
}
.wheel-image-3{
	max-width: 650px;
	margin: 0 auto;
}
.bold{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-up{
	font-size: 16px;
}
.header-middle{
	font-size: 14px;
}
.header-low{
	font-size: 12px;
}
/*OLD STYLES*/
table.wheelacc {
    max-width: 500px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin: 0 auto;
}
td.wheelaccheader {
    background-color: #039;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
td.wheelaccsubheader {
    background-color: #CCC;
    color: #000068;
    font-weight: bold;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
td.wheelaccdetails {
    font-weight: normal;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
a.bottomlink {
    color: #F00;
    background-color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
    text-align: left;
}
.yapaweb{
	font-size: 11px !important;
	color: #000068 !important;
	text-decoration: underline;
}