/* CSS Document */
.patch{
	width: 105px;
	border: 1px outset #CCCCCC;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	height: 275px;
	background: #fff;
}

.design{
	width: 105px;
	border: 1px outset #CCCCCC;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	height: 175px;
	background: #fff;
}

.priceOption{
	width: 168px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fff;
	float: right;
}

#container{
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #fff;
}

#content{
	width: 650px;
	background: #fff;
	padding-bottom: 10px;
}


#patches{
 width: 465px;
 height: 4000px;
 overflow: auto;
}

#rightLinks{
  width: 100px;
  float: right;
}

#patchHeader{
	width: 650px;
}

.patchImg{
	width: 100px;
	height: 100px;
}

#selectBox{
 width: 140px;
 height: 17px; 
 font-family: tahoma,verdana; 
 font-size: 10px; 
 color:black; 
 background-color:white; 
 border-style: thin; 
 border-width: 1px; 
 border-color:white
}

#description{
 width: 750px;
 clear: right;
 
 }

