﻿

.ordertable 
{
	width: 100%;
	clear: both;
	border-right: 1px solid #F5B4D6;
}

.ordertable td.pic
{
	width: 50px;
}

.ordertable td.summary
{
	width: auto;
	padding: 0 10px 2px 10px;
	border-right: 1px solid #F5B4D6;
}

.ordertable td.totals
{
	width: 85px;
	text-align: center;
	vertical-align: middle;
}

.ordertable td.actions
{
	width: 55px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(/images/layout/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}

.ordertable tr td {
	border-top: solid #F5B4D6 1px;
}

.ordertable img {
	margin: 5px 0;
}

.otbl_title {
	margin: 2px 0;
	font-size: 1.3em;
	line-height: 1.6em;
}

.otbl_code 
{
	margin-top:0;
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
}

.otbl_price {
	font-size: 1.2em;
	color: #00629F;
	margin-bottom:0;
	margin-top:0;
}

.otbl_vat 
{
	margin-top:0;
	font-size: 1em;
	color: #666666;
}

/* Summery Styles */


.summary div .title
{
	padding-left: 20px;
	float:left;
}
.summary div .value
{
	float:right;
}
.summary div .value span
{
	color:#aaa;
}

.summary div
{
	font-size: 0.9em;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border-bottom: dotted #FBD0EA 1px;
}

.summary .product
{
	background-image: url(../images/icons/tick16.gif);
}

.summary .stock
{
	background-image: url(../images/icons/stock16.gif);
}

.summary .test
{
	background-image: url(../images/icons/test16.gif);
}

.summary .discount
{
	background-image: url(../images/icons/discount16.gif);
}
