body {
	margin:0;
	padding:0;
	background: #fff;
}
.wrapper {
	margin:0 auto;
	max-width:500px;
}

.top-name {
	text-align:center;
	font-size:140%;
	background: #242424;
	padding:4px;
	color:#fff;
	font-weight:bold;
}

.copyright {text-align:center;}

.color-red {
	color:#ff4600;
	font-weight:bold;
}

.top1 {
	background:#fff;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 7px 1px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 7px 1px rgba(50, 50, 50, 0.5);
	margin:10px;
}

.main-img {
	margin:0;
	padding:0;
	background:#1a1d22
}

.cena {
	border:1px solid #ab5a00;
	padding:10px;
	border-radius:7px;
	width:250px;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	font-size:120%;
	background:#fffdc9;
}
#order_form #total_amount
{
	background:none;
	border:none;
	width:140px;
}
#order_form .error
{
	background:#f9a7a7;
	border-color:#cb3535;
}
#timer
{
	font-size:36px;
}
.item-hour-k{
	float:left;
	width:30px;
	text-align:right;
	padding:5px;
	border-radius:2px;
	margin-top:0;
	padding-top:0;
 font-size: 64%;
    margin: 0 21px 3px;
}

.item-hour {
	float:left;
	width:30px;
	border:1px #a3a3a3 solid;
	font-family: 'Roboto Condensed', sans-serif;
	margin:3px;
	text-align:right;
	padding:5px;
	border-radius:5px;
	margin-bottom:0;
	font-size:150%;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 48%, #898989 51%, #ffffff 54%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(48%,#ffffff), color-stop(51%,#898989), color-stop(54%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 48%,#898989 51%,#ffffff 54%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 48%,#898989 51%,#ffffff 54%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 48%,#898989 51%,#ffffff 54%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 48%,#898989 51%,#ffffff 54%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

			
}

.clear {
	clear:both;
}

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:70%;
	text-decoration:none;
	text-align:center;
	font-size:130%;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}.button:active {
	position:relative;
	top:1px;
}

.form-buy-bg input,.form-buy-bg select {
	width:270px;
	padding:7px;
	font-size:18px;
	border-radius:5px;
	margin-bottom:10px;
}

.form-buy {
	background: #deefff;
	background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede));
	background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );
	padding-top:4px;
	border-top:1px solid #00a5ff;
}

.thx_buy {
	border:1px #36ff83 solid;
	padding:10px;
	border-radius:10px;
	margin:0 auto;
	background:#d3ffc5;
	text-align:center;
	font-size:18px;
	margin:20px;
	margin-bottom:600px;
}

.thx_buy a{
	text-decoration:none;
}