/* Div styles */

.content_body {
	width: 650px;
	min-height: 600px;
	padding: 10px 10px 25px !important;
	
	font: 12px Arial, sans-serif;
	color: #ccc;

	background: 
		#000
		url('../images/body-splash_bg.jpg')
		center top
		no-repeat !important;	
}

	.article_intro {
		width: 400px;
		padding: 115px 0px 20px 250px;
		
		color: #ddd;
		text-align: center;
		line-height: 18px;
		text-shadow: 0px 2px 2px #000;
	}

	.article {
		width: 100%;
		margin: 10px 0px 50px;
		
		text-align: justify;
		line-height: 18px;
		text-shadow: 0px 2px 2px #000;
	}
	
		.text_column {
			width: 500px;
			height: auto;
			margin-bottom: 15px;
		}
		
		.preview {
			width: 135px;
			margin-bottom: 15px;
			
			font-size: 10px;
			color: #999;
			text-align: left;
			line-height: normal;
		}
			
		.products_container {
			width: 100%;
			margin-top: 40px;
		}
		
			.browse_row {
				width: 650px;
				margin: 0px auto;
			}
			
				.browse_thumb {
					float: left;
					
					width: 120px;
					padding: 0px 5px 20px;
				
					font-size: 10px;
					color: #777;
					text-align: center;
					line-height: normal;
				}
				
	.article_footer {
		width: 100%;
		
		font: 10px Arial, sans-serif;
		color: #555;
		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;
}

.trivia_list {
	width: 100%;
	
	list-style-position: inside;
	color: #c00;
}

	.trivia_list li span {
		text-align: justify;
		color: #ccc;
		line-height: 18px;
		text-shadow: 0px 2px 2px #000;
	}


/* Link styles */

.article_intro a, .article a {
	font-weight: bold;
	color: #888;
	text-decoration: underline;
}

.article a {
	color: #666;
	text-shadow: none;
}

	.article_intro a:hover, .article a:hover {
		color: #c00;	
	}
	
.preview a img {
	display: block;
	
	width: 131px;
	margin-bottom: 5px;
	
	font-size: 0px;
	
	border:
		2px solid
		#600;
}

	.preview a img:hover {
		border-color: #c00;
	}
	
.browse_thumb a {
	display: block;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

	.browse_thumb a:hover {
		color: #ccc;
		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
		#600;
}

	.browse_thumb a img:hover {
		border-color: #c00;	
	}
	
.article_footer .nav a {
	font-weight: bold;
	color: #999;
}

	.article_footer .nav a:hover {
		color: #ccc;	
	}


/* 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: #999 !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-share-facebook.gif')
			no-repeat;
	}
	
	.btn-nav_twitter {
		width: 10px;
		
		background:
			url('../images/btn-share-twitter.gif')
			no-repeat;
	}
	
	.btn-nav_digg {
		width: 25px;
		
		background:
			url('../images/btn-share-digg.gif')
			no-repeat;
	}
	
	.btn-nav_stumbleupon {
		width: 15px;
		
		background:
			url('../images/btn-share-stumbleupon.gif')
			no-repeat;
	}
	
	.btn-nav_delicious {
		width: 15px;
		
		background:
			url('../images/btn-share-delicious.gif')
			no-repeat;
	}

	.splash_nav .networks:hover {
		background-position: top right;	
	}
	
	.article_footer .nav .networks:hover {
		background-position: bottom right;	
	}
	
	