A:link {text-decoration: none; color: #993300;}
A:visited {text-decoration: none; color: #993300;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #993300;}

td {
	font-size: 11px;
	font-family: tahoma, Verdana, Arial, Helvetica;
	color: #4B4B4B;
}

#cart {
	height:22px;
	width:100%;
	padding:0px;
	margin-top:0px;	
	overflow: hidden;
}
td.tdfirst { 
	font-size: 11px;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #A7A6A6;
	background-color: #2C1A10;
}
td.tdsecond { 
	font-size: 11px;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #A7A6A6;
	background-color: #3A2920;
}
#dhtmltooltip{
	font-size: 13px;
	font-weight: 100;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #ffffff;
	position: absolute;
	border: 1px solid #36668C;
	padding: 5px;
	background-color: #1B486B;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=3);
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#777272;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

.outtaHere {
	position:absolute;
	left:-3000px;
}

.checkboxArea, .checkboxAreaChecked {
	align=absmiddle;
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(/images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

.textinput, .textinputHovered {
	font-size: 13px;
	color: #888888;
	height:15px;
	background:url(/images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

textarea {
	font-size: 13px;
	color: #888888;
	border:0;
	background-image:url('/images/textarea_bg.jpg');
	background-repeat: repeat
	margin:3px;
}

.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(/images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

INPUT.addedbox {
	font-family: tahoma, "MS Serif", "New York", serif;	
	font-size: 11px;
	background-color: #F2F1E7;
	border: solid 0px #F2F1E7;
	width: 24;
	height: 15;
	color:999999;
	font-weight:bold;
	padding: 0px;
}


.pagination {
	padding: 3px;
	margin: 1px;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #78BAE8;
	text-decoration: none;
	color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #005A98;
	color: #005A98;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
select {
	font-family: Verdana, "MS Serif", "New York", serif;	
	font-size: 11px;
	border: solid 1px #bfc1b8;
	height: 19px;
	color: #000000;
	background-color: #ffffff;
}
