table.catTable {
	width:100%;
    margin-top:5px;
    margin-bottom:5px;
}
table.catTable td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
}
table.catTable img 
{
    border:solid 1px #999999;
}
table.catTable a {
	color: #333333;
	text-decoration: none;
}
table.catTable a:hover {
	color: #4e6c7e;
}
/* formatting of pagination blocks( next, prev, etc) */
.paging
{
    text-align: right;
    padding:0pt;
    margin:0pt;
}
.btn
{
    background-color: #4e6c7e;
    border: 1px solid #333333;
    color:#FFFFFF;
    font-size: 11px;
}
input, select
{
    font-size: 11px;
}
.cartTable
{
    margin-bottom: 13px;
    margin-top:5px;
}
.cartTable th
{
    font-weight: bold;
    padding-right: 5px;
    padding-left: 2px;
    text-align: left;
    color:#FFFFFF;
    background-color: #4e6c7e;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.cartTable td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 2px;
}
.cartTable tr.noLine td
{
    border-bottom-style: none;
}
ul.steps {
	margin: 0px 0px 15px;
	padding: 3px 0px;
	list-style: none;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
	text-align: center;
}
ul.steps li {
	display: inline;
	height: 100%;
	margin: 0px 30px 0px 30px;
	padding: 0px;
	font-weight:normal;
}
ul.steps li.on {
	font-weight:bold;
}
.formTable
{
    margin-bottom: 13px;
}
.formTable td
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: top;
}
#prodCol
{
    float:right;
    width:200px;
    padding-left:20px;
}
#prodCol img
{
    margin-bottom:20px;
    border:solid 1px #999999;
}
div.twoCol{
	width:350px;
	float:left;

}
a.editLnk
{
    font-size:11px;
}
#txtCardNumber{ width:130px;}
#cardCode{ width:50px;}
#ddlCountry{ width:180px;}
.Qty{ width:30px;}
