@charset "UTF-8";

@font-face{font-family : "Ubuntu-Regular"; src : url('../fonts/Ubuntu-Regular.eot'); font-weight:normal; font-style:normal;}@font-face{font-family : "Ubuntu-Regular"; src : local("Ubuntu-Regular"), url('../fonts/Ubuntu-Regular.ttf') format("truetype"); font-weight:normal; font-style:normal;}
/* CSS Document */


/* All our sites meet the structure of header, content, footer. Each of these basic sections may have subsections. Our main rules is met at the body tag or any other possibles. */
#safari_bug{}

/* Main Rules */
body
{
/*	height:100%;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;	
	color:#333333;
	font-size:12px;
	line-height:16px;
	word-spacing:0;
	letter-spacing:0;
	overflow:hidden;*/
}

body {
	margin:0;
	padding:0;
	border:hidden;
	line-height:150%;
	word-spacing:0;
	letter-spacing:0;
	font-family: 'Ubuntu-Regular', Helvetica, Tahoma, Arial, Geneva;
	font-size:12px;
}

div.ui-datepicker {
    font-size: 75%;
}

#browser
{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat;
	background-color:#333333;
	background-position:center top;
	background-attachment:fixed;	
	color:#333333;
	font-size:12px;
	/*line-height:16px;*/
	line-height:150%;
	word-spacing:0;
	letter-spacing:0;
	font-family: 'Ubuntu-Regular', Helvetica, Tahoma, Arial, Geneva;
	overflow:hidden;
}

a { text-decoration:none; display:inline; color:#333333;
 }
form { display:inline; }
.custom_scroll { padding-right:12px; }



#preloader_frame{
	width:100%;
	height:100%;
	/*background-color:#FFFFFF;*/
	background-image:url('../images/preloader_bg.png');
	background-repeat:repeat;
	background-position:top left;
	background-attachment:fixed;	
	/*background-color:#ECECEC;*/
	/*background-image:url(../images/header_bg_gr.png);*/
	/*background-image:url(../images/logo_gr.png);*/
	color:#FFFFFF;
	top:0;
	left:0;
	position:absolute;
	z-index:10000000;
}


#preloader{
	width:300px;
	height:420px;
	margin-left:-150px;
	margin-top:-210px;
	top:50%;
	left:50%;
	position:absolute;
	text-align:center;
	/*color:#000;*/
}

#site_js_disabled
{
	width:960px;
	height:600px;
	margin-top:  -300px;/* the half of the total height */
	margin-left:  -480px;/* the half of the total width */
	top:50%; /* the middle pixel of browser */
	left:50%; /* the middle pixel of browser */
	position:absolute;
	visibility:hidden;
}



#site
{
	width:960px;
	top:0px;
	bottom:0px;
	left:50%;
	margin-left:-480px;
	position:absolute;
	/*background-color:#FFFFFF;*/
	/*box-shadow: 0px 0px 200px #000000;*/
}

/* Header Section */
#header
{
	/*height:35px;*/
	height:117px;
			margin: 0px 0px 0px 0px;
	background-image:url(../images/header_bg_gr.png);
	/*background-image:url(../images/header_bg_gr.png);*/
	background-repeat:repeat;
	/*background-position:top center;
	background-color:transparent;*/
	text-align:right;
	position:fixed;
	top:0;
	left:0;
	right:0;
}

/* Footer Section */
#footer
{
	height:25px;
	padding:0px;
	/*background-image:url(../images/footer_bg_gr.png);
	background-position:bottom;
	background-repeat:repeat;
	background-color:transparent;*/
	background-color:#CF5400;	font-size:12px;
	line-height:12px;
	color:#333333;	
	text-align:right;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}

#footer a 
{
	display:inline;	margin:2px 5px;
	color:#333;
	text-decoration:none;
		color:#333333;	

}

#footer a img 
{
	border:none;
}

#mainsubject{
	height:auto;	
	/* 
	border-top-right-radius:20px;	border-bottom-right-radius:20px;	border-top-left-radius:20px;	border-bottom-left-radius:20px;	*/
	top:132px; 
	bottom:30px;
	left:0px;
	right:0px;
	position:absolute;
		/*
		background-image:url(../images/content_bg.png);

	*/
}

#sidebar{
 	width:257px;
	background-color:#333333;			position:absolute;
	top:0px; 
	bottom:0px;
	left:0px;
	
	/*
	right: 0px;
	border-right:solid 1px #E6E6E6;	
	*/
}
	
	#logo
	{
		width:237px;
		height:73px;
				/*background-image:url(../images/logo_gr.png);
		background-position:center center;
		background-repeat:no-repeat;*/
		position:absolute;
		top:0px;
		left:0px;
		display:block;		background-image:url(../images/logo_gr.png);
		/*background-image:url(../images/logo_gr.png);*/
		z-index: 1100;
	}

	#language
	{
		width:36px;
		height:36px;
		padding: 0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		background-color:#333333;
		/*
		border-radius:20px;		*/
		position:absolute;
		right:36px;
		top:-1px;
		background-repeat:no-repeat;
		display:block;		/*white-space:nowrap;*/
		font-size:11px;
		line-height:11px;
		text-align:right;
		z-index:100;
	}
	
	#language:hover
	{
		height:auto;
	}
	
	
		#map
		{
			width:auto;
			height:20px;
			margin:0px;
			/*padding:0px 15px 0px 5px;*/
						border-bottom-right-radius:10px;						border-bottom-left-radius:10px;			border-left: solid 2px #E6E6E6;
			border-right: solid 2px #E6E6E6;
			/*border-top: solid 1px #E6E6E6;*/
			border-bottom: solid 1px #E6E6E6;
			background-color:#E6E6E6;			font-size:10px;
			line-height:20px;
			text-align:left;
			text-indent:5px;
			color:#333333;
			/*vertical-align:middle;*/
			position:absolute;
			bottom:-20px;
			left:0px;
			right:0px;
			/*border-bottom:1px solid #333333;*/
			/*white-space:nowrap;*/
			/*font-weight:bold;*/
			display:inline;			/*bottom:0;
			right:0;
			background-color:#FFAA00;*/
		}		

		#map_item_parent{
			width:auto;
			height:auto;
			color:#333333;
			position:relative;
			font-size:10px;
			line-height:20px;
			white-space:nowrap;
			display:inline;			transition:all 0.3s ease-in-out 0s;		}

		#map_item_parent:hover{
			color:#F77E1E;
		}


		#map_item_current{
			width:auto;
			height:auto;
			color:#333333;
			position:relative;
			font-size:10px;
			line-height:20px;
			white-space:nowrap;
			display:inline;			transition:all 0.3s ease-in-out 0s;		}
		
		#map_item_current:hover{
			color:#F77E1E;
		}

		#group_item{
			border-bottom:solid 1px #CF5400;
			font-size:15px;
			line-height:23px;
			text-align:left;
		}
		

		#menu_description{
			width:217px;
			height:auto;
			margin:10px;
			position:fixed;
			top:193px;
			bottom:40px;
			left:0px;
			text-align:left;
			color:#333333;
		}


#page_selector_toolbar {
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
}

.page_selector_tool {
	width:20px;
	height:20px;
	margin:0px 1px;
	display:inline-block;
	line-height:20px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;	border:1px solid #FFFFFF;
}

.page_selector_tool:hover {
	border:1px solid #F77E1E;
}

.page_selector_tool_disabled {
	width:20px;
	height:20px;
	margin:0px 1px;
	display:inline-block;
	line-height:20px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;	border:1px solid #FFFFFF;
	visibility:hidden;
}

#page_selector_tool_first {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}

#page_selector_tool_last {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}

#page_selector_tool_previous {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}

#page_selector_tool_next {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}

#page_selector_tool_current {
	background-color:#F77E1E;
	color:#FFFFFF;
	cursor:default;
	border:1px solid #F77E1E;
}

#page_selector_tool_disabled {
	background-color:#FFFFFF;
	color:#000000;
	cursor:default;
}

#page_selector_tool_rear {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}




#search_tool{
	width:130px;
	height:30px;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	top:20px;
	right:35px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border-radius:4px;	
}

#search_tool_input{
	width:118px;
	height:26px;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	top:0px;
	right:38px;
	position:absolute;
	line-height:18px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	border-radius:4px;	
}

#search_tool_input input{
	width:116px;
	height:26px;
	line-height:24px;
	text-indent:3px;
	border-width:1px; 
	border-style:solid;
	border-color:#FFFFFF;
	border-radius:4px;	
}


#search_tool_input:hover{
}


#search_tool_submit{
	width:28px;
	height:30px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	line-height:22px;
	color:#FFFFFF;
	/*background-image:url(../php/TimThumb.php?src=../images/system/search_normal.png&h=22&w=20);*/
	background-image:url(../images/system/search_normal.png);
	background-position:right 0px;
	background-repeat:no-repeat;
	border-radius:4px;	
}

#search_tool:hover #search_tool_submit{
	background-image:url(../images/system/search_over.png);
	background-position:right 0px;
	/*background-image:url(../php/TimThumb.php?src=../images/system/search_over.png&h=22&w=20);*/
}

#search_results_toolbar{
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-bottom:1px solid #000000;
	line-height:20px;
}

#search_results_container{
	margin:0;
	padding:0;
	position:absolute;
	top:25px;
	bottom:0;
	left:0;
	right:0;
}

#search_results_frame{
	margin:0px 12px 20px 0px;
}

#search_results_title{
	font-weight:bold;
}

#search_results_description{
	
}


#search_results_marked_keywords{
	background-color:#FF9;
	font-weight:bold;
}


#facebook_share_tool{
		width:80px;
	height:25px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	/*background-color:#333333;*/
	background-image:url(../images/tools/facebook_normal.png);
	background-repeat:no-repeat;
	}

#facebook_share_tool:hover{
	background-image:url(../images/tools/facebook_over.png);
}

#twitter_share_tool{
		width:80px;
	height:25px;
	margin:0px 0px;
	padding:0px 0px;
	top:0px;
	right:0px;
	position:absolute;
	line-height:20px;
	color:#FFFFFF;
	/*background-color:#333333;*/
	background-image:url(../images/tools/twitter_normal.png);
	background-repeat:no-repeat;
	}

#twitter_share_tool:hover{
	background-image:url(../images/tools/twitter_over.png);
}

#font_size_tool{
	width:86px;
	height:20px;
	margin:0px 0px;
	/*border-left:1px solid #000000;*/
	padding:0px 0px 0px 22px;
	top:0px;
	right:0px;
	position:absolute;
	/*background-color:#000000;*/
	}

#font_size_shrink{
		width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:74px;
	background-image:url(../images/system/font_size_shrink_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	
}

#font_size_shrink:hover{
	background-image:url(../images/system/font_size_shrink_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	
}

#font_size_reset{
		width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:42px;
	background-image:url(../images/system/font_size_reset_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#font_size_reset:hover{
	background-image:url(../images/system/font_size_reset_over.png);
	background-position:center center;
	background-repeat:no-repeat;
}


#font_size_grow{
		width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:10px;
	background-image:url(../images/system/font_size_grow_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#font_size_grow:hover{
	background-image:url(../images/system/font_size_grow_over.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
	display:none;
}

/* Main Subject Section */

	#mainmenu
	{
		width:100%;
		height:30px;
		padding: 0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	    /*
	    border-radius:20px;	
		background-color:#000000;
			*/
		line-height:16px;
		position:absolute;
		top:75px;
		left:0px;
		right:0px;
		display:block;		text-align:center;
		font-family: 'Ubuntu-Regular', Helvetica, Tahoma, Arial, Geneva;
	}

	

			#submenu{
				width:150px;
				height:auto;
				margin:0px 0px;
				padding:0px 12px 0px 0px;
				text-align:center;
				/*
				border-top:solid 1px #CF5400;
												*/
				position:absolute;
				top: 0px;
				left: 0px;
				bottom: 0px;
				display:inline-block;
				/*display:block;*/
				/*white-space:nowrap;*/
			}

			#sportsmenu{
				width:150px;
				height:auto;
				margin:0px 0px;
				padding:0px 12px 0px 0px;
				text-align:center;
				/*
				border-top:solid 1px #CF5400;
												*/
				position:absolute;
				top: 0px;
				right: 0px;
				bottom: 0px;
				display:inline-block;
				/*display:block;*/
				/*white-space:nowrap;*/
			}


/* Main Subject Section */


#content
{
	height:auto;
	margin:0;
	border-top-right-radius:10px;		border-top-left-radius:10px;		border: 0px solid #E6E6E6;
	top:0px; 
	bottom:30px;
	left:170px;
	right:170px;
	
	position:absolute;
	background-color:#E6E6E6;
	
				/*	width:px;
				height:px;
				background-color:#000000;*/

}


#sponsors 
{
	width:970px;
	height:55px;
	margin-bottom:5px;
	padding:0px 15px;
	background-color:#333333;}

/***********************************************************/
/* MapMenu Section******************************************/
/***********************************************************/

#mapmenu {
			width:625px;
			height:auto;
			font-size:12px;
			line-height:12px;
			text-align:right;
			position:absolute;
			font-weight:bold;
			bottom:0;
			right:0;
}

#mapmenu_parent_frame {
	display:block;	
}

#mapmenu_parent_item {
	padding:2px 12px;
	background-color:#CF5400;	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	line-height:13px;
}

#mapmenu_parent_item:hover {
	color:#000000;
}

#mapmenu_current_frame {
	display:block;
}

#mapmenu_current_item {
	padding:4px 12px;
	background-color:#B3B3B3;	color:#E6E6E6;
	display:inline-block;
	font-size:28px;
	line-height:28px;
}

#mapmenu_current_item:hover {
	color:#FFFFFF;
}

#mapmenu_children_frame {
	padding:2px 6px;
	background-color:#666666;	display:block;
}

#mapmenu_children_item {
	padding:0px 6px;
	background-color:#666666;	color:#CCCCCC;
	font-size:13px;
	line-height:13px;
	display:inline-block;
}

#mapmenu_children_item:hover {
	color:#000000;
}


/***********************************************************/
/***********************Menu Section************************/
/***********************************************************/

/***********************Menu Showways***********************/

/***********************Simple Text*************************/

#simple_text_frame {
	margin: 0px 5px 0px 5px;
	padding: 7px 2px 7px 2px;
	/*
	background-color:#000000;	border:solid 1px #333333;
	border-radius:10px;	*/
	/*text-shadow: 1px 1px 1px #666666;*/
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	white-space:nowrap;
	width:auto;
	position:relative;
	display:inline-block;
	font-size:16px;
	/*display:inline;*/
	transition:all 0.3s ease-in-out 0s;}


#simple_text_frame:hover {
    /* 
	background-color:#333333;;
	border:solid 1px #333333;
	*/
	color:#E6E6E6;
	text-shadow: 1px 1px 1px #000000;
	/*background-color: #B3B3B3;*/
	text-decoration: none;
}

#simple_text_frame_selected {
	margin: 0px 5px 0px 5px;
	padding: 7px 2px 7px 2px;
	/*
	border:solid 1px #CF5400;
	
	
	border-radius:10px;	
			text-shadow: 1px 1px 1px #E6E6E6;
	
	background-color:#CF5400;	*/
	color:#000000;
	text-shadow: 1px 1px 1px #FFFFFF;
	/*background-color: #F77E1E;*/
	text-decoration: none;
	white-space:nowrap;
	width:auto;
	display:inline-block;
    
    font-size:16px;

	/*display:inline;*/
}

.simple_text_single{
	/*border-left:20px solid #E6E6E6;*/
	}

.simple_text_first{
	/*border-left:20px solid #E6E6E6;*/
			}

.simple_text_last{
			}

.simple_text_middle{
		
}

/***********************Language Selector*********************/

#language_selector_frame {
	margin: 0px 3px;
	color:#000000;
	width:auto;
	display:inline;}


#language_selector_frame:hover {
	color:#808080;
	/*background-image:url();
	background-repeat:no-repeat;*/
}

#language_selector_frame_selected {
	margin: 0px 3px;
	color:#808080;
	width:auto;
	display:inline;}



/***********************Image Only**************************/

#image_only_frame {
	margin: 0px 2px 10px 2px;
	padding: 0px 0px;
	background-color:transparent;
	/*background-color:#CF5400;
	border:1px solid #E6E6E6;*/
	/*box-shadow: 5px 5px 0px #000;*/
	border-radius:10px;	display:inline-block;
	transition:all 0.3s ease-in-out 0s;	background-position:center center;
}


#image_only_frame:hover {
	/*border:1px solid #FFFFFF;*/
}

#image_only_frame_selected {
	margin: 0px 2px 10px 2px;
	padding: 0px 0px;
	background-color:transparent;
	/*background-color:#CF5400;
	border:1px solid #E6E6E6;*/
	/*box-shadow: 5px 5px 0px #000;*/
	border-radius:10px;	display:inline-block;
	background-position:center center;
}


#image_only_frame_selected:hover {
	/*border:1px solid #E6E6E6;*/
}


/**************************Tabs*****************************/

#tabs_frame {
 width: 140px;
 line-height: 25px; 
 margin-top: 0px;
 padding: 2px 5px 2px 0px;
 background-color:#E6E6E6; color:#333333;
 /*border:1px solid #F77E1E;
 box-shadow: 5px 5px 0px #000;
 border-radius:10px; */
 position:relative;
 left:0;
 right:0;
 display:block; text-align:center;
 cursor:pointer;
 transition:all 0.3s ease-in-out 0s;}

