.myaccinstanceimage{
    border-radius: 5px;
}

.instanceimage{
	padding:2px;
	border:#CCCCCC solid 1px;
}
a.insbook{
	text-decoration: none;
	font-size:11px;
}
a.insbook:hover {
	text-decoration: underline;
	font-size:11px;
}

.addtocart {
  background-color: #e36b09;
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  /*opacity: 0.6;
  transition: 0.3s;*/
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}
.addtocart:hover {
	opacity: 1;
	background-color:#333333;
}

.addtocartselect {
  opacity: 1;
  background-color: #333333;
}

.inctablepad{
	padding:3px;
	font-size:14px;
}
#nopadbottom{
	padding-bottom:0;
}
.sublogin{
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
}
#rcornerstatus {
  /*border-radius: 5px;
  background: #525252;
  padding: 20px 10px;*/
  padding-bottom:10px;
  font-size:13px;
  width: 75px;
  color:#333333;  
  font-weight:bold;
}
/*check out text*/
.checkouttext_normal{
	font-size:13px;
	font-weight:normal;
	color:#333333;
}
.checkouttext{
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
.sublogin_checkout{
    width: 100%;
    padding: 0;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
	color:#333333;
	font-size:13px;
	font-weight:normal;
	padding:1px 2px;
}

.button_check {
	background-color: #e36b09;
	color: white;
	padding: 2px 10px;;
	margin: 0;
	border: none;
	cursor: pointer;
	width: fit-content;
    border-radius: 2px;
}

.button_check:hover {
	background-color:#333333;
}
.chpl{
	padding-right:5px;
}
	
.subloginsig{
    width: 250px;
    padding: 3px;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	border-radius: 2px;
}
.subloginfile{
    width: 250px;
    padding: 3px;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    float: left;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	border-radius: 2px;
}
.myaccBoder{
	border-left:#e4e4e4 solid 1px;
	border-right:#e4e4e4 solid 1px;
	padding:10px 0;
}
.myaccBoderLeft{
	border-left:#e4e4e4 solid 1px;
	padding:10px 0;
}
.myaccBoderRight{
	border-right:#e4e4e4 solid 1px;
	padding:10px;
}
/* Full-width input fields */
	.loginText{
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		box-sizing: border-box;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	/* Set a style for all buttons */
	.button5 {
		background-color: #E46C0A;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		cursor: pointer;
		width: 100%;
	}
	
	.button5:hover {
		opacity: 0.8;
	}
	
	/* Extra styles for the cancel button */
	.cancelbtn {
		font-family:Arial, Helvetica, sans-serif;
		width: auto;
		padding: 10px 18px;
		background-color: #f44336;
		float:left;
	}
	
	/* Center the image and position the close button */
	.imgcontainer {
		text-align: center;
		margin: 24px 0 12px 0;
		position: relative;
	}
	.containerLog {
		padding: 16px;
	}
	
	span.psw {
		float: right;
		padding-top: 16px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 60px;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 50%; /* Could be more or less, depending on screen size */
	}
	
	/* The Close Button (x) */
	.close {
		position: absolute;
		right: 25px;
		top: 0;
		color: #000;
		font-size: 35px;
		font-weight: bold;
	}
	
	.close:hover,
	.close:focus {
		color: red;
		cursor: pointer;
	}
	
	/* Add Zoom Animation */
	.animate {
		-webkit-animation: animatezoom 0.6s;
		animation: animatezoom 0.6s
	}
	
	@-webkit-keyframes animatezoom {
		from {-webkit-transform: scale(0)} 
		to {-webkit-transform: scale(1)}
	}
		
	@keyframes animatezoom {
		from {transform: scale(0)} 
		to {transform: scale(1)}
	}
	
	/* Change styles for span and cancel button on extra small screens */
	@media screen and (max-width: 300px) {
		span.psw {
		   display: block;
		   float: none;
		}
		.cancelbtn {
		   width: 100%;
		}
	}
	.textLogin{
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 15px;
		font-size:24px;
		font-weight:bold;
		color:#E46C0A;
		float:left;	
	}
	.clearSpan{
		clear:both;
	}
	.textViewLogin{
		font-size:14px;	
		float:left;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
	}
	.boximages{
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.boxdesc{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#666666;
		padding:15px 1px;
		line-height:27px;
	 	/*text-shadow: 2px 2px 4px #999999;*/
	}