@charset "utf-8";

.emailMyCartButtonPos {
	margin-top:80px;
	position:absolute;
	right:0;
	z-index:9998;
}
.emailMyCartButton {
	color: rgb(230, 230, 230);
	font-size: 14px;
	padding: 10px;
	text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(101, 110, 108);
	background: -moz-linear-gradient(90deg, rgb(101, 110, 108) 30%, rgb(150, 150, 150) 70%);
	background: -webkit-linear-gradient(90deg, rgb(101, 110, 108) 30%, rgb(150, 150, 150) 70%);
	background: -o-linear-gradient(90deg, rgb(101, 110, 108) 30%, rgb(150, 150, 150) 70%);
	background: -ms-linear-gradient(90deg, rgb(101, 110, 108) 30%, rgb(150, 150, 150) 70%);
	background: linear-gradient(0deg, rgb(101, 110, 108) 30%, rgb(150, 150, 150) 70%);
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
	border:none;
	cursor:pointer;
}
#sendMyCartDialog {
	position:absolute;
	border:2px solid #999;
	display:none;
	background-color:#FFF;
	padding:10px;
	z-index:9999;
	right:0;
	top:40px;
	width:300px;
}
#sendMyCartDialogImg {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer
}
#emailMyCartImg {
	vertical-align:middle;
	margin:0 7px 5px;
	padding-bottom:5px;
}
#sendMyCartDialog button.button .button-right {
   min-width:120px;
}
#sendMyCartDialog .main-button .button-left{
	width:auto;
}