
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,iframe {
  margin:0;
  padding:0;
}

table { border-collapse:collapse; }

body {
    font: normal x-small verdana, arial, helvetica, sans-serif;
    z-index: 1;
    background: url(images/bg-body-large.gif) repeat-x;
    background-position: 0px 13px;
    background-color: #DDDDDD;
    color: rgb(30, 30, 30);
    font: normal normal normal 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
    margin: 0px auto;
    max-width: 96em;
    min-width: 950px;
}

html,body { height: 100%; }

/* IE dumbness patch. hidden input in a hidden block that is
subsequently shown leads to the input to "show" and generate undesired
padding.  This makes it go away. */ 
input[type=hidden] { position: absolute; }

/* html element defaults */

h1 { font-size: 18px; font-weight: normal; margin: 10px 0 }

h2 { color: #369; font-size: 13px; }
h2 a { text-decoration: none }
h2 a:visited { color: #369 }
h2 a:hover { text-decoration: underline }
h3 { font-size:110%; /*text-transform:uppercase;*/ }

a img { border: 0 none; }

a { 
    text-decoration: none; 
}

/*
a:active { border: 0 none;}
a:focus { -moz-outline-style: none; }
*/

div.autosize { display: table; width: 1px}
div.autosize > div { display: table-cell; }

input.txt {
    background-color:#f7f7f7;
    border: 1px solid #369; 
}

input[type=checkbox], input[type=radio] { margin-top: .4em; }

/* header / menus */

.hover a:hover { text-decoration: underline }

.selected { font-weight: bold; color: orangered; }

.flat-list {list-style-type: none; display: inline;}
.flat-list li {display: inline;}
.flat-list form {display: inline; }
.flat-list .selected a { color: orangered; }

.separator { color: gray; margin: 0px .7ex 0px .7ex}

.pref-lang { font-weight: bold; }
.pref { font-weight: bold; }

#top-container {
	background-color: white;
}

#header {
    height: 57px;
    min-height: 57px;
    background: url(images/bg-body-large.gif) repeat-x;
    background-position: 0px 13px;
	background-color: white;
	clear: all;
}

#footer {
	height: 25px;
	min-height: 25px;
	color: white;
	text-align: center;
	background-color: #4384A9;
	border-bottom: 3px solid #F09220;
	margin-top: 20px;
}

#header ul {
    height: 30px;
    list-style: none;
    margin: 0px;
    padding: 10px;
    position: absolute;
    width: 100%;
}

#header ul li {
    display: inline;
    float: left;
}

#header ul a {
    padding: 3px 7px;
    display: block;
    text-decoration: none;
}

#header ul a.selected {
    background-color: #F09220;
}

#header-left {
    float: left;
}

#header-right-top {
    height: 32px;
    font-size: 13px;
}

#header-right-bottom {
    background-color: #B1DDD0;
    height: 30px;
    margin-left: 168px;
    font-size: 12px;
}

#header-right-bottom a {
    color: black;
}

#header-right-bottom a.selected {
    color: #F09220;
}

#search input[type=text] {
    border: 1px solid gray;
    height: 22px;
    font-size: 18px;
    width: 190px;
    color: gray;
    padding: 2px;
}

#no_items {
	font-size: 3em;
	color: #4484A8;
	margin-left: 50px;
	margin-top: 80px;
}

.content {
    width: 100%;
    position: relative;
	background-color: white;
    z-index: 1;
    margin: 20px 0px 0px 0px;
}

.min_content_height {
	height: 800px;
	width: 1px;
	float: right;
}

.clear_floats {
	clear: both;
}

.content .spacer { margin-bottom: 5px }

.content-item {
    border-bottom: solid 1px #FBFBFB;
	margin-left: 15px;
    width: 75%;
    min-width: 720px;
}

.content-item-title {
    width: 100%;
    position: relative;
    line-height: 20px;
    background-color: #4384A9;
}

.content-item-title-name, .content-item-title-subcat {
    position: absolute;
    width: 300px;
    overflow: hidden;
    color: white;
    font-size: 14px;
    display: inline;
    bottom: 2px;
}

.content-item-title-name {
    font-weight: bold;
    left: 4px;
}

.content-item-title-subcat {
    right: 4px;
    text-align: right;
}

.content-item-info {
    width: 100%;
    min-height: 136px;
}

.content-item-info-pic {
    width: 152px;
    height: 136px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.content-item-info-pic img {
    margin-top: 16px;
}

.content-item-info-pic a {
    font-size: 9px;
    color: black;
    position: relative;
    top: -9px;
}

* html .content-item-info-pic {
    font-size: 100px;
}

.content-item-info-vseparator {
    width: 10px;
    height: 136px;
    background: url(images/dottedline.gif) no-repeat center;
    float: left;
}

.content-item-info-description h1 {
	margin-bottom: 21px;
	font-weight: bold;
	font-size: 32px;
	color: #F09220;
}

.content-item-info-description h2, .h2_span {
	margin-bottom: 19px;
	font-weight: bold;
	font-size: 24px;
	color: #F09220;
}

.content-item-info-description p {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #61666B;
}
	
.content-item-info-description a {
	color: #448B9F;
}

.content-item-info-description p.more_space, .more_space {
	margin-bottom: 50px;
}
	
.content-item-info-description {
    padding-top: 5px;
}

.title-item-title {
    width: 100%;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #4484A8
    /*background-color: #AFDDCE; */
}

.title-item-title-name, .title-item-title-subcat {
    position: absolute;
    overflow: hidden;
    color: #4484A8;
    font-size: 17px;
    display: inline;
    bottom: 2px;
}

.title-item-title-name {
    width: 500px;
    font-weight: bold;
    left: 4px;
}

.title-item-title-subcat {
    width: 200px;
    right: 4px;
    text-align: right;
}

.title-item-info {
    width: 100%;
}

.width-maintainer { width: 950px; }

.state-button { display:inline }

/* side box menus */

.side { 
    position: absolute;
    top: -20px;
    right: 0px;
    background-color: #8EBBCE;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 215px;
    border-left: solid 1px #4484A8;
    border-bottom: solid 1px #4484A8;
}

.side .spacer { 
    margin: 7px 0;
 }

.flat-list {list-style-type: none; display: inline;}
.flat-list li {display: inline; white-space: nowrap;}
.flat-list form {display: inline; }
.flat-list .selected a { color: orangered; }
.flat-list-spacer { margin-left: 8px; }

