﻿.storeitem
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #888;
	position: relative;
	width: 520px;
	height: 180px;
	overflow: hidden;
}

.storeitemexpanded
{
	height: auto;
	padding-bottom: 48px;
}

.storeimage
{
	width: 100px;
	float: left;
	clear: left;
	padding-right: 10px;
}

.storeheader
{
	font-size: 1.2em;
	font-weight: bold;
	color: #080;
}
.storeheaderdiv
{
	clear: both;
	background-color: #484848;
	color: #FFF;
	padding-bottom: 4px;
}

.storeexpand
{

	padding-left: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 520px;
	background: transparent;
	height: 48px;
}
.storeexpandfade
{
	background-position: left top;
	padding-left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 520px;
	background-image: url('/Images/Store/storeitemgradient.png');
	height: 24px;
}
.storeexpanditems
{

	padding-left: 0px;
	position: absolute;
	right: 0px;
	top: 24px;
	width: 520px;
	background: #FFF;
	height: 24px;
	background-repeat: no-repeat;
}
input.addToCart
{
		color: #888;
	font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#FFF; 
	  border:none;
	  padding: 0px;
	  cursor: pointer;
}

.storeprice
{
	font-size: 1.3em;
	font-weight: bold;
	color: #222;
}

.bottompager
{
	padding-top: 8px;
	width: 520px;
	text-align: center;
}
