body {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	xxposizztion: relative; /* position relative on body is officially not supported by jQuery and jQuery UI - so we must not use it ever */
}



h1 { margin: 20px 0; }
h2 { margin: 15px 0; }
h3 { margin: 12px 0; }
h4 { margin: 10px 0; }
h5 { margin: 7px 0; }
h5 { margin: 5px 0; }



input.button {
	
	margin-right: 10px;
	margin-left: 2px;
    
    display: inline-block;
    height: 20px;
    line-height: 21px;
    padding: 0 10px;
    moz-padding-top: 2px; /* http://www.cssnewbie.com/input-button-line-height-bug */
    border: 0;

    text-align: center;
    cursor: pointer;
    vertical-align: baseline;

    align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background-color: #9e9e9e;
    font-size: 11px;
    color: white;
    font-family: arial, helvetica, garuda, sans-serif;
    text-transform: uppercase;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-appearance: none;
}
input.button.fL { margin-right: 0; margin-left: 10px; }

input.button.drop {
	background-image: url('/img/rv/notch_down_margin_horiz.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 22px;
}
input.button.important { background-color: #B294C0; }




#centerA .buttonsRow {
	overflow: hidden;
	margin: 10px 0 5px 0; 
}











#topMenu {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 9999;
}
#topBar #bar .brick,
#topMenu .main {
	height: 31px;
	float: right;
	border-left: 1px solid #dbe5e6;
	line-height: 30px;
}
#topMenu .main {
	width: 121px;
	min-width: 121px;
	white-space: nowrap;
	letter-spacing: 2px;
	font-size: 8pt;
	cursor: pointer;
}

#bar.ajax_loading #topMenu {
	overflow: hidden;
	cursor: busy;
	background-image: url("/img/ajax.gif");
	background-position: center center;
    background-repeat: no-repeat;
}
#bar.ajax_loading #topMenu .brick,
#bar.ajax_loading #topMenu .main { visibility: hidden; }


#topMenu .wide, .lang_de #topMenu .main.deWide { width: 145px; }
.lang_de #topMenu .main.deWide.inbox { width: 172px; }
#topMenu .narrow { width: 77px; min-width: 77px; }
.lang_de #topMenu .account { width: 95px; min-width: 95px; }
#topMenu .sub {
	display: none;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 8pt;
	letter-spacing: 0;
}
#topMenu span.sub { height: auto; line-height: 120%;}
#topMenu span.sub img { margin: 5px; }
#topMenu span.sub div.accountInfo { margin: 5px 5px 5px 10px; }
#topMenu span.sub div.accountInfo a { float:left; }

#topMenu span.sub div.button {
	margin: 5px; 
	color: white;
	background-color: #AD90BC;
	color: white;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-family: EKGeorgia,Georgia,Rekha,serif;
	font-size: 9pt;
	white-space: nowrap;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 1px;
}


#topMenu .myEvents .sub,
#topMenu .new .sub {
	font-size: 9pt;
	width: 275px;
}
#topMenu .new .sub { width: 200px; }
.lang_de #topMenu .new .sub { width: 230px; }
#topMenu .inbox .sub {
	font-size: 9pt;
	width: 275px;
}
#topMenu .inbox .unreadCount {
	margin-left: 7px;
	font-family: GillB;
	font-size: 13px;
	color: #B44BA8; 
}
#topMenu .account .sub {
	width: 190px;
}
#topMenu .icon {
	float: right;
	width: 31px;
	height: 31px;
	background-image: url('/img/rv/top_menu_arr_down.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: 0;
}
#topMenu .main .label,
#topMenu .wide .label {
	margin-left: 10px;
	font-family: Gill;
    font-size: 12px;
    letter-spacing: 2px;
}
#topMenu .main.pricing {
    text-align: center;
}
#topMenu .pricing .label {
	margin-left: 0;
	text-transform: uppercase;
}
#topMenu .main .sub .label,
#topMenu .wide .sub .label {
	font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}
