/*
@charset "utf-8"; 
CSS Documents

div, ul, li, table, tr, td, img, dl, dd, dt{
border-bottom:1px solid #C3C;
}

*/

@font-face {font-family: 'DIN-Alternate';
src: url('../fonts/2AC761_0_0.eot');
src: url('fonts/2AC761_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2AC761_0_0.woff') format('woff'),url('../fonts/2AC761_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'DIN';
src: url('../fonts/2AC761_1_0.eot');
src: url('../fonts/2AC761_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2AC761_1_0.woff') format('woff'),url('../fonts/2AC761_1_0.ttf') format('truetype');}
 
 
 
 

html, body{
	height:100%;
	-webkit-text-size-adjust: none;
	
}

body{
	padding:0;
	margin:0;
	border:0;
	font-family:'DIN', Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10pt;
	color:#000;
	background:#f4f4f4;
}

a, object, img{
    border:0;
    padding:0;
    margin:0;
    outline:none;
}
ul, li{
    padding:0;
    margin:0;
}
a, a:hover{
    color: inherit;
    text-decoration:none;
    cursor:pointer;
}
table{
	width:100%;
}
table, tr, td{
    border:0;
    padding:0;
    margin:0;
}

input[type=text],
input[type=email], 
input[type=password], 
select,
textarea{
    font-size:13px;
    border:2px solid #c0c0c0;
    width:auto;
    background:transparent;
	text-transform:uppercase;
	outline:none;
	-webkit-appearance: none;
    border-radius: 0;
}

select{
    width:auto;
}
hr{
    border:0;
    border-top:1px solid #cbcbcb;
    clear:both;
}
.formBox td{
    padding:3px;
}
.small{
    line-height:normal;
    color:#999999;
}
.selected, .selected a{
    color:#999999 !important;
}
.dotted{
    border:0;
    border-bottom:1px dotted #cbcbcb;
    clear:both;
}
.thick-top{
    border:0;
    border-top: 5px solid #e4e4e4;
    padding-bottom:10px;
    padding-top:0;
    margin-top:0;
}
.thick-bottom{
    border:0;
    border-bottom: 5px solid #e4e4e4;
    padding-top:10px;
    padding-top:0;
    margin-top:0;
}
.section{
    width:100%;
    height:auto;
    float:left;
}
.label{
    text-align:right;
    padding-right:10px;
}
.noPadding{
    padding:0;
}

h1, h2, h3, h4, h5{
    padding:0;
    margin:0;
    font-weight:normal;
    font-size:inherit;
}

b, strong, th{
	font-style: normal;
	font-weight:500;
}
i, em{
	font-weight: 300;
}
img{
    vertical-align:middle;
}
.fineprint{
    padding:5px 20px;
    text-align:left;
}
.colorTheme, .pageTitle{
    color:#000000;
}
.err{
    background:#F60;
    color:#ffffff;
    border-bottom:5px solid #f26522;
}
.err a{
    color:#ffffff;
    text-decoration:underline;
}
/* color */

.btn,  
.btnPale,
input.btn , 
input.btnPale,
.button,
input.button {
    border:0;
    padding:8px 10px;
    text-align:left;
    cursor:pointer;
    width:auto;
    height:auto;
    color:#000;
    width:auto;
    overflow:auto;
    text-transform:uppercase;
    font-size:0.9em;
	height:28px !important;
	overflow:hidden;
}


.btn, input.btn, 
.button, input.button{
    background:#fff;
    color:#000 !important;
    
}
.btnPale, input.btnPale{
    background:#000;
    color:#fff;
	
}
.btnImage{
    padding:0;
    width:auto;
    height:auto;
    border:0;
    cursor:pointer;
}
.btnSub{
    background-color:#e4e4e4;
    width:160px;
    cursor:pointer;
    text-align:center;
    padding:2px 5px;
}

.btnSub input{
    color:#333;
    border:0;
    background-color:transparent;
    padding:0;
    margin:0;
    height:auto;
    width:auto;
    text-transform:uppercase;
}



.pageTitle h1{
    margin:0;
    text-transform:uppercase;
}
.pageSubtitle h2{
    text-transform:uppercase;
}

.pageSubtitle a{
    color:#333333;
}
.big{
    font-size:1.5em;
}
.pale{
    opacity:0.5;
    filter:alpha(opacity=50);
}
.credit{
    text-align:center;
}
.swatch{
    width:22px;
    height:12px;
    margin-right:5px;
    float:left;
    overflow:hidden;
    border:1px solid #e4e4e4;
}



.left, .right .center{
    float:left;
}
.right{
    float: right;
}

.textLeft{
    text-align:left;
    float:left;
}
.textRight{
    text-align:right;
    float:right;
}

.textBox,
.imageBox{
	float:left;
	width:100%;
}
.steps{
    width:100%;
    height:35px;
    float:left;
}
#main{
    height: auto;
	width:100%;
    margin: 0 auto;	
}
.wrapper{
    margin:0 auto;
	position:relative;
	clear:both;
	max-width:980px;
	overflow:auto;
	background:#fff;
	
}

/* partHeader */	
#header,
#content,		
#footer{
	width:100%;
	height:auto;
	float:left;
}

/* end partFooter */
.viewMode{
    width:100%;
    float:left;
}
.viewSort{
    list-style:none;
    width:auto;
    float:right;
}
.viewSort li{
    padding-left:15px;
    width:auto;
    height:auto;
    float:left;
    display:inline;
    color:#888888;
    text-transform:uppercase;
}
.viewSort li a{
    text-decoration:underline;
    color:#888888;
}

/*LAYER*/
#overlay{
    position:absolute;
    top:0; 
    left:0; 
    width:100%;
    z-index:10;
    display:none;
}
#transBg{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position:fixed;
    z-index:8;
    opacity:0.9;
	background-color:#fff;
	display:none;
}
#pageLayer {
	width:auto;
	z-index:12;
	position:absolute;
	background:#fff;
	margin-left:50%;
}

.layerContent{
    display:none;
}
#close-pageLayer{
    position:absolute;
    top:5px;
    right:10px;
    z-index:4;
}


/* CIRCLE */
.circle{
	border:1px solid #000;
	background: #fff;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;

	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 50%;

	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}


