@charset "utf-8";
body {
	font-family: Tahoma;
	background: #fff;
	margin: 0;
	padding: 0;
}

/* Solution for Vertical-Centering*/
.vertical-centering-div1 {
	display: table;
	#position: relative; /*#BROWSERS IE6|IE7*/
	overflow: hidden;
}

.vertical-centering-div2 {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	#right: 50%;
	vertical-align: middle;
}

.vertical-centering-div3 {
	#position: relative;
	#top: -50%; 			
	#right: -50%; 
}

.clear {
	clear: both;
	display: block;
}

.container {
	width: 1001px;
	margin: 0 auto;
	background-color: #d6cfc1;
}

.content {
	clear: both;
}

.left,
.right {
	width: 150px;
	float: left;
}

.main {
	width: 680px;
	padding: 10px;
	float: left;
	background-color: #fff;
	height: 100%;
}

.logo a {
	display: block;
	width: 175px;
	height: 64px;
	background: url(../images/logo.gif);
	left:19px;
	position:absolute;
	top:32px;
}

.successMessage,
.errorMessage{
	width: 93%;
	margin: 10px auto 0;
	border: 1px solid #959595;
	background-color: #ebebeb;
	color: #464646;
	padding: 15px 10px;
	text-align: center;
}

.errorMessage strong {
	color: #d20000;
}

.successMessage strong {
	color: #009900;
}

.debug-info,
.queries {
	float: left;
	margin-right: 10px;
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.debug-info pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.queries {
	width: 500px;
}

ul, ol {
	list-style: none;
}

td {
	background-color: #fff;
}

.login-title,
#minicart .cart-title, 
.categories-title {
	background-color: #765f2f;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

.login-contentArea {
	background-color: #937b4a;
	color: #fff;
	font-size: 11px;
	padding: 8px 5px 5px 5px;
	text-align: right;
}

.login-contentArea .row {
	margin-bottom: 7px;
	font-size: 12px;
}

.login-contentArea input.box {
	border: 0;
	width: 90px;
}
.login-contentArea .gomb {
	font-size: 12px;
	font-family: Verdana;
}

.login-contentArea ul {
	padding: 0;
	font-size: 11px;
	text-align: right;
}

.loginOnMainPage {
	width: 255px;
	margin: 0 auto;
}
.loginOnMainPage .login-contentArea {
	text-align: left;	
}
.loginOnMainPage .login-contentArea input.box {
	width: 200px;	
}
.loginOnMainPage .login-contentArea .enterButton {
	text-align: right;	
}
.login-contentArea .info { display: none; }
.loginOnMainPage .login-contentArea .info {	
	display: block;	
	background-color: #fff;
	border: 1px dashed #d20000;
	color: #d20000;
	padding: 5px;
	margin-bottom:10px;
	text-align:center;
}

.login-contentArea ul li {
	margin: 0;
	padding: 0 0 4px;
}
.login-contentArea ul li a {
	border: 0;
	padding: 0;
	text-decoration: underline;
	width: auto;
	color: #fff;
}

.leftCategorieList {
	background-color: #937B4A;	
	padding: 0 5px;
}

.leftCategorieList li {
	padding: 3px 0;	
	border-bottom: 1px dotted #BFAC83;
	line-height:16px;
	padding:4px 0;
}

#leftNav .leftCategorieList li a {
	text-decoration: none;
	font-size: 12px;
}

#leftNav .leftCategorieList li.sub {
	padding-left: 12px;
	background-color:#9F8959;
}

#leftNav .leftCategorieList li.sub a {
	font-size: 11px;
}

h1, h2 {
	font-size: 13px;
	padding: 0 0 10px;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

#leftNav {
	color: #fff;
}

#leftNav .welcomeText {
	font-size: 11px;
	font-family: Verdana;
	padding:3px 0 10px 0;
	background-color: #937B4A;
}

#leftNav a {
	color: #fff;
	text-decoration: underline;
}

#leftNav a span {
	color: #fff;
}


#leftNav a:hover {
	color: #FFFFFF;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart td {
	font-size: 12px;
	background-color: #937B4A;
	color: #fff;
}

#minicart td.cart-title {
	font-size: 12px;	
	background: #765f2f;
	color: #fff;
	border-top:1px dashed #909090;
}

#minicart td strong {
	color: #f1f1f1;
}

#minicart td a {
	color: #fff;
	text-decoration: underline;
}
#minicart td a:hover {
	color: #fff;
}
#minicart td a span {
	color: #fff;
}

