.share-twitter-small{
	background-image: url(/gfx/icons/share-images.png);
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: none; 
	height: 30px;
	width: 30px;
	float: left;
}

.share-facebook-small{
	background-image: url(/gfx/icons/share-images.png);
	background-position-x: 0px;
	background-position-y: -34px;
	background-repeat: none; 
	height: 30px;
	width: 30px;
	float: left;
}
.share-google-plus-small{
	background-image: url(/gfx/icons/share-images.png);
	background-position-x: 0px;
	background-position-y: -67px;
	background-repeat: none; 
	height: 30px;
	width: 30px;
	float: left;
}

.share-mail-small{
	background-image: url(/gfx/icons/share-images.png);
	background-position-x: 0px;
	background-position-y: -100px;
	background-repeat: none; 
	height: 30px;
	width: 30px;
	float: left;
}


.product-details-default{
	font-family: myriad-pro, Helvetica, Arial, Verdana, sans-serif;
}


.part-descriotions-list-item-data{
	float: left;
	width: 780px;
	color: black;
	line-height: 31px;
}

.part-descriotions-list-item-title{
	text-align: left; 
	font-size: 24px; 
	float: left; 
	width: 200px; 
	color: black;
}

.optiongroup-title{
	font-size: 18px;
}

.circle{
	width:20px;
	height:20px;
	border-radius:50%;
	font-size: 10px;
	color: rgba(51, 51, 51, 0.6);
	border: 1px solid rgba(51, 51, 51, 0.6);
	line-height: 20px;
	text-align:center;
	top: -4px;
	position: relative;
	background:white;
	float: left;
	margin-right: 10px;
}

#buyfooter{
	width: 100%;
	position: fixed;
	display: none;
	bottom: 0px;
	left: 0px;
	background-color: rgba(242,242,242,0.9);
	border-top: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 99;

}
#buyfooter-need-selection{
	width: 100%;
	position: fixed;
	display: none;
	bottom: 0px;
	left: 0px;
	background-color: rgba(242,242,242,0.9);
	border-top: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 99;

}
.default-product-description-text{
	line-height: 25px;
}
.default-product-footer-text{
	font-size: 16px;
	line-height: 25px;
}

.buyfooter-wrapper{
	width: 100%; 
	margin:10px auto;
}
.buyfooter-ramen{
	margin-top: 10px;
	float: left;
	width: 100%;
}

.buyfooterbgcolor{
	background-color: rgba(242,242,242,0.85);
}


.part-descriptions-list{
	float: left; 
	width: 100%; 
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 0px #eee solid;
}

	.product-name{
		float: left;
		clear: both;
		font-size: 36px;
		font-weight: normal;
		color: #000000;
	}
	.product-intro{
		float: left;
		clear: both;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
	}
	
	.product-material{
		float: left;
		clear: both;
	
	}
	.product-meassurements{
		float: left;
		clear: both;
	
	}
	.product-assemblement{
		float: left;
		clear: both;
	
	}
	.product-guarantee{
		float: left;
		clear: both;
	
	}
	.product-productIDToCustomer{
		float: left;
		clear: both;
	
	}
	
	.product-parts{
		margin-bottom: 3px;
	}
	
	label {
		font-size: 11px;
		font-weight: normal;
	}

	.price-total{
	 font-size: 23px;
	 font-weight: normal;
	 color:#000000; 
	}

	.label-content{
		font-size: 11px;	
	}
	
	.info-title{
		width: 80px;
		float: left;
		font-weight: normal;
		font-size: 12px;
		padding-top: 2px;
	}
	
	.info-data-fontsize{
		float: left;
		font-size: 12px;
		padding-top: 2px;
		font-weight: normal;
	}
	.addtocart{
		background: -webkit-gradient(linear,left top,left bottom,from(#00c307),to(#039103));
		color: white;
		font-size: 13px;
		padding: 7px 24px;
		border: 1px solid 
		#b5b5b7;
line-height: 19px;
display: inline-block;
cursor: pointer;
-webkit-font-smoothing: subpixel-antialiased;
	}
	
.selected-option{
	background: #e6e6e6;
	padding: 1px;
}