/************************************************************
*  TAG STYLES
************************************************************/

body, div, span, label, tr, td, th, input, h1, h2, h3, h4, h5, a {
 font-family: Arial,Helvetica,sans-serif;
 color: black;
}

body {
 font-size: 12px;
 color: black;
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
}

a {
 font-size: 12px;
 color: #0500C6;
}

a:hover {
 text-decoration: underline;
}	

 
table {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
}

form {
 margin: 0px;
 padding: 0px;
 display: inline;
}

img {
 border: 0px;
}

h1 {
 font-size: 24px;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 5px;
}

h2 {
 font-size: 20px;
 color: #214D73;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 16px;
 color: #737373;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #cccccc;
}

/************************************************************
* LAYOUT
* Used in template: header.tpl
************************************************************/

.lore_top {
 background-color: blue;
 padding: 15px;
 padding-left: 25px;
 color: white;
}

.lore_splash_header {
 color: white;
 font-size: 16px;
 font-weight: bold;
 padding: 5px;
 text-align: left;
}

.lore_top_buttons {
 padding: 5px;
 text-align: right;
}

.lore_option_tab {
 background-color: black;
 color: white;
 font-size: 10px;
 padding: 5px;
 padding-left: 25px;
 text-align: left;
}

.lore_left_panel {
 background-color: #fafafa;
 padding: 0px;
 margin-left: 10px;
 border-right: 1px dotted #cccccc;
}

.lore_content {
 padding: 10px;
}

/************************************************************
* COMMON
************************************************************/

.lore_normal_font {
 font-size: 12px;
 font-weight: normal;
}

.lore_small_font {
 font-size: 10px;
 font-weight: normal;
}

.lore_button {
 border: 1px solid black;
 background-color: #FFC800;
 color: black;
 font-size: 9px;
}

.lore_content_box {
 background-color: white;
 margin-left: 5px;
 margin-right: 5px;
}

/************************************************************
* BREADCRUMB
* Used in template: header.tpl
************************************************************/

.lore_breadcrumb {
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 padding: 3px;
 padding-left: 10px;
 text-align: right;
}

.lore_breadcrumb_current {
 font-weight: bold;
}

/************************************************************
*  LINKS
************************************************************/

.lore_normal_link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #0500C6;
 
}

.lore_normal_link:hover {
 text-decoration: underline;
}

.lore_small_link {
 font-size: 10px;
 color: #0500C6;
 text-decoration: none;
}

.lore_small_link:hover {
 text-decoration: underline;
}

.lore_dark_link {
 font-size: 10px;
 color: black;
 text-decoration: none;
}

.lore_dark_link:hover {
 text-decoration: none;
}

.lore_light_link {
 font-size: 10px;
 color: white;
 text-decoration: none;
}

.lore_light_link:hover {
 text-decoration: none;
}

.lore_light_link_contact_us {
 font-size: 12px;
 font-weight: bold;
 color: blue;
 text-decoration: none;
}

.lore_light_link_contact_us:hover {
 text-decoration: none;
 color: black;
}

.lore_glossary_term_link {
 font-size: 12px;
 font-weight: bold;
 cursor: help;
 border-bottom: 1px dotted;
 text-decoration: none;
}

.lore_glossary_term_link:hover {
 text-decoration: none;
}

/************************************************************
* GLOSSARY TERM POP-UP
* Used in template: glossary_term.tpl
************************************************************/

.lore_glossary_term_popup {
 padding: 5px;
 border: 1px dotted #dddddd;
 background-color: #f5f5f5;
}

.lore_glossary_term_popup_caption {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
}

.lore_glossary_term_popup_definition {
 font-size: 10px;
 padding: 0px;
}

/************************************************************
* CATEGORY TREE
* Used in template: category_tree.tpl
************************************************************/

div.lore_category_tree_base a {
 display: block;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 background-color: #FF810E;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_category a {
 display: block;
 text-decoration: none;
 font-size: 12px;
 color: #214D73;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 12px;
 background-color: #FFD592;
 color: black;
 padding: 4px;
 border-bottom: 1px solid white;
}

div.lore_category_tree_current_category a {
 display: block;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 background-color: #f0f0f0;
 color: black;
 padding: 4px;
 margin: 0px;
 border-top: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
}

div.lore_category_tree_current_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 background-color: #f5f5f5;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

/************************************************************
* CATEGORY LISTING
* Used in template: categories.tpl
************************************************************/

.lore_category {
 padding: 5px
}

/************************************************************
* ARTICLE PAGE
* Used in template: article.tpl
************************************************************/

.lore_article_info_box {
 font-size: 9px;
 background-color: #ffffff;
 border: 1px dotted #cccccc;
 text-align: left;
 margin-bottom: 3px;
 padding: 5px
}

.lore_article_info_box_label {
 background-color: #f0f0f0;
 font-size: 10px;
 padding: 3px;
 text-align: right;
}

.lore_article_info_box_data {
 font-size: 10px;
 padding: 3px;
 text-align: left;
}

.lore_article_content {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 padding: 5px;
 padding-left: 15px;
 font-size: 14px
}

.lore_article_admin_options {
 padding: 5px;
 font-size: 10px;
 font-weight: bold;
 background-color: #f0f0f0;
 border: 1px dotted #0500C6;
}

.lore_article_comments {
 margin-top: 10px;
 margin-left: 25px;
 margin-right: 25px;
}

