/*
Project: Enyuka Green - Website - Battery Warehouse
Developed by: Chris Halgryn for Enyuka Devco (Pty) Ltd
Copyright: © 2009-2010 Enyuka Devco (Pty) Ltd
Contact e-mail: chris@enyukagroup.com
Date created: 2009/06/01
Date modified: 2009/12/04
*/

body {
	background-color: #4e4e4e;
}

.butt60 {
	background-image: url(./images/butt60.gif);
	width: 60px;
}

.buttDis60 {
	background-image: url(./images/buttdis60.gif);
	width: 60px;
}

.butt70 {
	background-image: url(./images/butt70.gif);
	width: 70px;
}

.butt80 {
	background-image: url(./images/butt80.gif);
	width: 80px;
}

.buttDis80 {
	background-image: url(./images/buttdis80.gif);
	width: 80px;
}

.butt90 {
	background-image: url(./images/butt90.gif);
	width: 90px;
}

.butt100 {
	background-image: url(./images/butt100.gif);
	width: 100px;
}

.butt110 {
	background-image: url(./images/butt110.gif);
	width: 110px;
}

.butt120 {
	background-image: url(./images/butt120.gif);
	width: 120px;
}

.buttDis120 {
	background-image: url(./images/buttdis120.gif);
	width: 60px;
}

input, textarea, select {
	border: 1px solid #4e4e4e;
}

/* ---------------------------------- LEFT MENU ------------------------------------- */

#prodmenu .phead {
	background-color: #4e4e4e;
}

#prodmenu .plink {
	background-color: #eeeeee;
	border-bottom: 1px dotted #999999;
}

#prodmenu .slink {
	background-color: #f6f6f6;
	border-bottom: 1px dotted #cccccc;
}

#prodmenu a {
	color: #555555;
}

/* ---------------------------------- CONTENT SECTION ------------------------------------- */

#content .head {
	background-color: #dc8000;
}

#content .prodname {
	color: #cc6600;
}

#content .prodprice {
	color: #666666;
}

.prodimg {
	border: 3px double #dc8000;
}

