/*--------------------------------------------------*/
/* The Collection                                   */

	.titleTheCollection {
		background: url("../../img/theCollection/titleTheCollection.gif") no-repeat 0 0;
		height: 17px;
		margin: 0 0 12px;
	}

	/*--------------------------------------------------*/
	/* Collection Navigation                            */

		#collectionNavigation {
			border: 1px solid #b2b5c5;
			width: 154px;
			float: left;
		}

			#collectionNavigation h2 {
				background: #b2b5c5;
				padding: 4px 6px;
				font-size: 1.1em;
			}

			#collectionNavigation ul {
				list-style-type: none;
				padding: 2px 0 8px;
			}

				#collectionNavigation ul li {
					padding: 0 0 0 6px;
					height: auto !important;
					height: 1em;
				}

					#collectionNavigation ul li a {
						display: block;
						background: url("../../img/global/arrow.gif") no-repeat 0 50%;
						padding: 2px 4px 2px 8px;
					}

				#collectionNavigation ul li.current a {
					color: #b2b5c5;
				}

	/*--------------------------------------------------*/
	/* Collection                                       */

		#collection {
			width: 616px;
			margin: 0 0 0 12px;
			float: left;
		}

			#collection ul {
				list-style-type: none;
				padding: 0 0 12px;
			}

				#collection ul li {
					float: left;
					margin: 0 14px 6px 0;
				}

					#collection ul li.last {
						margin-right: 0;
					}

					#collection ul li a {
						padding: 0 0 6px;
						display: block;
					}

			#collection .adminLinks {
				clear: both;
			}

/*--------------------------------------------------*/
/* Product Pages                                    */

	#products {
		width: 616px;
		margin: 0 0 0 12px;
		float: left;
	}

		#products h2 {
			font-family:  georgia, serif;
			font-size: 2em;
		}

			#products #range {
				height: 500px;
			}

		/*--------------------------------------------------*/
		/* Key                                              */

			.key {
				width: 301px;
				float: right;
				margin: -60px 0 0;
				position: relative;
			}

				.key p {
					padding: 0;
				}

		/*--------------------------------------------------*/
		/* Specification                                    */

			.specification {
				border: 1px solid black;
				margin: 12px 0 0;
			}

				.specification h3 {
					font-size: 1.1em;
					padding: 12px;
				}

				.specification ul {
					list-style-type: none;
					padding: 0 0 0 12px;
				}

					.specification ul li {
						float: left;
						margin: 0 12px 0 0;
					}

						.specification ul li img {
							margin: 0 0 6px;
						}

						.specification ul li p {
							display: block;
							text-align: center;
						}

				.specification table {
					width: 100%;
					border: 0;
				}

					.specification table td,
					.specification table th {
						border: 0;
						border-bottom: 1px solid #fff;
						background: #d9dae2;
						padding: 6px;
						font-weight: normal;
					}

					.specification table thead th {
						font-size: 1.2em;
					}

		/*--------------------------------------------------*/
		/* Actions                                          */
		
			.actions {
				list-style-type: none;
				padding: 12px 0;
				text-align: right;
			}

				.actions li {
					display: inline;
				}

					.actions li a {
						background: url("../../img/global/arrow.gif") no-repeat 100% 70%;
						padding: 0 8px 0 12px;
					}