.catTableWrap {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
table.catTable {
	width:100%;
    margin-top:5px;
    margin-bottom:5px;
	clear:both;
}
table.catTable td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
}
table.catTable img 
{
    border:none;
}
table.catTable a {
	color: #333333;
	text-decoration: none;
}
table.catTable a:hover {
	color: #4e6c7e;
}
p.paging
{
    text-align: right;
    padding:0pt;
    margin:0pt;
}
.prodSearch{padding:10px 0px;}
.pageingBox {
	text-align: center;
	width: 20px;
}
.btn
{
	background-color: #EC0688;
	color:#FFFFFF;
	font-size: 11px;
	border: 1px solid #EC0688;
}
input, select
{
    font-size: 11px;
}
.cartTable
{
    margin-bottom: 13px;
}
.cartTable th
{
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
	color:#EC0688;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	font-size: 11px;
}
.cartTable td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 2px;
    vertical-align:bottom;
}
.cartTable tr.noLine td
{
    border-bottom-style: none;
}
#content-left 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;
}
#content-left ul.steps li {
	display: inline;
	height: 100%;
	margin: 0px 40px;
	padding: 0px;
	font-weight:normal;
	list-style: url(none) none;
	background: url(none);
	font-size: 11px;
}
#content-left ul.steps li.on {
	font-weight:bold;
	font-size: 15px;
}
.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:250px;
    padding-left:20px;
}
#prodCol img
{
    margin-bottom:20px;
    border:solid 1px #000;
}
div.twoCol{
	width:48%;
	float:left;
	margin-right: 2%;
}
a.editLnk
{
    font-size:11px;
}
a.noStyle {
	text-decoration: none;
}
.loadingbox
{
    position:absolute;
    top:300px;
    left:650px;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
.btnDisabled {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
	font-size: 11px;
}
.prodImgWrapper
{
    width:250px;
    float:right;
    padding-left:15px;
    margin-bottom:10px;
    text-align:right;
}
.prodImgWrapper img
{
    margin-bottom:5px;
}