html {
	overflow-x:auto;
	overflow-y:scroll;
}
head
{
	width:939px;
	margin:0 auto;
	padding:0;
}
body {
	background-image:url(img/bg_body_df.png);
	margin:0 auto;
	padding:0;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size:12px;
	background-position:center top;
	background-repeat:no-repeat;
/*	width:1145px;*/
	
}
img {
	border:0;
}
h1, h2, h3 {
	font-weight:bold;
	margin-bottom:0;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#7e8822;
	margin:0 0 5px 0;
	padding:0;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#7e8822;
	margin:0 0 5px 0;
	padding:0;
}
h2.orange {
	color:#eb6e07;
}
h3 {
	font-size:16px;
}
h4, h5, h6 {
	font-size:11px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px 0;
	padding:0;
}
h1 p,
h2 p,
h3 p {
	margin:0;
}
a,
a:link,
a:visited {
	color:#6b7702;	
}
a:focus,
a:hover {
	color:#333;	
}
ul {
	margin-left:0;
}
ul li {
	padding-bottom:.5em;
}
input, select, textarea {
	font-family:arial,'Helvetica Neue',Helvetica,sans-serif;
	color:#333;
}
hr {
	height:1px;
	background-color:#bbcddf;
	border-color:#bbcddf;
}
#printLogo,
#footPrint {
	display:none;
}

/* 
	Site layout structure 
*/
#page,
#frontpage,
#foot .foot {
	width:939px;
	margin:0 auto;
	position:relative;
}
#head {
	height:190px;
	position:relative;
	margin:0px
}
#head .company {
	position:absolute;
	top:10px;
	right:0;
}

#head .company a,
#head .company a:link,
#head .company a:visited,
#head .company a:hover,
#head .company a:focus {
	width:165px;
	height:45px;
	background:url(img/logo_iss_df.png) right top no-repeat;
	display:block;
	text-decoration:none;
}
#head #logo {
	position:absolute;
	top:45px;
	left:0px;
}
#head #logo a,
#head #logo a:link,
#head #logo a:visited,
#head #logo a:hover,
#head #logo a:focus {
	width:180px;
	height:35px;
/*	background:url(img/frugt-logo.png) left top no-repeat;*/
	display:block;
	text-decoration:none;
}
#head #tools {
	position:absolute;
	top:66px;
	right:0;
}
#head #topMenu {
	position:absolute;
	top:85px;
	left:0;
}
#main {	
	min-height:510px;
	padding-bottom:10px;
	}
#topLine
{
	left:0;
	margin:0 auto;
	position:absolute;
	width:100%;
	z-index:70;
	display:block;
	height: 2px;
	position: absolute;
	top: 177px;
	background:url("img/bg_faded_line_top.png") no-repeat scroll center top transparent;
}
#foot {
	/*width: 1145px;*/
	background:url(img/bg_faded_line_bottom.png) no-repeat top;	
	height:45px;
}
#foot .company {
	position:absolute;
	top:10px;
	left:20px;
}
#foot .tools {
	position:absolute;
	top:15px;
	right:10px;
}


/* Top menu */
#topMenu .boxContent {
	width:935px;
	border:2px solid #f9f9f9;
	overflow:visible;
	box-shadow:0 1px 3px silver;
	-moz-box-shadow:0 1px 3px silver;
	-webkit-box-shadow:0 1px 3px silver;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#topMenu ul {
	height:47px;
	background-image:url(img/bg_main_menu.png);
	background-position:top;
	background-color:#b6ca01;
	background-color:rgba(182, 202, 1, 0.7);
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
}
#topMenu ul li {
	margin:0;
	padding:0;
	float:left;
}
#topMenu ul li a,
#topMenu ul li a:link,
#topMenu ul li a:visited {
	background:url(img/seperator_main_menu.png) right top no-repeat;
	font-size:14px;
	color:#fff;
	text-shadow:0 0 5px #6d7907;
	text-decoration:none;
	padding:15px 10px 14px 10px;
	float:left;
}
#topMenu ul li a:focus,
#topMenu ul li a:active,
#topMenu ul li a:hover,
#topMenu ul li a.selected {
	background-color:#a0b10a;
	background-color:rgba(160, 177, 10, 0.8);
	text-shadow:0 0 5px #485005;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}												