#topMenu .main.myEvents .sub .label,
#topMenu .main.inbox .sub .label {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 230px;
}
#topMenu .main.myEvents .sub .label.type,
#topMenu .main.inbox .sub .label.type {
	overflow: visible;
}
#topMenu .main .label.forbidden, #topMenu .wide .label.forbidden { cursor: text; }
#topMenu .main:hover a.label, #topMenu .wide:hover a.label { xxdisplay: block; }
#topMenu .main .type.label { clear: left; float: left; width: 25px; color: #aaa; }

#topMenu .main:hover .icon ,
#topMenu .main.active .icon { display: none; }

#topMenu .main.active .sub {
	display: block;
	background-color: white;
	border-bottom: 1px solid #dbe5e6;
	border-left: 1px solid #dbe5e6;
	border-right: 1px solid #dbe5e6;
	margin-left: -1px;
	margin-right: -1px;
}
#topMenu .main.active .sub:hover { background-color: #d8d9db; }
#topMenu .main.active span.sub.profile:hover { background-color: #FFFFFF; }	/*Exception for AccountInfos */
#topMenu .main.active .sub.first { border-top: 1px solid #dbe5e6; }


#topBar #bar .brick.language { width: auto; line-height: 34px; border-right: 1px solid #dbe5e6; }
#topBar .brick.language a::before {
	content: "";
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0 19px 0 0;
	width: 16px;
}
#topBar .brick.language .langLabel { display: none; }
#topBar .brick.language .en::before { background-image: url("/img/rv/flag_en.gif"); }
#topBar .brick.language .de::before { background-image: url("/img/rv/flag_de.gif"); margin-right: 0; }





#topBar { height: 40px; position: relative; }
#topBar #logo {
	width: 183px;
	height: 24px;
	margin: 3px 0 0 0;
	float: left;
}
#topBar #underMobileLogo { display: none; }


#topBar #bar {
	height: 31px;
	background-image: url( '/img/ek_logo_v4.png' );
	background-position: 0 4px;
	background-repeat: no-repeat;
	
					-moz-border-radius: 0 0 6px 6px;
	 -webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
			 border-bottom-left-radius: 6px 6px;
			border-bottom-right-radius: 6px 6px;
	
}

@media (-webkit-min-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 192dpi) { 
	#topBar #bar {
		background-image: url( '/img/ek_logo.svg' );
		background-position: 0 3px;
		background-size: auto 24px;
	}
}

html {
	background-image: url( '/img/rv/ie/top_bar_bg_repetitive_v2.png' );
	background-position: center top;
	background-repeat: repeat-x;
}



#topBar #bar .brick {
	padding-left: 19px;
	padding-right: 19px;
	white-space: nowrap;
	font-family: Gill;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#topBar #bar #signupP.brick a:hover,
#topBar #bar .signupP.brick a:hover,
#topBar #bar #loginP.brick a:hover { text-decoration: underline; }


#topBar #bar .brick .subC {
	overflow: hidden;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	z-index: 998;

					-moz-border-radius: 0 0 6px 6px;
	 -webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
			 border-bottom-left-radius: 6px 6px;
			border-bottom-right-radius: 6px 6px;
	
	   -moz-box-shadow: rgba(0,0,0,0.3) 0 4px 4px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 4px;
			box-shadow: rgba(0,0,0,0.3) 0 4px 4px;
	
	height: 0;
}
#topBar #bar #stampsInfoP.brick .subC { display: none; right: auto; left: 0; }
#topBar #bar #stampsInfoP.brick:hover .subC { display: block; height: auto; }


#topBar #loginP,
#topBar #signupP {
	float: right;
	height: 31px;
	z-index: 999;
	position: relative;
}
#topBar #loginP table { margin: 7px 15px; }
#topBar #loginP td { padding: 2px; vertical-align: bottom; line-height: 1.1; }
#topBar #loginP td.password { padding-top: 4px; vertical-align: top; }
#topBar #loginP td.login { padding-left: 6px; }
#topBar #loginP td.login .btxC { margin-top: 2px; margin-right: 1px; }
#topBar #loginP td.login input { min-width: 35px; text-align: center; }
#topBar #loginP td.label {}
#topBar #loginP td.rememberMe input { vertical-align: middle; }
#topBar #loginP td.rememberMe {}
#topBar #loginP td.forgotPassword {}
#topBar #loginP .input {
	width: 180px;
	height: 19px;
	display: block;
}
#topBar #loginP .subC table { letter-spacing: normal; }
#topBar #loginP .input input {
	border: 0;
	width: 180px;
	margin-top: 1px;
	outline: none;
}
#topBar #loginP .login .btxC { margin-bottom: 1px; }


