/* Content */

#CategoryList
{
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style: none;
}
#CategoryList li
{
	margin: 0px;
	padding: 2px 0px 2px 12px;
	background: url(../img/list_arrows.png) no-repeat 0px 8px;
	font-size: 12px;
}
#CategoryList li a
{
	color: #000;
}

#CouponList
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

div.Coupon
{
	width: 261px;
	height: 123px;
	float: left;
	background: url(../img/coupon.png);
	position: relative;
	margin-left: 4px;
	margin-top: 5px;
	cursor: default;
}
div.Selected
{
	background-position: -261px 0px;
}

div.BigCoupon
{
	width: 259px;
	height: 185px;
	background: #fff;
	margin-right: 7px;
}

div.Coupon div.Company
{
	position: absolute;
	color: #ffffff;
	left: 12px;
	top: 14px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	
}

div.Coupon div.Discount
{
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 8px;
	top: 18px;
	color: #fff;
	width: 37px;
	text-align: center;
}

div.Coupon img.Image
{
	position: absolute;
	left: 10px;
	top: 35px;
}

div.Coupon div.Description
{
	position: absolute;
	color: #76777a;
	left: 79px;
	top: 35px;
	width: 168px;
	font-size: 10px;
}
div.Coupon div.Description b
{
	font-weight: bold;
	font-size: 11px;
}

div.Coupon ul.Buttons
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	list-style: none;
	margin: 0px;
}

div.Coupon ul.Buttons li
{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 16px;
}
div.Coupon ul.Buttons li a
{
	color: #bd2c26;
	font-weight: bold;
	padding-right: 5px;
}
div.Selected ul.Buttons li a
{
	color: #e3b922;
}
div.Coupon ul.Buttons a.sms img
{
	padding-top: 3px;
}
div.Coupon ul.Buttons input[type='checkbox']
{
	display: none;
}

div.Coupon ul.Buttons input[type='button']
{
	margin: 1px 0px 0px 0px;
	background: #bd2c26;
	border: 0px;
}
div.Selected ul.Buttons input[type='button']
{
	background: #e3b922;
}

div.Coupon img.Barcode
{
	position: absolute;
	bottom: 8px;
	left: 79px;
}

div.BigCoupon div.Description
{
	color: #000;
}
div.BigCoupon div.Company, div.BigCoupon div.Discount 
{
	color: #000;
}

/* Pager */
/*
div.Pager
{
	clear: both;
	height: 38px;
	background: #c0311a;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	position: relative;
}

div.Pager a
{
	font-weight: bold;
	color: #fff;
}

div.Pager a.selected
{
	text-decoration: underline;
}

div.Pager div.Container
{
	width: 550px;
	position: absolute;
	left: 150px;
}

div.Pager a.prev
{
	position: absolute;
	left: 0px;
	top: 10px;
	height: 16px;
	background: url(../img/recipe_prev.png) no-repeat left 1px;
	padding-left: 20px;
	text-transform: uppercase;
}

div.Pager a.next
{
	position: absolute;
	right: 0px;
	top: 10px;
	height: 16px;
	background: url(../img/recipe_next.png) no-repeat right 1px;
	padding-right: 20px;
	text-transform: uppercase;
}

div.Pager div.Pages
{
	margin-top: 10px;
}

div.Pager div.Print
{
	width: 270px;
	position: absolute;
	right: 0px;
	top: 12px;
}
div.Pager div.Print a.print
{
	text-transform: uppercase;
	background: url(../img/coupon_print.png) no-repeat right;
	padding: 6px 30px 4px 0px;
}
*/
#CouponMail div.Left
{
	float: left;
	width: 30%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#CouponMail div.Right
{
	float: left;
	width: 70%;
	padding: 10px 0px 10px 0px;
}
#CouponMail h3
{
	color: #c0311a;
}
#CouponMail table
{
	position: absolute;
	left: 8px;
	top: 85px;
	clear: both;
	width: 95%;
	margin: 10px 0px 5px 0px;
}
#CouponMail input[type='text']
{
	border: 1px solid #aaa;
	width: 100%;
}
#CouponMail td.send
{
	padding-top: 5px;
	text-align: center;
}

div.cutterv
{
	width: 1px;
	border-right: 1px dashed #000;
	float: left;
	height: 200px;
}
div.cutterh
{
	height: 1px;
	border-top: 1px dashed #000;
	float: left;
	clear: both;
	width: 550px;
}
