@charset "utf-8";
/* General */
html {
	height: 100%;
	/*overflow-x: auto;
	overflow-y: scroll;*/
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	height: 100%;
	color: #C5BC81;
	line-height: normal;
	background-color: #5B0707;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	outline: none;
	
   behavior: url("../_js/csshover3.htc");
}


* html .clearfix {
	height: 1%; /* IE5-6 */
}
* + html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* BEGIN FONTS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 153.9%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 138.5%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 131%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h4 {
	font-size: 123.1%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 108%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #C5BC81;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
p {
	color: #C5BC81;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	color: #C5BC81;
	text-indent: 0px;
	margin: 0px 0px 5px 40px;
	padding: 0px;
	text-align: left;
}
ul {
	color: #C5BC81;
	text-indent: 0px;
	margin: 0px 0px 5px 40px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #C5BC81;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #ffffff;
	text-decoration: none;
}




.outerContainer {
	min-width: 990px;
	position: relative;
	clear: both;
	display: block;
}
.innerContainer {
	width: 990px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.block {
	display: block;
}
.align_center {
	display: block;
	text-align: center;
}
.align_left {
	display: block;
	text-align: left;
}
.align_right {
	display: block;
	text-align: right;
}
.vspacer1 {
	/*clear: both;*/
	display: block;
	height: 10px;
	overflow: hidden;
}

a.butalike, a.butalike:link, a.butalike:visited, a.butalike:active {
	background-color: #957037;
	background-image: url(../_images/var_width_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 2px solid #957037;
	padding: 2px 6px;
	color: #F2F0E3;
	text-decoration: none !important;
}
a.butalike:hover, a.butalike:link:hover, a.butalike:visited:hover, a.butalike:active:hover {
	background-color: #C5BC81;
	background-position: 0px -30px;
	color: #FFFFFF;
	text-decoration: none !important;
}

a.butalike.block {
	display: block;
	clear: both;
	padding: 2px 6px;
}
a.icon_button {
	display: block;
	clear: both;
	padding: 2px 6px;
	background-color: #957037;
	border: 2px solid #957037;
	color: #F2F0E3;
	text-decoration: none;
	padding-left: 20px !important;
	background-position: 2px 50%;
	background-repeat: no-repeat;
}



.smallerfont {
	font-size: 85%;
	line-height: normal;
}

.errors {
	border: 2px solid #C5BC81;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #990000;
}
.errors p, .errors ul, .errors ol {
	color: #FFFFFF;
}
.error_color {
	color: #FFFFFF;
}

.emphasizeContainer {
	border: 2px solid #C5BC81;
	color: #C5BC81;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #6C0C0C;
}
.emphasize_color {
	color: #FFFFFF;
}

.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #957037;
	border-bottom: 1px solid #957037;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #957037;
	border-bottom: 1px dotted #957037;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}

.emHL1 {
	background-color: #957037;
	color: #FFFFFF;
	padding: 2px 3px 2px 3px;
	margin-bottom: 5px;
	border: 1px solid #957037;
}

.arrContainer {
	margin: 3px 0px;
	font-size: 93%;
	text-align: left;
}
a.arr {
	background-image: url(../_images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	text-decoration: none;
}


.formTab {
	padding: 5px;
	border: 1px dotted #957037;
	background-color: #660000;
	margin-bottom: 5px;
}
.form_row {
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
}
.inputtextfield_label {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 194px;
	height: auto;
	font-size: 93%;
	line-height: 100%;
	color: #C5BC81;
	text-align: left;
	float: left;
	clear: none;
}
.inputtextfield {
	display: block;
	margin: 0px !important;
	padding: 2px !important;
	width: 194px;
	height: auto;
	border: 2px solid #957037;
	background-color: #7A1010;
	font-size: 93%;
	line-height: 100%;
	color: #B59F57;
	text-align: left;
	float: left;
	clear: none;
}
.inputtextfield:focus {
	outline: none;
	color: #C5BC81;
}
.filefield {
	display: block;
	margin: 0px !important;
	padding: 2px !important;
	height: auto;
	border: 2px solid #957037;
	background-color: #7A1010;
	font-size: 93%;
	line-height: 100%;
	color: #B59F57;
	text-align: left;
	float: left;
	clear: none;
}
.filefield:focus {
	outline: none;
	color: #C5BC81;
}
.textareafield {
	display: block;
	margin: 0px !important;
	padding: 2px !important;
	width: 950px;
	height: 100px;
	border: 2px solid #957037;
	background-color: #7A1010;
	font-size: 93%;
	line-height: 140%;
	color: #B59F57;
	text-align: left;
	float: left;
	clear: none;
	
	scrollbar-arrow-color:#957037; 
	scrollbar-track-color:#7A1010; 
	scrollbar-face-color:#7A1010; 
	scrollbar-highlight-color:#957037; 
	scrollbar-3dlight-color:#7A1010; 
	scrollbar-darkshadow-color:#7A1010; 
	scrollbar-shadow-color:#957037; 
	
	overflow-y: scroll;
}
.textareafield:focus {
	outline: none;
	color: #C5BC81;
}
.inputcheckbox {
	display: block;
	margin: 2px;
	padding: 0px;
	width: 13px;
	height: 13px;
	font-size: 93%;
	line-height: 100%;
	color: #B59F57;
	text-align: left;
	float: left;
	clear: none;
}
.inputbutton {
	margin: 0;
	width: 202px;
	height: auto;
	font-size: 93%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	
	background-color: #957037;
	background-image: url(../_images/var_width_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 2px solid #957037;
	padding: 2px 6px;
	color: #F2F0E3;
}
.inputbutton:hover {
	background-color: #C5BC81;
	background-position: 0px -30px;
	color: #FFFFFF;
	text-decoration: none;
}
.inputbutton:focus {
	outline: none;
}
.selectfield {
	margin: 0px !important;
	padding: 2px !important;
	border: 2px solid #957037;
	background-color: #7A1010;
	font-size: 93%;
	line-height: 100%;
	color: #B59F57;
}
.selectfield:focus {
	outline: none;
	color: #C5BC81;
}
.nowidth {
	width: auto;
}

.privacy {
	font-size: 85%;
	line-height: normal;
	color: #555555;
	background-color: #E6EAE1;
	padding: 5px;
	margin-bottom: 10px;
}




#docBody {
	background-color: #5B0707;
}
#overallContainer {
	background-image: url(../_images/bg_all.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #7A1010;
}

#mainOuterContainer {}
#mainInnerContainer {
	background-image: url(../_images/superlove_logo_large_top.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
#headerContainer {
	display: block;
	position: relative;
	height: 139px;
}
#sbLogo {
	display: block;
	clear: none;
	float: left;
	text-align: left;
}
#bmwLogo {
	display: block;
	clear: none;
	float: left;
	text-align: left;
	margin: 44px 0px 0px 54px;
}
#mainMenu {
	display: block;
	float: none;
	clear: both;
	position: relative;
}

#mainMenu .mainMenuItem {
	display: block;
	float: left;
	clear: none;
	margin-left: 15px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	height: 30px;
}
#mainMenu .mainMenuItem.active {
	background-position: 0px -30px;
	background-repeat: no-repeat;
}
#mainMenu .mainMenuItem:hover {
	background-position: 0px -30px;
	background-repeat: no-repeat;
}
#mainMenu .mainMenuItem .mainMenuItemText {
	display: none;
}
#mainMenu .mainMenuItem#b0 {
	margin-left: 0px !important;
	background-image: url(../_images/b0.gif);
	width: 173px;
}
#mainMenu .mainMenuItem#b1 {
	background-image: url(../_images/b1.gif);
	width: 91px;
}
#mainMenu .mainMenuItem#b2 {
	background-image: url(../_images/b2.gif);
	width: 62px;
}
#mainMenu .mainMenuItem#b3 {
	background-image: url(../_images/b3.gif);
	width: 71px;
}
#mainMenu .mainMenuItem#b4 {
	background-image: url(../_images/b4.gif);
	width: 134px;
}
#mainMenu .mainMenuItem#b5 {
	background-image: url(../_images/b5.gif);
	width: 127px;
}
#mainMenu .mainMenuItem#b6 {
	background-image: url(../_images/b6.gif);
	width: 37px;
}
#mainMenu .mainMenuItem#b7 {
	background-image: url(../_images/b7.gif);
	width: 55px;
}