#topBar .pricing.brick { border-left: 0; }
#topBar #signupP strong { font-weight: normal; }

#topBar #loggedInfo { float: right; }

#topBar #stampsInfoP { text-transform: uppercase; position: relative; }
#topBar #stampsInfoP .stamp,
.stampOptions .stamp {
	width: 25px;
	height: 28px;
	background-image: url('/img/rv/stamp_middle_v2.png');
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 3px;
	float: left;
}

#topBar #stampsInfoP .subC .note { padding: 0 10px; text-align: center; }
#topBar #stampsInfoP .subC a,
.stampOptions a {
	display: block;
	width: 160px;
	overflow: hidden;
	padding: 0 10px;
	border-top: 1px solid #dbe5e6;
	font-size: 13px;
}
#topBar #stampsInfoP .subC a:hover,
.stampOptions a:hover { background-color: #d8d9db; }
#topBar #stampsInfoP .subC a span.count,
.stampOptions a span.count {
	display: block;
	float: left;
	font-family: GillB;
	color: #B44BA8;
}
#topBar #stampsInfoP .subC a span.count { width: 55px; }
.stampOptions a span.count { width: 45px; }
#topBar #stampsInfoP .subC a img.ico,
.stampOptions a img.ico { float: left; width: 19px; margin-top: 4px; }
#topBar #stampsInfoP .subC a span.price,
.stampOptions a span.price {
	display: block;
	float: right;
}
#topBar #stampsInfoP .subC .transfer {
	text-align: center;
	cursor: pointer;
	border-top: 1px solid #dbe5e6;
}









#overallC {
	position: relative;
	z-index: 100;
	overflow: visible;
}
#overallC .menuCC {
	background-color: white;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-top-left-radius: 7px 7px;
	-webkit-border-top-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
}

#overallC .menuOver {
	height: 45px;
	line-height: 44px;
	padding-left: 20px;
}
.coverflow #overallC .menuOver,
.keyFeatures #overallC .menuOver,
.start #overallC .menuOver { padding-left: 0; text-align: center; }
#overallC .menuOver strong {
	font-weight: normal;
}






/* top white bar is split when left navi is inside contents */
.splitTop #overallC .menuOver {
	width: 790px;
	margin-left: 190px;
	text-align: center;
	padding-left: 0;
}

.showTopRightSticker #overallC .menuOver { background-image: none; }




#coverFlowContextTitle .coverFlowContextTitleItem { display: none; }
#coverFlowContextTitle.wedding .coverFlowContextTitleItem#cfccItem_wedding { display: block; }
#coverFlowContextTitle.invitations .coverFlowContextTitleItem#cfccItem_invitations { display: block; }
#coverFlowContextTitle.stds .coverFlowContextTitleItem#cfccItem_stds { display: block; }
#coverFlowContextTitle.cards .coverFlowContextTitleItem#cfccItem_cards { display: block; }
#coverFlowContextTitle.eventsites .coverFlowContextTitleItem#cfccItem_eventsites { display: block; }
#coverFlowContextTitle.tailormade .coverFlowContextTitleItem#cfccItem_tailormade { display: block; }
#coverFlowContextTitle.designers .coverFlowContextTitleItem#cfccItem_designers { display: block; }










/* l[eft]r[ight]C[ontainer] */
#lrC {
	xxposition: relative;  /* must be removed for popups to overlay over the lrC element */
	xxxz-index: 1; /* must be removed for modalitySilencer to work with popups */
	zzzbackground-color: #eef0ef;
	overflow: auto;
	xxwidth: 100%; /* must be removed for popups to overlay over the lrC element */
}
/* additional patch for safari rounded corners */
#lrC,
#lrC #centerA,
#lrC #centerA #centerC,
#lrC #centerA #centerC #viewportE,
#lrC #centerA #centerC #viewportE .slide,
#lrC #centerA #centerC #viewportE .slide img.bg {
       -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
            border-radius: 0 0 7px 7px;
}






