@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*a:link {
	text-decoration:none;
}*/

.border_left {
	border-left:1px solid #cccccc;
}

.border_right {
	border-right:1px solid #cccccc;
}

.border_bottom {
	border-bottom:1px solid #cccccc;
}

.border_top {
	border-top:1px solid #cccccc;
}

.top_left_title {
	display:block;
	color:#999999;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	width:350px;
	margin:20px 0px 0px 0px;
	text-align:left;
	float:left;
	vertical-align:top;
}

.top_right_logo {
	display:block;
	margin:20px 20px 0px 0px;
	vertical-align:top;
	padding: 0px;
}

.top_right_logo img {
	float:left;
	vertical-align:top;
	padding: 0px;
}

.shadow_left {
	display:block;
	float:right;
	background-image:url("http://www.toshiba.gr/images/common/left_shadow.jpg");
	background-repeat:repeat-y;
	background-position:top right;
}

.shadow_left_bg {
	background-image:url("http://www.toshiba.gr/images/common/left_shadow.jpg");
	background-repeat:repeat-y;
	background-position:top right;
	width:13px;
}

.shadow_right {
	display:block;
	float:left;
	background-image:url("http://www.toshiba.gr/images/common/right_shadow.jpg");
	background-repeat:repeat-y;
	background-position:top left;
}

.shadow_right_bg {
	background-image:url("http://www.toshiba.gr/images/common/right_shadow.jpg");
	background-repeat:repeat-y;
	background-position:top left;
	width:13px;
}

.shadow_bottom {
	display:block;
}

.main_img {
	display: block;
	padding:0px;
	margin:0px;
}

#fix_space {
	display:block;
}

.space_left {
	margin-left:20px;
}

.top_note, .top_note a:link, .top_note a:hover, .top_note a:visited {
	text-align:center;
	color:#ccc;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}