
.grpCalculatorContent
{
	width: 701px;
	margin-top: 33px;
	display: table;
	text-align: justify;
	font-size: 1em;
	color: #555555;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
}

.calcTitle
{
	color: black;
}

.grpCalculatorInput, .grpCalculatorOutput
{
	border: 1px solid #ccd3d7;
	padding: 10px;
	width: 680px;
}

.grpCalculatorOutput
{
	margin-bottom: 15px;
}

#inputTable > tbody > tr
{
    height: 60px;
}

#outputTable
{
    border-spacing: 0px;
    width: 100%;
}

#outputTable th, #outputSplitTable th, #outputTkpTable th, #outputGrpTable th,
#outputTable td, #outputSplitTable td, #outputTkpTable td, #outputGrpTable td
{
	padding-left: 5px;
	padding-right: 5px;
}


#outputTable > tbody > tr
{

}

#outputTable > tbody > tr > td
{
    border-bottom: 1px solid #ccd3d7;
}

#outputTable > tbody > tr > td:last-child
{
    text-align: right;
}

#outputSplitTable, #outputTkpTable
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 32px;
}

#outputTable tr, #outputSplitTable tr, #outputTkpTable tr
{
	height: 32px;
}

#outputSplitTable th
{
	font-weight: normal;
}

#outputSplitTable > thead
{
	text-align: center;
}

#outputSplitTable > tbody
{
	text-align: right;
}

#outputSplitTable tr td, #outputSplitTable tr th
{
	border: 1px solid #ccd3d7;
}

#outputSplitTable tr td:first-child, #outputSplitTable tr th:first-child
{
	border-left: none;
}

#outputSplitTable > thead > tr > th:first-child, #outputSplitTable > tbody > tr > td:first-child 
{
	text-align: left;
}

#outputTkpTable
{
	border-top: 1px solid #ccd3d7;
	border-bottom: 1px solid #ccd3d7;
}

#outputGrpTable
{
	margin-top: 10px;
	width: 100%;
	background-color: #ccd3d7;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#outputGrpTable td
{
	height: 35px;
}

#outputGrpTable td:last-child, #outputTkpTable  td:last-child
{
	text-align: right;
}


#splittedPricesTable
{
    margin-top: 10px;
    width: 100%;
    border-spacing: 0px;
}

#splittedPricesTable > tbody > tr
{
    height: 60px;
}

/*#splittedPricesTable > tbody > tr:first-child td
{
    border-bottom: 1px solid #ccd3d7;
}*/

.bbottom
{
    border-bottom: 1px solid #ccd3d7;
}

#splittedPricesTable td
{
    text-align: right;
}

#splittedPricesTable td:first-child
{
    text-align: left;
}

#splittedPricesTable th
{
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ccd3d7;
    vertical-align: bottom;
    padding: 0;
}

#splittedPricesTable th div
{
    background-color: #ccd3d7;
    margin-left: 5px;
}

#splittedPricesTable th:first-child
{
    background-color: White;
}


div.inputHolder
{
    border: 1px solid #ccd3d7;
    padding: 1px;
	margin-bottom: 5px;
}

input
{
    height: 24px;
    border: 0px;
    background-color: #eeefc1;
    width: 143px;
    padding-left: 13px;
}

input.regionsSplitInput
{
    width: 33px;
	height: 21px;
}

.regionsSplitHolder
{
    float: left;
    margin-right: 5px;
}

.regionsSplitHolder:last-child
{
    margin-right: 0px;
}

.regionsSplitHeader
{
    background-color: #ccd3d7;
    text-align: center;
	font-size: 12px;
	height: 15px;
}


select
{
    height: 28px;
    border: solid 1px #ccd3d7;
    background: #eeefc1;
    width: 160px;
	margin-bottom:5px;
}

#splitCheckHolder
{
	width: 100%;
	/*background-color: #97c061;
	background-color: #c85d5d;*/
	height: 15px;
	font-size:10px;
	text-align:center;
	color: Black;
	margin-bottom: 7px;
}

.calculateButton
{
    width:49px;
    height:49px;
    background-color: Black;
    background-image: url('/adwebster/css-images/calcButton.png'); background-repeat: no-repeat;
    cursor: pointer;
	margin: 0 auto;
	margin-top: 15px;
}

#aisFrLabel
{
	margin-left: 5px;
}

#aisItLabel
{
	margin-left: 5px;
}

#totalPriceLabel
{
    font-weight: bold;
}

.channelsHolder .header .langTitle
{
	float:left;
}

.channelsHolder .header .shareTitle
{
	float: right;
}

.channelsHolder .channel:before
{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccd3d7;
}

/*#channelsHolder .channel:after
{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccd3d7;
}*/

.channelsHolder .channel > table
{
	margin: 10px;
	width: 660px;
}

.channelsHolder .channel > table img
{
	width: 80px;
}

.popover {margin-left: -15px;}

.calcError
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/adwebster/css-images/icon_forbidden.png'); background-repeat: no-repeat;
	margin-top:4px;
	margin-right: 3px;
}

.calcResultError
{
	background-image: url('/adwebster/css-images/icon_forbidden.png'); background-repeat: no-repeat;
	float: right;
	padding-left: 25px;
}

#downloaderHolderTitle
{
	display: none;
}

#downloaderHolder
{
	display: none;
}

#infoboxTable
{
	/*display: none;*/
	width: 100%;
	border-collapse: collapse;
}


#infoboxTable tr
{
	height: 32px;
}

#infoboxTable td
{
	border: 1px solid #ccd3d7;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	width: 25%;
}

#sendEmailHolder input
{
	width: 238px;
}

#sendEmailHolder .inputHolder
{
	float: left;
}

#sendEmailHolder textarea
{
	width: 473px;
}