.links {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.links:link {color: #4b82a7}
a.links:visited {color: #4b82a7}
a.links:active {color: #4b82a7}
a.links:hover {color: #4b82a7; text-decoration: underline}

.suggestionlinks {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.suggestionlinks:link {color: #fff}
a.suggestionlinks:visited {color: #fff}
a.suggestionlinks:active {color: #fff}
a.suggestionlinks:hover {color: #fff; text-decoration: underline}

.links2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; text-decoration: none}
a.links2:link {color: #666}
a.links2:visited {color: #666}
a.links2:active {color: #666}
a.links2:hover {color: #666; text-decoration: underline}

.navlinks {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none}
a.navlinks:link {color: #999}
a.navlinks:visited {color: #999}
a.navlinks:active {color: #999}
a.navlinks:hover {color: #999; text-decoration: underline}







.submit input	{	color: #fff;
				background: #03713B;
				border: 1px solid #03713B;
				font-size: 12px;
				width: 110px;
				height: 20px;
}

.submit input:hover	{	background-color: #88C23F;}

.submit2 input	{	color: #fff;
				background: #88C23F;
				border: 1px solid #03713B;
				font-size: 12px;
				width: 80px;
				height: 20px;
}

.submit2 input:hover	{	background-color: #03713B;}

.viewbutton input	{	color: #fff;
				background: url(images/tdc_view.gif) 0 0px no-repeat;
				border: 0px solid #03713B;
				font-size: 12px;
				width: 34px;
				height: 32px;
				cursor: hand;
}

.viewbutton input:hover	{	background: url(images/tdc_view_ov.gif) 0 0px no-repeat;}

.basketbutton input	{	color: #fff;
				background: url(images/tdc_basket.gif) 0 0px no-repeat;
				border: 0px solid #03713B;
				font-size: 12px;
				width: 34px;
				height: 32px;
				cursor: hand;
}

.basketbutton input:hover	{	background: url(images/tdc_basket_ov.gif) 0 0px no-repeat;}

.proceedbutton input	{	color: #fff;
				background: url(images/tdc_proceed2.gif) 0 0px no-repeat;
				border: 0px solid #03713B;
				font-size: 12px;
				width: 121px;
				height: 25px;
				cursor: hand;
}

.proceedbutton input:hover	{	background: url(images/tdc_proceed2_ov.gif) 0 0px no-repeat;}

.checkoutbutton input	{	color: #fff;
				background: url(images/tdc_checkout.gif) 0 0px no-repeat;
				border: 0px solid #03713B;
				font-size: 12px;
				width: 121px;
				height: 25px;
				cursor: hand;
}

.checkoutbutton input:hover	{	background: url(images/tdc_checkout_ov.gif) 0 0px no-repeat;}

