/* $Id: index.css 25 2009-03-20 14:51:51Z osTiN $ */

html, body
{
	color: #000;
	font-family: Georgia, serif;
	/*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;/**/
	font-size: 14px;
	margin:0px;
	padding:0px;
}

h1
{
	color:#c00;
	/*font-family: Georgia, serif;/**/
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

h2
{
	/*font-family: Georgia, serif;/**/
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}


a:link, a:visited {color: #c00;}
a:hover, a:active {color: #1457aa;text-decoration: none;}

hr
{
	border:0;
	border-top:solid 2px #ccc;
	margin:20px 0;
}

#main
{
	position:relative;
	padding:20px 0;
}

#content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	border:solid 2px #ccc;
	width:600px;
	margin:0 auto;
	padding:10px 25px 25px;
	background:#fff;
}

*:first-child+html #content {padding:25px;}
* html #content {padding:25px;}

#index #content {width:800px;}

input.submit
{
	color:#090;
	font-weight:bold;
	font-size:120%;
}
input.reset
{
	color:#c00;
	line-height:120%;
}

#copyright
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}

table.product
{
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}

table.product th
{
	background:#c00;
	color:#fff;
	padding:10px;
	width:33%;
}
table.product th p {margin:0;}

table.product td
{
	padding:5px;
	font-size:11px;
	vertical-align:top;
	width:33%;
	text-align:justify;
}



table.product td img
{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}


table.topmenu {
	padding-top:15px;
	margin-bottom:10px;
}
table.topmenu td a {
	display:block;
	padding:9px;
	background:#c30;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
table.topmenu td a:hover {
	background:#ad2e04;
}

table.topmenu td a.active {
	background:#ad2e04;

}


#timer_wrap {
	/*????? ??????????? ?????? ????? ? ????????,
	??????????? ????? ????????? ???????????? ?????? ?????? ????? ??? ????????,
	?????? ???? ?? ?????????????? ?????? ??????. ??????????? ???????? 960px */
	max-width: 600px;
	
	margin:0 auto;
}

.clock {
	margin:0 auto;
	
	/*?????? ????? ? ???????? - ??????????? ????????? 585px */
	width:1000px;
	
	/*?????? ?????? ???? ? ??????? - ????????? ?????? ?????? ????? - ??????? ?????? ?????? 55px/1.5 */
	font: 55px/1.5 'Open Sans Condensed',sans-serif;
	
	font-weight: normal;
	text-align:center;
	letter-spacing:-3px;
	display: block;
}

.razd {
	float:left;
	
	/*???? ?????-???????????? ????? ??????? - ??????????? ????????? #444 */
	color:#444;
	
	/*???? ???? ? ?????-???????????? ????? ????  - ??????????? ????????? 1px 1px 1px rgba(4, 4, 4, 0.5) */
	text-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	
	/*?????? ?????? ?????????????? ????? ????? ???????- ??????????? ????????? 65px */
	font-size: 65px;
	
	margin:-9px 5px 0px 0px;
}

.clock p {
	margin:0px;
	padding:0px;
	width:1em;
	float:left;
	position:absolute;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	border-radius: 0.2em;
	letter-spacing: -1px;
	text-align: center;
	/*???? ????*/
	color:#444;
	
	/*???? ???? ????, ?????? ??? ????? ???????? - ???????? ????? ????? ?? ????? http://www.colorzilla.com/gradient-editor/ */
	background: #b8e1fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}

/*??????????? ???????? ????? ???? ? ????

	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #3A3A3A),color-stop(0.5, #444444));

*/

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.hour,.min,.sec,.day {
	float:left;
	padding:5px;
	position:relative;
	display:block;
}

.sec0,.min0,.hour0,.day0 {
	display: block;
	position: absolute;
}

.sec1,.min1,.hour1,.day1 {
	display: block;
	position: absolute;
}


/*
     */
/*
*/