/* CSS Document */
.toolbar
{
	background-color:#333;
	width:100%;
	display:block;
	color:#FFF;
}

.toolbar:hover
{
	background-color:#000;
}

.toolbar_button
{
	border-style:solid;
	border-color:#FFF;
	border-width:thin;
	color:#FFF;
	background-color:#666;
	padding:5px;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:-2px;
}

.toolbar_button:hover
{
	background-color:#000;
	border-style:solid;
	border-color:#FFF;
	border-width:thin;
}

.toolbar_label
{
	margin-left:10px;
}

body {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.layer1 {
	display:block; 
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.layer1 .layer_content {
	display:block; 
	width:852px; 
	background-image:url(/images/background.gif); 
	background-repeat:repeat-y; 
	margin-left:auto; 
	margin-right:auto;
}

.layer0 {
	display:block; 
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.layer0 .layer_content {
	display:block; 
	width:100%;
	height:190px;
	background-image:url(/images/banner.gif); 
	background-repeat:repeat-x; 
	margin-top:25px;
}

.languages {
	background-color:#595959; 
	text-align:right; 
	height:22px; 
	padding-top:3px; 
	padding-right: 5px;
}

.menu {
	font-size: 20px;
	width: 191px; 
	display: inline-block;
	text-align: justify;
	float: left;
	text-indent: 0px;
}

.menu a {
	display: inline-block;
	height: 31px;
	width: 189px;
	color: #ff8b00;
	text-decoration: none;
	padding-top: 3px;
	text-indent: 20px;
	margin-left: 1px;
}

.menu a:hover {
	background-image: url(/images/hover.gif);
	background-repeat: repeat-x;
	color: #000;
}

.content {
	width: 852px;/*661px;*/
	display: inline-block;
	text-align: justify;
	text-indent: 10px;
}

.content .inner {
	margin-left: 201px;/*10px;*/
	margin-right: 10px;
	margin-bottom: 10px;
}

.content h2 {
	border-bottom: 1px solid black;
	width: 100%;
	text-align: right;
}

.footer {
	background-color: #595959;
	text-align:right;
	color:#a7a7a7;
	font-size: 13px;
	padding: 5px;
}

div.footer a {
	text-decoration:none;
	color:#CCC;
}

div.footer a:hover {
	text-decoration:underline;
	color:#ddd;
}

tr.normal_row td {
	background-color:#CCC;
}

tr.normal_row:hover td {
	background-color:#cfcfcf;
}

tr.alternating_row td {
	background-color:#DDD;
}

tr.alternating_row:hover td {
	background-color:#dfdfdf;
}

tr.edit_row td {
	background-color:#3d3;
}

div.image_container {
	display:inline-block; 
	width:100px; 
	height:100px;
	float:left; 
	border: 1px #CCC solid; 
	margin: 12px;
	text-indent: 0px;
}

div.hidden_image_toolbar a {
	text-decoration:none;
}

div.hidden_image_toolbar a:hover {
	text-decoration:underline;
}

div.image_container div.hidden_image_toolbar {
	display:none;
	background-color: #FFF; 
	width:97px; 
	position: relative;
	top:-100px;
	z-index:1000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

div.image_container:hover div.hidden_image_toolbar {
	display:inline-block;
}


div.image_container div.hidden_image_info {
	display:block-inline;
	background-color: #0C0; 
	width:97px; 
	position: relative;
	top:-23px;
	z-index:1000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

div.image_container:hover div.hidden_image_info {
	top:-63px;
}

div.order_additions {
	display:block;
	height:300px;
	overflow:auto;
	border:solid 1px #666;
}

div.order_additions td {
	background-color:#999;
	vertical-align:middle;
}

div.order_additions td img {
	background-color:#999;
	vertical-align:middle;
}

div.order_additions table {
	width:100%;
}


a.order_link {
	display: inline-block;
	height: 28px;
	color: #ff8b00;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right:16px;
	font-size: 20px;
	background-color:#3d3d3d;
	text-indent:0px;
}

a.order_link:hover {
	background-image: url(/images/hover.gif);
	background-repeat: repeat-x;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

td { text-indent: 0; }
