

.calc-container {
	width:600px;
	height:auto;
	
	margin:0 auto;
	/*background: #F5F5F5;
	border: 1px solid #D4D4D4;
	position: relative;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.2);*/
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
	color: #505050;
	
}

.calc-container table {
	border-collapse: separate;
	background: #FFF;
	border-spacing: 1px;
	border:0;
	width:100%;
}

.calc-spinner {
	width:30px;
	font-size:13px;
	outline:none;
}
.calc-container .ui-widget input, .calc-container .ui-widget select, .calc-container .ui-widget textarea, .calc-container .ui-widget button {
	font-size:13px;
}

.calc-img {
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	cursor:pointer;
}

.calc-container table thead td {
	text-align:center;
	color:#000080;
	padding:5px 0;
	border-bottom:2px solid #000;
	background:#fad279;
}

.calc-container table  td {
	padding:2px 0;
}

.calc-container table tr.tr-odd td {
	background:#F5F5F5;;
}

.calc-container table tr.tr-even td {
	background:#DFDFDF;;
}

.td-0 {width:12%; text-align:center;}
.td-1 {width:23%; color: #000691;}
.td-2 {width:12%; text-align:center;}
.td-3 {width:15%;text-align:center; color: #00790E;}
.td-4 {width:11%;text-align:center;}
.td-5 {width:11%;text-align:center;}
.td-6 {width:10%;text-align:center;}
.td-7 {width:8%;text-align:center;}


.total-price-div {
	width:580px;
	padding:15px 10px;
	display:inline-block;
	/*background:#4482b5;*/
	/*height:50px;*/
	position:relative;
	font-size:14px;
	color:#000080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	background: -moz-linear-gradient(top,  #fad279 0%, #f6ac15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad279), color-stop(100%,#f6ac15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fad279 0%,#f6ac15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fad279 0%,#f6ac15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fad279 0%,#f6ac15 100%); /* IE10+ */
	background: linear-gradient(top,  #fad279 0%,#f6ac15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad279', endColorstr='#f6ac15',GradientType=0 ); /* IE6-9 */
}

.total-price-title {font-size:18px!important;  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif!important;}
#price-span, #delivery-span {font-size:16px;}
#total-price-span {
	font-size:26px;
	text-shadow: 0px 1px 2px #948053;
	color: #A30707;
}

.btn-order-div {
	text-align:center;	
	padding:0 0 0 20px;
	display:inline-block;
}

.btn-order {
	float:left;
	/*padding:6px 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	color:#FFF;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	background: -moz-linear-gradient(top,  #17ca02 0%, #129704 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17ca02), color-stop(100%,#129704)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #17ca02 0%,#129704 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #17ca02 0%,#129704 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #17ca02 0%,#129704 100%); /* IE10+ */
	/*background: linear-gradient(top,  #17ca02 0%,#129704 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ca02', endColorstr='#129704',GradientType=0 ); /* IE6-9 */
	
	cursor:pointer;
}

.input-tel {
	padding:5px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #D4D4D4;
}


.ui-state-error {
	border: 1px solid #cd0a0a!important;	
	color: #cd0a0a!important;
	background-color: #FFEBEB!important;
}

#form_message{
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
	color: #505050;
}

.alert-success{
	color: #008000;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede!important;
  border-color: #eed3d7;
  text-align:center;
}