/*------------------------------------------------------------------
	Description: Content Styleshit for TinyMCE
	Project:	i-version.ru
	Version:	2.0
	Author:  Rumake.ru
	Creation Date:  14.06.2010 alpa
		modified: 25.07.2010
		modified: 13.09.2010

[Table of contents]
	Base
	Colors
	Links
	Headers
	Text
	Tables
	Forms
	Images
	Quotes
	Columns
	Special
	404
*/



/*------------------------------------------------------------------
# Base */

body, div, ul, ol, li, h1, h2, h3, form, input, textarea, p, blockquote, th, td, img {
	margin:0;
	padding:0;
}
.mce_body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}
html, body {
	width:100%;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif, Arial;
}
body {
	background: #fff;
}



/*------------------------------------------------------------------
# Colors */

ul, ol, li, h1, h2, h3, form, input, textarea, p, blockquote, th, td {
	color: #343434;
}
h1, h2 {
	color: #000;
}
body#competition h1 {
	color: #AE291F;
}
h3 {
	color: #606060;
}
p.light {
	color: #777;
}
.red {
	color: #DE4B20;
}
p.big, span.big {
	color: #838181;
}



/*------------------------------------------------------------------
# Links */
a{
	color: #0C589E;
	text-decoration: underline;
}
	a:hover {
	color: #397F2E;
	}
a img {
	border: none;
}



/*------------------------------------------------------------------
# Headers */
.mce_body h1{
	margin: 1em 0 1em 0 !important;
}
h1, h2, h3 {
	font-weight: normal;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
h1 {
	margin: 68px 0 40px 0;
	padding: 0;
	font-size: 26px;
	line-height: 36px;
}
	body#competition h1 {
	margin: 64px 0 47px 0;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	}
h2 {
	margin: 0 0 36px 0;
	padding: 18px 0 0 0;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid #000;
}
h3 {
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	font-size: 18px;
	line-height: 36px;
}



/*------------------------------------------------------------------
# Text */

p, ul, ol, br {
	font-size: 12px;
	line-height: 18px;
}
p, ul li {
	margin: 0 0 18px 0;
}
p {
	text-indent: 0;
}
	p.light {
	margin: -36px 0 36px 0;
	}
ul {
	list-style-type: none;
}
ol {
	margin: 0 0 0 5px;
}
ul li {
	background: url(../include/img/content-li-bullet.gif) 0px 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 25px;
}
ol li {
	background: none;
	padding: 0;
	margin-left: 40px;
}
ul.rare li, ol.rare li{
	margin-bottom: 18px !important;
}
ol li ol {
	margin-left: 0px;
}
ul li ul, ul li ol, ol li ul, ol li ol {
	margin-top: 9px;
	margin-bottom: 9px;
}
ol li ul li {
	background: url(../include/img/content-li-bullet.gif) 0px 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 20px;
}
ul li p, ol li p {
	margin: 0;
}
ul, ol {
	margin-bottom: 18px;
}
small{
	font-size: 11px;
}
hr {
	color: #000;
	background: #000;
	height: 1px;
	border: 0 none;
	margin: 0px 0 17px 0;
	padding: 0;
	display:block;
	line-height: 18px;
}



/*------------------------------------------------------------------
# Tables */

table {
	border-collapse: collapse;
	margin: 0px 0px 36px 0px;
	text-align: left;
	width: 100%;
	vertical-align: top;
}
	table td {
	background: none;
	padding: 8px 10px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	line-height: 18px;
	}
	table th {
	background: none;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	padding: 8px 10px;
	font-weight: normal;
	line-height: 18px;
	}
	table th:first-child, table td:first-child {
	border-left: none;
	}
table.gray {
	border-collapse: collapse;
	margin: 0px 0px 36px 0px;
	text-align: left;
	width: 100%;
	vertical-align: top;
}
	table.gray td {
	padding: 8px 10px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	line-height: 18px;
	}
	table.gray th {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	padding: 8px 10px;
	background-color: #e7e7e7;
	font-weight: normal;
	line-height: 18px;
	}
table.simple {
	border: 2px solid #ffffff;
	margin: 0 0 33px 0;
}
	table.simple td {
	padding: 9px 10px 8px 10px;
	background: none;
	border: 1px solid #e7e7e7;
	border-right: none;
	}
	table.simple th {
	padding: 9px 10px 8px 10px;
	background: none;
	font-weight: bold;
	border: 1px solid #e7e7e7;
	border-right: none;
}
table.zebra{
	background: #fff;
}
	table.zebra th{
	font-weight: bold;
	color: #605d5c;
	padding: 10px 8px;
	}
	table.zebra td{
	padding: 8px;
	}
	table.zebra .odd{
	background: #ffe9e8;
	}
