﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:white;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

#masthead {
background-color:black;
height:72px;
width:800px;
color:#990000;
}

.redline {
	width:800px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	margin:1px 0px 0px 0px;
	border-color:red;
}

#header_text {
	font-size:48px;
/*	display:inline-block;*/
	padding-left:150px;

}
#top_nav {
	background:#333333;
	width:800px;
	height:25px;

	border-style:solid;
	border-width: 1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:White;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	


}

.topmenu{
/*
	border-style:solid;
	border-width:1px;
	border-top-color:white;
	border-bottom-color:white;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
*/	
	margin:3px;
	padding-left:10px;
	float:left;

	

}

.topmenu li {

}

#top_nav a:link {
	color:white;
	text-decoration:none;
}

#top_nav a:visited {
	color:white;
	text-decoration:none;
}

#top_nav a:hover {
	color:white;
	text-decoration:underline;
}

.cart {

/*position:relative;*/
/*left:330px;*/
float:right;
padding-right:5px;
margin:2px;

	
}



.cart img {
padding-top:2px;
	
}

#container {
	min-width: 600px;
	background-color:white;
	clear:both;
}

#left_col {
	width: 200px;
	float: left;
	background-color:white;

}

#right_col {
	float: right;
	background-color:white;
	width:600px;
}


#topfilter {
	display:none;
}

#page_content {
	float:right;
/*	margin-left: 200px;*/
	background-color:white;
	width:600px;
}

.contentBlock {
	border-style:solid;
	border-color:#33333;
	border-width:1px;
	padding:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	margin-top:5px;
	
	
}

.contentBlockImage {
	float:left;
	padding-right:10px;
	padding-bottom:800px;
}

.contentBlockImage2 
{
    float:left;
    padding-right:10px;
    
}

.indent {
	padding-left:1em;
}

table, th, td
{
    border:0px;
    border-collapse:collapse;
    
}

td
{
    padding:2px 3px 2px 3px;
}

.promoTitle
{
    float:left;
    padding:50px 20px 0px 60px;
    
}

.promoImage
{
    float:left;
}

#promoTable td
{
    font-size:13px;
    width:580px;
}

#promoTable th
{
    color:white;
    background:#333333;
}

.bgLight
{
    background:#ffffff;
}

.bgDark
{
    background:#dddddd;
}

.tableImage
{
    text-align:center;
}

#footer {
	clear: both;
	background:#333333;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#footer p {
	padding:3px;
}

.topmenu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.filtercategory {
	padding:0;
	padding-top:10px;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#sortby {
	text-align:center;
}

.sortbyLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding-left:10px;
}

.filterboxHeader {
	
}
.filterbox {
	border-color:gray;
	border-width:1px;
	padding:0px 5px 5px 5px;
	margin:0px 5px 5px 5px;	
	border-style:solid;
	background:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
/*	height:377px; */
}

.filterInput {

}

/*the filterbox header had to be pulled out of the filterbox class due to layout issues with IE 7*/
#left_col h2 {
	background:#333333;
	color:white;
	padding-left:5px;
	margin:5px 0px 0px 5px;

	border:0px;
	width:185px;
	font-size:18px;
	font-weight:bold;
}

.filterbox h3 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 5px 0px;
	
}

.filter input[type=checkbox] {
	font-size:10px;
	color:red;
}

#filterresults {

	
	}


.searchresult {
	border-color:gray;
	border-width:1px;
	border-style:solid;
	padding:5px;
	margin:5px;	

}

#installDetails 
{
    /*display:none;*/
}

#installationOption
{
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	width:580px;
	float:left;
	padding:3px;
}

#right_col h4 
{
    padding:0px;
    margin:15px 0px 2px 0px;
}



.simpleCart_shelfItem
{
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	width:580px;
	float:left;


}

.srHeader
{
	background:#333333;
	color:white;
	font-weight:bold;
	width:570px;
	padding-left:10px;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;

}

.srLabel
{
	padding-left:10px;
}

.srSize
{
	padding-left:10px;
	padding-top:5px;
}

.item_price
{
	font-weight:bold;
	
}

.item_quantity {
	width:40px;
	font-size:11px;
}

