/*
 File: 			amateur.css
 Author: 		(c) Ivo Deisenroth
 Contact: 		id@creamedia.de
 Copyright:		Crea Media, IT-PolyVision LTD
 Last Modified:		08. Februar 2008
 Last Modified by:	Ivo Deisenroth
 Type:			CSS-File
 Description:		Stylsheet-Datei fuer das Design im Frontend
*/

a img {
	border: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px; 
	vertical-align: middle;
	font-style: normal;	
	line-height: 1.2;	
	font-weight: normal;
	background-color: #E5DDF7;
	color: black;
	border-left: solid 1px #360E31;
	border-bottom: solid 1px #360E31;
	border-right: solid 1px #360E31;
	border-top: solid 1px #360E31;
	margin: 2px 2px 2px 2px;
	padding: 1px 0 1px 0;
}
select.select {
	border-left: solid 1px #360E31;
	border-bottom: solid 1px #360E31; 
	border-right: solid 1px #360E31; 
	border-top: solid 1px #360E31; 
}
/* Anfang index.tpl */
#pagecontainer {
	background-color:#E5DDF7;
	display:block;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	border-color:#cccccc;
	border-style:solid;
	float:none;
	clear:both;
}

#footer_container {
	width:930px;
	float:none;
	clear:both;
	background-color:#CAC3EF;
	text-align:center;
}

a.footerlink {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a.footerlink:hover {
	font-size: 8pt;
	color: #800000;
	text-decoration: none;
}
.copyright{
	color: #AAAAAA;
	text-decoration: none;
}
#headercontainer {
	background-color: #E5DDF7;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width:930px;
	float:none;
	clear:both;
}
#body_container {
	background-color: #E5DDF7;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	width:930px;
	float:none;
	clear:both;
}
#leftnavigatorcontainer {
	float:left;
	width:185px;
	margin-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:8px;
	text-align: center;
}
#rightnavigatorcontainer {
	float:right;
	width:185px;
	margin-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:8px;
	text-align: center;
}
#contentcontainer {
	float:left;
	width:490px;
	margin-top: 0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:#6F406A;
}
/* Ende index.tpl */
/* Anfang header.tpl, loginform.tpl, topmenu.tpl */
#header_top_login_container {
	width:930px;
	height:136px;
	text-align:right;
}
#header_top_content_container {
	background-color: #E5DDF7;
	float: left;
	height:116px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:center;
	width: 930px;
}
#header_login_container {
	float: right;
	color:#000000;
	padding-top:25px;
	padding-right:28px;
	width:350px;
	text-align:right;
}
input.login {
	background-color: #FFFD9C;
	border: none;
	display:inline;
	font-size: 8pt;
	line-height: 1.0;
	vertical-align: middle;
	width:  110px;
	height: 13px;
	line-height: 13px;
	cursor: text;
}
input.buttonlogin {
	background-color: transparent;
	border-left: solid 0px black;
	border-bottom: solid 0px black;
	border-right: solid 0px black;
	border-top: solid 0px black;
	margin: 0px 0px 0px 0px;
}

label.login {
	color: yellow;
}