#topMenu ul li ul {
	height:auto;
	background-image:none;
	background-color:rgba(182, 202, 1, 1.0);
	background-color:#b6ca01;
	display:none;
	position:absolute;
	top:45px;
	z-index:100;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#topMenu ul li ul li {
	float:none;
	display:block;
}
#topMenu ul li ul li a,
#topMenu ul li ul li a:link,
#topMenu ul li ul li a:visited {
	background-image:none;	
	border-top:1px solid #b6ca01;
	border-bottom:1px solid #b6ca01;
	padding:5px 14px 4px 14px;
	white-space:nowrap;				
	float:none;
	overflow:hidden;
	display:block;
}										
#topMenu ul li ul li a:focus,
#topMenu ul li ul li a:active,
#topMenu ul li ul li a:hover {
	border-top:1px solid #cdde39;
	border-bottom:1px solid #cdde39;
}
#topMenu ul li ul li.hasChildren {
	background:url(img/menuArrow.png) right center no-repeat;
}
#topMenu ul li ul li.hasChildren li {
	background-image:none;
}
#topMenu ul li ul li ul {
	border-left:1px solid #cdde39;
}				
#topMenu form {
	padding:0;
	margin:0;
	position:absolute;
	right:10px;
	top:12px;
}
#topMenu form .searchFld {
	width:180px;
	height:20px;
	border:solid 1px  #cecece;
	padding:5px 0 0 5px;
	margin:0 5px 0 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
}
#topMenu form #searchBtn {
	width:30px;
	height:27px;
	background:url(img/btn_search.png) no-repeat;
	border:none;
	margin:0;
}

/* BreadCrumb */
#breadcrumb {
	height:24px;	
	width:937px;
	color:#adadad;
	border:solid 1px #e3e3e3;
	overflow:hidden;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	top:143px;
	left:0;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none;
}
#breadcrumb ul li {
	margin:0;
	padding:0;
	display:inline;
}
#breadcrumb ul li a,
#breadcrumb ul li span {
	background:url(img/breadcrumb.png) no-repeat right;
	font-size:11px;
	color:#999;
	margin:0;
	padding:0;
	padding:5px 20px 5px 10px;
	float:left;
}
#breadcrumb ul li span {
	background:url(img/breadcrumb-last.png) no-repeat right;
	color:#666;
}
#breadcrumb ul li a:focus,
#breadcrumb ul li a:hover {
	color:#333;
}
#firstUl
{
	background:url(img/breadcrumb-last.png) no-repeat right;
	color:#666;
}

/* Shopping Cart */
#shoppingCart {
	width:463px;
	height:24px;
	background-color:#fff;
	border:solid 1px #e3e3e3;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow:hidden;
	position:absolute;
	top:143px;
	right:0px;
}
#shoppingCart .boxContent {
}
#shoppingCart #shoppingNav, 
#shoppingCart #shoppingAmount {
	height:16px;
	background:url(img/shopping-shadow.png) left center no-repeat;
	padding:4px 0 4px 8px;
	float:left;
}
#shoppingCart #shoppingNav {
	border-right:solid 1px #e3e3e3;
}
#shoppingCart #shoppingAmount {
}
#shoppingCart a,
#shoppingCart a:link,
#shoppingCart a:visited {
	color:#666;
	text-decoration:none;
	padding:5px 10px 5px 20px;	
}
#shoppingCart a:focus,
#shoppingCart a:active,
#shoppingCart a:hover {
	color:#333;
	text-decoration:underline;
}
#shoppingCart a#showCart {
	background:url(img/show-cart.png) left center no-repeat transparent;
}
#shoppingCart a#emptyCart {
	background:url(img/empty-cart.png) left center no-repeat transparent;
}
#shoppingCart a#orderItems {
	background:url(img/order-items.png) left center no-repeat transparent;
}
#shoppingCart span {
	font-weight:bold;
	color:#f29400;
}
#shoppingCart span.amount {
	margin:0 10px 0 0;
}
#main .content {
	background-color:rgb(244, 244, 244);
	background-color:rgba(244, 244, 244, 0.9);
	margin-bottom:0px;
	border:1px solid #ddd;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
	width:919px;
}
#topContent {
	margin-bottom:10px;
}
#main .bottomMinHeight {
	min-height:445px;
}

