body, input, select, textarea  {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 1px solid #8d8d8d;
}

/*#main_menu a {
  color: #000;
  font-family: Georgia, Times New Roman;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-right: solid 1px #000;
  padding-right: 10px;
}*/

#main_menu a.last {
  border-right: none;
}

#footer_nav a {
  display: block;
  float: left;
  font-family: Georgia, Times New Roman;
  font-size: 12px;
  text-decoration: none;
  width: 100px;
  padding: 5px 20px 5px 0px;
}
#footer_twitter img {
  padding-bottom: 5px;
}
#footer_social img {
  padding-bottom: 10px;
}


/* --- FORMS --- */
div.form_container { 
	width: 100%; 
	float: left;
	position: relative;
}


div.form_left {
	width: 180px; 
	float:left;
	padding-top: 5px;
	height: 19px;
}

div.form_all {
	width: 100%; 
	float:left;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.form_right {
	width: 135px; 
	float: left;
	padding-bottom: 4px;
}

div.quantity_left {
	width: 120px; 
	float:left;
	padding-bottom: 4px;
}

div.quantity_center {
	width: 250px; 
	float: left;
	padding-top: 5px;
	height: 19px;
}

div.quantity_right {
/*	width: 122px; */
	float: right;
	text-align: right;
	padding-top: 5px;
	height: 19px;
}


/* --- TABLES --- */
td.dots_grey {
	background-image: url(../images/dots_grey.gif);
	background-repeat: repeat-x;
}

div.dots_blue {
	background-image:url(/images/dots_blue.gif); 
	background-repeat:repeat-x; 
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 14px;
	float: left;
	position: relative;
}

div.dots_blue_alone {
	background-image:url(/images/dots_blue.gif); 
	background-repeat:repeat-x; 
	width: 100%;
	margin-top: 4px;
	padding-top: 3px;
	float: left;
	position: relative;
}

tr.tr_header {
	background-color: #e7e7e7;
}

tr.alt {
	background-color: #efefef;
}
img.category-header {
/*  border: solid 1px #ccc;*/
  margin-bottom: 25px;
/*  width: 950px;*/
/*  height: 150px;*/
}


