div#packagings {
	float: right;
	clear: right;
	margin: 10px 0 10px 10px;
}
div#packagings img {
	margin-left: 10px;
}
div#versions table,
div#licenses {
	border:solid 1px #bccee7;
	margin-top: 15px ;
}
div#versions table th {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
div#versions table td {
	border:solid 1px #bccee7;
	padding: 3px;
	text-align: center;
}
div#versions table td.title {
	text-align: left;
}
div#licenses {
	padding: 5px;
}
table#rates,
table#shipping {
	margin-top: 10px;
	border:solid 1px #bccee7;
}
table#rates th,
table#shipping th {
	padding: 2px;
	border: 2px solid #999;
	font-weight: normal;
}
table#rates td,
table#shipping td {
	font-size: 1em;
	padding: 1px;
	text-align: center;
	color: #333;
}
table#rates td.title {
	font-size: 1.1em;
	padding: 4px 2px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
table#rates td.desc {
	text-align: left;
}

div.order-product {
	border: 2px solid #ccc;
	margin: 2px 0 0 0;
}
div.order-product img {
	float: left;
	margin: 10px;
} 
div.order-product div.licenses {
	margin: 10px 0 0 200px;
}
div.licenses span {
	float: left;
	width: 160px;
	height: 20px;
	font-size: 14px;
	padding: 5px 0 0 30px;
}
div.licenses p.product-name {
	font-size: 16px;
}
div.licenses a {
	float: left;
	display: block;
	width: 160px;
	height: 20px;
	font-size: 14px;
	padding: 5px 0 0 30px;
}
div.licenses a.single-user {
	background: url(../images/order/basket_grey.gif) no-repeat 0 2px;
}
div.licenses a.classroom {
	background: url(../images/order/basket_yellow.gif) no-repeat 0 2px;
}
div.licenses a.site {
	background: url(../images/order/basket_red.gif) no-repeat 0 2px;
}

div.distributors-list {
	float: left;
	width: auto;
	margin: 10px 20px 10px 0;
}
div.distributors-list .last { margin-right: 0; }
div.distributors-list h3 {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
div.distributors-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.distributors-list ul li {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
div.distributors-list ul li span {
	font-size: 11px;
}

div.worldmap {
	background: url(../images/order/planisphere.jpg) no-repeat #fff 50px 200px;
}

