/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
 
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5;  
  margin:0; 
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, "Times New Roman";
	background: #839858 url('/wp-content/themes/default/images/bodybg.png') repeat-x;
	color: #131313;
	text-align: left;
	margin: 0;
	}

p, h1, h2, h3, h4 { margin-bottom: 10px; }

p a { color: #004A8C; }

#container { margin: 0 auto; width: 1000px; font-size: 12px; }
#page { float: left; }
#header { height: 100px; width: 960px; padding: 0 20px; float: left; }
#logo { margin: 20px 0 0 25px; float: left; }
#searchcontainer { float: right; width: 230px; }
#search .textfield { background: #fff; border: 1px solid #e7e7e7; border-top: 1px solid #acacac; height: 17px; width: 148px; padding-top: 6px; }
#search .button { background: #fff url('/wp-content/themes/default/images/search-button.png') no-repeat; height: 24px; width: 74px; border: none; padding-top: 0px; }

#phone { margin: 5px 0 5px 0; float: right; }
#nav { float: left; width: 535px; height: 32px; margin: 32px 0 0 5px; font-size: 1.1em; }

#nav a:hover { text-decoration: underline; }
#nav a.sub { background: url('/wp-content/themes/default/images/downarrow.png') 50% 100% no-repeat; }
#nav a.last { background: none; }
#navspacer {  float: left; height: 32px; width: 3px; background: url('/wp-content/themes/default/images/navspacer.png') no-repeat; }

#contenttop { float: left; clear: both; background: url('/wp-content/themes/default/images/featuredbg.png') no-repeat; width: 960px; height: 419px; padding: 0 20px; }
#learnmore { margin: 70px 0 0 470px; }

#contenttop p a:hover, #contentbottom p a:hover, #content p a:hover { text-decoration: none; }

#bottomhalf { float: left; width: 100%; }
#bottomhalf, #bottomslogan { height: 225px; }
#bottomslogan { float: left; width: 207px; }
#bottomslogan img { padding: 33px 0 0 22px; }

#contentbottom { float: left; clear: both; width: 920px; padding: 15px 40px; background: url('/wp-content/themes/default/images/homebottombg.png') repeat-y; }

#footer { float: left; clear: both; background: url('/wp-content/themes/default/images/footerbg.png') no-repeat; width: 960px; padding: 15px 20px; font-size: 11px; color: #fff; }
#footerleft { width: 475px; padding-left: 5px; float: left; }
#footerright { width: 475px; padding-right: 5px; float: right; text-align: right; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer span { font-weight: bold; }

.heading { font-size: 18px; font-family: Geneva, Verdana, Arial; color: #2B343A; margin-top: 10px; padding: 0; }
.clear { clear: both; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }


/* Index2 Styles */
#index2 #contenttop { float: left; clear: both; background: url('/wp-content/themes/default/images/featuredbg2.png') no-repeat; width: 960px; height: 419px; padding: 0 20px; }
#index2 #col2 { width: 700px; padding: 26px 23px; text-align: left; }
#index2 #col2 .heading { color: #2b343a; }




.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}




.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {



	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*Home Tabbed Div Styles */
@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
        background: #fff;
        
	width: 210px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0px;
	height: 70px;
	width: 210px;
        float: left;
	background: url('/wp-content/themes/default/images/tabbed-panel-bg.png') no-repeat;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px;
	margin: 5px 4px 0px 4px;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 62px;
	height: 63px;
}
 
#tab1 {
	background: url('/wp-content/themes/default/images/globe-inactive.png') 0 -1px no-repeat;;
}
#tab2 {
	background: url('/wp-content/themes/default/images/phone-inactive.png') 0 -1px no-repeat;;
}
#tab3 {
	background: url('/wp-content/themes/default/images/router-inactive.png') 0 -1px no-repeat;;
} 
#tab1.TabbedPanelsTabSelected {
	background: url('/wp-content/themes/default/images/tab-globe.png') no-repeat;;
}
#tab2.TabbedPanelsTabSelected {
	background: url('/wp-content/themes/default/images/tab-phone.png') no-repeat;;
}
#tab3.TabbedPanelsTabSelected {
	background: url('/wp-content/themes/default/images/tab-router.png') no-repeat;;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	height: 122px;
	border-left: solid 1px #D4D4D4;
	border-bottom: solid 1px #D4D4D4;
	border-top: none;
	border-right: solid 1px #D4D4D4;
	background-color: #fff;
	margin-top: -1px;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Breadcrumb Container Styles */
