@charset "utf-8";

.thrColFixHdr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #17181A;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 12em;
	background-color: #17181A;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top: 0px;
	background-color: #101113;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 12em;
	margin-bottom: 1em;
	margin-left: 12em;
	padding-top: 0;
	background-color: #666;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebarContent {
	color: #CCC;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	background-color: #101113;
	padding-top: .5em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}
.productThContainer {
	margin-top: 1em;
	height: 150px;
	background-color: #333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
}

.productTh {
	float: left;
	border: thin solid #000;
	margin-top: 0.4em;
	margin-right: .4em;
	margin-left: .4em;
}
p.initial:First-Line{
	text-transform:uppercase
}
.featurette {
	font-size: .8em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.featurettecontainer {
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #FFF;
}
.pictures {
	border: thin solid #000;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#productView {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	list-style-type: none;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#productView span {
display: none;
position:absolute;
}

#productView .button {
	width: 92px;
	height: 10px;
	left: 482px;
	top: 352px;
	background-image: url(../Assets/Nav-buttons/Buy-Now.gif);
	background-repeat: no-repeat;
}
#productView .buttonbg {
	width: 92px;
	height: 19px;
	left: 482px;
	top: 348px;
	background-repeat: no-repeat;
	background-color: #242222;
	position: absolute;
}


#productView a {
	display: block;
	text-indent: -900%;
	position:absolute;
	outline: none;
	left: 482px;
}

#productView a:hover{
	background-position: left bottom;
	top: 351px;
}

#catalog {
	display: block;	
}

#catalog ul{
			margin:0;
			padding:0;
			font-size: 70%;
	}

#catalog ul li{
	display:block;
	color:#FFF;
	background-color:#333;
	margin:0px;
	padding:5px 10px 5px 10px;
	list-style-type: none;
}

#catalog ul li a{
	color:#FFF;
	text-decoration:none;
}

#catalog ul li a:hover{
	color:black;
}
	
.featurette li blockquote {
	background-color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tabletext {
	font-size: 12px;
	background-color: #333;
}
