/* Div styles */

.content_body {
	width: 650px;
	min-height: 600px;
	padding: 10px 10px 25px !important;
	
	font: 12px Arial, sans-serif;
	color: #333;

	background: 
		#fff
		url('../images/body-splash_bg.jpg')
		center top
		no-repeat !important;	
}

	.article_intro {
		width: 410px;
		padding: 120px 0px 0px 240px;
		
		text-align: center;
	}

	.article {
		width: 100%;
		margin-bottom: 50px;
		
		text-align: justify;
	}
		
		.previewL, .previewR {
			width: 135px;
			margin-bottom: 25px;
			
			font-size: 10px;
			color: #777;
			text-align: left;
		}
		
			.previewL {
				float: left;
				margin-right: 15px;
			}
			
			.previewR {
				float: right;
				margin-left: 15px;	
			}
			
		.products_container {
			width: 100%;
			margin-top: 50px;
		}
		
			.browse_row {
				width: 650px;
				margin: 0px auto;
			}
			
				.browse_thumb {
					float: left;
					
					width: 120px;
					padding: 0px 5px 20px;
				
					font-size: 10px;
					color: #666;
					text-align: center;
				}
				
	.article_footer {
		width: 100%;
		
		font: 10px Arial, sans-serif;
		color: #666;
		text-align: center;
	}
	
		.article_footer .nav {
			margin-bottom: 5px;
			
			font-size: 11px;
			font-weight: bold;
			color: #666;
		}

/* Text/Image/Object styles */

h1 {
	display: block;
	
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	
	font-size: 0px;
	text-align: left;
}

.preview_text {
	float: left;
	width: 500px;
}

.citing {
	font-weight: bold;
	font-style: italic;
	color: #333;
}


/* Link styles */

.article_intro a, .article a {
	font-weight: bold;
	color: #048;
	text-decoration: underline;
}

	.article_intro a:hover, .article a:hover {
		color: #07c;	
	}
	
.previewL a img, .previewR a img {
	display: block;
	
	width: 131px;
	margin-bottom: 5px;
	
	font-size: 0px;
	
	border:
		2px solid
		#333;
}

	.previewL a img:hover, .previewR a img:hover {
		border-color: #07c;
	}
	
.browse_thumb a {
	display: block;
	
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

	.browse_thumb a:hover {
		color: #07c;
		text-decoration: underline;
	}
	
.browse_thumb a img {
	display: block;
	
	max-width: 116px;
	width: expression(document.clientWidth > 116 ? '116px':'auto');
	max-height: 131px;
	height: expression(document.clientHeight > 131 ? '131px':'auto');
	margin: 0px auto 5px;
	
	text-decoration: none;
	
	border:
		2px solid
		#333;
}

	.browse_thumb a img:hover {
		border-color: #07c;	
	}
	
.article_footer .nav a {
	font-weight: bold;
	color: #555;
}

	.article_footer .nav a:hover {
		color: #333;	
	}


/* Button styles */

.btn-nav_buy {
	display: block;
	float: left;
	
	width: 165px;
	height: 20px;
	
	background:
		url('../images/btn-nav_buy.gif')
		no-repeat;
}

	.btn-nav_buy:hover {
		background-position: right;	
	}
	
.btn-zoom {
	display: block;
	
	width: auto;
	height: 15px;
	padding-left: 20px;

	font-weight: normal !important;
	color: #666 !important;
	text-decoration: none !important;
	
	background:
		url('../images/btn-zoom.gif')
		left top
		no-repeat;
}

	.btn-zoom:hover {
		color: #07a !important;
		text-decoration: underline !important;
		
		background-position: left bottom;
	}
	
.btn-all_products {
	display: block;
	
	width: 490px;
	height: 25px;
	margin: 0px auto;
	
	background:
		url('../images/btn-body_allproducts.gif')
		no-repeat;
}

.article_footer .nav .networks {
	display: inline-block;
	float: none;
	
	height: 20px;
	margin-left: 5px;
	
	vertical-align: middle;
	
	background-position: bottom left;
}

	.btn-nav_facebook {
		width: 15px;
		
		background:
			url('../images/btn-nav_facebook.gif')
			no-repeat;
	}
	
	.btn-nav_twitter {
		width: 15px;
		
		background:
			url('../images/btn-nav_twitter.gif')
			no-repeat;
	}
	
	.btn-nav_digg {
		width: 25px;
		
		background:
			url('../images/btn-nav_digg.gif')
			no-repeat;
	}
	
	.btn-nav_stumbleupon {
		width: 15px;
		
		background:
			url('../images/btn-nav_stumbleupon.gif')
			no-repeat;
	}
	
	.btn-nav_delicious {
		width: 15px;
		
		background:
			url('../images/btn-nav_delicious.gif')
			no-repeat;
	}

	.splash_nav .networks:hover {
		background-position: top right;	
	}
	
	.article_footer .nav .networks:hover {
		background-position: bottom right;	
	}
	
	