#header_top_menu_container {
}
/* Ende header.tpl, loginform.tpl, topmenu.tpl */
/* Anfang navigation.tpl, linke und rechte Container */
#leftcolumn_hdr_bkg {
	display: block;
	background-image:url(images/box_header.png);
	background-repeat:no-repeat;
	margin-top 	: 5px;
	width		: 167px;
	height		: 30px;
	line-height	: 30px;
	font-size 	: 16px;
	font-weight	: bold;
	color		: white;
	text-align	: center;
	text-transform	: uppercase;
}
#leftside_nav {
	/* background-image:url(images/box_bg.jpg); */
	background-color: #FAFBDA;
	background-repeat: repeat-y;
	width : 165px;
	margin-top : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-left: solid 1px #959CC5;
	border-bottom: solid 1px #959CC5;
	border-right: solid 1px #959CC5;
	text-align: center;
} 
#leftside_detail {
	/* background-color: #D2BCCF; */
	/* background-image:url(images/box_bg.jpg); */
	background-color: #FAFBDA;
	background-repeat: repeat-y;
	width : 165px;	
	margin-top : 0px;
	border-left: solid 1px #959CC5;
	border-bottom: solid 1px #959CC5;
	border-right: solid 1px #959CC5;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight: normal;
	text-align: left;
}
#box_iframe {	/* nur fuer die Einbindung der iframe's muessen nochmal extra definiert werden */
	/* background-image:url(images/box_bg.jpg); */
	background-color: #FAFBDA;
	background-repeat: repeat-y;
	/* width : 163px; */	
	/* height: 400px; */
	text-align: left;
} 
div.left_navigation {
	background-image: url(images/button_nav_left.png);
	background-color: #CAC3EF;
	background-repeat: no-repeat; 
	margin-top	: 2px;
	display		: block;
	width		: 149px;	
	height		: 28px;
	list-style-type	: none;
	font-size	: 14px;
	text-align	: center;
	font-weight	: bold;
	text-transform	: capitalize;
	letter-spacing	: -1px;
}