#mainContent {
	display: block;
	clear: both;
	float: none;
	position: relative;
	padding: 20px 0px 10px 0px;
	min-height: 450px;
	_height: 450px;
	line-height: 24px;
	text-align: left;
}
#videoPlayerContainer {
	display: block;
	position: relative;
	float: right;
	clear: none;
	text-align: left;
	z-index: 110;
	width: 569px;
	height: auto;
}
.goldenFrameContainer {
	display: block;
	/*position: absolute;
	left: 420px;
	top: 0px;*/
	position: relative;
	float: right;
	clear: none;
	text-align: left;
	z-index: 110;
	width: 569px;
	height: 448px;
}
.framedImage {
	display: block;
	position: absolute;
	z-index: 120;
	width: 434px;
	height: 316px;
	left: 67px;
	top: 67px;
	overflow: hidden;
}
.goldenFrame {
	display: block;
	position: absolute;
	z-index: 130;
	width: 569px;
	height: 448px;
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
html>body .goldenFrame { /* bowsere decente */
	background-image: url(../_images/rama_player.png);
}
* html .goldenFrame { /* ie6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/super-love/_images/rama_player.png', sizingMethod='crop');
}

.superlove_logo_inline {
	vertical-align: text-bottom;
}

#footerOuterContainer {
	background-color: #5B0707;
}
#footerInnerContainer {
	font-size: 85%;
}
#footerInnerContainer a, #footerInnerContainer a:link, #footerInnerContainer a:visited, #footerInnerContainer a:active {
	color: #C5BC81;
	text-decoration: none;
}
#footerInnerContainer a:hover, #footerInnerContainer a:link:hover, #footerInnerContainer a:visited:hover, #footerInnerContainer a:active:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerCopy {
	float: left;
	clear: left;
	width: 410px;
	padding: 15px 0px 25px 0px;
	color: #B39737;
	text-align: left;
}
#footerDesign {
	float: right;
	clear: right;
	width: 170px;
	padding: 15px 0px 25px 0px;
	color: #B39737;
	text-align: right;
}

#accountMenu {
	position: absolute;
	left: 340px;
	top: -14px;
	z-index: 102;
	display: block;
	text-align: center;
	width: 142px;
	height: 49px;
	padding: 22px 5px 0px 5px;
	line-height: 20px;
	background-image: url(../_images/account_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#accountMenu a {
	text-decoration: none;
}

.pageNavigationContainer {
	text-align: left;
	margin-bottom: 10px;
}
.page_navigation_button, .page_navigation_button:link, .page_navigation_button:visited, .page_navigation_button:active {
	font-size: 11px;
	line-height: 11px;
	margin: 0px 2px 0px 0px;
	padding-top: 5px;
	width: 23px;
	height: 21px;
	font-weight: normal;
	background-image: url(../_images/page_x_button_normal.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #CEB765;
	text-decoration: none;	
}
.page_navigation_button:hover, .page_navigation_button:link:hover, .page_navigation_button:visited:hover, .page_navigation_button:active:hover {
	color: #EFE9B8;
	text-decoration: none;
}
.page_navigation_button_current {
	font-size: 11px;
	line-height: 11px;
	margin: 0px 2px 0px 0px;
	padding-top: 5px;
	width: 23px;
	height: 21px;
	font-weight: normal;
	background-image: url(../_images/page_x_button_current.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #CEB765;
	text-decoration: none;	
	cursor: default;
}
.page_navigation_extra {
	font-size: 11px;
	line-height: 11px;
	margin: 0px 2px 0px 0px;
	padding-top: 5px;
	display: block;
	float: left;
	clear: none;
	color: #CEB765;
}

#messageOfTheWeekContainer {
	display: block;
	float: left;
	clear: left; 
	width: 482px; 
}
#photoOfTheWeekContainer {
	display: block;
	float: right;
	clear: right; 
	width: 482px;
}

#messageOfTheMonthContainer {
	display: block;
	float: left;
	clear: left; 
	width: 482px; 
}
#photoOfTheMonthContainer {
	display: block;
	float: right;
	clear: right; 
	width: 482px;
}

.largePhoto {
	border: 1px solid #CEB765;
}

.messageContainer {
	display: block;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #CEB765;
}
.messageInfo {
	display: block;
	clear: none;
	float: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #CEB765;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
.messageText {
	display: block;
	clear: none;
	float: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
.messageInfo.hasPhoto, .messageText.hasPhoto {
	width: 790px;
}
.messagePhoto {
	display: block;
	clear: none;
	float: right;
	margin: 0px 0px 0px 10px;
	width: 180px;
	border: 1px solid #CEB765;
	background-color: #000000;
	text-align: center;
}
.messageThumb {
}


h1.headline, h2.headline, h3.headline {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	overflow-y: hidden;
	color: #C5BC81;
}
h1.headline {height: 30px;}
h2.headline {height: 24px;}
h3.headline {height: 22px;}
h1.headline .hilite, h2.headline .hilite, h3.headline .hilite {
	color: #FFFFFF;
}

#overlay {
	display:none;
}
#lightbox {
	display:none;
}


/* pageLock */
#pageLockContainer {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 4999;
	margin: 0;
	padding: 0;
}
#pageLockBg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	margin: 0;
	padding: 0;
}
#pageLockMessage {
	position: absolute;
	height: auto;
	width: 360px;
	border: 1px solid #666666;
	background-color: #cccccc;
	color: #333333;
	font-size: 100%;
	left: 50%;
	top: 50%;
	text-align: center;
	margin: -100px 0px 0px -181px;
	padding: 50px 10px 20px 10px;
	overflow: visible;
	background-image: url(../_images/loader.gif);
	background-position: 50% 20px;
	background-repeat: no-repeat;
}


#overlayedVideo {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index:5002;
	width: 569px;
	height: 508px;
}

.photoThumb {
	float: left;
	clear: none;
	width: 152px;
	text-align: center;
	margin: 10px 10px 0px 0px;
}
.photoThumb .img {
	border: 1px solid #CEB765;
	background-color: #000000;
}
.photoThumb .img img {
	border: 0px none #CEB765;
}
.photoThumb .legend {
	float: none;
	clear: both;
	font-size: 11px;
	line-height: normal;
}