﻿/* other styles expected to be inherited from www.xcarab.com */

.FormField label
{
	display:block;
	float:left;
	width:150px;
}
.FormField input 
{
	width: 230px;
}
p.FormField
{
	margin:3px;
}

ul.HorizList
{
	margin: 20px 0 20px 150px;
	padding: 0;
}

ul.HorizList li
{
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}
ul.HorizList li a {
	display: inline-block; 
	width: 111px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/product-button-sm.gif) no-repeat 0 0;
	color: #0099cc;
}
	ul.HorizList li a.CancelButton  
	{
		
		background: none;
	}
ul.HorizList li a:hover 
{
	color: #ff9933;
	text-decoration: none;
}


ul.trialbuy2 
{
	overflow: hidden;
	clear: both;
	margin: 10px 0;
	padding: 0 0 0 140px;
}
ul.trialbuy2 li 
{
	list-style: none;
	padding-right: 20px;
	float: left;
}
ul.trialbuy2 li a {
	display: inline-block; 
	width: 156px;
	height: 25px;
	text-align: center;
	margin: 0;
	padding: 3px 0 0 0;
	background: url(../images/product-button.gif) no-repeat 0 0;
	color: #0099cc;
}
ul.trialbuy2 li a:hover 
{
	color: #ff9933;
	text-decoration: none;
}
.product img.paypal 
{
	float: none;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
table.purchaseitems
{
	border-collapse: collapse;
}
table.purchaseitems th
{
	text-align: left;
	background: #f7f7f7;
	border-bottom: 1px solid #0099cc;
	padding: 5px;
}
table.purchaseitems td
{
	vertical-align: top;
	padding: 5px;
}
table.purchaseitems tfoot td
{
	border-top: 1px solid #0099cc;
	padding: 5px;
}

.termslink 
{
	font-size: 10px;
	display: block;
}