body {
  background-color: #333;
}
#main {
  width: 921px;
  margin: 0 auto;
  padding: 10px 20px;
  display: block;
}
form {
  overflow: hidden;
}
form.right .sidebar {
  margin-left: 20px;
}
form.right .options, form.right .sidebar {
  float: left;
}
form.left .options, form.left .sidebar {
  margin-right: 20px;
}
form.left .options, form.left .sidebar {
  float: right;
}
.option {
  background-color: none;
  float:left;
  width: 700px;
  margin:106px 0px 0px 0px;
}
.sidebar {
  float:left;
  width: 210px;
  color: #000;
  margin:106px 0px 0px 10px;
/*  position: fixed !important;
  margin-top: 130px !important;
  margin-left: 540px !important;
  margin-right: 0px !important;
*/
}
.sidebar h4 {
  margin-bottom: 10px;
}
.sidebar > div {
  background-color: #FFF;
  margin-bottom: 10px;
  color:#000;
}
.sidebar .total {
  background-color: #FFF;
}
.sidebar .total span {
  color: #000;
}
.sidebar h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color:#000;
}
.sidebar h3:last-child {
  margin-bottom: 0;
}
.sidebar.fixed {
  position: fixed !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sidebar.bottom {
  position: relative !important;
}
.sidebar > div:last-child {
  margin-bottom: 0;
}
.price-tag-wrapper .price-tag {
  color: #bc392f;
}
.itemized-summary  {
	font-size:11px;
	color:#000;
}
.tabs.ui-tabs-panel	.tabs_element:nth-child(5n+1) {
	clear:both;
}
.tabs.ui-tabs-panel	.tabs.ui-tabs-panel	.tabs_element:nth-child(5n+1) {
	clear:none;
}
.tabs.ui-tabs-panel	.tabs.ui-tabs-panel	.tabs_element:nth-child(4n+1) {
	clear:both;
}

@media only screen and (max-width: 991px) {	
#main {
  width: 90%;
  margin: 20px auto !important;
  padding: 10px 20px;
  display: block;
}	
.well {
  padding: 0px;
}
.options, .option {
	width:100% !important;
}
.option {
	float:none !important;
}
.sidebar {
  float: none;
  width: 100%;
  color: #000;
  margin: 50px 0px 0px;
  position: relative !important;
}
.tabs.ui-tabs-panel	.tabs_element:nth-child(5n+1) {
	clear:none;
}	
.tabs.ui-tabs-panel	.tabs_element:nth-child(2n+1) {
	clear:both;
}
.tabs.ui-tabs-panel	.tabs.ui-tabs-panel	.tabs_element:nth-child(3n+1), .tabs.ui-tabs-panel	.tabs.ui-tabs-panel	.tabs_element:nth-child(4n+1) {
	clear:none;
}
.tabs.ui-tabs-panel	.tabs.ui-tabs-panel	.tabs_element:nth-child(2n+1) {
	clear:both;
}
.ui-helper-reset a {
  font-size: 34px !important;
}
.tabs_element {
  width: 40% !important;
  padding: 10px 0px 10px 1% !important;
}
.tabs_element img {
margin:20px 0 10px !important;
width:70% !important;
}
.tabs_element p {
font-size: 32px !important;
}	
.tabs_element input.i-spinner {
margin-top:20px !important;
width:50% !important;
height:auto !important;
font-size: 42px !important;
padding:30px 20px !important;
}		
.ui-widget .ui-widget {
  font-size: 2em !important;
}
.sidebar .total {
background-color: #EFEFEF;
text-align: center;
color: #000 !important;
padding:30px !important;
margin-bottom:20px !important;
	
}
.sidebar .total h3 {
font-size: 34px;
color: #000;
}	
.summary.well	{
padding:20px !important;
}
.summary.well .itemized-summary	{
font-size:28px;
line-height:normal;
}
.ui-spinner-up, .ui-spinner-down {
width:54px !important;
}
.ui-icon-plus {
width: 52px !important;
height: 52px !important;
background-image: url(../css/smoothness/images/plus.png) !important;	
background-position:center !important;	
}	
.ui-icon-minus {
width: 52px !important;
height: 52px !important;
background-image: url(../css/smoothness/images/moins.png) !important;	
background-position:center !important;	
}	
.ui-spinner-buttons {
	top:-24px !important;
}
.total.well input[type="image"] {
margin:30px auto 10px !important;
width:50% !important;
}	
}