﻿html, body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body, div
{
	font-family: Arial, Verdana;
	font-size:11px;
}

div#divContentTop
{
	position:absolute;
	left:161px;
	top: 100px;
}

/* info */
div#divInfo
{
	color:White; 
	width:270px; 
	float:left; 
	margin-top:5px; 
	margin-left:36px;
}

div#divSearch
{
	 float:left; margin-left:21px;
}

/* merchant top list */
div.divMerchantTopList
{
	position:absolute;
	top: 134px;
	left: 802px;
}

/* site map structure */
/*div#divSiteMap
{
	height:85%;
	background-image: url(../StaticMedia/SiteMap/shadowLeftRight.gif);
	background-position: right;
	width:161px;
	position: absolute;
	left: 0px;
	top: 120px;
}*/
ul.MainMenu
{
	position: absolute;
	top: -11px;
	left: -32px;
	text-align: right;
	list-style: none;
	color:Blue;
}

li.SubMenu
{
	margin: 0px;
	padding: 0px;
}

a.sub_menu_item_dark
{
	width:111px;
}
a.sub_menu_item
{
	width:111px;
}

a,
a.menu_item:link,
a.menu_item:visited,
a.menu_item:hover,
a.menu_item:active
{
	
}
a.lock
{
	color: #FFFFFF;
}
a.menu_item_dark:link,
a.menu_item_dark:visited,
a.menu_item_dark:hover,
a.menu_item_dark:active
{
    color: White;
}
/* merchant overview user control styles */
table.tblMO img
{
	display:block;
}
td.tdMOCorner
{
    width:18px;
}
td.tdMOMiddle
{
	height: 50px;
    width:150px; 
    text-align:center;
}
td.tdMOSideL, td.tdMOSideR
{
    height:450px; 
    width:18px;
}
td.tdMOSideR
{
    text-align: right;
}


#divPageContent {
	
	width:       979px;
	height:      100%;
	margin-top:  10px; /*set to a negative number 1/2 of your height*/
	margin-left:10px;
	/*border: 1px solid #ccc;*/
}

div.divCategoryOverview
{
	position:absolute;
	left: 578px;
	top: 314px;
}
td.tdCOInner
{
	width:139px; 
}

div.contentDiv
{
	position: absolute;
	top: 135px;
	left: 182px;
	width: 394px;
	/* height: 400px; */
}

div#divFlash
{
	margin-left: 10px; 
	margin-top: -36px; 
	float:		left;
}

/* content page */
div.contentTitle
{
	font-size:12px;
	font-weight:bold;
	color:#93C005;
}

/* ViewCoupon */

    div#container
    {
        margin-top: 100px;
        position: relative;
        display: block;
        width: 570px;
        text-align: left;
    }

    div#value
    {
        position: absolute;
        display: block;
        top: 385px;
        left: 50px;
        color: #fff;
        font-size: 56px;
        font-weight: bold;
    }

    div#mirroredValue
    {
        position: absolute;
        display: block;
        top: 110px;
        left: 50px;
        text-align: center;
        color: #888;
        font-size: 16px;
        font-weight: bold;
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }

        div#mirroredValue .extraLarge
        {
            font-size: 48px;
        }

        div#mirroredValue .large
        {
            font-size: 36px;
        }

    div#code
    {
        position: absolute;
        top: 689px; /* 208px; */
        left: 187px;
        background-color: #fff;
        font-size: 16px;
    }
    
    div#expirationDay
    {
        position: absolute;
        top: 664px; /* 206px; */
        left: 465px;
        padding-top: 2px;
        width: 25px;
        height: 17px;
        text-align: center;
    }

    div#expirationMonth
    {
        position: absolute;
        top: 664px; /* 206px; */
        left: 506px;
        padding-top: 2px;
        width: 25px;
        height: 17px;
        text-align: center;
    }
    
    div#expirationYear
    {
        position: absolute;
        top: 664px; /* 206px; */
        left: 548px;
        padding-top: 2px;
        width: 44px;
        height: 17px;
        text-align: center;
    }
    
    div#details
    {
        position: absolute;
        font-size: 14px;
        top: 505px; /* 300px; */
        left: 125px;
        width: 440px;
    }
    
    div#personalMessage
    {
        display: block;
        margin-bottom: 12px;
    }
    
    div#buyerDetails
    {
        display: block;
        margin-bottom: 12px;
    }
    
    span.label
    {
        font-size: 11px;
        color: #666;
    }

