.product_name {
	font-size: 16px;
	font-weight: bold;
	color: #40669D;
	text-align: center;
}

.option_name {	
	font-size: 16px;
	font-weight: bold;
	color: #40669D;
	text-align: center;
}

.option_group_header {
	font-size: 14px;
	font-weight: bold;
	color: #40669D;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 10px;
}

.pageTable{
	width: 631px;
	border: none;
	text-align: center;
}

.contentTable{
	width: 70%;
	border: none;
	text-align: center;
}

.tdLeftside{	
	background: url(/images/popup_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.tdContent{
	background-color: #F7F7F7;
	padding: 4px;
	border-right: 1px solid #ccc
	text-align: center;
}

.tdBottom{
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 5px 5px 5px;
}


.td_product1{	
	background: url(/images/popup_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.td_product2{	
	background-color: #F7F7F7; 
	padding: 4px; 
	border-right: 1px solid #ccc;
}

.td_product3{	
	background-color: #eee; 
	border: 1px solid #ccc; 
	padding: 2px;
}

.og_description {
	padding-bottom: 30px;
	text-align:center;
}

.photo_caption {
	padding-bottom: 50px;
}

.option_name .label {
	padding-bottom: 20px;
}

/* fabric page */

#top_bar {
  background-image: url(/images/popup_top_m.jpg);
  background-repeat: repeat-x; height: 35px;
}

#wrap {
  background-color: #F7F7F7;
  border: 1px solid red;
  height: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid white;
  border-left: 25px solid #BBD9F5;
  min-height: 780px;
  width: auto;
  text-align: right;
}

.productname{
  font-weight: bold;
  font-size: 16px;
  padding-bottom:10px;
  padding-top:10px;
  width:100%;
  text-align:center;
}

.description{
  float: left;
  padding: 5px;
  font-size: 8pt;
  vertical-align: top;
  margin: 6px;
  border: 1px solid #ccc;
  background-color: white;
}

.note {
  padding-bottom:20px;
  width:100%;
  text-align:center;
}
