﻿
@font-face 
{
    font-family: 'OpenBold';
    src: url('../Fonts/OpenSans-Bold.ttf');
}

@font-face 
{
    font-family: 'OpenItalic';
    src: url('../Fonts/OpenSans-Italic.ttf');
}

@font-face 
{
    font-family: 'OpenReg';
    src: url('../Fonts/OpenSans-Regular.ttf');
}

@font-face 
{
    font-family: 'OpenSB';
    src: url('../Fonts/OpenSans-Semibold.ttf');
}

@font-face
{
    font-family: 'OpenLight';
    src: url('../Fonts/OpenSans-Light.ttf');
}

html, form 
{
    width: 100%;
}

body 
{
    background: #e0e0e0;
	background: -moz-linear-gradient(left, #ebebeb 0%, #efefef 100%);
	background: -webkit-linear-gradient(left, #ebebeb 0%,#efefef 100%);
	background: linear-gradient(to right, #ebebeb 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#efefef',GradientType=1 );
    width: 100%;
    margin:0;
    font-family: 'OpenReg', Sans-Serif;
}

a:visited, a 
{
    color: Black;
    text-decoration: none;
}

.HiddenColumn
{
    display:none;
}

.logo
{
	position:relative;
	float:left;
	width:40%;
	height: 80px;
}

.search 
{
	position:relative;
	float:left;
	width:60%;
	height: 100%;
}

.searchTxt 
{
	padding: 4px 4px;
	font-weight:bold;
	width:200px;
	text-transform: uppercase;
	border-radius: 5px;
}

.searchTxt:focus 
{
	outline: none;
}

.search span:not(.heading) {
    font-style: italic;
}

.logo > img 
{
	width:75%;
}

.heading 
{
	line-height: 80px;
	text-transform: uppercase;
	font-weight: bold;
}

.tagline 
{
	color: #0277BD;
	padding: 0 10px;
	text-align:right;
	text-transform: uppercase;
	font-weight:bold;
}

.progress 
{
	width: 100%;	
}

.labels, .indicators 
{
	width: 97.5%;
}

.labels tr td 
{
	text-transform: uppercase;
	text-align:center;
	width: 11%; /* 100 / 9 sections */
}

.indicators 
{
	border: 2px solid black;
	height: 20px;
}

.indicators tr td 
{
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	width: 11%;	
}

.leftSide 
{
	position:relative;
	width: 40%;	
	float:left;
}

.rightSide 
{
	position: relative;
	width: 60%;
	float:left;
}

.accessories, .parts, .partPreview, .finalPreview
{
	position: relative;
	width: 45%;
	margin: 0 1%;
	float:left;
	border: 1px solid #3D3D3D;
	padding: 4px 6px;
	overflow:auto;
	height: 800px;
}

.accessoryDiv p 
{
	margin-top: 2px;
	margin-bottom: 2px;	
}

h3 
{
	margin-top: 5px;
}

.itemList 
{
	width: 90%;
	text-align:left;
}

.notesLabel 
{
	border-bottom: 1px dotted #3D3D3D;
	cursor:pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.previewImage, .previewDesc
{
	width: 90%;
}

.previewImage > img 
{
	width: 90%;
	border: 1px solid #3D3D3D;
}

.previewImageTop
{
	width: 90%;
	margin-bottom: 5px;
}

.previewImageBottom
{
	width: 90%;
}

.previewImageTop > img 
{
	width: 70%;
	border: 1px solid #3D3D3D;
}

.previewImageBottom > img
{
	width:50%;
	border: 1px solid #3D3D3D;
}

.previewDesc 
{
	border-radius: 10px;
	border: 1px solid #3D3D3D;
	padding: 4px 6px;
	min-height: 200px;
}

.partPrevText 
{
	text-transform: uppercase;	
	text-align: left;
}

.button 
{
	padding: 8px 12px;
	background-color: #FFFFFF;
	border: 2px solid #3D3D3D;
	transition: opacity 0.25s ease;
	opacity: 0.8;
}

.button:focus 
{
	outline: none;
}

.button:hover 
{
	opacity: 1;
	transition: opacity 0.25s ease;
	cursor: pointer;
}

.prev 
{
	border-radius: 0 0 0 15px;
}

.next 
{
	border-radius: 0 0 15px 0;
}
	
.partsTable
{
	cursor:pointer;
}

.fadeBackground
{
    position: fixed;
    z-index: 97;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.finalPicture1
{
	width:30%;
}

.finalPicture2
{
	width:25%;
}

.lilbuttons
{
	cursor:pointer;
}

.addBtn 
{
    width: 25px;
    opacity: 1;
    transition: opacity 0.25s ease;
}

    .addBtn:hover 
    {
        cursor: pointer;
        opacity: 0.9;
        transition: opacity 0.25s ease;
    }