﻿div#price_calendar
{
	float: right;
	width: 332px;
	height: 100px;
}

div#price_calendar h4
{
	color: #3411A1;
	font-size: 24px;
	text-align: center;
	width: 100%;
	line-height: 35px;
	margin: 0;
}

div#price_calendar table
{
	font-size: 11px;
	color: #3112a1;
}

div#price_calendar table td
{
	width: 45px;
}

div#price_calendar table thead tr#dates th
{
	font-weight: normal;
}

div#price_calendar table thead tr#days
{
	height: 24px;
	background: #e8e3fa url('images/days_bg.png') top left repeat-x;
}

div#price_calendar table thead tr th,
div#price_calendar table tbody tr td
{
	text-align: center;
}

div#price_calendar table thead tr#days th,
div#price_calendar table tbody tr td
{
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #c1bee9;
}

div#price_calendar table thead tr#days th
{
	border-bottom: 0px;
}

div#price_calendar table thead tr#days th.selected
{
	color: #fff600;
	background: #fe5f01 url('images/days_selected_bg.png') top left repeat-x;
}

div#price_calendar table tbody tr#price
{
	height: 25px;
	background: #e8e3fa url('images/prices_bg.png') top left repeat-x;
}

div#price_calendar table thead tr#days th.first_cell,
div#price_calendar table tbody tr#price td.first_cell
{
	border-left: 1px;
	border-style: solid;
	border-color: #c1bee9;
}

div#price_calendar table thead tr#days th.last_cell,
div#price_calendar table tbody tr#price td.last_cell
{
	border-right-width: 1px;
	border-style: solid;
	border-right-color: #c1bee9;
}

div#price_calendar table tbody tr#price td
{
	color: #3d3d3d;
}
div#price_calendar table tbody tr#price td a:hover
{
	text-decoration: underline;
}

div#price_calendar table tbody tr#price td.selected
{
	color: #f84a06;
}
div#price_calendar table tbody tr#price td.selected a
{
	color: #f84a06;
	font-weight: bold;
}
div#price_calendar table tbody tr#price td.selected a:hover
{
	text-decoration: underline;
}


div#price_calendar div#nav_left,
div#price_calendar div#nav_left a,
div#price_calendar div#nav_right,
div#price_calendar div#nav_right a
{
	color: #3212a1;
	font-size: 10px;
	width: 80px;
	line-height: 16px;
}


div#price_calendar div#nav_left
{
	float: left;
}
div#price_calendar div#nav_left a:hover
{
	text-decoration: underline;
}
div#price_calendar div#nav_right
{
	float: right;
	text-align: right;
}
div#price_calendar div#nav_right a:hover
{
	text-decoration: underline;
}
