body
{
	font-family: sans-serif
}

pre {background-color: white; color: black;}


table.container
{
	width: 100%;
}

td
{
	vertical-align: top;
	padding: 0;
}

.login
{
 	position: absolute; 
	background-color: #eef; 
 	top: 10px;
 	left: 10px;
 	z-index: 210;
}


.login form
{
	border: solid 2px white;
}

.login table
{
	border-collapse: collapse;
	border: solid 2px blue;
}



.login_header
{
	background-color: blue;
	color: white;
}




.section
{
	clear: both;
}


.content
{
	height: 1%;
}


.sidebar
{
	float: right;
}



.sidebox
{
}

.sidetextbox
{
	border: solid 1px white;
	margin-top: .5em;
	padding: .5em;
}

.sidebox h2, .sidebox h3
{
	margin: 0;
}


.section_image_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.section_image_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

.image_border
{
	border: solid 1px green;
	padding: 5px;
	background-color: white;
	margin-bottom: 5px;
}



.footer
{
	font-size: .8em;
	margin-top: 10px;
	clear: both;
	text-align: center;
}

.cms_footer
{
	font-size: .7em;
}

.footer legend
{
	display: none;
}

fieldset
{
	margin-bottom: .5em;
}

.footer fieldset
{
	border: none;
	padding: 0;
}



.footer span span
{
	float: right;
}

img
{
	border: none;
}

.expand
{
	cursor: url(/cms/images/zoom.cur), pointer;
	position: relative;
	display: inline-block;
}

.unexpand
{
	cursor: url(/cms/images/unzoom.cur), pointer;
}

.photoholder
{
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}
.photoholder div
{
	text-align: center;
}

.photoholderborder
{
	border: solid 1px black;
}

.select
{
	cursor: pointer;
}

.sidebox img
{
	vertical-align: bottom;
}


table.photo
{
	margin: auto;
	width: auto;
	border: solid 1px #bbb;
	border-spacing: 4px;
	background-color: white;
}



.imageview
{
	position: absolute; 
	top: 160px; 
	left: 100px;
	border: solid 1px #bbb;
	padding: 4px;
	background-color: white;
	text-align: center;
	cursor: url(/cms/images/unzoom.cur), pointer;
	z-index: 2000;
}

.imageview img
{
	cursor: url(/cms/images/unzoom.cur), pointer;
}


.submenus
{
}


.section_strip a
{
	display: inline_block;
}


.photo_section a
{
	display: block;
}




.border_frame, .border_frame .photoholder  
{	
	background-color: #ddd;
	border-bottom: solid 4px #333;
	border-right: solid 4px #555;
	border-left: solid 4px #888;
	border-top: solid 4px #bbb;
	padding: 3px;
	border-width: 3px;
}


.border_drop td, .border_drop table
{
	border: none;
}


.border_sunken a, .border_sunken .photoholder
{	
	background-color: #ccc;
	border-top: solid 4px black;
	border-left: solid 4px #555;
	border-right: solid 4px #888;
	border-bottom: solid 4px #bbb;
}


.imagebevel
{
	border-left: solid 4px #ccc;
	border-top: solid 4px #fff;
	
	border-bottom: solid 4px #555;
	border-right: solid 4px #888;
	
	position: absolute;
	top: 0;
	left: 0;
	
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}


.photo_caption
{
	display: none;
}


.galleryitem
{
	float: left;
}

table.normal2
{
	width: 100%;
	border-collapse: collapse;
}

table.normal2 td.leftcol, table.normal2 td.rightcol
{
	width: 50%;
	vertical-align: top;
	padding: 0;
}

div.groupbox
{
	margin-top: 1em;
	border: solid 1px #888;
	background-color: #f4f4f4;
	padding: 0 .5em .5em;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.groupbox h4
{
	border: solid 1px #888;
	background-color: #f4f4f4;
	position: relative;
	padding-left: .2em;
	padding-right: .2em;
	display: inline;
	display: inline-block;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	top: -.5em;
	margin: 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tsidebar
{
	vertical-align: top;
}



.cartform td
{
	vertical-align: middle;
}

.storeerror
{
	color: red;
	background-color: white;
}

.modelselect
{
	border: solid 1px white;
	float: left;
	margin: .3em;
	padding: .5em;
	white-space: nowrap;
	
}
.modelselect table td
{
	vertical-align: middle;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

div.error
{
	border: solid 1px red;
	background-color: #fee;
	padding-left: .5em;
}

.contactus
{
	white-space: nowrap;
}

.contactus td
{
	padding-bottom: .4em;
}