#tabs_frame:hover {
		color:#F77E1E;
	/*border:1px solid #B3B3B3;*/
}

#tabs_frame_selected {
 width: 140px;
 line-height: 25px;
 margin-top: 0px;
 padding: 2px 5px 2px 0px;
 background-color:#F77E1E; position:relative;
 left:0;
 right:0;
 color:#333333;
 /*border:1px solid #F77E1E;
 box-shadow: 5px 5px 0px #000;
 border-radius:10px; */
 display:block; text-align:center;
 cursor:pointer;
}

#tabs_frame_selected:hover {
	background-color:#F77E1E;	/*color:#E6E6E6;*/
	/*border:1px solid #B3B3B3;*/
}

.tabs_frame_single{
	 border-bottom:1px solid #F77E1E;
	border-radius:10px;}

.tabs_frame_first{
	border-top-left-radius:10px;	border-top-right-radius:10px;		/*border-right:1px solid #333333;*/
}

.tabs_frame_last{
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	}

.tabs_frame_middle{
		/*border-right:1px solid #333333;*/	
}



#tabs_title {
	/*margin: 0px 5px 10px 5px;*/
	/*border:1px solid #F77E1E;*/
	/*box-shadow: 5px 5px 0px #000;*/
	/*border-radius:10px;*/
}

/* Treeview *****************************************************************************************/

#treeview_node {
 margin: 0px;
 
 /*
 background-color:#000000; */
}


#treeview_frame {
 width: 227px;
 line-height: 15px;
  
 margin-top: 0px;
 padding: 10px 15px 10px 10px;
  color:#FFFFFF;
 /*border:1px solid #F77E1E;
 box-shadow: 5px 5px 0px #000;
 border-radius:10px; */
 position:relative;
 left:0;
 right:0;
 display:block; text-align:left;
 cursor:pointer;
 transition:all 0.3s ease-in-out 0s;}

#treeview_frame:hover {
 background-color:#F77E1E; color:#FFFFFF;
 /*border:1px solid #B3B3B3;*/
}

#treeview_frame_selected {
 width: 227px;
 line-height: 25px;
  
 margin-top: 0px;
 padding: 10px 15px 10px 10px;
 background-color:#F77E1E; position:relative;
 left:0;
 right:0;
 color:#FFFFFF;
 /*border:1px solid #F77E1E;
 box-shadow: 5px 5px 0px #000;
 border-radius:10px; */
 display:block; text-align:left;
 cursor:pointer;
}

#treeview_frame_selected:hover {
  /*color:#E6E6E6;*/
 /*border:1px solid #B3B3B3;*/
}

.treeview_frame_single{
	
/*	
  */
}

.treeview_frame_first{
 border-top:1px solid transparent;
 border-left:0px solid transparent;
 border-right:0px solid transparent;
 border-image:url(../images/menu_border.png) 100% 0% 0% 0% stretch;;
/*	
    border-right:1px solid #333333;
 */
}

.treeview_frame_last{
 border-top:1px solid transparent;
 border-left:0px solid transparent;
 border-right:0px solid transparent;
 border-image:url(../images/menu_border.png) 100% 0% 0% 0% stretch;;
/*	
   */
}

.treeview_frame_middle{
 border-top:1px solid transparent;
 border-left:0px solid transparent;
 border-right:0px solid transparent;
 border-image:url(../images/menu_border.png) 100% 0% 0% 0% stretch;;
 /*	
 border-right:1px solid #333333;*/ 
}



#treeview_title {
 /*margin: 0px 5px 10px 5px;*/
 /*border:1px solid #F77E1E;*/
 /*box-shadow: 5px 5px 0px #000;*/
 /*border-radius:10px;*/
}




/***********************Image Lezanted**********************/

#image_lezanted_frame {
	margin-bottom:8px;
	border:1px solid #333333;
	/*box-shadow: 5px 5px 0px #000;*/
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#333333;
	text-shadow:1px 1px 0px #666666;
	position:relative;
	display:inline-block;
}

#image_lezanted_frame:hover {
	border:1px solid #E6E6E6;
	text-shadow:1px 1px 0px #666666;
}

#image_lezanted_frame_selected {
	margin-bottom:8px;
	border:1px solid #333333;
	/*box-shadow: 5px 5px 0px #000;*/
	border-top-left-radius:10px;	border-top-right-radius:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#333333;
	text-shadow:1px 1px 0px #666666;
	position:relative;
	display:inline-block;
}

#image_lezanted_frame_selected:hover {
	border:1px solid #333333;
	text-shadow:1px 1px 0px #666666;
}

#image_lezanted_title {
	background-color:#333333;	position:relative;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
}

#image_lezanted_frame:hover #image_lezanted_title {
		color:#E6E6E6;
}


/***********************************************************/
/***********************************************************/
/* Content Section *****************************************/
/***********************************************************/
/***********************************************************/


/***********************************************************/
/* Presentation Module *************************************/
/***********************************************************/


/* Admin Mode ************************************** Start */

#presentation_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

#presentation_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#presentation_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#presentation_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#presentation_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#presentation_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#presentation_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#presentation_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#presentation_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}

#presentation_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#presentation_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#presentation_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#presentation_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:0px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#presentation_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#presentation_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#presentation_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#presentation_zoomed_admin_gallery{
	width:45%;
	top:30px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#presentation_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#presentation_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#presentation_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#presentation_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#presentation_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#presentation_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#presentation_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#presentation_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#presentation_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#presentation_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#presentation_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#presentation_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#presentation_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#presentation_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#presentation_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#presentation_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#presentation_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#presentation_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* Admin Mode **************************************** End */

/* View Mode  ************************************** Start */

#presentation_zoomed {
	max-width:800px;
	margin:0;
	padding:0px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	/*background-color:#000000;*/
}

#presentation_zoomed_toolbar {
	top:0px;
	right:0px;
	position:absolute;
	margin:0;
	padding:0;
}


/* View Mode  **************************************** End */


/***********************************************************/
/* Product Module ******************************************/
/***********************************************************/



#product_gallery_toolbar
{
	height:30px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#product_gallery_tools_page_selector
{
	height:0px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#product_gallery
{
	width:auto;
	height:auto;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#product_in_gallery_frame
{
	width:150px;
	height:230px;
	position:relative;
	/*padding:0px 15px 20px 0px;*/
	background-color:#FFFFFF;
	background-image:url(../images/loader_loading.gif);
	background-position:center 50px;
	background-repeat:no-repeat;
	color:#000000;
	margin-right:3px;
	text-align:left;
	border:1px solid #FFFFFF;
	display:inline-block;	transition:all 0.3s ease-in-out 0s;}

#product_in_gallery_frame:hover{
	border:1px solid #F77E1E;
}

#product_in_gallery_frame a
{
	width:150px;
	height:230px;
	position:absolute;
	z-index:5;
}

#product_in_gallery_thumb 
{
	width:150px;
	height:150px;
	position:absolute;
	top:15px;
	left:0px;
	right:0px;
	padding:0px 0px;
	border-radius:10px;}

#product_in_gallery_code
{
	height:15px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	padding:0px 0px;
	font-size:11px;
	line-height:15px;
}

#product_in_gallery_title
{
	height:45px;
	position:absolute;
	bottom:20px;
	left:0px;
	right:0px;
	padding:0px 0px;
	font-size:11px;
	line-height:15px;
}

#product_in_gallery_price
{
	height:30px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0px 0px;
	font-size:13px;
	line-height:20px;
	text-indent:2px;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#product_in_gallery_frame:hover #product_in_gallery_price{
	border-top:1px solid #F77E1E;
	border-bottom:1px solid #F77E1E;
}

#product_in_gallery_price_regular
{
	position:absolute;
	bottom:0px;
	font-size:12px;
	line-height:15px;	
}

#product_in_gallery_price_starting
{
	position:absolute;
	bottom:15px;
	text-decoration:line-through;
	font-size:12px;
	line-height:15px;	
}

#product_in_gallery_price_final
{
	position:absolute;
	bottom:0px;
	font-size:12px;
	line-height:15px;	
}

#product_in_gallery_basket_unavailable
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	bottom:1px;
	right:0px;
	background-image:url(../images/system/basket_unavailable_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_in_gallery_basket_unavailable:hover{
	background-image:url(../images/system/basket_unavailable_over.png);
	background-repeat:no-repeat;
}

#product_in_gallery_basket_add_to
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	bottom:1px;
	right:0px;
	background-image:url(../images/system/basket_add_to_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_in_gallery_basket_add_to:hover{
	background-image:url(../images/system/basket_add_to_over.png);
	background-repeat:no-repeat;
}

#product_in_gallery_basket_remove_from
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	bottom:1px;
	right:35px;
	background-image:url(../images/system/basket_remove_from_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_in_gallery_basket_remove_from:hover{
	background-image:url(../images/system/basket_remove_from_over.png);
	background-repeat:no-repeat;
}

#product_in_gallery_zoom_in
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	/*bottom:26px;*/
	bottom:0px;
	/*right:15px;*/
	right:0px;
	background-image:url(../images/system/zoom_in_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	z-index:10;
	transition:all 0.3s ease-in-out 0s;}

#product_in_gallery_zoom_in:hover
{
	background-image:url(../images/system/zoom_in_over.png);
	background-repeat:no-repeat;
}




/* zoom in */
#product_zoomed{
	max-width:800px;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	text-align:left;
	display:block;}

/* toolbar */
#product_zoomed_toolbar{
	height:20px;
	top:0;
	left:0;
	right:10px;
	position:absolute;
	display:inline-block;}

#product_zoomed_facebook_share_tool {
	position:absolute;
	top:0px;
	right:240px;
}

#product_zoomed_twitter_share_tool {
	position:absolute;
	top:0px;
	right:150px;
}

#product_zoomed_font_size_tool {
	position:absolute;
	top:0px;
	right:30px;
}

/* toolbar controls */
#product_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	/*z-index:1000;*/
	float:right;
}

#product_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

/*****************************************************/
/*****************************************************/
/*****************************************************/

/* image */
/*#product_zoomed_image{
		width:300px;
	height:300px;
	background-image:url(../images/default.png);
	background-repeat:no-repeat;
	background-size:100%;
	/*padding:5px 0px;
	top:20px;
	left:0px;
	position:absolute;
	font-weight:bold;
	text-align:left;
	/*display:inline;	}*/

#product_zoomed_image{
	width:300px;
	height:300px;
	background-image:url(../images/loader_loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	/*padding:5px 0px;*/
	top:20px;
	left:0px;
	position:absolute;
	font-weight:bold;
	text-align:left;
	/*display:inline;*/
	}

#product_zoomed_image img{
	width:100%;
	height:100%;
}


#product_zoomed_gallery {
	width:288px;
	top:335px;
	bottom:0px;
	left:0px;
	position:absolute;
	text-align:left;
}

#product_zoomed_gallery_no_files {
	display:none;
	visibility:hidden;
}



/* title */
#product_zoomed_title {
	height:30px;
	top:20px;
	left:45%;
	right:10px;
	position:absolute;
	border-bottom:1px solid #CF5400;
	color:#F77E1E;
	font-size:13px;
	line-height:39px;
	text-align:left;
	display:inline;}

#product_zoomed_code {
	height:20px;
	top:50px;
	left:45%;
	right:10px;
	position:absolute;
	color:#000000;
	font-size:10px;
	line-height:20px;
	text-align:left;
	display:inline;}

#product_zoomed_description {
	top:160px;
	bottom:0px;
	left:45%;
	right:10px;
	position:absolute;
	text-align:left;
	display:block;}

#product_zoomed_price_frame {
	height:60px;
	top:70px;
	left:45%;
	right:25%;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#product_zoomed_price_regular_legend {
	width:40px;
	padding:15px 0px;
	height:30px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_price_regular {
	padding:15px 0px;
	height:30px;
	top:0px;
	left:50px;
	position:absolute;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#F00;
}

#product_zoomed_price_starting_legend {
	width:75px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_price_starting {
	height:20px;
	top:0px;
	left:80px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-decoration:line-through;
}

#product_zoomed_price_final_legend {
	width:75px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_price_final {
	height:20px;
	top:20px;
	left:80px;
	position:absolute;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#F00;
}

#product_zoomed_price_discount_legend {
	width:75px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_price_discount {
	height:20px;
	top:40px;
	left:80px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	color:#F00;
}

#product_zoomed_availability_frame {
	height:20px;
	top:130px;
	left:45%;
	right:25%;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#product_zoomed_availability_legend {
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_availability {
	height:20px;
	top:0px;
	left:100px;
	position:absolute;
	font-size:14px;
	line-height:20px;
}

#product_zoomed_order_quantity_frame {
	height:20px;
	top:130px;
	left:75%;
	right:10px;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#product_zoomed_order_quantity_legend {
	height:20px;
	top:0px;
	left:0px;
	right:105px;
	position:absolute;
	font-size:14px;
	line-height:20px;
	text-align:right;
}

#product_zoomed_order_quantity {
	height:20px;
	width:100px;
	top:0px;
	right:2px;
	position:absolute;
	font-size:14px;
	line-height:20px;
}

.product_zoomed_order_quantity_input {
	height:16px;
	width:50px;
	top:0px;
	bottom:0px;
	left:25px;
	right:25px;
	position:absolute;
	font-size:14px;
	line-height:16px;
	text-indent:0px;
	text-align:center;
	display:block;	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:none;
	border-right:none;
	}

.product_zoomed_order_quantity_plus {
	height:20px;
	width:25px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	font-size:14px;
	line-height:20px;
	text-indent:0px;
	text-align:center;
	display:block;	border:1px solid #333333;
	border-top-right-radius:5px;	border-bottom-right-radius:5px;}

.product_zoomed_order_quantity_minus {
	height:20px;
	width:25px;
	top:0px;
	bottom:0px;
	left:0px;
	position:absolute;
	font-size:14px;
	line-height:20px;
	text-indent:0px;
	text-align:center;
	display:block;	border:1px solid #333333;
	border-top-left-radius:5px;	border-bottom-left-radius:5px;}


#product_zoomed_order_attributes_frame{
	height:150px;
	top:0px;
	left:45%;
	right:10px;
	position:absolute;
	color:#333333;
	background-color:#CF5400;
	text-align:left;
	display:block;	z-index:100;
	visibility:hidden;
	display:none;
}

#product_zoomed_order_attributes_frame:hover{
	left:45%;
	background-color:#FFFFFF;
}

#product_zoomed_order_attributes_group {
	height:20px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#product_zoomed_order_attributes_close {
	height:20px;
	width:20px;
	top:0px;
	right:0px;
	background-image:url(../images/system/close_normal.png);
	position:absolute;
	cursor:pointer;
	display:block;}

#product_zoomed_order_attributes_close:hover {
	background-image:url(../images/system/close_over.png);
}


#product_zoomed_order_attributes{
	width:auto;
	height:130px;
	top:20px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#333333;
	text-align:left;
	display:block;	/*visibility:hidden;
	display:none;*/
}

#product_zoomed_order_attributes:hover{
	visibility:visible;
	display:block;
}


#product_zoomed_order_attributes_frame:hover #product_zoomed_order_attributes {
	visibility:visible;
	display:block;
}


#product_zoomed_order_attribute{
	height:25px;
	display:block;
}

#product_zoomed_order_attribute_check{
	width:20px;
	left:0px;
	position:absolute;
	display:inline-block;
}

#product_zoomed_order_attribute_title{
	left:30px;
	right:60px;
	position:absolute;
	display:inline-block;
}

#product_zoomed_order_attribute_quantity{
	width:50px;
	right:5px;
	position:absolute;
	display:inline-block;
}

#product_zoomed_order_attribute_quantity input{
	width:40px;
}




#product_zoomed_basket_unavailable
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	top:70px;
	right:10px;
	background-image:url(../images/system/basket_unavailable_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_zoomed_basket_unavailable:hover{
	background-image:url(../images/system/basket_unavailable_over.png);
	background-repeat:no-repeat;
}

#product_zoomed_basket_add_to
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	top:70px;
	right:10px;
	background-image:url(../images/system/basket_add_to_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_zoomed_basket_add_to:hover{
	background-image:url(../images/system/basket_add_to_over.png);
	background-repeat:no-repeat;
}

#product_zoomed_basket_remove_from
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	top:70px;
	right:45px;
	background-image:url(../images/system/basket_remove_from_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_zoomed_basket_remove_from:hover{
	background-image:url(../images/system/basket_remove_from_over.png);
	background-repeat:no-repeat;
}

#product_zoomed_basket_update
{
		width:30px;
	height:26px;
	/*padding-left:px;*/
	position:absolute;
	top:70px;
	right:45px;
	background-image:url(../images/system/basket_update_normal.png);
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;	z-index:10;
}

#product_zoomed_basket_update:hover{
	background-image:url(../images/system/basket_update_over.png);
	background-repeat:no-repeat;
}

#product_zoomed_attribute_legend{
	width:90px;
	height:20px;
	top:100px;
	right:120px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:12px;
	text-align:right;
}


#product_zoomed_attribute{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/attribute_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:100px;
	right:10px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:11px;
	text-align:left;
}



/******************************************/
/******************************************/
/******************************************/

#product_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#product_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#product_zoomed_thumbnail select {
	
}