.entryTable {
	font-size: 12px;
	background: #937B4A;
	margin-bottom: 20px;
}

.entryTable td {
	background: #D6CFC1;
}

.entryTableHeader td {
	font-size: 13px;
	color: #fff;
	background: #937B4A;
	font-weight: bold;
}

/*.entryTable .label {
	background-color: #EFEFEF;
}*/

/*.entryTable .content {
	background-color: #FFFFFF;
}*/

img {
	border: 0;
}

.infoTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

/*.infoTable .label {
	background-color: #EFEFEF;
}*/

/*.infoTable .content {
	background-color: #FFFFFF;
}*/

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.header {
	width: 1001px;
	height: 256px;
	background: url(../images/header2.jpg) no-repeat;
	position: relative;
	text-align: right;
	padding: 0px 0 0px 0;
}

.header ul {
	z-index: 2;
	background-color: #FFFAEF;
	float: left;
	margin: 232px 0px 0 0;

	padding: 0 0 3px 0;
	border: 1px solid #BFA677;
}

.header ul li {
	display: inline;
	padding: 0 9px;
}

.header ul li a {
	color: #937b4a;
	font-size: 13px;
}

.header ul li a:hover {
	color: #2d2107;
}

.header ul li a span {
	color: #2d2107;
}

.footer {
	font-size: 11px;
	text-align: center;
	background-color: #937b4a;
	color: #fff;
	padding: 10px 0;
}
.footer a {
	color: #fff;
}


.footer ul {
	padding: 0 0 5px;
}

.footer ul li {
	display: inline;
	padding: 0 4px;
}

.footer ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.footer ul li a span,
.footer ul li a:hover {
	color: #fff;
}

.main-content {
	background-color: #fff;
}

.productList,
.userList{
	width: 600px;
	margin: 0 auto;
}

.productList .item,
.userList .item{
	float: left;
	width: 140px;
	height: 160px;
	padding: 0;
	background-color: #D6CFC1;
	text-align: center;
	border-left: 10px solid #fff;
	margin-bottom: 13px;
}

.userList .item {
	background-color: #d7e0e1;	
}

.productList .item .vertical-centering-div1,
.userList .item .vertical-centering-div1{
	width: 140px;
	height: 140px;
}

.productList .item span,
.userList .item span {
	overflow: hidden;
	height: 20px;
	line-height: 13px;
	display: block;
	width: 140px;
	background-color: #937B4B;
	padding-top:3px;
}

.userList .item span {
	background-color: #6f8187;
}

.productList .item span a,
.userList .item span a {
	font-size: 11px;	
	color: #fff;
}

.checkthisout {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	cursor: pointer;
	width:120px;
	height: auto;
	background-color: #000;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding:5px 0 5px;
	font-size: 11px;
	font-weight: bold;
	behavior: url(htc/csshover.htc);
}

.checkthisout:hover {
	color: #e8e8e8;
	text-decoration: underline;	
}

.active .checkthisout {
	display: block;
}

#scrollable .items a {
	position: relative;
}

.uzlfelt_content,
.privacy_content {
	font-size: 13px;	
}

.uzlfelt_content ul, 
.privacy_content ul {
	list-style: disc;
	list-style-position: inside;
}


span.error {
	color: #F64B4D;
}

span.success {
	color: #266F1B;	
}

.paszpatuColorPalette .colorItem {
	border:1px solid #464646;
	float:left;
	height:40px;
	margin-right:8px;
	margin-top:8px;
	position:relative;
	width:40px;
}

.paszpatuColorPalette .colorItem input {
	left:0px;
	position:absolute;
	top:4px;
}

.cartTable, 
.cartTable .entryTableHeader td {
	font-size: 11px;	
}

.entryTable .sum,
.cartTable .sum,
.entryTable .final,
.cartTable .final {
	background-color: #BFA877;
	color: #fff;
	font-weight: bold;
}

.entryTable .final,
.cartTable .final {
	background-color: #937B4A;
}

.noJavaScriptMsg {
	padding: 8px 10px;	
	background-color: #d20000;
	color: #fff;
	font-weight: bold;
}

.noScriptBg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.noJavaScriptMsg a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

.noJavaScriptMsg a:hover {
	text-decoration: none;	
}

.mainPage .productList {
	width: 300px;
	margin: 0;
	padding: 0 0 0 17px;
}



.mainPage .rightColumn,
.mainPage .leftColumn {
	float: left;
}

.mainPage .leftColumn { 
	width: 360px;
}

