@charset "utf-8";

.cps {
	font-size: 35px;
}

.cps .active,
.cps .inactive {
	font-size: 16px;
	vertical-align: text-bottom;
	font-weight: bold;
}

.cps .active {
	color: #8bba28;
}

.cps .inactive {
	color: #666666;
}

.col150left {
	width: 160px;
	float: left;
	border-right: 1px solid #eaf3fc;
	border-top: 1px solid #eaf3fc;
}

.col150right {
	width: 160px;
	float: left;
	border-left: 1px solid #eaf3fc;
	border-top: 1px solid #eaf3fc;
}

.col150left div,
.col150right div {
	padding-left: 8px;
}

.col150head {
	background-color: #e1eefa;
	font-size: 15px;
	color: #222222;
	padding: 8px;
	margin-bottom: 15px;
}

.colMain {
	float: left;
	margin-left: 15px;
	color: #222222;
}

.col150left a,
.col150right a,
.colMain a {
	color: #31748f;
	font-size: 14px;
}

.sectionA {
	padding: 15px 20px 0px 20px;
	width: 550px; /* 590 - 20 - 20 */
	height: 150px; /* 165 - 15 */
	background-color: #7db4eb;
}

.sectionB {
	width: 590px;
	border-bottom: 1px solid #eaf3fc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sectionC {
	width: 590px;
	border-bottom: 1px solid #eaf3fc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sectionD {
	width: 590px;
}

.mainContent {
	float: left;
	width: 570px;
	margin-right: 15px;
}

.sectionA h2 {
	color: #ffffff;
	font-weight: normal;
}

.sectionB h3,
.sectionC h3,
.sectionD h3 {
	font-weight: normal;
}

.sectionA .link a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}

.sectionA .link a:hover {
	text-decoration: underline;
}

.sectionB .link a,
.sectionC .link a,
.sectionD .link a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}

.sectionB .link a:hover,
.sectionC .link a:hover,
.sectionD .link a:hover {
	text-decoration: underline;
}

/*===========================================*/
/* Home Page Elements
/*===========================================*/

#theaterBox,
#quoteBox,
#materialsBox,
#founderBox,
#giftBox {
}

#theaterBox {
	background-color: #eef5df;
	padding: 10px;
	padding-right: 15px;
	margin-bottom: 22px;
	margin-top: 18px;
}

#quoteBox {
	background-color: #fffbe7;
	padding: 10px;
	margin-bottom: 22px;
}

#materialsBox {
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 22px;
}

#materialsBox a,
#materialsBox a:visited {
	color: #005eab;
}


#founderBox {
	border-top: 1px solid #eaf3fc;
	padding: 10px;
	margin-bottom: 0px;
}

#giftBox {
	border-top: 1px solid #eaf3fc;
	padding: 10px;
	margin-bottom: 0px;
}

/*===========================================*/
/* Revised column widths to accommodate new film selector
/*===========================================*/

table.ecardsBrowse td.columnA {
	width: 130px;
}
table.ecardsBrowse td.columnB {
	width: 620px;
}
.ecardsBrowse td.columnA .navVertLeft {
	width: 130px;
	border: none;
	font-size: 13px;
}
.ecardsBrowse td.columnA .navVertHead, .ecardsBrowse td.columnA .navVertHeadMid {
	background-color: transparent;
	padding: 10px 0 0 0;
}
.ecardsBrowse td.columnA .navVertLeft div {
	padding-left: 0px;
}
.ecardsBrowse .sectionA, .ecardsBrowse .sectionB, .ecardsBrowse .sectionC, .ecardsBrowse .sectionD {
	margin-left: 17px;
}

/*===========================================*/
/* Holiday film selector page
/*===========================================*/