#product_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#product_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#product_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#product_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#product_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#product_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#product_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}

#product_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#product_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#product_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#product_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#product_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#product_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#666666;	color:#333333;
	display:inline;}

#product_zoomed_button:hover{
	color:#E6E6E6;
}


#product_zoomed_title input{
	width:471px;
	height:40px;
	background-color:#FFFFFF;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}


#product_zoomed_content{
	position:relative;
	float:left;
	margin:10px;


}

#product_zoomed_description textarea{
	width:461px;
	height:308px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#product_zoomed_description_no_files{
	/*width:px;
	height:px;*/
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

/*#product_zoomed_gallery{
	width:264px;
	height:335px;
	margin:10px 0px 0px 0px;
	text-align:left;
	display:inline;	float:right;
}*/

#product_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#product_zoomed_gallery_admin{
	width:264px;
	height:305px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#product_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#product_zoomed_gallery_file img{
	border:1px solid #333333;
	transition:all 0.3s ease-in-out 0s;}

#product_zoomed_gallery_file img:hover{
	border:1px solid #F77E1E;
}


#product_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#product_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#product_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#product_zoomed_gallery_file_admin img{
	border:1px solid #333333;
	display:inline;	transition:all 0.3s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#product_zoomed_gallery_file_admin img:hover{
	border:1px solid #F77E1E;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


/* product_gallery_admin */

#product_gallery_admin_frame{
	width:auto;
	height:auto;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#product_gallery_admin_toolbar{
	width:auto;
	height:30px;
	top:35px;
	left:20px;
	right:20px;
	position:absolute;
}

#product_gallery_admin_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#product_gallery_admin_insert:hover{
	background:url(../images/admin/add_over.png);
}


/* product_gallery_admin */


/* product_zoomed_admin */

#product_zoomed_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

#product_zoomed_admin_code_legend{
	width:50px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_code{
	width:100px;
	height:18px;
	top:0px;
	bottom:4px;
	left:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_code input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}


#product_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/thumbnail_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:200px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#product_zoomed_admin_thumbnail:hover{
	background:#FFFFFF url('../images/admin/thumbnail_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#product_zoomed_admin_availability{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/availability_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:375px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#product_zoomed_admin_availability:hover{
	background:#FFFFFF url('../images/admin/availability_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}


#product_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#product_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#product_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#product_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#product_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#product_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_title{
	width:300px;
	height:18px;
	top:35px;
	bottom:4px;
	left:50px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}

#product_zoomed_admin_mu{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/measure_unit_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:35px;
	left:375px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#product_zoomed_admin_mu:hover{
	background:#FFFFFF url('../images/admin/measure_unit_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#product_zoomed_admin_price_legend{
	width:50px;
	height:20px;
	top:35px;
	right:200px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_price{
	width:65px;
	height:18px;
	top:35px;
	bottom:4px;
	right:135px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}


#product_zoomed_admin_price input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#product_zoomed_admin_currency{
	padding:0px 1px;
	width:10px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}


#product_zoomed_admin_discount_legend{
	width:50px;
	height:20px;
	top:35px;
	right:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_discount{
	width:50px;
	height:18px;
	top:35px;
	bottom:4px;
	right:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}

#product_zoomed_admin_discount input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#product_zoomed_admin_discount_symbol{
	width:10px;
	padding:0px 1px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}


#product_zoomed_admin_attribute_legend{
	width:90px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:12px;
	text-align:left;
}


#product_zoomed_admin_attribute{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/attribute_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:60px;
	left:90px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:11px;
	text-align:left;
}

#product_zoomed_admin_filter_legend{
	width:90px;
	height:20px;
	top:60px;
	left:200px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:12px;
	text-align:left;
}


#product_zoomed_admin_filter{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/filter_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:60px;
	left:300px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:11px;
	text-align:left;
}

#product_zoomed_admin_weight_legend{
	width:50px;
	height:20px;
	top:60px;
	right:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#product_zoomed_admin_weight{
	width:50px;
	height:18px;
	top:60px;
	bottom:4px;
	right:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}

#product_zoomed_admin_weight input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#product_zoomed_admin_weight_symbol{
	width:10px;
	padding:0px 1px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}



#product_zoomed_admin_content{
	top:90px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#product_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#product_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}


#product_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#product_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#product_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#product_zoomed_admin_category_1 select{
	width:100%;
	background:#FFFFFF url('../images/admin/measure_unit_normal.png') no-repeat 100% 1px;
}

#product_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_1 select{
	width:100%;
}


#product_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_2 select{
	width:100%;
}

#product_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#product_zoomed_admin_subcategory_3 select{
	width:100%;
}

#product_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#product_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#product_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#product_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#product_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#product_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#product_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#product_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#product_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#product_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#product_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#product_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#product_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#product_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#product_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#product_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#product_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#product_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#product_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#product_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#product_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#product_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


/* product_zoomed_admin */


/***********************************************************/
/* Order Section *******************************************/
/***********************************************************/

/***********************************************************/
/* Mini Basket *********************************************/
/***********************************************************/

#order_basket_mini_iframe_container {
	width:120px;
	height:22px;
	position:fixed;
	top:5px;
	bottom:0px;
	right:300px;
}

#order_basket_mini_iframe {
	width:120px;
	height:22px;
}

#order_basket_mini_frame {
	width:120px;
	height:22px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#CF5400 url('../images/system/basket_normal.png') no-repeat 30px 0px;
	color:#FFFFFF;
	border-radius:4px;	
}

#order_basket_mini_frame:hover {
	color:#F77E1E;
	background:#CF5400 url('../images/system/basket_over.png') no-repeat 30px 0px;
}


#order_basket_mini_products_number {
	width:30px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	line-height:22px;
	font-size:14px;
}

#order_basket_mini_total_price {
	position:absolute;
	top:0px;
	bottom:0px;
	right:5px;
	text-align:right;
	line-height:22px;
	font-size:14px;
}

/***********************************************************/
/* Basket **************************************************/
/***********************************************************/

#order_basket{
	top:0px;
	bottom:0px;
	left:0;
	right:0;
	position:absolute;
}

#order_basket_header {
	height:30px;
	padding:10px 0px;
	position:relative;
	display:block;
	font-size:13px;
	line-height:15px;
	color:#FFFFFF;
	background-color:#333333;
	border-radius:5px;}

#order_basket_header_line_number {
	width:50px;
	position:relative;
	display:inline-block;
	text-align:center;
	line-height:30px;
}

#order_basket_header_product {
	width:300px;
	position:relative;
	display:inline-block;
	line-height:30px;
}

#order_basket_header_quantity {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:left;
	line-height:30px;
}

#order_basket_header_unit_price {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
}

#order_basket_header_discount {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
	line-height:30px;
}

#order_basket_header_total_price {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
	line-height:30px;
}

#order_basket_header_tools {
	width:40px;
	position:relative;
	display:inline;	
	text-align:center;
	line-height:30px;
}


#order_basket_line {
	min-height:60px;
	position:relative;
	display:block;
	border-bottom:solid 1px #F77E1E;
}

#order_basket_line_number {
	width:50px;
	position:relative;
	display:inline-block;
	text-align:center;
	bottom:5px;
}

#order_basket_product {
	width:300px;
	min-height:60px;
	position:relative;
	display:inline-block;
	cursor:pointer;
	top:5px;
	bottom:5px;
}

#order_basket_product_image {
	width:80px;
	height:60px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0;
}

#order_basket_product_code {
	height:20px;
	position:absolute;
	top:0px;
	left:85px;
	right:0;
}

#order_basket_product_title {
	min-height:40px;
	position:absolute;
	top:20px;
	left:85px;
	right:0;
	bottom:0px;
}

#order_basket_quantity {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:left;
	left:5px;
	bottom:5px;
}

#order_basket_quantity input {
	width:30px;
	position:relative;
	display:inline-block;
	text-align:right;
}

#order_basket_unit_price {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
	bottom:5px;
}

#order_basket_discount {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
	bottom:5px;
}

#order_basket_line_price {
	width:75px;
	position:relative;
	display:inline-block;
	text-align:center;
	bottom:5px;
}

#order_basket_line_price input{
	width:50px;
	position:relative;
	display:inline-block;
	text-align:right;
	border:hidden;
}


#order_basket_tools {
	width:50px;
	position:relative;
	display:inline-block;
	text-align:center;
	bottom:5px;
}

#order_line_notes {
	width:20px;
	height:20px;
	position:absolute;
	bottom:0px;
	right:25px;
	background-image:url(../images/system/order_basket_notes_normal.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:left;
	cursor:pointer;
}

#order_line_notes:hover {
	width:auto;
	height:auto;
	padding:10px;
	background-image:url(../images/system/order_basket_notes_over.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#FFFFFF;
	border-radius:5px;	border:1px solid #000000;

}

#order_line_notes_legend {
	width:0px;
	height:0px;
	visibility:hidden;
	display:none;
}

#order_line_notes:hover #order_line_notes_legend{
	width:200px;
	height:20px;
	margin-right:20px;
	padding:5px 0px 0px 5px;
	visibility:visible;
	display:block;
}

#order_line_notes textarea {
	width:0px;
	height:0px;
	visibility:hidden;
	display:none;
}

#order_line_notes:hover textarea{
	width:200px;
	height:50px;
	margin-right:20px;
	visibility:visible;
	display:block;
}

#order_basket_line_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#order_basket_line_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#order_basket_line_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#order_basket_line_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#order_basket_total_cost {
	width:auto;
	height:30px;
	margin:10px 0px;
	padding:0px 10px 0px 0px;
	left:0px;
	right:0px;
	display:block;
	text-align:right;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	border-radius:5px;	background-color:#333333;}

#order_basket_total_cost input{
	width:50px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	background-color:transparent;
	border:none;
}

#order_basket_summary_header {
	width:100%;
	height:50px;
	margin:20px 0px 30px 0px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:left;
	font-weight:bold;
	line-height:50px;
}

#order_shipping_header {
	width:100%;
	height:50px;
	margin:20px 0px 30px 0px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:left;
	font-weight:bold;
	line-height:50px;
}

#order_recipient_frame {
	display:block;
}

#order_recipient_frame_legend {
	margin:15px 0px;
	display:block;
	line-height:25px;
	border-bottom:1px solid #F77E1E;
}

#order_recipient_name {
	height:25px;
	display:block;
	line-height:25px;
}

#order_recipient_name_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_name input {
	width:250px;
}

#order_recipient_address {
	height:25px;
	display:block;
}

#order_recipient_address_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_address input {
	width:250px;
}

#order_recipient_postalcode {
	height:25px;
	display:block;
}

#order_recipient_postalcode_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_postalcode input {
	width:250px;
}

#order_recipient_area {
	height:25px;
	display:block;
}

#order_recipient_area_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_area input {
	width:250px;
}

#order_recipient_phone {
	height:25px;
	display:block;
}

#order_recipient_phone_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_phone input {
	width:250px;
}

#order_recipient_mobile {
	height:25px;
	display:block;
}

#order_recipient_mobile_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_mobile input {
	width:250px;
}

#order_recipient_email {
	height:25px;
	display:block;
}

#order_recipient_email_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_email input {
	width:250px;
}

#order_recipient_country {
	width:255px;
	height:25px;
	display:inline-block;
}

#order_recipient_country_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_recipient_country select {
}

#order_shipping_cost {
	width:100%;
	height:30px;
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	text-align:right;
	font-weight:bold;
	color: #FFFFFF;
	border-radius:5px;	background-color:#333333;}

#order_shipping_method_header {
	width:200px;
	height:20px;
	margin-top:5px;
	padding-bottom:10px;
	line-height:20px;
	display:inline-block;
	position:absolute;
	right:280px;
}

#order_shipping_method {
	display:inline-block;
	margin-top:5px;
	text-align:right;
	position:absolute;
	right:20px;
}

#order_shipping_method_details {
	margin:10px 0px;
	padding:5px 0px;
	display:block;
	border-top:1px solid #F77E1E;
	border-bottom:1px solid #F77E1E;
}

#order_basket_shipping_iframe {
	width:250px;
	height:30px;
}

#order_payment_header {
	width:100%;
	height:50px;
	margin:20px 0px 30px 0px;
	top:5px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:left;
	font-weight:bold;
	line-height:50px;
}

#order_payment_frame {
	display:block;
}

#order_payment_frame_legend {
	margin:15px 0px;
	display:block;
	line-height:25px;
	border-bottom:1px solid #F77E1E;
}

#order_payment_name {
	height:25px;
	display:block;
	line-height:25px;
}

#order_payment_name_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_name input {
	width:250px;
}

#order_payment_address {
	height:25px;
	display:block;
}

#order_payment_address_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_address input {
	width:250px;
}

#order_payment_postalcode {
	height:25px;
	display:block;
}

#order_payment_postalcode_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_postalcode input {
	width:250px;
}

#order_payment_area {
	height:25px;
	display:block;
}

#order_payment_area_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_area input {
	width:250px;
}

#order_payment_phone {
	height:25px;
	display:block;
}

#order_payment_phone_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_phone input {
	width:250px;
}

#order_payment_mobile {
	height:25px;
	display:block;
}

#order_payment_mobile_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_mobile input {
	width:250px;
}

#order_payment_email {
	height:25px;
	display:block;
}

#order_payment_email_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_email input {
	width:250px;
}

#order_payment_country {
	width:255px;
	height:25px;
	display:inline-block;
}

#order_payment_country_legend {
	width:200px;
	display:inline-block;
	line-height:25px;
}

#order_payment_country select {
}

#order_payment_cost {
	width:auto;
	height:35px;
	margin:10px 0px;
	padding:0px 10px 0px 0px;
	left:0px;
	right:0px;
	display:block;
	text-align:right;
	font-weight:bold;
	line-height:35px;
	color: #FFFFFF;
	border-radius:5px;	background-color:#333333;}

#order_payment_method_header {
	margin:0px 5px;
	display:inline-block;
}

#order_payment_method {
	width:245px;
	display:inline-block;
}

#order_payment_method_details {
	margin:10px 0px;
	padding:5px 0px;
	display:block;
	border-top:1px solid #F77E1E;
	border-bottom:1px solid #F77E1E;
}

#order_basket_payment_details_iframe {
	width:100%;
		height:100px;
		overflow:auto;
	display:block;
}

#order_checkout_header {
	width:100%;
	height:50px;
	margin:20px 0px 30px 0px;
	top:5px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:left;
	font-weight:bold;
	line-height:50px;
}

#order_comments_frame {
	width:auto;
	height:auto;
	margin:10px 0px;
	padding:5px 0px;
	left:0px;
	right:0px;
	display:block;	
	border-top:1px solid #F77E1E;
	border-bottom:1px solid #F77E1E;
}

#order_comments_header {
	
}

#order_comments textarea{
	width:50%;
	position:relative;
}

#order_terms_of_use {
	width:auto;
	height:auto;
	left:0px;
	right:0px;
	display:block;
	text-align:center;
}

#order_total_cost {
	width:auto;
	height:30px;
	margin:10px 0px;
	padding:0px 10px 0px 0px;
	left:0px;
	right:0px;
	display:block;
	text-align:right;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	border-radius:5px;	background-color:#333333;}

#order_total_cost input{
	width:50px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	background-color:transparent;
	border:none;
}

#order_checkout{
	width:100%;
	left:0px;
	right:0px;
	padding:10px 0px;
	margin-bottom:20px;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	background-color:#333333;
	display:inline;
	border:none;
	border-radius:5px;	cursor:pointer;
}


#order_step_number {
	width:50px;
	height:50px;
	margin-right:20px;
	left:0px;
	right:0px;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	line-height:50px;
	color: #FFFFFF;
	border-radius:25px;	background-color:#333333;}




/***********************************************************/
/* Catalog Module ******************************************/
/***********************************************************/




#catalog_gallery
{
	width:auto;
	height:auto;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}

#catalog_in_gallery_frame
{
	width:200px;
	height:150px;
	position:relative;
	/*padding:0px 15px 20px 0px;*/
	background-color:#FFFFFF;
	color:#FFFFFF;
	margin-right:15px;
	text-align:left;
	border:1px solid #000000;
	display:inline-block;	transition:all 0.3s ease-in-out 0s;}

#catalog_in_gallery_frame:hover{
	border:1px solid #E6E6E6;
}


#catalog_in_gallery_thumb
{
	width:200px;
	height:150px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0px 0px;
	z-index:1;
	}

#catalog_in_gallery_details
{
	padding:5px;
	top:130px;
	bottom:-100%;
	left:0px;
	right:0px;
	position:absolute;
	background-color:#000000;
	opacity:0.9;	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	z-index:2;
	transition:all 0.3s ease-in-out 0s;}

#catalog_in_gallery_frame:hover #catalog_in_gallery_details
{
	top:0%;
	bottom:0%;
	position:absolute;
}

#catalog_in_gallery_title
{
	left:0px;
	right:0px;
	padding:0px 0px;
	font-size:11px;
	line-height:15px;
}

#catalog_in_gallery_code
{
	bottom:20px;
	left:5px;
	right:0px;
	position:absolute;
	padding:0px 0px;
	font-size:11px;
	line-height:15px;
}


#catalog_in_gallery_price
{
	bottom:0px;
	left:5px;
	right:0px;
	position:absolute;
	padding:0px 0px;
	font-size:13px;
	line-height:15px;
}









/* zoom in */
#catalog_zoomed{
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	text-align:left;
	display:block;}

