/* default text */
body {
	text-decoration: none;
	font-family: Tahoma, Helvetica, Verdana, Georgia, palatino, arial, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #eeeeee;
	background: #eeeeee;
	margin: 0;
	height: 100%;
}
td,tr,table {
	text-decoration: none;
	font-family: Tahoma, Helvetica, Verdana, Georgia, palatino, arial, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
input, textarea, select {
	font-family: Tahoma, Helvetica, Verdana, Georgia, palatino, arial, sans-serif;

}
form {
	padding: 0px;
	margin: 0px;
}
ol, ul {
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
}

/* links */
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #860606;
	text-decoration: none;
}
a:active {
	color: #860606;
	text-decoration: none;
}

a.producttitle {
	color: #FF9900;
	text-decoration: underline;
}
a.producttitle:hover {
	color: #550000;
	text-decoration: underline;
}
a.producttitle:active {
	color: #550000;
	text-decoration: underline;
}

/* images styles */
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
img.border {
	border: 1px solid #888888;
	padding: 1px;
	background: FFFFFF;
}
img.right {
	float: right;
	margin: 0em 0.5em 1.5em 1.5em;
}
img.left {
	float: left;
	margin: 0em 1.5em 0.5em 0.5em;
}
/* default tags */
hr {
	margin: 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
blockquote {
	font-style: italic;
}

.producttitle {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}
.productprice {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}
.productbold {
	color: #535353;
	font-weight: bold;

}



/*  Product Box */
table.productbox {
	padding: 0px;
	border-collapse: collapse;
	margin: 0px;
}
td.productboxtopleft {
	padding: 0px;
	width: 17px;
	height: 14px;
	background: url('/softwaresalesman.com/images/productboxtopleft.gif');
}
td.productboxtop {
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('/softwaresalesman.com/images/productboxtop.gif');
	background-repeat: repeat-x;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
}
td.productboxtopright {
	padding: 0px;
	width: 17px;
	height: 14px;
	background: url('/softwaresalesman.com/images/productboxtopright.gif');
}
td.productboxleft {
	padding: 0px;
	background: url('/softwaresalesman.com/images/productboxleft.gif');
	background-repeat: repeat-y;
	width: 17px;
}
td.productboxcontent {
	padding: 15px;
}
td.productboxright {
	padding: 0px;
	background: url('/softwaresalesman.com/images/productboxright.gif');
	background-repeat: repeat-y;
	width: 17px;
}
td.productboxbottomleft {
	padding: 0px;
	width: 17px;
	height: 15px;
	background: url('/softwaresalesman.com/images/productboxbottomleft.gif');
}
td.productboxbottom {
	padding: 0px;
	background: url('/softwaresalesman.com/images/productboxbottom.gif');
	background-repeat: repeat-x;
	height: 15px;
}
td.productboxbottomright {
	padding: 0px;
	width: 17px;
	height: 15px;
	background: url('/softwaresalesman.com/images/productboxbottomright.gif');
}

.alert {
	color: #ff0000;
}