body
{
	background-color: #d9d6d2;
/*	background-color: #fcfdff;*/
	background-image: url("bg.png");
	background-repeat: repeat-x;

	font-family: "Verdana", "Arial", sans-serif;
	font-size: 0.8em;

	text-decoration: none;
	color: #666;
}

/* Links */
a
{
	color: #5e7895;
	text-decoration: none;
	font-weight: bold;
}

img
{
	border: 0px solid;
}

a.selected
{
	color: #aaa;
}

a:hover
{
	color: #7ed598;
}

p
{
	text-align: justify;
}

/* Columns */
div#col1
{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 260px;
	padding: 0px;
}

div#col2
{
	margin-left: 260px;
	padding: 10px;
	width: 720px;
/*	width:expression(document.body.clientWidth > 1000? "720px": "auto" ); /* max-width for IE */
/*	margin-right: 310px;*/
}

/*
div#col3
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	padding: 10px;
}
*/

#footer
{
	margin: 1em 0em 1em 0em;
	background-color: #fefefe;
	background-image: url('footerbackground.png');
	background-repeat: repeat-x;
	border-top: 1px solid #ddd;
	font-size: 0.7em;
}

#delivery_boxout
{
	padding-top: 0.8em;
	text-align: center;
	width: 200px;
	background-image: url('delivery_icon.png');
	background-repeat: no-repeat;
	float: left;
	height: 100px;
}

span.tagline
{
	font-style: italic;
}

table#main_nav_links a
{
	color: #fff;
	font-size: 1.25em;
	padding: 1em;
	text-decoration: none;
	text-align: center;
}

table#main_nav_links .selected
{
	color: #555;
}

table#main_nav_links td
{
	text-align: center;
}

table.item
{
	font-size: 1em;
}

div#tabbar
{
	background-image: url("bb.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

a.tab
{
	display: inline-block;
	margin: 0px;
	padding: 10px 18px 4px 21px;

	text-align: center;
	background-image: url('tab-right2.png'), url('tab-left2.png');
	background-position: right top, left top;
	background-repeat: no-repeat;
	
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	
	cursor: pointer;
}

a.tab.selected
{
	background-image: url('tab-right.png'), url('tab-left.png');
	padding-bottom: 5px;
	color: #5e7895;
}

div#subtabbar
{
	background-color: #adc4de;
	background-image: url('subtabbarback.png');
	background-repeat: repeat-x;
	background-position: 50% 0%;

	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

div#subtabbar a
{
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-align: center;
	color: #8ac;
}

div#subtabbar a:hover
{
	color: #8c8;
}

div#subtabbar a.selected
{
	color: #5e7895;
}

div#main_content
{
	background-repeat: no-repeat;
	padding: 1px; /* fix for IE where background of main_content spills over behind sidebar */
}

div#page
{
	background-color: #f8f8f8;
	border-top: 1px solid #a9cfd7;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #a9cfd7;
}

div#content
{
	margin: 1em;
}


/*---- Category (Item List) Pages ----*/
table.item
{
	clear: both;
	margin-top: 0em;
	margin-bottom: 0px;
}

table.item h4
{
	margin: 0px 0px 1em 0px;
	font-size: 1.5em;
}

table.item img
{
	height: 270px;
	width: 360px;
	float: left;
	border: 1px solid;
	margin-right: 1em;
}

div.item .description
{
	font-size: 0.9em;
}

thead
{
	background-color: #ffffff;
}

td.numeric
{
	text-align: right;
}

table.size_guide
{
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}

table.size_guide th, table.size_guide td
{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

table.items
{
	margin-left: auto;
	margin-right: auto;
	border: 2px solid;
	border-collapse: collapse;
}

table.items tr
{

}

table.items th, table.items td
{
	border-width: 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 0.1em 2em 0.1em 2em;
}

div.category h4
{
	font-size: 1.2em;
	background-color: #e5e5e5;
	padding: 5px;
	border-top: 1px solid #cacaca;
/*	border-bottom: 1px solid;*/
}

div.question
{
	margin-bottom: -1em;
	font-weight: bold;
	padding: 0px;
}

div.answer
{
	margin-bottom: 1em;
}

div.answer
{
	margin: 1em;
	padding: 0px;
}


select /*.item_list*/
{
	font-family: monospace, 'lala';
	white-space: pre;
}

option
{
	font-family: monospace, 'lala';
	white-space: pre;
}

/*style="font-family: monospace,\'aaa\'; white-space: pre;"*/

/* forms */
/*
input.textinput, select, textarea
{
	border: 1px solid #555;
	padding: 2px;
}
*/