table.ecardsHoliday td.columnA {
	width: 150px;
	padding: 0;
}
table.ecardsHoliday td.columnB {
	width: 615px;
	padding: 0;
}
table.ecardsHoliday td.columnC {
	width: 195px;
	padding: 0;
}
.ecardsHoliday td.columnA .navVertLeft {
	width: 100%;
	border: none;
	font-size: 13px;
}
.ecardsHoliday #memberQuotes {
	padding: 20px 15px 10px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #456bb9;
}
.ecardsHoliday #memberQuotes p.attribution {
	margin: 0 0 18px 22px;
	font-style: italic;
}
.ecardsHoliday .sectionA, .ecardsHoliday .sectionB, .ecardsHoliday .sectionC, .ecardsHoliday .sectionD {
	margin-left: 0px;
}
table.ecardsHoliday .mainContent {
	margin: 0 0 0 12px;
	width: 603px;
}
#ecardPreview {
	padding: 10px 18px 10px 19px;
	width: 550px;
	height: 285px;
	background: transparent url('/skins/default/imgs/ecards/holiday/bg_main.png') no-repeat left top;
	margin: 0 0 33px 0;
	position: relative;
	z-index: 25;
}
#ecardPreview p.intro {
	margin: 0;
	font-size: 13px;
	line-height: 120%;
	color: #fff;
}
#ecardPreview #previewInfo {
	position: absolute;
	top: 72px;
	left: 19px;
	width: 265px;
}
#ecardPreview #previewInfo h3 {
	font-size: 21px;
	line-height: 120%;
	color: #1f4e82;
	font-weight: bold;
}
#ecardPreview #previewInfo p {
	font-size: 12px;
	line-height: 120%;
	margin: 2px 0 6px 12px;
	color: #336699;
}
#ecardPreview h4#instructions {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	color: #cc3333;
	position: absolute;
	left: 19px;
	top: 237px;
}
#ecardPreview #arrow_down {
	width: 56px;
	height: 61px;
	position: absolute;
	z-index: 50;
	left: 29px;
	top: 285px;
	background: transparent url('/skins/default/imgs/ecards/holiday/arrow_down.png') no-repeat left top;
}
#ecardPreview #arrow_right {
	width: 68px;
	height: 41px;
	position: absolute;
	z-index: 50;
	left: 227px;
	top: 221px;
	background: transparent url('/skins/default/imgs/ecards/holiday/arrow_right.png') no-repeat left top;
}
#ecardPreview #previewPlayer {
	width: 264px;
	height: 148px;
	position: absolute;
	left: 296px;
	top: 75px;
}
#ecardPreview #previewCompose {
	display: block;
	position: absolute;
	left: 314px;
	top: 244px;
}


/*===========================================*/
/* Home Page film selector
/*===========================================*/

#filmselector {
	margin: 0 0 20px 0;
	padding: 0;
	width: 618px;
	height: 239px;
	background: transparent url(../../imgs/ecards/selector/bg_selector.png) no-repeat left top;
	position: relative;
}
#filmselector #burst {
	float: left;
}
#filmselector h2 {
	padding: 30px 0 0 0;
	margin: 0 0 5px 37px;
	font-size: 18px;
	line-height: 19px;
	color: #005093;
	width: 360px;
	font-weight: bold;
}
#filmselector h2 span.filmtitle {
	font-size: 22px;
}
#filmselector .copy {
	margin: 0 0 0 37px;
	font-size: 13px;
	line-height: 17px;
	color: #020202;
	width: 360px;
}
#selectedFilm {
	position: absolute;
	top: 39px;
	right: 24px;
}
#filmselector h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #222;
	position: absolute;
	top: 146px;
	left: 28px;
}
#filmselector #chooseRelationship {
	position: absolute;
	top: 172px;
	left: 50px;
}
#filmselector #chooseOccasion {
	position: absolute;
	top: 172px;
	left: 256px;
}
#filmselector h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	color: #004076;
	margin: 0 0 6px 0;
}
#filmselector .selectorMenu {
	background: url(../../imgs/ecards/selector/selector_menu.png) no-repeat left top;
	padding: 0 27px 3px 7px;
	margin: 0 1px 0 0;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	overflow: hidden;
	height: 19px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
#filmselector .selectorMenu span {
	display: block;
	width: 28px;
	height: 21px;
	background: url(../../imgs/ecards/selector/selector_menu.png) no-repeat right top;
	position: absolute;
	top: 0px;
	right: -1px;
}
#chooseRelationshipMenu {
	width: 97px;
}
#chooseOccasionMenu {
	width: 82px;
}
#filmselector #composeBtn {
	display: block;
	position: absolute;
	top: 179px;
	left: 422px;
}
#filmselector .selectorPopup {
	display: none;
	position: absolute;
	bottom: 23px;
	width: 128px;
}
#filmselector .selectorPopup .main {
	background: transparent url(../../imgs/ecards/selector/bg_popup.png) no-repeat left top;
	padding: 4px 4px 0 4px;
	height: 115px;
	width: 128px;
}
#filmselector .selectorPopup .bottom {
	background: transparent url(../../imgs/ecards/selector/bg_popup.png) no-repeat left bottom;
	height: 16px;
	padding: 0 4px 4px 4px;
	width: 128px;
}
#filmselector .selectorPopup .scrollUp {
	height: 15px;
	background: transparent url(../../imgs/ecards/selector/popup_scrollup.png) no-repeat center 5px;
	cursor: pointer;
}
#filmselector .selectorPopup .content {
	height: 100px;
	overflow: hidden;
	position: relative;
}
#filmselector .selectorPopup .scrollDown {
	height: 16px;
	background: transparent url(../../imgs/ecards/selector/popup_scrolldown.png) no-repeat center 3px;
	cursor: pointer;
}
#filmselector .selectorPopup .scrollUp.inactive, #filmselector .selectorPopup .scrollDown.inactive {
	background-image: none;
}
#filmselector .selectorPopup .menuItems {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 128px;
}
#filmselector .selectorPopup .menuItems a {
	display: block;
	height: 19px;
	margin: 0 1px 1px 0;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#filmselector .selectorPopup .menuItems a:hover {
	background-color: #fff;
	color: #222;
	text-decoration: none;
}
#relationshipPopup {
	left: 50px;
}
#occasionPopup {
	left: 256px;
}

