/* CSS Document */


/* catalogue products  listing */
#product-list-top {
  margin: 0px;
  padding: 0px;
  width: 700px;
}
#product-list-top .product-box {
  float: left;
  width: 231px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 0px;
  height: 200px;
  border: 1px solid #FFFFFF;
  color: #666666;
  text-decoration: none;
  display: block;
}
#product-list-top .product-box:hover {
  float: left;
  width: 231px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 0px;
  height: 200px;
  border: 1px solid #cccccc;
  background-color: #f1f4f1;
  color: #333333;
}
/* catalogue products  listing */
#product-list {
  margin: 0px;
  padding: 0px;
  width: 700px;
}
#product-list .product-box {
  float: left;
  width: 231px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 0px;
  height: 200px;
  border: 1px solid #FFFFFF;
  color: #666666;
  text-decoration: none;
  display: block;
}
#product-list .product-box:hover {
  float: left;
  width: 231px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 0px;
  height: 200px;
  border: 1px solid #cccccc;
  background-color: #f1f4f1;
  color: #333333;
}
.product-box2 {
	float: left;
	width: 233px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 0px;
}

.product-box-wrapper {
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.product-name-list {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*  end of catalogue products  listing */



/*** product listing style ***/

.product-details {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: both;
}
.product-image {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
.product-info {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 430px;
}
.product-details-name {
	font-size: 13px;
	font-weight: bold;
	color: #6e8030;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.product-tbl {
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.product-tbl td {
	margin: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.qty-text {
	width: 30px;
}
.add-cart {
	background-image: url(../img/btn-add.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 60px;
	border: none;
}
.add-cart:hover {
	background-position: 0px -16px;
}

.main-content-inner form {
	margin: 0px;
	padding: 0px;
}

a.description, a.description:visited, a.description:hover {
  border: none;
  text-decoration: none;
  cursor: pointer;
}
/***  cart page style ***/

#order-details {
	border-collapse:collapse;
	width: 100%;
	padding: 0px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	clear:both;
}
.btn-remove {
	border: 0;
	cursor: pointer;
	text-indent:-999px;
	background-image: url(../img/btn-remove.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 60px;
}
.btn-remove:hover {
	background-position: 0px -16px;
}
.row {
	background-image: url(../img/table-gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.associeted {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 30px;
	color: #333333;
}
#btn-continue {
	text-indent:-999px;
	background-image: url(../img/btn-continue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 16px;
	width: 120px;
}
#btn-continue:hover {
	background-position: 0px -16px;
}

#contact-details {
	border-collapse:collapse;
	width: 511px;
	padding: 0px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.quote-label {
	width: 170px;
}

.required-field, .red {
	font-size: 10px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

/*** Links page style ***/
.link-box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.link-image {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
}
.link-info {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}


.link-title {
	font-size: 14px;
	font-weight: bold;
	color: #6e8030;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.link-url {
	color: #0000CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

input.orderamount {
  height: 13px;
  font-size: 12px;
  width: 30px;
  text-align: center;
}
