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

#right {
	position: absolute;
	top: -3px;
	left: 640px;
	z-index: 200;
}

/*Box with title*/
#right .box-with-title, .box-without-title, #right .box-no-pic, #right .box-text-only {
	position: relative;
	width: 152px;
/*	background-color: #009edd;
	padding: 10px 0 5px 0;*/ 
}

#right .bwt_top {
	width: 152px;
	height: 13px;
	background: url(../templates/images/box_bg_shadow_top.png) no-repeat;
}

#right .bwt_top_content {
	position: absolute;
	top: 3px;
	left: 8px;
	background-color: #009edd;
	width: 140px;
	height: 10px;
}

#right .bwt_body, #right .bto_body {
	position: relative;
	background: url(../templates/images/box_bg_shadow_body.png)	repeat-y;
}

#right .bwt_body .bwt_body_content {
	width: 140px;
	margin-left: 8px;
	background-color: #009edd;
	overflow: hidden;
}

#right .box-with-title H3 {
	position: absolute;
	bottom: 29px;
	font-size: 12px;
	font-weight: bold;
	background: url(../templates/images/box_H3_bg_white.png) repeat;
	width: 130px;
	padding: 2px 5px;
}

#right H4  {
	font-size: 10px;
	padding: 2px 5px;
}

#right H4 A {
	font-size: 10px;
	text-decoration: none;
}

#right H4 A:hover {
	text-decoration: underline;
}

#right .box-with-title .csc-textpic .csc-textpic-imagewrap DL, #right .box-without-title .csc-textpic .csc-textpic-imagewrap DL {
		margin-bottom: 0;
	}

#right .bwt_bottom {
	position: relative;
	background: url(../templates/images/box_bg_shadow_bottom.png) no-repeat;
	width: 152px;
	height: 14px;
}

#right .bwt_bottom .bwt_bottom_content {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 140px;
	height: 5px;
	background-color: #009edd;
}

 /*Box no picture*/
#right .box-no-pic H3 {
	font-size: 12px;
	font-weight: bold;
	background: url(../templates/images/box_H3_bg_white.png) repeat;
	width: 130px;
	padding: 2px 5px;
}
#right .box-no-pic H5 {
	font-size: 11px;
	color: #000;
	padding: 2px 5px;
}

 /*Box no title*/
#right .bwot_top_content {
	position: absolute;
	top: 3px;
	left: 8px;
	background: transparent;
	width: 140px;
	height: 10px;
}

#right .bwt_body .bwot_body_content {
	width: 140px;
	margin-left: 8px;
	background-color: #009edd;
	overflow: hidden;
}

#right .box-without-title H3{
	font-size: 12px;
	font-weight: bold;
/*	color: #009edd;
*/	background: url(../templates/images/box_H3_bg_white.png) repeat;
	width: 130px;
	padding: 2px 5px;
}

 /*Box text only*/
#right .bto_top_content {
	position: absolute;
	top: 3px;
	left: 8px;
	background: transparent;
	width: 140px;
	height: 10px;
}
#right .bto_body .bto_body_content {
	width: 140px;
	margin-left: 8px;
	padding: 0 0 3px 0;
	background-color: #009edd;
	overflow: hidden;
}

#right .bto_body .bto_body_content H2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px;
	margin-bottom: 10px;
}

#right .bto_body .bto_body_content H3 {
	color: #000;
	font-weight: bold;
	padding: 3px 4px 0;
	background: url(../templates/images/box_H3_bg_white.png) repeat;
	display: block;
}

#right .bto_body .bto_body_content H5 {
	font-size: 10px;
	background: url(../templates/images/box_H3_bg_white.png) repeat;
	padding: 2px 4px;
}

#right .bto_body .bto_body_content P {
	padding: 0 4px 2px;
	background: url(../templates/images/box_H3_bg_white.png) repeat;
	display: block;
}

 /*Box address in footer*/
.box-footer-address-light, .box-footer-address-medium, .box-footer-address-company {
    margin-left: 5px;
    height: 19px;
    position: absolute;
    bottom: 10px;
    -moz-border-radius: 12px; 
    -moz-box-shadow: -1px 4px 5px #909090;
 }
.box-footer-address-light {
    border: 1px solid #0404f0;
 }
.box-footer-address-medium {
    border: 1px solid; 
    border-color: #98d9f0 #98d9f0 #007eaa #007eaa;
    background-color: #00a4de;
 }
 
 
 
.bfa_left, .bfa_body, .bfa_right {
    width: 550px;
    height: 15px;
    padding: 2px;
    text-align: center;
    float: left;
}
.bfa_body a {
    text-decoration: none;
}
.bfa_body a:hover {
    text-decoration: underline;
}
.bfa_left {
    width: 20px;
}
.bfa_right {
    width: 20px;
}