/* toolbar */
#catalog_zoomed_toolbar{
	height:20px;
	top:0;
	left:0;
	right:0;
	position:absolute;
	display:inline-block;}

#catalog_zoomed_facebook_share_tool {
	position:absolute;
	top:0px;
	right:240px;
}

#catalog_zoomed_twitter_share_tool {
	position:absolute;
	top:0px;
	right:150px;
}

#catalog_zoomed_font_size_tool {
	position:absolute;
	top:0px;
	right:30px;
}

/* toolbar controls */
#catalog_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#catalog_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

/*****************************************************/
/*****************************************************/
/*****************************************************/

/* image */
#catalog_zoomed_image{
		width:250px;
	height:250px;
	background-image:url(../php/TimThumb.php?src=../images/default.png&h=250&w=250);
	/*padding:5px 0px;*/
	top:20px;
	left:0px;
	position:absolute;
	font-weight:bold;
	text-align:left;
	/*display:inline;*/
	}

#catalog_zoomed_gallery {
	width:238px;
	top:285px;
	bottom:0px;
	left:0px;
	position:absolute;
	text-align:left;
	overflow:auto;
}


/* title */
#catalog_zoomed_title {
	height:30px;
	top:20px;
	left:50%;
	right:0;
	position:absolute;
	border-bottom:1px solid #CF5400;
	color:#000000;
	font-size:20px;
	line-height:39px;
	text-align:left;
	display:inline;}

#catalog_zoomed_code {
	height:20px;
	top:50px;
	left:50%;
	right:0;
	position:absolute;
	color:#000000;
	font-size:10px;
	line-height:20px;
	text-align:left;
	display:inline;}

#catalog_zoomed_description {
	top:150px;
	bottom:0px;
	left:50%;
	right:0;
	position:absolute;
	color:#000000;
	text-align:left;
	display:block;}

#catalog_zoomed_availability_frame {
	height:20px;
	top:125px;
	left:50%;
	right:0px;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#catalog_zoomed_availability_legend {
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#catalog_zoomed_availability {
	height:20px;
	top:0px;
	left:100px;
	position:absolute;
	font-size:14px;
	line-height:20px;
}

#catalog_zoomed_price_frame {
	height:60px;
	top:60px;
	left:50%;
	right:0px;
	position:absolute;
	color:#333333;
	text-align:left;
	display:block;}

#catalog_zoomed_price_regular_legend {
	width:40px;
	padding:15px 0px;
	height:30px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#catalog_zoomed_price_regular {
	padding:15px 0px;
	height:30px;
	top:0px;
	left:50px;
	position:absolute;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
}

#catalog_zoomed_price_starting_legend {
	width:75px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#catalog_zoomed_price_starting {
	height:20px;
	top:0px;
	left:80px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-decoration:line-through;
}

#catalog_zoomed_price_final_legend {
	width:75px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#catalog_zoomed_price_final {
	height:20px;
	top:20px;
	left:80px;
	position:absolute;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#F00;
}

#catalog_zoomed_price_discount_legend {
	width:75px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	text-align:right;
}

#catalog_zoomed_price_discount {
	height:20px;
	top:40px;
	left:80px;
	position:absolute;
	font-size:12px;
	line-height:20px;
	color:#F00;
}

/******************************************/
/******************************************/
/******************************************/

#catalog_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#catalog_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#catalog_zoomed_thumbnail select {
	
}

#catalog_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#catalog_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#catalog_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#catalog_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#catalog_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#catalog_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#catalog_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#catalog_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#catalog_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#catalog_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#catalog_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#catalog_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}

#catalog_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#catalog_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#catalog_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#catalog_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#catalog_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#catalog_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#666666;	color:#333333;
	display:inline;}

#catalog_zoomed_button:hover{
	color:#E6E6E6;
}


#catalog_zoomed_title input{
	width:471px;
	height:40px;
	background-color:#FFFFFF;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}


#catalog_zoomed_content{
	position:relative;
	float:left;
	margin:10px;


}

#catalog_zoomed_description textarea{
	width:461px;
	height:308px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#catalog_zoomed_description_no_files{
	/*width:px;
	height:px;*/
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

/*#catalog_zoomed_gallery{
	width:264px;
	height:335px;
	margin:10px 0px 0px 0px;
	text-align:left;
	display:inline;	float:right;
}*/

#catalog_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#catalog_zoomed_gallery_admin{
	width:264px;
	height:305px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#catalog_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#catalog_zoomed_gallery_file img{
	border:1px solid #333333;
	transition:all 0.3s ease-in-out 0s;}

#catalog_zoomed_gallery_file img:hover{
	border:1px solid #F77E1E;
}


#catalog_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#catalog_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#catalog_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#catalog_zoomed_gallery_file_admin img{
	border:1px solid #333333;
	display:inline;	transition:all 0.3s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#catalog_zoomed_gallery_file_admin img:hover{
	border:1px solid #F77E1E;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


/* catalog_gallery_admin */

#catalog_gallery_admin_frame{
	width:auto;
	height:auto;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#catalog_gallery_admin_toolbar{
	width:auto;
	height:30px;
	top:35px;
	left:20px;
	right:20px;
	position:absolute;
}

#catalog_gallery_admin_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#catalog_gallery_admin_insert:hover{
	background:url(../images/admin/add_over.png);
}


/* catalog_gallery_admin */


/* catalog_zoomed_admin */

#catalog_zoomed_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

#catalog_zoomed_admin_code_legend{
	width:50px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_code{
	width:100px;
	height:18px;
	top:0px;
	bottom:4px;
	left:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_code input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}


#catalog_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/thumbnail_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:200px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#catalog_zoomed_admin_thumbnail:hover{
	background:#FFFFFF url('../images/admin/thumbnail_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#catalog_zoomed_admin_availability{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/availability_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:375px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#catalog_zoomed_admin_availability:hover{
	background:#FFFFFF url('../images/admin/availability_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}


#catalog_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#catalog_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#catalog_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#catalog_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#catalog_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#catalog_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#catalog_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_title{
	width:300px;
	height:18px;
	top:35px;
	bottom:4px;
	left:50px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}

#catalog_zoomed_admin_mu{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/measure_unit_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:35px;
	left:375px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#catalog_zoomed_admin_mu:hover{
	background:#FFFFFF url('../images/admin/measure_unit_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#catalog_zoomed_admin_price_legend{
	width:50px;
	height:20px;
	top:35px;
	right:200px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_price{
	width:65px;
	height:18px;
	top:35px;
	bottom:4px;
	right:135px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}


#catalog_zoomed_admin_price input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#catalog_zoomed_admin_currency{
	padding:0px 1px;
	width:10px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}


#catalog_zoomed_admin_discount_legend{
	width:50px;
	height:20px;
	top:35px;
	right:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_discount{
	width:50px;
	height:18px;
	top:35px;
	bottom:4px;
	right:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}

#catalog_zoomed_admin_discount input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#catalog_zoomed_admin_discount_symbol{
	width:10px;
	padding:0px 1px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}


#catalog_zoomed_admin_attribute_legend{
	width:90px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:12px;
	text-align:left;
}


#catalog_zoomed_admin_attribute{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/attribute_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:60px;
	left:90px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:11px;
	text-align:left;
}

#catalog_zoomed_admin_filter_legend{
	width:90px;
	height:20px;
	top:60px;
	left:200px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:12px;
	text-align:left;
}


#catalog_zoomed_admin_filter{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/filter_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:60px;
	left:300px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:11px;
	text-align:left;
}

#catalog_zoomed_admin_weight_legend{
	width:50px;
	height:20px;
	top:60px;
	right:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#catalog_zoomed_admin_weight{
	width:50px;
	height:18px;
	top:60px;
	bottom:4px;
	right:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:right;
}

#catalog_zoomed_admin_weight input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
	z-index:1;
}

#catalog_zoomed_admin_weight_symbol{
	width:10px;
	padding:0px 1px;
	top:2px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:18px;
	z-index:2;	
}



#catalog_zoomed_admin_content{
	top:90px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#catalog_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#catalog_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}


#catalog_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#catalog_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#catalog_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#catalog_zoomed_admin_category_1 select{
	width:100%;
	background:#FFFFFF url('../images/admin/measure_unit_normal.png') no-repeat 100% 1px;
}

#catalog_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_1 select{
	width:100%;
}


#catalog_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_2 select{
	width:100%;
}

#catalog_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#catalog_zoomed_admin_subcategory_3 select{
	width:100%;
}

#catalog_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#catalog_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#catalog_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#catalog_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#catalog_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#catalog_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#catalog_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#catalog_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#catalog_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#catalog_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#catalog_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#catalog_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#catalog_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#catalog_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#catalog_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#catalog_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#catalog_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#catalog_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#catalog_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#catalog_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#catalog_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#catalog_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


/* catalog_zoomed_admin */



/***********************************************************/
/* Portfolio Module ****************************************/
/***********************************************************/




#portfolio_gallery
{
	width:auto;
	height:auto;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}

#portfolio_in_gallery_frame
{
	width:225px;
	height:180px;
	position:relative;
	/*padding:0px 15px 20px 0px;*/
	background-color:#FFFFFF;
	color:#FFFFFF;
	margin-right:10px;
	text-align:left;
	border:1px solid ;
	display:inline-block;	transition:all 0.3s ease-in-out 0s;}

#portfolio_in_gallery_frame:hover{
	border:1px solid #E6E6E6;
}


#portfolio_in_gallery_thumb
{
	width:225px;
	height:180px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	padding:0px 0px;
	}

#portfolio_in_gallery_code
{
	height:15px;
	position:absolute;
	bottom:5px;
	left:5px;
	right:0;
	padding:0px 0px;
	font-size:11px;
	line-height:15px;
	transition:all 0.3s ease-in-out 0s;	opacity:0;
	z-index:2;
}

#portfolio_in_gallery_frame:hover #portfolio_in_gallery_code{
	opacity:1;
}

#portfolio_in_gallery_title
{
	position:absolute;
	/*margin:5px;*/
	padding:5px;
	top:100%;
	bottom:-100%;
	left:0px;
	right:0px;
	font-size:11px;
	line-height:15px;
	background-color:#000000;
	opacity:0.9;	transition:all 0.3s ease-in-out 0s;	z-index:1;
}

#portfolio_in_gallery_frame:hover #portfolio_in_gallery_title{
		top:0;
		bottom:0;
		left:0;
		right:0;
}

/* zoom in */
#portfolio_zoomed{
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	text-align:left;
	display:block;}

/* toolbar */
#portfolio_zoomed_toolbar{
	height:20px;
	top:0;
	left:0;
	right:0;
	position:absolute;
	display:inline-block;}

#portfolio_zoomed_facebook_share_tool {
	position:absolute;
	top:0px;
	right:240px;
}

#portfolio_zoomed_twitter_share_tool {
	position:absolute;
	top:0px;
	right:150px;
}

#portfolio_zoomed_font_size_tool {
	position:absolute;
	top:0px;
	right:30px;
}

/* toolbar controls */
#portfolio_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#portfolio_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

/*****************************************************/
/*****************************************************/
/*****************************************************/

/* image */
#portfolio_zoomed_image{
		width:400px;
	height:300px;
	background-image:url(../php/TimThumb.php?src=../images/default.png&h=300&w=400);
	/*padding:5px 0px;*/
	top:20px;
	left:0px;
	position:absolute;
	font-weight:bold;
	text-align:left;
	/*display:inline;*/
	}

#portfolio_zoomed_gallery {
	width:388px;
	top:335px;
	bottom:0px;
	left:0px;
	position:absolute;
	text-align:left;
	overflow:auto;
}


/* title */
#portfolio_zoomed_title {
	height:30px;
	top:20px;
	left:60%;
	right:0;
	position:absolute;
	border-bottom:1px solid #CF5400;
	color:#000000;
	font-size:20px;
	line-height:39px;
	text-align:left;
	display:inline;}

#portfolio_zoomed_code {
	height:20px;
	top:50px;
	left:60%;
	right:0;
	position:absolute;
	color:#000000;
	font-size:10px;
	line-height:20px;
	text-align:left;
	display:inline;}

#portfolio_zoomed_description {
	top:75px;
	bottom:0px;
	left:60%;
	right:0;
	position:absolute;
	color:#000000;
	text-align:left;
	display:block;}

/******************************************/
/******************************************/
/******************************************/

#portfolio_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#portfolio_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#portfolio_zoomed_thumbnail select {
	
}

#portfolio_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#portfolio_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#portfolio_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#portfolio_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#portfolio_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#portfolio_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#portfolio_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#portfolio_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#portfolio_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#portfolio_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#portfolio_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#portfolio_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}

#portfolio_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#portfolio_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#portfolio_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#portfolio_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#portfolio_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#portfolio_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#666666;	color:#333333;
	display:inline;}

#portfolio_zoomed_button:hover{
	color:#E6E6E6;
}


#portfolio_zoomed_title input{
	width:314px;
	height:40px;
	background-color:#FFFFFF;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}


#portfolio_zoomed_content{
	position:relative;
	float:left;
	margin:10px;


}

#portfolio_zoomed_description textarea{
	width:304px;
	height:308px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#portfolio_zoomed_description_no_files{
	/*width:px;
	height:px;*/
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

/*#portfolio_zoomed_gallery{
	width:264px;
	height:335px;
	margin:10px 0px 0px 0px;
	text-align:left;
	display:inline;	float:right;
}*/

#portfolio_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#portfolio_zoomed_gallery_admin{
	width:264px;
	height:305px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#portfolio_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#portfolio_zoomed_gallery_file img{
	border:1px solid #333333;
	transition:all 0.3s ease-in-out 0s;}

#portfolio_zoomed_gallery_file img:hover{
	border:1px solid #F77E1E;
}


#portfolio_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#portfolio_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#portfolio_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#portfolio_zoomed_gallery_file_admin img{
	border:1px solid #333333;
	display:inline;	transition:all 0.3s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#portfolio_zoomed_gallery_file_admin img:hover{
	border:1px solid #F77E1E;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


/* portfolio_gallery_admin */

#portfolio_gallery_admin_frame{
	width:auto;
	height:auto;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#portfolio_gallery_admin_toolbar{
	width:auto;
	height:30px;
	top:35px;
	left:20px;
	right:20px;
	position:absolute;
}

#portfolio_gallery_admin_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#portfolio_gallery_admin_insert:hover{
	background:url(../images/admin/add_over.png);
}


/* portfolio_gallery_admin */


/* portfolio_zoomed_admin */

#portfolio_zoomed_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

#portfolio_zoomed_admin_code_legend{
	width:50px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#portfolio_zoomed_admin_code{
	width:100px;
	height:18px;
	top:0px;
	bottom:4px;
	left:75px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#portfolio_zoomed_admin_code input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}


#portfolio_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/thumbnail_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:200px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#portfolio_zoomed_admin_thumbnail:hover{
	background:#FFFFFF url('../images/admin/thumbnail_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#portfolio_zoomed_admin_availability{
	width:100px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/availability_normal.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:375px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#portfolio_zoomed_admin_availability:hover{
	background:#FFFFFF url('../images/admin/availability_over.png') no-repeat 100% 1px;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}


#portfolio_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#portfolio_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#portfolio_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#portfolio_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#portfolio_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#portfolio_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#portfolio_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#portfolio_zoomed_admin_title{
	height:18px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#portfolio_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:1px;
	position:absolute;
	color:#000000;
	text-align:left;
}

#portfolio_zoomed_admin_content{
	top:90px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#portfolio_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#portfolio_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}


#portfolio_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#portfolio_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#portfolio_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#portfolio_zoomed_admin_category_1 select{
	width:100%;
	background:#FFFFFF url('../images/admin/measure_unit_normal.png') no-repeat 100% 1px;
}

#portfolio_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_1 select{
	width:100%;
}


#portfolio_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_2 select{
	width:100%;
}

#portfolio_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#portfolio_zoomed_admin_subcategory_3 select{
	width:100%;
}

#portfolio_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#portfolio_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#portfolio_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#portfolio_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#portfolio_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#portfolio_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#portfolio_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#portfolio_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#portfolio_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#portfolio_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#portfolio_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#portfolio_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#portfolio_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#portfolio_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#portfolio_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#portfolio_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#portfolio_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#portfolio_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#portfolio_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#portfolio_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}


#portfolio_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#portfolio_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


/* portfolio_zoomed_admin */



/***********************************************************/
/* Clothing Module ******************************************/
/***********************************************************/




