﻿#download_menu_column {
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left; 
    position: relative;   
}

#download_content_column {
    float: left;
    width: 660px;
    height: 100%;
    text-align: left;    
    padding-top: 10px;
    padding-bottom: 20px;
}


#download_left_column {
    float: left;
    width: 130px;
    height: 100%;
    padding-top: 10px;
    text-align: left;    
}

#download_right_column {
    float: right;
    width: 800px;
    height: 100%;
    padding-top: 20px;
    margin-left: 10px;
    text-align: left;    
}

.download_manual {
	float: right;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	border: 1px solid #C0C0C0;
    border-bottom-width: 0px;
	background-color: #ff7625;
	color: #F0F8FF;
	position: relative;
	top: -1px;
}

.download_manual:hover {
	background-color: #DAEBFE;
	color: #ff7625;
	cursor: pointer;
}

.download_icon {
	float: right;
	width: 160px; height: 70px; 
	margin-left: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
}

.download_icon:hover {
	cursor: pointer;
}

.tab {
	padding: 10px;
	clear: both;
	cursor: pointer;
	text-align: center;
}

.tab:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

.tab img {
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 5px;
}

#tab_title {
	font-size: 16px;
}

.tab_spacer {
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}

.step {
    padding-bottom: 15px;
    clear: both;
}

.separator {
	border-bottom: 1px solid #C3C3C3;
	padding-top: 10px;
	clear: both;
}

.spacer {
	height: 40px;
}

.available {
	color: #6093ff;
}

.coming_soon {
	color: #C0C0C0;
}
