/* =========== */
/* = Category Listing = */
/* =========== */
div#primary ul#products {
  margin: 0;
  list-style: none;
}

div#primary ul#products li {list-style:none;}

ul#products li .title{
	background: url(../images/core/pattern-bg.jpg) repeat;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

ul#products li {
	background: #d5c8b9;
	border: 1px solid #958371;
  display: block;
  margin-bottom: 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#products li div.image {
  display: block;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  width: 150px;
}
body#p-products ul#products li div.image img{
	border-top:2px solid #fff;border-bottom:2px solid #fff;
	margin-left:2px;
}

ul#products li div.name a {
  color: #fff;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

ul#products li p, ul#products li span.price{
	padding: 0 10px;
}
ul#products li .dynamic {padding: 5px 10px 10px;}
span.price{font-weight: bold;}

ul#products li div.name a:hover {text-decoration: underline;}

/* =========== */
/* = Sub Listing = */
/* =========== */
body#p-products_listing div#primary ul#products {
  margin: 0;
  list-style: none;
}

body#p-products_listing ul#products li {
  display: block;
  height: auto;
  margin: 10px;
  position:relative;
  width: 100%;
}

.button{
	background: #372d22;
	border: 1px solid #000;
	color: #fff !important;
	padding: 2px 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button:hover{
	background: #231F31;
}
.more-info, .booking{
	position: absolute;
	right: 5px;
	top: 7px;
}
input.booking, input.voucher{
	font-size:10px;
	padding:3px 2px 4px 2px;
	width:100px;
	height:20px;
}

input.voucher {
  	width:120px;
}

.voucher{
	position: absolute;
	right: 108px;
	top: 7px;
}

body#p-products_listing ul#products li div.image {
  background: url('../images/core/buy-top.png') top center no-repeat;
  display: block;
  height: 146px;
  overflow: hidden;
  margin-top: -4px;
  padding-top: 15px;
  text-align: center;
  width: 158px;
}
    
    body#p-products_listing ul#products li div.image img {margin-top: -11px;border-top:2px solid #fff;border-bottom:2px solid #fff;}

body#p-products_listing ul#products li div.buy {
  background: url('../images/core/buy-background.png') bottom center no-repeat;
  display: inline;
  float: left;
  padding: 0 0 10px 0;
  text-align: center;
  width: 158px;
}

  body#p-products_listing ul#products li div.buy div.price {
    background: url('../images/core/buy-pricing-border.gif') 0 16px repeat-x;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    width: 133px;
  }
  
    body#p-products_listing ul#products li div.buy div.price span {
      background: #390d0e;
      display: inline;
      float: left;
      padding: 3px 0;
    }
    
    body#p-products_listing ul#products li div.buy div.price em {
      background: #390d0e;
      display: inline;
      float: right;
      padding: 3px 0 0 3px;
    }
    
  body#p-products_listing ul#products li div.buy div.button input {
    color: #000;
    background: url('../images/core/button-enquirenow.png') 0 0 no-repeat;
    display: block;
    height: 27px;
    margin: 5px auto 0;
    text-indent: -999em;
    width: 103px;
		border:0;
  }
  
  body#p-products_listing ul#products li div.buy div.button input:hover {background-position: 0 -27px;}

body#p-products_listing ul#products li div.info {
  display: inline;
  float: right;
  width: 350px;
}

body#p-products_listing ul#products li div.info h2 {
  font-size: 18px;
  font-weight: normal;
}