/* general */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ht_gradient.png);
	background-position: 0px -7px;
	background-repeat: repeat-x;
	background-color: #ededed;
	font-family: arial, tahoma, verdana, sans-serif;
	color: #707070;
	font-size: 13px;
}
a{
	text-decoration: none;
	color: #222222;
	background-color: transparent;
}
a:hover{
	text-decoration: none;
	color: #214975;
}
form{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* holnatech style */
.ht_bg{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	background-color: transparent;
	background-image: url(../img/ht_bg.png);
	background-repeat: no-repeat;
	background-position: 50% -7px;
}
.ht_outer{
	width: 925px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 15px 0px;
}
.ht_logo{
	height: 58px;
	width: 217px;
	background-color: transparent;
	background-image: url(../img/ht_logo.png);
	background-repeat: no-repeat;
	background-position: center center;	
	position: relative;
	float: left;
	top: 10px;
	left: 20px;
}
.ht_topmenu_bg{
	height: 63px;
	background-image: url(../img/ht_topmenu_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.ht_topmenu_holder{
	height: 63px;	
	padding-left: 16px;
	padding-top: 26px;
	vertical-align: bottom;
	font-weight: bold;
	color: white;
}
.ht_topmenu_left{
	height: 63px;
	background-color: transparent;
	background-image: url(../img/ht_topmenu_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ht_search_bg{	
	height: 63px;
	background-color: transparent;
	background-image: url(../img/ht_search_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;	
}
.ht_topmenu_element_table{
	border: 1px solid red;
	margin-top: 23px;
	height: 24px;
	background-color: transparent;
	background-image: url(../img/ht_topmenu_active_center.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	
	vertical-align: bottom;
	font-weight: bold;
	color: white;
	font-size: 13px;
}
.ht_topmenu_element_left{
	
}
.ht_topmenu_element_right{
	
}
.ht_slogan{
	position: relative;
	float: right;
	top: 30px;
	right: 20px;	
}
/* menu */
.menu{
	height: 24px;
	/* margin-top: 23px; */
	padding-top: 23px;
	margin-left: 15px;
}
span.menuitem{ 
	height: 24px;
	display: block;
	list-style:none;
}
span.menuitem_left{ 	
	display: block;
}
span.menuitem_right{ 
	height: 24px; 
	padding-top: 0px; 
	padding-left: 6px; 
	padding-right: 6px;
	display: block;
	cursor: pointer;
}
span.menuitem:hover{ 
	height: 24px;
	background-image: url(../img/ht_topmenu_active_center.png); 
	background-repeat: no-repeat; 
	background-position: bottom center; 
	display: block;
	list-style:none;
}
span.menuitem_left:hover{ 	
	background-image: url(../img/ht_topmenu_active_left.png); 
	background-repeat: no-repeat; 
	background-position: bottom left;
	display: block;
}
span.menuitem_right:hover{ 
	background-image: url(../img/ht_topmenu_active_right.png); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	height: 24px; 
	padding-top: 0px; 
	padding-left: 6px; 
	padding-right: 6px;
	display: block;
	cursor: pointer;
}
span.menuitem_inner{
	display: block;
	cursor: pointer;
	padding-top: 4px;
}
li.menuitem{
	list-style: none;
	float: left;
	padding-left: 10px;
}
.menuitem_link{ 	
	color: black; 
	text-decoration: none;
}
.menuitem_link:hover{ 
	color: red;
}
.menuitem_link:active{ 
	color: red;
}
#sddm{	
	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm li{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sddm li a{	
	display: block;
	background: transparent;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
}
#sddm li a:hover{		
	color: #4488FF;
	color: white;
}
#sddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	z-index: 30;
	border: 0px solid black;
}
#sddm div table{
	/* opacity: 1.0;
	filter: alpha(opacity = 100); zoom: 1;	/* IE */
	background-color: transparent;	
	/* padding-bottom: 10px; */
}
#sddm td.top{
	display: none;
	
}
#sddm div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: transparent;
	font-weight: normal;
	color: white;
	background-image: url(../../../img/libs/ht_mbc.png);	
}
#sddm div a:hover{	
	background-color: black;
	color: #4488FF;
	/* new */
	background-image: url(../img/ht_topmenu_active_center.png);
	background-repeat: repeat-x;
	background-position: top center;
	/* font-weight: bold; */
	color: white;
}
.mbm{
	width: 100%;
}
.mbl{
	background-color: transparent;
	background-image: url(../../../img/libs/ht_mbl.png);
	background-repeat: no-repeat;
	background-position: bottom left;	
	font-size: 1px;
	height: 7px;
	width: 7px;
}
.mbc{
	background-color: transparent;
	background-image: url(../../../img/libs/ht_mbc.png);
	background-repeat: repeat-x;
	background-position: bottom center;	
	font-size: 1px;
	height: 7px;
}
.mbr{
	background-color: transparent;
	background-image: url(../../../img/libs/ht_mbr.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 1px;
	height: 7px;
	width: 7px;	
}
/* search */
.ht_search_holder{
	position: relative;
	float: right;
	top: 14px;
	right: 14px;
	width: 138px;
	height: 30px;	
}
.ht_search_input{
	position: relative;
	float: left;
	width: 114px;
	height: 30px;	
	background-image: url(../img/ht_search_input.png);
	background-repeat: no-repeat; 
	background-position: center left;
}
.ht_search_button{
	position: relative;
	float: right;
	width: 24px;
	height: 30px;
	background-image: url(../img/ht_search_button.png);
	background-repeat: no-repeat; 
	background-position: center right;
}
.ht_search_button:active{
	position: relative;
	float: right;
	width: 24px;
	height: 30px;
	background-image: url(../img/ht_search_button_active.png);
	background-repeat: no-repeat; 
	background-position: center right;
}
.ht_search_inputbox{
	border: 0px;
	width: 105px;
	margin-left: 8px;
	margin-top: 6px;
	background-color: transparent;
	color: gray;
	font-size: 11px;
}
/* content */
.ht_main{
	margin-top: 10px;
	position: relative;
	float: left;
	width: 695px;
}
.ht_sidebar{
	margin-top: 10px;
	position: relative;
	float: right;
	width: 210px;
	margin-bottom: 10px;
}
.ht_full{
	margin-top: 0px;
	width: 925px;
}
.ht_frontpage_holder{
	position: relative;
	float: left;
}
.ht_frontpage_item{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 225px;
}
.ht_frontpage_item img{
	width: 200px;
	border: 1px solid #d2d4d4;
	margin: 5px 0px 5px 0px;
}
.ht_recommend_images{
	position: relative;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 345px;	
}
.ht_recommend_images_right{
	float: right;
}
.ht_recommend_product{
	position: relative;
	float: left;
	padding: 0px 6px 0px 6px;
	width: 160px;
	border-left: 1px solid #d2d4d4;
	text-align: center;
}
.noborder{
	border: 0px;
}
.ht_recommend_product img{
	width: 155px;
}
.ht_recommend_product_info{
	text-align: left;
	font-size: 10px;
	color: #404040;	
	background-color: #fafafa;
	padding: 2px;
}
/* blocks */
.ht_block{
	border-left: 1px solid #d2d4d4;
	border-right: 1px solid #d2d4d4;
	background-color: white;
	margin: 0px;
	padding: 0px;	
}
.ht_block_header, .contentheader{
	height: 40px;
	background-image: url(../img/ht_block_header_blue.png);
	background-repeat: repeat-x;
	background-position: top center;		
	background-color: white;
}
.ht_block_header_left{
	height: 40px;
	background-image: url(../img/ht_block_header_blue_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
.ht_block_header_right{
	height: 40px;
	background-image: url(../img/ht_block_header_blue_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
}
.ht_block_header_orange{
	height: 40px;
	background-image: url(../img/ht_block_header_orang.png);
	background-repeat: repeat-x;
	background-position: top center;		
	background-color: white;
}
.ht_block_header_orange_left{
	height: 40px;
	background-image: url(../img/ht_block_header_orang_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
.ht_block_header_orange_right{
	height: 40px;
	background-image: url(../img/ht_block_header_orang_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
}
.ht_block_bottom{
	height: 7px;
	background-image: url(../img/ht_block_bottom.png);
	background-repeat: repeat-x;
	background-position: top center;		
	background-color: white;
}
.ht_block_bottom_left{
	height: 7px;
	background-image: url(../img/ht_block_bottom_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
.ht_block_bottom_right{
	height: 7px;
	background-image: url(../img/ht_block_bottom_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	font-size: 1px;
}
.ht_block_top{
	height: 7px;
	background-image: url(../img/ht_block_top.png);
	background-repeat: repeat-x;
	background-position: top center;		
	background-color: white;
}
.ht_block_top_left{
	height: 7px;
	background-image: url(../img/ht_block_top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
.ht_block_top_right{
	height: 7px;
	background-image: url(../img/ht_block_top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	font-size: 1px;
}
.ht_sidemenu{
	padding: 0px 10px 10px 10px;
}
/* misc */
.ht_login_title{
	padding-left: 18px;
	background-image:url(../../../img/icons/white_user.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ht_cart_title{
	padding-left: 18px;
	background-image:url(../../../img/icons/white_shop.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ht_menu_title{
	padding-left: 18px;
	background-image:url(../../../img/icons/white_menu.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* bottom items */ 
hr.ht_information{
	color: white;
	background-color: white;
	border: 0px;
	border-top: 1px solid #d2d4d4;
	width: 98%;
}
.ht_information a, div.ht_information{
	font-size: 10px;
	color: #858580;
}
.ht_information a:hover{
	color: #214975;
}
div.ht_info{
	position: relative;
	float: left;
	padding-left: 10px;
}
div.ht_info_vr{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #d2d4d4;
}
div.ht_bottom_menu{
	position: relative;
	float: right;
	padding-top: 6px;
	padding-right: 10px;	
}

/* ---------------- REDESIGN ---------------- */

/* libs redesign */
.frontend_login_holder, .news_holder{
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	color: #707070;
	margin: 0px;
}
.frontend_login_input{
	border: 1px solid #E4B466;
	width: 145px;
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-bottom: 3px;
}
.frontend_login_name, .frontpage_news_title{	
	font-size: 12px;
	text-decoration: none;
	color: #0181CB;
	font-weight: bold;
}
.frontend_login_name{
	margin-left: 0px;
}
.frontpage_news_text {
	color: #707070;
}
.frontpage_extra_title, .frontpage_extra_title:hover{
	color: #295B90;
}
.frontpage_extra_text{
	color: #707070;
}
div.frontend_login_name{
	text-align: center;
}
.mainmenu{
	margin-left: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #0181CB;
	font-weight: bold;
	padding-right:15px;	
	background-image:url(../../../img/libs/bullet_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.submenu{
	font-size: 11px;
	text-decoration: none;
	color: #7d7d7d;
	font-weight: normal;
	margin: 0px;
}
.submenu:hover{
	color: #0181CB;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
.ht_sidemenu .submenu{
	padding-left: 10px;
}
.text_holder{
	padding: 0px 6px 6px 6px;
}
.maincontent_holder{
	padding: 10px;
}
.iconholder{
	margin-top: 6px;
}
.title, .editor_title{
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 9px;
	font-size: 12px;
	color: white;	
}
.editor_title{
	margin-left: 0px;
	margin-top: 0px;	
}
.menu_path{
	margin: 0px 0px 5px 6px;
}
/* shop regesign */
.shop_cart_table_header, .general_button{
	background-image: url(../img/ht_block_header_blue.png);
}
.shoplink{
	text-decoration: none;
	color: #0181CB;
	font-weight: bold;
	padding-right:15px;	
	background-image:url(../../../img/libs/bullet_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
#cartinfo{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#cartinfo b{
	color: #0181CB;
}
.rt_small{
	font-size: 10px;
	color: #b3b3b3;
	font-weight: normal;
}
.newsbox_title, .newsbox_title_active{
	position: relative;
	float: left;
	height: 40px;
	margin-left: 8px;
	font-weight: normal;
}
.newsbox_title_active, .newsbox_title:hover{
	background-image: url(../img/ht_block_header_active.png);
	background-repeat: repeat-x;
	background-position: top center;		
	background-color: white;	
	font-weight: normal;
}
.newsbox_title span.title, .newsbox_title_active span.title{
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
p.rt_small{
	text-align: right;
	padding-bottom: 5px;
}
#notification{ 
	position: fixed;
	visibility: hidden;
	width: 100%;
	left: 0px;
	text-align: center;
	cursor: pointer;
}
.tabs, .tabs_active{
	font-size: 11px;
}
.shop_product_title_input {
	margin-right: 5px;
	width: 99%
}
.shop_info_table{
	background-color: white;
}
.shop_info_table td{
	background-color: #fafafa;
}
.shop_cart_table_empty, .shop_cart_table_even td{
	background-color: #fafbfc;
}
.shop_cart_table_odd td, .shop_cart_table_sum td{
	background-color: #EEEEEE;
}
.shop_cart_table_sum td {	
	border-top:2px solid #737373;
}
/* survey redesign */
.texts{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
.question{
	margin-left: 10px;
	margin-right: 5px;
}
.question_head{
	color: #707070;
}
.section_title_icons{
	position: absolute;
}
.div_li{
	font-size: 12px;
	color: #707070;
}
.div_ul{
	padding: 0px 0px 10px 10px;
}

/* controlpanel redesign */
/*
.tabs{	
	font-size: 11px;
	background-color: #aaaaaa;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #d2d4d4;	
}
.tabs:hover{
	color: #707070;
	background-color: #d2d4d4;
	border: 1px solid #d2d4d4;
}
.tabs_active, .tabs_active:hover{
	color: #707070;
	font-size: 11px;
	background-color: #fafafa;
	border-bottom: 1px solid #fafafa;
	border-left: 1px solid #d2d4d4;
	border-right: 1px solid #d2d4d4;
	border-top: 1px solid #d2d4d4;	
}
.tableborder{
	border: 1px solid #d2d4d4;	
}
.settings_table{
	background-color: #fafafa;
	border-color: #fafafa;
}
.edittable{
	background-color: #fafafa;
	border: 15px solid #fafafa;
}
.edittablerow_odd{
	background-color: #eeeeee;	
}
.logininput, .settings_input, .settings_area{
	background-color: #f2f2f2;
}
*/
