.srQntyLabel {
	font-weight:bold;
	font-size:12px;
}
.srType
{
	font-weight:bold;
	font-size:11px;
}

.srRating {
	padding-left:5px;
	font-weight:bold;
	font-size:11px;
}

.srRunFlatText {
	padding-left:10px;
	font-weight:bold;
	font-size:11px;
}

.srPriceRow {
	padding-top:8px;
}

.srImage
{
    float:left;
    padding:5px;
}

.srTextBlock
{
    float:left;
}

.backordered {
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}

.simpleCart_shelfItem .item_add {
	font-size:10px;
	font-weight:bold;
	margin:5px;

}

.simpleCart_shelfItem .submit_button {
	width:100%;
	text-align:right;

}

#searchresultTemplate {
	display:none;	

}

#cartItemTemplate {
	display:none;
}

.cartItem {
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	width:580px;
	float:left;
}


#pageHandlerTop {

	font-size:11px;
	width:100%;
	padding-top:5px;
	float:left;
	
}

#pageHandlerTop a:link {
	color:black;
	text-decoration:none;
}

#pageHandlerTop a:hover {
	color:black;
	text-decoration:underline;
}

#pageHandlerTop a:visited {
	color:black;
	text-decoration:none;
}

#pageHandlerBottom {

	font-size:11px;
	padding-bottom:5px;
	float:left;
	width:100%;

	
}

#pageHandlerBottom a:link {
	color:black;
	text-decoration:none;
}

#pageHandlerBottom a:hover {
	color:black;
	text-decoration:underline;
}

#pageHandlerBottom a:visited {
	color:black;
	text-decoration:none;
}

.arrow {
	position:relative;
	top:4px;
}


.recCount {
	float:left;
	padding-left:10px;
}

.paging {
	float:right;
	padding-right:10px;
}


.darkClass
{
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
    display:none;
}

.darkLayerContent
{
	display:none;
    background-color: white;
    width:300px;
    height:200px;
    border:1px;
    border-color: black;
    border-style:solid;
    
    z-index:100;
    text-align:center;
    position:absolute;
  
	
}

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

	}
		
.cartHeaders {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}	


.cartHeaders.itemName {
	width:100px;
	float:left;
}

.cartHeaders .itemPrice {
	width:5em;
	float:left;
}

.cartHeaders .itemQuantity {
	width:4em;
	float:left;
}

.cartHeaders .itemTotal {
	width:5em;
	float:left;
}


.itemContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	width:580px;
	float:left;
	
	clear:both;
}


.itemName {

	background:#333333;
	color:white;
	font-weight:bold;
	font-size:14px;
	width:570px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;


}

.itemPrice {
	width:60px;
	float:left;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;

}

.itemQuantity {
	width:15px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;

}
.itemRemove
{
	width:60px;
	float:left;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;

}

.itemdecrement a
{
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	width:12px;
	height:12px;
	background-image:url('images/more.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
}

.itemincrement a
{
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	width:12px;
	height:12px;
	background-image:url('images/less.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


.itemTotal {
	width: 70px;
	float:right;
	text-align:right;
	padding-top:5px;
	padding-bottom:3px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;

}

.simpleCart_shippingCost {
	font-weight:bold;
	font-size:14px;
}

.simpleCart_finalTotal {
	font-weight:bold;
	font-size:14px;
	width:50px;
	text-align:right;
}

.simpleCart_taxCost {
	font-weight:bold;
	font-size:14px;
	width:50px;
	text-align:right;

}


.totalRow {
	width:580px;
	padding-bottom:5px;
	text-align:right;
	color:#333333;
}
.totalLabel {
	float:left;
	font-weight:bold;
	width:500px;
	text-align:right;
	font-size:14px;
	display:inline-block;
	padding-right:10px;
}


.totalLabelSmall {
	float:left;
	font-weight:normal;
	width:500px;
	text-align:right;
	font-size:10px;
	display:inline-block;
	padding-right:10px;
}

.footnote {
	font-size:11px;
	padding-left:10px;
}

.footnote2{
	font-size:14px;
	padding-left:10px;
}

.simpleCart_total {
	font-weight:bold;
	font-size:14px;
	width:50px;
	text-align:right;
}

.regPrice {
	display:none;
}