
h2 {
	border-color: rgb(231,231,231);
	border-style: Solid;
	border-width: 0px 1px;
}

.service_name {
	width: 120px;
}

.service_desc {
	width: 400px;
}

.service_desc_2 {
	width: 200px;
}

.service_desc_3 {
	width: 132px;
}

ul.countries li {
	display: block;
	width: 178px;
	float: left;

	padding-right: 10px;
	margin-bottom: 0.5em;

	border-bottom: 1px Dotted Gray;
}

div.picture {
	float: left;
	padding-left: 20px;
}

.intl1{
	width: 100%;
	margin:0 auto;
    border: 1px #D5D5D5 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.intl1 th{
    padding: 5px;
    border: #D5D5D5 solid;
    border-width: 0 0 1px 1px;
    background: #E3E3E3;
    font-weight: bold;
    line-height: 120%;
    white-space: nowrap; 
}
.intl1 th.notbold{
    font-weight: normal;
    background: #F5F5F5;
}
.intl1 td{
    padding: 5px;
    border: 1px #D5D5D5 solid;
    border-width: 0 0 1px 1px;
}
h3.services{
	background-image: none;
    background: #F5F5F5;
}

.weight {
	font-weight: bold;
	color: Green;
}

.size {
	font-weight: bold;
	color: Green;
}

td.price {
	text-align: right;
	color: black;
}

.note {
	color: #F00;
	font-size: smaller;
}

p.restriction {
	padding-left: 5px	!important;
	font-weight: bold;
	width: 100%;
	color: Red;
}

td.noinsurance {
	text-align: left;
}