#clothing_gallery
{
	width:100%;
	height:100%;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

#clothing_in_gallery
{
	width:140px;
	height:250px;
	position:relative;
	float:left;
	/*padding:5px 5px;*/
	/*margin:0px 15px 20px 0px;*/
}

#clothing_in_gallery_thumb
{
	width:140px;
	height:250px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 0px;
	background-image:url(../images/specials/product_thumb_over.png);
	/*margin-right:15px;*/
	opacity:0;		transition:all 0.3s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_thumb
{
	opacity:1;}

#clothing_in_gallery_title
{
	width:100%;
	position:absolute;
	bottom:20px;
	padding:0px 10px;
	font-size:11px;
	line-height:20px;
	background-color:#FFFFFF;
	color:#000000;
	opacity:0;	transition:all 0.3s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_title
{
	opacity:1;}


#clothing_in_gallery_price
{
	width:150px;
	position:absolute;
	bottom:0px;
	padding:0px 10px;
	font-size:12px;
	line-height:20px;
	background-color:#000000;
	color:#FFFFFF;
	opacity:0;	transition:all 0.3s ease-in-out 0s;}

#clothing_in_gallery:hover #clothing_in_gallery_price
{
	opacity:1;}

#clothing_in_gallery_basket_unavailable
{
		width:29px;
	height:22px;
	margin:0px 2px;
	/*padding-left:px;*/
	position:absolute;
	top:22px;
	right:-14.5px;
	background-image:url(../images/system/basket_normal.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#clothing_in_gallery_basket_available
{
		width:29px;
	height:22px;
	margin:0px 2px;
	/*padding-left:px;*/
	position:absolute;
	top:22px;
	right:-14.5px;
	background-image:url(../images/system/basket_normal.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

/*#clothing_in_gallery_basket_available:hover
{
	background-image:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}*/


/*#clothing_in_gallery_basket_selected
{
		width:29px;
	height:22px;
	margin:0px 2px;
	padding-left:px;
	position:absolute;
	top:22px;
	right:-14.5px;
	background-image:url(../images/system/basket_normal.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}*/


/*#clothing_in_gallery_zoom_in
{
		width:29px;
	height:22px;
	margin:0px 2px;
	padding-left:px;
	position:absolute;
	bottom:22px;
	bottom:3px;
	right:14.5px;
	right:3px;
	background-image:url(../images/system/frutodelia_btn_photozoom_up.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#clothing_in_gallery_zoom_in:hover
{
	background-image:url(../images/system/frutodelia_btn_photozoom_over.png);
	background-repeat:no-repeat;
}*/




/* zoom in */
#clothing_zoomed{
	width:100%;
	height:100%;
	/*width:785px;
	height:400px;
	position:relative;
	text-align:left;*/
}

#clothing_zoomed_details{
	width:227px;
	height:auto;
	margin:5px;
	position:fixed;
	top:193px;
	bottom:40px;
	left:0px;
	text-align:left;
}

#clothing_zoomed_reagent{
	width:auto;
	height:auto;
	margin-top:20px;
	position:relative;
	border-bottom:1px solid #E6E6E6;
	display:block;	text-align:right;
}

/* title */
#clothing_zoomed_title {
	color:#FFFFFF;
	position:relative;
	/*font-size:20px;
	line-height:39px;*/
	font-size:20px;
	line-height:20px;
	text-align:left;
	display:block;}

#clothing_zoomed_colors {
	width:auto;
	height:auto;
	text-align:left;
	display:block;}

#clothing_zoomed_color {
	width:20px;
	height:20px;
	margin:5px 1px;
	border:1px solid #333333;
	display:inline-block;}


#clothing_zoomed_price {
	width:auto;
	padding:0px 5px;
	background-color:#E6E6E6;
	position:relative;
	bottom:0;
	right:0;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
	line-height:22px;
	display:inline-block;}


/* toolbar */
#clothing_zoomed_toolbar{
	width:200px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

/* toolbar controls */
#clothing_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	position:absolute;
	top:40px;
	right:40px;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#clothing_zoomed_previous_product{
	background:url(../images/admin/previous_normal.png);
		width:30px;
	height:55px;
	position:absolute;
	bottom:35px;
	left:35px;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_previous_product:hover{
	background:url(../images/admin/previous_over.png);
}

#clothing_zoomed_next_product{
	background:url(../images/admin/next_normal.png);
		width:30px;
	height:55px;
	position:absolute;
	bottom:35px;
	right:35px;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
}

#clothing_zoomed_next_product:hover{
	background:url(../images/admin/next_over.png);
}



/*****************************************************/
/*****************************************************/
/*****************************************************/

#clothing_zoomed_content{
	position:absolute;
	top:0px;
	bottom:0px;
	left:200px;
	right:0px;	
}


/* image */
#clothing_zoomed_playarea{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;}

#clothing_zoomed_attachments{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:inline;}

#clothing_zoomed_gallery_file{
	position:relative;
	float:left;
	border:1px solid #000000;
	transition:all 0.3s ease-in-out 0s;}

#clothing_zoomed_gallery_file:hover{
	border:1px solid #333333;
}


#clothing_zoomed_description {
	width:471px;
	height:325px;
	margin-top:10px;
	margin-right:15px;
	/*background-color:#000;*/
	/*padding:5px 0px;*/
	text-align:left;
	display:block;	position:relative;
	float:right;
}

#clothing_zoomed_availability {
	width:250px;
	height:22px;
	margin:0px 0px 5px 0px;
	position:relative;
	text-align:left;
	font-size:14px;
	line-height:22px;
	display:block;	float:left;
}


#clothing_zoomed_add_to_basket{
	width:250px;
	height:22px;
	position:relative;
	font-size:14px;
	line-height:22px;
	float:left;
	display:inline;	border-radius:20px;}

#clothing_zoomed_add_to_basket input {
	width:40px;
	height:22px;
	margin:0px 10px;
	padding:0px 2px;
	position:relative;
	font-size:14px;
	line-height:22px;
	display:inline;	border-radius:20px;}

/*.clothing_zoomed_basket_available {
	width:29px;
	height:22px;
	margin:0px 2px;
	font-size:14px;
	line-height:22px;
	position:relative;
	background:url(../images/system/basket_normal.png);
	background-repeat:no-repeat;
	float:right;
}

.clothing_zoomed_basket_available:hover {
	background:url(../images/system/frutodelia_btn_addtocart_over.png);
	background-repeat:no-repeat;
}*/

/******************************************/
/******************************************/
/******************************************/

#clothing_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#clothing_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#clothing_zoomed_thumbnail select {
	
}

#clothing_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#clothing_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#clothing_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#clothing_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#clothing_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#clothing_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}




#clothing_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#clothing_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#clothing_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#clothing_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}




#clothing_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#clothing_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#clothing_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#clothing_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#clothing_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#clothing_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#666666;	color:#333333;
	display:inline;}

#clothing_zoomed_button:hover{
	color:#E6E6E6;
}


#clothing_zoomed_title input{
	width:471px;
	height:40px;
	background-color:#FFFFFF;
	/*padding:5px 0px;*/
	color:#000000;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}



#clothing_zoomed_description textarea{
	width:461px;
	height:308px;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#clothing_zoomed_description_no_files{
	width:745px;
	height:335px;
	/*padding:5px 0px;*/
	color:#000000;
	text-align:left;
	/*display:inline;*/
}

#clothing_zoomed_gallery{
	width:264px;
	height:335px;
	/*margin:10px 0px 0px 0px;*/
	text-align:left;
	/*display:inline;*/
	float:right;
}

#clothing_zoomed_gallery_admin_toolbar{
	width:264px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#clothing_zoomed_gallery_admin{
	width:264px;
	height:305px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#clothing_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#clothing_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#clothing_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#clothing_zoomed_gallery_file_admin img{
	border:1px solid #333333;
	display:inline;	transition:all 0.3s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#clothing_zoomed_gallery_file_admin img:hover{
	border:1px solid #F77E1E;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


/***********************************************************/
/* Project Module ******************************************/
/***********************************************************/

/***********************************************************/
/* Photograph Gallery Module *******************************/
/***********************************************************/


#photograph_gallery
{
	width:785px;
	height:400px;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

/*.photograph_gallery_checkbox
{
	width:auto;
	height:auto;
	padding:0;
	border:1px solid #FFF;
	margin:0;
	position:relative;
	background:#000;
	color:#f13500;
	cursor:pointer;
}*/

.photograph_gallery_button
{
	width:110px;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	position:relative;
	background-color:#FFFFFF;
	color:#000;
	vertical-align:top;
	font-weight:bold;
	cursor:pointer;
}

.photograph_gallery_button:hover
{
	color:#f13500;
}


#photograph_gallery_toolbar
{
	width:auto; /*785px;*/
	height:20px;
	margin-right:25px;
	position:relative;
	text-align:right;
}

#photograph_gallery_content
{
	width:785px;
	height:380px;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	*/
}

#photograph_in_gallery
{
	width:120px;
	height:107px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px 1px 1px 0px;
	background-color:#000;
	color:#FFF;
	opacity:0.9;	/*border:1px solid #000;*/
	}

#photograph_in_gallery a img
{
	/*border: 1px solid;*/
	opacity:0.7;	}

#photograph_in_gallery a:hover img
{
	/*border: 1px solid;*/
	opacity:1;	}

#photograph_in_gallery_thumbnail
{
	width:100%;
	height:90px;
	position:relative;
	text-align:center;
}

#photograph_in_gallery_bar
{
	width:100%;
	height:17px;
	padding:0;
	margin:0;
	position:relative;
	text-align:left;
	white-space:nowrap;
}

#photograph_in_gallery_title
{
	width:86px;
	height:12px;
	padding:0;
	margin:2px 0px 3px 0px;
	float:left;
	position:relative;
	text-align:center;
	font-size:12px;
	line-height:12px;
}

#photograph_in_gallery_basket
{
	width:17px;
	height:17px;
	float:left;
	position:relative;
	cursor:pointer;
}

#photograph_in_gallery_checkbox
{
	width:17px;
	height:17px;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

/***********************************************************/
/* News Module *********************************************/
/***********************************************************/



#news_gallery
{
	width:auto;
	height:auto;
	top:35px;
	bottom:10px;
	left:20px;
	right:20px;
	position:absolute;
	text-align:center;
}


#news_in_gallery_frame
{
	width:120px;
	height:140px;
	margin:5px;
	border:1px solid #333333;
	border-radius:10px;	background-color:#FFFFFF;	position:relative;
	background-color:#FFFFFF;
	color:#333333;
	font-size:13px;
	line-height:13px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;	/*display:inline;*/
	display:inline-block;
}

#news_in_gallery_frame:hover {
		background-color:#E6E6E6;
	border:1px solid #333333;
	cursor:pointer;
}


#news_in_gallery_image
{
	position:relative;
	padding:1px 0px;
}

#news_in_gallery_date {
	padding:4px 0px;
	color:#F77E1E;
	/*padding:5px 5px 0px 5px;*/
	position:relative;
	transition:all 0.3s ease-in-out 0s;}

#news_in_gallery_frame:hover #news_in_gallery_date {
	color:#F77E1E;
}

#news_in_gallery_title {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
	background-color:#333333;	position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	transition:all 0.3s ease-in-out 0s;}

#news_in_gallery_frame:hover #news_in_gallery_title {
	/*background-color:#666666;*/
	color:#E6E6E6;
}


#news_in_gallery_title_alert {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
		position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#FF0000;
	font-size:10px;
	line-height:10px;
}




/* news_gallery_admin */

#news_gallery_admin_frame{
	width:auto;
	height:auto;
	top:65px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
}


#news_gallery_admin_toolbar{
	width:auto;
	height:30px;
	top:35px;
	left:20px;
	right:20px;
	position:absolute;
}

#news_gallery_admin_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#news_gallery_admin_insert:hover{
	background:url(../images/admin/add_over.png);
}


/* news_gallery_admin */


/* news_zoomed_admin */

#news_zoomed_admin_frame{
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
	position:absolute;
	}

/* Μάλλον δε θα χρησιμοποιηθεί γιατί δημιουργεί διχτυωτή εμφώλευση με το form του insert/update. H absolute τοποθέτηση των εργαλείων στο frame αρκει. */
/*#news_zoomed_admin_toolbar{
	width:100%;
	height:30px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}*/

#news_zoomed_admin_date{
	width:90px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
	background-position:100% 2px;
	cursor:pointer;
}

#news_zoomed_admin_date:hover{
	background: url(../images/admin/calendar_over.png) no-repeat; 
	background-position:100% 2px;
}

#news_zoomed_admin_date input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#news_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background:#FFFFFF url('../images/admin/thumbnail_normal.png') no-repeat 100% 100%;
	/*background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#news_zoomed_admin_thumbnail:hover{
	background:#FFFFFF url('../images/admin/thumbnail_over.png') no-repeat 100% 100%;
	/*background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;*/
}

#news_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#news_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#news_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#news_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#news_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#news_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#news_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#news_zoomed_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#news_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}

#news_zoomed_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#news_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#news_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}


#news_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#news_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#news_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_category_1 select{
	width:100%;
}

#news_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_1 select{
	width:100%;
}


#news_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_2 select{
	width:100%;
}

#news_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#news_zoomed_admin_subcategory_3 select{
	width:100%;
}

#news_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#news_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#news_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#news_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#news_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#news_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#news_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#news_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#news_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#news_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#news_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#news_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#news_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#news_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#news_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#news_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#news_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#news_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#news_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#news_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#news_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#news_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}


/* news_zoomed_admin */


#news_zoomed{
	max-width:800px;
	margin:0;
	padding:0px;
	top:35px;
	bottom:10px;
	left:20px;
	right:20px;
	position:absolute;
}


#news_zoomed_date{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

#news_zoomed_facebook_share_tool {
	position:absolute;
	top:0px;
	right:240px;
}

#news_zoomed_twitter_share_tool {
	position:absolute;
	top:0px;
	right:150px;
}

#news_zoomed_font_size_tool {
	position:absolute;
	top:0px;
	right:30px;
}

#news_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

#news_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#news_zoomed_title{
	height:20px;
	position:absolute;
	top:25px;
	left:0;
	right:0;
	font-weight:bold;
	text-align:left;
	color:#000000;
	display:block;}

#news_zoomed_content{
	position:absolute;
	top:70px;
	bottom:0px;
	left:0px;
	right:0px;
	color:#000000;
	display:block;}

#news_zoomed_description{
	width:65%;
	color:#000000;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	display:block;}

#news_zoomed_description_no_files{
	color:#000000;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;}

#news_zoomed_gallery{
	width:30%;
	text-align:left;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;}



#news_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#news_zoomed_gallery_file img{
	border:1px solid #333333;
	transition:all 0.3s ease-in-out 0s;}

#news_zoomed_gallery_file img:hover{
	border:1px solid #000000;
}



#news_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}





/***********************************************************/
/* News Mini Content ***************************************/
/***********************************************************/


/***************************************** ok **************/
#news_mini_container{
	top:300px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

/*************************** ok ****************************/
#news_mini_legend{
	height:11px;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	border-bottom:1px solid #333333;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	font-size:11px;
	line-height:11px;
	/*text-align:left;*/
}

#news_mini_scroller{
	top:32px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
}

#news_mini_frame{
	height:75px;
	min-width:150px;
	max-width:580px;
	position:relative;
	left:0;
	right:0;
	margin:0px 0px 5px 0px;
	border:solid 1px #333333;
	border-radius:10px;		cursor:pointer;
	background-color:transparent;
	transition:all 0.3s ease-in-out 0s;}

#news_mini_frame:hover{
	border:solid 1px #F77E1E;
}


#news_mini_image{
	width:120px;
	height:75px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;}

#news_mini_date{
	position:absolute;
	top:5px;
	left:120px;
	right:0;
	bottom:60px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	transition:all 0.3s ease-in-out 0s;}

#news_mini_title{
	position:absolute;
	top:25px;
	left:120px;
	right:0;
	bottom:0;
	color:#333333;
	text-decoration:none;
	text-align:left;
	transition:all 0.3s ease-in-out 0s;}

#news_mini_frame:hover #news_mini_image{
	/*background-color:#CF5400;
	color:#F77E1E;*/
}

#news_mini_frame:hover #news_mini_date{
	/*background-color:#CF5400;
	color:#F77E1E;*/
}

#news_mini_frame:hover #news_mini_title{
	/*background-color:#CF5400;
	color:#F77E1E;*/
}


/***********************************************************/
/* Calendar Module *****************************************/
/***********************************************************/




/**** column headers or days of the week ****/
#calendar{
	width:320px;
	height:320px;
	top:0px;
	left:0px;
	right:20px;
	position:absolute;
	/*float:left;
	position:relative;*/
}

/**** month and year header at bottom of calendar ****/
#calendar_date_header {
	width:305px;
	height:12px;
	padding:2px;
	margin-bottom:10px;
	/*border:3px solid #F77E1E;*/
	font-size:12px;
	line-height:12px;
	background-color:#FFFFFF; 
	color:#000000;
	float:left;
	text-align:left;
	/*font-weight:bold;*/
}


#calendar_column_header { 
	width:35px;
	height:12px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:12px;
	line-height:12px;
	background-color:#CF5400; 
	color:#FFFFFF;
	/*font-weight:bold; */
	text-align:center; 
	display : inline; 
	float: left;
	position : relative;
	border-radius:10px;	cursor:default;
}


/**** color and size of calendar cells.  ****/
#calendar_day_cell { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#F77E1E;
	color:#FFFFFF;
	display : inline;
	float: left;
	position : relative;
	text-align:center;
	border-radius:10px;	cursor:default;
}

#calendar_day_cell_with_event { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#333333;
	/*background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;*/
	color:#000000;
	display : inline;
	float: left;
	position : relative;
	text-align:center;
	border-radius:10px;	cursor:pointer;
}


#calendar_day_cell #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_day_cell_with_event #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_empty_day_cell { 
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #FFFFFF;
	font-size:35px;
	line-height:35px;
	background-color:#FFFFFF; 
	display : inline;
	float: left;
	position : relative;
}

#calendar_today_cell	{
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #CF5400;
	font-size:35px;
	line-height:35px;
	background-color:#F77E1E;
	display : inline;
	float: left;
	position : relative;
 	text-align:center;
	border-radius:10px;	cursor:default;
}

