#recommendedBrand .cols-right a p#recommendedBrand .cols-right a p@charset "utf-8";

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

.m0auto1 {
    margin: 0 auto;
    max-width: 960px;
}

.mainImg img{
    max-width: 100%;
    height: auto;
    width: 100%;
}


.beltStyle {
    padding: 81px 0px 0px 43px;
    display: inline-block;
    font-size: 18px;
    color: #000;
}

.logo{
    letter-spacing: -1.5px;
}

.cols beltType{
	text-align: center;
	vertical-align: middle;
}

#headerTop .inner #siteID,#containerBottom h1#siteID{
	font-family: "bickham-script-pro-3";
	letter-spacing: 1.5px;
	font-size: 55px;
  }
#headerTop .inner #siteID {
	text-align: center;
	text-decoration: none;
}
#headerTop:hover a{
	text-decoration: none;
}
#containerBottom:hover a{
	text-decoration: none;
}

#recommendItem h2 {
	color: #fafafa;
	font-size: 14px;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 5em;
	background: #333;
	
}

#recommendItem h2 {
	color: #fafafa;
	font-size: 14px;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 5em;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
	background: -webkit-linear-gradient(top, #222 0%, rgb(125,126,125) 50%, #666 51%, #222 100%);
	background: linear-gradient(to bottom, #555 0%, #222 50%, #222 51%, #555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
}
	
.recommendItem-left p {
	text-align: center;
	width: 100px;
	margin: 0 auto;
}
#pageTop {
	background: #000;
}
dt img {
	float : right;
	width: 25%;
	height: 25%
}

#boderLine {
	width: 100%;
}

#boderLine {
	width: 100%;
}
#boderLine p {
    width: 100%;
    background: #9e8963;
    padding-top: 7px;
    display: inline-block;
}

/*================================

#itemList

================================*/


#itemList ul li {
	float: left;
	width: 194px;
	padding: 23px;
	background: #fff;
	margin: 0 auto;
}
#itemList ul li:nth-child(even) {
	background: #ddd;
}

#itemList ul li:nth-child(even) {
	background: url(../img/arrow-right.png) no-repeat right center #ddd;
}

#itemList ul li:nth-child(odd) {
	background: #f2f2f2;
}
#itemList ul li p.itemDescription {
	margin-bottom: 10px;
	font-size: 0.85em;
}
#itemList ul li h3 {
	margin-bottom: 15px;
	font-size: 0.92em;
	font-weight: bold;
	color: #666;
}


#itemList ul li p.itemDetails {
	text-align: right;
}
#itemList ul li p.itemDetails span.arrow {
	background: url(../shared/img/icoShared_arrow.gif) no-repeat left center;
	padding-left: 12px;
	color: #c9a666;
}
/*================================

#beltstyle

================================*/

#beltstyle .cols {
	width: 100%;
}
#beltstyle .cols {
	zoom: 1;
}
#beltstyle .cols:before, #beltstyle .cols:after {
	content: "";
	display: table;
}
#beltstyle .cols:after {
	clear: both;
}
#beltstyle .cols-left {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	height: 480px;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1em;
}

#beltstyle .cols-left {
	float: none;
	width: 100%;
	height: auto;
}
#beltstyle .cols-left p {
	line-height: 480px;
	background: #dddddd;
	color: #000;
}

#beltstyle .cols-left p {
	line-height: 70px;
	font-size: 15px;
	background: #fff;
	color: #000;
	display: none;
}
#beltstyle .cols-right {
	position: relative;
	display: block;
	float: right;
	width: 960px;
	height: 480px;
	background: white;
	float: none;
	width: 100%;
	height: auto;
}
#beltstyle .cols-right {
	zoom: 1;
}
#beltstyle .cols-right:before, #beltstyle .cols-right:after {
	content: "";
	display: table;
}
#beltstyle .cols-right:after {
	clear: both;
}

#beltstyle .cols-right .cols {
	position: relative;
	display: block;
	float: left;
	background-size: contain;
	width: 50%;
	height: auto;
	background-size: cover;
	overflow: hidden;
}
#beltstyle .cols-right .cols:after {
	content: "";
	display: block;
	padding-top: 100%;
}


#beltstyle .cols-right .cols.beltType {
	background-image: url(../img/william_img.jpg);
}

#beltstyle .cols-right .cols a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

#beltstyle .cols-right .cols a {
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#beltstyle .cols-right .cols.maintenance a {
	background-color: rgba(0,0,0,0.2);
	background-image: url(../img/);
}

#beltstyle .cols-right .cols.maintenance a {
	position: absolute;
	background-color: rgba(0,0,0,0);
}

#beltstyle .cols-right .cols a:hover {
	background-color: rgba(255,255,255,0.2);
}
#beltstyle .cols-right .cols.maintenance a:hover {
	background-color: rgba(0,0,0,0);
}

