@import "main.css";
@import "specificboxes.css";

/* Three blocks template.
 * This template is divided in left and right sides.
 * In the right side there is a thin box, and in the left side there are two boxes */

 /* Right column: Usually it's filled with images and boxes in a row*/
#tb_rightcolumn > div > img 
{
	display:block;
}


/* Give some spacing between boxes. This works well if there is something always over the boxes */
#tb_rightcolumn .box { margin-top: 10px;}
#tb_rightcolumn .box:first-child { margin-top: 0px;}

.needtopspace 
{
	margin-top:10px;
}


#tb_leftcolumn
{float:left}

#tb_rightcolumn 
{float:left}

/* Copy paste content */
table.text_box a
{
	color: #555;
}


