/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border:0;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
	background-color : #FFFFFF;
}

/* Normal Style */
.n, table
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #000000;
}

/* Normal Style, Bold */
.nb
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	font-weight:bold;
	color : #5973a4;
}

/* Normal Style, Small */
.ns
{
	font-family : Verdana, Tahoma;
	font-size : 7pt;
	font-weight:normal;
	color : #AAAAAA;
}

/* Normal Style, Large */
.nl
{
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	font-weight: bold;
	color : #5973a4;
}

/* Style For Textbox*/
.tb
{
	background-color : #FFFFFF;
	border : 1px solid #838383;
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Tahoma;

}

/* Style For Buttons*/
.btn
{
	color: #fff; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 8pt;
	font-weight: normal;	
	text-decoration: none;
	background: url(images/thebutton.gif) no-repeat center bottom;
	width: 130px;
	height: 23px;
	border: 0px;
	cursor: pointer;
	text-align: center;
}


/* Style For Links */
a:link, a:visited
{
	font-family : Verdana;
	color: #454545;
	font-weight : normal;	
	text-decoration : none;
}

a:hover
{
	font-family : Verdana;
	color: #548dd4;
	font-weight : normal;	
	text-decoration : underline;
}


/* Border Table */
.bt
{
	background-color : #b0bec7;
}

/* Content Table */
.ct
{
	background-color : #fff;
	border: 1px solid #b0bec7;
}

.ct1 {
	background-color : #F1F1F1;
	border: 1px solid #838383;
}

.ct2
{
	background-color : #FFFFFF;
	border: 1px solid #e6eeee;
}

.ctn {
background-color: #F1F1F1;
border: 1px solid #b0bec7;
}

/* Header Table */
.ht
{
	font-family : Verdana;
	font-size: 10px;
	font-weight: bold;
	color : #ffffff;
	background: #284871 url(images/bg_corner.gif) repeat-x;
	border: 0px;
}

.ht a:link, .ht a:visited,.ht a:hover
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
    color : #ffffff;
}

.ht2
{
	background: #FFFFFF url(images/left_bg_corner.gif) no-repeat;
	border: 0px;
}

.ht3
{
	background: #FFFFFF url(images/right_bg_corner.gif) no-repeat;
	border: 0px;
}


.ht2
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000000;
	border: 0px;
}

.ht2b
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	background-color : #ffffff;
	border: 0px;
}

/* Normal Table Row */
.nt
{
	background-color : #ffffff;
}

/* Alternative Table Row */
.at
{
	background-color : #e6eeee;
}


/* Title */
.title
{
	font-family : Verdana;
	font-size : 11pt;
	color : #1a455b;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{
	font-family : Verdana;
	font-size : 10pt;
	color : #1a455b;
	font-weight : bold;	
	text-decoration : none;
}


/*********** Custom Classes **********/
/*----------------- LINE SEPARATORS -----------------*/
/* darkShadow , lightShadow , LineShadow*/
.dS
{
	background-color : #000000;
}

.lS
{
	background-color: #e1e4e6;
}

.liS
{
	background-color : #ffffff;
}

/************** Menu Style Sheet ****************/

/* Menu Style Sheet */
.Menu,.SubMenuTable
{
	font-family: Verdana, Tahoma;
	font-weight:bold;
	font-size: 10px;
	padding: 20px 0 0 0;	
	background-color: #F1F1F1;
	width: 100%;
	border: 1px solid #2F3191;	
}

.SubMenu
{
	color: #FFCC33;
	position:	absolute;
	visibility:	hidden;
	white-space:	nowrap;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;	
	padding:	0;
	overflow:	visible;
	border:		1px solid #333333;	
	
}

.SubMenuTable
{
	overflow:	visible;
}

.MainItem,.MainItemHover,.MainItemActive,
.MenuItem,.MenuItemHover,.MenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;
}

.MainItem
{
	color: #454545;
	width: 150px;
	cursor:pointer;
	border-right: 1px solid black;
}

.MainItemHover,.MainItemActive
{
	color: #2F3191;
	background-color: #D8E4F8;
	cursor:pointer;
	border-right: 1px solid black;
}

.MenuItem
{
	
}

.MenuItemHover,.MenuItemActive
{
	color: #F68213;
}






/* horizontal main menu */

td.MainItemHover,td.MainItemActive












{
	
}

.MainFolderLeft,.MainItemLeft,
.MainFolderText,.MainItemText,
.MainFolderRight,.MainItemRight
{
	background-color:inherit;
	padding:5px 5px 5px 5px;
}




/* menu splits */

.MenuSplit, .MenuSplitH
{
	margin: -5px;
	height: 0px;
}

.MSHtd
{
	display:none;
}
/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.MenuItem img.seq1
{
	display:	inline;
}

.MenuItemHover seq2,
.MenuItemActive seq2
{
	display:	inline;
}

.MenuItem .seq2,
.MenuItemHover .seq1,
.MenuItemActive .seq1
{
	display:	none;
}

/*----------------- BACKGROUNDS -----------------*/
/* 1 Background*/
.bg_1
{
	background-color : #ffffff;
}

/* 3 Background*/
.bg_3
{
	background-color : url(inst/samarasv4/gallery/layout/left_bg.gif) repeat-y; 
}

hr
{
   height:1;
}

#thetopmenu 
{
    font-family : Verdana;
	font-size : 12px;
	color: #454545;
	background: url(/inst/samarasv4/gallery/layout/topmenu_bg.gif) repeat-x;

}

#thetopmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
}