.mainPage .leftColumn .intro, 
.mainPage .leftColumn .services, 
.contact {
	width: 350px;
	float: left;
	font-size: 13px;
	color: #464646;
	line-height: 17px;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

.mainPage .leftColumn .intro h2,
.mainPage .leftColumn .services h2, 
.contact h2 {
	padding: 0;
	font-size: 14px;
	color: #765F2F;
}

.mainPage .leftColumn .intro h3 {
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	color: #957c47;
}

.mainPage .leftColumn .intro span {
	display: block;
	text-align: right;
	font-weight: bold;
}

.mainPage .leftColumn .intro a.infoservice {
	text-decoration: underline;
	font-size: 13px;
	display: block;
	text-align: right;
	color: #096887;
}

.contact ul {
	padding-top: 8px;	
}

.contact ul li.address,
.contact ul li.email {
	background: url(../images/email.png) no-repeat left 5px;
	padding: 3px 0 3px 23px;
}

.contact ul li.address {
	background: url(../images/world.png) no-repeat left 5px;	
}

.contact ul li.break {
	height: 8px;	
}

.contact ul li.available {
	color: #7d7d7d;
	font-size: 12px;
}


h1.breadcrumb {
	background-color:#D6CFC1;
	color:#000;
	margin-bottom:10px;
	padding:5px 0 5px 8px;
}

h1.breadcrumb a {
	color: #765F2F;
}

.mainPage .leftColumn .services {
	font-size: 12px;
	line-height: 17px;
}

.mainPage .leftColumn .services h3 {
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 13px;
	color: #096887;
}

.mainPage .leftColumn .services .item h3 a,
.mainPage .leftColumn .services .item h3 {
	color: #096887;	
	text-decoration: none;
}
.mainPage .leftColumn .services .item h3 a:hover {
	text-decoration: underline;	
}

.mainPage .leftColumn .services .item {
	border-bottom: 1px dashed #D6CFC1;	
	padding-bottom: 10px;
}

.mainPage .leftColumn .services .item a {
	color: #937B4A;	
	text-decoration: underline;
}

.mainPage .leftColumn .services .item img {
	float:left;
	margin-right:8px;
	width:90px;
}

.mainPage .leftColumn .services .actions {
	text-align: right;
	padding: 8px 0 0;
}
.mainPage .leftColumn .services .actions a {
	color: #096887;	
}

.servicesLanding .item {
	font-size: 12px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6CFC1;
}

.servicesLanding .item h3 {
	margin: 0;
	padding:0 0 8px;
}

.servicesLanding .item img {
	float: left;
	margin: 0 8px 4px 0;
}

.acceptConditions {
	color: #15558b;
	text-decoration: underline;
}
.acceptConditions:hover {
	text-decoration: none;	
}

.footer .terms {
	color:#DFC999;
	font-size:10px;
	margin: 0 auto;
	padding: 0 0 4px;
	width:590px;	
}

span.num {
	color: #7d7d7d;
	font-size: 11px;
}

.loadingScreenUserUpload {
	padding-top: 100px;
	height: 120px;
	text-align: center;
	display: none;
	font-size: 13px;
}

.productInfo {
	background-color: #e8e3d9;
	padding: 10px;
	border-bottom: 1px dotted #af996a;
	width: 660px;
}

.productInfo .detailLeft, 
.productInfo .detailRight {
	float: left;	
}
.productInfo .detailLeft {
	padding-right: 0px;	
}

/*.productInfo .productData,
.productInfo .productImage {
	float: left;	
}*/

.productInfo .productData {
	width: 349px;
	border-left: 1px dotted #af996a;
	padding: 0 0 0 0;
}

.productInfo .productData ul,
.productInfo .aboutProduct, 
.productInfo .circumstances ul{ 
	font-size: 12px;
	background-color: #EFEAE0;
	padding: 10px;
	margin-left: 10px;
}
.productInfo .aboutProduct, 
.productInfo .circumstances ul{
	margin: 0;	
	width: 280px;
}

.productInfo .aboutProduct li span.desc {
	font-style: italic;
	font-size: 11px;
	display: block;
	padding:5px 0 0;
	margin-top: 5px;
	border-top: 1px dotted #af996a;
}

.productInfo .aboutProduct li a {
	text-decoration: underline;	
}
.productInfo .aboutProduct li a:hover {
	text-decoration: none;	
}

.productInfo .productData li {
	background-repeat:no-repeat;
	padding-left:28px;
	text-align:left;
	padding: 2px 0;
	zoom: 1;
}

.productInfo .productData select {
	font-size: 11px;
}

.productInfo .productData li.addtocart {
	background-image: url(../images/cart.gif);
	background-position:8px 12px;
	padding-top: 8px;
	padding-left:30px;
}

.productInfo .productData li.mygalleryStatus {
	background-image: url(../images/gallery.png);
	background-position: 8px 4px;
	padding-left:30px;
}

.productInfo .productData li.sendecard {
	background-image: url(../images/email_go.png);
	background-position: 8px 4px;
	padding-left:30px;	
}

.productInfo .productData li.size input,
.productInfo .productData li.paszpartu input,
.productInfo .productData li.effect input {
	width: auto;	
}

.productInfo .productData li.size {
	padding: 0 0 5px;
}

.productInfo h2 {
	margin: 0;
	font-size: 12px;
	color: #4F3E18;
	padding: 10px 0;
}

.productInfo .productData li.size span.price {
	font-size: 11px;
	color: #616161;
}

.aboutProduct ul li {
	margin-bottom: 3px;
}

.productInfo .productData li span,
.productInfo .circumstances li span, 
.aboutProduct li span {
	color: #765F2F;	
}

.productInfo .productData li span.needEffectText {
	color: #959595;
}

.productInfo .productData li span.notAvailable {
	font-size: 11px;
	font-style: italic;
}

.productInfo .productData .info {
	background-color:#FFFFFF;
	border:1px dotted;
	font-size:11px;
	margin-bottom:5px;
	padding:5px;
}

.productInfo .productImage {
	text-align: center;
	width: 310px;
	padding: 15px 0 0;
	margin-bottom: 20px;
}

.productInfo .productImage span.info {
	font-size: 11px;
	font-style: italic;
	background: url(../images/view.gif) no-repeat 70px 0;
	padding: 2px 0 0 20px;
	height: 14px;
	display: block;
	color: #616161;
}

.productInfo .productWork {
	float: right;	
	clear: right;
	width: 217px;
}

.productInfo .productWork table {
	font-size: 12px;
}

.productInfo .productWork table td {
	background-color: #EFEAE0;
	color: #765F2F;
}

.productInfo .productWork table td.left {
	text-align: right;	
	width: 188px;
	height: 16px;
}

.productInfo .productWork table span.no, 
.productInfo .productWork table span.yes {
	width: 16px;
	height: 16px;
	display: block;
}
.productInfo .productWork table span.no {
	background: url(../images/cross.png) no-repeat;		
}
.productInfo .productWork table span.yes {
	background: url(../images/tick.png) no-repeat;		
}

#meretError,
#paszpartuError, 
#paszpartumeretError, 
#utoeffektError,
#anyagError,
#step2Error,
#step3Error,
#paszpartuhowError,
#fuggsinError {
	font-weight: bold;
	color: red;
	background: url(../images/cross.png) no-repeat;
	padding-left: 20px;
	display: none;
	margin-bottom: 5px;
}

