
.productpanel {
    position:relative;
    margin: 0px;
    margin-bottom: 35px;
    padding: 0px;
    width: 90%;
    height:auto;
    clear: both;
    border: 0px;
    overflow:hidden;
}

.productthumbnail {
    position:relative;
    display:block;
    float: left;
    clear: right;
    padding:4px;
    margin-right: 15px;
	background-color:#000;
    border: 1px solid #6b685a;
	 margin-top:8px;
}

.productdetails {
    position:relative;
    float: right;
    border: 0px;
    margin:4px;
    width: 400px;
 }


.hiddentext {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.productcontrols {
    float: right;
    text-align: center;
    border: 0px;
    margin: 4px;
    padding: 0px;
}

.productcontrols a {
    display: block;
    background:url(../interface/buttons/buy.gif) no-repeat 50% 50%;;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height:30px;
    cursor:hand;
}

.productcontrols a.nostock{
    visibility: hidden;
}

.productcontrols a:hover {
   background: url(../interface/buttons/buy_over.gif) no-repeat 50% 50%;;
}

.productpricedescr {

    margin-top: 10px;
    border: 0px solid red;
    left:3px;
    width:160px;
}

.productprice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: #A2AF34;
    margin-top: 10px;
    border: 0px solid green;
}

.shoppingcart {
  border-collapse: collapse;
  width: 100%;

}

.shoppingcart th, td {
  vertical-align: top;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.shoppingcart th {
  background: #869724;
  color: #fff
}

.shoppingcart td {
  background: #24231b;
  text-align: left;
}

.shoppingcartcontrols {
  display: block;
  clear: all;
  text-align: center;
  vertical-align: center;
  padding: 20px 0px 10px 0px;
  margin: 0px;
  border: 0px;
  height:50px;
}


input#placeorder {
    position:relative;
    float:right;
    right:0px;
    margin-right:0px;
}
td.quantity select {
    width:40px;
    border: 1px solid #ccc;
}
#paymentmethods {
}
.shoppingcart .confirm { text-align: center; }
.shoppingcart .description { text-align: left; }
.shoppingcart .unitprice { text-align: right; }
.shoppingcart .totalprice { text-align: right; }
.shoppingcart .postage { text-align: right; }
.shoppingcart .vat { text-align: right; }
.shoppingcart .subtotal {  background: #333229; text-align: right; font-weight: bolder; }
.shoppingcart .total {  background: #49483e; text-align: right; font-weight: bolder; }
.shoppingcart .quantityselector { font-size: 10px; }


#paymentdetails td {
  border: 0px;
}

#paymentmethods td {
    border: 0px;
}
#shoppingcart {
    border:0px;
}

#paymentmethods a {
    display:inline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


#productdetailscontrols{
  background:url(../interface/buttons/cart.gif) no-repeat;
  clear: all;
  padding-left:35px;
  margin-top:20px;
  margin-left:0px;
  text-align: left;
  width: 445px;
  border: 0px solid green;

}

a.shoppingbasketbutton {
  display: block;
  background:url(../interface/buttons/cart.gif) no-repeat;
  padding-left: 32px;
  width: 160px;
  height:30px;
  border: 0px solid red;
}

a.shoppingbasketbutton:hover {
  background:url(../interface/buttons/cart_over.gif) no-repeat;
}

a.backbutton {
  display: block;
  background:url(../interface/buttons/back.gif) no-repeat;
  padding-left: 32px;
  width: 160px;
  height:30px;
  border: 0px solid red;
}

a.backbutton:hover {
  background:url(../interface/buttons/back_over.gif) no-repeat;
}

#shopform {
    height:auto;
}
#shopform .mandatoryfield {
    color:#FE9D04;
	 padding:0 5px;
}
#shopform label {
    float: left;
    width: 160px;
    clear: left;
	 display:block;
	 margin-bottom:25px;
	 height:20px;
}

#shopform input {
    background-color: #d5d1b6;
    width:280px;
    clear: right;
    height:14px;
    padding:2px;
    margin-bottom:20px;
    border: 1px inset;
    font: 11px arial;
    left:0px!important;
    margin-left:0px!important;
}
#shopform textarea {
    background-color: #d5d1b6;
    width:280px;
    height:50px;
    padding:2px;
    margin-bottom:20px;
    border: 1px inset;
    overflow:auto;
    font: 11px arial;
    left:0px!important;
    margin-left:0px!important;
}

#shopform select {
    background-color: #d5d1b6;
    border: 1px solid #ccc;
	 clear:right;
	 margin-bottom:20px;
	 margin-right:100px;
}

#shopform #sameas {
    clear: right;
    margin-bottom: 30px;
}

#shopform .checkbox {
    background-color:transparent;
    display: inline;
    width: auto;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.btn {
    display:block;
    width:auto;
    padding:2px 10px;
    height:30px;
    margin:0px;
    background: #C5291E;
    color: #fff;
    border: 0px;
    cursor:hand;
}
.btn:hover { background: #7AAD29; }

#shopform fieldset br {
    display: none;
}

#shopform fieldset {
    border: #6b6859 solid 1px;
    padding: 20px 10px 20px 10px;
}

legend {
    color: #bdb9a2;
    font-weight: bolder;
    padding: 1px 10px
}

#orderdetails {
  margin: 30px 0px 30px, 0px;
  clear: both;
}

#deliveryaddress{
  margin: 30px 0px 30px, 0px;
  width:252px;
  padding: 2px;
  float: left;
  border: 1px solid #eeeeee;
}

#billingaddress{
  margin: 30px 0px 30px, 0px;
  width:252px;
  float: left;
  padding: 2px;
  border: 1px solid #eeeeee;
}

#continue-btn, #ctl00_ContentRight_btnSubmit {
    float:right;
}


#uspostagetime {
	border: 0px;
	height: 52px;
	width: 630px;
	color:#F90;
	background:url(../interface/us_postage.gif) no-repeat;
	text-align: left;
	font-weight: bolder;
	line-height: 40px;
	padding-left: 90px;
}
.quantityselector{
  border: 1px solid #333333;
  background-color: #eeffee;
}
.Postage select {
  border: 1px solid #666666;
}
.productname {
	margin-bottom:10px;
}
.productname a {
	color:#e5e2cf!important;

}
.product-detail-col1 {
	width:230px;
}










#shopform .btn,
.shopbutton {
	cursor:hand;
	float:left;
	border: 1px #7a7564 solid;
	background:#24231b url(../interface/form-button-bg.gif) repeat-y center top;
	color:#c4ba97;
	font:italic 16px "Times New Roman", Times, serif;
	cursor:pointer;
	padding:0 10px 1px;
	height:auto!important;
	width:auto;
}
.shopbutton { margin-right:4px; }
#shopform .btn { float:right; }
#shopform .btn:hover,
.shopbutton:hover {
    border: 1px #90af31 solid;
}

h2 {
	clear:both;
}
.categories {
	margin-right:6px;
	margin-bottom:10px;
	float:left;
}
.categories a {
	font:11px Arial, Helvetica, sans-serif;
	color:#bdb9a2!important;
}
.categories a:hover {
	color:#ece7ca!important;
	text-decoration:none;
}
.categories img {
	display:block;
	clear:both;
	border:1px #656356 solid;
	margin-top:5px;
}
.categories a:hover img {
	border:1px #969484 solid;
}
.nomarginright {
	margin-right:0;
}
.spacer {
	width:100%;
	clear:both;
}
