/*
 * Version 6: Added span.highlighted
 * Version 5: Added "colorbox" 
 * Version 4: Added "single column"
 * Version 3: Added "calendar form field"
 * Version 2: Added "busy overlay"
 * Version 1
 */

/* "busy" overlay */

div#busy_overlay
{
	background: #000000 url('/core/images/loading_animation.gif') no-repeat center;
	filter: alpha(opacity = 75);
	height: 100%;
	left: 0px;
	opacity: 0.75;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}
* html div#busy_overlay
{
	height: 0px;
	position: absolute;
	width: 0px;
}


/* calendar form field */

table.calendar_field
{
	border-collapse: collapse;
}

table.calendar_field a
{
	text-decoration: none;
}

table.calendar_field td
{
	border: 1px solid #666666;
	text-align: center;
}

table.calendar_field td.nav
{
	border: 0px;
	text-align: center;
}

table.calendar_field td
{
	border: 1px solid #666666;
	text-align: center;
}

table.calendar_field td.selected
{
	background-color: #ff9900;
}


/* definitions to counter IE6 bugs */

* html .ie6_font_size
{
	font-size: 0px;
}

* html .ie6_last_left_float
{
	margin-right: -3px;
}

* html .ie6_last_right_float
{
	margin-left: -3px;
}


/* general definitions */

.list_background
{
	background-color: #ffdf85;
}

.secondary_link
{
	color: #a92828;
	cursor: pointer;
}

.secondary_link:hover
{
	text-decoration: underline;
}

a
{
	color: #a92828;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}

h2
{
	color: #444444;
}

h3
{
	color: #444444;
}

img
{
	border: 0px;
}

img.text
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

p
{
	margin: 1em 0;
}

p.info
{
	color: #444444;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
}

span.floating_image
{
	float: left;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
}


/* page structure */

body
{
	background-color: #ffffff;
	font: 12px Arial;
	margin: 0px;
}

div#background
{
	background-color: #ffffff;
}

div.colorbox
{
	max-width: 768px;
	overflow: hidden;
}
* html div.colorbox
{
	width: 768px;
}

div#main_column
{
	float: right;
	padding-right: 10px;
	width: 768px;
}

div#page
{
	background: url('/application/images/faux_columns.gif') repeat-y;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	margin: 0 auto;
	position: relative;
	width: 998px;
}

div#page_single_column
{
	background-color: #fde8af;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	margin: 0 auto;
	position: relative;
	width: 998px;
}

div#page_footer
{
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

div#page_footer p
{
	color: #888888;
	font-size: 10px;
}

div#page_footer .secondary_link
{
	color: #888888;
}

div#page_header
{
	padding-top: 5px;
}

div#side_column
{
	height: auto !important;
	height: 600px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 600px;
	width: 200px;
}

div#single_column
{
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding: 10px;
	position: relative;
	width: 968px;
}

img.border_bottom_left
{
	bottom: -1px;
	left: -1px;
	position: absolute;
}

img.border_bottom_right
{
	bottom: -1px;
	position: absolute;
	right: -1px;
}

img.border_top_left
{
	left: -1px;
	position: absolute;
	top: -1px;
}

img.border_top_right
{
	position: absolute;
	right: -1px;
	top: -1px;
}

img.bottom_left
{
	bottom: 0px;
	left: 0px;
	position: absolute;
}

img.bottom_right
{
	bottom: 0px;
	position: absolute;
	right: 0px;
}

img.top_left
{
	left: 0px;
	position: absolute;
	top: 0px;
}

img.top_right
{
	position: absolute;
	right: 0px;
	top: 0px;
}

/* page navigation */

table.page_navigation
{
	margin-bottom: 10px;
}

table.page_navigation td
{
	background-color: #ffdf85;
	text-align: center;
	width: 20px;
}

table.page_navigation td.blind_button
{
	background-color: #ffdf85;
}

table.page_navigation td a
{
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}

table.page_navigation td a.highlighted, table.page_navigation td span.highlighted, table.page_navigation td a:hover
{
	color: #000000;
}

/* product form */
#product_form input[type="text"]
{
	width: 400px;
}

table.product_form th
{
	text-align: left;
	vertical-align: top;
	width: 160px;
}

/* product widget */
table.product_widget
{
	border-spacing: 5px;
	position: relative;
	width: 768px;
}

table.product_widget td
{
	background-color: #ffffff;
	border: 1px solid #a92828;
	font-size: 16px;
	text-align:center;
	vertical-align: bottom;
	width: 25%;
}

table.product_widget td div.title
{
	min-height: 57px;
}

table.product_widget td span.vendor_name
{
	color: #444444;
	font-size: 12px;
}