table.box{
	background: #fff;
}
	table.box th{
	font-size: 1.17em;
	font-weight: normal;
	padding: 8px;
	background: #b9eb9c;
	border-top: 4px solid #dcf3cf;
	border-bottom: 1px solid #fff;
	color: #000;
	}
	table.box td{
	padding: 8px;
	background: #dcf3cf;
	border-bottom: 1px solid #fff;
	color: #262626;
	border-top: 1px solid transparent;
	}
	table.box tr:hover td{
	background: #b9eb9c;
	color: #000;
	}



/*------------------------------------------------------------------
# Forms */

input.forma, select.forma, textarea.forma, textarea.big, textarea.mid{
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma;
	color: #343434;
	margin: 2px 0 1px 0;
	padding: 0px;
}
textarea.forma {
	width: 100%;
	height: 7em;
}
textarea.big {
	width: 100%;
	height: 27em;
}
textarea.mid {
	width: 100%;
	height: 17em;
}
.submit{
	font-size: 18px !important;
	padding: 5px 10px 5px 10px !important;
}



/*------------------------------------------------------------------
# Images */

img {
	border:0 none;
	float:none;
	padding: 0;
}
.image {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #e7e7e7;
	margin: 0px;
	line-height: 0;
	font-size: 0;
}
	.image p{
	margin: 0 !important;
	padding: 0 !important;;
	text-align: center;
	}
.image img, .content ol img, .content ul img, .img{
	margin: 0 !important;
	padding: 0;
}



/*------------------------------------------------------------------
# Quotes */

blockquote {
	background: #F2F2F2;
	padding: 18px 30px 18px 30px;
	margin: 36px 0 36px 80px;
	display: block;
	width: 480px;
	float: none;
}
	blockquote h2, blockquote h3 {
	padding: 0;
	margin: 0 0 18px 0;
	}
	blockquote.big{
	width: 640px;
	margin-left: -80px;
	margin: 0 0 36px 0;
	}
blockquote.yura{
	width: 620px;
	margin: 19px 0 53px 0;
	background: #fff url(http://www.i-version.ru/include/img/yura_good.png) bottom right no-repeat;
	min-height: 180px;
	padding: 8px 0 10px 0;
}
	blockquote.evil{
	background: #fff url(http://www.i-version.ru/include/img/yura_evil.png) bottom right no-repeat !important;
	}
	blockquote.angry{
	background: #fff url(http://www.i-version.ru/include/img/yura_angry.png) bottom right no-repeat !important;
	}
	blockquote.serious{
	background: #fff url(http://www.i-version.ru/include/img/yura_serious.png) bottom right no-repeat !important;
	}
	blockquote.sad{
	background: #fff url(http://www.i-version.ru/include/img/yura_sad.png) bottom right no-repeat !important;
	}
	blockquote.crazy{
	background: #fff url(http://www.i-version.ru/include/img/yura_crazy.png) bottom right no-repeat !important;
	}
	blockquote.great{
	background: #fff url(http://www.i-version.ru/include/img/yura_great.png) bottom right no-repeat !important;
	}
	blockquote.yura p{
	font-size: 16px;
	line-height: 27px;
	color: #838181;
	margin: 10px 60px 8px 240px;
	}
	p.yura{
	font-size: 11px !important;
	font-weight: bold;
	line-height:  18px !important;
	color: #333 !important;
	}
.quote-left {
	margin-left: -16px;
	margin-right: 3px;
	font-size: 18px;
	color: #838181;
	font-weight: bold;
	font-style: normal;
}
.quote-right {
	margin-left: 2px;
	font-size: 18px;
	color: #838181;
	font-weight: bold;
	font-style: normal;
}
.block {
	width: 100%;
	overflow: hidden;
}
	.block h3 {
	padding: 0;
	margin: 0 0 9px 0;
}



/*------------------------------------------------------------------
# Columns */

.content-cols {
	width: 620px;
	margin: 0 -20px 18px 0;
	float: left;
}
.content-col {
	width: 290px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
	.content-col h2, .content-col h3 {
	padding: 0;
	}



/*------------------------------------------------------------------
# Special */

div.left,  img.left, input.left {
	float: left;
	margin: 0 20px 18px 0;
}
div.right, img.right, input.right {
	float: right;
	margin: 0 0 18px 20px;
	display: inline;
}
p.big, span.big {
	font-size: 16px;
	line-height: 27px;
}
.invisible{
	display: none;
}
.full{
        width: 100% !important;
}
.half{
	width: 500px !important;
}
.empty {
	clear:both;
	overflow:hidden;
	font-size:0;
	height:0;
	width: 100%;
}



/*------------------------------------------------------------------
# 404 */

body#nopage div {
	margin: 60px 0 0 0;
}
body#nopage img {
	float: none;
	margin: 0 40px 0 0;
}
body#nopage{
	padding: 80px 100px 0 80px;
	font-family: Tahoma, Geneva, sans-serif, Arial;
}