.wrap {
	overflow:hidden;
}
.cols {
	background:#fff;
	overflow:hidden;
	padding:10px;
}
.col1_3 {
	width:293px;
	background:#fff;
	margin-right:10px;
	position:relative;
	float:left;
}
.col1_3mid
{
	width:293px;
	background:#fff;
	margin-right:10px;
	position:relative;
	float:left;
}
.col1_3last
{
	width:293px;
	background:#fff;
	margin-right: 0px;
	position:relative;
	float:left;
}
.col2_3 {
	width:592px;
	background:#fff;
	margin:0 10px;
	position:relative;
	float:left;
}
.col3_3 {
	width:898px;
	background:#fff;
	margin:0 10px;
	position:relative;
	float:left;
}
#main .content .accordion {
	width:700px;
	height:175px;
	position:relative;
	clear:both;
	overflow:hidden;
	float:left;
}
#main .content .accordion .item a,
#main .content .accordion .item a:link,
#main .content .accordion .item a:visited,
#main .content .accordion .item a:hover,
#main .content .accordion .item a:focus {
	width:500px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;	
}
#main .content .accordion .item.first-child a {
	left:0;
}
#main .content .accordion .item.last-child a {
	right:0;
	border-left:10px solid #f5f5f5;
}
#main .content .accordion .item a img {
	border:0;
	display:block;
}
#frontpage #main .content .newsletter {
	width:206px;
	height:175px;
	background-color:rgb(182, 202, 1);
	background-color:rgba(182, 202, 1, 0.5);
	position:relative;
	float:right;
}
#frontpage #main .content .newsletter form {
	padding:5px 10px 10px 10px;
}
#frontpage #main .content .newsletter form h2 {
	width:144px;
	height:53px;
	background:url(img/tilmelding.png) no-repeat bottom center;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a2a0a1;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#frontpage #main .content .newsletter form p {
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a2a0a1;
	margin:10px 0px;
}
#frontpage #main .content .newsletter form .field {
	padding:0;
}
#frontpage #main .content .newsletter form .field label {
	width:186px;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a2a0a1;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#frontpage #main .content .newsletter form .field input {
	width:180px;
	background-color:#fff;
	border:none;
	margin:0;
	padding:3px;
}
#frontpage #main .content .newsletter form .formvalidationerror {
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#frontpage #main .content .newsletter form .checkbox,
#page #main .content .newsletter form .checkbox {
	display:none;
}
#frontpage #main .content .newsletter form .buttons {
	position:absolute;
	bottom:7px;
	right:8px;
}
#frontpage #main .content .newsletter form .buttons input {
	height:25px;
	width:72px;
	background:url(img/button-newsletter.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}
#main .content .informations {
	min-height:260px;
	padding:0;
}
#main .content .information {
}
#main .content .information h3 {
	margin:0;
	padding:0;
}
#main .content .information h3 a,
#main .content .information h3 a:link,
#main .content .information h3 a:visited {
	font-size:14px;
	font-weight:normal;
	color:#b5c70d;
	text-decoration:none;
	margin:0;
	padding:3px 0 3px 10px;
	display:block;
	position:relative;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	outline:none;
	cursor:auto;
}
#main .content .information h3 a:focus,
#main .content .information h3 a:hover,
#main .content .information h3 a.active {
	color:#b5c70d;
}

#main .content .information .wrapper {
	padding:0; 
	margin:0;
	border:0;
	position:relative
}
#main .content .information .info {
	background:url(img/accordionBg.png) no-repeat bottom left;
	margin:0;
	padding:10px 0;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}

.media {
	position:relative;
}									
.media img {
	display:block;
}									
.media .text {
	width:49%;
	font-size:14px;
	color:#fff;
	position:absolute;
	top:30px;
	left:50%;
}
.media .text h1 {
	font-size:40px;
	color:#fff;
}
.media.white .text {
	color:#333;
}

