﻿/*------------------ Design ---------------------*/

.pad_20 {
		padding-left: 20px;
		}

.dot_line {
		border-bottom: 1px dotted #595959;
		}
	
.dot_line_white {
		border-bottom: 1px dotted #595959;
		Color: #FFFFFF;
		}	

img.block {
		display: block;
		}
	
body {
		margin: 0px;
		}

.txt_back{
		background-Image: URL("/images/txt_back.jpg");
		background-position: top right;
		background-repeat: no-repeat;
		}

.body_back{
		background-Image: URL("/images/body_back.gif");
		background-position: center top;
		background-repeat: repeat-y;
		}
.d_l {
		border-left: 1px dashed #4D4D4D; 
		}
	
.dot_l{
		background-Image: URL("/images/dot.gif");
		background-position: right top;
		background-repeat: repeat-y;
		}
	
.dot_r{
		background-Image: URL("/images/dot.gif");
		background-position: left top;
		background-repeat: repeat-y;
		}
	
.rail{
		background-Image: URL("/images/rail.gif");
		background-repeat: repeat;
		}
	
.bottom_zip{
		background-Image: URL("/images/bottom_zip_1.gif");
		background-repeat: no-repeat;
		background-position: right bottom;
		}
	
.bottom_zip_4{
		background-Image: URL("/images/bottom_zip_4.gif");
		background-repeat: no-repeat;
		}
	
.bottom_zip_3{
		background-Image: URL("/images/bottom_zip_3.gif");
		background-repeat: no-repeat;
		}
	
.bottom_1{
		background-Image: URL("/images/bottom_1.jpg");
		background-repeat: no-repeat;
		}
	
.bottom{
		background-Image: URL("/images/bottom_jeans.jpg");
		background-position: right;
		}
	
.head_zip{
		background-Image: URL("/images/head_zip_1.jpg");
		background-repeat: no-repeat;
		background-position: right top;
		}
	
.head{
		background-Image: URL("/images/head_jeans.jpg");
		background-position: right;
		}
	
.head_r{
		background-Image: URL("/images/head_right.jpg");
		background-position: left;
		}
	
.red_line{
		background-Image: URL("/images/red_line.gif");
		background-repeat: repeat-x;
		background-position: top;
		}
	
.content_dot{
		background-Image: URL("/images/content_dot.gif");
		background-repeat: repeat-y;
		background-position: top center;
		}

/*------------------ Forms ---------------------*/

.input, textarea {
		font-family: verdana, tahoma, arial;
		Font-size: 100%;
		width: 100%;
		Color: #B4B4B4;
		background-color: #333333;
		border: solid 1px #B4B4B4;
		}

.button{
	font-family: verdana, tahoma, arial;
		Font-size: 100%;
		width: 100px;
		Color: #000000;
		background-color: #B4B4B4;
		border: solid 1px #AAAAAA;
		}

.button_80{
	font-family: verdana, tahoma, arial;
		Font-size: 100%;
		width: 80px;
		Color: #000000;
		background-color: #B4B4B4;
		border: solid 1px #AAAAAA;
		}

.button_60{
	font-family: verdana, tahoma, arial;
		Font-size: 100%;
		width: 60px;
		Color: #000000;
		background-color: #B4B4B4;
		border: solid 1px #AAAAAA;
		}

.area_1{
		height: 50px;
		}

/*------------------ Text ---------------------*/

body {
		font-family: verdana, tahoma, arial;
		Font-size: 70%;
		font-weight: normal;
		text-decoration: none;
		color: #B4B4B4;
		}

.small {
		font-family: tahoma, verdana, arial;
		}
	
.white {
		Color: #FFFFFF;
		}
	
a {
		text-decoration: underline;
		color: #FFFFFF;
		}
	
a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	
.intro:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	
.intro{
		text-decoration: underline;
		color: #B4B4B4;
		}