#leftMenu {
	width: 190px;
	overflow: hidden;
	float: left;
}

#leftMenu #context,
.listWithBigRows #leftMenu #context.empty,
.topPaddedContext #leftMenu #context.empty { height: 27px; }
.listWithBigRows #leftMenu #context { height: 68px; }
.topPaddedContext #leftMenu #context { height: 72px; }



#leftMenu #context .indicator {
	margin: 0;
	height: 35px;
	line-height: 30px;

	-webkit-user-select: none;
	-moz-user-select: none;
}

#leftMenu .leftMItem, #leftMenu .leftMSItem {
	display: block;
	height: 23px;
	overflow: hidden;
	line-height: 23px;
}
#leftMenu .leftMItem {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-appearance: none;
}

#leftMenu .leftMItem .indicator { 
	float: right; 
	width: 12px;
	height: 7px;
	margin-right: 10px; 
	margin-top: 8px;
	background-image: url('/img/rv/notch_down.png');
} 
#leftMenu .active .leftMItem .indicator { background-image: url('/img/rv/notch_up.png'); }

#leftMenu .leftMItem .label,
#leftMenu .leftMSItem .label { margin-left: 20px; }

#leftMenu .leftMSItem.newDesign .newNote,
#footerCategories div ul li.newDesign .newNote {
	font-family: Arial, ArialMT, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	color: #e309ca;
	font-size: 9pt;
}

#leftMenu .miSubC {
	height: 0;
	overflow: hidden;
}
#leftMenu .miSubC.initOpened { height: auto; }
#leftMenu .miSubC .leftMSItem:first-child { border-top: 1px solid white; }
#leftMenu .miSubC > .subCPadder { margin: 5px 3px; }







#mpTabs {
	float: left;
	width: 190px;
	min-height: 500px;
}
#mpTabs div.tab { height: 25px; border-bottom: 1px solid white; cursor: pointer; }
#mpTabs div.tab nobr { display: block; margin-left: 15px; line-height: 24px; }
#mpTabs div.tab.active { color: white; }


#mpTabs,
#leftMenu.integrated {
	background-color: #E7EDED;

	-moz-border-radius: 0 7px 0 0;
	-webkit-border-top-right-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
}
#leftMenu.integrated { width: 100%; }
#leftMenu.fxDisabled .miC { opacity: 0.5; filter: alpha(opacity=50); }
#leftMenu.fxDisabled .miC a { cursor: text; }

#mpTabs div.tab:first-child,
#leftMenu.integrated .miC:first-child { margin-top: 14px; }









#centerA {
	xxwidth: 100%; /* must be removed for popups to overlay over the lrC element */
	min-height: 550px;
	xxposition: relative; /* must be removed for popups to overlay over the lrC element */
	overflow: hidden;
	padding-bottom: 70px;
	background-color: #ffffff;
}
.coverflow #centerA, .start #centerA, .keyFeatures #centerA {
	position: relative;
	width: 100%;
	padding-bottom: 0;
}
.fullCenterHeight #centerA { padding-bottom: 0; }
.showLeftMenu #centerA {
	float: right;
	width: 790px;
}














#centerA #topNavi,
#centerA #topNavi .bottomRow {
	height: 28px;
	background-color: #DCE4E6;
}

.listWithBigRows #centerA #topNavi,
.showTopContext #centerA #topNavi { /* used e.g. on about page */
    height: 63px;
	background-color: #ffffff;
}
.listWithBigRows #centerA #topNavi,
.listWithActions #centerA #topNavi { height: 27px; }


#centerA #topNavi .row {
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-family: Gill;
	font-size: 12px;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	
	-moz-user-select: none;
	-webkit-user-select: none;
}
	
#centerA #topNavi #typeRow {
	margin: 0;
	background-color: #DCE4E6;
	color: #676767;
}
#centerA #topNavi #typeRow h1 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: inherit;
	font-family: inherit;
	text-transform: uppercase;
}

#centerA #topNavi #categoryRow {
	margin: 0 198px;
	background-color: #ffffff;
	color: #6a6e6f;
	z-index: 1;
}