.related {
	width:286px;
/*	position:absolute;
	top:0;
	right:10px;*/
	float:left;
}
.col2_3 .related {
	position:absolute;
	top:0;
	right:10px;
}
			
.note {
	border-top:1px solid #ddd;
	padding:0 10px 10px 10px;
	margin-top:10px;
}		
.note p {
	font-style:italic;
	font-size:10px;
	color:#666;
}

a.link,
a.link:link,
a.link:visited {
	height:25px;
	width:82px;
	background:url(img/button-green-small.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}	
a.link:focus,
a.link:active,
a.link:hover,
a.link.selected {
	color:#000;
	background:url(img/button-lightgreen-small.png) center no-repeat;
	text-shadow:0 0 5px #dadeba;
}	
/* Tools menus */
.tools {
	font-size:0.9em;
}
.tools ul {
	padding:0;
	margin:0;
	list-style:none;
}
.tools ul li {
	display:inline;
	margin-left:15px;
}
.tools ul li a,
.tools ul li a:link,
.tools ul li a:visited,
.tools ul li a:hover,
.tools ul li a:focus {
	text-decoration:none;
	color:#999;
}
			
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#topMenu {
		outline:1px solid rgba(128, 128, 128, 0.05);
	}
	#topMenu form .searchFld {
		height:23px;
		padding:2px 0 0 5px;
	}
}

