/* fixed content & cart/checkout pages */
#cmsD h1 {
    margin: 15px 0 60px 35%;
    float: right;
    clear: right;
    width: 65%;
    position: relative;
    font: bold 45px Rockwell, Verdana, "Trebuchet MS", "Arial Black", Arial;
}
#cmsD div.bandD table {
    width: 850px;
}
#cmsD div.bandD table img {
    margin: 15px;
}
td.stateTD {
    float: left;
    width: 120px;
    height: 50px;
    margin: 0 30px 10px 30px;
    font-size: 12px;
    padding: 5px;
    border-collapse:collapse;
    background-color:rgb(231,231,231);
    border:1px groove rgb(180,180,180);
    text-align: center;
    vertical-align: middle;
}
#cmsD td.stateTD a {
    display: table-cell;
    text-decoration: none;
    vertical-align: middle;
    width:120px;
    height:50px;
}
td.stateTD a:hover {
    background-color:rgb(200,200,200);
}
#cmsD div.bandD table.stockistsListingT {
    border-collapse:collapse;
    width: 800px;
}
table.stockistsListingT td {
    border:1px solid rgb(243,243,243);
    padding:5px;
}
table.stockistsListingT td strong {
    font-size:12px;
}
table.stockisstListingT td.top {
    vertical-align:top;
}
#zoom {
    z-index:10;
}
div.bandD p.photo {
    width:auto;
}
a.photo img {
    margin:15px;
}
table.generic {
    border-collapse:collapse;
}
table.generic td {
    padding:10px;border:1px solid rgb(200,200,200);
}
table.generic td ul {
    margin-left:20px;padding-left:0px;
}
/* shopping cart from vegitation */
.cartheadD {
	margin-bottom: 0px; margin-right: 0; border-bottom: 1px solid rgb(183,175,171); clear: both; font-weight: bold; font-size: 12px; height: 40px; width: 100%; /* width: 100%; */
}
.cartrowD {
	margin-bottom: 15px; border-top: 1px solid rgb(243,235,231); clear: both; width: 100%; /* width: 100%; */
}
.cart0D {
	width: 90px; height: 70px; padding: 5px; overflow: hidden; border: 0px solid #D3D5F2; text-align: center;
	margin-right: 15px; float: left;
}
.cart1D {
	width: 30%; padding-top: 15px;
	margin-right: 15px; float: left;
	position: relative; /* this stops colselectd on cart */
}
.cart2D {
	width: 10%; padding-top: 15px; text-align: center;
	margin-right: 15px; float: left; white-space: nowrap;
}
.qua {
	width: 25px; text-align: right; position: relative; top: -5px; left: 10px; background-color: rgb(245,245,245);
}
#checkout0B {
	position: relative; top: -12px;
}
#checkout1B {
	position: relative; top: -6px;
}
.cartbut0D {
	padding-bottom: 10px; clear: both; font-weight: bold; font-size: 15px; height: 35px; border-bottom: 1px solid rgb(243,235,231);
}
.cartbut1D {
	margin: 5px 0px 5px 0px; border-top: 1px solid rgb(183,175,171); clear: both; font-weight: bold; font-size: 15px; height: 35px;
}
.updateB {
	font-size: 9px; font-weight: normal; padding: 0px; margin: 0px;
}
.totD {
	width: 12%; padding-top: 15px; text-align: right;
	margin-right: 15px; float: left; white-space: nowrap;
}
/* end shopping cart from vegitation */
/* checkout form from vegitation */
#ccform div.desc {
	float: left; clear: left; width: 135px; height: 15px; text-align: right; padding: 10px 5px 5px 5px;
	}
#ccform div.descb {
	float: left; clear: left; width: 135px; height: 15px; text-align: right; padding: 10px 5px 8px 5px; border-bottom: 1px solid rgb(200,200,200);
	}
#ccform div.field {
	float: right; clear: right; width: 400px; height: 20px; text-align: left; padding: 5px; _padding: 3px;
}
#ccform div.fieldb {
	float: right; clear: right; width: 400px; height: 20px; text-align: left; padding: 5px 5px 8px 5px; _padding: 6px 3px 6px 3px; border-bottom: 1px solid rgb(200,200,200);
}
#ccform div.field input, div.fieldb input {
	margin: 0px; width: 280px;
}
#ccform div.field input.med, div.fieldb input.med {
	margin: 0px; width: 180px;
}
#ccform div.field input.sml, div.fieldb input.sml {
	margin: 0px; width: 40px;
}
#ccform div.fieldt {
	float: right; clear: right; width: 400px; height: 55px; text-align: left; padding: 5px; _padding: 3px;
}
#ccform div.fieldt textarea {
	width: 280px; height: 50px;
}
/* end checkout form from vegitation */
