/*
	Developer: 		Netmester A/S, Januar 2008.
	Description:	Right boxes: Psykologer i Danmark
	Version:	1
	Changes:

*/

/***********************************************/
/*  C O M M O N   F O R   A L L    B O X E S   */
/***********************************************/


#right_column div.box
{
	margin-top:10px;
	width:155px;
	overflow:hidden;
}
#right_column div.box img
{
	margin-left:9px;
}
#right_column div.box div.box_content,#right_column div.box div.box_content_link
{
	padding:17px;
	display:block;
	word-wrap: break-word;
	width:118px;
	overflow:hidden;
}

#right_column div.box div.lexi_top div.box_content div.border,#right_column div.box div.lexi_top div.box_content_link div.border
{
	margin-top:5px;
	float:left;
	border-top:solid 1px #7DB9D2;
	border-bottom:solid 1px #7DB9D2;
}
#right_column div.box div.lexi_top div.box_content div.border div.entry
{
	float:left;
	color:#7DB9D2;
	margin:5px;
}
#right_column div.box div.lexi_top div.box_content div.border div.list
{
	padding-left:7px;
	padding-bottom:3px;
	font-weight:normal;
	background-image:url(/images/blue_dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	width:115px;
}
#right_column div.box h2
{
	font-size:95%;
	text-transform:uppercase;
	padding:0px;
	margin:0px 0px 5px 0px;
}




				/********************************************************************/
				/*	    		T  H  E        B  O   X   E   S                     */
				/********************************************************************/




/*****************************************/
/* R E G U L A R    R E G     S I Z E   */
/***************************************/


#right_column div.box div.blue_top
{
	background-image:url(/images/box_top_blue.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#C7DCE6;
	min-height:84px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.blue_bottom
{
	background-image:url(/images/box_bottom_blue.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:168px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.green_top
{
	background-image:url(/images/box_top_green.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#D2E4AA;
	min-height:84px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.green_bottom
{
	background-image:url(/images/box_bottom_green.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:168px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
/******************************************/
/* R E G U L A R  S M A L L    S I Z E   */
/****************************************/

#right_column div.box div.blue_top_small
{
	background-image:url(/images/box_top_blue_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#D6E5ED;
	min-height:45px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.blue_bottom_small
{
	background-image:url(/images/box_bottom_blue_small.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:100px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.green_top_small
{
	background-image:url(/images/box_top_green_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#DAE9B7;
	min-height:45px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
#right_column div.box div.green_bottom_small
{
	background-image:url(/images/box_bottom_green_small.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:100px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
/**********************************************************/
/* P R E  D E F I N E D   L E X I   B O X  G I M A G E    */
/**********************************************************/
#right_column div.box div.lexi_top
{
	background-image:url(/images/lexi_box_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	height:182px;
	width:154px;
	margin:0px!important;
	overflow:hidden;
}
/**********************************************************/
/* W H E N   U S E R   S E L E C T E D   B G I M A G E    */
/**********************************************************/

#right_column div.box div.blank_top
{
	width:154px;
	margin:0px!important;
}
#right_column div.box div.blank_bottom
{
	width:154px;
	margin:0px!important;
	height:168px;
	min-height:168px;
	overflow:hidden;
}

