/* Title: Bread CSS for myphone.gr */
/* Author: MsK - July 26, 2012     */

#bread {margin-bottom:20px;}

#breadcrumb
{
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif; 
	font-size: 11px;
	background: #abc4ea url('../img/bread_bg.gif') repeat-x;
	height:30px;
	line-height:30px;
	color:#778cad;
	border:solid 1px #46699d;
	width:100%;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0;padding:0;
}

#breadcrumb h1 {font-weight:normal;}

#breadcrumb li 
{
	list-style-type:none;
	padding-left:10px;
}

#breadcrumb .left a
{
	height:30px;
	display:inline-block;
	background-image:url('../img/bread_sep.gif'); 
	background-repeat:no-repeat; 
	background-position:right;
	padding-right:15px;
	color:#42659D;
}

#breadcrumb a.current {color:#5D6D87;background-image: none;}

#breadcrumb .right a {
	height:30px;
	display:inline-block;
	padding:0px 10px;
	background-image:url('../img/bread_line.gif');
	background-repeat:no-repeat;
	background-position:left;
	color:#406299;
}

#breadcrumb a:hover {color:#e1edff;}

#breadsub, #breadsubho
{
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif; 
	font-size:11px;
	background:#83a5d9 url('../img/bread_sub.gif') repeat-x top left;
	border-bottom:1px solid #46699d;
	border-left:1px solid #46699d;
	border-right:1px solid #46699d;
	margin:0 auto;
	text-align:center;
	width:96%;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

#breadsub {display:none;height:30px;line-height:30px;}
#breadsubho {padding:5px 0 0 0;}

#breadsub a {margin:0 5px;color:#b2c9ec;}
#breadsub a.activenotify {color:#fff;}
#breadsub a.activenotify span {background:#fff;color:#446ca9;font-weight:bold;border-radius:4px;padding:0 4px;}

.breadbubble {	font-size: 12px;
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif; 
	background: #83a5d9 url('../img/bread_sub.gif') repeat-x top left;
	line-height:1.6em;
	border:1px solid #46699d;color:#dae6fa;
	text-align:center;
	margin:0 auto 20px auto; padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

.breadbubble a {text-decoration:underline;color:#fff;}

.breadorange {background:#d69f40 url('../img/bread_orange.gif') repeat-x top left;color:#f8e8cb;border:1px solid #5c3e1f;}	
.breadyellow {background:#e7e250 url('../img/bread_yellow.gif') repeat-x top left;color:#000;border:1px solid #373507;}
.breadform, .breadnote {background:#d2d5e5 url('../img/bread_form.gif') repeat-x top left;color:#67709f;border:1px solid #3b436b;}	

.breadorange .breadhead, .breadnote .breadhead {text-align:left;font-weight:bold;padding-bottom:6px;}
.breadorange .breadhead {border-bottom:1px solid #7b6145;color:#6b451d;}
.breadnote .breadhead {border-bottom:1px solid #808499;color:#4d536f;font-size:18px;letter-spacing:-1px;}

.breadnote p {text-align:left;margin-top:5px;}
.breadnote p.small {letter-spacing:-1px;font-size:10px;color:#8d99ae;}
.breadnote p a {color:#55647e}
.breadnote div.right {margin:0;padding:0;}
.breadnote div.right a {text-decoration:none;background-color:#a9acba;color:#424868;margin-top:0;margin-right:10px;}

.breadbubble .bgbutton {background-color:transparent;margin-top:10px;}
.breadorange .bgbutton {border-color: #9b6c20;}
.breadorange a.bgbutton {text-decoration:none!important;color:#553707;}
.breadorange ol li {margin-left:30px;padding-top:5px;color:#7c5024;list-style:lower-greek}
.breadbubble ol, .breadbubble ul {text-align:left;}

.breadcounter {font-weight:bold;color:#5d708d;}
.breadinfo a:hover span.breadcounter {color:#e7f1ff!important;}


/* (//.)CK */