#breadcrumb-container { height: 40px; float: left; line-height: 40px; width: 100%; }
.breadcrumb { float: left; font-weight: bold; color: #ccc; }
.breadcrumb a { color: #ccc; font-weight: normal; }
.breadcrumb img { margin-right: 2px; }
#icons { float: right; }
#printpage { float: left; padding-top: 12px; margin-right: 4px;}
#sharethis { float: right; }
.stbutton { color: #ccc !important; }
#breadcrumb-container { padding: 0 20px; width: 960px; }


/* Heading Styles */
h1 { font-size: 26px;  }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h1, h2, h3 { color: #2B343A; }
#subpage h1, #regular h1 { padding: 21px 0 20px 0; clear: both; margin-top: 0 !important; }
#left-column h1, #right-column h1 { padding: 21px 0 20px 0; }

/* Subpage Styles */
#subpage #content, #regular #content { float: left; clear: both; width: 934px; padding: 0 33px;  }
#subpage #contentwrapper2, #regular #contentwrapper2 { float: left; clear: both; width: 1000px; background: url('/wp-content/themes/default/images/subpage-contentbg2.png') no-repeat; }
#subpage #contentwrapper, #regular #contentwrapper {  float: left; width: 1000px; background: url('/wp-content/themes/default/images/contentcontainerbg.png') repeat-y; }

/* Left Column Template Styles */
#left-column #sidebar { width: 180px; float: left; margin-left: 20px; }
#left-column #content { float: right; width: 730px; margin-right: 20px; padding: 0 15px; }
#left-column #contentwrapper { float: left; width: 1000px; background: url('/wp-content/themes/default/images/leftcol-bottomslice.png') repeat-y; width: 100%; }
#left-column #contentwrapper2 { float: left; background: url('/wp-content/themes/default/images/leftcol-contentbg.png') no-repeat; width: 100%; }   
#left-column #footer {  background: url('/wp-content/themes/default/images/leftcol-footerbg.png') no-repeat; }
#left-column #sidebar ul li a { padding-left: 15px; color: #356702; text-decoration: none; width: 175px; display: block; }
#left-column #sidebar ul li a:hover { text-decoration: underline; }
#left-column #sidebar ul li { height: 30px; line-height: 30px; background: url('/wp-content/themes/default/images/leftcol-col-navbg.png') no-repeat; margin: 0; }
#left-column #sidebar ul li.current_page_item a, #left-column #sidebar ul li.current_page_parent a { font-weight: bold; }
#left-column #sidebar ul li.current_page_parent, #left-column #sidebar ul li.page-item-20 { background: url('/wp-content/themes/default/images/leftcol-col-headingbg.png') no-repeat; }
#left-column #sidebar ul li.current_page_parent a, #left-column #sidebar ul li.page-item-20 a { color: #fff !important; }
#left-column #sidebar ul li.current_page_parent a { color: #fff; }
#left-column #sidebar .widget_text { line-height: 27px; margin-top: 9px; margin-right: 12px; }
#left-column #sidebar .widget_text a { color: #356702; }
#left-column #sidebar .widget_text a:hover { text-decoration: none; }
#left-column #sidebar #banner { line-height: 17px; padding: 10px; }


/* Right Column Template Styles */
#right-column #sidebar { width: 160px; float: right; margin-right: 20px; padding: 10px; }
#right-column #content { float: left; width: 730px; margin-left: 20px; padding: 0 15px; }
#right-column #contentwrapper { float: left; width: 1000px; background: url('/wp-content/themes/default/images/rightcol-bottomslice.png') repeat-y; width: 100%; }
#right-column #contentwrapper2 { float: left; background: url('/wp-content/themes/default/images/rightcol-contentbg.png') no-repeat; width: 100%; }   
#right-column #footer {  background: url('/wp-content/themes/default/images/rightcol-footerbg.png') no-repeat; }


/* Home Page Template */
#home { background: #839858 url('/wp-content/themes/default/images/home-bodybg.png') repeat-x; }
#home #contentwrapper { float: left; clear: both; width: 1000px; background: url('/wp-content/themes/default/images/home-bottombg.png') repeat-y; padding: 0; }
/* #home #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/home-featuredbg.png') no-repeat; width: 960px; padding: 0 20px; } */
#home #content { width: 960px; float: right; padding-top: 0; }
#home #content .post { width: 728px; float: right; }
#home #sidebar { float: left; padding: 434px 0 0 17px; }
#home #tophalf { float: left; height: 174px; width: 100%; }
#home #learnmore { margin: 70px 0 155px 240px; }
#home #bottomhalf { float: left; width: 708px; padding: 0 10px; }
#home #bottomhalf p { margin-top: 10px; }
#home #bottomhalf, #bottomslogan { height: 225px; }
#home #col2, #home #col3, #home #col4 { height: 160px; }
#home #col2, #home #col3, #home #col4 { float: left; width: 210px; padding: 0px 20px 0 20px; text-align: center; overflow: hidden; }
#home #tophalf img { margin-top: 5px; clear: both; }
#home #home #col3, #home #col4 { padding: 0px 10px 0 30px; }
#home #col2 { width: 200px; padding: 0 30px 0 0; }
#home #col3 { width: 220px; padding: 0px 10px 0 10px; }
#home #col4 { width: 220px; padding: 0px 10px 0 20px; }
#home #col2 .heading { color: #8A9D06; }
#home #col3 .heading { color: #8A9D06; }
#home #col4 .heading { color: #8A9D06; }
#home #col2 .heading, #home #col3 .heading, #home #col4 .heading { margin: 0; padding: 4px 0; }
#home #tophalf { float: left; height: 194px; width: 100%; }
#home #col2, #home #col3, #home #col4 { padding-top: 268px !important; }

/* Simple Home Page Template */
#home-simple { background: #839858 url('/wp-content/themes/default/images/home-bodybg.png') repeat-x; } 
#home-simple #content table tr td img { padding: 0 0 10px 0 !important; margin: 0 !important; }
#home-simple #contentwrapper { float: left; clear: both; width: 1000px; background: url('/wp-content/themes/default/images/home-bottombg.png') repeat-y; padding: 0; }
#home-simple #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/home-simple-featuredbg.png') no-repeat; width: 960px; padding: 0 20px; }
#home-simple #content { width: 960px; float: right;  }
#home-simple #content .post { width: 920px; float: right; padding: 0 20px; }
#home-simple #simple-content { margin-top: 100px;  }
#home-simple #col2, #home-simple #col3, #home-simple #col4 { height: 160px; }
#home-simple #tophalf img { margin-top: 5px; clear: both; }
#home-simple #home #col3, #home-simple #col4 { padding: 0px 10px 0 30px; }
#home-simple #col2 { width: 220px; padding: 0 30px 0 205px; }
#home-simple #col3 { width: 230px; padding: 0px 10px 0 10px; }
#home-simple #col4 { width: 230px; padding: 0px 10px 0 20px; }
#home-simple #col2 .heading { color: #8A9D06; }
#home-simple #col3 .heading { color: #8A9D06; }
#home-simple #col4 .heading { color: #8A9D06; }
#home-simple #col2 .heading, #home-simple #col3 .heading, #home-simple #col4 .heading { margin: 0; padding: 4px 0; }
#home-simple #tophalf { float: left; height: 420px; width: 935px; }
#home-simple #col2, #home-simple #col3, #home-simple #col4 { padding-top: 270px !important; text-align: center; }

/* Main Level Template */
#main-level #leftcell { width: 207px; background: #fff; border-right: 1px solid #bcbcbc; }
#main-level #leftcell .navitem a { background: #fff url('/wp-content/themes/default/images/main-leftnav-bg.png') no-repeat; text-decoration: none; display: block; float: left; height: 30px; width: 192px; line-height: 30px; padding-left: 15px; }
#main-level #leftcell .navitem a:hover { text-decoration: underline; }
#main-level #leftcell .navitem a.currentpage { font-weight: bold; }
#main-level #leftcell a  { color: #356702; }
#main-level .lowerlinks { text-align: right; padding: 20px 10px 0 0; }
#main-level .lowerlinks a { padding-bottom: 15px; clear: both; padding-bottom: 8px; float: right; }
#main-level .lowerlinks a:hover { text-decoration: none; }
#main-level #col2, #main-level #col3, #main-level #col4 { width: 230px; text-align: center; padding: 0 10px; }
#main-level #col2 .heading, #main-level #col3 .heading, #main-level #col4 .heading { color: #8A9D06; }
#main-level #mainleveltable { margin-top: 194px; clear: both; }
#main-level #rightcell { padding-top: 65px; }
#main-level #bottomhalf tr td { padding: 15px 10px; clear: both; float: left; }
#main-level #contentwrapper { float: left; clear: both; width: 1000px; background: url('/wp-content/themes/default/images/home-bottombg.png') repeat-y; padding: 0; }
#main-level #footer { background: url('/wp-content/themes/default/images/main-level-footerbg.png') no-repeat !important; }


/* OEM Distribution Subpages */
/* .text-right { width: 170px; padding-right: 10px; background: #f0f0f0; padding-bottom: 10px; border-bottom: 1px solid #d7d7d7;  } */

/* Parts Distribution Subpages */
.indexparts-distributionswitchbook #text-451778771, .indexparts-distributiongsa #text-451778771, .indexparts-distributionpurchasing #text-451778771, .indexparts-distributioncontact-us #text-451778771 { padding-bottom: 70px; background: none; border: none; }
/* .indexparts-distributionswitchbook #text-451778771 .text-right, .indexparts-distributiongsa #text-451778771 .text-right, .indexparts-distributionpurchasing #text-451778771 .text-right, .indexparts-distributioncontact-us #text-451778771 .text-right { background: none; border: none; } */

/* Parts Distribution Homepage */
.indexparts-distribution #contentwrapper2, .indexrefurbished-products #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/partshome-featuredbg.png') no-repeat; width: 960px; padding: 0 20px; }
 
/* OEM Distribution Homepage */
.indexoem-distribution #contentwrapper2, .indexchannel-partners #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/oemhome-featuredbg.png') no-repeat; width: 960px; padding: 0 20px; }

/* SIP Services Homepage */
.indexsip-services #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/siphome-featuredbg.png') no-repeat; width: 960px; padding: 0 20px; }

/* Forms */
.indexrefurbished-productspurchasing td, .indexrefurbished-productsresellers td, form table td { text-align: left; padding-bottom: 3px; vertical-align: top; }
.indexrefurbished-productspurchasing .col1, .indexrefurbished-productsresellers .col1, form table .col1 { font-weight: bold; width: 130px; }
.indexrefurbished-productspurchasing .texttdgreen, .indexrefurbished-productsresellers .texttdgreen { padding: 10px 0 10px 0; color: green; font-style: italic; }
.indexrefurbished-productspurchasing .texttd, .indexrefurbished-productsresellers #texttd { padding: 10px 0; }
.indexrefurbished-productspurchasing .colheading, .indexrefurbished-productsresellers .colheading { padding: 10px 0 10px 15px; background: #FEF6D8; border-top: 2px solid #FDE179; margin: 10px 0; border-bottom: 2px solid #FDE179; color: #B79000; }
.colspacer { height: 10px; }
form table select { width: 222px; }

/* Siemens Page BG */
.indexchannel-partnerssiemens #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/siemens-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }

/* Adtran Page BG */
.indexchannel-partnersadtran #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/adtran-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }

/* Egypi Page BG */
.indexchannel-partnersepygi #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/egypi-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }

/* 3CX Page BG */
.indexchannel-partners3cx #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/3cx-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }

/* Sangoma Page BG */
.indexchannel-partnerssangoma #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/sangoma-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }

/* Snom Page BG */
.indexchannel-partnerssnom #contentwrapper2 { float: left; clear: both; background: url('/wp-content/themes/default/images/snom-featuredbg.png') no-repeat !important; width: 960px; padding: 0 20px; }
#home.indexchannel-partnerssnom #col2, #home.indexchannel-partnerssnom #col3, #home.indexchannel-partnerssnom #col4 { padding-top: 252px !important; }


/* Our Staff */
.indexaboutour-staff td { vertical-align: top; }

* td { vertical-align: top; }

/* Product Ads */
#product-ad { text-align: center; }

#incoming { display: none !important; }



/* Switchbook Styles */
.toggler {
	margin: 0 0 7px 0;
	padding:0;
	/* background-image: url('/wp-content/themes/default/images/switchbook-bg.jpg'); */
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: sans-serif;
	background-repeat: repeat-x;
background-color: #f3f3f3;
}

.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
.tdcol1 { width: 151px; }
.tdcol2 { width: 149px; }
.tdcol3 { width: 97px; }
.tdcol4 { width: 121px; }
.tdcol5 { width: 194px; }
.print { float: right; }


.noborder a { border-bottom: none !important; }
.noborder a li a, .hasborder a { border-bottom: 1px dashed #d5d5d5 !important; }

#productdropbox {
background-color:#E6E6E6;
border:1px solid #E6DB55;
}
#producttitle {
font-size:16px;
font-weight:bold;
color:#0E58B1;
border-bottom:1px solid #D7D7D7;
padding-bottom:5px;
}

*html #left-column #content { float: right;  }
*html #left-column #sidebar { float: left; margin-left: 10px; }
*html #left-column .entry, *html #left-column h1 { padding-left: 15px; }
*html #left-column .entry { width: 715px !important; }
*html #left-column #footer  {  background: url('/wp-content/themes/default/images/leftcol-footerbg.gif') no-repeat; }