#centerA #topNavi .container,
#centerA #topNavi .bottomRow {
	font-family: Gill;
	font-size: 11px;
	height: 28px;
	width: 100%;
	letter-spacing: 2px;
	line-height: 28px;
	color: #676767;
}

#centerA #topNavi .container td {
	cursor: pointer;
	text-transform: uppercase;
	height: 28px;
	min-width: 155px;
}
#centerA #topNavi .container td.noclick { cursor: default; }

.topNaviDropdown #centerA #topNavi .container td { min-width: 0; }
#centerA #topNavi .container td.grey { display: none; }

#centerA #topNavi .container td.disabled { }
#centerA #topNavi .container td.disabled a { cursor: default; color: #B7BBBB; }
#centerA #topNavi .container td.disabled:hover a.upLabel { color: #B7BBBB; background-color: inherit; }

#centerA #topNavi .container td.noclick a.upLabel { cursor: default; }

#centerA #topNavi .container td a.upLabel { display: block; text-align: center; }
#centerA #topNavi .container td:hover a.upLabel,
#centerA #topNavi .container td.active a.upLabel,
.topNaviDropdown #centerA #topNavi .container:hover td.active a.upLabel:hover,
.topNaviDropdown #centerA #topNavi .container:hover td.active:hover a.upLabel { color: #ffffff; background-color: #676767; }
.topNaviDropdown #centerA #topNavi .container:hover td.active a.upLabel { color: inherit; background-color: inherit; }

#centerA #topNavi .container td#tmipaper { background-color: #e1d2ab; }
#centerA #topNavi .container td#tmichristmas a.upLabel { color: #d2122d; font-family: GillB; }
#centerA #topNavi .container td#tmichristmas:hover a.upLabel,
#centerA #topNavi .container td#tmichristmas.active a.upLabel {
	color: #ffffff;
	background-color: #d2122d;
}




.start #centerA .leftFade, .start #centerA .rightFade { z-index: 10; }
#centerA #topNavi .container td .dropdownC {
	position: absolute;
	left: 0;
	top: 28px;
	display: none;
	z-index: 99;
	width: 100%;
	
	font-family: Gill;
	background-color: #ffffff;
	text-align: left;
	text-transform: none;
	white-space: nowrap;
    font-size: 10px;
    letter-spacing: 1px;
}


#centerA #topNavi .container td.hover .dropdownC,
#centerA #topNavi .container td:hover .dropdownC,
#centerA #topNavi .container:hover td:hover .dropdownC,
#centerA #topNavi .container:hover td.active:hover .dropdownC { display: block; }

#centerA #topNavi .container td .dropdownC .g3 {
	margin: 0 0 0 0;
	font-family: GillB;
	font-size: 9pt;
	font-weight: normal;
	color: #B44BA8;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#centerA #topNavi .container td .dropdownC .g3 a,
#centerA #topNavi .container td .dropdownC .g3 a:hover { color: inherit; }

#centerA #topNavi .container td#tmidesigners .dropdownC .g3 {}


#centerA #topNavi .container td .dropdownC .teaser {
	margin: 20px;
    white-space: normal;
}
#centerA #topNavi .container td .dropdownC.rightBound .teaser { float: left; width: 365px; line-height: 1.2; }
#centerA #topNavi .container td#tmidesigners .dropdownC .teaser { width: 383px; }
#centerA #topNavi .container td#tmipaper .dropdownC .teaser {
	float: right;
	width: auto;
	line-height: 1.2;
	margin-bottom: 10px;
    margin-left: 0;
}

#centerA #topNavi .container td:first-child .dropdownC .teaser {
	float: right;
	text-align: right;
	line-height: 1.1;
}
#centerA #topNavi .container td:first-child .dropdownC .teaser .iconC { padding-left: 50px; }
.topNaviDropdown #centerA #topNavi .container td:first-child .dropdownC .colsC {
    float: left;
    margin-left: 20px;
}

