/* @override http://72.47.208.232/template_files/includes/mt_product_styles.css */

/* @group text styles */

#productsPage h1 {
	margin: 12px 15px 0 0;
	padding: 0 0 4px;
}

#productsPage h1 span.sku {
	font-size: .575em;
	font-weight: bold;
	color: #A7ACB4;
	padding: 0;
	margin: 0;
	line-height: 0;
}

#productsPage div.product a {
	font-weight: bold;
	font-size: 1.1em;
}

#productsPage div.technology h3 {
	margin: 12px 0 0;
}

#productsPage div.technology ul {
	list-style-position: inside;
}

#productsPage #details p {
	margin-top: 15px;
	margin-right: 15px;
	width: 279px;
	font-size: .75em;
}

#productsPage p#price {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.15em;
	margin-right: 15px;
	width: 279px;
	margin-bottom: 5px;
}

#productsPage #buy-now {
	border-bottom: 1px solid #dde1e2;
	padding-bottom: 10px;
}



/* @end */

/* @group products */

#productsPage div.product {
	float: left;
	margin: 0 15px 15px;
	padding: 0;
	overflow: hidden;
	display: inline;
}

#productsPage div.product img {
	border-bottom: 1px solid #dde1e2;
}

#productsPage #productPic {
	float: left;
	margin: 15px 0;
	padding: 0;
	border-right: 1px solid #dde1e2;
}



/* @end */

/* @group content */

#productsPage #main {
	float: left;
	margin: 0;
	padding: 0;
	width: 710px;
}

#productsPage #main #prodFlash {
	width: 710px;
	height: 300px;
	background-color: #999;
	margin: 0 0 10px;
	padding: 0;
}

#productsPage #main a.featuredProd {
	margin: 0;
	padding: 0;
}

#productsPage div.technology {
	clear: both;
	border-top: 1px solid #dde1e2;
	width: 695px;
	margin: 0;
	padding: 0;
}

#productsPage div.technology img {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

#productsPage #details {
	width: 278px;
	float: left;
	margin: 15px 0 15px -1px;
	padding: 0 0 0 15px;
	border-left: 1px solid #dde1e2;
}



/* @end */

/* @group buttons */

#productsPage #price a {
	width: 134px;
	height: 40px;
	display: block;
	background: url(../images/btn_buy_now.jpg) no-repeat 0 0;
	margin: 5px 0 15px;
	padding: 0;
}

#productsPage #buyNow:hover {
	background-position: 0 -40px;
}

#productsPage #viewLarger {
	width: 103px;
	height: 25px;
	background: url(../images/btn_view_larger.jpg) no-repeat 0 0;
	margin: 0 -390px 0 287px;
	display: block;
}

#productsPage #viewLarger:hover {
	background-position: 0 -25px;
}



/* @end */