/**
 * @brief Purchase CSS file.
 * @author Jiri Plachy
 */

div.Update a {
	color: #444444!important;
}

div.Update a:hover {
	color: #666666!important;
}

div.Update .center {
	text-align: center;
}

div.Update .required {
	color: red;
}

div.Update input.next {
	float: right;
}

div.Update table th,
div.Update table td {
	border: 1px solid #c0c0c0;
	font-size: 12px;
}

div.Update table table th,
div.Update table table td,
div.Update table.Buttons th,
div.Update table.Buttons td,
div.Update table.UploadLicense th,
div.Update table.UploadLicense td,
div.Update table.LicenseProperties th,
div.Update table.LicenseProperties td {
	border: none;
}

div.Update table h2 {
	color: #444444;
}

/* 1st page */

div.Update table.Video {
	width: 700px;
}

div.Update table.Video-v9 {
	width: 800px;
}

div.Update table.Video th,
div.Update table.Video td {
	border: none;
}

div.Update table.UploadLicense {
	width: 450px;
}

div.Update table.UploadLicense td {
	padding: 0px 4px 10px 0px!important;
}

div.Update table.UploadLicense input.PurchaseID {
	width: 250px;
}

/* 2nd page */

div.Update table.ModuleSelection,
div.Update table.UserSelection,
div.Update table.Buttons {
	width: 800px;
}

div.Update table.UserSelection td.Label {
	width: 50%;
}

div.Update table.UserSelection td.Selection {
	width: 50%;
	text-align: center;
}

div.Update table.UserSelection td.Selection table {
	width: 100%;
}

div.Update p.SelectionLinks {
	display: block;
	width: 800px;
	text-align: right;
	margin-bottom: 0px;
}

div.Update table.ModuleSelection th,
div.Update table.ModuleSelection td {
	text-align: center;
}

div.Update table.ModuleSelection .Module {
	text-align: left;
}

div.Update table.ModuleSelection .Price {
	text-align: right;
}

div.Update table.ModuleSelection .Module img {
	vertical-align: middle;
}

/* 3rd page */

div#right div.Update table.ModuleSelection td.Label,
div#right div.Update table.ModuleSelection th.Label {
	text-align: left;
}

div.Update table.ModuleSelection td.Total {
	color: red;
	font-weight: bold;
}