#calendar_today_cell_with_event	{
	width:35px;
	height:35px;
	padding:2px;
	border:3px solid #CF5400;
	font-size:35px;
	line-height:35px;
	background-color:#333333;
	/*background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;*/
	display : inline;
	float: left;
	position : relative;
 	text-align:center;
	border-radius:10px;	cursor:pointer;
}

#calendar_today_cell #calendar_day_number { 
	color:#FFFFFF;
}

#calendar_today_cell_with_event #calendar_day_number { 
	color:#FFFFFF;
}


/**** day number in upper left corner of each cell ****/
/*#day_number { font-size:26px; color:#000; background:#1F1F1F; width:32px; height:50px; float:left;}*/
#calendar_day_number { 	font-size:26px;	line-height:35px;
 color:#000; /*width:32px; height:50px; float:left;*/}
/*#calendar_day_events { font-size:26px; width:76px; height:50px; float:left;}*/

/**** title_txt is the text for each post on main page ****/
.calendar_title_txt { font-size:10px; color:#000 }
.calendar_title_txt A:link { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:active { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:visited { color:#00F; /*text-decoration:underline*/ }
.calendar_title_txt A:hover { color:#00F; /*text-decoration:underline*/ }


/***********************************************************/
/* Calendar Mini Content ***********************************/
/***********************************************************/


#calendar_mini_container{
	width:250px;
	height:100px;
}

#calendar_mini_legend{
	width:245px;
	height:10px;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
	border-bottom:1px solid #000000;
	font-size:10px;
	line-height:10px;
}

#calendar_mini_scroller{
	width:250px;
	height:69px;
	text-align:center;
}

#calendar_mini_date_header {
	width:83px;
	height:13px;
	/*padding:5px 0px;*/
	/*border:1px solid #F77E1E;*/
	font-size:13px;
	line-height:13px;
	background-color:#F77E1E; 
	color:#FFFFFF;
	display:inline;	position : relative;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
}

#calendar_mini_day { 
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #F77E1E;
	font-size:16px;
	line-height:54px;
	background-color:#E6E6E6;
	color:#F77E1E;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}

#calendar_mini_day_with_event { 
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #F77E1E;
	font-size:16px;
	line-height:54px;
	background-color:#E6E6E6;
	background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;
	color:#F77E1E;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}


#calendar_mini_today {
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #F77E1E;
	font-size:16px;
	line-height:54px;
	background-color:#B3B3B3;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

#calendar_mini_today_with_event {
	width:81px;
	height:54px;
	/*padding:2px;*/
	border:3px solid #F77E1E;
	font-size:16px;
	line-height:54px;
	background-color:#B3B3B3;
	background-image:url(../php/TimThumb.php?src=../images/system/calendar/event.gif&h=23&w=23);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

/***********************************************************/
/* Events Module *******************************************/
/***********************************************************/

#events_area {
	position:absolute;
	top:35px;
	bottom:20px;
	left:20px;
	right:20px;
}

#events_toolbar {
	width:100%;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
}

#events_frame {
	position:absolute;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
}

#events_day_of_events {
	width:50%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;
}

#events_summary_event_frame {
	width:auto;
	height:auto;
	left:0;
	right:0;
	margin:10px 0px;
	border:1px solid #F77E1E;
	border-radius:10px;	padding:5px;
	cursor:pointer;
	transition:all 0.3s ease-in-out 0s;}

#events_summary_event_frame:hover {
	border:1px solid #E6E6E6;	
}

#events_summary_event_thumbnail {
	top:0px;
	left:0px;
	display:inline;
}

#events_summary_event_date {
	top:0px;
	left:85px;
	font-weight:bold;
	display:inline;
}

#events_summary_event_hour {
	top:0px;
	left:125px;
	font-weight:bold;
	display:inline;
}

#events_summary_event_title {
	top:20px;
	left:85px;
	display:block;
}

#events_zoomed_event_frame {
	margin:0px;
	padding:0px;
	top:20px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	transition:all 0.3s ease-in-out 0s;}

#events_zoomed_facebook_share_tool {
	position:fixed;
	top:0px;
	right:190px;
}

#events_zoomed_twitter_share_tool {
	position:fixed;
	top:0px;
	right:120px;
}


#events_zoomed_return{
	background:url(../images/admin/return_normal.png);
		width:24px;
	height:25px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	cursor:pointer;
	z-index:100;
}

#events_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#events_zoomed_event_date {
	margin-bottom:10px;
	font-weight:bold;
	display:inline;
}

#events_zoomed_event_hour {
	margin-bottom:10px;
	font-weight:bold;
	display:inline;
}


#events_zoomed_event_title {
	margin-bottom:10px;
	display:block;
}

#events_zoomed_event_description {
	top:120px;
	bottom:80px;
	left:0px;
	right:0px;
	position:absolute;
	display:block;
	overflow:auto;
}

#events_zoomed_event_description_no_files {
	top:120px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	display:block;
	overflow:auto;
}


#events_zoomed_files {
	height:70px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	display:inline;
}

#events_zoomed_files_no_files {

}

#events_zoomed_gallery_file{
	margin:0px 5px;
	display:inline;
	white-space:nowrap;
}

/* events_summary_admin */




#events_summary_admin_toolbar {
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#events_summary_admin_insert {
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:absolute;
	top:0;
	right:0;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
}

#events_summary_admin_insert:hover {
	background:url(../images/admin/add_over.png);
}

#events_summary_admin_summary {
	padding:0px;
	margin:0px;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}



#events_summary_admin_frame {
	padding:5px;
	margin:10px 0px;
	border:solid 1px #000000;
	border-radius:10px;	cursor:pointer;
	display:block;
	transition:all 0.3s ease-in-out 0s;}

#events_summary_admin_frame:hover {	
	border:solid 1px #E6E6E6;
}

#events_summary_admin_date {
	font-weight:bold;
}

#events_summary_admin_title {
}

#events_summary_admin_title_alert {
	color:#FF0000;
}

/* events_summary_admin */


/* events_zoomed_admin */

#events_zoomed_admin_frame{
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	}

/* Μάλλον δε θα χρησιμοποιηθεί γιατί δημιουργεί διχτυωτή εμφώλευση με το form του insert/update. H absolute τοποθέτηση των εργαλείων στο frame αρκει. */
/*#events_zoomed_admin_toolbar{
	width:100%;
	height:30px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}*/

#events_zoomed_admin_date{
	width:90px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
	background-position:100% 2px;
	cursor:pointer;
}

#events_zoomed_admin_date:hover{
	background: url(../images/admin/calendar_over.png) no-repeat; 
	background-position:100% 2px;
}

#events_zoomed_admin_date input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#events_zoomed_admin_time{
	width:90px;
	height:20px;
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
	background: url(../images/admin/clock_normal.png) no-repeat; 
	background-position:100% 2px;
	cursor:pointer;
}

#events_zoomed_admin_time:hover{
	background: url(../images/admin/clock_over.png) no-repeat; 
	background-position:100% 2px;
}

#events_zoomed_admin_time input{
	width:100%;
	height:18px;
	top:0px;
	bottom:4px;
	left:0px;
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	cursor:pointer;
}

#events_zoomed_admin_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	top:0px;
	left:100px;
	position:absolute;
	color:#000000;
	line-height:16px;
	font-size:11px;
	text-align:left;
}

#events_zoomed_admin_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

#events_zoomed_admin_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_return:hover{
	background:url(../images/admin/return_over.png);
}

#events_zoomed_admin_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:30px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#events_zoomed_admin_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#events_zoomed_admin_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:60px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#events_zoomed_admin_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_insert:hover{
	background:url(../images/admin/save_over.png);
}

#events_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}

#events_zoomed_admin_title_legend{
	width:50px;
	height:20px;
	top:35px;
	left:0px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#events_zoomed_admin_title{
	height:16px;
	top:35px;
	bottom:4px;
	left:50px;
	right:4px;
	position:absolute;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:left;
}

#events_zoomed_admin_title input{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-indent:5px;
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}

#events_zoomed_admin_content{
	top:65px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#events_zoomed_admin_description {
	width:50%;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:0px;
	right:50%;
	position:absolute;
	color:#000000;
	text-align:left;
}

#events_zoomed_admin_description textarea{
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#events_zoomed_admin_categories{
	width:45%;
	height:80px;
	top:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#events_zoomed_admin_category_label_1{
	width:100px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_1{
	width:100px;
	height:20px;
	top:20px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_2{
	width:100px;
	height:20px;
	top:40px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_label_3{
	width:100px;
	height:20px;
	top:60px;
	left:0px;
	position:absolute;
	font-size:11px;
	line-height:20px;
}

#events_zoomed_admin_category_1{
	height:20px;
	top:0px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_category_1 select{
	width:100%;
}

#events_zoomed_admin_subcategory_1{
	height:20px;
	top:20px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_1 select{
	width:100%;
}

#events_zoomed_admin_subcategory_2{
	height:20px;
	top:40px;
	left:120px;
	right:0px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_2 select{
	width:100%;
}

#events_zoomed_admin_subcategory_3{
	height:20px;
	top:60px;
	right:0px;
	left:120px;
	position:absolute;
	font-size:12px;
	line-height:20px;
}

#events_zoomed_admin_subcategory_3 select{
	width:100%;
}

#events_zoomed_admin_gallery_toolbar{
	width:45%;
	height:25px;
	border-bottom:solid 1px #000000;
	top:85px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#events_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#events_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#events_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}

#events_zoomed_admin_gallery{
	width:45%;
	top:115px;
	bottom:0px;
	right:0px;
	position:absolute;
	color:#000000;
	overflow:auto;
}

#events_zoomed_admin_gallery_file{
	width:100%;
	height:60px;
	margin:10px 0px;
	position:relative;
	display:block;}

#events_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#events_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}

#events_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#events_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#events_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#events_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#events_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#events_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#events_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#events_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#events_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#events_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#events_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#events_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* events_zoomed_admin */




#events_mini_container{
	width:360px;
	height:240px;
	border:1px solid #000000;
	border-radius:10px;	position:absolute;
	top:0;
	right:0;
}

#events_mini_day_yesterday{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #F77E1E;
	border-top-left-radius:10px;	padding:0px;
	background-color:#333333;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;}

#events_mini_day_yesterday:hover{
	background-color:#CF5400;
}

#events_mini_day_yesterday:hover ~ #events_mini_day_today{
	background-color:#333333;
}

#events_mini_details_yesterday{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.3s ease-in-out 0s;*/
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_yesterday:hover ~ #events_mini_details_today{
	/*display:none;
		opacity:0;*/
	visibility:hidden;
}

#events_mini_day_yesterday:hover ~ #events_mini_details_yesterday{
	/*display:block;
	opacity:1;*/
	visibility:visible;
}

#events_mini_day_today{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #F77E1E;
	padding:0px;
	background-color:#CF5400;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:120px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;}

#events_mini_day_today:hover {
	background-color:#CF5400;
}

#events_mini_details_today{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.3s ease-in-out 0s;*/
	/*display:block;
	opacity:1;*/
	visibility:visible;
}


#events_mini_day_tomorrow{
	width:120px;
	height:120px;
	margin:0px;
	border:0px solid #F77E1E;
	border-top-right-radius:10px;	padding:0px;
	background-color:#333333;
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:240px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;}

#events_mini_day_tomorrow:hover{
	background-color:#CF5400;
}

#events_mini_day_tomorrow:hover ~ #events_mini_day_today{
	background-color:#333333;
}

#events_mini_details_tomorrow{
	width:350px;
	height:110px;
	margin:0px;
	padding:5px;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	box-shadow:0px 10px 10px -10px #000 inset;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	/*transition:all 0.3s ease-in-out 0s;*/
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_tomorrow:hover ~ #events_mini_details_today{
	/*display:none;
	opacity:0;*/
	visibility:hidden;
}

#events_mini_day_tomorrow:hover ~ #events_mini_details_tomorrow{
	/*display:block;
	opacity:0;*/
	visibility:visible;
}

#events_mini_day_label{
	width:auto;
	height:24px;
	border-top:1px solid #FFFFFF;
	position:absolute;
	bottom:0px;
	left:5px;
	right:5px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;	
}

#events_mini_day_number{
	width:auto;
	height:auto;
	/*height:90px;*/
	position:absolute;
	top:40px;
	left:5px;
	right:5px;
	font-size:67px;
	text-align:center;
	transition:all 0.3s ease-in-out 0s;	
}



/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/
/************************** check later *********************************/

#events_mini_legend{
	display:none;
	width:355px;
	height:10px;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
	border-bottom:1px solid #000000;
	font-size:10px;
	line-height:10px;
}

#events_mini_scroller{
	/*width:px;
	height:px;*/
	text-align:center;
}

#events_mini_date_header {
	width:120px;
	height:48px;
	/*padding:5px 0px;*/
	/*border:1px solid #F77E1E;*/
	font-size:48px;
	line-height:48px;
	background-color:#F77E1E; 
	color:#FFFFFF;
	display:inline;	position : relative;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
}

/*#events_mini_day { 
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #F77E1E;
	font-size:36px;
	line-height:120px;
	background-color:#E6E6E6;
	color:#F77E1E;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}

#events_mini_day_with_event { 
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #F77E1E;
	font-size:36px;
	line-height:120px;
	background-color:#E6E6E6;
	background-image:url(../php/TimThumb.php?src=../images/system/events/event.gif&h=0&w=0);
	background-repeat:no-repeat;
	background-position:right top;
	color:#F77E1E;
	display:inline;	float: left;
	position : relative;
	text-align:center;
}


#events_mini_today {
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #F77E1E;
	font-size:36px;
	line-height:120px;
	background-color:#B3B3B3;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}

#events_mini_today_with_event {
	width:120px;
	height:120px;
	/*padding:px;*/
	/*border:px solid #F77E1E;
	font-size:36px;
	line-height:120px;
	background-color:#B3B3B3;
	background-image:url(../php/TimThumb.php?src=../images/system/events/event.gif&h=0&w=0);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	display:inline;	float: left;
	position : relative;
 	text-align:center;
}*/






/***********************************************************/
/* pvproject Module ****************************************/
/***********************************************************/


#pvproject_gallery_admin_toolbar
{
	width:785px;
	height:30px;
	text-align:left;
	/*float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}

#pvproject_gallery_admin
{
	width:785px;
	height:370px;
	text-align:left;
	/*float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}



#pvproject_gallery
{
	width:785px;
	height:400px;
	text-align:left;
	/*position:relative;
	float:left; 
	padding:5px 5px; 
	margin:5px 5px; 
	border:1px solid #DA5C73;
	border-radius:10px;	/*display:inline;*/
}

#pvproject_gallery_insert{
	background:url(../images/admin/add_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_gallery_insert:hover{
	background:url(../images/admin/add_over.png);
}

#pvproject_in_gallery_frame
{
	width:240px;
	height:90px;
	margin:10px;
	padding:130px 10px 15px 10px;
	border:2px solid #E6E6E6;
	background-repeat:no-repeat;
	background-position:left top;
		border-radius:10px;	position:relative;
	color:#000000;
	font-size:13px;
	line-height:13px;
	text-align:left;
	float:left;
	transition:all 0.3s ease-in-out 0s;	line-height:14px;
	font-size:12px;
	/*display:inline;*/
	/*display:inline-block;*/
}

#pvproject_in_gallery_frame:hover {
	background-color:#F77E1E;	border:2px solid #333333;
	cursor:pointer;
}

#pvproject_in_gallery_label
{
	color:#E6E6E6;
	font-weight:bold;
	display:inline;}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_label
{
	color:#333333;
	display:inline;}

#pvproject_zoomed{
	width:785px;
	height:400px;
	position:relative;
	text-align:left;
}

#pvproject_zoomed_toolbar{
	width:785px;
	height:20px;
	position:relative;
	float:left;
	/*display:inline;*/
}

#pvproject_zoomed_content{
	width:785px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}

#pvproject_zoomed_graph{
	width:471px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}

#pvproject_zoomed_attribute{
	padding:0px 0px 5px 0px;
	display:block;	font-size:11px;
	text-align:left;
	position:relative;
	/*float:left;*/
}

#pvproject_zoomed_label{
	width:130px;
	height:20px;
	padding:0px 5px 0px 0px;
	color:#E6E6E6;
	font-weight:bold;
	font-size:10px;
	display:inline;	text-align:right;
	position:relative;
	float:left;
}

#pvproject_zoomed_data{
	width:314px;
	height:300px;
	position:relative;
	float:left;
}

#pvproject_zoomed_totals{
	width:314px;
	margin:10px 0px;
	position:relative;
	float:left;
	/*margin:10px;*/
}



#pvproject_zoomed_content{
	width:785px;
	height:300px;
	position:relative;
	float:left;
	/*margin:10px;*/
}


#pvproject_zoomed_gallery{
	width:785px;
	height:80px;
	margin:0;
	text-align:left;
	/*display:inline;*/
	position:relative;
	float:left;
}

#pvproject_in_gallery_image
{
	position:relative;
	padding:1px 0px;
}

#pvproject_in_gallery_date {
	padding:4px 0px;
	color:#000000;
	/*padding:5px 5px 0px 5px;*/
	position:relative;
}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_date {
	color:#000000;
}

