body {
	height: auto;
	margin: 0px;
	background-color: #B63903;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/background-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

#mainbody {
	display: table;
	width: 770px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-bottom: 10px;
}

#header {
	display: block;
	width: 764px;
	/* height: 71px; */
	height: 67px;
	background-color: #B63903;
	margin: 3px;
	float: left;
}
#title {
	display: block;
	width: auto;
	height: 67px;
	/* border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000; */
}
.slide {
	filter: blendTrans(duration=3);
}

.spinsports {
	border: none;
	width: 340px;
	height: 67px;
}
#grid {
	display: block;
	width: 150px;
	height: 146px;
	background-image: url(images/tile.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
}

#menu {
	display: block;
	width: 165px;
	float : left;
	border: 1px solid #dddddd;
	margin: 3px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a {
	display: block;
	width: 139px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(images/menubutton.png);
	background-repeat: no-repeat;
	background-color: #B53903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#menu a:hover {
	background-image: url(images/menubutton-hover.png);
	background-color: #D48600;
}

#mainarea {
	width: 590px;
	min-height: 200px;
	float : left;
	margin: 0px;
	margin-left: 1px;
	margin-top: 0px;
}
#subarea {
	width: 560px;
	min-height: 100px;
	border: 1px solid #dddddd;
	margin: 0px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFFFFF;
}
#subarea2 {
	width: 575px;
	min-height: 100px;
	border: 1px solid #dddddd;
	margin: 0px;
	margin-bottom: 20px;
	padding: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}
.cartpage {
	background-image: url(images/cart-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px!important;
}

#submenu {
	display: block;
	border: 1px solid #dddddd;
	margin: 3px;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ECA42C;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}
#submenu a {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.cart {
	padding-left: 30px!important;
	background-image: url(images/cart1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.cart:hover {
	background-image: url(images/cart2.gif);
}

#iconmenu {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
#iconmenu a {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#iconmenu a img {
	 width: 90px;
	 height: 90px;
	 border: none;
}
#iconmenu a:hover {
	border: 1px solid #dddddd;
}
#iconmenu a:hover img {
	filter: Alpha(Opacity=55);
	-moz-opacity:0.55;
	opacity: 0.55;
}

/* #item {
	display: table;
	width: 170px;
	height: 75px;
	vertical-align: middle;
	padding: 0px;
} */
#item {
	display: block;
	width: 171px;
	height: 96px;
	margin: 10px;
	margin-right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	border: 1px solid #f5f5f5;
	padding: 2px;
}
#item:hover {
	filter: Alpha(Opacity=55);
	-moz-opacity:0.55;
	opacity: 0.55;
	border: 1px solid #e5e5e5;
	font-size: 9pt;
	background-color: #fafafa;
}
#item img {
	 border: none;
	 max-width: 75px;
	 max-height: 75px;
	 float: right;
	 margin-left: 5px;
}/**/
#productsitem {
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#productsitem b {
	color: #444444;
	font-weight: normal;
}
#productsitem strong {
	color: #FF6600;
	font-weight: bold;
	margin-top: 10px;
	/* clear: right; */
	font-weight: normal;
}

#productform {
	display: block;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#productform img {
	border: none;
	max-width: 200px;
	max-height: 350px;
	float: right;
	margin-left: 5px;
}
#productform select {
	font-size: 9pt;
}

#productnavigation {
	display: block;
	border: none;
	width: 590px;
	height: 50px;
	position: absolute;
	z-index: 10;
	text-align: right;
	top: 110px;
	right: 50%;
	margin-right: -379px;
}
#productnavigation a {
	display: block;
	height: 20px;
	min-width: 25px;
	margin-right: 3px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	float: right;
}
#productnavigation a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.previous {
	background-image: url(images/productnavigation2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.next {
	background-image: url(images/productnavigation.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.back {
	background-image: url(images/productnavigation3.png);
	background-repeat: repeat-x;
	background-position: right center;
}

#footer {
	display: table;
	width: 770px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	/* line-height: 1.2em; */
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
h2 {
	font-size: 10pt;
	/* line-height: 1.2em; */
	margin: 0px;
	color: #333333;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	/* line-height: 1.2em; */
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
p {
	font-size: 10pt;
}
.nomargin {
	margin: 0px;
}
.nobottommargin {
	margin-right: 15px;
	margin-bottom: 0px;
}
#nobottompadding {
	padding-bottom: 0px;
}

#orderfooter {
	clear: both;
	display: block;
	width: auto;
	background-color: #F99B00;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin-top: 50px;
	padding: 5px;

}
#displaycost, #displaytotal {
	display: inline;
}
#orderfooter a {
	background-color: #DF8B00;
	text-decoration: none;
	margin: 0px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	float: right;
}
#orderfooter a:hover {
	background-color: #FFFFFF;
	color: #DF8B00;
}

a.popupthumb
{
	width: 100px;
/*	height: 100px; */
	clip:  rect(   );
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

a.popupthumb:hover 
{
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
tr.underline1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
tr.underline2 td {
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
}
tr.underline3 td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
}
