button {
	width: 24%;
	margin-right: 5px;
}

table {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}

option {
	font-size: 1.1em;
}

th {
	text-align: center;
}

tr td {
	border-width: 0px;
}

tr:hover td {
	
	background-color: rgba(0,0,0,0.1);
}

#category_buttons {
	padding-bottom: 10px;
}

#category_header img {
	width: 100%;
}

#category_name, #category_options {
	padding: 10px;
}

#cat_div {
	display: none;
}

#exportlevel, #currencytype {
	border-radius: 0px; 
	border-width: 2px;
	font-size: 1.1em;
	padding: 10px;
	margin-top: 5px;
	width: 100%;
}

#left_content {
	position: relative;
	display: inline-block;
	width: 24%;
	overflow: hidden;
	top: -5px;
	z-index: 10;
	vertical-align: top;
}

#linux_available, #enterprise_available {
	text-align: center;
	padding-bottom: 10px;
}

#notes_div {
	display: none;
}

#pagewrap {
	padding: 0 !important;
}

#right_content {
	display: inline-block;
	position: relative;
	width: 75%;
}

#series_div img {
	width: 100%;
}

#status {
	font-size: 10px;
	float: right;
	position: relative;
	top: 40px;
	z-index: 999;
}

.category {
	max-width: 200px;
}

.header {
	border-width: 0px;
	margin: 4px;
}

.pricing {
	text-align: right;
}

.name {
	text-align: left;
}

.product_table tr td {
	padding-left: 10px;
	padding-right: 10px;
}

.category_box {
	background-color: #455560;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	margin-top: 5px;
	color: #FFF;
	width: 100%;
}

.category_item {
	cursor: pointer;
	border-left: 5px solid #455560;
	padding: 5px 10px;
	display: block;
	width: 100%;
}

.category_item:hover {
	background-color: #455560;
	color: #FFF;
}

.category_submenu {
	display: none;
}

.pricing_label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 10px;
	width: 100%;
}

.releases {
	border-spacing: 4px;
	border-collapse: separate;
}

.release_date {
	font-size: 1.3em;
	vertical-align: top;
}

.release_notes {
	padding-left: 10px;
	padding-bottom: 30px;
}

.subheader {
	background-color: #007AC3;
	color: #FFFFFF;
	font-weight: bold;
}

.subheader td {
	padding: 10px;
}

.Illustra, .Illustra_item:hover {
	/*background-color: #F9B706 ;*/
        background-color: #455560;
}

.Options, .Options_item:hover {
	/*background-color: #3F4898;*/
        background-color: #455560;
}

.LC, .LC_item:hover, .M, .M_item:hover {
	/*background-color: #40AE49;*/
        background-color: #455560;
}

.S, .S_item:hover {
	/*background-color: #BD2131;*/
        background-color: #455560;
}

.Z, .Z_item:hover {
	/*background-color: #F89B42;*/
        background-color: #455560;
}

.ELP, .A, .ELP_item:hover, .A_item:hover {
	/*background-color: #007AC3;*/
        background-color: #455560;
}

.Options_item {
	/*border-color: #3F4898;*/
        border-color: #455560;
}

.Illustra_item {
	/*border-color: #F9B706;*/
        border-color: #455560;
}

.Z_item {
	/*border-color: #F89B42;*/
        border-color: #455560;
}

.LC_item, .M_item {
	/*border-color: #40AE49;*/
        border-color: #455560;
}
.S_item {
	/*border-color: #BD2131;*/
        border-color: #455560;
}

.ELP_item, .A_item {
	/*border-color: #007AC3;*/
        border-color: #455560;
}

.ui-exacq-header-image-container div {
	text-align: center;
}

#releases {
	background-color: #455560;
}

@media all and (max-width: 800px) {
	#left_content, #right_content {
		display: block;
		width: 100%;
	}
	
	/*#right_content {
		display: none;
		width: 100%;
	}*/
}
