html, body{padding:0;margin:0;overflow:hidden;}
body{}
#store
{
	width:596px;
	height:388px;
	overflow:hidden;
	color:#fff;
}
#store .intro
{
	margin-top:0;
	padding-top:0;
	font-size:12px;
	margin-bottom:0;
	padding-bottom:8px;
}
#store *
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:11px;
}
	#store #store-items
	{
		height:282px;
		padding:3px 0;
		border-top:dotted 2px #edbb82;
		border-bottom:dotted 2px #edbb82;
	}
		#store #store-items .scrollable
		{
			height:282px;
			overflow:auto;
		}
		#store #store-items .item
		{
			width:138px;
			height:250px;
			float:left;
			overflow:hidden;
			margin-right:6px;
			margin-bottom:10px;
		}
		#store #store-items .item .item-meta
		{
			height:150px;
			font-size:11px;
			font-weight:bold;
			margin-bottom:2px;
		}
		#store #store-items .item .item-meta .item-thumb
		{
			border:solid 1px #fff;
			width:136px;
			height:90px;
		}
		#store #store-items .item .item-meta .item-name
		{
			color:#fff99d;
			padding:0;
			margin:0;
		}
		#store #store-items .item .item-meta .item-name .item-price
		{
			color:#0f0;
		}
		#store #store-items .item .item-meta .item-full-image
		{
			color:#0ff;
			font-weight:normal;
			font-size:10px;
			text-decoration:underline;
			word-spacing:-1px;
		}
		#store #store-items .item .item-meta .item-description
		{
			display:none;
		}
		
		#store #store-items .item .item-quantity
		{
		    position: relative;
			display:block;
			padding:0 5px;
			width:115px;
			border:solid 1px #385585;
			background:#000;
			height:18px;
			line-height:18px;
			font-size:11px;
			margin:5px auto;
		}
		#store #store-items .item .item-quantity input
		{
		    position: absolute;
		    left: 89px;
		    top: 0px;
			background:#333;
			display:block;
			margin:2px 0 0 0;
			padding:0;
			text-align:center;
			line-height:12px;
			font-size:10px;
			width:30px;
			height:12px;
			border:solid 1px #57a2d3;
			outline:none;
			color:#fff;
		}
		
		#store #store-items .item select
		{
			width:130px;
			margin:auto;
			display:block;
		}
		
		#store #store-items .item .submit-button
		{
			display:block;
			width:115px;
			height:18px;
			border:solid 1px #126873;
			line-height:18px;
			padding:0 5px;
			margin:3px auto 0 auto;
			background:#000 url("/images/store_cart_graphic.png") no-repeat 87px center;
			color:#fff;
			text-align:left;
			font-size:10px;
			cursor:pointer;
			text-decoration:none;
		}

	#store .powered-by-paypal
	{
		margin-top:20px;
	}
	#store .checkout-button
	{
		display:block;
		width:230px;
		height:30px;
		padding:0;
		margin:7px 35px 0 0;
		float:right;
		border:none;
		background: url("/images/review-order-button.png") no-repeat left top;
		overflow:hidden;
		text-indent:-1000px;
		cursor:pointer;
	}
	#store .checkout-button:hover
	{
		background-position: left bottom;
	}

