@CHARSET "UTF-8";

/* ---------------------------------------
 *
 * Splash / Slider Specific Styling
 *
 * --------------------------------------- */

.splash-item {
	background: url(../images/layout/Splash_FeaturedProducts.jpg) top left no-repeat;
}

.splash-item-img {
	width: 250px;
	float: right;
	padding-right: 175px;
	padding-top: 25px;
}

.splash-item-txt {
	width: 405px;
	float: left;
	padding-left: 32px;
	padding-top: 25px;
	position: relative;
}

	.splash-item-txt .product-shop h5 a {
		color: #73A7D4;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.splash-item-txt .product-shop h5 a:hover {
		color: #9e0b0f;
		}
	
	.splash-item-txt .product-buttons {
		position: absolute;
		top: 200px;
		left: 45px;
		background: none;
		width: 400px;
		line-height: 39px;
	}
	
	.splash-item-txt .product-buttons .startingAtTxt {
		font-size: 14px;
		float: left;
		padding: 0 4px;	
	}
	
	.splash-item-txt .product-buttons .price-box {
		float: left;
		font-size: 10px;
		padding: 0 10px 0 4px;
		font-weight: bold;
		color: #F7941D;
		white-space: nowrap;
	}
	
	.splash-item-txt .product-buttons .price {
		color: #4f77b0;
		font-size: 24px;	
		padding-right: 15px;
	}
	
	/*details button*/
	.splash-item-txt .product-buttons a.blkBtn {
		background: url(../images/buttons/button.png) top left;
		float: left;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 26px;
		height: 26px;
		margin: 7px 2px;
		padding: 0 23px 0 23px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	.splash-item-txt .product-buttons a.blkBtn:hover { 
		background-position: bottom left;
	}
	
	.splash-item-txt .add-to {
		color: #ccc;
		position: absolute;
		top: 250px;
		left: 45px;
	}
	
		.splash-item-txt .add-to a {
			color: #34508f;	
			text-decoration: none;
		}
		.splash-item-txt .add-to a:hover { text-decoration: underline; }
