* { margin: 0px; padding: 0px; } /*best reset*/
html, body {background: #151515; font-size:100%;}
body { color:#333; padding:0 10px; font-family: "Times New Roman", Times, serif;
		background-image:url('/i/stripe_c5eb1b8f90ff75ab9e637f570dfdf1b8.png') }
.mceContentBody { background:#fff; }

sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }

a { color: #0077dd; }
a:link { } /*Love-HAte rule*/
a:hover { text-decoration: none; }
a:active { outline:none; }
a img { border: none; }

table{border-collapse:collapse;}
td {vertical-align:top; text-align:left;}

ul, ol {list-style-position:inside;}

/* классы для сообщений */
.alert, .error, .errors {color:red}
.notice{color:blue}
.success{color:green}

.cl {clear:both;}
.hidden{display:none;}

h1, h2, h3 { color: #4B4B4B; margin: 10px 0 0; font-family:Arial, sans-serif; }
pre { width:900px; overflow:auto; }

.wrapper { padding:0 10px; min-width:700px; max-width:1000px; margin:0 auto; background:none; }
.content_wrapper { background-color:#fff; padding:8px; }

.head { height:67px; padding:5px 0;}
	.head a { text-decoration:none; }
	.siteName { position:relative; font-size: 200%; background:none; color:red;}
		.siteName b { background:#151515; height:48%; left:0pt; bottom:0; overflow:hidden;
			 position:absolute; width:100%; opacity:0.43;  }
	.candy { position:relative; background:none; color:yellow;
			font-size:200%; float:right; }
		.candy b { background:#151515; height:48%; left:0pt; bottom:0; overflow:hidden;
			 position:absolute; width:100%; opacity:0.43;  }
	
.content { border-right: 1px dashed #ccc; max-width:700px; }
	.content pre { max-width:680px; overflow: auto; }
.sideBar1 { }
	.sideBar1 ul { width:200px; list-style-type:none; padding: 0 10px 0; }

