
/* start of AGORIA SHOP mark-up styling */

/* start of HEADER BASKET INFO mark-up styling */
div.background
  {
  float:left;
  border:1px solid #ccc;border-radius:10px;
  border-color:##cccccc;
  text-align:left;
  width:200px
  height:100px;
  background-color:#FFFFDF;
  }
div.titlebox
  {
  width:125px;
  height:15px;
  margin:3px 3px;
  background-color:#FFFFDF;
  float:left;
  }
div.valuebox
  {
  width:75px;
  height:15px;
  margin:3px 3px;
  background-color:#FFFFDF;
  float:right;
  }
/* end of HEADER BASKET INFO mark-up styling */

/* start of BUTTON mark-up styling */
div.orderbutton
  {
	border:1px solid #ccc;
	border-radius:25px;
	text-align:center;
	width:220px;
	background-color:#eee;
	box-shadow: 2px 2px 2px #888888;
  }
/* end of ADD TO BASKET mark-up styling */

/* start of INPUT BUTTON mark-up styling */
input.buttonstyle
  {
	border:1px solid #ccc;
	border-radius:5px;
	text-align:center;
	/* width:150px; */
	background-color:#eee;
	font-weight:bold;
	box-shadow: 2px 2px 2px #888888;
  }
/* end of INPUT BUTTON mark-up styling */

/* start of BREADCRUMB mark-up styling */

.breadcrumbcurrent {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: small;
	text-align: left; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #000;
	color: #fff;
}
.breadcrumbdone {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: small;
	text-align: left; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #ddd;
	color: #000;
}
.breadcrumbrequired {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: small;
	text-align: left; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #ddd;
	color: #646464;
}
/* end of BREADCRUMB mark-up styling */

.productImage {
float:left;
margin-top:20px;
margin-right:10px;
margin-bottom:10px;
}

.thankyou {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: large;
	text-align: left; 
	text-decoration: none; 
	font-weight: bold; 
	color: #000;
}
	