/*///////////// catTable /////////////*/

.catTableWrap {
	border-top: 1px dashed #4B4533;
	border-bottom: 1px dashed #4B4533;
	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;
}
table.catTable img {
    border:solid 1px #999999;
}
table.catTable a {
	text-decoration:none;
}
table.catTable a:hover {
}

/*///////////// cartTable /////////////*/

.cartTable {
    margin-bottom: 13px;
}
.cartTable th {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
	text-align: left;
	color:#FFFFFF;
	background-color: #A89F82;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #4B4533;
}
.cartTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 2px;
	vertical-align:bottom;
	border-bottom: 1px solid #4B4533;
}
.cartTable tr.noLine td {
    border-bottom-style: none;
}

/*///////////// steps /////////////*/

ul.steps {
	margin: 0px 0px 15px;
	list-style: none;
	text-align: center;
	padding: 3px 0px;
	border-bottom: 1px dashed #4B4533;
}
ul.steps li {
	display: inline;
	margin: 0px 50px;
	font-weight:normal;
	color: #666666;
}
ul.steps li.on {
	font-weight:bold;
	font-size: 16px;
	color: #006666;
}

/*///////////// formTable /////////////*/

.formTable {
    margin-bottom: 13px;
}
.formTable td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: top;
}

/*///////////// search /////////////*/

.search {
	background: #d1c6a0;
	padding:5px 10px 10px 10px;
	margin:0px 10px;
	color:#493729;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.search input.box {
	background:#FFFFFF;
	width: 168px;
	border:1px solid #582d28;
	height:16px;
	float:left;
	color:#a24f25;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-indent:3px;
}
.search input.btn {
	background: #7f4e43;
	width: 30px;
	border: 1px solid #582d28;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	height:20px;
	float:right;
}

/*///////////// misc /////////////*/

.pageingBox {
	text-align: center;
	width: 20px;
}
.btn {
	background-color: #4B4533;
	border: 1px solid #4B4533;
	color:#FFFFFF;
	font-size: 11px;
}
.btnSub {
	background: #A2C8A1;
	border: 1px solid #93BF91;
	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;
}
a:hover.noStyle {
	text-decoration: none;
	color:#a88286;
}
.medProdImg {
    float:left;
    width:258px;
}
.medProdImg img {
    border:0px;
}

.addImg {
    text-align:left;
}
.addImg img {
    border:0px;
    width:110px;
    height:110px;
    float:left;
    margin-right:18px;
}
