/*
 * C21 My Century 21 Page Formatting
 * ===========================
 * Include CSS classes here that are used for the my century 21 pages on C21.com
 *
 */

#myc21pagecontainer {
	margin-top:12px;	
}

#myc21_sidebar_tabframe {
	width: 220px;
	line-height:normal;
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 18px;
	overflow: hidden;
	background-color: #000;
}

#myc21sidebar {
	width:220px;
	margin: 0;
	background: #5a5a5a;
	float:left;
   position: relative;
}

.myc21sidebargroup {
   background: #5a5a5a;
   border-top: 2px solid #EEB31D;
   padding: 6px 0 0 10px;   
}

.myc21sidebargroup.active {       
}

.myc21sidebargroup.first {
        border-top: 2px solid #5a5a5a;
}

.myc21sidebargroup.first.active {
        border-top: 0px solid #5a5a5a;
}

.myc21sidebarhelp {
        position: absolute;
        margin-top: 1px;
        right: 11px;
}

#myc21sidebar .bm {
	position: absolute;
	padding: 0;   
	background: transparent url('/img/content/sidebarbm.gif') top left no-repeat;
	width: 220px;
	height:20px;
        bottom: -20px;
        left: 0;
}

#myc21title {
	color:black;
}

#myc21subtitle {
	position: relative;
	height:25px;
}

#myc21subtitle .action {
        position: absolute;
        left: 0px;
        top:0;
}
               
#myc21subtitle .label {
        position: absolute;
        left: 22px;
        top:1px;
        color: #f0b310;
        font-weight: bold;
        font-size: 1.1em;
}

.myc21sidebartitle {
        font-size: 1.1em;
        font-weight: bold;
        color: white;
}

.myc21sidebartitle.active {
        font-size: 1.1em;
        font-weight: bold;
        color: #EEB31D;
}

.myc21selectioncontainer {
        margin-left: 22px;
        padding-bottom: 5px;
}

.myc21topiccontainer {
	margin-bottom: 2px;
}

.myc21topiccontainer .label {
	font-size: 0.95em;
	font-weight: bold;
}

.myc21topiccontainer .label .selected {
	color: #f0b310;
   background: url('/img/content/currentselection.gif') top left no-repeat;
	padding-left: 24px;
	position: relative;
	left: -24px;
   display: block;   

}

#myc21sidebar A:hover {
	color: #f0b310;
}

#franchisesidebar A:hover {
	color: #f0b310;
}

.myc21topiccontainer .description {
	font-size: 0.85em;
}

.myc21actioncontainer {
        text-align: right;
        margin-top: -0.5em;
}

.myc21body {
	margin-left: 230px;
	position: relative;
        padding:54px 0 0 20px;
}

.myc21bodynopag {
	margin-left: 230px;
	position: relative;
        padding:42px 0 0 20px;
}


.myc21body h2 {
	font-size: 1.2em;
	color: #f0b310;
}

.myc21body .question {
	font-weight: bold;
	color: #f0b310;
}
.myc21body .label {
	font-weight: bold;
	color: #f0b310;
}
.myc21body .labeldescription {
	font-weight: normal;
}

.myc21videocontainer {
        position: relative;   
        margin: 10px 10px 10px 0;   
        height: 190px;
}
.myc21videocontainer .videomovie {   
        float: left;
        width: 320px;
        height: 190px;
        margin-right: 10px;
}
.myc21videocontainer .videodescription {
        font-weight: bold;
        position: absolute;
        bottom: 13px;  
        vertical-align: bottom;
}
.myc21videocontainer .videoquote {
        display: none;
        clear: both;
}
.myc21body .footnote {
        font-size: 0.85em;
}

.savedsearch_saveddate {
        text-align: right;
        width: 286px;
}
