﻿/*----- Discount Box -----*/
.DB_Box
{
	padding-bottom: 11px;
}
.DB_Default
{
	background-color: #ffffff;
}
.DB_Special
{
	background-color: #ffffff;
}
.DB_Current
{
	background-color: #ffffff;
}
.DB_Expired
{
	background-color: #ffffff;
}
.DB_Body
{
	padding-bottom: 20px;
	padding-left: 34px;
	padding-right: 34px;
}
.DB_HeaderSpecial
{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 34px;
	padding-right: 34px;
	background-color: #ffff99;
}
.DB_HeaderCurrent
{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 34px;
	padding-right: 34px;
	background-color: #ffff99;
}
.DB_HeaderExpired
{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 34px;
	padding-right: 34px;
	background-color: #E7E7E7;
}
.DB_TopTitle
{
	color: #972828;/*#a361a3;*/
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
}
.DB_HeaderText
{
	color: #000000;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	vertical-align: top;
}
.DB_HeaderDetails
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #972828;
	padding-top: 7px;
	padding-bottom: 10px;
}
.DB_TextSection
{
	padding-top: 25px;
}
.DB_Text
{
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
.DB_Footer
{
	padding-top: 10px;
}
.DB_FooterText
{
	font-family: arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
A.DB_FooterLink:Link, A.DB_FooterLink:Visited
{
	font-family: arial;
	font-size: 12px;
	color: #0024a2; /*#6D8DAE;*/
	text-decoration: underline;
}
A.DB_BuyLink:Link, A.DB_BuyLink:Visited
{
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #972828; /*#6d8dae;*/
	text-decoration: underline;
}
A.DB_IntextBuyLink:Link, A.DB_IntextBuyLink:Visited
{
	font-family: Arial; 
	font-size: 13px;
	color: #972828; /*#0024a2;*/ /*#6d8dae;*/
	font-weight: bold;
	text-decoration: underline;
}
A.DB_IntextLink:Link, A.DB_IntextLink:Visited
{
	font-family: Arial; 
	font-size: 13px;
	color: #6d8dae;
	font-weight: normal;
	text-decoration: underline;
}
.DB_DiscountCode
{
	font-size: 13px;
	color: #ff0000;
}
.DB_SiteName
{
	font-size: 16px;
	color: #ff00cc;
	font-weight: bold;
}
.DB_CopyCode
{
	background-color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	color: Red;
	font-family:Arial;
	border: 1px solid #000000;
	text-align: center;
	width: 100;
}
.DB_Code
{
	font-size: 13px;
	font-weight: bold;
	color: #972828;
	font-family:Arial;
}
.DB_Button
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	background-color: #9d102d;
	color: #ffffff;
	border: 0;
	padding-right:4px;
	padding-left:4px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:hand;
	text-decoration: none;
}
.DB_OptionsTable
{
	background-color: #ffffcc;
	padding: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
}

