/* Collection and product title */
.collection-product-title {
	line-height: 1.1em;
	font-size: 2.1em;
	font-family: "HelveticaNeue", verdana, sans-serif;
	font-weight: 200;
	color: #0066DE;
	padding: 0 100px;
	padding-bottom: 15px
}


/* Product breadcrum */
#product-breadcrum {
	padding: 0 0 8px 100px;
	overflow: hidden;
}

#product-breadcrum li {
	float:left;
}

#product-breadcrum .type {
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 700;
}

#product-breadcrum .model {
	font-size: 0.9em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
}


/*
	COLLECTIONS 
	
	Note - there are 2 types of product collection pages.
	1. Kayaks - show 1 boat (width 600px) / row
	2. Generic products - show 3 (width 160px) / row
*/

.kayak {
	padding: 0 100px;
	min-height: 80px;
	background: #fff url(none) no-repeat 60px 0;
}

.kayak-title {
	padding-top: 100px;
	font-size: 0.95em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 700;
}

.kayak-info {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #0066DE;
}

.product-row {
	margin: 0 100px 25px 100px;
	overflow: hidden;
	border-bottom: 1px dotted #0066DE;
}

.product {
	width: 160px;
	float: left;
}

.prod-margin { margin-right: 29px;}

.product-img {
	width: 158px;
	height: 118px;
	border: 1px solid #CCCCCC;
	background: #fff url() no-repeat center top;
}

.product-title {
	padding-top: 10px;
	font-size: 0.90em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 700;
}

.product-info {
	padding-bottom: 10px;
}


/*
	INDIVIDUAL PRODUCTS 
	
	Note - there are 2 types of product pages.
	1. Kayaks - show 1 boat (width 600px)
	2. Generic products - show 1 image (width 240px)
*/

#product-thumbnails {
	padding-left: 100px;
	margin-bottom: 10px; /* note: match #product-options margin-bottom */
}

#product-thumbnails ul {
	overflow: hidden;
}

#product-thumbnails li {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: #fff url() no-repeat 0 0;
}

#product-thumbnails a {
	display:block;
	width: 48px;
	height: 48px;
	border: 1px solid #ccc;
	text-indent: -500px;
	overflow: hidden;
}

#product-thumbnails a:hover {
	border: 1px solid #999;
}

#product-thumbnails .enlarge {
	width: 150px;
	background: #fff url(../images/enlarge-thumb.jpg) no-repeat 0 0;
}
	

#product-description {
	padding: 0 100px;
}

#product-options {
	padding: 80px 0 20px 250px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #0066DE;
}

#product-options ul {
	margin-left: 10px;
}

#product-options label {
	margin-left: 5px;
}

#product-options #price {
	font-size: 1.4em;
	padding-bottom: 10px;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
}

#product-options label {
	display:block;
	float:left;
	width:120px;
	text-align: right;
	font-size: 1.1em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
	padding-right:5px;
	padding-top: 2px;
}

#product-options select {
	float:left;
	width: 150px;
}

#product-options .selector-wrapper {
	padding-bottom:5px;
	overflow:hidden;
}






