
#accessory-list {
	padding-left: 0;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	clear:right;
	background-color: #eee; 
	
}

#accessory-list .prod-info {
	padding-left: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	clear:both
}

#accessory-list .price {
    float: right;
    width: 200px;
    text-align: right;
}

#accessory-list .qty-select{
	float: right;
	text-align: right;
	width: 200px;
}
  
#accessory-list input {
	font-size:1em
}

#accessory-list .price span {
	font-size:1.4em;
	color:#a02c37;
	font-weight:bold;
	font-family:arial
}

#accessory-list h2 {
    display: inline;
}
#accessory-list form {
    margin: 0;
}

#product-order {
	width:100%;
}

#product-order th{
	text-align:right;
}

#product-order td {
	text-align:left;
}

#product-order input, form#accessory-add input {
	text-align:center;
	font-size:8pt;
}

#product-order .basket-tot{
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	padding-right:10px;
	color:#a12727;
}

#product-order .basket-tot span {
	font-size:0.8em;
	font-weight:normal;
	color:#666;
}

#product-order .top-row th {
    color:#fff;
    font-weight:normal;
    text-align:left;
    background:#7EBDDF
}

#product-order td.end {
	text-align:right;
	width:80px
}

tr.totalblock input {
	text-align:right;
	float:right
}

#product-order td.prod-name {
	font-weight:bold
}

#product-order td.prod-name .accessory-info {
	font-weight:normal;
}

#product-order td.sub-tot, #product-order #basket-sub, th.end#basket-del {
	text-align:right;
	padding-right:10px;
}

#accessory-add {
	clear:both;
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}

#accessory-add input{
	font-size:0.8em;
}