/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Verdana , Arial , Tahoma;
	font-size : 8pt;
	color : #000000;
	border:0;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
	background-color : #fff;
}

/* Normal Style */
.n, table
{
	font-family : Verdana , Arial , Tahoma;
	font-size : 8pt;
	color : #000000;
}

/* Normal Style, Bold */
.nb
{

	font-size : 8pt;
	font-weight:bold;
	color : #767A7D;
}

/* Normal Style, Small */
.ns
{

	font-size : 7pt;
	font-weight:normal;
	color : #767A7D;
}

/* Normal Style, Large */
.nl
{
	font-size : 10pt;
	font-weight: bold;
	color : #767A7D;
}

/* Style For Textbox*/
.tb
{
	background-color : #FFFFFF;
	border : 1px solid #838383;
	color : #000000;
	font-size : 10px;


}


/* Style For Select*/
.sel
{
	color: #626469; 
	font-size : 8pt;
	font-weight: normal;	
	text-decoration: none;
	cursor: pointer;
}


/* Style For Buttons*/
.btn
{
	color: #626469; 
	font-size : 8pt;
	font-weight: normal;	
	text-decoration: none;
background: url(/inst/pyramis/gallery/layout/button.gif) no-repeat left top;
height: 18px;
	cursor: pointer;
	text-align: center;
width: 59px;
border: none;
valign: middle;
padding: 1px 4px 4px 4px;
}

/* Style For Links */
a:link, a:visited
{
font-family : Verdana , Arial , Tahoma;
	color: #454545;
	font-weight : normal;	
text-decoration: none;
}

a:hover
{

	color: #CD0E0E;
	font-weight : normal;
text-decoration: none;	
}


/* Border Table */
.bt
{
	background-color : #838383;
}

/* Content Table */
.ct
{
font-family : Verdana , Arial , Tahoma;
background-color : #fff;
	
}
.ct1
{
	background-color : #fff;
	border: 1px solid #838383;
}

/* Header Table */

.headerback {
background: url(/inst/pyramis/gallery/layout/header.gif) no-repeat left top;
width: 100%;
height: 120px;
}

.mainback {
background: #fff url(/inst/pyramis/gallery/layout/main_back.gif) repeat-y right top;
height: 100%;
}


.ht
{

	font-size: 12px;
	font-weight: bold;
	color : #56595C;
	border: 0px;
}

.ht a:link, .ht a:visited,.ht a:hover
{
	font-size : 10px;
	font-weight: bold;
    color : #ffffff;
}

.ht3
{
	font-size : 12px;
	font-weight: bold;
	color : #CD0E0E;
	font-family : Verdana , Arial , Tahoma;
	background-color : #fff;
}

.ht2
{
	font-size : 12px;
	font-weight: bold;
	color : #CD0E0E;
	border: 0px;
}

.ht2 a:link, .ht2 a:visited, .ht2 a:hover
{
	font-size : 12px;
	font-weight: bold;
	color : #CD0E0E;
	border: 0px;
}

.ht2b
{
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	background-color : #ffffff;
	border: 0px;
}

.ht4
{
	font-weight: bold;
	color : #CD0E0E;
}

/* Normal Table Row */
.nt
{
	background-color : #ffffff;
border: 1px solid white;
}

.nt2
{
	background-color : #ffffff;
border-bottom: 1px solid #B8B8B8;
}

.nt2 a:hover img{
background-color : #ffffff;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.nt3
{
	background-color : #ffffff;
}

.nt3 a:hover img{
background-color : #ffffff;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

/* Alternative Table Row */
.at
{
	background-color : #fff;
}


/* Title */
.title
{

	font-size : 12px;
	color : #CD0E0E;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{

	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-weight:bold;
	font-size: 10px;
	padding: 0 0 0 0;	
	white-space:	nowrap;
	background: url(/inst/sarris/gallery/layout/topmenu_bg.gif) repeat-x;
	width: 100%;
	
}

.SubMenu
{
	color: #FFCC33;
	position:	absolute;
	visibility:	hidden;
	

	/*
	   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;
	background: url(/inst/sarris/gallery/layout/topmenu_bg.gif) repeat-x;width: 150px;
	text-align: center;cursor:		pointer;border-right: 1px solid black;color: #fff;
}

.MainItemHover,.MainItemActive
{
	width: 150px;
	text-align: center;cursor: pointer;border-right: 1px solid black;

	
}

.MenuItem
{
}

.MenuItemHover,.MenuItemActive
{
}


/* horizontal main menu */

.MainItem
{
	
	
	height: 31px;
}

td.MainItemHover,td.MainItemActive
{
}

.MainFolderLeft,.MainItemLeft,
.MainFolderText,.MainItemText,
.MainFolderRight,.MainItemRight
{
	background-color:inherit;
}




/* 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: url(/inst/pyramis/gallery/layout/footer.gif) no-repeat left bottom;
padding-bottom: 10px;  
}

/* Left Background*/
.bg_4
{
	background: url(/inst/pyramis/gallery/layout/left.gif) repeat-y left top; 
}

hr
{
   height:1;
}

#thetopmenu 
{
	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
{
	text-align: center;
	font-size:10px;
	color: #FFFFFF;
	padding-top: 2px;
}

.left_bg
{
	background-color: #F1F1F1;
}

/* Watermark input style*/
.watermark
{
	padding: 2px 1px 1px 1px;
	color : #626469;
	font-size : 10px;
	background: url(images/zoom.png);
	background-repeat:no-repeat;
	text-indent:2;
}

/* Catalog Quick Search Textbox style*/
.cqstxt
{
	width:150px;
}

/* Catalog Quick Search Drop Down style*/
.cqsddl
{
	width:150px;
}

.lgUVtxt, .lgPVtxt
{
	width:100px;
}

#QsTbl TD, #LgTbl TD
{
	text-align:center;

}

#QsTbl {
background-color: F1F1F1;
}

/* Catalog Categories Navigation*/
.ccn, .ccn a:link, .ccn a:visited,.ccn a:hover
{
	
}


.nav
{
	background-color:#fff;
	padding:4px;
	font-size:10px;
	color: #000000;
	font-weight:bold;
}

.nav a:link, .nav a:visited,.nav a:hover
{
	font-size:10px;
	color: #000;
	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-size: 10px;
	font-weight: bold;
	color : #000000;
	background-color: #fff;
	border: 0px;
	padding:4px 4px 4px 14px;
	width:expression('100%');
}

.cc_xp_spl
{
	background-color: #fff;
	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; 
background-color: white;
	 
	cursor:pointer;
	font-size: 10px;
}

.cc_xp_options 
{
	display: none;
	background-color: #fff;
	padding:1px;
}

.cc_xp_oa
{
	
}

.cc_xp_oOver
{
background-image: url(/inst/pyramis/gallery/layout/bullet2.gif);
background-repeat: no-repeat;
background-position: center left;
}

.cc_xp_oActive
{
color: #000;
background-image: url(/inst/pyramis/gallery/layout/bullet2.gif);
background-repeat: no-repeat;
background-position: center left;
}

.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; }



/* custom */

.copyright {
color : #6C6B6B;
}

#smallmenu li {
background: url(images/bullet1.gif) no-repeat left center;
padding: 2px 0 2px 18px;
list-style: none;
}

#smallmenu ul {
margin : 5px 0 5px 5px;
padding: 0;
}