.paszpartuMinta {
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #000;
}

.mygalleryStatus strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 4px 18px 4px 4px;
	background: url(../images/tick.png) no-repeat right ;
}

.alkotoPage {
	padding: 10px 10px 0 0;
}

.alkotoPhoto {
	width: 200px;
	text-align: center;
	float: left;
}

.alkotoPhoto img {
	border: 5px solid #D6CFC1;	
}

.alkotoData {
	float: left;	
	width: 470px;
}

.alkotoData ul {
	margin-bottom: 20px;
	font-size: 12px;
}

.alkotoData ul li {
	padding: 2px 0;	 
}

.alkotoData ul li span {
	font-weight: bold;
	color: #096887;
}

.alkotoData ul.firstRow {
	background-color: #f4fbff;
	border: 1px dotted #c2d7e2;
	padding: 10px;
}

.alkotoData ul.secondRow {
	padding-top: 10px;
}

.alkotoData ul.secondRow li span {
	display: block;
	padding-bottom:2px;
	text-decoration: underline;
}

.alkotoData ul.secondRow li {	
	background-color: #f4fbff;
	margin-bottom: 10px;
	border: 1px dotted #c2d7e2;
	padding: 10px;
}

.alkotoPage .checkPhotos {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

.mainCategoryList {
	width: 660px;
	margin: 0 auto;
}

.mainCategoryList .item-container {
	padding: 0 0 20px 20px;	
	float: left;
}

.mainCategoryList .item {
	width:120px;
	text-align: center;
	background-color:#EFEAE0;
	padding: 15px 10px 5px;
	display: table-cell;
	height: auto;
}

.mainCategoryList .item a {
	font-size: 11px;
	color: #765F2F;
}

.itemDetails {
	padding: 10px;
	background-color: #E8E3D9;
	font-size: 12px;
}

.itemDetails img {
	float: left;
	border: 4px solid #fff;
	display: block;
	margin: 0 8px 3px 0;
}

.itemDetails .text {
	background-color: #EFEAE0;
	padding: 10px;
	zoom: 1;
}

.itemDetails h2 {
	margin: 0;
	font-size: 13px;
}

.itemDetails .text p {
	margin: 5px 0 0;	
	line-height: 16px;
	color: #464646;
}

.siteMap ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 13px;
}