#beltstyle .cols-right .cols.maintenance a:hover {
	background-color: rgba(0,0,0,0.0);
}

#beltstyle .cols-right .cols a p {
	position: absolute;
	width: 120%;
	height: 200%;
	top: -67.5%;
	left: -10%;
	background-size: cover;
	text-indent: -9999px;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}

#beltstyle .cols-right .cols.maintenance a p {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 55%;
    left: 0;
    margin-top: -20px;
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    -o-filter: invert(0%);
    -ms-filter: invert(0%);
    filter: invert(0%);
    color: #000;
}

#beltstyle .cols-right .cols.maintenance a p img {
	width: 30px;
	height: auto;
	margin-bottom: 10px;
}
/*================================

#recommendedBrand

================================*/

#recommendedBrand .cols {
	width: 100%;
}
#recommendedBrand .cols {
	zoom: 1;
}
#recommendedBrand .cols:before, #recommendedBrand .cols:after {
	content: "";
	display: table;
}
#recommendedBrand .cols:after {
	clear: both;
}
#recommendedBrand .cols-left {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	height: 320px;
	background: #000;
	font-size: 14px;
	text-align: center;
	line-height: 1em;
	color: #fff;
}

#recommendedBrand .cols-left {
	float: none;
	width: 100%;
	height: auto;
}

#recommendedBrand .cols-left p {
	line-height: 70px;
	font-size: 15px;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
	background: -webkit-linear-gradient(top, #222 0%, rgb(125,126,125) 50%, #666 51%, #222 100%);
	background: linear-gradient(to bottom, #555 0%, #222 50%, #222 51%, #555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
}

@media screen and (min-width: 748px){
#recommendedBrand .cols-center {
    max-width: 1000px;
    margin: 0 auto;
	}	}
	
@media screen and (max-width: 480px){
#recommendedBrand .cols-center {
	  width: 100%;
    margin: 0 auto;
	}	}

#recommendedBrand .cols-center {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 960px;
}

#recommendedBrand .cols-center {
	zoom: 1;
}
#recommendedBrand .cols-center:before, #recommendedBrand .cols-center:after {
	content: "";
	display: table;
}
#recommendedBrand .cols-center:after {
	clear: both;
}
#recommendedBrand .cols-center .cols {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	height: 160px;
}

#recommendedBrand .cols-center .cols {
	width: 50%;
	height: auto;
	background-size: cover;
	overflow: hidden;
}
#recommendedBrand .cols-center .cols:after {
	content: "";
	display: block;
	padding-top: 66%;
}
#recommendedBrand .cols-center .cols {
	background-size: contain;
}
#recommendedBrand .cols-center .cols.felisi {
	background-image: url(../img/oblogo-felisi.png);
}
#recommendedBrand .cols-center .cols.andersons {
	background-image: url(../img/oblogo-andersons.png);
}
#recommendedBrand .cols-center .cols.whitehousecox {
	background-image: url(../img/oblogo-whitehousecox.png);
}
#recommendedBrand .cols-center .cols.william {
	background-image: url(../img/oblogo-william.png);
}
#recommendedBrand .cols-center .cols.ktlewiston {
	background-image: url(../img/oblogo-ktlewiston.png);
}
#recommendedBrand .cols-center .cols.damico {
	background-image: url(../img/oblogo-damico.png);
}
#recommendedBrand .cols-center .cols.arnoldwills {
	background-image: url(../img/oblogo-arnoldwills.jpg);
}
#recommendedBrand .cols-center .cols.martinfa {
	background-image: url(../img/oblogo-martinfa.jpg);
}

#recommendedBrand .cols-center .cols a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

#recommendedBrand .cols-center .cols a {
	position: absolute;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#recommendedBrand .cols-center .cols a:hover {
	background-color: rgba(255,255,255,0.75);
}

#recommendedBrand .cols-center .cols a:hover {
	background-color: rgba(255,255,255,0.3);
}
#recommendedBrand .cols-center .cols a p {
	width: 100%;
	height: 100%;
	background-size: contain;
	text-indent: -9999px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

#recommendedBrand .cols-center .cols a p {
	background-size: 130%;
	background-position: center center;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}

#recommendedBrand .cols-center .cols.blank {
	display: none;
}

#recommendedBrand .cols-right {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	height: 80px;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
	background: -webkit-linear-gradient(top, #222 0%, rgb(125,126,125) 50%, #666 51%, #222 100%);
	background: linear-gradient(to bottom, #555 0%, #222 50%, #222 51%, #555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
}}

#recommendedBrand .cols-right a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#recommendedBrand .cols-right a:hover {
	background-color: rgba(255,255,255,0);
}
#recommendedBrand .cols-right a p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-indent: 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding-top: 13px;
}

#recommendedBrand .cols-right a p span.mTop {
    padding-top: -45px;
    display: block;
    margin-top: 5px;
	padding-bottom:5px;
}

.beltType {
    font-size: 19px!important;
}