﻿.rightColumn, .rightColumnShop
{
	border-left:solid 1px;
	border-right:solid 1px;
	border-top:solid 1px;
	padding:0px;
}

.bottomRightColumn
{
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	padding:0px;
}

@media print 
{
	.rightColumn, .bottomRightColumn { display:none; }
}


.rightContent
{
	width:206px;
}


.sideInfoHeader
{
	background-image:url(../../../../code/assets/graphics/user/top_right_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px;
	font-size:medium;
}

.sideInfoContent
{
	padding:10px 12px 10px 12px;
	font-size:12px;
	line-height:1.4em;
	white-space:normal;
}

.sideInfoSep
{
	background-image:url(../../../../code/assets/graphics/user/dotted_grey_bg.gif);
	background-repeat:repeat-x;
	line-height:1px;
	font-size:1px;
	height:1px;
	margin:5px -12px 5px -12px;	
}

.sideInfoLink
{
	background-image:url(../../../../code/assets/graphics/user/side_info_link_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:3px 0px 2px 20px;
	cursor:pointer;
}

.bottomRightPanel
{
}

@media print 
{
	.bottomRightPanel { display:none; }
}

.bottomRightCards
{
	width:100%;
	text-align:center;
	padding-bottom:15px;
	padding-top:20px;
}
