﻿


.cart
{
    text-align: right;
    margin: 0px;
    padding: 3px;
    padding-right: 20px;
}

.cart a, .cart a:visited
{
    color: #444444;
    text-decoration: none;
}

.cart a:hover, .cart a:active
{
    color: #86081b;
    text-decoration: none;
}

.cart a img
{
    padding-right: 5px;
}



.header_left
{
    float: left;
}

.header_left img
{
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.header_right
{
    padding-top: 10px;
    float: left;
    width: 650px;
}



#top_menu
{
	padding-top: 0px;
	list-style: none;
	margin: 0px;
	float: right;
}

#top_menu li
{
	float: left;
}

#top_menu li a
{
	display: block;
	width: 75px;
	height: 27px;
	font: 12px Arial, Helvetica, Sans-Serif;
    color: White;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	background-color: #a6a6a6;
}

#top_menu #first 
{
	width: 13px;
    height: 27px;
	background: transparent url(../../app_themes/popcorn_hour/images/header_01.gif) no-repeat;
}

#top_menu #last 
{
	width: 13px;
    height: 27px;
	background: transparent url(../../app_themes/popcorn_hour/images/header_05.gif) no-repeat;
}

#top_menu #menuspacer 
{
	width: 10px;
    height: 27px;
	background: #a6a6a6 url(../../app_themes/popcorn_hour/images/header_03.png) no-repeat 5px 8px;
}

#top_menu li a:hover, #top_menu li a:active, #top_menu li a.active
{
    color: #86081b;	
}