#centerA #topNavi .container td .teaser td,
#centerA #topNavi .container td .teaser td:hover { /* we must reset all inherited stuff */
	background: none;
	background-color: transparent;
    background-image: none;
    color: inherit;
    cursor: default;
    height: auto;
    width: auto;
    min-width: 0;
    text-transform: none;
    vertical-align: top;
}
#centerA #topNavi .container td#tmipaper .teaser td { text-align: right; }
#centerA #topNavi .container td .dropdownC .teaser img.icon {
	border: 0;
	margin-right: 20px;
	margin-top: 4px;
}
#centerA #topNavi .container td#tmipaper .dropdownC .teaser img.icon {
    margin-right: 0;
    margin-left: 20px;
}
#centerA #topNavi .container td .dropdownC .teaser .g1,
#centerA #topNavi .container td .dropdownC .teaser .g4 {
	margin: 5px 0 1px 0;
	font-family: EKGeorgia, Georgia, Rekha, serif;
	font-weight: normal;
	font-size: 13pt;
}
#centerA #topNavi .container td .dropdownC .teaser .g2 {
	margin: 0 0 10px 0;
	font-family: EKGeorgiaI, Georgia, Rekha, serif;
    font-style: italic;
    font-weight: normal;
	font-size: 13pt;
	color: #B44BA8;
}
#centerA #topNavi .container td .dropdownC .teaser .g4 {
	font-style: italic;
}

#centerA #topNavi .container td#tmipaper .dropdownC .teaser .g2,
#centerA #topNavi .container td#tmipaper .dropdownC .teaser .g4 { margin-top: 20px; }
#centerA #topNavi .container td#tmipaper .dropdownC .teaser .g2 { cursor: pointer; }

.topNaviDropdown #centerA #topNavi .container td .dropdownC .linksTableC { overflow: hidden; }

.topNaviDropdown #centerA #topNavi .container td#tmidesigners .dropdownC .linksTableC { letter-spacing: 2px; }

.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC { margin: 20px auto 0; }

.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td,
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td:first-child,
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td:first-child:hover {
	position: static;
	cursor: default;
	text-align: left;
	min-width: 0;
	width: auto;
	text-transform: uppercase;
	height: auto;
	color: inherit;
}
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td:first-child,
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td:first-child:hover,
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC td.internal {
	border-left: 0;
}
.topNaviDropdown #centerA #topNavi .container td#tmidesigners .dropdownC .colsC {
	float: left;
	margin-right: 5px;
}


#centerA #topNavi .container td#tmiwedding .dropdownC .colsC,
#centerA #topNavi .container td#tmiwedding .dropdownC .teaser {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC {
    background-image: url('/img/rv/icon_wedding_v2.png');
    background-position: center top;
    background-repeat: no-repeat;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .teaser {
	margin-top: 30px;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC td,
#centerA #topNavi .container td#tmiwedding .dropdownC .teaser td {
	width: 50%;
    text-align: center;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC ul {
	margin: 0;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC ul li,
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC .g3 {
    letter-spacing: 3px;
}
#centerA #topNavi .container td#tmiwedding .dropdownC .colsC .g3 { font-size: 10pt; }
#centerA #topNavi .container td#tmiwedding .dropdownC .teaser .g2 {
	color: inherit;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 40px;
}



.topNaviDropdown #centerA #topNavi .container td#tmipaper .dropdownC .colsC td .botVA {
	height: 135px;
	line-height: 135px;
}
.topNaviDropdown #centerA #topNavi .container td#tmipaper .dropdownC .colsC td .botVA img {
	vertical-align: bottom;
}
.topNaviDropdown #centerA #topNavi .container td#tmipaper .dropdownC .colsC td:first-child .botVA img {
	margin-left: 20px;
	margin-right: 40px;
}

#centerA #topNavi .container td .dropdownC .colsC ul {
	list-style-image: none;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}
.topNaviDropdown #centerA #topNavi .container td .dropdownC .colsC .internal ul { margin-left: 0; }


#centerA #topNavi .container td .dropdownC .colsC .additional ul { font-weight: bold; margin-right: 0; }
#centerA #topNavi .container td .dropdownC .colsC .additional ul strong { color: #B44BA8; }

