/*///////////// catTable /////////////*/

.catTableWrap {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
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;
	text-align: center;
	line-height:16px;
}
table.catTable img {
	border:1px solid #999999;
	padding: 3px;
}
table.catTable a {
}
table.catTable a:hover {
}

/*///////////// cartTable /////////////*/

.cartTable {
    margin-bottom: 13px;
}
.cartTable th {
    font-weight: bold;
    padding-right: 5px;
    padding-left: 2px;
    color: #FFFFFF;
    background-color: #1e53bb;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #999999;
    text-align: left;
}
.cartTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 2px;
	vertical-align:bottom;
	border-bottom: 1px solid #999999;
}
.cartTable tr.noLine td {
    border-bottom-style: none;
}

/*///////////// steps /////////////*/

#right_col_sec ul.steps {
	margin: 0px 0px 15px;
	list-style: none;
	text-align: center;
	padding: 3px 0px;
	border-bottom: 1px dashed #999999;
}
#right_col_sec ul.steps li {
	display: inline;
	margin: 0px 40px;
	padding: 0px;
	background-image:none;
	font-weight:normal;
	color: #666666;
}
#right_col_sec ul.steps li.on {
    font-weight: bold;
    font-size: 16px;
    color: #1e53bb;
}

/*///////////// formTable /////////////*/

.formTable {
    margin-bottom: 13px;
}
.formTable td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: top;
}

/*///////////// search /////////////*/
.search {
	padding:7px 0px 10px 23px;
	color: #FFFFFF;
	background: #1E53BB;
	border-bottom: 1px solid #435873;
}
.search input.box {
	background: #FFFFFF;
	width: 120px;
	border: 1px solid #4B4533;
	font-size: 10px;
}
.search input.btn {
	background-color: #132F61;
	border: 1px solid #142E4F;
	color:#FFFFFF;
	font-size: 11px;
}

/*///////////// misc /////////////*/

.pageingBox {
	text-align: center;
	width: 20px;
}
.btn
{
	background-color: #132F61;
	border: 1px solid #142E4F;
	color:#FFFFFF;
	font-size: 11px;
}
.btnSub {
    background: #8c8c8c;
    border: 1px solid #4e5a28;
    color: #FFFFFF;
}

input, select {
    font-size: 11px;
}
div.twoCol {
	width:48%;
	float:left;
	display: inline;
	padding-right: 2%;
}
a.editLnk {
	font-size:11px;
	font-weight: normal;
}
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;
}


/*///////////// nav /////////////*/




div.cartHead {
	background:#0d2039 url(images/bg_line.gif) no-repeat bottom;
	font-weight:bold;
}
div.cartHead a {
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
}
