div.options-table {
	/*width: 100%;*/
}
ul.option-column {
	list-style-type: none;
}
div.listContainer li {
	width: 250px;
}
div.options-table li.options {
	line-height: 2.0em;
	margin-bottom: 10px;
}
div.options-table ul,
div.options-table li {
	margin: 0;
	padding: 0;
}
div.options-table ul {
	/*display: inline-block;*/
	max-width: 100%;
}
div.options {
	width: auto;
	overflow: hidden;
}
ul.option-column {
	vertical-align: top;
	/*display: inline-block;*/
}
ul.options-column {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}
textarea.option-textarea {
	width: 225px;
}
select.option {
	font-size: 15px;
	color: #3E5567;
	padding: 5px;
	border: none;
	background: #E7E7E7 url(../../images/site/dropdown_arrow.jpg) no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	width: 476px;
	max-width: 100%;
}
select::-ms-expand {
	display: none;
}
input.option[type="text"] {
	font-size: 13px;
	padding: 5px;
	border: thin solid #22AC00;
	background-color: #E7E7E7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	width: 225px;
}
input.option[type="radio"],
input.option[type="checkbox"] {
	color: black;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
}
textarea {
	background-color: #E7E7E7;
	border: thin solid #22AC00;
}
label.option-label {
	margin-left: 0;
	color: #353535;
	font-size: 16px;
	font-weight: bold;
}
label.radio,
label.checkbox {
	display: inline-block;
	padding: 0 10px;
}
input.input-button {
	height: 25px;
}
#part-formatted-price {
	font-size: 22px;
	color: #000000;
}
#part-number {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.partnumber-placeholder {
	display: inline-block;
	color: #dd0000;
}
.part-builder-heading,
#part-number-container {
	min-height: 15px;
	font-size: 16px;
	color: #353535;
	font-weight: bold;
}
.part-builder-section {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
#part-builder-buttons {
	float: left;
	width: 270px;
	margin-top: 25px;
}
#required-message {
	font-size: 15px;
	font-weight: bold;
	color: #A39D9A;
}
#qty, #qty-label {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #3E5567;
	margin-bottom: 15px;
}
#qty input {
	height: 30px;
	font-size: 15px;
	width: 174px;
	padding: 5px;
	color: #3E5567;
	font-weight: bold;
}
#bottom-table {
	width: 100%;
}
#bottom-table td {
	width: 350px;
}
#bottom-table table#part-builder-buttons td {
	padding-left: 7px;
}
.builder-header {
	font-size: 30px;
	color: #A39D9A;
	padding: 40px 0 0 0;
}
div.specification-pdf {
	color: #3E5567;
	display: table-cell;
	float: right;
	vertical-align: middle;
	margin-top: -1px;
	right: 10px;
	position: relative;
}
#part-number.complete {
	color: black;
	font-style: italic;
	font-weight: bold;
}
img.value-type-image {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}
.chosen {
	color: black;
	font-weight: bold;
}
.notchosen {
	color: black;
}
div.files-images {
	display: inline-block;
}
#image-collage {
	max-height: 250px;
	font: 0/0 a;
	width: 640px;
	position: relative;
}
#image-collage:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-bottom: 40px;
}
.required-image {
	margin-top: -3px;
}
div.left-image,
div.center-image,
div.right-image {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}
div.left-image {
	left: 0;
}
div.right-image {
	right: 0;
}
div.center-image {
	left: 250px;
}
img.collage-images {
	max-width: 100% !important;
}
#cart-buttons {
	margin-bottom: 15px;
}
span.option-name {
	font-weight: bold;
}
span.value-value {
	margin-left: 50px;
}
.option-textarea-char-count {
	margin-left: 10px;
}
/* Value Specific Classes */
.option.button {
	width: 25px;
	height: 25px;
	margin: 2px;
	border: thin solid black;
}
.btn.option.selected {
	width: 35px;
	height: 35px;
}
/* Red Variants */
.pink-button {
	background-color: #febfbf;
}
.light-coral-button {
	background-color: #ff8080;
}
.indian-red-button {
	background-color: #bf6060;
}
.red-button {
	background-color: #ff0000;
}
.free-speech-red-button {
	background-color: #bf0000;
}
.light-maroon-button {
	background-color: #7f0000;
}
.maroon-button {
	background-color: #5f0000;
}
/* End of Red Variants */
/* Blue Variants */
.lavender-blue-button {
	background-color: #bfbffe;
}
.light-slate-blue-button {
	background-color: #8080ff;
}
.slate-blue-button {
	background-color: #6060bf;
}
.blue-button {
	background-color: #0000ff;
}
.medium-blue-button {
	background-color: #0000bf;
}
.light-navy-blue-button {
	background-color: #00007f;
}
.navy-blue-button {
	background-color: #00005f;
}
/* End of Red Variants */
/* Green Variants */
.fringy-flower-button {
	background-color: #bffebf;
}
.light-green-button {
	background-color: #80ff80;
}
.fern-button {
	background-color: #60bf60;
}
.green-button {
	background-color: #00ff00;
}
.islamic-green-button {
	background-color: #00bf00;
}
.hunter-green-button {
	background-color: #007f00;
}
.dark-green-button {
	background-color: #005f00;
}
/* End of Green Variants */
/* Cyan Variants */
.pale-turquoise-button {
	background-color: #bffefe;
}
.electric-blue-button {
	background-color: #80ffff;
}
.fountain-blue-button {
	background-color: #60bfbf;
}
.cyan-button {
	background-color: #00ffff;
}
.iris-blue-button {
	background-color: #00bfbf;
}
.teal-button {
	background-color: #007f7f;
}
.mosque-button {
	background-color: #005f5f;
}
/* End of Cyan Variants */
/* Magenta Variants */
.snuff-button {
	background-color: #febffe;
}
.fuchsia-pink-button {
	background-color: #ff80ff;
}
.fuchsia-button {
	background-color: #bf60bf;
}
.magenta-button {
	background-color: #ff00ff;
}
.deep-magenta-button {
	background-color: #bf00bf;
}
.purple-button {
	background-color: #7f007f;
}
.palatinate-purple-button {
	background-color: #5f005f;
}
/* End of Magenta Variants */
/* Yellow Variants */
.cumulus-button {
	background-color: #fefebf;
}
.witch-haze-button {
	background-color: #ffff80;
}
.wild-willow-button {
	background-color: #bfbf60;
}
.yellow-button {
	background-color: #ffff00;
}
.la-rioja-button {
	background-color: #bfbf00;
}
.olive-button {
	background-color: #7f7f00;
}
.fiji-green-button {
	background-color: #5f5f00;
}
/* End of Yellow Variants */
/* Black Variants */
.silver-button {
	background-color: #bfbfbf;
}
.gray-button {
	background-color: #808080;
}
.zambezi-button {
	background-color: #606060;
}
.charchoal-button {
	background-color: #484848;
}
.night-rider-button {
	background-color: #303030;
}
.nero-button {
	background-color: #242424;
}
.black-button {
	background-color: #000000;
}
/* End of Black Variants */
.brown-button {
	background-color: #928575;
}
/* End Value Specific Classes */

/* Color Picker Overrides */
.sp-replacer {
	width: 225px;
}
.sp-preview {
	width: 200px;
}
/* End Color Picker Overrides */

#price-container {
	font-size: 20px;
	color: #3E5567;
}