#pvproject_in_gallery_title {
	width:112px;
	height:30px;
	padding:4px 4px;
	/*padding:5px;*/
		position:absolute;
	bottom:0;
	left:0;
	float:left;
	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;	color:#000000;
	font-size:10px;
	line-height:10px;
}

#pvproject_in_gallery_frame:hover #pvproject_in_gallery_title {
		color:#000000;
}

#pvproject_zoomed_thumbnail{
	width:150px;
	height:20px;
	/*border: inset 2px #BBB;*/
	background: url(../images/admin/thumbnail_normal.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
	position:relative;
	color:#000000;
	text-align:left;
	line-height:14px;
	/*display:inline;*/
	float:left;
}

#pvproject_zoomed_thumbnail:hover{
	background: url(../images/admin/thumbnail_over.png);
	background-position:100% 2px;
	background-repeat:no-repeat;
}

#pvproject_zoomed_thumbnail select {
	
}


a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0px 5px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/admin/calendar_normal.png) no-repeat; 
}
a.dp-choose-date:hover {
	background: url(../images/admin/calendar_over.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}



#pvproject_zoomed_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_update:hover{
	background:url(../images/admin/save_over.png);
}

#pvproject_zoomed_insert{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_insert:hover{
	background:url(../images/admin/save_over.png);
}


#pvproject_zoomed_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#pvproject_zoomed_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_disabled:hover{
	background:url(../images/admin/disable_over.png);
}

#pvproject_zoomed_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#pvproject_zoomed_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}



#pvproject_zoomed_return{
	background:url(../images/admin/return_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_return:hover{
	background:url(../images/admin/return_over.png);
}

#pvproject_zoomed_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
}

#pvproject_zoomed_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#pvproject_zoomed_newfile{
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF;*/
	width:20px;
	height:20px;
	margin:0px 5px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_newfile input{
	width:20px;
	height:20px;
	margin:0px;
	position:relative;
	display:inline;	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	/*display:inline;*/
	z-index:1001;
	opacity:0;	cursor:pointer;
}


#pvproject_zoomed_newfile:hover{
	background:url(../images/admin/newfile_over.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}




#pvproject_zoomed_delete_file{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_delete_file:hover{
	background:url(../images/admin/delete_over.png);
}


#pvproject_zoomed_undelete_file{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
	cursor:pointer;
}

#pvproject_zoomed_undelete_file:hover{
	background:url(../images/admin/undo_over.png);
}

#pvproject_zoomed_edit_file{
	background:url(../images/admin/edit_normal.png);
	width:20px;
	height:20px;
	margin:0px 3px;
	position:relative;
	color:#808080;
	/*font-weight:bold;*/
	text-align:right;
	display:inline;	z-index:1000;
	float:right;
}

#pvproject_zoomed_edit_file:hover{
	background:url(../images/admin/edit_over.png);
}


#pvproject_zoomed_button{
	padding:2px 12px;
	position:relative;
	background-color:#666666;	color:#333333;
	display:inline;}

#pvproject_zoomed_button:hover{
	color:#E6E6E6;
}

#pvproject_zoomed_title{
	width:785px;
	/*padding:5px 0px;*/
	color:#CF5400;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}

#pvproject_zoomed_title input{
	width:785px;
	height:20px;
	background-color:#FFFFFF;
	/*padding:5px 0px;*/
	color:#666666;
	position:relative;
	font-weight:bold;
	text-align:left;
	/*float:left;*/
	/*display:inline;*/
}



#pvproject_zoomed_description{
	width:0px;
	height:300px;
	/*padding:5px 0px;*/
	color:#666666;
	text-align:left;
	/*display:inline;*/
}

#pvproject_zoomed_description_no_files{
	width:785px;
	height:300px;
	/*padding:5px 0px;*/
	color:#666666;
	text-align:left;
	/*display:inline;*/
}

#pvproject_zoomed_gallery_admin_toolbar{
	width:278px;
	height:30px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}


#pvproject_zoomed_gallery_admin{
	width:785px;
	height:270px;
	/*margin:10px 0px 0px 0px;*/
	/*text-align:left;*/
	/*display:inline;*/
	/*float:right;*/
}

#pvproject_zoomed_gallery_file{
	margin:5px;
	position:relative;
	display:inline;}

#pvproject_zoomed_gallery_file_admin{
	/*width:100%;*/
	height:100px;
	margin:5px;
	position:relative;
	text-align:center;
	display:inline;	float:left;
}

#pvproject_zoomed_gallery_file_thumbnail{
	width:80px;
	height:62px;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
}


#pvproject_zoomed_gallery_file_admin input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}



#pvproject_zoomed_gallery_file_admin img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;	/*display:block;*/
	/*float:left;*/
}

#pvproject_zoomed_gallery_file_admin img:hover{
	border:1px solid #000000;
	display:inline;	/*display:block;*/
	/*float:left;*/
}


#pvproject_zoomed_gallery_file img{
	border:1px solid #FFFFFF;
	transition:all 0.3s ease-in-out 0s;}

#pvproject_zoomed_gallery_file img:hover{
	border:1px solid #333333;
}


/***********************************************************/
/* News Module *********************************************/
/***********************************************************/


#dynmap_map
{
width: 150px;
height: 150px;
float:left;
}


#dynmap_info
{
width: 635px;
height: 400px;
float:right;
}



/***********************************************************/
/***********************************************************/
/* Files Section *******************************************/
/***********************************************************/
/***********************************************************/

/***********************************************************/
/* Card Showway ********************************************/
/***********************************************************/

#card_synopsis_frame 
{
	width:245px;
	height:90px;
	position:relative;
	padding:0;
	margin:25px 0px;
	border-radius:20px;	background-color:#F77E1E;	transition:all 0.5s ease-in-out 0s;}


#card_synopsis_frame:hover 
{
	background-color:#CF5400;}

#card_synopsis_frame:hover #card_synopsis_description
{
	/*color:#F77E1E;*/
}


#card_synopsis_image
{
	border-top-left-radius:20px;	border-bottom-left-radius:20px;	display:block;
	position:absolute;
	top:0;
	left:0;
}



#card_synopsis_frame:hover #card_synopsis_image{
	/*border:3px solid #333;*/
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
}

#card_synopsis_description
{
	width:150px;
	height:100%;
	/*padding:5px 0px;*/
	padding:0px 5px 0px 0px;
	position:absolute;
	top:0;
	left:90px;
	display:block;
	text-align:left;
	color:#333;
	font-size:11px;
	/*font-weight:bold;*/
}

#card_zoomed_container
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	background-color:#E6E6E6;
}

#card_zoomed_header
{
	height:117px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-image:url(../images/header_bg_gr.png);
	background-repeat:repeat;
}

#card_zoomed_logo
{
	width:237px;
	height:73px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/logo_gr.png);
}

#card_zoomed_content
{
	position:absolute;
	top:117px;
	left:0;
	right:0;
	bottom:0;
}


#card_zoomed_title
{
	position:absolute;
	top:5px;
	right:0px;
	left:50%;
}


#card_zoomed_image
{
	position:absolute;
	top:0px;
	bottom:10px;
	right:50%;
	left:0px;
}

#card_zoomed_description
{
	position:absolute;
	top:45px;
	bottom:0px;
	right:0px;
	left:50%;
	text-align:justify;
	overflow:auto;
}



/***********************************************************/
/* Image Showway *******************************************/
/***********************************************************/


#image_thumb_portrait {
	position:relative;
	display:inline-block;	width:45px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#image_thumb_portrait:hover{
	border:1px solid #333333;
}

#image_thumb_portrait img {
	width:45px;
	height:60px;
}

#image_thumb_landscape {
	position:relative;
	display:inline-block;	width:80px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#image_thumb_landscape:hover{
	border:1px solid #333333;
}

#image_thumb_landscape img {
	width:80px;
	height:60px;
}

#image_thumb_square {
	position:relative;
	display:inline-block;	width:60px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#image_thumb_square:hover{
	border:1px solid #333333;
}

#image_thumb_square img {
	width:60px;
	height:60px;
}


/***********************************************************/
/* PDF Showway *********************************************/
/***********************************************************/


#pdf_thumb_portrait {
	position:relative;
	display:inline-block;	width:45px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#pdf_thumb_portrait:hover{
	border:1px solid #333333;
}

#pdf_thumb_portrait img {
	width:45px;
	height:60px;
}


#pdf_thumb_landscape {
	position:relative;
	display:inline-block;	width:80px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#pdf_thumb_landscape:hover{
	border:1px solid #333333;
}

#pdf_thumb_landscape img {
	width:80px;
	height:60px;
}

#pdf_thumb_square {
	position:relative;
	display:inline-block;	width:60px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#pdf_thumb_square:hover{
	border:1px solid #333333;
}

#pdf_thumb_square img {
	width:60px;
	height:60px;
}


/***********************************************************/
/* Video Showway *******************************************/
/***********************************************************/


#video_thumb_portrait {
	position:relative;
	display:inline-block;	width:45px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#video_thumb_portrait:hover{
	border:1px solid #333333;
}

#video_thumb_portrait img {
	width:45px;
	height:60px;
}

#video_thumb_landscape {
	position:relative;
	display:inline-block;	width:80px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#video_thumb_landscape:hover{
	border:1px solid #333333;
}

#video_thumb_landscape img {
	width:80px;
	height:60px;
}

#video_thumb_square {
	position:relative;
	display:inline-block;	width:60px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#video_thumb_square:hover{
	border:1px solid #333333;
}

#video_thumb_square img {
	width:60px;
	height:60px;
}


/***********************************************************/
/* Sound Showway *******************************************/
/***********************************************************/


#sound_thumb_portrait {
	position:relative;
	display:inline-block;	width:45px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#sound_thumb_portrait:hover{
	border:1px solid #333333;
}

#sound_thumb_portrait img {
	width:45px;
	height:60px;
}

#sound_thumb_landscape {
	position:relative;
	display:inline-block;	width:80px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#sound_thumb_landscape:hover{
	border:1px solid #333333;
}

#sound_thumb_landscape img {
	width:80px;
	height:60px;
}

#sound_thumb_square {
	position:relative;
	display:inline-block;	width:60px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#sound_thumb_square:hover{
	border:1px solid #333333;
}

#sound_thumb_square img {
	width:60px;
	height:60px;
}


/***********************************************************/
/* Document Showway ****************************************/
/***********************************************************/


#document_thumb_portrait {
	position:relative;
	display:inline-block;	width:45px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#document_thumb_portrait:hover{
	border:1px solid #333333;
}

#document_thumb_portrait img {
	width:45px;
	height:60px;
}

#document_thumb_landscape {
	position:relative;
	display:inline-block;	width:80px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#document_thumb_landscape:hover{
	border:1px solid #333333;
}

#document_thumb_landscape img {
	width:80px;
	height:60px;
}

#document_thumb_square {
	position:relative;
	display:inline-block;	width:60px;
	height:60px;
	background-image:url(../images/loader_loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #E6E6E6;
	transition:all 0.3s ease-in-out 0s;}

#document_thumb_square:hover{
	border:1px solid #333333;
}

#document_thumb_square img {
	width:60px;
	height:60px;
}

/***********************************************************/
/***********************************************************/
/* Forms Section *******************************************/
/***********************************************************/
/***********************************************************/

#form
{
	height:auto;
	text-align:center;
		padding:0px 20px;
	border-radius:10px;	color:#000000;
}

#form table
{
	width:100%;
	height:auto;
	font-size:12px;
	line-height:12px;
	vertical-align:middle;
	text-align:left;
}

#form td
{
	width:50%;
	white-space:nowrap;
}

#form select
{
	width:100%;
	margin:3px 0px;
	background-color:#F77E1E;	color:#333333;
	border:none;
	transition:border-color 0.3s ease-in-out 0s;}

#form input
{
	width:100%;
	margin:3px 0px;
	background-color:#F77E1E;	color:#333333;
	border:transparent;
	text-indent:5px;
	border-radius:10px;	transition:border-color 0.3s ease-in-out 0s;}

#form input:hover
{
	background-color:#F77E1E;	color:#333333;
}

#form textarea
{
	width:100%;
	margin:3px 0px;
	background-color:#F77E1E;	color:#333333;
	border:none;
	text-indent:5px;
	border-radius:10px;	transition:border-color 0.3s ease-in-out 0s;}

#form textarea:hover
{
	background-color:#F77E1E;	color:#333333;
}

/******************************************************************************************************************/
/******************************************************* Showways *************************************************/
/******************************************************************************************************************/


/************************************************** Presentation Module *******************************************/


#presentation_toolbar_font_size_tool {
	top:5px;
	right:20px;
	position:absolute;
}

#presentation_toolbar_facebook_share_tool {
	top:5px;
	right:240px;
	position:absolute;
}

#presentation_toolbar_twitter_share_tool {
	top:5px;
	right:150px;
	position:absolute;
}




/* Simple Text */

#simple_text_title
{
	height:25px;
	font-weight:bold;
}

#simple_text_content
{
	height:285px;
}

#simple_text_content_no_files
{
	height:375px;
}

#simple_text_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#simple_text_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#simple_text_files a:hover img
{
	border: 1px solid #DA5C73;
}


#simple_text_files_no_files
{
	height:0px;
}


/* Bio */

#bio_container
{
	width:auto;
	top:35px;
	bottom:10px;
	left:20px;
	right:20px;
	position:absolute;
	/*background-color:#CF5400;*/	
}

#bio_image
{
	top:0px;
	left:0px;
	position:absolute;
}


#bio_name
{
	height:25px;
	font-weight:bold;
	top:0px;
	left:140px;
	right:0px;
	position:absolute;
}

#bio_title
{
	height:25px;
	font-weight:bold;
	top:25px;
	left:140px;
	right:0px;
	position:absolute;
}


#bio_content
{
	top:50px;
	bottom:60px;
	left:140px;
	right:0px;
	position:absolute;
}

#bio_content_no_files
{
	top:50px;
	bottom:0px;
	left:140px;
	right:0px;
	position:absolute;
}

#bio_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#bio_files_no_files
{
	display:none;
	visibility:hidden;
}


/***************************************************************/
/* Rich Text ***************************************************/
/***************************************************************/


#rich_text_title
{
	width:765px;
	height:30px;
	margin:0px 10px;
	font-weight:bold;
}

#rich_text_content
{
	width:467px;
	height:370px;
	margin:0px 10px;
	float:left;
}

#rich_text_content_no_files
{
	width:765px;
	height:370px;
	margin:0px 10px;
	float:left;
}

#rich_text_files
{
	width:278px;
	height:370px;
	margin:0px 10px;
	float:right;
}

#rich_text_files_no_files
{
}

/* News */

#news_title
{
	height:25px;
	font-weight:bold;
}

#news_date
{
	height:25px;
	color:#000000;
	font-weight:bold;
}

#news_content
{
	height:260px;
}

#news_content_no_files
{
	height:350px;
}

#news_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#news_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#news_files a:hover img
{
	border: 1px solid #DA5C73;
}


#news_files_no_files
{
	height:0px;
}


/* Only Title */

#only_title_title
{
	height:25px;
	font-weight:bold;
}

#only_title_files
{
	margin-top:10px;
	text-align:center;
	height:375px;
}

#only_title_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#only_title_files a:hover img
{
	border: 1px solid #DA5C73;
}

#only_title_files_no_files
{
	height:0px;
}

/***************************************************************/
/* Text Without Title ******************************************/
/***************************************************************/


#text_without_title_container
{
	width:auto;
	top:35px;
	bottom:10px;
	left:20px;
	right:20px;
	position:absolute;
	/*background-color:#CF5400;*/	
}

#text_without_title_content
{
	width:53%;
    position:absolute;
	top:0;
	bottom:0;
	left:0;
}

#text_without_title_content_no_files
{
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#text_without_title_files
{
	width:42%;
    position:absolute;
	top:0;
	bottom:0;
	right:0;
}

#text_without_title_files_no_files
{
	display:none;
	visibility:hidden;
}


/* Title Photo Content */

#title_photo_content_title
{
	height:25px;
	font-weight:bold;
}

#title_photo_content_content
{
	height:285px;
}

#title_photo_content_content img
{
	float:left;
	margin-right:10px;
}

#title_photo_content_content_no_files
{
	height:375px;
}

#title_photo_content_content_no_files img
{
	float:left;
	margin-right:10px;
}

#title_photo_content_files
{
	margin-top:10px;
	text-align:center;
	height:90px;
}

#title_photo_content_files a img
{
	border: 1px solid #333;
	border-radius:10px;}

#title_photo_content_files a:hover img
{
	border: 1px solid #DA5C73;
}


#title_photo_content_files_no_files
{
	height:0px;
}

/**********************************************************************/
/* Form ***************************************************************/
/**********************************************************************/

#exec_no_files{
	width:auto;
	top:35px;
	bottom:10px;
	left:20px;
	right:20px;
	position:absolute;
	/*background-color:#CF5400;*/	
}

#exec_files_no_files{
	display:none;
	visibility:hidden;
}



/**********************************************************************/
/* Slideshow **********************************************************/
/**********************************************************************/

/* View mode start ****************************************************/
#slideshow_frame{
	/*border:solid 1px #000;
		position:absolute;
	left:-237px;
	overflow:hidden;
	background-color:#000;
	background-image:url(../images/specials/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;*/
	top:0px;
	left:0px;
	margin-top:0px;
	position:absolute;
}

.slide {
	border:1px solid transparent;
		position:absolute;
	background-color:#000;
}

