body {
	margin: 0px;
	background-image:  url(repeat.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a:link { 
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:visited { 
color: #000000;
font-family: Arial, Helvetica, sans-serif; 
text-decoration: none;
}

a:hover {
color: #FFFFFF;
background-color: #CC6699;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
} 


/* for the titles of things */


.itemname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

/* things like "sku" thing or whathaveyou */

.iteminfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #000000;
}

/* discriptions */

.itemdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* for the footer and whatnot */

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-transform: lowercase;
}


/* boarder for the image */

.imgboard {
	border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000;
}

/* for the buttons */

.btnlook {background-color: #333333; background-position: bottom; border: none; color: #FFFFFF; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px;}


/* for any sort of warnings */

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC2035;
}
