/*******************************************************************************
* This file is part of the "ACSavings" project, and may only be used,          *
* modified, and distributed under the terms of the "Gospodinovo" project       *
* license. By continuing to use, modify, or distribute this file you indicate  *
* that you have read the license and understand and accept it fully.           *
*                                                                              *
* Copyright 1996-2006 by the original author or authors                        *
********************************************************************************
SVN: $Id$
*******************************************************************************/

/* -------------------------------------------------------------------------- */
body
{
    margin:           0px;
    padding:          12px;
    text-align:       center;
    vertical-align:   top;
    background-color: #C7C7C7;
}

/* -------------------------------------------------------------------------- */
.tblPageLayout
{
	width:            824px;
    border-top:       1px solid #E8E8E8;
    border-left:      1px solid #E8E8E8;
    border-right:     1px solid #DCDCDC;
    border-bottom:    1px solid #DCDCDC;
    background-color: white;
}

/* -------------------------------------------------------------------------- */
.tblPageLayout td
{
	font-size: 12px;
	font-family: Georgia;
}

/* -------------------------------------------------------------------------- */
.leftHeader
{
	width:  560px !important;
	height: 80px;
}

/* -------------------------------------------------------------------------- */
.rightHeader
{
	width:  240px !important;
	height: 80px;
}

/* -------------------------------------------------------------------------- */
.blueGradient
{
	background-image: url(/images/blue_back.jpg);
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------------- */
.greenGradient
{
	background-image: url(/images/green_back.jpg);
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------------- */
.dashHorBorder
{
	background-image: url(/images/border_dash.png);
	background-repeat: repeat-x;
	height: 1px;
}

/* -------------------------------------------------------------------------- */
.whiteColor
{
	color: white;
}

/* -------------------------------------------------------------------------- */
.blueColor
{
	color: #839ac8;
}

/* -------------------------------------------------------------------------- */
.blackColor
{
	color: #000;
}

/* -------------------------------------------------------------------------- */
.redColor
{
	color: #f00;
}

/* -------------------------------------------------------------------------- */
.head
{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, 'Trebushet MS', Arial;
	text-transform: capitalize;
}

/* -------------------------------------------------------------------------- */
.headDescription
{
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, 'Trebushet MS', Arial;
}

/* -------------------------------------------------------------------------- */
.couponLabel
{
	font-size: 11px;
	font-weight: bold;
	font-family: inherit;
	text-transform: capitalize;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */
.couponVendor
{
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	text-transform: capitalize;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */
.couponCategory
{
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	text-transform: capitalize;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */
.couponPublish
{
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */
.couponText
{
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	margin: 4px 0px 0px 0px;
}

/* -------------------------------------------------------------------------- */
.couponDescription
{
	font-size: 11px;
	font-weight: normal;
	font-family: inherit;
	text-align: justify;
}

/* -------------------------------------------------------------------------- */
a.couponUrl
{
	color: #839ac8;
	font-weight: bold;
	font-family: inherit;
	font-size: 11px;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
a.couponUrl:hover
{
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
.buttonHref
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Verdana;
	color: white;
	background-color: #6B7490;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(/images/button_imgnormal.png);
	background-position: 0px -5px;
	background-repeat: no-repeat;
	display: inline;
	padding: 3px 6px 3px 30px;
	border: 0px;
	cursor: hand;
}

/* -------------------------------------------------------------------------- */
.buttonHref:hover
{
	text-decoration: underline;
	cursor: hand;
}

/* -------------------------------------------------------------------------- */
.footCopyrights
{
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
}

/* -------------------------------------------------------------------------- */
.categoryHref
{
	font-size: 12px;
	font-weight: bold;
	font-family: inherit;
	text-decoration: none;
	text-transform: capitalize;
}

/* -------------------------------------------------------------------------- */
.categoryHref:hover
{
	text-decoration: underline;
}
