/***************
PRODUCTS TEASER Styles
***************/

.productTeaser {
	margin-top: 10px;
	margin-bottom: 15px;
	height: auto;
	width: 455px;
	float: left;
}

.teaserImage {
	float: left;
	width: 100px;
	margin-right: 15px;	

	border: solid 1px #fff;
}

.teaserText {
	float: left;
	height: 100px;
	width: 320px;

}

.teaserButton {
	margin-top: 5px;	
}
.teaserButton a:link img, 
.teaserButton a:active img, 
.teaserButton a:visited img {
	border: 1px solid #e9701f;
}
.teaserButton a:hover img {
	border: 1px solid #ffffff;
}

/*************
PRODUCT INFO styles
*************/

.productImagesOld {
	width: 220px;
	margin: 0px;
	padding: 0px;
	
	float: left;
}

.productImages {
	width: 210px;
	margin: 0px;
	padding: 0px;

	float: left;
}

.productImages img {
	border: solid 1px #fff;
}

.productText {
	width: 230px;
	margin: 0px;
	padding: 0px;

	padding-left: 10px;	
	float: left;
}

/**************
BANNER AD Styles
**************/

.bannerAd {
	width: 200px;
	margin: 0px;
	padding: 0px;
	
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;

	background-image: url(../../common/images/featurebox_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	text-align: center;
}

.bannerImage {
	width: 200px;
}
.bannerTitle {
	margin-top: 3px;
	color: #fa9634;
	
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.bannerText {
	margin-bottom: 5px;	
	color: #ffffff;
}

.bannerButton {
	margin: 0px;
	padding: 0px;
}
.bannerButton a:link img, 
.bannerButton a:active img, 
.bannerButton a:visited img {
	border: 1px solid #000000;
}
.bannerButton a:hover img {
	border: 1px solid #e9701f;
}


/**************
SERVICES Styles
**************/

.service {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	
	padding-bottom: 15px;
	clear: both;
}

.serviceText {
	width: 400px;
	
	margin: 0px;
	padding: 0px;
	float: left;
}

.serviceImage {
	width: 200px;
	
	margin: 0px;
	padding: 0px;
	float: right;
}

.serviceImage img {
	border: 1px solid #fff;
}