﻿/* 640 <= x < 768 (uncommon) */
#CSS_ID_RULE
{
	width: 3px;
}

.divVersion
{
	/*color: Blue;*/
}

.aiGrid>.divFilters div
{
	display: inline-block;
}

/* aiReceiptSummary */
.aiReceiptSummary.aiGrid .colWhom
{
	display: table-cell;
}

/* Accounts */
.Accounts .colType
{
	width: 100px;
}

.Accounts .colSubtype, .Accounts .colSubtype .divOverflow
{
	width: 100px;
}

.Accounts .colType
{
	display: table-cell;
}

/* Linked Accounts */
.LinkedAccounts .colType
{
	width: 100px;
}

.LinkedAccounts .colSubtype, .LinkedAccounts .colSubtype .divOverflow
{
	width: 100px;
}

/* Deal Promotion */
.DealPromotion .divWrapper
{
	height: 200px;
}

.DealPromotion .divWrapper .divDetails
{
	width: 66%;
	height: 100%;
}

.DealPromotion .divWrapper .divDetails .divLeft
{
	width: 50%;
	display: inline-block;
}

.DealPromotion .divWrapper .divDetails .divLeft .imgPromotion
{
	width: 130px;
	height: 130px;
}

.DealPromotion .divWrapper .divDetails .divMiddle
{
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
}

.DealPromotion .divWrapper .divDetails .divMiddle .lblDescription
{
	display: block;
	width: 92%;
}

.DealPromotion .divWrapper .divDetails .divMiddle .divExtra
{
	display: block;
	width: 92%;
	position: absolute;
	bottom: 5px;
}

.DealPromotion .divWrapper .divRight
{
	width: 34%;
}

/* HomeSite */
.HomeSite.aiGrid .repeater .row
{
	width: 50%;
}

.HomeSite.aiGrid .repeater .row.lastL
{
	border-bottom-style: none;
}

.HomeSite.aiGrid .repeater .row.alt .divLocation
{
	width: 75%;
	padding-left: 5%;
}

/* Promotion View */
.Promotion .divLeft, .Promotion .divRight
{
	width: 33%;
}

.Promotion .divLeft
{
	text-align: right;
}

.Promotion .lblDescription
{
	float: left;
	display: inline-block;
	min-height: 128px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 29%;
	padding-left: 2%;
	padding-right: 2%;
}

.Promotion .lblLegal
{
	clear: both;
}

.Promotion .img
{
	margin-right: 3%;
}

/* Redeemed Promotions */
.RedeemedPromotions .colDescription
{
	display: table-cell;
	width: 150px;
}

.RedeemedPromotions .colWhom
{
	display: table-cell;
	width: 125px;
}