.lore_article_comment {
 font-size: 10px;
 margin: 10px;
 text-align: left;
}

.lore_article_comment_header {
 font-size: 10px;
 font-weight: normal;
 padding: 3px;
 background-color: #fafafa;
 border: 1px dotted #cccccc
}

.lore_article_comment_content {
 font-size: 10px;
 font-weight: normal;
 padding: 10px;
 text-align: left;
}

/************************************************************
* ARTICLE LISTINGS
* Used in templates: articles.tpl, article_short.tpl
************************************************************/

.lore_article {
 margin-bottom: 5px;
}

.lore_article_featured {
 margin-bottom: 5px;
}

.lore_article_preview_font {
 font-family: Arial, Helvetica, sans-serif;
 color: #636563;
 font-size: 10px;
}

.lore_article_details_font {
 color: #999999;
 font-size: 9px;
}

/************************************************************
* FORMS
* Used in templates: contact_form.tpl, email_article.tpl,
*                    comment.tpl
************************************************************/

.lore_form_table {
 background-color: white;
 border: 0;
 margin-left: 30px
}

.lore_form_table_contact_us {
 background-color: white;
 border: 0;
 margin-left: 15px
}

.lore_form_field_info {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 background-color: #f5f5f5;
 border: 1px dotted #aaaaaa
}

.lore_form_field {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
}

.lore_form_buttons {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 text-align: center
}

.lore_input {
 font-size: 9px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #FFF9DD;
 border: 1px solid black;
}

.lore_form_error {
 color: red;
}

/************************************************************
*  PROGRAM MESSAGE/ERROR
************************************************************/

.lore_message {
 font-size: 12px;
 text-align: center;
 border: 1px dotted #cccccc;
 padding: 3px;
 margin: 10px
}

.lore_error_message {
 margin: 25px;
}

/************************************************************
* PRINTER-FRIENDLY ARTICLE
* Used in template: article_print.tpl
************************************************************/

.print_article_header {
 font-size: 18px;
 font-weight: bold;
 background-color: #f5f5f5;
 border: 1px dotted #bbbbbb;
 padding: 5px;
 margin: 5px;
}

.print_article_box {
 font-size: 12px;
 background-color: white;
 padding: 5px;
 margin: 5px;
}
/************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
table,tr,td {
	margin:0;
	padding:0;
}
ul,li {
	margin:0;
	padding:0
}
.clear {
	clear:both;
}
.u_r_here {
	color:#244563
}
.u_r_here a{
	font-size:12px;
	margin:0 2px;
}
.head_mid_left {
	float:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:0 5px;	
	padding-top:8px;
	color:#666666;
}
.head_mid_left a {
	margin:0 4px;
	color:#666666;
}
.head_mid_left a:hover {
	color:#000;
}
.head_mid_mid {
	height:30px;
	float:right;
	margin-right:15px;
}
.head_mid_mid a{
	text-decoration:none;
}
.head_mid_mid a:hover{
	text-decoration:underline;
}
.head_mid_mid_left{
	background:url(../images/img/1.gif) no-repeat;
	height:30px;
	width:20px;
	float:left;
}
.head_mid_mid_mid {
	background:url(../images/img/2.gif) repeat-x;
	float:left;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:10px;
	padding-left:4px;
	padding-right:4px;
}
.head_mid_mid_mid a{
	color:#a60505;
}
.head_mid_mid_right {
	background:url(../images/img/3.gif) no-repeat;
	width:14px;
	height:30px;
	float:left;
}
.head_mid_mid_end {
	background:url(../images/img/4.gif) no-repeat;
	width:8px;
	height:30px;
	float:left;
}
.head_mid_right {
	float:left;
}
.img_menu {
	background:url(../images/img/menu_x.gif) repeat-x;
	padding:0 5px;
	text-align:center;
}
.img_menu a {
	padding:2px;
	color:#FFF;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.img_menu a:hover {
    text-decoration:underline;
}
.view_cart a {
	color:#ffdf2b;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.new_search {
	background:url(../images/img/search_bg.gif) repeat-x;
	width:980px;
	margin:0 auto;
	height:37px;
}
.new_search_box {
	float:left;
	margin-top:4px;
	background:url(../images/img/search.gif) no-repeat;
	width:360px;
	height:27px;
}
.new_search_de_box {
	float:left;
	margin-top:4px;
	background:url(../images/img/search_de.gif) no-repeat;
	width:360px;
	height:27px;
}
.search_input {
	border:none;
	background:none;
	margin-left:79px;
	width:240px;
	margin-top:-2px;
	font-size:14px;
}
.search_button {
	width:40px;
	height:20px;
	margin-top:3px
}
.new_welcome_login {
	float:right;
	margin-top:8px;
	color:#666666;
	width:560px;
	text-align:center;
}
.wel_word{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:15px;
	padding:2px 2px;
	color:#666666;
}
.head_1{
	width:300px;
	float:left;
	margin-left:10px;
}
.head_2{
	padding-top:8px;
	float:right;
	width:540px;
	margin-left:100px;
	color:#666666;
}
.flag{
	float: right;
	margin-right:40px;
}
.lang_head{
    float:left;
	font-size:10px;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu_middle {
    background:url(../images/img/menu_r.gif) no-repeat;
	width:54px;
	*width:38px;
	height:31px;
}