/* Created by design.bg studios. Source code in this website is property of design.bg. */
#left {
	display: none;
}

#right{
	margin-left:0;
	}

.print {
	display: block;
}

body {
   background: white;
   font-size: 13pt;
}

a img {
	border: 0;
	
}

a:link, 
a:visited {
   color: grey;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

.path {
	font-size:16pt;
	}

.logo {
	margin-bottom:15px;
}
.bread .primary:after { 
	content: '   >>'; 
	padding:0 5px; 
}
.bread .secondary:after { 
	content: '    >>'; 
	padding:0 5px; 
}
.portfolio_project {
	margin-bottom:6mm;
}

table tr,
table td,
table th {
	padding:2px;
	margin:1px;
	border:1px solid grey;
}

.col3 table td,
.col3 table th {
	padding:0;
	margin:0;
	border:none;
}
.col3 table td {
	border-bottom:1px solid grey;
}


.rising:before { 
	content: '+'; 
}
.droping:before { 
	content: '-'; 
}

.right_box_header {
	display:block;
	}
	