#thetopmenu ul li a:visited
{
	color: #454545;
}

#thetopmenu ul li a:hover
{
	color: #454545; !important;
}

#thetopmenu li
{
	display: inline;
}

#thetopmenu ul li a {
	float: left;
	color: #454545;
	padding: 7px 4px;
	text-decoration: none;
	border-right: 1px solid #838383;
	border-left: 1px solid #838383;
	width: 130px;
	text-align: center;
}

.bottom
{
	text-align: right;
	padding-right: 10px;

}

.bottom a:link, .bottom a:visited, .bottom a:hover
{
	color: #FFFFFF;
	font-size: 10px;

}

.bottom1
{
	font-size:10px;
	color: #FFFFFF;
	padding-top: 2px;
}

.left_bg
{
	background: url(/inst/samarasv4/gallery/layout/left_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
}

/* Watermark input style*/
.watermark
{
	padding: 2px 1px 1px 1px;
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Tahoma;
	background: url(images/zoom.png);
	background-repeat:no-repeat;
	text-indent:20;
}

/* Catalog Quick Search Textbox style*/
.cqstxt
{
	width:150px;
}

/* Catalog Quick Search Drop Down style*/
.cqsddl
{
	width:150px;
}

.lgUVtxt, .lgPVtxt
{
	width:100px;
}
#QsTbl{
background-color: #F1F1F1;
}


#QsTbl TD, #LgTbl TD
{
	text-align:center;

}

/* Catalog Categories Navigation*/
.ccn, .ccn a:link, .ccn a:visited,.ccn a:hover
{
	
}


.nav
{
	background-color:#F1F1F1;
	padding:4px;
	font-size:10px;
	color: #000000;
	font-weight:bold;
	border-bottom: solid 1px #919496;
	border-top: solid 1px #919496;
	/*text-transform:uppercase;*/
}

.nav a:link, .nav a:visited,.nav a:hover
{
	font-size:10px;
	color: #000000;
	font-weight:bold;
	padding-right:20px;
	padding-left:5px;
	background: url(images/seperator.gif) no-repeat right center;
}

/*Paging Style*/

.paging, a.paging:link, a.paging:visited, a.paging:hover
{
	
  text-align: center;
  font-size: 10px;
  border: 1px double #cccccc;
  width: auto;
  background: #F5FAF7;
  padding: 0px 5px;
  line-height: 20px;
  margin: 1px;
  text-decoration:none;
}

a.paging:link, a.paging:visited, a.paging:hover
{
	font-weight: bold;
}


/* Xp Menu Style*/
.cc_xp_menu
{
	cursor:pointer;
	font-family : Verdana;
	font-size: 10px;
	font-weight: bold;
	color : #000000;
	background-color: #F1F1F1;
	border: 0px;
	padding:4 4 4 4;
	width:expression('100%');
}

.cc_xp_spl
{
	background-color: #D8E4F8;
	height:1px;
}

.cc_xp_xp_ch
{
	background-image:url(/custom_modules/catalog/images/down.gif);
	background-repeat:no-repeat;
	background-position: right;
}

.cc_xp_option
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	2px;
	padding-right:	2px; 
	border-bottom:	1px solid #CCCCCC; 
	background-color: #F9F9F9; 
	cursor:pointer;
	font-size: 9px;
}

.cc_xp_options 
{
	display: none;
	background-color: #F1F1F1;
	padding:1 1 1 1;
}

.cc_xp_oa
{
	
}

.cc_xp_oOver
{
	background-color:#D8E4F8;
}

.cc_xp_oActive
{
	background-color:#D8E4F8;
}

.cc_xp_opP1 { padding-left:16; }

.cc_xp_opP2 { padding-left:32; }

.cc_xp_opP3 { padding-left:48; }



.cc_xp_opP4 { padding-left:64; }

.cc_xp_opP5 { padding-left:80; }



.banner{text-align:center;}

.tblw { width:100%;height:100px;}
.tblw TD {  vertical-align: middle; text-align: center; }

.tblwC { width:100%;height:80px;}
.tblwC TD {  vertical-align: middle; text-align: center; }
.login_top {
	background: #E3E7EA url(/inst/samarasv4/gallery/layout/header1.jpg) top right no-repeat;
}
.thelogin 
{
	font-size : 8pt;
}

.thelogin ul li{

	list-style-image: url(/inst/samarasv4/gallery/layout/button_li.gif);
	padding: 5px 2px 2px 2px;
	height:25px;
	
}
.titlos
{
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 10pt;
	color : #4E4E4E;
	
}
.titlos1
{
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 12pt;
	color: #548dd4;
	font-weight: bold;
}

.keimeno1 {
	color: #548dd4;
}

.keimeno2 {
	color: #548dd4;
	font-size: 16px;
}

.pd {
        padding: 5px;
}

/* Katigories 3m */

.mmm 
{
background: url(/inst/samarasv4/gallery/layout/3M.jpg) center no-repeat;
height: 200px;font-size:10px;padding-right:5px;
}

.mmm a:hover , .mmm a:link , .mmm a:visited , .mmm a:active
{
text-decoration: none;color: white;font-weight:bold;

}

#blanket {

opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
 
 #popUpDiv .close 
 {
     text-align: right;
 }

#popUpDiv a:link, #popUpDiv a:hover, #popUpDiv a:active, #popUpDiv a:visited {
color: #fff;
}
    
/* Διαστάσεις για popup */

#popUpDiv {

width:500px; 
height:530px; 
position:absolute;
top: 0px;
background-color:#474e58;
z-index: 9002;
padding:5px;
}
