/*--------------------------------------------------*/
/* Range						                    */


	#information {
		width: 260px;
		float: left;
	}

		.description {
			padding: 11px
		}

	/*--------------------------------------------------*/
	/* Stockists                                        */

		#stockists {
			padding: 0 0 0 36px;
		}

		#stockists h3 {
			padding: 0 0 6px 36px;
			margin: 0 0 0 -36px;
			font-size: 1em;
			background: transparent url("../../../img/common/iconMap.gif") no-repeat 11px 2px;
			font-family: verdana;
			color: #aa0840;
			border: 0;
		}

		#stockists p span {
			display: block;
			padding: 3px 0 0;
			color: #948d80;
		}

		#stockists form {
			padding: 0 0 12px;
		}

			#stockists form fieldset input {
				margin: 0 6px 0 0;
			}

	/*--------------------------------------------------*/
	/*  Range image                                     */

		img.range {
			float: right;
			border-left: 1px solid #fff;
		}

	/*--------------------------------------------------*/
	/* Additional Actions                               */

		#addiontalActions {
			clear: both;
			float: right;
			padding: 0;
			list-style-type: none;
			text-align: left;
			width: 390px;
		}

			#addiontalActions li {
				float: right;
				padding: 8px 12px;
			}

				#addiontalActions li.opinion a {
					background: url("../../../img/common/iconEmail.gif") no-repeat 0 50%;
					padding: 0 0 0 22px;
				}

				#addiontalActions li.back a {
					background: url("../../../img/common/iconBack.gif") no-repeat 0 50%;
					padding: 0 0 0 22px;
				}

	/*--------------------------------------------------*/
	/* Range details                                    */

		h3 {
			border-top: 1px solid #fff;
		}

		table {
			border: 0;
			border-collapse: collapse;
			width: 100%;
		}

			table th {
				border: 0;
				background: #c7c1b6;
				color: #fff;
				text-align: left;
				padding: 11px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				border-bottom: 1px solid #655f54;
				font-size: 1.3em;
				font-family: "Trebuchet MS";

			}

			table td {
				padding: 8px 11px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
			}

				table th.image,
				table td.image {
					border-right: 0;
					text-align: center;
				}

				table .alt td.image,
				table td.image {
					background: #fff;
				}

				table td.image img {
					margin: 0 auto;
				}

				table .alt td {
					background: #e3e0da;
				}