@charset "utf-8";
/* CSS Document */
body {
	/*background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../pictures/elementsbg.jpg);
	background-image: url(../pictures/bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
}
a:link {
	color: #BB0505;
}
a:visited {
	color: #BB0505;
}
a:hover {
	color: #FF0707;
}
.contentbox {
	background-image: url(../pictures/contentbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
.shirtimg {
	float: left;
}
.link {
	cursor: pointer;
}
.alert {
	background-color: #FFFF99;
	padding: 3px;
	margin-bottom: 20px;
}
.alert2 {
	color: #FF0000;
}
.sitespecial {
	background-color: #000;
	padding: 3px;
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.prodbox {
	padding: 7px;
	float: left;
}

.prodboxnew {
	padding: 3px;
	float: left;
	/*width: 184px;
	height: 300px;*/
	position: relative;
}

.prodboxnew img {
	/*border: 1px solid #060606;*/
}
.prodboxtag-sale {
	/*background: #fff url(images/grey-gradient.gif) repeat-y;*/
	color: #FFF;
	font-style: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	border-left-color: #ee0000;
	font-size: 11px;
	background-color: #d50000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.prodboxtag-notavail {
	/*background: #fff url(images/grey-gradient.gif) repeat-y;*/
	color: #FFF;
	font-style: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	border-left-color: #999;
	font-size: 11px;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.prodtitle {
	height: 45px;
}

.prodtitle a {
	font-size: 11px;
	font-weight: bold;
	width: 145px;
	text-decoration: none;	/*border: 1px solid #999;*/
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.prodprice {
	font-size: 14px;
	font-weight: bold;
	float: right;
	width: 30px;
	/*border: 1px solid #999;*/
	text-align: right;
	display: none;
}
.burst {
	z-index: 2;
}
.sale {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	display: inline;
}
h3 {
	display: inline;
}

.homebox {
	background-image: url(../pictures/homebox_bg.gif);
	color: #FFF;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 15px;
}
.smalltxt {
	font-size: 10px;
}

.homebox a {
	color: #FFF;
}.pageimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

