@charset "utf-8";
/* CSS Document */


.slider_container {
	background-color:#D1D1D1;
	min-height:240px;
	width:910px;
	margin-top:10px;
	margin-left:20px;
	overflow:hidden;		
	position:absolute;
	z-index: 1;
	}
.container1{
	height:200px;
	float:left;
	padding: 20px 10px 20px 20px;
    width: 3748px;
	left:0;	
	position:relative;
	overflow:hidden;	
	}
.box_outer{
	width:220px;
	height:160px;
	border-radius:8px;
	padding:5px;	
	float:left;
	}
.box_inner{
	width:198px;
	height:138px;
	background-color:#f8f8f8;
	border:5px solid #fff;
	padding:6px;
	float:left;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	}
.box_inner img{
	width:210px;
	height:148px;
	margin-left: -6px;
    margin-top: -6px;
	}
.box_inner div {
	width: 100%;
	height: 100%;
	position: relative;
	letter-spacing:0;
}
.box_inner div img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.box_inner div .title {
	position: absolute;
	left: 0;
	top: 4px;
	font-weight: 600;
	font-size: 19px;
	font-family: Tahoma;
	z-index: 2;
}	
.box_inner div .txt {
	position: absolute;
	left: 10px;
	top: 118px;
	font-weight: 600;
	font-size: 16px;
	font-family: Tahoma;
	z-index: 2;
}	
.box_inner .greeninner .txt {
	color: #93CD59;
	text-shadow: 0 0 1px #93CD59;
}
.box_inner .greeninner .title {
	color: #81BD46;
	text-shadow: 0 0 1px #81BD46;
}	
.box_inner .blueinner .txt {
	color: #6BB9E5;
	text-shadow: 0 0 1px #6BB9E5;
}
.box_inner .blueinner .title {
	color: #57AAD8;
	text-shadow: 0 0 1px #57AAD8;
}
.box_inner .orangeinner .txt {
	color: #FEC542;
	text-shadow: 0 0 1px #FEC542;
}
.box_inner .orangeinner .title {
	color: #FCB71A;
	text-shadow: 0 0 1px #FCB71A;
}
.box_inner .roseinner .txt {
	color: #FC75A6;
	text-shadow: 0 0 1px #FC75A6;
}
.box_inner .roseinner .title {
	color: #FB5390;
	text-shadow: 0 0 1px #FB5390;
}
.box_inner .movinner .txt {
	color: #E279E7;
	text-shadow: 0 0 1px #E279E7;
}
.box_inner .movinner .title {
	color: #CC5BD1;
	text-shadow: 0 0 1px #CC5BD1;
}
.box_inner .redinner .txt {
	color: #EE5A51;
	text-shadow: 0 0 1px #EE5A51;
}
.box_inner .redinner .title {
	color: #CD3E35;
	text-shadow: 0 0 1px #CD3E35;
}

.bttn {
	-moz-box-shadow:inset 0px -1px 0px 0px #ffffff,0px -1px 0px 0 #bbb;
	-webkit-box-shadow:inset 0px -1px 0px 0px #ffffff, 0px -1px 0px 0 #bbb;
	box-shadow:inset 0px -1px 0px 0px #ffffff, 0px -1px 0px 0 #bbb;
	background-color:#e0e0e0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:10px 14px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	width:192px;
	height:16px;
	margin-right:15px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	cursor:pointer;
	}
.bttn:hover {
	color:#FFF; 
	text-shadow:none;
	background-color:#bbb;
	}
.bttn:active {
	position:relative;
	top:1px;
	-webkit-box-shadow: inset 0 0 6px 3px rgba(0,0,0,0.23);
	-moz-box-shadow: inset 0 0 6px 3px rgba(0,0,0,0.23);
	box-shadow: inset 0 0 6px 3px rgba(0,0,0,0.23);
	}


/*Xrwmata gia tetragwna kai koumpia */

.green_box{
	background-color:rgba(129,180,70, .2); 
	}
.green_boxa{
	background-color:rgba(129,180,70, .5); 
	}
