/* Body Class */
body {
	background-image:url(images/tile.jpg); 
	background-color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 4px;
}

/* Page Settings Start */
	
	td {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 12px;

	}

/* Page Settings End */

/* Text Input/Form Settings */
	input {
		color: #333333;
		border: 1px solid #666666;
		background-color: #cfcfcf;
		font-size: 12px;
	
	}
	
	textarea {
		color: black;
		background-color: #cfcfcf;
		border: 1px solid #666666;
		font-size: 12px;
	}
	
	Select {
		color: black;
		background-color: #cfcfcf;
		border: 1px solid #666666;
		font-size: 12px;
	}

/* Link Settings */
	a:link {
		text-decoration: underline;
		color: #333333;
		font-size: 12px;
		font-weight: normal;
	}
	
	a:visited {
		text-decoration: none;
		color: #333333;
		font-size: 12px;
		font-weight: normal;
	}
	
	a:Hover {
		text-decoration: underline;
		color: #000099;
		font-size: 12px;
		font-weight: normal;
	}
	
	a:active {
		text-decoration: none;
		color: #333333;
		font-size: 12px;
		font-weight: normal;
	}

/* header Div Class */
.header_cls {
	font-size: 14px;
	font-weight: bold;
	width: 313px;
}

a.header_cls:link {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

a.header_cls:visited {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

a.header_cls:Hover {
	text-decoration: none;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

a.header_cls:active {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

/* Menu Div Class */
.menu_cls {
	width: 125px; 
	height:100%; 
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/wheeltec_19_3.jpg); 
	background-color: #c6c6c6;
	background-repeat: no-repeat; 
	background-position: top left;
	text-align: left;
}


a.menu_cls:link {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

a.menu_cls:visited {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

a.menu_cls:Hover {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}

a.menu_cls:active {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
}

/* Content Div Class */
.content_cls {
	width: 539px; 
	height:100%;
}

/* Product Thumbnail Class */
.thumb_cls {
	width: 125px; 
	height:192px;
	margin: 2px;
  	padding: 0px;
	float: left;
	text-align: center;
	background-image: url(images/tnbg.gif); 
	background-repeat: no-repeat;
	/*background-color: #8b8b8b;*/
}

/* Thumbnail Photo Class */
.thumbPic_cls {
	width: 115px; 
	height:108px;
	margin: 6px 2px 0px 5px;
	text-align: center;
}

.thumbBorder_cls {
	border: 1px solid #000000;
}

/* Thumbnail Headline Text */
.thumbHeadline_cls {
	color: black;
	font-size: 11px;
	text-align: center;
}

/* Product Detail Class */
.productdetail_cls {
	width: 100%; 
	height:100%;
	margin: 2px;
  	padding: 0px;
	text-align: center;

}

/* Description Class */
.description_cls {
	width: 300px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	text-align: center;
}

/* Paging Class */
.paging_cls {
	width: 300px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	text-align: center;
}

/* Breadcrumb Details*/
.breadcrumb_cls {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Alert Class */
.alert_cls {
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}


/* Selected Class */
.selected_cls {
	font-size: inherit;
	color: #e41565;
	font-weight: bold;
}

/* Footer Div Class */
.footer_cls {
	text-align: center;
}