/* ------------------------
 *	Joby Store CSS File
 * ------------------------
 * 	Author: 		Peter Berg
 * 	Last modified: 	May 1, 2007
 * 
 */
.bg-3col {
	} 
.col3-1, .col3-2, .col3-3 {
width:282px;
float:left;
}
.col3-2 { 
border: 2px solid #E3E3E3;
border-width:0 2px;
}
.item {
	clear: both;
	padding: 10px 0px 20px 10px; 
 
	}
.item  img.lefty {  }
.itemSummary {
	/* float: right; */
	}
#content .itemSummary p { font-family: Arial, Helvetica, sans-serif; }

.desc, p.desc, #content .desc, #content p.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	}

.price, p.price, #content .price, #content p.price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	}
.answer {
	margin-bottom:2em;
}
.question {
	font-size: 110%;
	font-weight: bold;
}
#content .question a {
	font-weight: normal;
	/* text-decoration: none; */
}

#colorsText { font-weight:bold; font-size:125%; }

#shipalert { text-align: center; padding: 10px; margin: 10px 50px; border: 1px solid #0066CC; background-color:#e0ecff; }

select option.gp_gray { padding-left: 15px; background: url(../images/color-tn-gray.png) 2px 2px no-repeat; }
select option.gp_blue { padding-left: 15px; background: url(../images/color-tn-blue.png) 2px 2px no-repeat; }
select option.gp_green { padding-left: 15px; background: url(../images/color-tn-green.png) 2px 2px no-repeat; }
select option.gp_orange { padding-left: 15px; background: url(../images/color-tn-orange.png) 2px 2px no-repeat; }
select option.gp_pink { padding-left: 15px; background: url(../images/color-tn-pink.png) 2px 2px no-repeat; }
select option.gp_red{ padding-left: 15px; background: url(../images/color-tn-red.png) 2px 2px no-repeat; }
select option.gp_yellow { padding-left: 15px; background: url(../images/color-tn-yellow.png) 2px 2px no-repeat; }
