/* Product Listing Section */

ul.productList {
	clear: both;
	overflow: hidden;
}

	ul.productList li {
		border: 1px #8dd9ff solid;
		clear: none;
		float: left;
		margin: 0 20px 20px 0;
		overflow: hidden;
		padding: 0;
		width: 200px;
	}
	
		ul.productList li a img {
			background: url(../images/white-loader.gif) no-repeat center center;
			display: block;		
			height: 112px;
			margin: 5px auto;
			width: 180px;
		}
		
		ul.productList li h3 {
			border-top: 1px #8dd9ff solid;
			color: #fff;
			display: block;			
			font-weight: bold;
			height: 30px;
			padding: 5px;
			overflow: hidden;
			text-align: center;
		}

		ul.productList li a.moreInfo {
			background: #fff;
			border-top: 1px #8dd9ff solid;
			color: #000;
			display: block;
			padding: 3px 0;
			text-align: center;
		}
		
			ul.productList li a.moreInfo:hover {
				background: #8dd9ff;
				color: #000;
			}
		
/* Product Section */

div#productSide {
	float: right;
	width: 200px;
}

	div#productSide ul {
		background: #f4f4f4;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 385px;
	}
	
		div#productSide ul.video, div#productSide ul.music {
			overflow: auto;
			height: auto;
		}

		div#productSide ul li {
			display: block;
			width: 185px;
		}
		
			div#productSide ul.video li, div#productSide ul.music li {
				width: 200px;
			} 

			div#productSide ul li.title {
				color: #000;
				font-size: 14px;
				font-weight: bold;
				padding: 5px 0;
				text-align: center;
			}
		
			div#productSide ul li img {
				background: url(../images/grey-loader.gif) no-repeat center center;
				cursor: pointer;
				display: block;
				height: 112px;
				margin: 0 auto;
				padding-bottom: 5px;
				width: 180px;
			}

	div#productSide ul.music {
	}
	
		div#productSide ul.music li {
			margin: 0 auto;
			text-align: center;
		}
		
		div#productSide ul.music li strong {
			color: #000000;
			display: block;
			font-weight: normal;
			margin: 0 auto 5px;
		}

div#productMain {
	float: left;
	width: 570px;
}

	div#productMain img {
		background: url(../images/white-loader.gif) no-repeat center center;
		height: 355px;
		margin-bottom: 5px;
		width: 570px;		
	}

	div#productMain #youtube {
		clear: both;
		margin: 0 auto 10px;
		text-align: center;
		width: 570px;
	}