/* new styles for "what's a filmcard" box */
#whatis {
	width: 594px;
	background: #f7c52a url('/skins/default/imgs/ecards/bg_whatis_bottom.gif') no-repeat left bottom;
	padding: 0 0 28px 0;
	margin-bottom: 20px;
	height: auto;
	position: relative;
}
#whatis a.expandlink, #whatis a.readmorelink {
	display: none;
}
#whatis a.closebox {
	float:right;
	position: absolute;
	right: 8px;
	top: 8px;
	padding:2px;
	opacity: 0.70;
	filter:alpha(opacity=70);
}
#whatis a.closebox:hover, #whatis a.closebox:active, #whatis a.closebox:focus {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#whatis h2 {
	font-size: 26px;
	line-height: 47px;
	height: 47px;
	display: block;
	margin: 0;
	padding: 0 0 0 22px;
	color: #fff;
	font-weight: bold;
	background: transparent url('/skins/default/imgs/ecards/bg_whatis_topright.gif') no-repeat right top;
}
#whatis #whatis-text {
	padding: 8px 50px 14px 23px;
	background-color: #f7e8c5;
}
#whatis p {
	font-size: 13px;
	line-height: 120%;
	color: #333;
	margin: 8px 0;
}
#whatis.collapsed {
	padding: 0;
}
#whatis.collapsed a.readmorelink {
	display: block;
	float: right;
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 2px;
	opacity: 0.70;
	filter:alpha(opacity=70);	
}
#whatis a.readmorelink:hover, #whatis a.readmorelink:active, #whatis a.readmorelink:focus {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#whatis.collapsed a.expandlink {
	display: block;
	font-size: 20px;
	line-height: 200%;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 22px;
	background: transparent url('/skins/default/imgs/ecards/bg_whatis_topright.gif') no-repeat right top;
}
#whatis.collapsed a.expandlink:hover {
	text-decoration: none;
}
#whatis.collapsed #whatis-text, #whatis.collapsed a.closebox, #whatis.collapsed h2 {
	display: none;
}
/* end new styles for "what's a filmcard" box */
/* filmcardplus additions */
#plusPromo {
	width: 609px;
	height: 330px;
	background: transparent url('/skins/default/imgs/ecards/plus/bg_extraordinary.jpg') no-repeat left top;
	margin: 0 0 24px 0;
	padding: 0;
	position: relative;
}
#plusPromo h4 {
	position: absolute;
	left: 298px;
	top: 28px;
	width: 290px;
	color: #333;
	font-size: 15px;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
#plusPromo #filmPreview {
	position: absolute;
	left: 298px;
	top: 79px;
	width: 264px;
}
#plusPromo #filmPreview #previewPlayer {
	width: 264px;
	height: 148px;
	background-color: #000;
	margin: 0 0 5px 0;
}
#plusPromo #filmPreview #previewInfo {
	color:#3F79DC;
	font-size:12px;
	text-align: right;
}
#plusPromo #filmInfo {
	position: absolute;
	left: 32px;
	top: 79px;
	width: 205px;
}
#plusPromo #filmInfo h5 {
	color: #333;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
#plusPromo #filmInfo p {
	margin: 0px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}
#plusPromo #filmInfo p.callout {
	color: #4fab05;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	z-index: 10;
	position: relative;
	width: 220px;
	margin-top: 15px;
}
#plusPromo #selector {
	position: absolute;
	left: 32px;
	top: 274px;
	width: 540px;
}
#plusPromo #selector label {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	width: 182px;
	height: 28px;
}
#plusPromo #selector select {
	float: left;
	font-size: 15px;
	line-height: 120%;
	margin: 2px 0;
	width: 140px;
}
#plusPromo #selector #composeBtn {
	float: right;
	display: block;
}
#plusPromo #selector #composeBtn img {
	display: block;
}

#plusBox {
	width: 170px;
	background: #fff url('/skins/default/imgs/ecards/plus/bg_sidebar.png') no-repeat left top;
	padding: 0 0 20px 0;
}
#plusBox h4 {
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 28px;
	text-indent: -9999px;
	background: transparent url('/skins/default/imgs/ecards/plus/sidebar_heading.png') no-repeat left top;
}
#plusBox h5 {
	margin: 15px 23px 8px 7px;
	font-weight: bold;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
#plusBox p {
	margin: 12px 23px 12px 7px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	position: relative;
}
#plusBox.occasion p {
	margin-right: 12px;
}
#plusBox sup {
	vertical-align: top;
	font-size: 11px;
	line-height: 9px;
}
#fcplus_icon {
	float: right;
	position: absolute;
	right: -15px;
	top: -15px;
}
#plusBox.occasion #fcplus_icon {
	right: 0px;
}
/* end filmcardplus additions */
