@charset "utf-8";
/* CSS Document */

/*********************************/
/* IMPORTANT NOTE                */
/* ==============                */
/* All selectors must start with */
/* ".content .RDCMS_" followed   */
/* by the class name.            */
/*********************************/

/* LISTITEM */

.content .RDCMS_listitem0{
	background-color:#EAEAEA;
	border-bottom:solid #DDD 1px;
}

.content .RDCMS_listitem1{
	background-color:#F3F3F3;
	border-bottom:solid #DDD 1px;
}

/* IMAGELINKS */

.content .RDCMS_imagelinks a{
	border-bottom-width:0px;
}

.content .RDCMS_blocklinks a:hover, .content .RDCMS_blocklinks a:focus {
	background-image:url(../../images/arrow_shaded.gif);
}

/* BLOCKLINKS */

.content .RDCMS_blocklinks a{
	display:block;
	background-image:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	border-bottom-width:0px;
}

.content .RDCMS_blocklinks a:hover, .content .RDCMS_blocklinks a:focus {
	background-image:url(../../images/arrow_shaded.gif);
}

/* BLOCKIMAGE */

.content .RDCMS_blockimage img{
	display:block;
}

.content h2.RDCMS_blocklinks a{
	background-position: 0 0.2em;
}

/* THUMBNAIL_BLOCK */

.content .RDCMS_thumbnail_block a{
	display:block;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:0% 50%
}

.content .RDCMS_thumbnail_block a:focus, .content .RDCMS_thumbnail_block a:hover{
	background-color:#F0F0F0;
	border-bottom-style:dotted;
	border-bottom-color:#AAA;
}

/* SHOW_HIDE_PAIR */

.content .RDCMS_show_hide_pair .RDCMS_trigger_expanded{
	background-image:url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

/* GALLERY_THUMBNAIL_CONTAINER */

.content .RDCMS_gallery_thumbnail_container *{
	text-align:center;
	vertical-align:middle;
}

.content .RDCMS_gallery_thumbnail_container b{
	width:0px;
	height:0px;
	display:none;
}

.content .RDCMS_gallery_thumbnail_container a, 
.content .RDCMS_gallery_thumbnail_container img{
	max-width:120px;
	max-height:120px;
}

.content .RDCMS_gallery_thumbnail_container .shadow1 {
	display:inline-block;
	background:url(../images/shadow.gif) right bottom no-repeat;
}

.content .RDCMS_gallery_thumbnail_container .shadow2, 
.content .RDCMS_gallery_thumbnail_container .shadow3 {
	display:block;
}

.content .RDCMS_gallery_thumbnail_container .shadow2 {
	background:url(../images/shadow_corner_bl.gif) left bottom no-repeat;
}

.content .RDCMS_gallery_thumbnail_container .shadow3 {
	padding:0 8px 8px 0;
	background:url(../images/shadow_corner_tr.gif) right top no-repeat;
}

.content .RDCMS_gallery_thumbnail_container .shadow3 img {
	display:block;
}
