@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;*/
}
.prodboxnew em {
	/*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;
}
.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;
}
/* All form elements are within the definition list for this example */

dl {
	font:normal 12px/15px Arial;
	position: relative;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
dt {
	clear: both;
	float:left;
	width: 200px;
	padding: 4px 0 2px 0;
	text-align: right;
}
dd {
	float: left;
	width: 200px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}
/* The hint to Hide and Show */

.hint {
	display: none;
	position: absolute;
	right: -200px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	/* to fix IE6, I can't just declare a background-color,

    I must do a bg image, too!  So I'm duplicating the pointer.gif

    image, and positioning it so that it doesn't show up

    within the box */

    background: #ffc url(http://74.220.219.62/~mergecon/js/formfieldhints/pointer.gif) no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */

.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(http://74.220.219.62/~mergecon/js/formfieldhints/pointer.gif) left top no-repeat;
}

.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;
}