/* gje */
.frontBoxes h2 {
	padding:0 0 0 0px;
}
#main .content .information .info .teaserImage .image {
	width:130px;
	overflow:hidden;
	float:left;
}
#main .content .information .info .teaserImage .infoBtn {
	width:155px;
	text-align:center;
	margin-top:10%;
	float:left;
}
#main .content .information .info .teaserImage .manchet {
	clear:both;
}
#main .content .information .info .teaserImage .manchet p {
	padding:0 0 0 10px;
	margin:0;
}
#main .content .information .info .teaserImageNo {
	padding:0 0 0 10px;
}
#main .content .information .info .teaserImageNo .manchet {

}
#main .content .information .info .teaserImageNo .manchet p {
	padding:0 0 0 10px;
	margin:0;
}
#main .content .information .info .teaserImageNo .infoBtn {
	margin:5px 0 0 0;
	text-align:right;
	padding-right:35px;
}
.buttons input {
	height:25px;
	width:82px;
	background:url(img/button-green-small.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}

table.orderTable {
	width:100%;
}
table.orderTable th {
	font-size:14px;
	font-weight:normal;
	color:#b5c70d;
	text-align:left;
}
.action {
	text-align:right;
}
input.btnNormal {
	height:20px;
	background:url(img/buttonBg.png) left top repeat-x;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding-bottom:1px;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0;
	line-height:20px;
	border:0;
	display:inline-block;
}
.orderBtn {
	margin-bottom:30px;
}
.productSiteOrderAmount {
	margin:10px 0;
}


/* Ugens frugt */
table.weeklyfruit {
	width:100%;
}
table.weeklyfruit th {
	font-size:14px;
	font-weight:bold;
	color:#b5c70d;
	text-align:left;
}
table.weeklyfruit th.col1 {
	width:30%;
}
table.weeklyfruit th.col2 {
	width:20%;
}
table.weeklyfruit th.col3 {
	width:20%;
}
table.weeklyfruit th.col4 {
	width:30%;
}

/* */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.jcarousel-list li, 
.jcarousel-item {
	float:left;
	list-style:none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width:75px;
	height:75px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index:3;
	display:none;
}
.jcarousel-prev {
	z-index:3;
	display:none;
}
/*
SKIN
*/
.jcarousel-skin-frugt .jcarousel-container {
}
.jcarousel-skin-frugt ul {
	color:#333;
}
.jcarousel-skin-frugt .jcarousel-container-horizontal {
	width:918px;
	padding-bottom:10px;
	overflow:hidden;
}
.jcarousel-skin-frugt .jcarousel-clip-horizontal {
	width:918px;
	min-height:250px;
	padding-right:1px;
}
.jcarousel-skin-frugt .jcarousel-item {
	width:286px;
	min-height:250px;
	padding:0 10px;
}
.jcarousel-skin-frugt .jcarousel-item-horizontal {
}
.jcarousel-skin-frugt .jcarousel-item-placeholder {
	background:#fff;
	color:#000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-frugt .jcarousel-next-horizontal {
	position:absolute;
	top:0;
	right:5px;
	width:15px;
	height:17px;
	cursor:hand;
	background:transparent url(img/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-frugt .jcarousel-next-horizontal:hover {
	background-position:-15px 0;
}
.jcarousel-skin-frugt .jcarousel-next-horizontal:active {
	background-position:-30px 0;
}
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal:hover, 
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal:active {
	cursor:pointer;
	background-position:-45px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal {
	position:absolute;
	top:0;
	right:20px;
	width:15px;
	height:17px;
	cursor:hand;
	background:transparent url(img/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal:hover {
	background-position:-15px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal:active {
	background-position:-30px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal, 
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal:active {
	cursor:pointer;
	background-position:-45px 0;
}
#NewsLeftColumn
{
float:left;
width: 593px;
padding-right:10px;
}
#NewsRightColumn
{
float:left;
width: 296px;
}
#NewsImage{
float:left;
}
#PublishDate
{
	color:#7E8822;
}
#TilbudRadioGroup li
{
float:left;
width: 50px;
}
#TilbudRadioGroup ul
{
float:left;
}
#TilbudRadioGroup label
{
float:left;
}
#TilbudRadioGroup
{
height:10px;
}
.TilbudForm
{
width: 700px;
}
.form
{
background-color: #F4F4F4;
width:919px;
}
.form p
{
width:363px;
}
.field Radio
{
width:200px;
}
.field CheckBox
{
width:100px;
}
#TilbudchkBox
{
width:100px;
}
#subhead01
{
font-size:14px;
margin-left:132px;
color:black;
word-spacing:39px;
}
#RadioButtonGroup22
{
	border-top:1px solid;
}
.field CheckBox
{
width:100px;
}
#companyFooter
{
width:939px;
padding-top: 5px;
margin: auto;
}
#dishButton
{
	width: 187px;
	height: 47px;
	background-image: url(img/bg_menu_btn.png);
	text-align: center;
	font-size: 20px;
	list-style: none;
}
#dishButton a
{
	text-decoration: none;
	display:block;
	height:37px;
	padding-top:10px;
	text-decoration:none;
	width:187px;
}
.twoColRight
{
float: left;
}
.col1_3midMenu ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:10px;
}
.col1_3midMenu li
{
	list-style: none;
	padding-bottom: 0px;
}
.colsNoPadding
{
	background:#fff;
	overflow:hidden;
}
.col1_3Menu {
	width:293px;
	background:#fff;
	margin-right:10px;
	position:relative;
	float:left;
}
.col1_3midMenu
{
	width:206px;
	margin-right:10px;
	position:relative;
	float:left;

	background-color: #F4F4F4;
	
}
.col1_3lastMenu
{
	width:400px;
	background:#fff;
	margin-right: 0px;
	position:relative;
	float:left;
}
#Tilbud
{
	background-color: #FFFFFF;
	margin: 10px;
}
#Tilbud li
{
	
}
#Dish
{
padding: 10px;
}
.colsTilbud
{
	overflow:hidden;
}
.colsTilbud .col1_3mid
{
	width:300px;
	min-height: 310px;
}
.colsTilbud .col1_3
{
	width:299px;
	min-height: 310px;
}
.colsTilbud .col1_3last
{
	width:299px;
	min-height: 310px;
}
#head61
{
	width:100px;
}
#head31
{
	width:405px;
}
#head32
{
	width:100px;
}
#head31 .condition
{
	float: left;
	width: 85px;
	padding-top: 4px;
}
#head31 .field
{
	clear: none;
	float: left;
	width: 192px;
}
#head02
{
	padding-right: 10px;
}
#head04
{
	width:345px;
}
#head05
{
	width:234px;
}
#head06
{
	width:438px;
}


