#add-ons {
	width: 100%;
	padding: 0 28px 0 17px;
	clear: both;
	float: left;
}
#add-ons .hidden { visibility: hidden; }
.add-ons-header {
	width: 748px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #757575;
	color: #ffffff;
	padding: 10px;
}
.add-on {
	clear: both;
	float: left;
	border-bottom: solid 1px #efefef;
}
.add-on .info {
	background: transparent;
	font-size: inherit;
}
.add-ons-header,
.add-on .section,
.add-on .feedback {
	float: left;			
	white-space: nowrap;
}
.add-on .section img,
.add-on .section .info,
.add-on .section .check,
.add-on .section .count,
.add-on .section .price {
	float: left;
}
.add-on .section {
	padding: 8px 0;
}
.add-on .section img {
	margin-right: 20px;
}
.add-on .section .info {
	white-space: normal;
	width: 372px;
}
.add-on .section .info h4 {
	text-transform: uppercase;
}
.add-on .section .check {
	margin: 0 16px 0 16px;
	width: 88px;
}
.add-on .section .check div {
	text-align: center;
	width: 44px;
	float: left;
}
.add-on .section .check span {
	font-size: 11px;
}
.add-on .section .check a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 11px;
}
.add-on .section .check a img {
	display: none;
	margin-top: -2px;
}
.add-on .section .check a.checked img {
	display: block;
}
.add-on .section .check a:hover img {
	display: block;
}
.add-on .section .check .yes a {
	background-color: #d6e7cd;
}
.add-on .section .check .no a {
	background-color: #f1c9ba;
}
.add-on .section .count {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 13px;
	width: 50px;
}
.add-on .section .price.none {
	color: #d9d9d9;
}
.add-on .section .price {
	width: 95px;
	margin-top: 28px;
	font-size: 14px;
	text-transform: uppercase;
	color: inherit;
}
.add-on .feedback {
	background: #d9d9d9;
	clear: both;
	margin: 0 0 8px 75px;
	width: 637px;
	padding: 0;
}
.add-on .feedback .info {
	white-space: normal;
	margin: 10px;	
}
.add-on .feedback .input {
	margin: 0 10px 10px 10px;
}
.add-on .feedback .input textarea {
	padding: 5px;
	width: 607px;
	height: 50px;	
}
.add-on .feedback .input .ui-spinner {
	background-color: #fff;
}
.add-on .feedback .input .ui-spinner input {
	padding: 2px;
	margin: 2px 5px 0 0;
	border: none 0;
	border-radius: 0;
	box-shadow: none;
}
.add-on .feedback .input .ui-spinner .ui-state-default {
	height: 50% !important; /* Added for overriding jquery-datepicker.css */
}
.add-on .feedback .input .simmy-header {
	text-align: right;
	font-size: 12px;
	margin-bottom: 8px;
}
.add-on .feedback .input .simmy-header span {
	margin-left: 8px;
	width: 23px;
}
.add-on .feedback .input .simselector {
	overflow: hidden;
	clear: both;
}
.add-on .feedback .input .simselector .type-size {
	float: left;			
}
.add-on .feedback .input .simselector .type-size .type {
	margin: 0 0 8px 0;
}
.add-on .feedback .input .simselector .type-size .size {
	display: none;
	margin: 0 0 8px 1px;
}
.add-on .feedback .input .sbagselector .add-remove,
.add-on .feedback .input .simselector .add-remove,
.add-on .feedback .input .assistselector .add-remove {
	float: right;
	margin: 0 10px 0 0;
}
.add-on .feedback .input .sbagselector .add-remove {
	clear: both;
	margin-top: 8px;
}
.add-on .feedback .input .sbagselector .add-remove a,			
.add-on .feedback .input .simselector .add-remove a,			
.add-on .feedback .input .assistselector .add-remove a {			
	display: block;
	float: left;
	margin-left: 8px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	/*
	width: 23px;
	height: 23px;
	*/
}
/*.add-on .feedback .input .simselector .add-remove .add {
	background: transparent url(addons/Plus.png) no-repeat center center;
}
.add-on .feedback .input .simselector .add-remove .remove {
	background: transparent url(addons/Minus.png) no-repeat center center;
}*/
.add-on .feedback .input .sbagselector,
.add-on .feedback .input .assistselector {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.add-on .feedback .input .assistselector .person,
.add-on .feedback .input .assistselector .type,
.add-on .feedback .input .assistselector .bring,
.add-on .feedback .input .assistselector .own-type,
.add-on .feedback .input .assistselector .dimensions {
	margin: 0 0 5px 0;
}
.add-on .feedback .input .assistselector .dimensions input[type=text] {
	width: 50px;
}
.add-on .feedback .input .assistselector .foldable {
	clear: both;
	margin: 5px 0;
}
.add-on .feedback .input .sbagselector label.first {
	width: 60px;
	display: block;
	float: left;
}
.add-on .feedback .input .sbagselector .small {
	line-height: 24px;
	font-size: 1em;
	margin-top: 10px;
}
.add-on .feedback .input .sbagselector .small input[type=text] {
	width: 50px;
}
/* Warning popup */
.addOnWarning .warning {
	text-align: center;
	margin: 10px auto 20px auto;
}
.addOnWarning .warning .text {
	text-align: left;	
}
.addOnWarning .warning .text p {
	margin: 10px 0;
}
.addOnWarning button.no {
	background: #e94c45 !important;
	color: #fff !important;
}
.addOnWarning button.no .ui-button-text {
	padding: .4em 1em !important;
}
.addOnWarning button.yes {
	background: #28944d !important;
	color: #fff !important;
}
.addOnWarning button.yes .ui-button-text {
	padding: .6em 1em !important;
}
.addOnWarning ul {
	list-style: square inside;
}
/* Error message */
.add-on .error_message {
	clear: both;
}
.add-on .red {
	color: red;
}
