@charset "UTF-8";
/* CSS Document */


.button {
	background: #ddd;
    border: 1px solid #ccc;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #666;
    display: inline-block;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
    text-shadow: 0 -1px 0 #fff;
    text-transform: uppercase;
}
.button:hover {
    display: inline-block;
    text-decoration: none;
    color: #666;
}
.button:active {
	margin:11px 0 9px 0;
}

.col1{
	width:235px;
	margin: 0 10px 10px 0;
	float:left;
}

.col2{
	width:480px;
	margin: 0 10px 10px 0;
	float:left;
}

dl {
	padding:10px;
	margin:10px 0 10px 50px;
	background-color:#fdfdfd;
	border:1px solid #c4c4c4;
	font-size:.95em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

dt {
	display:block;
	font-weight: bold;
	letter-spacing:
	1px; background-image: url(/winter/red-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom:10px;
	font-variant: small-caps;
	font-size: 1.15em;
}

dd {
	padding:10px;
	margin:0 0 20px 20px;
	font-size:1.1em;
	background-color:#f2f2f2;
	border:1px solid #dedede;
	line-height:1.5em;
}

.emph {
	border:1px solid #c4c5c5;
	background-color:#ffffff;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.extend{
	overflow:hidden;
}

.greybox{
	background:#f1f1f1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding:10px;
}

.feature-r {
	float:right;
	clear:right;
	text-align:center;
	padding:10px;
	width:215px;
	height:auto;
	margin:0 0 10px 10px;
	border:1px solid #f1f1f1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}

.inquiry{
	background:#999;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	color: #f6f6f6;
}

.inquiry .inner{
	overflow:hidden;
}

.notice{
    background: #fff8b1;
    border:1px solid #ffc84d;
    margin-bottom: 40px;
    padding: 20px;
    font-family: Helvetica neue, helvetica, arial;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 140%;
    color: #444;
    text-align: center;
}

#subpages ul{
	width: 194px;
	border-top: 1px solid #ccc;
	padding: 0 0 20px 0;
}

#subpages li{
	width: 195px;
	font-weight:bold;
	font-size:1.1em;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom:1px solid #ccc;
}

#subpages a{
	display:block;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
}

#subpages a:hover{
	background: #f1f1f1 url(/delo/images/subpages-arrow.png) no-repeat right center;
	text-decoration: none;
	border-right:1px solid #ffffff;
}

.table2 {
	width:735px;
	margin-bottom:20px;
}

.table2 th {
	background-color:#666;
	color:#fff; padding:5px;
	text-align:center;
	vertical-align:middle;
}

.table2 td {
	border:1px dotted #dedede;
	padding:5px;
}

.table2 th.emph {
	background-color:#e8e8e8;
}

.table2 td.emph2 {
	background-color:#f6f6f6;
}

.table2 h2 {
	font-size:1.25em;
	text-align:center;
	color:#ffffff;
	background-color:#c4c5c5;
	padding:5px 0;
	border:1px solid #757575;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
