@charset "utf-8";
/* CSS Document */
body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
}
a {
	color: #888888;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #888888;
}
#mytable {
	width: 375px;
	padding: 0;
	margin: 0;
}
caption {
	padding: 0 0 5px 0;
	width: 375px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 8px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	font-size:11px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #E6EAE9;
	padding: 4px 4px 4px 8px;
	color: #4f6b72;
}
th.nobrd, td.nobrd {
	border:none;
	background: none;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
input[type="text"] {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    display: block;
    padding: 4px;
    border: solid 1px #C1DAD7;
	width:25px;
	background: #E6EAE9;
}
td.alt input {
	background-color:#f5fafa;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #E6EAE9 url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
a.remove_from_cart {
	background:url(../images/icons/cart_remove.png) top left no-repeat;
	width:20px;
	height:20px;
	display:block;
}
a.remove_from_cart span {
	display:none;
}