.slide img {
	}
/* View mode end ******************************************************/

/* Admin mode start ***************************************************/

#slideshow_frame_admin{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#slideshow_zoomed_admin_gallery_toolbar{
	height:25px;
	border-bottom:solid 1px #000000;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	text-indent:5px;
	line-height:24px;
	color:#000000;
}

#slideshow_zoomed_admin_update{
	background:url(../images/admin/save_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:90px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_update:hover{
	background:url(../images/admin/save_over.png);
}


#slideshow_zoomed_admin_newfile{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background:url(../images/admin/newfile_normal.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#slideshow_zoomed_admin_newfile:hover{
	background:url(../images/admin/newfile_over.png);
}

#slideshow_zoomed_admin_newfile input{
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	left:0px;
	right:20px;
	position:absolute;
	opacity:0;	cursor:pointer;
}


#slideshow_zoomed_admin_gallery{
	top:25px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	color:#000000;
}

#slideshow_zoomed_admin_gallery_file{
	width:100%;
	height:100px;
	margin:10px 0px;
	position:relative;
	display:block;}

#slideshow_zoomed_admin_gallery_file_toolbar{
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}

#slideshow_zoomed_admin_file_delete{
	background:url(../images/admin/delete_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_delete:hover{
	background:url(../images/admin/delete_over.png);
}


#slideshow_zoomed_admin_file_undelete{
	background:url(../images/admin/undo_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_undelete:hover{
	background:url(../images/admin/undo_over.png);
}

#slideshow_zoomed_admin_file_enabled{
	background:url(../images/admin/enable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_enabled:hover{
	background:url(../images/admin/enable_over.png);
}

#slideshow_zoomed_admin_file_disabled{
	background:url(../images/admin/disable_normal.png);
	width:20px;
	height:20px;
	top:0px;
	bottom:0px;
	right:25px;
	position:absolute;
	color:#000000;
	cursor:pointer;
}

#slideshow_zoomed_admin_file_disabled:hover{
	background:url(../images/admin/disable_over.png);
}


#slideshow_zoomed_admin_gallery_file_thumbnail{
	width:80px;
	height:60px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}

#slideshow_zoomed_admin_gallery_file img{
	border:1px solid #FFFFFF;
	display:inline;	transition:all 0.3s ease-in-out 0s;}

#slideshow_zoomed_admin_gallery_file img:hover{
	border:1px solid #000000;
	display:inline;}

#slideshow_zoomed_admin_gallery_file_priority {
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	left:120px;
	right:40px;
	position:absolute;
	background:url(../images/admin/priority_normal.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:25px;
}

#slideshow_zoomed_admin_gallery_file_priority input{
	width:40px;
	height:20px;
	margin:0px 0px 0px 25px;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#slideshow_zoomed_admin_gallery_file_title_legend {
	height:20px;
	margin:0;
	padding:0;
	top:20px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#slideshow_zoomed_admin_gallery_file_title {
	margin:0;
	padding:0;
	top:40px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#slideshow_zoomed_admin_gallery_file_title input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

#slideshow_zoomed_admin_gallery_file_link_legend {
	height:20px;
	margin:0;
	padding:0;
	top:60px;
	bottom:0px;
	left:120px;
	right:0px;
	position:absolute;
}

#slideshow_zoomed_admin_gallery_file_link {
	margin:0;
	padding:0;
	top:80px;
	bottom:0px;
	left:120px;
	right:4px;
	position:absolute;
}


#slideshow_zoomed_admin_gallery_file_link input{
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
}

/* Admin mode end *****************************************************/



/**********************************************************************/
/* Login Section ******************************************************/
/**********************************************************************/


/* Vertical ***********************************************************/

/*#login_frame
{
	background-color:#FFF;
	width:200px;
	height:66px;
	padding:1px;
	border:1px solid #DA5C73;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
}

#login_frame input
{
	background-color:#FFF;
	width:154px;
	height:18px;
	border:1px solid #DA5C73;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#login_header
{
	background-color:#FFF;
	color:#DA5C73;
	width:190px;
	padding:0px 5px;
	height:12px;
	float:left;
	border-bottom:5px solid #FFF;
	border-top:5px solid #FFF;
	text-align:left;
}

#login_user
{
	background-color:#333;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_password
{
	background-color:#CCC;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_msg
{
	background-color:#F60;
	color:#DA5C73;
	width:170px;
	padding:0px 5px;
	height:12px;
	float:left;
	text-align:left;
	border-top:4px solid #FFF;
	border-bottom:4px solid #FFF;
}

#login_forgot
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_forgot a
{
	background-image:url(../images/system/forgot_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_forgot a:hover
{
	background-image:url(../images/system/forgot_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mail
{
	background-color:#333;
	width:180px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_mail input
{
	background-color:#FFF;
	width:174px;
	height:18px;
	border:1px solid #DA5C73;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#login_continue
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_continue a
{
	background-image:url(../images/system/login_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_continue a:hover
{
	background-image:url(../images/system/login_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mailat
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_mailat a
{
	background-image:url(../images/system/mailat_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_mailat a:hover
{
	background-image:url(../images/system/mailat_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_return
{
	background-color:#FF0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_return a
{
	background-image:url(../images/system/return_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_return a:hover
{
	background-image:url(../images/system/return_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_signup
{
	background-color:#0FF;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_signup a
{
	background-image:url(../images/system/add_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_signup a:hover
{
	background-image:url(../images/system/add_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}


#login_enter


{
	background-color:#0F0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_enter a
{
	background-image:url(../images/system/login_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_enter a:hover
{
	background-image:url(../images/system/login_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_edit
{
	background-color:#000;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_edit a
{
	background-image:url(../images/system/edit_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_edit a:hover
{
	background-image:url(../images/system/edit_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit
{
	background-color:#0F0;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_exit a
{
	background-image:url(../images/system/logout_normal.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit a:hover
{
	background-image:url(../images/system/logout_rollover.png);
	width:20px;
	height:20px;
	float:left;
	text-align:center;
}

#login_exit a input
{
	border:hidden;
	background-color:#FFFFFF;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	cursor:pointer;
}

#login_exit a:hover input
{
	border:hidden;
	background-color:#FFFFFF;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	cursor:pointer;
}


#login_welcome
{
	background-color:#333;
	width:157px;
	height:20px;
	padding-left:23px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_logged
{
	background-color:#333;
	width:200px;
	height:20px;
	float:left;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#login_logged input
{
	background-color:#FFF;
	width:174px;
	height:18px;
	border:1px solid #FFF;
	margin:0px;
	padding:0px 2px;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}*/


/* Horizontal ***********************************************************/


/* Old
#login_frame
{
	width:auto;
	height:auto;
	padding:4px 0px;
	background-color:transparent;
	font-size:11px;
	line-height:18px;
	float:right;
}*/


#login_toggle_show {
	height:30px;
	padding-right:35px;
	position:absolute;
	top:20px;
	right:0px;
	cursor:pointer;
	background:url(../images/admin/login_toggle_show_normal.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height:20px;
	visibility:;}

#login_toggle_show:hover {
	background:url(../images/admin/login_toggle_show_over.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#login_toggle_hide {
	height:30px;
	padding-right:35px;
	position:absolute;
	top:25px;
	right:5px;
	cursor:pointer;
	background:url(../images/admin/login_toggle_hide_normal.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height:20px;
	/*z-index:2000;*/
	visibility:;}

#login_toggle_hide:hover {
	background:url(../images/admin/login_toggle_hide_over.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}



#login_container{
	/*height:41px;*/
	height:72px;
	top:px;	/*left:237px;*/
	left:237px;
	right:0;
	position:absolute;
	/*background-color:#333333;*/
	background-color:transparent;
	background-image:url('../images/login_bg.png');
	/*background-image:url(../images/login_bg.png);*/
	background-repeat:repeat;
	/*background-color:#333333;*/
	background-position:top center;
	font-size:11px;
	line-height:18px;
	/*display:;*/
	z-index:2000;
}


#login_frame
{
	width:auto;
	top:25px;
	right:50px;
	position:absolute;
	font-size:11px;
	line-height:18px;
}

#login_frame input
{
	width:100px;
	height:22px;
	border:1px solid #333333;
	margin:5px 2px;
	padding:1px 2px;
	background-color:#FFFFFF;
	color:#333333;
	float:left;
	/*border-radius:10px;*/
	transition:all 0.3s ease-in-out 0s;}

#login_header
{
	width:auto;
	height:22px;
	margin:2px 2px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	background-color:transparent;
	color:#000000;
	float:left;
}

#login_user
{
		width:auto;
	height:36px;
	margin:0px 2px;
	padding-left:36px;
	background-image:url(../images/system/login_user_normal.png);
	background-repeat:no-repeat;
	float:left;
}

#login_user:hover
{
	background-image:url(../images/system/login_user_over.png);
}

#login_user:hover input
{
	border:1px solid #F77E1E;
	background-color:#FFFFFF;
	color:#F77E1E;
}


#login_password
{
		width:auto;
	height:36px;
	margin:0px 2px;
	padding-left:36px;
	background-image:url(../images/system/login_password_normal.png);
	background-repeat:no-repeat;
	float:left;
}

#login_password:hover
{
	background-image:url(../images/system/login_password_over.png);
}

#login_password:hover input
{
	border:1px solid #F77E1E;
	background-color:#FFFFFF;
	color:#F77E1E;
}


#login_msg
{
	width:auto;
	height:32px;
	margin:2px 2px;
	font-size:11px;
	line-height:32px;
	text-align:center;
	background-color:transparent;
	color:#FFFFFF;
	float:left;
}

#login_forgot
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_forgot_password_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
}


#login_forgot:hover
{
	background-image:url(../images/system/login_forgot_password_over.png);
}


#login_mail
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:21px;
	background-image:url(../images/system/login_mailat_normal.png);
	background-repeat:no-repeat;
	float:left;
	/*border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;*/
	transition:all 0.3s ease-in-out 0s;}

#login_mail:hover
{
	background-image:url(../images/system/login_mailat_over.png);
}

#login_mail:hover input
{
	width:170px;
	border:1px solid #F77E1E;
	background-color:#FFFFFF;
	color:#F77E1E;
}

#login_security_question
{
		width:auto;
	height:22px;
	margin:0px 2px;
	padding-left:19px;
	background-image:url(../images/system/login_security_question_normal.png);
	background-repeat:no-repeat;
	float:left;
	/*border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;*/
	transition:all 0.3s ease-in-out 0s;}

#login_security_question:hover
{
	background-image:url(../images/system/login_security_question_over.png);
}

#login_security_question:hover input
{
	width:170px;
	border:1px solid #F77E1E;
	background-color:#FFFFFF;
	color:#F77E1E;
}

#login_continue
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_submit_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:all 0.3s ease-in-out 0s;}

#login_continue:hover
{
	background-image:url(../images/system/login_submit_over.png);
}

#login_mailat
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_submit_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_mailat:hover
{
	background-image:url(../images/system/login_submit_over.png);
}

#login_return
{
		width:21px;
	height:22px;
	margin:0px 2px;
	background-image:url(../images/system/login_return_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_return:hover
{
	background-image:url(../images/system/login_return_over.png);
}


#login_signup
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_signup_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_signup:hover
{
	background-image:url(../images/system/login_signup_over.png);
}


#login_enter
{
		width:36px;
	height:36px;
	background-image:url(../images/system/login_submit_normal.png);
	margin:0px 2px;
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_enter:hover
{
	background-image:url(../images/system/login_submit_over.png);
}


#login_edit
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_edit_user_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_edit:hover
{
	background-image:url(../images/system/login_edit_user_over.png);
}

#login_exit
{
		width:36px;
	height:36px;
	margin:0px 2px;
	background-image:url(../images/system/login_logout_normal.png);
	float:left;
	text-align:center;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

#login_exit:hover
{
	background-image:url(../images/system/login_logout_over.png);
}

#login_welcome
{
	width:auto;
	height:32px;
	margin:2px 2px;
	font-size:11px;
	line-height:32px;
	text-align:center;
	background-color:transparent;
	color:#FFFFFF;
	float:left;
}

#login_logged
{
	width:auto;
	margin:0px 2px;
	background-color:transparent;
	float:left;
}


/******************************************************************/
/* User Registration **********************************************/
/******************************************************************/

#user_registration_frame {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.user_registration_instructions{
	margin:10px 0px;
	display:block;
	position:relative;
	text-align:left;
	line-height:15px;
	white-space:normal;
}

.user_registration_label{
	position:relative;
	height:20px;
	font-weight:bold;
	text-align:left;
	margin:10px 0px 5px 0px;
	line-height:20px;
}


.user_registration_input{
	margin:5px 0px;
	position:relative;
	height:20px;
	margin-left:0px;
	margin-right:12px;	
	font-size:10px;
	text-align:left;
	line-height:15px;
	white-space:normal;
}

.user_registration_input input{
	width:100%;
	height:90%;
	padding:0px 5px;
	background:#F77E1E;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	}


.user_registration_check{
	margin:5px 0px;
	position:relative;
	height:20px;
	font-size:10px;
	text-align:left;
	line-height:20px;
	white-space:normal;
}

#user_registration_submit{
	width:100%;
	left:0px;
	right:0px;
	padding:10px 0px;
	margin-bottom:20px;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	color: #FFFFFF;
	background-color:#F77E1E;
	display:inline;
	border:none;
		cursor:pointer;
}

  #password_check {
	  /*visibility:visible;
	  background-color:#FFF;
	  border:1px solid #000;
	  border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
	  width:100px;
	  height:5px;
	  text-align:center;*/
	  font-size: 10px;
	  line-height:18px;
  }
  
  #password_check_graph {
	visibility:visible;
	/*background-color:#FFF;*/
	border:1px solid #000;
	border-radius:10px;	border:1px solid #B3B3B3;
	width:100px;
	height:5px;
	text-align:center;
	font-size: 10px;
	line-height:18px;
  }  
  
#password_check_tab {
	width:20px;
	height:5px;
	position:relative;
	display:block;
	float:left;
	  /*border-left:1px solid #000;
	  border-right:1px solid #000;*/
}
  
  .weak {
	  background-color:#F00;
  }
  
  .average{
	  background-color:#F90;
  }
  
  .good{
	  background-color:#FF0;
  }
  
  .better{
	  background-color:#090;
  }
  
  .safe{
	  background-color:#0F0;
  }

/* Specials **********************************/

#homepage_frame{
	/*width:960px;
	margin-left:-480px;
	top:147px;
	bottom:55px;
	left:50%;
	right:0px;
	position:fixed;*/
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

#homepage_shortcuts{
	width:960px;
	margin-top:120px;
	top:50%;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}

	#homepage_tab1 {
	width:240px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url(../images/specials/brands_normal.gif);
	position:absolute;
	top:0px;
	left:0px;
}

#homepage_tab1:hover {
	background-image:url(../images/specials/brands_over.gif);
}

	#homepage_tab2 {
	width:240px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url(../images/specials/offers_normal.png);
	position:absolute;
	top:0px;
	left:240px;
}

#homepage_tab2:hover {
	background-image:url(../images/specials/offers_over.png);
}

	#homepage_tab3 {
	width:240px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url(../images/specials/newins_normal.png);	
	position:absolute;
	top:0px;
	left:480px;
}

#homepage_tab3:hover {
	background-image:url(../images/specials/newins_over.png);	
}

	#homepage_tab4 {
	width:240px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url(../images/specials/catalogs_normal.png);	
	position:absolute;
	top:0px;
	left:720px;
}

#homepage_tab4:hover {
	background-image:url(../images/specials/catalogs_over.png);	
}

.iframe{
	margin:0;
	padding:0;
	/*background: #333333;*/
	font-size:12px;
	line-height:16px;
	word-spacing:0;
	letter-spacing:0;
}

.iframe form{
	margin:0;
	padding:0;
	/*background: #333333;*/
}

.passed
{
		width:auto;
	height:100%;
	padding-left:36px;
	background-image:url(../images/system/ok.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:36px;
	float:left;
	text-align:left;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

.error
{
		width:auto;
	height:100%;
	padding-left:36px;
	background-image:url(../images/system/not_ok.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:36px;
	float:left;
	text-align:left;
	/*display:none; /* Για εξαφάνιση του control */
	transition:border-color 0.3s ease-in-out 0s;}

/*KYRIAKOS*/
/************************************************/
/* price_list ***********************************/
/************************************************/

#price_content{
position:relative;
padding:0;
margin:0;
}

.item_header{
height:30px;
font-size:13px;
line-height:30px;
font-weight : bold;
color: #5E6645;
background: #dec08d;
}

.item_row{
height:24px;
font-size:11px;
line-height:24px;
color: #7E123B;
border-bottom: 1px solid #dec08d;
}

.input_price{
text-align:right;
color: #7E123B;
font-size:11px;
width:40px;
}

#submit_price_list{
float:left;
position:relative;
height:16px;
width:150px;
border-radius:20px;background: #7e132b;
text-align:center;
color: #fff;
font-size:14px;
}


#post_order_content{
float:left;
position:absolute;
top:25px;
left:25px;
padding:0;
margin:0;
height:400px;
width:680px;
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
background: #edddc0;
}

.post_order_table_header
{
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
}

.post_order_table_row
{
font-size:12px;
line-height:14px;
letter-spacing:0;
color: #7E123B;
background: #edddc0;
}