#centerA #topNavi .container td .dropdownC .colsC td:first-child ul,
#centerA #topNavi .container td .dropdownC .colsC td:first-child .g3 { margin-left: 0; }
#centerA #topNavi .container td .dropdownC .colsC ul li {
	white-space: nowrap;
	line-height: 20px;
    margin: 0;
    margin-top: 0;
}
#centerA #topNavi .container td .dropdownC .colsC ul li:first-child { margin-top: 0; }

#centerA #topNavi .container td .dropdownC ul li a,
#centerA #topNavi .container td .dropdownC .g3 a { padding: 0 20px; display: inline-block; }
#centerA #topNavi .container td.active .dropdownC .colsC ul li.hilighted a,
#centerA #topNavi .container td .dropdownC ul li a:hover,
#centerA #topNavi .container td .dropdownC .g3 a:hover { color: #ffffff; background-color: #676767; }

#centerA #topNavi .container td .dropdownC div.link a { color: #B44BA8; text-decoration: underline; }









#centerA #topNavi .bottomRow { margin-top: 20px; clear: both; text-align: center; }

#centerA #topNavi .bottomRow .ctx { display: block; }
#centerA #topNavi .bottomRow a {
	font-family: GillB;
	color: #676767;
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 20px;
	text-transform: uppercase;
}
#centerA #topNavi .bottomRow a:hover {
	color: white;
	background-color: #676767;
}
#centerA #topNavi .bottomRow a span {
    font-family: Gill;
}










#centerA #leftColumn { width: 100%; }
 



#centerA ul.bullets,
.start #centerA ul {
	margin-left: 25px;
	margin-right: 20px;
	padding-left: 0px;
	margin-top: 5px;
}
#centerA ul.bullets li,
.start #centerA ul li {
	line-height: 1.2;
	margin-left: -5px;
}








#botA { min-height: 10px; margin-top: 9px; }
#botA .botB {
	width: 100%;
	height: 45px;
}

#botA .bottomBox {
	height: 48px;
	margin-bottom: 25px;
}
.splitBottom #botA .bottomBox,
.start #botA .bottomBox { height: 80px; }
.smallBottom #botA .bottomBox,
.listWithPaging #botA .bottomBox { height: 48px; }

#botA .bottomBox .bigText {
	height: 48px;
	margin-left: 20px;
}




#lrC #centerA .buttonLink,
#botA .bottomBox .buttonLink {
	width: 213px;
	white-space: nowrap;
	height: 23px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 13px;
	line-height: 22px;
	color: white;
	font-family: EKGeorgia, Georgia, Rekha, serif;
	font-size: 9pt;
	text-align: center;
	letter-spacing: 1px;
}
#lrC #centerA .buttonLink {
	padding-left: 10px;
	padding-right: 10px;
}
#lrC #centerA .textualDescription .buttonLink {
	height: 46px;
	line-height: 46px;	
}
#botA .bottomBox .buttonLink {
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-image: url('/img/rv/bt_big_grey.png');
}
#lrC #centerA .textualDescription .imgLink {
	display: block;
	margin: 20px;
}
#lrC #centerA .textualDescription .imgLink img { margin-top: 15px; }








.bottomBox .panel {
    width: 320px;
    height: 80px;
    font-family: arial, helvetica, garuda, sans-serif;
    cursor: pointer;
    
    background-color: #ffffff;

       -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
            border-radius: 7px;

}
.bottomBox .panel.fL { margin-left: 0; }
.bottomBox .panel.fR { float: left; margin-left: 10px; }
.bottomBox .panel .imgC {
    width: 95px;
    text-align: center;
    float: left;
    margin-top: 8px;
}
.bottomBox .panel.fR .imgC { margin-left: 9px; }
.bottomBox .panel .imgC img {
    width: 75px;
    height: 64px;
    border: 0;
}
.bottomBox .panel.viewExamples .imgC,
.bottomBox .panel.viewExamples .imgC img {
	width: 103px;
	height: 78px;
	
       -moz-border-radius: 0 0 0 7px;
    -webkit-border-radius: 0 0 0 7px;
            border-radius: 0 0 0 7px;
}
.bottomBox .panel.viewExamples .imgC { margin-top: 2px; }
.bottomBox .panel.eventBrite .imgC img {
	width: 48px;
    height: 48px;
    margin-left: 20px;
}
.bottomBox .panel.eventBrite .imgC {
	margin-left: 0;
	margin-top: 16px;
	text-align: left;
	width: 75px;
}
.bottomBox .panel.eventBrite .textC a {
    display: block;
}

