/* TMP style */

/*.price-table-content td a {
	color:#535353;
}*/

/*.price-table-control */
.price_table_header {
	/*background-color: #ffa401;*/
}

/*.price-table-content td, .price-table-content th {
	font-size: 11px;
}*/

 
/* TMP style end */

/*.price-table-container*/
#price_table {
	/*background: #fff;*/
	width: 90%;
    margin: 0 auto;
	/*font-size: 12px;
	font-family: "arial";*/
}

/*.price-table-control*/
.price_table_header {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	/*height: 75px;*/
    text-align: left;
}
.price_table_header label{
    width:20%;
    display: inline-block;
    vertical-align: middle;
}
.price_table_header div select{
	padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    /*width:75%;*/
    max-width: 65%;
}

.price_table_body {overflow: auto;}

.price_table_body tr:last-child td{
    border-bottom: 1px solid #cdcdcd;
}
	/*.price-table-control td*/
    .price_table_header div {
		/*height:25px;*/
	}
	
		/*.price-table-control td b */
        .price_table_header div label {
			padding-right: 10px;
			/*font-size: 12px;*/
			/*color: #fff;*/
			font-weight: normal;
			margin-left: 15px;
		}
	
	/*.price-table-control tr {
		height:25px;
		display: inline-block;
		line-height: 85px;
	}*/

/*.price-table-header*/
.price_table_title {
	/*border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;*/
	font-size: 24px;
    padding: 15px;
	color: inherit;
	font-family: inherit;
	text-align: center;
}

/*.price-table-content {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}*/

/*.price-table-content table*/
.price_table_body table {
	/*font-size: 13px;*/
	font-weight: normal;
	width: 100%;
	/*margin: 0px 20px;*/
	margin-bottom: 15px;
	padding:0px 10px;
    border: 1px solid #ccc;
}

.price_table_body a {color: #444;}

.price_table_body tr {
	border-bottom: 1px solid #ccc;
}

.price_table_body tr:nth-child(2n+2) {
    background: #D0D0D0;
}

/*.price-table-content th {*/
.price_table_body th {
	background: #F7F7F7;
    padding: 5px 20px;
}

/*.price-table-content td {*/
.price_table_body td {
    padding: 5px 20px;

	/*border-bottom: 1px solid #cdcdcd;*/
	color: #222222;
	font-weight: normal;
	text-align: center;
	/*border-left: 1px solid #dfdede;
	border-right: 1px solid #dfdede;
	background: #fff;*/
    vertical-align: middle;
}

.price-table-content-last-row td{
	border-bottom: none;
}

.price_table_body th:last-child {
    border: none;
}

/*.urgency-cell {
	color: #c42140;
	font-weight: bold;
}*/
.prices-text-block {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	clear: both;
}
img.prices-text-block-icon {width:92px}

@media (max-width:480px) {
	.price_table_body th, .price_table_body td {padding: 5px 0px;font-size: small;}
	img.prices-text-block-icon {width:48px}
}