*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

body{
	height: 100%;
}

* html img.alpha-fix{
    behavior: url("./css/iepngfix/iepngfix.htc");
}

a{
	color: #0066ce;
}

div {
}

dt {
	text-align:left;
}
h2 {
	text-align:left;
	margin:0px;
	padding:0px;
}

h2.step{
	font-size: 2em;
	margin: 10px 0;
	width: 100%;
	background-color: #CCC;
}



input.text{
	border: 1px solid #CCC;
	margin: 0;
	text-align: right;
	width: 20px;
	height: 16px;
}

input.long-text{
	height: 30px;
	width: 95%;
	font-size: 1.4em;
}

textarea{
	width: 95%;
	height: 100px;
}

.clear{
	clear: both;
}

#page{
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;	
}

.main{

}

.right{
	position: relative;
	width: 20%;
	float: left;	
}

.left{
	width: 75%;
	float: left;
}

	.balls{
		border-right: 1px solid #aaaaff;
	}
	
		.ball{
			padding: 15px;
			width: 630px;
			overflow: hidden;
			position: relative;
		}
		
			.ball h2{
				font-size: 1.4em;
				font-weight: normal;
			}
		
		.ball-metall{
			background-image: url(../img/metall-shiny-ass.png);
			color: #FFF;
		}	
			
		.ball-black{
			background-color: #000;
			color: #FFF;
		}
			

ul.three-col-list{
	list-style: none;
	position: relative;
	width: 600px;
}

ul.three-col-list li{
	width: 200px;
	margin: 20px 0 0 0;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

ul.three-col-list li .top{
	height: 110px;
}

.ball-desc{
	font-size: 1.1em;
}
.ball-price{
	margin: 10px 0 0 0;	
	font-size: 1.1em;
	font-weight: bold;
}

.ball-order{
	margin: 10px 0 0 0;
}
	.ball-order a{
		font-size: 0.85em;
		text-decoration: none;
		display: inline-block;
		color: #0066CC;
		border-bottom: 1px dashed #0066CC;
	}
	
	

#basket_container{
	padding: 0 0 0 15px;
	padding-bottom:50px;
	position: absolute;
	top: 0px;

}

#basket_container #loader{
	text-align: center;
	display: block;	
}

#basket a.order-cancel{
	text-align: left;	
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/cancel.png);
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

* html #basket a.order-cancel{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/cancel.png', sizingMethod='image');
}


#basket h2{
	font-size: 1.3em;
	font-weight: normal;
	margin: 5px 0;
}

#basket .left{
	float: left;
	width: 65px;
	padding-right: 10px;
	text-align: right;
}
#basket .right{
	padding-top: 15px;
	float: left;
	width: 55%;
}

#basket .items{}
#basket .items .item{	
	width: 200px;

	margin: 5px 0 0 0;
	background-color: #f3f3f3;
	padding: 10px;
	position: relative;
}

#basket .items .item .top{
	height: 65px;
	vertical-align: top;
}

#basket .items .item h3{
	font-size: 1.1em;
	font-weight: normal;
}

#basket .price{
	margin-top: 15px;
	font-weight: bold;
	white-space: nowrap;
}


#basket table{
	margin-top: 10px;
	text-align: left;
}

#basket table tr th{
	font-weight: normal;
	font-size: 0.8em;
}

#basket table tr td{
	font-size: 0.9em;	
}

#basket table tr td span{
	font-weight: bold;
	font-size: 1em;	
}

#basket table input.text{
	float: left;
}

#basket .spinedit{
	margin: 0;
	padding: 0;
	float: left;
}

#basket .spinedit .spin-button{
	display: block;
	text-align: center;
	
	border: 1px solid #999;
	background-color: #CCC;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 14px;
	font-size: 10px;
	padding: 2px 3px 0 3px;
	color: #000;
}

#basket .spinedit .active{
	background-color: #DDD;
}


dl{}
dl dt{font-size: 0.9em;}
dl dd{margin: 0 0 10px 0;text-align:left;}

.city {
width:300px; 
text-align:left;
font-size:2em;
}

#basket .bottom {
border:1px solid #f3f3f3;
margin-top:10px;
}