﻿		/* Color of currency and color picker/drop down */
		div.shopText {
			color: #000;
		}


		div#product-top {
			height: 130px;
		}

		div#product-top-text {
			width: 350px;
		}

		img.product-top {
			float: right;
			position:absolute;
			right: 22px;
			top: 22px;
			margin-right:2px;
		}

		div#product-list {
			clear: both;
			margin-top: 2px;
			width: 100%;
		}

		div.product {
			margin-right: 2px;
			margin-bottom: 2px;
			background: #ffffff; /* PD slide 1 */
			float: left;
		}

		div.product .text {
			border: 7px solid #ffffff; /* PD slide 1 */
			padding: 2px 0 2px 7px;
			text-transform: uppercase;
		}

		div#contentpil {
			width: 780px;
		}

