/* Begin Collections */

#collections{
    width:580px;
	margin: 20px auto;
	color: #342F1A;
	font-size:12px;
	border: 1px solid #ccc;
	-moz-border-radius:.8em;
	-webkit-border-radius:.8em;
	background:white;
}

	#collectionsDetail{
        width: 98%;
        margin:10px auto;
	}
	
        h1 {
            font-weight:normal;
            margin-left:13px;
        }
		
		.collectionsList{
		    float:left;
			width: 200px;
			margin-left:13px;
			margin-bottom:20px;
			padding: 3px;
			overflow: auto;
			border-width: 1px;
			border-style: solid;
			border-color: #CCC;
            -moz-border-radius:.8em;
        	-webkit-border-radius:.8em;
		}
		
			.indicator {
			    margin: 1px 0px;
				padding: 2px 2px 2px 5px;
				border-bottom: 1px dotted #CCC;
				font-size: 12px;
				font-weight: bold;
			}
		
			.indicator a {
				color: #666;
				text-decoration: none;
			}
		
			.indicator a:hover {
				text-decoration: underline;
			}
			
	#collectionsSlide{
		width:300px;
		height:310px;
		margin-left:250px;
		vertical-align:middle;
		text-align:center;
	}
		
		#collectionsImage{
			padding: 0px 10px;
			overflow:hidden;
		}
	
#footer {margin-bottom:10px;}
	
/* End Collections */