/* 
WCA Design elements CSS

 */
 
 /* Left Col Elements */
 
.leftbuttons img{
	width: 267px;
	text-align: center;
	margin: 0 0 20px 0;
}

/* Search Forms */

.searchform {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.searchinput {
	color: #003C5B;
	background-color: transparent;
	background-color: white;
	margin: 0 0 0 0;
	border: 1px solid #003C5B;
	padding: 4px 3px 3px 5px;
	font-size: 0.9em;
	width: 150px;
	
}



.gobutton {
	padding: 0 4px 0px 10px;
}

/* Right */

#homemainbutts {
	margin: 20px 0 30px 0;
}

#homemainbutts .img1 img {
	width: 190px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#homemainbutts .img2 img {
	width: 190px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#homemainbutts .img3 img {
	width: 190px;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
}




/* Shopping Cart Styles */
.shopcartdisplay {
	width: 267px;
	margin: 20px 0 20px 0;
}

.shopcartdisplaytable {
	width: 267px;
	margin: 0;
}
.shopcartdisplayhdr {
	width: 267px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.shopcartdisplayftr {
	width: 267px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.shopcartdisplaybdy {
	width: 267px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #C2C1AA;
	border-left: 1px solid #C2C1AA;
	background-color: white;
}

.shopcartdisplaybdy h4{
	color: #2462bc;
	font-size: 1.1em;
	margin: 0 5px 5px 5px;
}

.shopcartdisplaybdy p{
	color: #666666;
	font-size: 0.9em;
	margin: 0 0 5px 5px;
	line-height: 1.1em;
}

.shopcartdisplaybdy a:link, .shopcartdisplaybdy a:visited{
	color: #0073b2;
	text-decoration: none;
	
}
.shopcartdisplaybdy a:hover, .shopcartdisplaybdy a:active{
	color: #ACC314;
	text-decoration: none;
	
}


