/* common */ 
acronym{
	border: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
p {
	border: 0px; 
	padding: 0px; 
	margin: 0px;
}
acronym img{
	position: relative;
	top: 2px;
	padding: 0px;
}
a img {
	border: none;
	padding: 0px;
	border: 0px solid yellow;
}
a{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table{
	font-size: 12px;
}
.hr{
		width: 90%;
		border-top: 1px dotted transparent;
		border-left: 1px dotted transparent;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #c0c0c0;
}
.actionbutton_longmenu{
	display: block;
	font-size: 12px;		
	padding: 2px 2px 3px 6px;
	margin-bottom: 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	background-color: #e0e0e0;	
}
.actionbutton_longmenu:hover{
	/* background-image: url("../img/libs/shop_cart_table_header.gif"); */
	background-color: #bbbbbb;
	color: white;
}
a.actionbutton_longmenu img{
	position: relative;
	top: 2px;
	border: 0px;
	padding: 0px 2px 0px 0px;	
}
.iconholder{
	float:right;
	padding-right: 10px;
}
.content_holder{
	width: 100%
}
.title{
	float:left;
}
.hints{
	padding-left: 10px;
	font-size: 11px;
	font-style: italic;
	color: #444444;
}
.version{
	font-weight: normal;
	text-transform: lowercase;
	font-size: 10px;
	font-style: italic;	
}
.editor_title{
	background-color: transparent;
	color: #2d2f8f;
	font-size: 24px;
	/* font-style: italic; */
	font-weight: bold;	
	font-family: arial, verdana, tahoma;
	border:0px;
	width:500px;
	padding-top: 0px;	
}
.loginforminput{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-color: #dedede;
	color: black;
	border: 1px solid #888888;
	font-size: 12px;
	width: 100px;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 5px;
}
.logininput{
	background-color: #dedede;
	padding: 2px;
	padding-left: 4px;	
	color: black;
	border: 0px solid #707070;
	font-size: 12px;
	width: 200px;
}
.multiselect_input{
	width: 350px;
	height: 200px;
	margin-bottom: 5px;
}
.nonfloat{
	float: none;
}
.general_button{
	display: inline-block;
	background-image: url("../img/libs/shop_cart_table_header.gif");
	padding: 3px 3px 3px 3px;
	margin: 2px 0px 0px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
	
	
	-moz-box-shadow: 0px 0px 2px #888888; 	
	-webkit-box-shadow: 0px 0px 2px #888888; 	
	box-shadow: 0px 0px 2px #888888; 	
}
.general_button input{
	font-size: 10px;	
	color: white;
	background-color: transparent;	
	border: 0px; 
}
#backendlogin .general_button{
	margin-left: 22px;
} 
#selectlang{
	background-color: transparent;
	color: black;
	border: 0px solid #707070;
	font-size: 12px;
	padding: 0px;
	padding-left: 0px;
	font-weight: bold;
	width: 95px;
}
/* control panel tables */
#tabs, .tabs{
	display: inline;
	background-color: #888888;
	padding: 4px 10px 0px 10px;	
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 1px;
	border: 1px solid #888888;	
	
	
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;	
	
}
#tabs_active, .tabs_active{
	display: inline;
	background-color: #eeeeee;
	padding: 4px 10px 0px 10px;	
	color: #555555;
	font-weight: bold;	
	margin: 0px 0px 0px 1px;
	border: 1px solid #888888;	
	border-bottom: 1px solid #eeeeee;	
	
	
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;		
}
#tabs:hover, .tabs:hover{
	display: inline;
	background-color: #bbbbbb;
	padding: 4px 10px 0px 10px;	
	color: #555555;
	font-weight: bold;	
	margin: 0px 0px 0px 1px;
	border: 1px solid #bbbbbb;
	border-bottom: 1px solid #888888;	
}
#tabs_active:hover, .tabs_active:hover{
	display: inline;
	background-color: #eeeeee;
	padding: 4px 10px 0px 10px;	
	color: #555555;
	font-weight: bold;	
	margin: 0px 0px 0px 1px;
	border: 1px solid #888888;	
	border-bottom: 1px solid #eeeeee;	
}
.menu_edit_head{
	font-weight: bold;	
}
.menu_edit_param{
	font-weight: bold;
	width: 80px;
	text-align: right;
}
.tableborder{
	border: 1px solid #888888;
	padding: 0px;
	margin: 0px;
	padding: 10px;
	background-color: #eeeeee;
	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.edittable{
	width: 100%;
	background-color: #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* border: 15px solid #eeeeee;	*/
	
	font-size: 13px;
}
.edittablerow{
	background-color: transparent;	
	padding: 0px 0px 0px 0px;
}
.edittablerow_odd{
	background-color: #e0e0e0;	
	
	padding: 0px 0px 0px 0px;
}
.edittablerow td{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.edittablerow_hover{
	background-color: #d0d0d0;		
	padding: 0px 0px 0px 0px;
}
.edittableiconrow{
	border-top: 0px dotted #54608B;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
img.tree{
	position: relative;
	top: 0px; /* 4 */
	right: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
}
.tree_first{
	float: left;
}
.tree_first img{
	position: relative;
	top: 2px;
	padding: 0px;
}
.tree_first acronym img{
	position: relative;
	top: 0px;
	padding: 0px;
}
.tree_vertline{
	border: 0px solid blue;
	width: 16px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	float: left;
	background-image: url(../ico/tree/tree_vertline.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.tree_split{
	border: 0px solid green;
	width: 16px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	float: left;
	background-image: url(../ico/tree/tree_split.png);
	background-repeat: no-repeat;
	background-position: top left;	
}
.controlpanel_small{
	font-size: 12px;
}
/* file browser */ 
.hiddendiv{
	visibility: hidden;	
	padding: 0px;
	height: 0px;
}
.visiblediv{
	visibility: visible;	
	padding: 10px;
	height: 20px;
}
/* search */ 
.hitlist{
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	background-color: #dedede;
}
.hitlist_content{
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* mailer */
.mailer_table{
	margin-top: 10px;
	border: 15px solid #eeeeee;
	background-color: #eeeeee;

	border: 15px solid transparent;
	background-color: transparent;
	
	width: 100%;
}
.mailer_input{
	background-color: #dedede;
	color: black;
	border: 0px solid #707070;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 100%;
}
.form_error{
	background-image: url(../ico/misc/cross.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}
.mailer_area{
	background-color: #dedede;
	border: 0px solid #cccccc; 
	padding: 2px;
	padding-left: 4px;
	font-family: arial, verdana, tahoma; 
	font-size: 12px;
	width: 100%;
}
.mailer_description{
	padding-right: 10px;
	font-size: 13px;
	width: 110px;
}
.mailer_area_description{
	padding-right: 10px;
	font-size: 13px;
}
/* content */
.content_header{
	background-color: #e5e5e5;
	border: 1px solid #dedede; 
	width: 100%
}

.link{
	cursor: pointer;
}

table.content_header{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
	/* -moz-box-shadow: 0px 0px 2px #888888; */

}

.content_area{
	background-color: #ffffff;
	border: 0px;
	padding: 2px;
	padding-left: 4px;
	font-family: arial, verdana, tahoma; 
	font-size: 12px;
	width: 100%;
	height: 66px;
}
.content_minipic_td{
	width: 66px;
}
.content_description_td{
	width: 100%;
}
.content_area_td{
	padding-right: 10px;
}
.content_table{
	margin-top: 10px;
	border: 15px solid #eeeeee;
	background-color: #eeeeee;
	width: 570px;
}
.content_input{
	background-color: #ffffff;
	color: black;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 395px;
}
.content_description{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	width: 110px;
}
.content_area_description{
	padding-right: 10px;
	font-size: 13px;
}
.content_minipic{	
	margin: 2px 3px 2px 3px; 	
	border: 4px solid white;
	height: 60px;
	width: 60px;
	float: left;
}
/* frontpage */
.frontpage_extra{
	background-color: #FFFFFF;
	background-image: url(../img/libs/frontpage_bg.png); 
	background-repeat: no-repeat;
	background-position: top right;	
	margin-bottom: 5px;
}
.frontpage_image{
	margin: 0px 7px 7px 0px;
	margin: 9px 14px 10px 9px;
	
	/*height: 110px;*/
	width: 110px;

	/* new */
	margin: 6px 14px 10px 5px;	
	border: 4px solid #ffffff;

	/* css3 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
	
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;	
	
}
.frontpage_image_bg{
	/* background-image: url(../img/libs/frontpage_image_bg.png); */
	background-repeat: no-repeat;
	background-position: top left;		
	float: left;
}
.frontpage_minipic{
	/* margin: 8px 14px 10px 8px; */
	margin: 8px 14px 10px 8px;
	/*height: 60px;*/
	width: 60px;
	
	/* new */
	margin: 4px 10px 10px 4px;
	border: 4px solid #ffffff;

	/* css3 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
	
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;	
	
	
	
}
.frontpage_minipic_bg{
	/*background-image: url(../img/libs/frontpage_minipic_bg.png); */
	background-repeat: no-repeat;
	background-position: top left;		
	float: left;
}
.frontpage_extra_text, .gb_entry{
	padding: 7px;
	color: #3f3f3f;
	font-size: 12px;
	text-align: justify;
}
.frontpage_extra_title, .frontpage_extra_title:hover, .gb_name{
	color: #6070A0;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
.frontpage_section_header{
	background-image: url(../img/libs/title_out.png); 
	background-repeat: repeat-x;
	height: 29px;	
}
.frontpage_section_header_bg{
	float: left;
	background-image: url(../img/libs/title_main.png); 
	background-repeat: repeat-x;	
}
.frontpage_section_header_left{
	float: left;
	background-image: url(../img/libs/title_left.png); 
	background-repeat: no-repeat;	
	height: 29px;
	padding: 2px 3px 0px 7px; 	
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}
.frontpage_section_header_right{
	float: left;
	background-image: url(../img/libs/title_right.png); 
	background-repeat: no-repeat;	
	height: 29px;	
	width: 6px;	
}
.frontpage_table{
	width: 100%;
	padding: 0px;
	padding-top: 5px;
}
.frontpage_table_col{
	vertical-align: top;
	width: 49.7%;
	padding: 0px;	
}
.frontpage_news{
	padding: 5px 0px 7px 0px;
	padding: 10px 0px 7px 7px;
	font-size: 12px;	
	background-image: url(../img/libs/news_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.frontpage_news_text{
	padding: 5px 0px 0px 0px;
	color: #3f3f3f;
	font-size: 12px;
	text-align: justify;		
}
.frontpage_news_title{
	margin-left: 6px;
	padding-left: 15px;
	color: #2c2f92;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/libs/bullet_arrow.png); 
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
}
.frontpage_separator{
	/* background-image: url(../ico/tree/tree_vertline.png); */
	background-repeat: repeat-y;
	width: 5px;
	font-size: 3px;
	background-position: top center;
}
.frontpage_news_separator{
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	/* background-image: url(../ico/tree/tree_horizline.png); */
	background-repeat: repeat-x;
	height: 3px;
	background-position: center left;		
	
}
.frontpage_bottom_ad{
	height: 60px;
	border: 1px solid #aaaaaa;
	margin: 15px 0px 5px 0px;
	font-size: 10px; 
	color: #aaaaaa;
}
.frontpage_slider_div{
	height: 340px;
	width: 680px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0px;
	border: 0px solid #d2d4d4;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
}
.frontpage_slider_holder{
	position: relative;
	top: 300px;	
}
.frontpage_slider_text{
	font-size: 13px;
	text-align: right;
	padding: 3px 7px 3px 7px;
	margin: 10px 10px 10px 10px;
	background-color: white;
	border: 0px solid #d2d4d4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.frontpage_news table{
	margin-left: 3px;
	padding-right: 3px;
}
.clear{
	clear: both; 
	border: 1px solid red;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
td.archive{
	vertical-align: top;
	width: 50%;
}
li.archive{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-left: 13px;
	background-image: url(../img/libs/bullet_green.png); 
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
ul.archive{
	padding: 0px;
	margin: 0px;
}
a.archive{
	font-size: 12px; 
	color: #444444;
}
a.archive:hover{
	color: #000000;
}
/* settings */
.settings_input{
	background-color: #dedede;
	color: black;
	border: 0px solid #707070;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 100%;
}
.settings_table{
	border: 10px dotted #cccccc;
	border: 0px solid #eeeeee;
	padding: 0px;
	padding-right: 15px;
	background-color: #eeeeee;
	vertical-align: top;
	width: 100%;
	font-size: 12px;
}
.settings_table tr{
	vertical-align: top;
}
.settings_area{
	background-color: #dedede;
	border: 0px solid #cccccc; 
	padding: 2px;
	padding-left: 4px;
	font-family: arial, verdana, tahoma; 
	font-size: 12px;
	width: 100%;
}
.setting_description{
	padding-right: 10px;
	font-size: 12px;
	width: 110px;
}
.settings_input_num{
	background-color: #dedede;
	color: black;
	border: 0px solid #707070;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 80px;
}
.setting_description_num{
	padding-right: 10px;
	font-size: 13px;
	width: 200px;
}
.setting_data{
	font-size: 10px;
	vertical-align: middle;
}
.settings_area:focus, .settings_input input:focus, .settings_input_num input:focus, .logininput input:focus{
	position: relative;
	left: -3px;
	border-left: 3px solid #c0c0c0;	
}
/* login_module */
.icon_align{
	position:relative;
	top: 3px;
}
.frontend_login_holder{
	font-size: 12px;
	color: #06376C;
}
.frontend_login_input{
	background-color: white;
	color: #54608B;
	border: 1px solid #54608B;
	font-size: 10px;
	width: 100px;	
	margin-left: 4px;
	color: black;
	padding-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.frontend_login_name{
	margin-left: 3px;
	font-weight: bold;
}
.frontend_login_submit{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
/* scroller */
.scroller{

}
.tooltiptitle{
	color: black;
	font-weight: bold;
	text-align: center;
}
.js_tooltip{
	border: 1px solid black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;		
}

/* gallery */
.imgframe_tl{
	background-image: url(../img/libs/picframe_TL.png);
	background-repeat: no-repeat; 
	background-position: top left;	
}
.imgframe_tr{
	background-image: url(../img/libs/picframe_TR.png);
	background-repeat: no-repeat; 
	background-position: top right;	

}
.imgframe_bl{
	background-image: url(../img/libs/picframe_BL.png);
	background-repeat: no-repeat; 
	background-position: bottom left;	
}
.imgframe_br{
	background-image: url(../img/libs/picframe_BR.png);
	background-repeat: no-repeat; 
	background-position: bottom right;		
}
.image{
	margin: 8px 14px 12px 10px;
}
.image_gallery{
	margin: 0px 7px 7px 0px;
	margin: 8px 14px 15px 10px;
}
.imageholder{
	float: left;
	padding-left: 10px;
}
.imageholder_gallery{
	float: left;
}
/* menu path */
.menu_path{
	margin: 0px 0px 5px 0px;
}
.menu_path_element{
	list-style-type: none;
	padding-left: 12px;
	padding-right: 1px;
	background-image: url(../img/libs/bullet_green.png); 
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 10px;
	color: #06376C;	
}
.menu_path_current_element{
	list-style-type: none;
	padding-left: 12px;
	padding-right: 1px;
	background-image: url(../img/libs/bullet_green.png); 
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 10px;
	color: #F47D00;	
}
/* shop + additional */
.shop_info_table{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 0px;
	font-size: 12px;
	background-color: #EAF3FA;
}
.shop_info_table_discount{
	float: right;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 0px;
	font-size: 12px;
	background-color: #EAF3FA;
}
.shop_info_table td{
	background-color: #d0e3fa;
	background-color: #ffffff;
	padding: 1px 3px 1px 3px;
}
.shop_info_table_bold{
	color: #6070A0;
	font-weight: bold;
}
.discount{
	color: red;
}
.shop_button{
	background-image: url(../img/libs/addtocart.png);
	background-color: transparent;
	font-family: arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
	background-repeat: no-repeat;	
	border: 0px;
	height: 32px;
	width: 101px;
	padding: 0px 0px 3px 0px;
	margin: 3px 0px 0px 0px;
	position: relative;
	bottom: 2px;
}
.shop_quantity{
	border: 1px solid #EB7B05;
	width: 30px;
	background-color: white;
	text-align: right;
	padding: 0px 1px 0px 0px;
}
.shop_product_list{
	background-color: #EAF3FA;
	background-image: url(../img/libs/frontpage_bg.png); 
	background-repeat: no-repeat;
	background-position: top right;	
	margin: 0px 5px 5px 0px ;
	width: 48%;
	float: left; 	
}
.shop_product_list_title{
	color: #6070A0;
	font-weight: bold;
	font-size: 20px;
	margin-left: 2px;
}
.notification_left{
	padding: 0px 10px 0px 0px;
	background-image: url(../img/libs/notify.png);
	background-repeat: no-repeat;
	background-position: center left;	
}
.notification_right{
	padding: 0px 10px 0px 0px;
	background-image: url(../img/libs/notify.png);
	background-repeat: no-repeat;
	background-position: center right;	
}
#notification{ 
	position: fixed;
	visibility: hidden;
	width: 1024px;
	left: 0px;
	text-align: center;
	cursor: pointer;
}
/* ALERT */
.notification_table{
	margin: 0px auto 0px auto;
}
.notification_area{
	vertical-align: middle;
	padding: 4px 0px 5px 0px;
	text-align: center; 
	color: white; 
	font-weight: bold;
	background-color: #EB7B05;
	background-image: none;
}
#msg_normal{
	margin: 0px auto 0px auto;
}
#msg_normal .msgTL{
	height: 24px;
	width: 21px;
	background-image: url(../img/msg/msgTL.png);
	background-repeat: no-repeat;
}
#msg_normal .msgTC{
	height: 24px;
	background-image: url(../img/msg/msgTC.png);
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#msg_normal .msgTR{ 
	height: 24px;
	width: 18px;
	background-image: url(../img/msg/msgTR.png);
	background-repeat: no-repeat;
}
#msg_normal .msgBL{
	height: 19px;
	width: 21px;
	background-image: url(../img/msg/msgBL.png);
	background-repeat: no-repeat;
}
#msg_normal .msgBC{
	height: 19px;
	background-image: url(../img/msg/msgBC.png);
	background-repeat: repeat-x;
}
#msg_normal .msgBR{ 
	height: 19px;
	width: 18px;
	background-image: url(../img/msg/msgBR.png);
	background-repeat: no-repeat;
}
#msg_normal .msgCL{
	width: 21px;
	background-image: url(../img/msg/msgCL.png);
	background-repeat: repeat-y;
}
#msg_normal .msgCC{
	background-image: url(../img/msg/msgCC.png);
	background-repeat: repeat;
	color: #337AC5;
	color: #EC4500;	
	color: #000000;
	font-weight: normal;
	font-size: 12px;	
	padding: 4px 10px 0px 10px;
	text-align: center;	
}
#msg_normal .msgCR{ 
	width: 18px;
	background-image: url(../img/msg/msgCR.png);
	background-repeat: repeat-y;
}
.msg_close{
	float: right;
	background-image: url(../img/icons/close.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 13px;
	height: 14px;
}
.msgCC img{
    position: relative;
	top:2px;
	padding: 0px 4px 0px 0px;
}
/* /ALERT */
#shop_comm{
	position: fixed;	
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	border: 1px solid red;
	height: 0px;
	width: 0px;	
	visibility: hidden;
	display: none;
	background-color: transparent;	
}
.shop_minipic{	
	border: 4px solid #dedede;
	height: 60px;
	width: 60px;
}
.shop_product_title_edit{
	border: 0px solid red;
	padding: 5px 10px 0px 0px;
}
.shop_product_title_input{
	margin-left: 5px;
	background-color: #ffffff;
	color: black;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 100%;	
}
.shop_short_input{
	background-color: #ffffff;
	color: black;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	width: 130px;	
	text-align: right;
}
.shop_product_edit_table{
	margin-left: 5px;
}
.details{
	border: 1px solid #888888;
	cursor: pointer;
	height: 25px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
}
.details_expand{
	border: 5px solid #eeeeee;
	background-color: #eeeeee;
	background-image: url(../ico/arrow/down.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.details_collapse{
	margin-top: 5px;
	
	border: 0px solid #eeeeee;
	
	
	background-color: #eeeeee;
	background-color: #bbbbbb;

	padding: 5px 5px 5px 8px;
	
	background-image: url(../ico/arrow/up.png);
	background-repeat: no-repeat;
	background-position: 99% 5px;
	
	color: #fefefe;
	
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;		
}
.details_content{
	padding: 3px 4px 8px 4px;
}

#cartinfo{
	margin: 5px 0px 5px 15px;
	border: 0px solid blue;
}
.shop_cart_table{
	border: 0px solid #EB7B05;
	width: 100%;	
}
.shop_cart_table_odd td{
	background-color: #EAF3FA;	
	padding: 1px 2px 1px 2px;
}
.shop_cart_table_even td{
	background-color: #FAFBFC;
	padding: 1px 2px 1px 2px;
}
.shop_cart_table_header{	
	color: white;
	font-weight: bold;	
	background-image: url(../img/libs/shop_cart_table_header.gif);
	padding: 3px 2px 3px 2px;	
}
.shop_cart_table_empty{
	text-align: center;
	background-color: #EAF3FA;	
	padding: 20px 20px 20px 20px;
}
.shop_cart_table_sum td{
	border-top: 2px solid #3A82D3;
	background-color: #EAF3FA;	
	padding: 1px 2px 1px 2px;	
}
.shop_cart_table_info{
	padding: 0px 0px 5px 10px;
}
.round_CC{
	padding: 3px 3px 3px 3px;
}
.round_TR{
	padding: 3px 3px 3px 3px;
	background-image: url(../img/libs/round_TR.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.round_TL{
	padding: 3px 5px 3px 5px;
	background-image: url(../img/libs/round_TL.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.round_BL{
	padding: 3px 3px 3px 3px;
	background-image: url(../img/libs/round_BL.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.round_BR{
	padding: 3px 3px 3px 3px;
	background-image: url(../img/libs/round_BR.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.round_L{
	background-image: url(../img/libs/notify.png);
	padding: 5px 3px 4px 3px;
	background-repeat: no-repeat;
	background-position: center left;
}
.round_C{
	background-color: #EB7B05;
	color: black;
}
.round_R{
	background-image: url(../img/libs/notify.png);
	padding: 5px 3px 4px 3px;
	background-repeat: no-repeat;
	background-position: center right;
}
.order_input{
	border: 1px solid #EB7B05;
	border: 1px solid #BAC3FA;
	width: 150px;
	font-size: 12px;
	padding: 0px 1px 0px 2px;
}
.order_input_error{
	border: 1px solid red;
	width: 150px;
	font-size: 12px;
	padding: 0px 1px 0px 2px;
}
#cart_address{
	padding: 2px 2px 2px 20px;
	vertical-align: top;
}
.cart_fix_header td{
	background-color: #a8bbcf;
	padding-left: 3px;
	color: black;
}
.order_block{
	border: 1px solid #EB7B05;
	border: 1px solid #BAC3FA;
	width: 307px;
	font-size: 12px;
	padding: 0px 1px 0px 2px;
}
.order_block_error{
	border: 1px solid red;
	width: 307px;
	font-size: 12px;
	padding: 0px 1px 0px 2px;
}
/* in-editor */
.box75{
	background-image: url(../img/libs/black75.png);
}
.box80{
	background-image: url(../img/libs/black80.png);
}
.box60{
	background-image: url(../img/libs/black60.png);
}
.boxradius{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}
.boxshadow{
	-moz-box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 10px black;
}
/* content information */
.content_info{
	margin-top: 10px;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 10px;
}







