@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* form origianl site*/
a { color: #0094d0; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
body { color: #333; font: normal 12px Arial, Helvetica, sans-serif; }
body.plain { background: transparent; color: #333; font: normal 11px Arial, Helvetica, sans-serif; text-align:center; }
h1 { color: #0094d0; font-size: 18px; font-weight: bold; margin:0px 0px 10px 0px; }
h2 { color: #666; font-size: 14px; font-weight: bold; margin:0px 0px 10px 0px; }
h3 { color: #666; font-size: 12px; font-weight: bold; }
h4 { color: #0094d0; font-size: 14px; font-weight: bold; }
h5 { margin:0px; padding:0px; }
p {margin:5px 0;}
hr {border: 0; border-top: 2px dotted #c9c9c9; height: 2px; margin: 10px 0; }
ul { list-style: none; margin: 0; }
.bullet { font-size:11px; list-style:disc; margin-left:20px; }
option { padding-left: 10px; }
select { font-size: 12px; }
label { color: #0094d0; font-size:12px;}
.inputbtn {margin-bottom:-4px;}
.clearer {clear:both; height:1px;}


.highlight {background: #F4F4F4; border:1px solid #e5e5e5; padding:10px;}
.red {color:#aa2f09;}
.emphasis {color:black; font-weight:bold;}
.partner_logo {float:right;}

.cssbox { width: 780px; margin: 20px auto 0 auto; text-align:left;} 

.cssbox_top {background:url(/images/selectorbox_top.png) bottom no-repeat; height:20px;}
.cssbox_body { padding:5px 25px; background:url(/images/selectorbox_middle.png) repeat-y;} 

.header {border-bottom: 2px dotted #c9c9c9; padding-bottom:15px; margin-bottom:25px;} 
.header h1 {color:black; }
.partner_logo {float:left; }
.tool {float:none; margin:0;}

.searchBox {width:225px; float:right; margin-left:15px;}
.cssbox_bottom { background:url(/images/selectorbox_bottom.png) top no-repeat; height:20px;} 

.plain_body { padding:0; } 

#specs_table { border:1px solid #e5e5e5; padding:10px 5px; background-color:#F4F4F4;}
/*.table_header {background-color:#CCC; font-size:14px; font-weight:bold; padding:5px;}*/
.topic_header {background-color:#F4F4F4; font-weight:bold; font-size:12px; padding:5px 5px 0 10px;}
.topic_content { background-color:#F4F4F4; font-size:12px; padding:0 5px 5px 15px;}
/*.table_heading th, .table_heading td{background-color:#CCC; font-size:14px; font-weight:bold; padding:2px 5px; border-right:2px solid white;}
.table_row th, .table_row td {background-color:#F4F4F4; font-size:12px; padding:2px 5px; border-right:2px solid white; border-top:2px solid white;}*/

.partlist { margin-bottom:30px;}
.part { border:1px solid #e5e5e5; margin: 3px 0; padding:10px; font-size: 11px;}
.density { font-size:16px; font-weight:bold; display:block;}
.price {float:right; width: 100px; height:34px; margin:auto 0 auto 10px; font-weight:bold; font-size:12px; text-align:center;}
/**/
#search {height:auto;}
#data { display:none; text-align:center; }
.comp-pn {}
.c-brand {}
.c-cross {}
#buttons { visibility:hidden; height:19px; padding-top:15px;}

	
.ui-tabs { position: relative; padding: .2em;} 
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed")*/
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; height:25px; } 
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding:4px 5px; border:1px solid #e5e5e5; background-color:#eaeaea; color:#666; font-size:12px; font-weight:bold; }
.ui-tabs .ui-tabs-nav li a:hover {text-decoration:none; background-color:white;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background-color:white;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
cursor: text; background-color:white; border-bottom:1px solid white; text-decoration:none;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; border:1px solid #e5e5e5; padding: 1em .5em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
	
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('/css/ui-lightness/ui-anim_basic_16x16.gif') right center no-repeat; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; zoom:1; }
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { background-color:#cce1f4; }
.tool .ui-widget {border:none; padding:0; background-color:transparent;}
.ui-widget-content { border: 1px solid #dddddd; background-color:white; padding:5px; color:#666; text-align:left;  }
#tabs {border:none; padding:0; width: 100%;}
.ui-widget-content a { color:#666; margin-bottom:5px; text-decoration:none;}
.ui-widget-content a:hover { color: #0094d0; }
.ui-tabs-panel {display:inline; margin-top:0; min-height:120px;}
.hidden { display:none; }
#d_clip_container { position:relative; }
#mask { position:absolute; top:0; left:0; z-index:9000; background-color:#000; display:none;}
#boxes .window { position:absolute; width:440px; height:200px; display:none; z-index:9999; padding:20px; background-color:white; }
#boxes #dialog { width:375px; height:203px; }  
#boxes .close {float:right; display:block;}
.ui-widget-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color:#000; opacity: .7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
.ui-dialog {color:black;} /* container */
.ui-dialog-title {color:#0094D0; font-size:18px; font-weight:normal;}
.ui-dialog-content {color:black; font-size:1em;}
.ui-dialog-titlebar-close {float:right;}
#dialog-form label {color:black;}
#dialog-form input {margin-bottom:5px;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }

.bluebtn {
    background: none repeat scroll 0 0 #0092C8;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.shopbutton {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px 0 #8C8C8C;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    line-height: 12px;
    padding: 0 7px 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

/* button styles */
.btnblue {
	color: #fff;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 18px 5px 17px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: .8em; 
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	border: solid 1px #0094d0;
	background: #0094d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0094d0), to(#014967));
	background: -moz-linear-gradient(top,  #0094d0,  #5014967);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094d0', endColorstr='#014967');
}

.btngrey {
	color: #fff;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 18px 5px 17px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: .8em; 
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	border: solid 1px #ccc;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background: -moz-linear-gradient(top,  #ccc,  #999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999');
}


.btn {
	margin:12px 0px;
	color: #fff;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	padding: 4px 16px 4px 13px;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.25);
	/*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

a.btn:link, a.btn:visited {
	margin:12px 0px;
	color: #fff;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	padding: 4px 16px 4px 13px;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.25);
/*	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn:active {
	color: #fff;
	position: relative;
	top: 1px;
	text-decoration: none;
}

.bluebtn {
	color: #fff;
	border: solid 1px #dd650d;
	background: #f8961d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8961d), to(#dd650d));
	background: -moz-linear-gradient(top,  #f8961d,  #dd650d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8961d', endColorstr='#dd650d');
}
.bluebtn:hover, .bluebtn:active {
	color: #fff;
	background: #f8961d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8961d), to(#bc5204));
	background: -moz-linear-gradient(top,  #f8961d,  #bc5204);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8961d', endColorstr='#bc5204');
}




/* Mobile Layout: 480px and below. */
.right { display:none; float:left;}
#maintopbg {
	height: 60px;
	background-color: #000;
	background-image: url(../images/mobilebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontainer {
	background-image: url(../images/mainareabg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#leftside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
}
#leftside2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
}
#leftside3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
}
#rightside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top:20px;
}
#rightside3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top:20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:20px;
	border-top:1px #999 dotted;
	padding-top:20px;
}
.toppadding {
	padding-top: 20px;
}
#logo {
	padding:18px 30px 0px 0px;
}
.logobox {
	float: left;
	width: 100px;
}
.siteheader {
	padding:22px 0px 0px 30px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	float:left;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.dottedline {
	margin-top: 22px;
	padding-top: 22px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;	
}

.dottedline2 {
	margin-top: 18px;
	padding-top: 18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;	
}

.fltright {
	float:none;
}

.ui-tabs .ui-tabs-panel { border-top:1px solid #e5e5e5; border-left:1px solid #fff; border-right:1px solid #fff; border-bottom:1px dotted #ccc;}

.hideheader 
{
	display: inline;
}
.mainheaders
{
	display: none;
	margin:0px;
	padding:0px;
}

.resultslist
		 {
		   padding:0px;
		  padding-bottom:10px;
		  margin:0px;
		  margin-bottom:10px;
		  border-bottom:1px #999 dotted;
}

.size1 {
		width:100%;
		padding:0px;
	}
	.size2 {
		width:100%;
		padding:0px;
	}
	.size3 {
		width:100%;
		padding:0px;
	}
	.size4 {
		width:100%;
		padding:0px;
	}
	.size5 {
		width:100%;
		padding:0px;
	}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 575px) {
	.right { }
#maintopbg {
	height:115px;
	background-color: #000;
	background-image: url(../images/desktopbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontainer {
	background-image: url(../images/mainareabg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gridContainer {
	width: 90.3106%;
	padding-left: 0.3446%;
	padding-right: 0.3446%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#leftside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.6183%;
	display: block;
	padding-top: 30px;
}
#rightside {
	clear: none;
	float: left;
	margin-left: 4.7633%;
	width: 45.6183%;
	display: block;
	padding-top: 30px;
}
#leftside3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	padding-top: 30px;
}
#rightside3 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 67%;
	display: block;
	padding-top: 30px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:70px;
}
.toppadding {
	padding-top: 40px;
}
#logo {
	padding:45px 50px 0px 0px;
	display:inline;
}
.logobox {
	float: left;
	width: 200px;
}
.siteheader {
	padding:50px 0px 0px 30px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	float:left;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.ui-tabs .ui-tabs-panel { border:1px solid #e5e5e5; }

.fltright {
	float:none;
}

    .hideheader 
     {
	    display: none;
     }
     .resultslist 
     {
        list-style:none;
		border-bottom:0px;
     }
	.mainheaders
	{
		display: block;
		font-weight:bold;
	}
	.mainheaders li
	{
		display: block;
		float:left;
	}
	.resultslist  
	{
		clear:left;
		display: block;
		
	}
	.size1 {
		width:22%;
		padding:1%;
	}
	.size2 {
		width:22%;
		padding:1%;
	}
	.size3 {
		width:50%;
		padding:1%;
	}
	.size4 {
		width:11%;
		padding:1%;
	}
	.size5 {
		width:27%;
		padding:1%;
	}
	.litegrey {
		background-color:#fff;
	}
	.resultslist li {
		display: inline;
		float:left;
	    border-collapse;collapse;
	}
	.mainheaders li
	{
		display: inline;
		float:left;
	    background:#dddddd;
	}
	.listheader
	{
	  visibility:hidden;
	  width:0px;
	  display:none;
	 
	}
	.litegrey {
		background-color:#efefef;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
		.right { display:block;}
		.right {float:right; margin-left:20px;}
#maintopbg {
	height:125px;
	background-color: #000;
	background-image: url(../images/desktopbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontainer {
	background-image: url(../images/mainareabg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gridContainer {
	width: 860px;
	/*max-width: 1232px;*/
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#leftside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 55.5152%;
	display: block;
	padding-top: 30px;
	padding-right:2.5%;
}
#rightside {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 38.2213%;
	display: block;
	padding-top: 30px;
	padding-left:3%;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom:100px;
}
.toppadding {
	padding-top: 40px;
}
#logo {
	padding:45px 50px 0px 0px;
	display:inline;
}
.logobox {
	float: left;
	width: 200px;
}

}


.formshadow {
	-moz-box-shadow:    inset 0 2px 2px #ccc;
   -webkit-box-shadow: inset 0 2px 2px #ccc;
   box-shadow:         inset 0 2px 2px #ccc;
	border: 1px #CCC solid;
	background-color:#fff;
	padding:0px 5px;
	height:22px;
}

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; background-color:#eee; padding-bottom:4px; padding-top:4px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .9em .5em .9em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 0; border: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

