@charset "utf-8";
/* CSS Document */

.background1 {
	background-attachment: fixed;
	background-image: url(images/toy_guns_rocks_background.jpg);
	background-repeat: repeat;
}
.redline {
	background-attachment: fixed;
	background-image: url(images/RedLine.gif);
	background-repeat: repeat-x;
}
.SearchTextBox {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	width: 105px;
}
.SearchVerticalLeft {
	background-attachment: fixed;
	background-image: url(images/search_04.gif);
	background-repeat: repeat-y;
}
.SearchVerticalRight {
	background-attachment: fixed;
	background-image: url(images/search_06.gif);
	background-repeat: repeat-y;
}
.ThemeTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  7pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 1pt;
	list-style-position: outside;
	list-style-type: circle;
	margin: 10px;
  	padding: 0;

}
.ThemBoxBG {
	background-attachment: fixed;
	background-color: #F0EFE7;
	background-image: url(images/Theme_BG.gif);
	background-repeat: repeat;
}
.ThemBoxCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #999999;
	padding: 3px;
	margin: 3px;
}
.BigPromoBox {
	border: 2px solid #CCCC99;
	background-color: #F7F4F0;
}

