﻿
#PrimaryContent, #Container
{
	background: none repeat scroll 0 0 white;
}

input.Button
{
	border:none;
	background:url(../images/button-bg.gif) repeat-x;
	color:white;
	font-weight:bold;
	padding:2px;
}
input
{
	font-size:10px;
}

h1
{
	font-size:14px;
	padding:12px;
	margin-top:30px;
}

table.CartDataTable 
{
	border-collapse:collapse;
	margin-top:8px;
	font-size:10px;
	margin:0 0px 0 0px;
	width:100%;
}


table.CartDataTable a
{
	text-decoration:none;
}

table.CartDataTable th
{
	background:#CCCBCB url(../images/th-bgd.png) repeat-x;
}
table.CartDataTable th,
table.CartDataTable td
{
	border:1px solid black;
	padding:4px;
	text-align:left;
	white-space:nowrap;
}
table.CartDataTable td.CenterAlign
{
	text-align:center;
}
table.CartDataTable td.Date input
{
	width:80px;
	text-align:left;
	padding-left:2px;
}
table.CartDataTable td input
{
	width:20px;
	font-size:10px;
	text-align:center;
}
table.CartDataTable td.EditButtons
{
	white-space:normal;
	text-align:center;
}
table.CartDataTable td.EditButtons input
{
	width:60px;
	padding:1px;
	margin-bottom:4px;
}
table.CartDataTable td.RemoveAll input
{
	width:90px;
	padding:1px;
	margin-bottom:4px;
}
table.CartDataTable td.ActionButton
{

	text-align:right;
	padding-bottom:12px;
	border:none;
}

.Next.BasketButton
{
    text-align:right;
    padding-top:10px;
}
.Next input
{
    width:140px;
    padding:1px;
}
input.PaymentBtn
{
    width:160px;
}
input.Button, input.PaymentBtn
{
	border:none;
	background:url(../../templates/bantryTyres/images/button-bg.gif) repeat-x;
	color:white;
	font-weight:bold;
	padding:2px;
}

table.CartDataTable td.ActionButton input
{
	width:140px;
	padding:1px;
}

table.CartDataTable tr.Total td
{
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

table.DataTable
{
	width:50%;
	text-align:left;
}

input.NextStep
{
    background: url("../../templates/bantrytyres/images/button-bg.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}

.Wizard
{
    width:100%;
}