.bottomBox .panel.paper .imgC {
    margin-left: 7px;
	margin-top: 8px;
	text-align: left;
	width: 85px;
}
.bottomBox .panel.paper .imgC img {
	width: 84px;
    height: 67px;
}


.bottomBox .panel .textC {
    float: left;
    margin-top: 8px;
    font-size: 9pt;
    max-width: 223px;
}
.bottomBox .panel.eventBrite .textC { margin-left: 4px; }
.bottomBox .panel .textC,
.bottomBox .panel .textC a { color: #6f6f70; }
.bottomBox .panel .textC .header {
    color: #414141;
    font-size: 14pt;
    margin-top: 2px;
    margin-left: 8px;
    font-family: EKGeorgia, Georgia, Rekha, serif;
}
.bottomBox .panel .textC ul {
    margin: 0;
    padding: 0;
    margin-left: 22px;
    margin-top: 3px;
}
.bottomBox .panel .textC ul li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}

.bottomBox .panel.viewExamples .textC .header { margin-left: 0; }
.bottomBox .panel.viewExamples .textC ul { margin-left: 14px; }

.bottomBox .panel.fb .textC div {
    margin-left: 8px;
    margin-top: 2px;
}









#footerCategories { clear: both; font-family: EKGeorgia,Georgia,Rekha,serif; font-size: 12px; }
#footerCategories div { float: left; width: 195px;margin: 0 0 14px 0; }
#footerCategories div h4 { padding: 14px 20px 14px 20px; margin: 0; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; }
#footerCategories div h4:first-child { padding-top: 0; }
#footerCategories div ul { margin: 0 20px 0 20px; padding: 0; list-style:none; }
#footerCategories div ul li { padding: 0px; margin: 0 0 6px 0; }
#footerCategories div ul li a { text-decoration: none; color: #414141; }
#footerCategories div ul li a:hover { text-decoration: underline; }
#footerCategories div ul li.purple a { text-decoration: none; color: #B44BA8; }
#footerCategories div ul li.purple a:hover { text-decoration: underline; }

/*
#footer {
	clear: both;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#footer .line a {
	color: #828284;
	font-size: 10px;
	font-family: Gill;
	margin-right: 10px;
	border-left: 1px solid #606465;
}
#footer .line a span {
	margin-left: 15px;
	text-transform: uppercase;
}
#footer .line:first-child a {
	color: #606465;
	font-size: 12px;
}
#footer .line a:first-child {
	border-left: 0;
}
#footer .line {
	height: 26px;
	background-color: #e7eded;
	border-bottom: 1px solid #adb2b5;
	line-height: 23px;
	text-align: center;
	position: relative;
}
#footer .line:first-child {
	border-top: 1px solid #adb2b5;
	height: 30px;
	line-height: 28px;
}

#footer .line .shareC { position: absolute; top: 3px; right: 0; text-align: right; }
#footer .line .shareC .share {
	display: block;
	float: right;
	margin-right: 6px;
}
#footer .line .shareC .share, #footer .line .shareC .share img {
	width: 20px;
	height: 20px;
	border: 0;
}
#footer .line a.share.google { right: px; }
#footer .line a.share.facebook { right: px; }
#footer .line a.share.facebook { right: px; }
#footer .line a.share.facebook { right: px; }
*/

#__autolgChBx {
	margin-right: 0px !important;
}
.payStamps h2 {
	color: #B44BA8;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding-top: 15px;
	text-transform: uppercase;
}
.payStamps p, .payStamps ul, .payStamps ol {
	line-height:22px;
	padding-bottom:14px;
	padding-top:0;
}


.iOSonly { display: none; visibility: hidden; }

@media only screen and (max-device-width: 1024px),
		only screen and (max-device-width: 960px),
		only screen and (max-device-width: 480px) {
	
	.iOSonly { display: block; visibility: visible; }
	
	input.text,
	textarea, body .textarea
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3);
	}
}