/* static pages */
.sss {
background: url(/inst/pyramis/gallery/Products/SSSinks/Static/sss1.gif) no-repeat top left;
}

.staticheader {
color: #5a5b5e;
font-size: 20px;
font-weight: bold;
}

.staticheader1 {
color: #eb0018;
font-size: 13px;
font-weight: bold;
}

.analitiki {
border-top: 1px solid #757575;
height: 20px;
background-color: #F1F2F4;
}

.analitiki1 {
background: url(/inst/pyramis/gallery/layout/corner1.gif) no-repeat top left;
}

.analitiki2 {
background: url(/inst/pyramis/gallery/layout/corner2.gif) no-repeat top right;
}

/* Aspro se analitiki */

.right_p {background: url(/inst/pyramis/gallery/layout/t_right.gif) no-repeat right top; }
.left_p{background: url(/inst/pyramis/gallery/layout/t_left.gif) no-repeat left top; }

.center_p {
border-top: 1px solid #898D8F; 
background: url(/inst/pyramis/gallery/layout/t_border.gif) no-repeat 90% top;}
.center_p1 {border-top: 1px solid #898D8F; }
.center_p2 {border-bottom: 1px solid #898D8F; }
.right_p1 {border-right: 1px solid #898D8F; }
.left_p1 {border-left: 1px solid #898D8F; }

.right_p2 {background: url(/inst/pyramis/gallery/layout/b_right.gif) no-repeat right top; }
.left_p2{background: url(/inst/pyramis/gallery/layout/b_left.gif) no-repeat left top; }

/* Gri se analitiki */

.right_p_g {background: #898D8F url(/inst/pyramis/gallery/layout/t_right.gif) no-repeat right top; }
.left_p_g {background: #898D8F url(/inst/pyramis/gallery/layout/t_left.gif) no-repeat left top; }
.center_p_g { background: #898D8F url(/inst/pyramis/gallery/layout/t_border.gif) no-repeat 90% top;}
.center_p1_g {background-color: #898D8F;border-top: 1px solid #898D8F; }
.center_p2_g {background-color: #898D8F;border-bottom: 1px solid #898D8F; }
.right_p1_g {background-color: #898D8F;border-right: 1px solid #898D8F; }
.left_p1_g {background-color: #898D8F;border-left: 1px solid #898D8F; }
.right_p2_g {background: #898D8F url(/inst/pyramis/gallery/layout/b_right.gif) no-repeat right top; }
.left_p2_g {background: #898D8F url(/inst/pyramis/gallery/layout/b_left.gif) no-repeat left top; }
.titlos_p_g {background-color: #898D8F;color: #fff;}


/* Kokkino se analitiki */

.right_red {background: url(/inst/pyramis/gallery/layout/t_right_red.gif) no-repeat right top; }
.left_red{background: url(/inst/pyramis/gallery/layout/t_left_red.gif) no-repeat left top; }

.center_red {
border-top: 1px solid #CD0E0E; 
background: url(/inst/pyramis/gallery/layout/t_border.gif) no-repeat 90% top;}
.center_red1 {border-top: 1px solid #CD0E0E; }
.center_red2 {border-bottom: 1px solid #CD0E0E; }
.right_red1 {border-right: 1px solid #CD0E0E; }
.left_red1 {border-left: 1px solid #CD0E0E; }

.right_red2 {background: url(/inst/pyramis/gallery/layout/b_right_red.gif) no-repeat right top; }
.left_red2{background: url(/inst/pyramis/gallery/layout/b_left_red.gif) no-repeat left top; }

.newsdate {
color : #CD0E0E;
}


#thehome a:link img , #thehome a:visited img , #thehome a:active img{
border: 2px solid #000;
margin-right: 10px;
}

#thehome a:hover img{
border: 2px solid #CD0E0E;
margin-right: 10px;
}

.search_txt
{
	border:0px;
	width:155px; 
	height:20px;
	background: url(/inst/pyramis/gallery/layout/src_bck.gif) no-repeat right top; 
}

.tb44 select
{ font-size:8pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
