/*** general tags ***/

body {
	color:#000000;
	margin:5;
	padding:5;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url("/images/recycle-cloud-border.jpg");
}
body p { text-align:left; }
body ul { text-align:left; }

img { border:none; }

h1 {
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	border:none;
}
h2 {
	font-size:1.2em;
	color:#00FF00;
	text-align:left;
	font-weight:bold;
}
table { border:none; }
td.link { padding:2px 10px; }
td {
font:13px arial;
}
/** layout **/

#maintable {
	background-color:#FFFFFF;
	width:960px;
}

/*** header ***/
#shipping {
margin-left:50px;
}

/*** catalog pages ***/
#maindiv {
	padding:5px;
}
#tblcatalog td {
text-align:center;
margin:0 auto;
}

/*** item pages ***/
#mainitem {
padding:5px;
/* width:605px; */
text-align:left;
}

/** item desc **/
#coitem {
margin:0px 7px 7px 0px;
}
#coitem a { font-size:10px; }
#coitem td { vertical-align:top; }

/*** searchbox ***/
#mini-search {
z-index:97;
float:right;
width:290px;
}
#mini-search input {
vertical-align:middle;
width:195px;
margin-right:2px;
border: 1px solid #ddd;
padding: 5px 2px;
background: #fff url(/images/icon-search.jpg) no-repeat 2px center;
text-align: center;
color: #6C953C;
}
#mini-search #mssubmit {
background:url("/images/searchbutton.jpg");
width:75px;
height:40px;
border:none;
}
/** search box **/
/*
#zsearch { margin:0px 0px 0px 20px; padding:30px 0px 0px 0px; }
#zsearch p { text-align:left; }
.sbox { float:left; }
*/

/*** menu ***/
#menu {
float:left;
	width:515px;
}

/*** shopping cart form ***/
#cartForm {
margin-left:7px;
float:right;
width:235px;
border:1px black solid;
padding:7px;
color: #000000;
font-weight:bold;
}
#cartForm > div#cf { padding:4px 4px 4px 13px; }
#cartForm select { width: 175px; }
#cartForm textarea { width:190px; }
#cartForm #orderbutton {
margin-top:7px;
 }
#cartForm input,label {
text-align:left;
}
#cfmain {
text-align:left;
}
.frmline {
margin-top:7px;
}

/*** footer ***/
#footer {
	margin-top:7px;
}
#leftweb {
	float:left;
}
#leftweb a {
color:#15AF2A;
text-decoration:none;
}
#leftweb a:hover {
text-decoration:underline;
}
#rightweb {
	float:right;
}
#rightweb a {
color:#15AF2A;
text-decoration:none;
}
#rightweb a:hover {
text-decoration:underline;
}

/*** sls common.css ***/
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.centerall {
	text-align: center;
	margin: 0 auto;
}
/* center a table in a div */
.centertbl {
	text-align: center;
}
.centertbl table {
	text-align: left;
	margin: 0 auto;
}
.clrboth {
	clear: both;
}
.divclr {
	clear: both;
	height: 0px;
}
.errmsg {
	color: red;
}
.imgleft {
	margin: 0px 7px 7px 0px;
	float: left;
}
.clrleft {
	clear: left;
}
.txtright {
	text-align:right;
}
.txtleft {
	text-align:left;
}
#bkmrk {
	margin: 10px;
}
.imgright {
	margin: 7px 7px 7px 0px;
	float: right;
}
.clrright {
	clear: right;
}
.fineprint {
	font-size:0.8em;
}
/*** end common.css ***/

