@charset "UTF-8";
/* CSS Document */
#container{
	height:500px;
	background:url(../../img/images/container_background.jpg);
	
}
#content{
	background:none;
	border:0;
	
	}


*:first-child+html #container{

}
#contentLeft{
	width:550px;
	height:450px;

}
#contentLeft .picLarge img{
	width:400;
	
}
#thumbs{
	float:right;
	width:150px;
	height:450px;
	overflow:auto;
	}

#thumbs .thumb{
	height:150px;
	cursor:pointer;
	padding:4px;
	background:white;
	border:1px solid #666;
}
#contentLeft .picLarge{
	}

	
#contentRight{
	margin:0px auto;

	width:200px;	
	height:450px;
	font-size:12px;
	text-align:center;
	
}
#contentRight .picLarge{
	padding-bottom:15px;
	}
	
#contentRight .picLarge img{
	border:2px solid #666666;
	
	}





.details{
	font-family:"Times New Roman", Times, serif;
	
	text-align:right;
	color:#666;
	}

.details .title{
	font-size:14px;
	padding-bottom:5px;

	}
.details .description{
	font-size:12px;
	color:#888888;
	padding-bottom:5px;
	
	
}

.checkout{
}

.checkout .form{
	
}
.checkout .form input{
	}
.checkout .form .attribute{

	}






/* Forms */
.form {
	font-size:10px;
	color:#888;
	
}
label{
	float:left;
	clear:both;
	display:block;
	width:38%;
	padding:8px;
	vertical-align:middle;
	padding-right:0px;
	padding-left:0px;
	text-align:right;
	
	
	}

input, textarea, select {
	margin-top:5px;
	color:#888;
	width:55%;
	float:right;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	background:none;
	font-size:10px;
}
select {
	vertical-align:middle;
	
}







.addToCart{
	float:right;
	}


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

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