div.left_navigation a {
	display: block;
	line-height: 28px;
	color: #3A3949;
	text-decoration	: none;
}
div.left_navigation a:hover {
	display: block;
	line-height: 28px;
	color: #D68643;
	text-decoration	: none;
}
div.right_navigation_1, div.right_navigation_2, div.right_navigation_3, div.right_navigation_4, div.right_navigation_5, 
div.right_navigation_6, div.right_navigation_7  {
	margin-bottom	: 5px;
	display		: block;
	width		: 153px;	
	height		: 41px;
	list-style-type	: none;
	font-size	: 15px;
	text-align	: left;
	font-weight	: bold;
	text-indent	: 55px;
	letter-spacing	: -1px;
	padding-left    :  5px;
}
div.right_navigation_1 a {
	background-image: url(images/nav_right_registry.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_1 a:hover  {
	background-image: url(images/nav_right_registry.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_2 a {
	background-image: url(images/nav_right_online.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_2 a:hover  {
	background-image: url(images/nav_right_online.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_3 a {
	background-image: url(images/nav_right_telefonchat.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_3 a:hover  {
	background-image: url(images/nav_right_telefonchat.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_4 a {
	background-image: url(images/nav_right_suche.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_4 a:hover  {
	background-image: url(images/nav_right_suche.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_5 a {
	background-image: url(images/nav_right_help.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_5 a:hover  {
	background-image: url(images/nav_right_help.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_6 a {
	background-image: url(images/nav_right_kontakt.gif); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_6 a:hover  {
	background-image: url(images/nav_right_kontakt.gif); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_7 a {
	background-image: url(images/nav_right_coins.png); background-repeat: no-repeat;
	display : block; line-height : 41px; color : #0B090B; text-decoration : none;
	width : 153px; height : 41px;
}
div.right_navigation_7 a:hover  {
	background-image: url(images/nav_right_coins.png); background-repeat: no-repeat;
	display	: block; line-height : 41px; color : #D68643; text-decoration : none;
	width : 153px; height : 41px;
}

.capitals {
	text-transform: uppercase;
}
.panelbox {
	background-color: #988A8A;
	font-weight: normal;
	color: #000000;
}
.bannerleft, .bannerright {
	margin-top : 8px;
	text-align : center;
}
/* Ende navigation.tpl, linke und rechte Container */
/* Anfang user_settings.tpl */
div.user_settings {
	padding-left:10px;
	text-align:center;
	margin-bottom:20px;
}
div.user_settings_nav {
	display		: block;
	list-style-type : none;
	float		: left;
	width		: 88px;
	height		: 81px;
	margin		: 4px;
	text-align	: center;
	font-weight	: bold;
	text-transform	: uppercase;
	font-size	: 13px;
	letter-spacing	: -1px;
}
div.user_settings_nav a {
	display: block;
	background-image: url(images/user_menu.png);
	background-repeat: no-repeat; 
	width : 88px;
	height : 81px;
	padding-top : 22px;
	line-height : 13px;
	text-decoration : none;
	color : #BEAEAE;
}
div.user_settings_nav a:hover {
	display: block;
	background-image: url(images/user_menu_over.gif);
	background-repeat: no-repeat; 
	width: 88px;
	height: 81px;
	padding-top : 22px;
	line-height : 13px;
	text-decoration  : none;
	color : #6A1211;
}
/* Ende user_settings.tpl */
/* Anfang mittlere Spalte Content, Formulare, Listen etc. */
.module_content {
	width: 540px
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#module_head {
        display: block;
        background-color: #CAC3EF;
        background-image: url(images/module_header.png);
        background-repeat: repeat-x;
        color: white;
        font-weight: bold;
        height: 37px;
        line-height: 37px;
        margin-left: 10px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 532px;
}

.module_head {
	display: block;
	background-color: #CAC3EF;
	background-image: url(images/module_header.png);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	margin-left: 10px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 532px;
}

.module_head a {
	background: none;
	color: white;
	text-decoration: none;
}

.module_head a:hover {
	background: none;
	color: #bf0000;
	text-decoration: underline;
}

.module_head_left {
	float: left;
	font-size : 20px;
	text-transform: capitalize;
}

.module_head_right {
	background: none;
	float: right;
}

a.registry{
	color: yellow;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	margin-right:2px;
}
a.registry:hover{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	margin-right:2px;
}
/* erste Version der Startseite von V2.x 
.module_detail_inside {
	font-weight: normal;
	background-color: #988A8A;
}
.module_detail_inside_2 {
	font-weight: normal;
	background-color: #E1E1E1;
	padding: 8px 8px 8px 8px;
}*/
.module_content_cell_1 {
	background-color: #BCA3C6;
	text-align:center;
}
.module_content_cell_2 {
	background-color: #D6C2DB;
	text-align:center;
}
.module_formular_cell_1 {
	background-color: #BCA3C6;
	text-align:left;
}
.module_formular_cell_2 {
	background-color: #D6C2DB;
	text-align:left;
}
.oddrow { background-color: #C5C0E2; }
.evenrow { background-color: #D3CFF1; }
.oddrow a, .evenrow a { text-decoration : none; }
.oddrow a:hover, .evenrow a:hover { text-decoration : none; }
.statscell { font-size : 11px; }
.module_detail {
	background-color: #C1AFAF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
input.formbutton {
	color: #FFFFFF;
	background-color: #885B95;
}
a.formularbuttons {
	/* background-color: #dedede; */
	background-image:url(images/form_button.gif);
	background-repeat: repeat;
	color		: #FFFFFF;
	display		: block;
	height		: 25px;
	line-height	: 25px;
	border		: 1px solid #000000;
   	text-decoration	: none;
   	text-align	: center;
	font-size	: 13px;
}
a.formularbuttons:hover {
	background-image:url(images/form_button_over.gif);
	background-repeat: repeat-x;
	color		: #FFFFFF;
	display		: block;
	height		: 25px;
	line-height	: 25px;
	border		: 1px solid #000000;
   	text-decoration	: none;
   	text-align	: center;
	font-size	: 13px;
	/* background-color : #efefef;*/

}
a.formularbuttons_profil, a.formularbuttons_profil:hover {
	background-color: #dedede;
	color		: black;
	display		: block;
	height		: 22px;
	line-height	: 22px;
	padding		: 2px 0;
	border		: 1px solid #000000;
   	text-decoration	: none;
   	text-align	: center;
	font-size	: 13px;
}
a.formularbuttons_profil:hover {
	background-color : #efefef;
}
#video_list_entry { /* usersnap.tpl */
	width:128px;
	height:250px;
	background-color:#D6C2DB;
	padding-top:3px;
	float:left;
	margin:3px;
	overflow:hidden;
	text-align:center;
}
#video_list_entry_2 { /* my_purchases.tpl */
	width:128px;
	height:270px;
	background-color:#D6C2DB;
	padding:0px;
	float:left;
	margin:3px;
	overflow:hidden;
	text-align:center;
}
#video_list_entry3 {
	width:128px;
	height:150px;
	padding-top:3px;
	background-color:#D6C2DB;
	float:left;
	margin:3px;
	overflow:hidden;
	text-align:center;
}
#video_list_entry_showprofile { /* usersnap.tpl */
	width:128px;
	height:180px;
	background-color:#cccccc;
	padding-top:3px;
	float:left;
	margin:3px;
	overflow:hidden;
	text-align:center;
}
#new_gallery_form_link_container {
	padding:2px;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	float:none;
	clear:both;
}
#form_label {
	display: block;
	float: left;
	width: 30%;
	text-align: left;
	vertical-align: middle;
}
.info {font:18px Arial;}
.data {background-color:#b3b3b3; border:1px solid #898989; width:100%;}
.bar1 {background-color:#888888; position:relative; text-align:left; height:15px; width:100%; border:1px solid #505050;}
.bar2 {background-color:#800000; position:relative; text-align:left; height:15px; width:100%; color:#800000;}
.infofont {
	font-weight: bold;
	font-size : 1.2em;
	color: #FFFFFF;
}

.table_head {
	/* Tabellenkopf in den Listen des Content wie buddybanlist.tpl */
}
.table_head_cell {
	/* Tabellenkopf in den Listen des Content wie buddybanlist.tpl */
	font-weight: bold;
	background-color: #856093;
}
a.profil_nav {
	font-weight: normal;
	color: #363535;
	text-decoration: underline;
}
a.profil_nav:hover {
	font-weight: normal;
	color: #CA2C29;
	text-decoration: underline;
}
.usersmallviewline {
	background-image:url(images/usersmallview_line.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	width:133px; 
	height:41px;
	line-height:41px;
	text-align:center;
	vertical-align:middle;
}
.user_offline {
	color:#7C7C7C;
	/*font-size:18px;*/
	float: right;
	font-weight:bold; 
	margin-top:-2px;
	margin-bottom:2px;
}
.user_online {
	color: #487E0D;
	float: right;
	/*font-size:18px;*/
	font-weight: bold; 
	margin-top: -2px;
	margin-bottom: 2px;
}
a.usersmallview_profil, a.usersmallview_profil:hover {
	background-image:url(images/usersmallview_profil.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width:41px; 
	height:41px;
	line-height:10px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
   	text-decoration	: none;
   	padding-top : 17px;
}

/* Ende mittlere Spalte Content, Formulare, Listen etc. */
/* Anfang rechte Bilderleiste */
.pics_band {
	background-color:#000000;
}
.picture_band {
	background-color:#FFFFFF;
	text-transform: capitalize;
}
.picture_band a {
	line-height: 16px;
	font-size: 9px;
	text-align: center;
	text-transform: lowercase;
}
.imageover {
}
.imageover a img, .imageover a:visited img {
	border: 1px solid #666666;
	text-decoration:none;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Gecko */
	opacity: 0.60; /* Opera */
}
.imageover a:hover img {
	border: 1px solid #666666;
	text-decoration:none;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Gecko */
	opacity: 1.00; /* Opera */
}
/* Ende rechte Bilderleiste */







#header_place_holder {
	height:20px;
	background-color:#800000;
	float:none;
	clear:both;
}
#header_left_container {
	float:left;
	height:30px;
	width:200px;
	text-align:center;
}
#header_left_container h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px;
	margin-top:4px;
	}
#header_mid_container {
	float:left;
	height:30px;
	width:394px;
	text-align:center;
	background-image:url(images/arancho_head_01.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#header_mid_container h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	margin:0px;
	margin-top:2px;
	font-weight:bold;
}
#header_right_container {
	float:right;
	height:30px;
	width:200px;
	text-align:center;
}
#header_right_container h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px;
	margin-top:4px;
}
#leftside_detail_im {
	font-size: 11px;
	font-weight: normal;
	background-color: #f2f0f1;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
#newshead{
  color: #594f4d;
  font-weight: bold;
  text-align:left;
}
#newsdate{
  font-size: 8px;
  font-style: regular;
  text-align:left;
}
#newstext{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding-bottom:15px;
}
#navigator {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navigator li {
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
}
#offer_container {
	background-color:#e4babb;
	padding:4px;
}
#offer_head {
  font-family: Helvetica, sans-serif;
  font-size: 18pt;
  color: #D64F0B;
  text-align:center;
}
#offer_text {
 color: #10105D;
 text-align:left;
}
#new_user_container {
	background-color:#e4babb;
	padding:4px;
}
#manage_gallery {
	float:none;
	clear:both;
/*	border:1px solid #903401; */
}
#manage_gallery_row_header {
	padding-left:16px;
	float:none;
	clear:both;
	height:20px;
	background-color:#800000;
}
#manage_gallery_name_header {
	float:left;
	width:200px;
	padding:2px;
	color:#ffffff;
	font-size:11px;
}
#manage_gallery_count_header {
	padding:2px;
	float:left;
	width:100px;
	text-align:right;
	color:#ffffff;
	font-size:11px;
}
#manage_gallery_tools_header {
	float:right;
	width:100px;
	padding:2px;
	text-align:right;
	color:#ffffff;
	font-size:11px;
}
#manage_gallery_row {
	float:none;
	clear:both;
}
#manage_gallery_name {
	float:left;
	width:200px;
	padding:2px;
}
#manage_gallery_count {
	padding:2px;
	float:left;
	width:100px;
	text-align:right;
}
#manage_gallery_tools {
	float:right;
	width:100px;
	padding:2px;
	text-align:right;
}
#manage_gallery_tool_image {
	padding:0px;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
}
#new_gallery_form_container {
	display:none;
	background-color:#800000;
	color:#ffffff;
	padding:2px;
	padding-left:5px;
}
#new_gallery_form_container label {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:10px;
}
#new_gallery_form_container input {
	float:left;
	width:300px;
}
#new_gallery_form_container textarea {
	float:left;
	width:300px;
	height:50px;
}
.manage_gallery_edit_container {
	display:none;
	color:#ffffff;
	float:none;
	clear:both;
	border-left:1px;
	border-top:0px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#903401;
}
.manage_gallery_edit_inner_container {
	display:block;
}
#manage_gallery_edit_inner_container label {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:10px;
	color:#800000;
}
#manage_gallery_edit_inner_container input {
	float:left;
	width:300px;
}
#manage_gallery_edit_inner_container textarea {
	float:left;
	width:300px;
	height:50px;
}
#error_message {
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#ff0000;
	height:20px;
}
#table_kontoauszug td {
}
/* Ende mittlere Spalte Content, Formulare, Listen etc. */
.nav_cms {
  padding-left    : 5px;
  margin-left     : 5px;
  font-size       : 11px;
}

/* backlinks.tpl */
.backlink {
  padding: 5px;
}

/* userresultsviewsmall.tpl */
.userresultviewsmall {
  background: #D1C9E3;
  /* background-image:url(images/usersmallview_bg.jpg); */
  background-repeat: repeat;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px;
  text-align: center;
  width: 161px;
}
.userresultpicsmall {
  background: #D1C9E3;
  /* background-image:url(images/usersmallview_bg.jpg); */
  background-repeat: repeat;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 113px;
}
.userresultvideosmall {
  background: #D1C9E3;
  /* background-image:url(images/usersmallview_bg.jpg); */
  background-repeat: repeat;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 254px;
}