.green_btn, .green_btn:hover, .green_btn:active{
	background-color:#81bd46;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
.blue_box{
	background-color:rgba(112,189,228, .2); 
	}
.blue_boxa{
	background-color:rgba(112,189,228, .5); 
	}
.blue_btn, .blue_btn:hover, .blue_btn:active{
	background-color:#70bde4;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.yellow_box{
	background-color:rgba(252,183,26, .2); 
	}
.yellow_boxa{
	background-color:rgba(252,183,26, .5); 
	}
.yellow_btn, .yellow_btn:hover, .yellow_btn:active{
	background-color:#FCB71A;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.pink_box{
	background-color:rgba(252,117,166, .2); 
	}
.pink_boxa{
	background-color:rgba(252,117,166, .5); 
	}
.pink_btn, .pink_btn:hover, .pink_btn:active{
	background-color:#fc75a6;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
		
.orange_box{
	background-color:rgba(237,157,51, .2); 
	}
.orange_boxa{
	background-color:rgba(237,157,51, .5); 
	}
.orange_btn, .orange_btn:hover, .orange_btn:active{
	background-color:#ef9d33;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
.purple_box{
	background-color:rgba(204,91,209, .2); 
	}
.purple_boxa{
	background-color:rgba(204,91,209, .5); 
	}
.purple_btn, .purple_btn:hover, .purple_btn:active{
	background-color:#cc5bd1;
	color:#FFF;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	}
	
.red_box{
	background-color:rgba(205,62,53, .2); 
	}
.red_boxa{
	background-color:rgba(205,62,53, .5); 
	}
.red_btn, .red_btn:hover, .red_btn:active{
	background-color:#cd3e35;
	color:#FFF;
	text-shadow:none;
	top:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
/* Telos */
.big_line{
	width:2px;
	height:240px;
	background-color:#c0c0c0;
	-webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,0.9);
	-moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.9);
	box-shadow: inset -1px 0 0 rgba(255,255,255,0.9);
	position:absolute;
	}	
.container2{
	width:140px;
	height:240px;
	right:0;
	background-color: rgb(209, 209, 209);
	position:absolute;
	z-index: 2;
	}
.container2 h3{
	color:#747474;
	text-shadow:1px 1px 1px #fff;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	margin-top: 7px;
	} 
.small_button_cont{
 	background: url("../images/pattern.png") repeat scroll 0 0 transparent;
    height: 40px;
    margin-left: 11px;
	margin-top: 15px;
    width: 115px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px
	
	}
.small_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #b7b7b7;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	width:100px;
	height:20px;
	margin: 5px 7px;
	padding:6px 0 1px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
	}
.small_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	color:#444;
	}
.small_button:active {
	position:relative;
	top:1px;
	}
.big_buttons_cont{
 	background: url("../images/pattern.png") repeat scroll 0 0 transparent;
    height: 94px;
    margin-left: 11px;
    width: 98px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:6px 8px;
	
	}
.line{
	background-color: #ccc;
    float: left;
    height: 93px;
    margin-left: 49px;
    position: absolute;
    width: 1px;
	}
.button_left {
	background: #fafafa url(../images/left.png) no-repeat scroll center 50%;
	background: url(../images/left.png) no-repeat scroll center 50%, -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%);
	background: url(../images/left.png) no-repeat scroll center 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
	background: url(../images/left.png) no-repeat scroll center 50%, -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/left.png) no-repeat scroll center 50%, -o-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/left.png) no-repeat scroll center 50%, -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/left.png) no-repeat scroll center 50%, linear-gradient(to bottom,  #fafafa 0%,#efefef 100%);
	width:49px;
	height:94px;
	float:left;
	text-align:center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),inset 1px 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1),inset 1px 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),inset 1px 0 0 1px rgba(0,0,0,0.2);
	cursor:pointer;
	}
.button_left:hover{
	background: #e0e0e0 url(../images/left_b.png) no-repeat scroll center 50%;
	}
.button_left:active{
	height:93px;
	border-top:1px solid #bbb;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	}
	
.button_right{
	background: #fafafa url(../images/right.png) no-repeat scroll center 50%;
	background: url(../images/right.png) no-repeat scroll center 50%, -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%);
	background: url(../images/right.png) no-repeat scroll center 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
	background: url(../images/right.png) no-repeat scroll center 50%, -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/right.png) no-repeat scroll center 50%, -o-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/right.png) no-repeat scroll center 50%, -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%);
	background: url(../images/right.png) no-repeat scroll center 50%, linear-gradient(to bottom,  #fafafa 0%,#efefef 100%);
	background-color:#FFF;
	width:49px;
	height:94px;
	margin-left: 49px;
	text-align:center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1),inset -1px 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.1),inset -1px 0 0 1px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1),inset -1px 0 0 1px rgba(0,0,0,0.2);
	cursor:pointer;
	}	

.button_right:hover{
	background: #e0e0e0 url(../images/right_b.png) no-repeat scroll center 50%;
	}
.button_right:active{
	height:93px;
	border-top:1px solid #bbb;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,0.7);
	}
	



#livechat{
    width: 102px;
    height: 45px;
    padding: 14px 0 0 34px;
	font: 13px Trebuchet MS, Arial, sans-serif;
    background: url(/images/spite.png) no-repeat;
	background-position:-708px -436px;
    position: fixed;
    top: 300px;
    z-index: 1000;
}
#livechat a{
    text-decoration: none;
    font: 13px Trebuchet MS, Arial, sans-serif;
}
#livechat a b{
    color: #333;
}
#livechat a{
    color: #727272;
}












	
