<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #fff;
}

#masthead {
	padding: 20px 0px;
}

#columnlabel {
	font-size: 18px;
	color: white;
	font-weight: normal;

}

#columnsublabel {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px;
	color: #666;
	font-weight: normal;	
}

/* product STYLING --------------------------------- */

.product {
	width: 150px;
	height: 220px;
	/*margin: auto auto 5px 10px;*/
	float: left;
	text-align: center;
	color: #666;
/* background-image: url(/images/selector/optimusback.png); */
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.y {
	background-image: url(/wp-content/uploads/selector_source/optimusback-y.png);
}

.r {
	background-image: url(/wp-content/uploads/selector_source/optimusback-r.png);
}

.g {
	background-image: url(/wp-content/uploads/selector_source/optimusback-g.png);
}

.d {
    background-image: url(/wp-content/uploads/selector_source/dosebadgeback-g.png);
}
 
.o {
    background-image: url(/wp-content/uploads/selector_source/outdoorback-g.png);
}

.product-brand {
	padding-top: 4px;
	font-size: 14px;
	line-height: 14px;
	color:#000;
   height:38px;
}
.product-name {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	padding-bottom: 8px;
	padding-top: 3px;
}
.product-image {
	width: 142px;
	margin: 2px;
	height: 115px;
	border:none;
}


.product-description {
	padding-top: 6px;
	height: 40px;	
}
.product-readmore  {
	padding-top: 6px;
	font-size:13px;
	color:#fff;
}

.product-readmore div { 
  width:100%;
  height:10px;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('/images/selector/images/empty.gif');
}  

.product-readmore a:link,.product-readmore a:visited {
	text-decoration:none;
	color:#fff;
}

.product-readmore a:hover {
	text-decoration:underline;
}

#red a:link, #red a:visited {
	color:#fff;
	text-decoration:none;
}

#red a:hover {
	color:#fff;
	text-decoration:underline;
}

#white {
}

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

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

.product-price {
	font-size: 24px;
	color: #C0F;
	padding-top: 20px;
	font-weight: normal;
}
.tags {
	display: none;
}

					
					
					
					
/* FORM STYLING --------------------------------- */					
					
					

#productfinderwrapper {
	margin: 20px 0 0 -10px;
	width: 903px;
	color: #990000;
	 font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 160%;
}
#leftpanel {
	float: left;
	width: 250px;
    margin-top:10px;	
}
#searchform-outer {
	float: left;
	width: 250px;
}

#searchform-outer label {
	display: block;
}

#resultspaneouter {
	float: left;
	width: 100%;
	overflow-x: hidden;
    padding-top:20px;
}

#resultspaneouter-top {
	background-repeat:no-repeat;
	height:32px;
	width:650px;
	margin-left:260px;
	padding-bottom:20px;
}

.selector-top {
	color:#990000;
	font-size:14px;
	padding:10px 0 10px 15px;
}

#resultspaneouter-bottom {
	background-repeat:no-repeat;
	height:15px;
	width:650px;
	margin-left:260px;
}



#filteredresults {
	display: none;
}

label {
	color: #990000;
}

label a:link, label a:visited {
	color:#990000;
}

#input-type-div p {
	padding-top: 20px;
	padding-left:0px;
	text-decoration:underline;
}

#input-type-div p strong {
	font-size: 14px;
	font-weight: normal;
	font-weight: normal;
}

#input-type-div a:link,
#input-type-div a:visited,
#input-type-div a:active,
#input-type-div a:hover {
    color: #990000;
}


/* Accordian CSS */
.ui-state-default p{
   background: url('../images/selector/images/icons/accordian-icons.gif') no-repeat 230px -62px;
}

.ui-state-active p{
   background: url('../images/selector/images/icons/accordian-icons.gif') no-repeat 230px 24px;
}

/* step 3 Image */
.step3{
padding:30px 0;
float:right;
}

.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
			position: absolute; left: 5em; top: 1em; z-index: 99;
			margin-left: 0; width: 200px;
			color:#fff;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #990000; border: 1px solid #000; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
