html {}

body {
	margin: 0;
	padding: 0;
	font-family: "Arial Regular", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #232323;
	background-color: #FFFFFF;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 165%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #555555; }
h2 { font-size: 155%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
h3 { font-size: 145%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
h4 { font-size: 135%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
hr { width: 100%; border: 0; color: #DCDCDC; background-color: #DCDCDC; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
img { border: 0; background-color: transparent; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #000000; }
a:hover { text-decoration: underline; outline: none; color: #000000; background-color: #D7D7D7; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }


/* age control ************************************************************** */

#dim_page {
	width: 860px;
	position: absolute;
	/*top: 17px;*/
	left: 20px;
	z-index: 500;
	background-color: #FFFFFF;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	display: none;
}

#age_outer {
	width: 300px;
	position: absolute;
	top: 200px;
	left: 300px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	z-index: 666;
	display: none;
}

#age_inner {
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
	display: none;
}

#age_inner a:link, #age_inner a:visited, #age_inner a:active, #age_inner a:hover {
	color: #33832C;
	text-decoration: none;
}

#logo {
	display: none;
}


/* content formatting containers ******************************************** */
#outer_container {
	position: relative;
	width: 858px;
	/*margin:0 auto;*/
	margin-left: 20px;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	/*height: 100%;*/
}

#inner_container {
	position: relative;
	margin-left: 4px;
	/*margin-bottom: 10px;*/
}

#top_container {
	position: relative;
	width: 850px;
	height: 100px;
	background-color: #336633;
}

#top_nav_container {
	margin-top: 10px;
	margin-left: 5px;
}

#left_menu_container {
	position: relative;
	width: 200px;
	margin-left: 10px;
}

#banner_area {
	position: relative;
	margin-top: 4px;
	width: 850px;
	height: 150px;
	background-color: #878787;
	margin-bottom: 1px;
}

#content_container {
	background-image:url(/site/ekovin/images/static/content_container_bg.png);
	background-repeat:repeat-y;

}

#left_container {
	position: relative;
	width: 220px;
	float: left;
}

#right_container {
	/*position: relative;
	width: 610px;
	float: right;
	right: 4px;*/
	position: relative;
	width: 595px;
	float: right;
	right: 19px;
	margin-bottom: 15px;
}

#products_right_container {
	position: relative;
	width: 610px;
	float: right;
	right: 4px;
	margin-bottom: 15px;
}


#tabloid_right_container {
	position: relative;
	width: 610px;
	float: right;
	right: 4px;
	margin-bottom: 15px;
}


#tabloid02 {
	position: relative;
	width: 300px;
	float: left;
}

#tabloid03 {
	position: relative;
	width: 300px;
	float: right;
}


#footer {
	position: relative;
	width: 858px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*margin:0 auto;*/
	text-align: center;
	color: #9a9a9a;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	/*position: relative;
	width: 858px;*/
	color: #9a9a9a;
	text-decoration: none;
}

.section_object { margin-bottom: 10px; }

.sidebox {
	position: relative;
	margin-left: 10px;
	width: 200px;
	margin-bottom: 20px;
}

.sidebox h3 {
	font-size: 155%;
}

.sidebox_top {}
.sidebox_main {}
.form_item {}

.form_pair {
	margin-top: 7px;
}
.contact_submit {
	margin-top: 7px;
}


.news_list_item { margin-bottom: 4px; }
.news_item { margin-bottom: 20px; }
.date { font-size: 90%; color: #666666; }
.news_prepend { margin-bottom: 20px; font-size: 110%; font-style: italic; }
.news_text { margin-bottom: 20px; }
.news_image { margin-bottom: 20px; }

a.active_item:link, a.active_item:visited, a.active_item:active, a.active_item:hover { text-decoration: none; }








/* top navigation */
#top_nav {
	position: relative;
	padding:0;
	margin:0 0 1px 0;
	white-space:nowrap;
	list-style-type:none;
	/*float: left;*/
	width: 100%;
	color: #FFFFFF;
}

#top_nav li { display:inline; }

#top_nav li a {
	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0.2em;
	margin-right: 0.4em;
	padding: 1px;
	outline: none;
	background-color: transparent;
}

#top_nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	background-color: #666666;
}

#top_nav li a.current {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}






/* left navigation */
#nav {
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #666666;
	margin-bottom: 20px;
}

#nav li {
	list-style: none;
	border-bottom: 1px dotted #000000;
}

#nav ul li {
	border-bottom: 1px dotted #000000;
}

#nav ul li.last {
	border-bottom: hidden;
}

