@charset "UTF-8";
/* CSS Document */
#container{
	height:500px;
	background:no-repeat;
}
#content{
	background:none;
	border:0;
	
	}


*:first-child+html #container{

}

	
#contentRight{
	height:400px;
	width:200px;
	font-size:12px;
	text-align:left;

	
}




.details{
	
	text-align:right;
	color:#666;
	}

.details .title{
	font-family:"Times New Roman", Times, serif;

	font-size:12px;

	}

.details .description{
	font-size:11px;
	color:#888888;
	
	
}

.checkout{
	position:relative;
	top:75%;
}


.attributeSet{
	width:200px;
	height:14px;
	margin-top:5px;
	
	}

.attributeLabel{
	width:98px;
	float:left;
	vertical-align:middle;
	text-align:right;
	
}
.attributeContent{
	width:98px;
	float:left;
	
	}
	
.attribute{
	float:left;
	height:16px;
}
/* Forms */
.form {
	font-size:10px;
	color:#888;
	
}
.form a{
	}
label{
padding-right:10px;
	}

input, textarea, select {
	color:#888;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size:10px;

}
select {
	vertical-align:middle;
	
}





.price{
	float:left;
	margin-top:5px;
	width:100px;
	display:block;
	text-align:rignt;
	
	}


.addToCart{
	float:right;
	 margin-top:3px;
	}


.addToCart a{
	font-family:"Times New Roman", Times, serif;
	
	
	}

.addToCart a:hover{
	background:#e8e6e4;
	color:#333;
	}
	
	
	

