/* Colors
	Blue - #273448
	Gold - D4A927
*/

/* Container box to Display the Bet Buys, Top Sellers, and New arrivals on the INDEX page */

	.products-container {
		display: block;
		width: 610px;
		border: 1px solid #CC0000;
	}
	
	.product-display-box {
		float: left;
		width: 608px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
		padding: 0 0 0 0;
		/*border: 1px solid #00ff00;*/
	}
	
	.image-box {
		float: left;
		width: 100px;
		line-height: 100px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0 0 0 5px;
		/*border: 1px solid #333333;*/
	}

	.price-box {
		float: left;
		width: 80px;
		height: 100px;
		text-align: center;
		padding: 0 0 0 5px;
		/*border: 1px solid #333333;*/
	}

	.product-display {
		float: left;
		width: 197px;
		min-height: 150px;
		height: 150px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
		/*border-right: 1px solid #C0C0C0;*/

	}

	.side-marker-contain {
		float: left;
		text-align: center;
		height: 150px; 
		width: 7px;
	}
			
	.product-text-box {
		float: left;
		width: 195px;
		text-align: center;
		margin: 0 auto;
		margin-right: 3px;
		margin-left: 3px;
		margin-top: 10px;
		/*border: 1px solid #00ff00;*/
	}
		
	.title-bar {
		width: 608px;
		clear: both;
		margin: 0 0 5px 0;
		padding: 0 0 0 0;
		/*border: 1px solid #C0C0C0;*/
		/*background-color: #d4a927;*/
	}
	
	.title-name {
		font-size: 12pt;
		font-weight: bold;
		color: #273448;
		margin: 5px 0 -12px 5px;
		padding: 0 0 0 0;
	}
	
	.product-text {
		font-size: 10pt;
		margin: 0;
		clear: both;
		/*border: 1px solid #00ff00;*/
	}
	
	.product-price {
		font-size: 10pt;
		font-weight: bold;
		padding: 22px 0 0 0;
		margin: 0;
		color: #CC0000;
	}
	
	.info {
		font-size: 8pt;
		color: #0000FF;
		margin: 0;
		padding: 0;
	}
	
	.index-pict {
		border: 0;
		vertical-align: middle;
	}
	
	a.info-link:link{
		font-weight: normal;
		text-decoration: none;
		color: #273448;
		}
	a.info-link:visited{
		font-weight: normal;
		text-decoration: none;
		color: #273448;
		}
	a.info-link:hover{
		font-weight: normal;
		color: #D4A927;
		text-decoration: underline;
		}