/* Store styles: */

.store-special-message
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

.store-large-icon
{
	background: white;
}

.store-small-icon
{
}

.store-small-spacer
{
	background: white;
}

.store-product
{
	color: black;
	font-size: 24px;
	font-family: ArialRoundedMTBold, Futura, "Lucida Grande", Helvetica-Bold, Helvetica, Arial, serif;
/* 	text-shadow: #A9A9A9 2px 2px 4px; */
	border-bottom: 1px dashed #ccc;
}

.store-slogan
{
	color: gray;
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
}

.store-dev-slogan
{
	color: gray;
	font-style: italic;
	padding-bottom: 15px;
}

.store-text
{
}

.store-text-highlight
{
	background: #fffcdc;
}

.store-radio
{
}

.store-radio-highlight
{
	background-color: #fffcdc;
}

.store-radio:hover
{
	background-color: #ececec;
}

.store-radio-highlight:hover
{
	background-color: #dcdcdc;
}

.store-radio-selected
{
	background-color: #d7eafd;
}

.store-popup
{
}

.store-popup-highlight
{
	background-color: #fffcdc;
}

.store-popup-selected
{
	background-color: #d7eafd;
}

.store-license-name
{
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	width: 170px;
}

.store-license-dev-name
{
	font-weight: bold;
	margin-right: 10px;
}

.store-license-description
{
	font-size: 9pt;
}

.store-license-subheading
{
	color: black;
	font-size: 11pt;
	font-family: ArialRoundedMTBold, Futura, "Lucida Grande", Helvetica-Bold, Helvetica, Arial, serif;
	padding-bottom: 10px;
}

.store-license-price
{
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}

.store-special-old-price
{
	text-decoration: line-through;
	color: gray;
	font-size: 14px;
}

.store-special-label
{
	color: red;
	font-size: 14px;
}

.store-special-new-price
{
	color: red;
	outline: gray dashed thin;
	font-size: 14px;
}

.store-click-instruction
{
	color: gray;
	font-style: italic;
}

.store-divider
{
	border-top: 1px solid #ccc;
	line-height: 1.7;
}

