/* StyleSheet serves for display and editing. */

body
{
	font-family: arial,helvetica;
	font-size: 80%;
}
td
{
	font-family: arial,helvetica;
	font-size: 80%;
}
p
{
	margin: 0px 0px 6px 0px;
}
a
{
	color: #ff9900;
	text-decoration: none;
}
a:visited
{
	color: #ff9900;
	text-decoration: none;
}
a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

a.MenuSelected
{
	font-weight: bold;
}
a.MenuUnSelected
{
	font-weight: bold;
}


.headerbg
{
	background-image: url(../images/headerbg.gif);
}
.tornedgebg
{
	background-image: url(../images/tornedgebg.gif);
	background-repeat: repeat-x;
}
.leftcolgreybg
{
	background-image: url(../images/leftcolgreybg.gif);
	background-repeat: repeat-y;
}
.leftcolshadowbg
{
	background-image: url(../images/leftcolshadowbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
}
.leftcolcontent
{
	padding-right: 5px;
	padding-left: 22px;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 5px;
}
.footer
{
	padding: 10px;
	color: #555555;
}

#maincontent
{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

h1
{
	color: #1C3AB2;
	font-size: 160%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h2
{
	color: #1C3AB2;
	font-size: 120%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h3
{
	color: #1C3AB2;
	font-size: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h4
{
	color: #1C3AB2;
	font-size: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h5
{
	color: #1C3AB2;
	font-size: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h6
{
	color: #1C3AB2;
	font-size: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

h1.leftcol
{
	color: #999999;
	font-size: 160%;
	padding: 14px 0px 0px 0px;
	margin: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}
input, textarea
{
	font-family: arial,helvetica;
}

#txtSearch
{
	width: 140px;
	height: 23px;
	border: 1px solid #DEDEDE;
}

.NewsHeadlinesContainer
{
	border: 0px solid #dddddd;
	width: 100%;
	padding: 5px;
	margin: 2px 0px 0px 0px;
}

/* Default style for bullet lists, smaller margins */
ul, ol
{
	margin-top: 2px;
}

/* ul.SmallMargins Used for the News headlines */

ul.SmallMargins
{
	margin-top: 2px;
	margin-bottom: 2px;
}

li
{
	margin-bottom: 2px;
}

li.bluebullet
{
	list-style-image: url(../images/bluebullet.gif);
}



.iteminfo
{
	border: 1px solid #dddddd;
	width: 100%;
	padding: 5px;
	margin: 2px 0px 0px 0px;
}
.iteminfo2
{
	border: 1px solid #dddddd;
	background-color: #f2f2f2; /* was #f2f2f2 */
	width: 100%;
	padding: 5px;
	margin: 2px 0px 0px 0px;
}
.price
{
	padding-top: 6px;
}
.pricetag
{
	color: #999999;
	font-weight: bold;
}
.formbutton
{
	color: #ff9933;
	font-weight: bold;
	background-color: #ffffff;
}

.CartListHead
{
	background-color: #ebebeb;
	font-weight: bold;
}

.CartListItemAlt
{
	background-color: #f2f2f2;
	color: black;
}

.CartListFooter
{
	background-color: #ebebeb;
	line-height: 10pt;
}
.NormalBold
{
	font-weight: bold;
}

.statusMsg
{
	color: Green;
}

td.pricetag
{
	border-top: 1px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}
td.carttag
{
	border-top: 1px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}
td.readmoretag
{
	border-top: 1px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}

td.pricetagAlter
{
	border-top: 1px solid #dadada;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	border-left: 1px solid #dadada;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}
td.carttagAlter
{
	border-top: 1px solid #dadada;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	border-left: 1px solid #dadada;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}
td.readmoretagAlter
{
	border-top: 1px solid #dadada;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	border-left: 1px solid #dadada;
	background: #ffffff url(../images/greygradientbg.gif) repeat-x;
}

.smallgreytext
{
	color: #999999;
	font-size: 70%;
}
.greytext
{
	color: #999999;
}
