
FORM, SELECT, INPUT {
/*	display: inline;
	font-size: 1em; */
	margin: 0.1em;
	}

input[type=text], input[type=password] {
	height:1.65em;
}

input[type="image"] {
	border:none
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, textarea:focus {
	/* background: #E4FEF5; */
	background:#63552C; 
	}
	

/* select:focus { background: #fff; } */ 

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	/* border: 1px solid #cccccc; */
	border: 0px solid #cccccc;
	}

/*
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #fff;
	}
	*/

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 100px;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}




/* PRODUCT PAGE */	
#product-review-social-icons {
border:0px solid red;
position:relative;
width:100%;
height:50px;
}

#productReviewLink {
	border:0px solid yellow;
	width:150px;
	float:left;
}

.social-media-icons {
	border:0px solid green;
	float:right;
	margin-right:40px;
	width:210px;
}

ul#social-media-links {
list-style-type:none;
padding:0;
}

ul#social-media-links li {
border:0px solid red;
float:left;
margin:0 0px 0px 1;
}

ul#social-media-links li:first-child {
margin-left:0;
margin-right:1px;
position:relative;
left:0;
}

ul#social-media-links li:last-child {
float:right;
margin-right:0;
}

ul#social-media-links li:nth-child(2){
margin-right:1px;
}
ul#social-media-links li:nth-child(3){
position:relative;
top:-1px;
}

ul#social-media-links li:nth-child(4){
margin-left:1px;
} 

ul#social-media-links li img{
width:33px;
/* width:39px; */
}

#pinit {
display:inline;
margin-left:-25px;
}

/* LOGIN */

#login input{
	margin-bottom:10px;
}

/* SHIPPING */

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

#shippingEstimatorContent {

}	

#shipping-estimator-table {
	display:block;
	clear:both;
}

#shipping-estimator {
	display:block;
	clear:both;
	width:500px;
}

#shipping-estimator #seProductsHeading {
	width:425px;
} 

#shipping-estimator #seTotalHeading {
	width:75px;
}



.seDisplayedAddressLabel {
	background-color:#00453f;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
	
#seShipTo {
	padding: 0.2em;
	}

/* CHECKOUT */

#checkoutShippingContentChoose {
width:600px;
/*
margin-top:20px;
margin-top:450px;*/
}

h1#checkoutConfirmDefaultHeading {font-size:1.8em;}

#checkoutBillto address, #checkoutShipto address {margin-bottom:20px}

.ccinfo {
	position:relative;
	border:0px solid yellow;
}
.ccinfo select:nth-of-type(1) {
	border:0px solid orange;
	position:absolute;

}
.ccinfo select:nth-of-type(2) {
	border:0px solid green;
	position:absolute;
	left:275px;
}


/* LIBRARY */

.biggerText {
	font-size: 1.2em;
	}

