/* Xmod classes */
.WheelManufactureImg  {
	margin-top: 5px;
}

.WheelManufactureImg:hover  {
	outline: #ff9900 solid 2px;
}

.WheelManufactureText {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top:10px; 
	margin-bottom:10px; 
	line-height: 150%;
	color: white;
}

.WheelTypeIMG {}
.WheelTypeIMG:hover {
	outline: #ff9900 solid 2px;
}

.WheelTypeText {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top:10px; 
	margin-bottom:10px; 
	line-height: 150%;
	color: white;
}

.WheelLightboxIMG {}
.WheelLightboxIMG:hover {}

.WheelsText {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #c8c7c7;
	line-height: 150%;
}

.Wheelswrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.Wheelscol1 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
}

.Wheelscol2 {
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}

.Wheelscol3{
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: right;
	text-align: left;
}

.TyreManufactureImg  {
	margin-top: 5px;
}

.TyreManufactureImg:hover  {
	outline: #ff9900 solid 2px;
}

.TyreManufactureText {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top:10px; 
	margin-bottom:10px; 
	line-height: 150%;
	color: white;
}

.TyreTypeIMG {}
.TyreTypeIMG:hover {
	outline: #ff9900 solid 2px;
}

.TyreTypeText {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top:10px; 
	margin-bottom:10px; 
	line-height: 150%;
	color: white;
}

.TyreLightboxIMG {}
.TyreLightboxIMG:hover {
	outline: #ff9900 solid 2px;
}

.TyresText {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #c8c7c7;
	line-height: 150%;
}

.Tyreswrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.Tyrescol1 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
}

.Tyrescol2 {
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}

.Tyrescol3{
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: right;
	text-align: left;
}

.adminfunctions {
	float: right;
}

.products {
	margin-top: 25px;
}

.productwrapper {
	float: left;
	height: 210px;
	width: 210px;
}

.product {  
    margin: 5px; 
	max-width: 200px;	
	max-height: 200px;
    float: left;  
	overflow: hidden;
    position: relative;  
	cursor: pointer;
	-moz-box-shadow: 0 0 10px #000000; 
    -webkit-box-shadow: 0 0 10px #000000; 
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}  
   
.product img{  
    position: relative;  
    top: 0;  
    left: 0;  
    border: 0;  
}  

.productcaption{ 
    float: left;  
    position: absolute;  
    background: #000;  
	font-size: 14px;
	color: #ff9900;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-align: center;
	padding-top: 5px;
    height: 20%;  
    width: 100%;  
    top: 100%;  
    left: 0px;  
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}

.newproduct {
	width: 50px;
	height: 50px;
	position: absolute;
	background: url(../images/new.png);
	z-index: 1;
}

.productgallerywrapper{
	float: left;
	height: 220px;
	margin-top: 20px;
	margin-right: 5px;
	overflow: hidden;
}

.productgallery {  
    width: 200px;  
	height: 210px;	
    margin: 5px;  
    float: left;  
	overflow: hidden;
    position: relative;  
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #000000; 
    -webkit-box-shadow: 0 0 5px #000000; 
}  
   
.productgallery img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

.Wheelscol22 {
	margin: 0px;
	padding: 0px;
	float: left;
}

.manufacturers {
	margin-top: 25px;
}

.manufacturerwrapper {
	float: left;
	height: 150px;

	overflow: hidden;
}

.manufacturer {  
    width: 200px;
    margin: 5px;  
    float: left;  
    position: relative;  
	cursor: pointer;
}  
   
.manufacturer img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
	-moz-box-shadow: 0 0 10px #000000; 
    -webkit-box-shadow: 0 0 10px #000000; 
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}  

.breadcrumb {
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #c8c7c7;
	line-height: 150%;
	margin: 5px;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #ff9900 !important;
}