﻿div
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a,
a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*detail styles*/
td
{
	vertical-align: top;
}

.dtlTable
{
	background-color: #C1C1C1;
}

.dtlTable .data
{
	background-color: White;
	text-align: right;
}

/*cart styles*/
.bold
{
	font-weight: bold;
}


.textbox
{
	border: inset 1px #C6C6C6;	
	text-indent: 2pt;
}