/* @override http://tobys:8888/scripts/tobys.css */

/* DEFAULT STYLES */

/* Default text style */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Default hyperlink style */
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Form element styles */
form {
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	font-size: 12px;
}

/* Form labels and error message styles */
.formlabels {
	font-weight: bold;

}
.error {
	font-weight: bold;
	color: #CC0000;
}


/* Table boarder styles */
.table-title {
	color: #FFFFFF;
}
.table-boarder {
	color: #FFFFFF;
	background-color: #000000;
}
.table-cell {
	background-color: #FFFFFF;
	color: #000000;
}

/* Header styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* CUSTOM STYLES */

.bg-main {
	/*background-image: url(../images/bg_main.gif);*/
	background-repeat: repeat-y;
}
.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	border: 2px solid #000;
	padding: 4px;
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.menu-search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.menu-link:hover {
	text-decoration: none;
	background-color: white;
}
.menu-link:active {
	text-decoration: none;
}
.menu-textbox {
	width: 140px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.contact-form {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;

}
.footer-link:hover {
	text-decoration: underline;
}
.footer-link:active {
	text-decoration: underline;
}
.product-title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.category-title {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.1em;
}
.order-title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.homepage-links a {
	text-transform: uppercase;
}

