.swatch {
	float: left;
}

/* Fancy Form */
label.checked,
label.unchecked,
label.selected,
label.unselected{
                  position:relative;
                  display:block;
                  padding:5px;
					width: 14px;
				  height: 14px;
                  background-position:center center;
                  background-repeat:no-repeat;
                  margin:3px;
                  clear:both;
                  cursor:pointer;
				  border: solid white 1px;
                  }
#swatches label.checked,
#swatches label.unchecked,
#swatches label.selected,
#seatches label.unselected {
	width: 35px;
    height: 25px;
}

label.checked{
               background-image:url(/images/chk_on.png);
               }

label.unchecked{
                 background-image:url(/images/chk_off.png);
                 }

label.selected{
                background-image:url(/images/rdo_on.png);
				border: solid #ccc 2px;
                }

label.unselected{
                  background-image:url(/images/rdo_off.png);
				  border: solid #fff 2px;
                  }

/* SpinButton */
input.spin-button {
	padding-right:20px;		
  	width:15px;
	height: 18px;
	background-repeat:no-repeat;	
	background-position:100% 0%;
	background-image:url(/images/spinbtn_updn.gif);
}

input.spin-button.up {
	cursor:pointer;
	background-position:100% -18px;		
}
input.spin-button.down {
	cursor:pointer;
	background-position:100% -36px;
}

.cart_table {
	padding-top: 5px;
	margin-top: 12px;
	width: 100%;
}

.cart_table th {
	background-color: #dfdfdf;
	font-weight: bold;
	padding: 4px 10px 4px 5px;
}

.cart_table td {
	border-bottom: dashed 1px #999;
	padding: 8px 10px 8px 5px;
}

.address_table {
	border-bottom: dashed 1px #999;
	padding-bottom: 10px;
	width: 100%;
}

.address_table td {
	padding: 9px 9px 9px 9px;
}

.custom_form input {
	border: solid 1px #999;
	padding: 3px;
}

.cart_table .total_rows td {
	padding: 2px 10px 2px 5px;
	border-bottom: solid #999 1px;
}

.central {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.master_product {
	width: 160px; 
	padding: 0 5px; 
	margin-right: 5px;
	font-family: Verdana, Helvetica;
}

.master_product_prices {
	padding: 0 5px 20px 5px;
	margin-right: 5px;
}

.master_product a {
	font-family: Verdana, Helvetica;
}

#sub_menu .sub_menu_pad {
	padding: 40px 10px 0 20px;
}

#sub_menu h2 {
	font-size: 12px;
}

#sub_menu ul li {
	margin: 3px 0px 3px 0;
}

#sub_menu p {
	margin: 30px 0 10px 0;
}

#sub_menu a {
	color: #000;
	text-decoration: none;
}

.login td {
	vertical-align: middle;
	padding: 4px 8px;
}

.custom-advice, .validation-advice {
	clear: both; 
	padding-bottom: 5px; 
	color: red; 
}

#gallery_images {
	padding-top: 30px;
	clear: both;
}

.pagination {
	display: block;
	float: left;
}

.cms {
	overflow: hidden;
}

.rte_area {
	position: relative;
	z-index: 5;
	top: -1px;
}

.image_link_form {
	background-color: #fff;
	border: solid #666 1px;
	position: absolute;
	z-index: 15;
	padding: 20px;
}

.swatch_with_label {
	float: left;
	line-height: 12px;
	padding: 0 5px;
	font-size: 9px;
	color: #333;
	width: 80px;
	text-align: left;
	height: 30px;
}

.swatch_with_label label {
	float: left;
}

.swatch_with_label p {
	float: left;
	padding-top: 6px;
}

div div .swatch_with_label input {
	margin: 0;
}