﻿#sidebar{
	width: 305px;
	margin: 0 15px 0 0;
	min-height: 1px;
	float: left;
	position: relative;
}

* html #sidebar{
	height: 1px;
}

.sidebar_panel{	
	min-height: 1px;
	margin: 0 0 15px;
	padding: 0;
	background: url(sidebar_panel.jpg) repeat center 0;
}

.sidebar_panel .header{
	background: url(header.jpg) no-repeat 0 0;
	min-height: 40px;
}

* html .sidebar_panel .header{
	height: 40px;
}

.sidebar_panel .header h3{
	line-height: 16px;
	padding: 10px 15px 0;
	margin: 0;
	color: #fff;
	font-size: .75em;
	text-align: center;
}

.sidebar_panel .content{
	background: url(content.jpg) repeat-x 0 0;
	border: 1px solid #5e5f5f;
	border-top: none;
	padding: 15px;
}

/* location picker */

#sidebar #location_picker{
	display: none;
}

#location_picker .content{
	padding: 25px !important;
}

#locations{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .69em;
}

#locations li{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(locations.li.gif) no-repeat 0 8px;
	width: 170px;
	float: left;
	display: block;
	line-height: 20px;
}

#locations li a{
	color: #494440;
}

.grabameal_panel .header{
    background: #900000 url(graba.header.jpg) no-repeat 0 0;   
}

.grabameal_panel ul li{
    padding: 10px 0;
    background: none;     
    color: #2c1e0e;
    border-bottom: 2px dotted #A4A29A;
}

.grabameal_panel li a{
    display: block;
    margin: -5px 0 0 10px;
    float: right;
    width: 60px; 
    height: 25px;
    text-transform: uppercase;
    text-indent: -9000px;
    border: none;
    background: url(graba.a.gif) no-repeat 0 0;
}

.grabameal_panel li a:hover{
    background: url(graba.a.gif) no-repeat 0 -25px;
}