/* level 1 */
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	outline: none;
	line-height: 19px;
}

/* level 2 */
#nav li ul {
	margin-left: 0;
	padding-left: 1.3em;
	/*text-indent: -1em;*/
}

#nav li ul a {
	font-size: 90%;
	outline: none;
}

/* all levels */
#nav li a.current {
	color: #000000;
	text-decoration: none;
}

#nav li a.current:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

#nav li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}


.prod_container {
	position: relative;
	float: left;
	width: 115px;
	height: 225px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

.prod_image {
	position: relative;
	width: 113px;
	height: 113px;
	border: 1px solid #CCCCCC;
}

.prod_text {
	position: relative;
	text-align: left;
	margin-left: 5px;
	line-height: 12px;
	margin-top: 5px;
	color: #666666;
}

.prod_text strong {
	color: #232323;
}

.prod_image a:link, .prod_image a:hover {
	background-color: transparent;
}




.prod_info {
	margin-bottom: 10px;
	/*font-size: 120%;*/
	font-style: italic;
}



#feature {
	position: relative;
	margin-bottom: 20px;
	width: 595px;
}

#feature_top_left {
	position: relative;
	width: 100px;
	float: left;
}

#feature_top_right {
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
}

#feature_image {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}






#CoMeT_login {
	position: relative;
	border: 1px solid #999999;
	width: 240px;
	font-size: 95%;
	color: #666666;
}

#CoMeT_login_head {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

#CoMeT_login_body {
	margin: 3px;
}

#CoMeT_login h2 {
	font-size: 125%;
	font-weight: normal;
	padding: 3px;
	margin: 0;
}

.CoMeT_login_pair {
	position: relative;
	line-height: 22px;
	width: 100%;
	margin-bottom: 3px;
}

.CoMeT_login_label {
	position: relative;
	float: left;
	left: 3px;
}

.CoMeT_login_item {
	position: relative;
	float: right;
	right: 4px;
}

.CoMeT_Login_link {
	cursor: pointer;
	cursor: hand;
}

#CoMeT_login input, #CoMeT_login select {
	font-size: inherit;
	background-color: #F8F8F8;
	border: 1px solid #A4A4A4;
	width: 130px;
	padding: 2px;
}

#CoMeT_login input:hover {
	border: 1px solid #666666;
}

#CoMeT_login input.missing, #CoMeT_login select.missing { border: 1px solid #E4422B; }

#CoMeT_login input.submit_button {
	border: 1px solid #999999;
	background-color: #F8F8F8;
	padding:2px;
	width: auto;
}

#CoMeT_login input.submit_button:hover {
	border: 1px solid #666666;
}

.CoMeT_login_error {
	position: relative;
	width: 240px;
	color: #FF0000;
	font-size: 90%;
	text-align: right;
	right: 6px;
}






/* media bank *************************************************************** */
div.mb_tools_container { margin: 0 0 10px 0; }

div.mb_files_section { margin: 0 0 20px 0; }
div.mb_file_item { border: 1px solid #c0c0c0; width: 150px; height: 180px; position: relative; float: left; margin: 0 10px 10px 0; line-height: 14px; }
div.mb_file_title { font-weight: bold; padding: 2px; }
div.mb_preview { width: inherit; height: 100px; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; }
div.mb_preview div { width: inherit; height: inherit; background-repeat: no-repeat; background-position: center center; }
.mb_preview a:hover { background: none; }
div.mb_info { padding: 2px; }

div.mb_preview_unknown { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/unknown.png') center center no-repeat; }
div.mb_preview_avi { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/avi.png') center center no-repeat; }
div.mb_preview_doc { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/doc.png') center center no-repeat; }
div.mb_preview_html { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/html.png') center center no-repeat; }
div.mb_preview_mov { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/mov.png') center center no-repeat; }
div.mb_preview_mp3 { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/mp3.png') center center no-repeat; }
div.mb_preview_mp4 { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/mp4.png') center center no-repeat; }
div.mb_preview_pdf { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/pdf.png') center center no-repeat; }
div.mb_preview_rar { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/rar.png') center center no-repeat; }
div.mb_preview_zip { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/zip.png') center center no-repeat; }
div.mb_preview_txt { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/txt.png') center center no-repeat; }
div.mb_preview_xls { background: url('/site/ekovin/modules/MediaBankPub/images/filetypes/64/xls.png') center center no-repeat; }


.mb_search_item {
	width: 200px;
}
.mb_search_button {
	width: 30px;
	padding: 2px;
}