body
{
	margin: 0px auto;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	color: black;
	direction: ltr;
}

p, h1, h2, h3, h4, h5, h6, form, input, img, select, ul, li
{
	padding: 0px;
	margin: 0px;
}

table 
{ 
	border-collapse:collapse; 
	border:0px; 
}

th, td
{
	padding:0; 
	border:0px; 
} 

h1
{
	font-size: 20px;
	font-weight: normal;
	color: #114B75;
}

h2
{
	color: #114B75;
	font-size: 18px;
}

a, .link
{
	color: #1684D4;
	cursor: pointer;
	text-decoration: none;
}

.skyBlue
{
	color: #1684D4;
}

.blue
{
	color: #185C8D;
}

.green
{
	color: #A0BF02;
}

.darkBlue
{
	color: #114B75;
}

.red
{
	color: #D60D15;
}

.bordo
{
	color: #970F11;
}

.siteColor
{
	color: #2B414D;
}

.small
{
	font-size: 11px;
}

.small12
{
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}

td
{
	vertical-align:top;
	font-size: 13px;
}

div.container
{
	margin: 0 auto;
	direction: rtl;
}

div#pageHtml
{
	text-align: right;
}

div.author
{
	margin-top: 10px;
}

div.subtitle
{
	text-align: justify;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.more
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#orderNumber, div#customerDetailsTitle
{
	color: #970F11;
	font-size: 18px;
	padding-bottom: 10px;
}

div#customerDetailsTitle
{
	padding-top: 10px;
}

table#cartTable, table#cartTable tr#totalRow
{
	background: url(../designFiles/checkOrderHeader.png) repeat-x;
	height: 27px;
	margin-top: 10px;
}

table#cartTable tr#subTotalRow div, table#cartTable tr#shipmentRow div, table#cartTable tr#totalRow div
{
	padding-top: 5px;
}

table#cartTable tr#shipmentRow, table#cartTable tr#subTotalRow
{
	height: 25px;
}

table#cartTable th
{
	height: 30px;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
}

table#cartTable th div, table#cartTable td div.data
{
	padding-right: 10px;
}

table#cartTable th#header1
{
	width: 300px;
}

table#cartTable th#header2
{
	width: 100px;
}

table#cartTable th#header3
{
	width: 55px;
}

table#cartTable th#header4
{
	width: 100px;
}

table#cartTable div.cartSep
{
	margin-top: 4px;
	margin-bottom: 4px;
}

table#cartTable td.totalPrice, table#cartTable td.totalText
{
	font-weight: bold;
}

table#cartTable td.cartSubtitle
{
	text-align: left;
	font-weight: bold;
}

table#customerDetails td.title
{
	width: 100px;
}

.dashedSkyBlue
{
	background: url(../designFiles/dashedSkyBlue.gif) repeat-x;
	overflow: hidden;
	height: 1px;
}

div.prices
{
	padding-bottom: 10px;
}

div.prices td.pricesCol1
{
	width: 76px;
	text-align: right;
	font-size: 14px;
}

div.prices td.pricesCol1 div
{
	padding-bottom: 3px;
}

div.prices.oneRow td.pricesCol1 div,
div.prices.oneRow td.pricesCol2 div
{
	padding-top: 6px;
	padding-bottom: 0px;
}

div.prices.oneRow td.pricesCol3 div
{
	padding-top: 8px;
}

div.prices td.pricesCol2
{
	width: 12px;
	text-align: right;
}

div.prices td.pricesCol2 div
{
	background: url(../designFiles/vdashedRed.gif) no-repeat bottom;
	width: 9px;
	height: 13px;
}

div.prices td.pricesCol3
{
	width: 83px;
	text-align: right;
}

div.prices div.catalogPrice
{
	text-decoration: line-through;
	font-size: 12px;
	padding-top: 1px;
}

div.prices div.price
{
	font-size: 12px;
	padding-top: 1px;
}

div.prices td.pricesCol4
{
	text-align: right;
}

div.prices td.pricesCol4 div
{
	padding-top: 3px;
}

div.prices td.pricesColSpan3
{
	text-align: right;
}

div.prices td.pricesColSpan3 div
{
	padding-top: 20px;
}

div.printTabletItem div.data
{
	padding-bottom: 5px;
}