.siteMap ul li.sub {
	padding-left: 30px;
}

/* Widget content container */
#goog-wm { }

/* Heading for "Closest match" */
#goog-wm h3.closest-match {	
}

/* "Closest match" link */
#goog-wm h3.closest-match a { }

/* Heading for "Other things" */
#goog-wm h3.other-things {
	font-size: 14px;	
}

#goog-wm ul {
	padding: 0 0 10px;	
}

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { 
	font-size: 12px;
	display: block; 
}

.newsletter-box {
	background-color: #D6CFC1;
	padding: 6px 6px 0;
	font-size: 11px;
	width: 330px;
	margin: 10px auto;
	border: 1px dashed #765F2F;
}
.newsletter-box input {
	margin-bottom: 10px;
	font-size: 11px;
}

.newsletter-box .text {
	border: 1px solid #765F2F;
	height: 17px;
	width: 79px;
	margin-right: 5px;
}

.newsletter-box .row {
	float: left;
}

.newsletter-box label {
	height: 15px;
	display: block;
	float: left;
	padding: 2px 2px 0 0;
}

.newsletter-box .button {
	width: 70px;
}

.mainPage .leftColumn .intro .newsletter-box h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#sendEcardForm {
	font-size: 13px;
	color: #3F3010;
	width: 300px;
	padding: 10px;
	margin: 0 auto;
	background-color: #DFDAD1;
}

#sendEcardForm .input,
#sendEcardForm .textarea {
	margin-bottom: 10px;
	width: 300px;
	border: 1px solid #765F2F;
}

.lexicon-titles {
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}

.lexicon-titles a {
	font-size: 11px;
	color: #765F2F;
}

.lexicon-items .lexicon-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #D6CFC1;
	font-size: 12px;
}

.lexicon-items .lexicon-item .lexicon-item-title {
	font-weight: bold;
}

.lexicon-items .lexicon-item img {
	margin-right: 8px;
}

.lexicon-items .lexicon-item .tothetop a {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #765F2F;
}

.support-box {
	width: 290px;
	height: 193px;
	margin: 0 auto 15px;
	position: relative;
	background: url(../images/support.jpg) no-repeat;
}


.support-box a.support-email {
	position: absolute;
	bottom:7px;
	left:11px;
	text-decoration: underline;
	color: #096887;
}

#leftNav .welcomeText a {
	color: #fff;
	border-bottom:1px solid #6A552A;
	text-decoration: none;
	font-size: 12px;
	display:block;
	height: 23px;
	width:145px;
	padding: 6px 0 0 5px;
	background: url(../images/mymenu_bg.gif) repeat-x;
}

#leftNav .welcomeText a:hover {
	text-decoration: underline;
}

#leftNav .welcomeText p {
	padding: 0 0 0 5px;
	margin: 0 0 10px;
}

.addtocart-success,
p.successMessage {
	width: 638px;
	padding: 20px;
	background: #CF9;
	color: #060;
	border: 1px dashed #030;
	text-align: center;
}

.addtocart-success a,
p.successMessage a {
	font-size: 16px;
	text-decoration: underline;
}

.actual-price {
	font-size: 12px;
	background: #FF6;
	color: #930;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}

.errorHighlight {
	background-color: #FFF;
	color: #F00;
	font-weight: bold;
	border: 1px dashed #F00;
	padding: 5px;
	margin-bottom: 10px;
}

.need-info {
	background: url(../images/information.png) no-repeat 0 0;
	padding:3px 10px 10px 20px;
	font-size: 11px;
	color: #22456F;
	display: block;
	cursor: pointer;
}

#levelInformationBox {
	background-color: #EFF6FF;
	font-size: 11px;
	color: #22456F;
	padding: 10px;
	border: 1px solid #9BB3CF;
	margin-bottom: 10px;
	position: relative;
}

#levelInformationBox h3 {
	margin-top: 0;
}

#levelInformationBox .close-box {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
}

.one-step-back {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	clear: both;
}

