div#content
{
	margin-top: 0.5em;

}


div#left
{
	float: left;
	
	text-align: justify;
	width: 454px;

}

div#const_op
{
	margin-top: 0.5em;
	font-size: 0.7em;
	padding-left: 0.3em;
	overflow: hidden;
}

div#const_op a
{
	text-decoration: none;
}

.const_op_visible a, div#const_op_back a
{
	color: #555555;
}

.const_op_hidden
{
	color: #dddddd;
}


div#const_op div
{
	float: left;
	text-align: center;
}

div#const_op_prev
{
	width: 11em;
}

div#const_op_sep_prev, div#const_op_sep_next
{
	width: 1em;
}

div#const_op_back
{
	width: 9.5em;
	
}



div#const_op_next
{
	width: 10.5em;
	
}

div#view_box
{
	margin-top: 0.4em;
	border: 1px solid #dddddd;
	
	width: 456px;
	height: 342px;
	
	margin-bottom: 0.15em; 
	text-align: center;
}

div#view_box img
{
	height: 342px;
}

div#image_operations
{
	text-align: right;
	margin-top: 0em;
	
}

div#image_operations input
{
	
	text-align: left;
	
	border-width: 0px;

	cursor: pointer;
	
	color: #555555;
	font-size: 0.7em;
	
	width: 17em;
	padding-left: 15px;
	
}

input#reminder_add
{
	background: url(../images/reminder_add.gif) no-repeat left 2px;
}

input#reminder_remove
{
	background: url(../images/reminder_remove.gif) no-repeat left;
}


div#image_operations a:link,div#image_operations a:active,
div#image_operations a:hover,div#image_operations a:visited
{
	font-size: 0.7em;
	padding-left: 16px;
	margin-right: 1em;
	background: url(../images/magnifier.gif) no-repeat left 2px;
	text-decoration: none;
	color: #555555;
	
}



div#right
{
	float: right;
	margin-top: 1.8em;
	width: 30em;
}	

div#right form
{
	text-align: right;	
}

div#right input
{
	width: 4.5em;
}

div#right h1
{
	margin-bottom:0.2em;
}

div#right h2
{
	font-weight:bold;
	font-size:0.8em; 
	border: 0px; 
	margin-bottom: 0em
}

p#image_text
{
	
}

div#right p
{
	line-height: 1.7em;
}

div#right input
{
}


div#tabs 
{
	margin-top: 0.9em;
	
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	
	
	font-size:0.7em; 
}


div#tabs a
{
	padding-top: 3px;
	
	padding-left: 4px;
	padding-right: 4px;
	
	color: #555555;
	text-decoration: none;
	
	border: 1px solid #e5e5e5;
	border-bottom: none;
	

	
}

.tab_hidden
{
	background-color: #eeeeee;
	
}

.tab_selected
{
	background-color: #e3e3e3;
	
}

div#tabs a:hover 
{
	background-color: #e3e3e3;
	padding-bottom: 4px;
}


div#pbox_items
{
	padding-left: 0.6em;
	padding-top: 0.6em;

	height: 17.8em;
	
	
	margin-bottom: 0.5em;

	overflow:auto;

	
	background-color:#e3e3e3; 
	
	border: 1px solid #e5e5e5; 
	border-top: 0px;
}


div#pbox_items img
{
	border: 1px solid #cccccc;
	padding: 1px;
	width: 80px;
	height: 60px;
	
}

.display_block
{
	display: block;
	width: 80px;
	height: 60px;
	float: left;
	
	
	
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	
}

.display_none
{
	display: none;
}

p#construction_text
{
	height: 5.2em;
}






