/* GENERAL STYLING
----------------------------------------------------------------------------- */ 
body {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;	
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #33ccff;
}
a:active {
	text-decoration: none;
	color: #33ccff;
}



/* HEADER
----------------------------------------------------------------------------- */ 
.topNav {
	margin: 4px;
}
.about {
	margin: 4px;
	margin-left: 9px;
}
/* DIVS */
#title {
	position:absolute;
	top: 35px;
	left: 462px;
}
#topNav {
	position:absolute;
	top: 25px;
	left: 143px;
}
#boxLayout {
	position:absolute;
	top: 111px;
	left: 140px;
}
#store {
	position:absolute;
	top: 136px;
	left: 175px;
}
#storeWords {
	position:absolute;
	top: 134px;
	left: 550px;
}
#comics {
	position:absolute;
	top: 230px;
	left: 550px;
}
#comicsWords {
	position:absolute;
	top: 226px;
	left: 257px;
}
#video {
	position:absolute;
	top: 311px;
	left: 160px;
}
#videoWords {
	position:absolute;
	top: 319px;
	left: 566px;
}
#art {
	position:absolute;
	top: 425px;
	left: 604px;
}
#artWords {
	position:absolute;
	top: 417px;
	left: 255px;
}
#mailingList {
	position:absolute;
	top: 546px;
	left: 210px;
}




/* STORE
----------------------------------------------------------------------------- */ 
.bike,.bruno,.aShirt,.sticker,.button,.links {
	color: #000000;
}
.bike:hover {
	background: #FF0000;
}
.bruno:hover {
	background: #33CC33;
}
.aShirt:hover {
	background: #0066FF;
}
.sticker:hover {
	background: #FFCC00;
}
.links:hover {
	border-bottom: 1px dotted;
}
.topNav {
	margin: 4px;
}
.about {
	margin: 4px;
	margin-left: 9px;
}
td {
	text-align: center;
}
img {border: 0;}

/* DIVS */

#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
}
#header {
	position: relative;
	width: 800px;
	margin-left: 10px;
}
#tnav {
	position: relative;
	width: 300px;
	margin-left: 0px;
}
#jenkyTitle {
	float: right;
	margin-top: -70px; 
	margin-right: 30px;
}
* html #jenkyTitle {
	margin-right: 15px;
}
#content {
	float: left;
	width: 800px;
	padding: 10px;
	/*border: 1px dotted pink;*/
}
#footer {
	float: left;
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-left: 160px;
}
* html #footer {
	margin-left: 80px;
}

/* STORE INDEX */
.shirtContainer {
	float: left;
	width: 160px;
	/*height: 180px;*/
	text-align: center;
	font-size: 12px;
	margin: 5px;
	padding: 10px;
	border: 1px solid #666666;
}
.shirtContainer:hover {
	border: 1px solid #33ccff;
}
.shirtContainer img {
	float: left;
	width: 160px;
	height: 160px;
	margin-bottom: 5px;
}




div.sneak {
	position: relative;
	margin: 20px 0 20px 40px;
	text-decoration: blink;
	border: 1px dotted white;
	width: 760p;
	text-align: center;
}
div.sneak2 {
	position: relative;
	margin: 20px 0 20px 50px;
	width: 740p;
}



/* STORE INDIVIDUAL PAGES
----------------------------------------------------------------------------- */
#col-left {
	float: left;
	width: 500px;
	padding: 0px 15px 10px 15px;
	margin-right: 10px;
	border: 1px solid #666666;
}
#col-right, #relatedItems {
	float: left;
	width: 220px;
	padding: 0px 15px 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
* html #col-right {
	padding-bottom: 0px;
}
#photoGallery {
	margin-bottom: 10px;
	border: none;
}
.thumbnails img {
	float: left;
	width: 73px;
	height: 73px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #000000;	
}
.thumbnails img:hover {
	border: 1px solid #33ccff;
}
.thumbnails img.last {
	margin-right: 0px;
}
#col-right p {
	font-size: 12px;
	line-height: 14px;
}
#col-right form {
	margin-top: 5px;
	margin-left: -5px;
	border: none;
}
* html #col-right form {
	margin-bottom: 8px;
}
#col-right form select {
	height: 20px;
	margin-left: -5px;
}
#col-right form option {
	font-size: ;
}
#relatedItems {
	text-align: center;	
}
#relatedItems h3 {
	margin: 5px 0px;
}
.previous, .next {
	float: left;
	width: 75px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #666666;
}
.previous:hover, .next:hover {
	border: 1px solid #33ccff; 
}
.leftArrow, .rightArrow {
	float: left;
	font-family: arial;
	font-size: 20px;
	margin: 30px 5px 0px 0px;
}


/* TEXT FORMATTING
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Courier New", Courier, monospace;
	color: #CCCCCC;
}
h2, h3 {
	margin-top: 15px;
}