/* Formatting for wysiwg styles */
table.controlKits {

}
/**
span.highlight1, p.highlight1 {
	border:1px solid #184504;
	background-color: #ddefd6;
	padding:5px;
	display:block;
}
span.highlight2, p.highlight2 {
	background-color:#eefae9;
	border:1px solid #6a9c53;
	padding:5px;
	display:block;
}**/
span.highlight3, p.highlight3 {
	color: #660000;
	font-weight:bold;
}


/* CSS cart formatting */
.cart form{
	display:inline;
}
.cart table.noedit {
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:5px;
}
.cart thead {
	font-weight:bold;
	width:100%;
}
.cart td.cartName {
	width:300px;
	height:auto;
}
.cart td.cartCost {
	width:75px;
	height:auto;
	padding-left:4px;
}
.cart td.cartQuantity {
	width:180px;
	height:auto;
}
.cart table.noedit td.cartQuantity {
	width: auto;
}
.cart td.carttotals {
	padding-top:8px; text-align:right; padding-right:10px;
}
.cart input {
	margin-top:-2px;
}

.message {
	color: #E80000;
	font-weight:bold;
	font-style:italic;
}

/** delivery formattin **/
#saturdayDeliveryOption {
	display:inline;
}
#deliveryInstructions {
	margin-top:5px;
}

/* category formatting */
#catDesc {
	padding:0 0 15px 0;
}
#subcategories {
	margin:0 0 15px 0;
}
.subcategory {
	width: 120px;
	height:170px;
	text-align:center;
	float:left;
	margin:0 50px 15px 0;
}
.subcategory a img {
	border:2px solid #184504;
}
.subcategory a:hover img {
	border:2px solid #cccccc;
}
.subcategory a {
	text-decoration:none;
}


/* product formatting */
.product {
	width: 660px;
	height:auto;
	padding:10px 0 10px 0;
	border-bottom:2px solid #184504;
	float:left;
	text-align:left;
}
.product p {

}
.product a {
	text-decoration:none;
}
.productImage img {
	border:1px solid #9c9c9c;
}
.odd {
	border-bottom: 2px solid #660000;
}
.odd a {
	color:#184504 !important;
}

.productImage {
	float:left; 
	width:150px;
	text-align:left;
	margin-bottom:10px;
	padding-top:25px;
}
.productDetails {
	margin-left:155px;
}
p.productTitle {
	font-size:15px;
	margin-bottom:5px !important;
}
.productTitle a {
	text-decoration:none !important;
}
.productPrice {
	width:130px;
	float:right;
	margin-left:10px;
}
.productDetailImage {
	float:left; 
	width:210px;
	text-align:left;
	margin-bottom:10px;
	height:300px;
	overflow:visible;
}
.productDetailImage .productImg {
	margin:0 10px 10px 0; 
	border:0;
}
.productImgMini {
	margin: 0 5px 5px 0;
	border:1px solid #ccc !important;
}
.productDetailContent {
	margin-left:210px;
}
.productImages {
	width:100px;
	margin-right:20px;
	float:left;
	text-align:center;
}
.productImages img {
	border:1px solid #777777;
}
.productImages a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}



/* formatting for the pest control kit listings */
tr td.colg1 {
	background-color:#e2e1e1;
	padding:2px 10px;
	border-bottom:solid 1px #999999;
	text-align:center
}
tr td.colg2 {
	background-color:#f4f2f2;
	padding:2px 10px;
	border-bottom:solid 1px #999999;
	text-align:center
}


/* other pages */
.left {
	float: left;
	margin-right:10px;
	width:200px;
	font-size:x-small;
}
.left img {
	border: 1px solid #666666;
}
.pageContent {
	margin-left:212px;
}

h1 span.note {
	font-size:small;
	font-weight:normal;
	font-style:italic;
	color:#666666;
}

/* form styles */
select.setWidth, input.setWidth {
	width: 250px;
}
#delivery, #payment {
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom: 1px dashed gray;
}
#delivery select, #payment select{
	margin-top:5px;
	margin-left:25px;
}
#delivery input, #payment input, #login input {
	margin-left:25px;
	margin-right:10px;
}
#payment p {
margin:5px 0 0 25px;
}
#login p {
	margin-bottom:5px;
}
#login {
	padding-top:1px;
	padding-bottom:5px;
	margin-bottom:8px;
	border-bottom:1px dashed gray;
}
form#newAccount label, form#checkoutAddress label, form#checkoutPayment label {
	font-weight: bold;
	width:150px;
	float:left;
}
form#newAccount input, form#checkoutAddress input, form#checkoutAddress select {
	width:250px;
}
form#newAccount input.submit, form#checkoutAddress input.submit {
	width:auto;
	margin-left:150px;
}
form#checkoutAddress h1, form#checkoutPayment h1, div#checkoutComplete h1 {
	margin-top:20px;
}
form#checkoutAddress p {
	margin: 0 0 4px 0;
}


/* contactform */
form#contactform {
	width: 550px;
}
form#contactform select, form#contactform input, form#contactform textarea {
	width: 250px;
	float: left;
	margin-bottom: 7px;
	height:18px;
	border: 1px solid #999999;
}
form#contactform select {
	height:22px;
}
form#contactform textarea {
	height:80px;
}
form#contactform select.required, form#contactform input.required, form#contactform textarea.required {
	background-color:#f1f9fd;
	border: 1px solid #888888;
}
form#contactform label {
	text-align: left;
	width: 150px;
	font-weight:bold;
	margin-right: 5px;
	margin-bottom: 7px;
	float:left;
	height:18px;
}
form#contactform input.nopad  {
	width: 20px;
}
form#contactform a.submitform {
	margin-left:160px;
}


/** rodent control  **/
.attributes113, .attributes295, .attributes296, .attributes298, .attributes299, .attributes300, .attributes301, .attributes303, .attributes304, .attributes305, .attributes306, .attributes307, .attributes308, .attributes309, .attributes310 { display:none !important; }

/** insect control insecticides **/
.attributes198, .attributes199, .attributes200, .attributes201, .attributes203, .attributes204, .attributes205, .attributes206, .attributes207, .attributes209, .attributes210, .attributes211, .attributes212, .attributes213, .attributes214, .attributes215, .attributes216, .attributes217, .attributes218 { display:none !important; } 

/** insect control non toxic **/
.attributes179, .attributes180, .attributes181, .attributes182, .attributes183, .attributes184, .attributes186, .attributes187, .attributes188, .attributes189, .attributes190, .attributes191, .attributes192, .attributes193, .attributes194, .attributes196, .attributes197 { display:none !important; } 
