/*
    BiPOM Electronics, Inc. Web Site
    Main CSS File
*/
/* ------------------------------------------------------------------------------- */
/*  Structure HTML Elements                                                             */
/* ------------------------------------------------------------------------------- */

html, body { height: 100%; }

body
{
	/*background-color: #f9fafe;*/
	background-color: #fcfdfe;
	font-size: 100.1%;
	overflow-y:scroll;
}

p,
table.table-ez-no-border p         
{ margin: 12px 0; }
table p   { margin: 0; }

a         { text-decoration: none; color: #0033cc; }
a:link    { color: #0033cc; }
a:visited { color: #0033cc; }
a:hover   { color: #0066ff; }
a:active  { color: #0066ff; }
a:focus   { outline: none; } 

img         { border: 0; outline: 0; margin: 0; vertical-align: top; }
strong      { font-weight: bold; }
em          { font-style: italic; }

.list       { list-style-type: disc; list-style-position:inside; margin-left: 10px; }

input
{
    border-top: 1px solid #7C7C7C;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #DDD;
    background: white url('/images/themes/default/fieldbg.gif') repeat-x top;
}

ol
{
    list-style-type:decimal;
    list-style-position: inside;
}

pre
{
    margin: 5px;
    padding: 10px;
    font-family: "Courier New", Tahoma;
    width: 600px;
    color: Black;
}

/* ------------------------------------------------------------------------------- */
/*  Simple Classes                                                                 */
/* ------------------------------------------------------------------------------- */
.float-left { float: left; }
.float-right { float: right; }
.inline { display: inline; }
.center { text-align:center; }
.block-center { margin-left: auto; margin-right: auto; display: block; }
.table-center { margin: 0 auto; }

.clear 
{
    padding: 0;
    margin: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

.right-shifted 			{ margin-left: 20px !important; }
.right-space-small		{ margin-right: 10px !important; }
.right-space-medium		{ margin-right: 20px !important; }
.left-space-small		{ margin-right: 10px !important; }
.left-space-medium		{ margin-right: 20px !important; }
.bottom-space-small		{ margin-bottom: 10px !important; }
.top-space-small		{ margin-top: 10px !important; }
.bottom-space-medium	{ margin-bottom: 20px !important; }
.top-space-medium		{ margin-top: 20px !important; }
.top-space-large		{ margin-top: 40px !important; }
.table-cell-center-content td,
.cell-center-content 
{ text-align: center; vertical-align: middle; }

/* ------------------------------------------------------------------------------- */
/*  Templates styling                                                              */
/* ------------------------------------------------------------------------------- */
#page
{
    min-height: 100%;
    min-width: 1150px;
}

#header
{
    width: 100%;
    height: 60px;
    background: transparent url("/images/themes/default/headder-backgrnd.gif") repeat-x;
}

#vmenu
{
    width: 100%;
    height: 32px;
    background-color: #333366;  
    background: url('/images/themes/default/vmenu-container-bg.png') repeat-x;   
}

#footer-placeholder
{
    height: 60px;    
}

#footer
{
    width: 920px;
    height: 60px;
    margin: -60px 0 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

#footer > div
{
    color: #fff;
}
 
#footer-div
{
    width:100%; 
    margin-top: -60px;
}

#footer-div div
{
    height: 18px;
    background-image: url(/images/themes/default/footer-background.gif);
    
}

/* ------------------------------------------------------------------------------- */
/*  Top Menu styling                                                                   */
/* ------------------------------------------------------------------------------- */
ul#top-menu
{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    position:relative;
    display: inline;
    height:32px;
    font-size:12px;
    font-weight:bold;
    background-color: #333366;
    font-family: Verdana, Arial,Helvetica, sans-serif;
    border:0;
}

ul#top-menu li
{
    width: 81px;
    height:32px;
    
    display:block;
    float:left;
    margin:0;
    padding:0;
    background-color: #336699;
    background: url('/images/themes/default/vmenu-bg.png') no-repeat 0 0;
}

ul#top-menu li a
{
    text-align: center;
    width: 81px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    display:block;
    float:left;
    color:white;
    text-decoration:none;
}

ul#top-menu li.current a
{
    color: #333366;
}

ul#top-menu li:hover
{
    background: url('/images/themes/default/vmenu-bg-hover.png') no-repeat 0 0;
    background-color: #333366;
}

ul#top-menu li.current
{
    background: url('/images/themes/default/vmenu-bg-current.png') no-repeat 0 0;
    background-color: #9999ff;
}

#shop-cart-icon
{
    display: inline;
}
#shop-cart-icon form
{
		margin: 0px;
    display: inline;
}

/* ------------------------------------------------------------------------------- */
/*  HOME PAGE CONTENT                                                                         */
/* ------------------------------------------------------------------------------- */
#homepage-content
{
    margin: 15px 0 0 10px;
    width: 880px;

	font-size: 12px; 
	text-decoration: none; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	font-weight: normal;
	float: left;	
}

#homepage-footer
{
    width: 890px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

#homepage-content .space-col
{
	width: 35px;
}

#homepage-content .group-info-header
{
	width: 270px;
	height: 25px;
	background: transparent url('/images/themes/default/group_header_background.gif') no-repeat 0 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

#homepage-content .group-info-header a
{
	color: white;
	text-decoration: none; 
	font-style: normal; 
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

#homepage-content .group-info_footer
{
	padding: 0;
	margin: 0;    
	width: 270px;
	height: 25px;
	background: transparent url('/images/themes/default/sub_footer.jpg') no-repeat left top;
	font-size: 12px;
	color: white;
	vertical-align: middle;
	text-align: center;
}

#homepage-content .group-info
{
	width: 270px;
	background: transparent url('/images/themes/default/group_background.gif') repeat-y left top;
	margin: 0;
	min-height: 100%;
	text-align: left;
	vertical-align: top;
}

#homepage-content .group-info div
{
	padding: 4px; 
}

#homepage-content-border
{
    width: 100%;
}

#homepage-right
{
    width: 150px;
    float: left;
    padding: 15px 0px;
    text-align: center;
}

/* ------------------------------------------------------------------------------- */
/*  MASTER PAGE CONTENT                                                                         */
/* ------------------------------------------------------------------------------- */
#masterpage-content-border
{
    width: 940px;
}

#masterpage-content
{
    width: 635px;
    min-height: 700px;
    border: 1px solid #bdcfde;
    padding: 5px;
    margin: 2px 0;
    
	font-size: 14px; 
	text-decoration: none; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	font-weight: normal;
	text-align:justify;

	float: left;
}

#sidebar-left
{
    width: 158px;
    float: left;
    padding: 2px;
}

#sidebar-right
{
    width: 120px;
    float: left;
    padding: 2px;
}

/* ------------------------------------------------------------------------------- */
/*  WIDGETS                                                                        */
/* ------------------------------------------------------------------------------- */
.input-search
{
    padding-left: 2px;
    height:18px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
/*    background-color: #FDFDFD;*/
    background: transparent url('/images/themes/default/search.png') no-repeat 0 0px;
    margin: 4px;
    color: black;
    width: 105px;
		vertical-align: middle;
}
.input-search:hover
{
	background: #FFFFFF;
}

.widget-title
{
    font-family: Geneva, Verdana, Arial, Tahoma;;
    font-size: 13px;
    font-weight: bold;
    color: #900;
    text-align: center;
    margin-top: 6px;
    padding-bottom: 4px; 
}

.widget-link
{
    font-family: Geneva, Verdana, Arial, Tahoma;;
    font-size: 11px;
    font-weight: bold;
    color: #0033CC;
    text-decoration: none;
    margin: 6px auto 2px auto;
}

div.widget-block
{
    margin-bottom: 10px;
}


div#widget-featured-products.widget-block a
{ text-align: center; display: block; }
 
div#widget-featured-products.widget-block
{
    font-size: 12px;
    text-align: center;
}

#search-block
{
    width:115px;
    border: 1px solid #BDCFDE;
    padding: 1px;
}

#search-block .btn-search-small
{
    margin-left: 25px;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------- */
/*  LEFT MENU                                                                      */
/* ------------------------------------------------------------------------------- */
ul.menu-left,
ul.menu-this-section
{
    list-style:none;
}

ul.menu-left li,
ul.menu-this-section li
{
	display: block;
	height: 16px;
	vertical-align: top;
    padding: 0 0 0 12px;
    margin: 2px 0;
    background: url('/images/themes/default/menu-arrow.gif') no-repeat 0 -2px;
}

ul.menu-left a,
ul.menu-this-section a
{
	display: inline-block;
	height: 15px;
	padding: 2px 0;
	vertical-align: middle;
	
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3D4B6B;
    text-decoration: none;
}

ul.menu-left a:hover,
ul.menu-this-section a:hover, 
ul.menu-this-section li.menu-this-section-selected-item a:hover
{
    color: #C00;
}

ul.menu-left li:hover
{
    background-color: #CCF;
}

ul.menu-this-section li:hover
{
    background-color: #CCF;
}

ul.menu-this-section .menu-this-section-selected-item, ul.thisSection li.menu-this-section-selected-item:hover
{
    background-color: #3D4B6B;
}

ul.menu-this-section .menu-this-section-selected-item a
{
    color: White;
}

/* ------------------------------------------------------------------------------- */
/*  NEWS CONTENT                                                                   */
/* ------------------------------------------------------------------------------- */
.news-title
{
    font-weight: bold;
    text-decoration: none;
}

.news-date
{
    color: Gray;
}

.newsletter-link
{
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0;
}

/* ------------------------------------------------------------------------------- */
/*  CONTENT                                                                        */
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/*  TITLES                                                                         */
/* ------------------------------------------------------------------------------- */
h1, h2, h3, h4 { font-family:  Arial, Verdana, Tahoma; }

h1
{
	font-size: 24px;
	color: #163774;
	font-weight: bold;
	margin: 5px 0;
}

h1.red
{
	font-size: 24px;
	color: #900;
	font-weight: bold;
	margin: 15px 0;
}

h2
{
	color: #3D4B6B; 
	font-size: 14px; 
	font-weight: bold;
}

h2.bigger {
	font-size: 14px; 
}

h2.before-hr {margin: 15px 0 0 0;}

h3
{
	color: black; 
	font-size: 12px; 
	font-weight: bold;
	font-style:italic;
}

h4
{
	color: black; 
	font-size: 12px; 
	font-weight: bold;
	margin: 10px 0 0;
}

h4 + p { margin: 0;}


/* ------------------------------------------------------------------------------- */
/*  DIVIDERS                                                                       */
/* ------------------------------------------------------------------------------- */
hr.hr-long, hr.hr-medium-long, hr.hr-medium, hr.hr-short
{
    text-align: left;
    height: 2px;
    border: 0; 
    background-position: left;
    margin: 3px 0;
}

hr.hr-long
{
    width: 1020px;
    background: #fff url('/images/themes/default/bluebar-large.png') no-repeat;
}

hr.hr-medium-long
{
    width: 460px;
    background: #fff url('/images/themes/default/bluebar-medium-long.png') no-repeat;
}

hr.hr-medium
{
    width: 310px;
    background: #fff url('/images/themes/default/bluebar-medium.png') no-repeat;
}

hr.hr-short
{
    width: 115px;
    background: #fff url('/images/themes/default/bluebar-short.png') no-repeat;
}

/* ------------------------------------------------------------------------------- */
/*  BUTTONS                                                                        */
/* ------------------------------------------------------------------------------- */
.btn-delete, .btn-recalc, .btn-submit, .btn-reset, .btn-back, .btn-checkout, .btn-empty-cart, .btn-continue-shopping, .btn-modify-cart, .btn-go-to-checkout, 
.btn-go, .btn-search, .btn-search-small, .btn-buy, .btn-buy-narrow, .btn-clear, .btn-default, .btn-build-it, .btn-feedback
{
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* IE 5.x */
	color: transparent;
	/*text-indent: -9999px;*/
}

.btn-delete, .btn-recalc, .btn-submit, .btn-reset, .btn-back, .btn-checkout, .btn-empty-cart, .btn-continue-shopping, .btn-modify-cart, .btn-go-to-checkout, .btn-go, .btn-search, .btn-search-small, .btn-buy, .btn-buy-narrow, .btn-clear, .btn-default, .btn-build-it, .btn-feedback {font-size:0;line-height:0}  

.btn-delete
{
	width: 15px;
	height: 15px;
} 

.btn-recalc
{
	width: 20px;
} 

.btn-go
{
    width: 32px;
}

.btn-submit, .btn-reset, .btn-back, .btn-checkout, .btn-search, .btn-clear, .btn-default, .btn-build-it
{
    width: 90px;
}

.btn-empty-cart, .btn-continue-shopping, .btn-modify-cart, .btn-go-to-checkout
{
    width: 150px;
}

.btn-feedback
{
    width: 115px;
}

.btn-search-small
{
    width: 70px;
}
.btn-search-menu
{
	margin-left: -4px;
	background: transparent url('/images/themes/default/button-search-menu.png') no-repeat 0 0px;
	width: 60px;
	height: 20px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* IE 5.x */
	vertical-align: middle;
	text-align: center;
    font-weight: bold;
}

.btn-delete			{ background: transparent url('/images/themes/default/button-delete.png') no-repeat top left; }
.btn-recalc			{ background: transparent url('/images/themes/default/button-recalc.png') no-repeat top left; }
.btn-go			    { background: transparent url('/images/themes/default/button-go.png') no-repeat top left; }
.btn-submit			{ background: transparent url('/images/themes/default/button-submit.png') no-repeat top left; }
.btn-reset			{ background: transparent url('/images/themes/default/button-reset.png') no-repeat top left; }
.btn-back			{ background: transparent url('/images/themes/default/button-back.png') no-repeat top left; }
.btn-checkout		{ background: transparent url('/images/themes/default/button-checkout.png') no-repeat top left; }
.btn-empty-cart		{ background: transparent url('/images/themes/default/button-empty-cart.png') no-repeat top left; }
.btn-modify-cart	{ background: transparent url('/images/themes/default/button-modify-cart.png') no-repeat top left; }
.btn-go-to-checkout	{ background: transparent url('/images/themes/default/button-go-to-checkout.png') no-repeat top left; }
.btn-search         { background: transparent url('/images/themes/default/button-search.png') no-repeat top left; }
.btn-search-small   { background: transparent url('/images/themes/default/button-search-small.png') no-repeat top left; }
.btn-clear          { background: transparent url('/images/themes/default/button-clear.png') no-repeat top left; }
.btn-default        { background: transparent url('/images/themes/default/button-default.png') no-repeat top left; }
.btn-build-it       { background: transparent url('/images/themes/default/button-build-it.png') no-repeat top left; }
.btn-feedback       { background: transparent url('/images/themes/default/button-feedback.png') no-repeat top left; }
.btn-continue-shopping	{ background: transparent url('/images/themes/default/button-continue-shopping.png') no-repeat top left; }

.btn-buy
{
    width: 42px;
    background: transparent url('/images/themes/default/button-buy.gif') no-repeat top left;
}

.btn-buy-narrow
{
    width: 35px;
    background: transparent url('/images/themes/default/button-buy-narrow.gif') no-repeat top left;
}

/* ------------------------------------------------------------------------------- */
/*  PRICE FORM                                                                          */
/* ------------------------------------------------------------------------------- */
#form-buy .price 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1A3A76;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    display: inline-block;
}

#form-buy input#quantity 
{
	width: 30px;
}

#form-buy input#quantity,
#form-buy input.aligned-to-button
{
    margin: 0;
    height: 17px;
    vertical-align: top;
}

#form-buy .btn-buy
{
    vertical-align: top;
}

#form-buy .btn-buy-narrow
{
    vertical-align: top;
}

/* ------------------------------------------------------------------------------- */
/*  LINKS                                                                          */
/* ------------------------------------------------------------------------------- */
.link-blue-arrow, .link-apple, .link-gray-arrow, .link-zip, .link-download, .link-start-guide 
{
    background-repeat:no-repeat;
    padding-left: 14px;
    font-size: 14px;
    text-decoration: none;
}

.link-zip { background-image: url('/images/themes/default/zip.gif'); padding-left: 22px;}
.link-blue-arrow { 
	display: block;
    height: 14px;
    padding: 2px 14px;
	background-image: url('/images/themes/default/arrow_blue.gif'); 
	background-position: 0 1px; 
}
.link-apple { background-image: url('/images/themes/default/apple.png'); }
.link-gray-arrow { background-image: url('/images/themes/default/arrow_gray.gif'); }
.link-pdf-bold 
{ 
    background: url('/images/themes/default/adobe.gif') no-repeat 0 2px; 
    background-repeat:no-repeat;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #3D4B6B !important;
    padding: 4px 0 4px 22px;
}

.link-bold
{
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.link-start-guide 
{ 
    background-image: url('/images/themes/default/start.jpg'); 
    padding-left: 60px; 
    line-height: 54px; 
    display: inline-block;
    height: 54px;
    vertical-align: middle; 
}

.link-start-guide, 
.link-start-guide:visited,
.link-start-guide:active,
.link-start-guide:focus
{ color: #449A11 !important; }

.link-start-guide:hover
{ color: #88AA55 !important; }

.link-download
{ 
    background-image: url('/images/themes/default/icon-download.jpg'); 
    padding-left: 80px; 
    line-height: 50px; 
    display: inline-block;
    height: 50px;
    vertical-align: middle; 
}

/* ------------------------------------------------------------------------------- */
/*  TABLES                                                                         */
/* ------------------------------------------------------------------------------- */
.tb_loose td{padding:2px; margin:1px; vertical-align: middle} 

table.ez-prices td { line-height: 24px; }

table.table-with-space
{
    border-collapse:separate;
    border-spacing: 4px;
}
table.table-zebra-ez .hdr
{
	font-weight: bold;	
	background-color: #D1E4F5;	
	
}

table.table-zebra .hdr, 
table.table-zebra-center .hdr, 
table.table-zebra-center-first-row-left .hdr,
table.table-prices .hdr,
table.table-adapters .hdr,
table.table-device-manuf .hdr
{
	font-weight: bold;	
}

table.table-zebra-ez,
table.table-zebra, 
table.table-zebra-center, 
table.table-zebra-center-first-row-left,
table.table-prices,
table.table-adapters,
table.table-device-manuf
{
    border: 1px solid #25437C;
    border-collapse:separate;
    border-spacing: 2px;
}

table.table-zebra-ez td,
table.table-zebra td, 
table.table-zebra-center td,  
table.table-zebra-center-first-row-left td,
table.table-adapters td,
table.table-device-manuf td
{
    padding: 2px;
}

table.table-zebra-ez td
{
	border: 1px solid #bbb;	
}

table.table-zebra-center td, 
table.table-zebra-center-first-row-left td,
table.table-sel-guide td,
table.table-device-manuf td
{
    text-align: center;
}

table.table-zebra-ez th,
table.table-zebra th,
table.table-zebra-center th,
table.table-zebra-center-first-row-left th,
table.table-prices th,
table.table-adapters th,
table.table-device-manuf th
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #25437C;
}

table.table-zebra .alternate,
table.table-zebra-center .alternate,
table.table-zebra-center-first-row-left .alternate,
table.table-prices .alternate,
table.table-zebra-small .alternate,
table.table-adapters .alternate
{
    background-color: #ddd;
}

table.table-zebra-center-first-row-left td:first-child,
table.table-zebra-small td:first-child,
table.table-sel-guide td:first-child
{
    text-align: left;
}

table.table-prices .name
{
  font-weight: bold;
	text-align:left;
	vertical-align:middle;
}

table.table-prices .price
{
  font-weight: bold;
  color: #1A3A76;
  text-align: center;
	vertical-align: middle;
}

table.table-prices .description
{
	text-align:left;
	vertical-align: middle;
}

table.table-prices .buy-form-cell
{
	vertical-align: middle;
	text-align: center;
}

table.table-zebra-small
{
    border: 1px solid gray;
}

table.table-zebra-small td
{
    font-size: 11px;
    border: 1px solid gray;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

table.table-sel-guide
{
    border: 1px solid #25437C;
}

table.table-sel-guide td,
table.table-device-manuf td
{
	border: 1px solid #999;
	font-size: 12px;
	padding: 2px;
}

table.table-sel-guide td:first-child
{
    font-weight: bold;
}

table.table-oled thead td
{
	text-align: center;
    background-color: #eee;	
}

table.table-oled tbody td:first-child
{
	background-color: aliceblue;
}
table.table-oled tbody td:last-child
{
	width: 320px;
}

table.table-adapters td
{
	vertical-align: middle;	
}

table.table-adapters td.name
{
	text-align: center;
	font-weight: bold;
}

td.cell-title	
{ 
	text-align: center !important; 
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #25437C;
}
td.cell-warning	{ background-color: #f88; }
td.checked-cell { background-color: #ADCFBD; }
td.a-left       { text-align: left !important;}
td.a-rigth      { text-align: right !important;}
td.a-center     { text-align: center !important;}


/* ------------------------------------------------------------------------------- */
/*  LISTS                                                                         */
/* ------------------------------------------------------------------------------- */
.list-bullets, .list-bullets-vspace, .list-red-arrows
{
    list-style: none;
    margin: 5px 0;
}

.list-red-arrows li
{
    background: url('/images/themes/default/arrow.gif') no-repeat 0 2px; 
    padding-left: 14px; 
    margin-top: 5px;
	margin-left: 5px;
}

.list-bullets li
{
    background: url('/images/themes/default/bullet.gif') no-repeat 0 2px; 
    padding-left: 14px; 
    margin-top: 3px;
}

.list-bullets-vspace  li
{
    background: url('/images/themes/default/bullet.gif') no-repeat 0 2px; 
    padding-left: 14px; 
    margin-top: 15px;
}

.list-bullets-vspace2
{
    list-style: none;
    margin-bottom: 5px;
}

.list-bullets-vspace2  li
{
    background: url('/images/themes/default/bullet.gif') no-repeat 0 2px; 
    padding-left: 14px; 
    margin-bottom: 15px;
}

.list-ordered
{
    list-style-type:decimal;    
}

.list-ordered li
{
    padding-left: 0px;
    list-style-position: outside;
}

.list-top-links     { list-style-type: none; }
.list-top-links li  { display: inline; padding-right: 40px;}

.list-definitions   { list-style-type: none; }
.list-definitions li{ font-weight: bold; color: #900; margin-top: 2px; }

.list-vspace li     { margin: 5px 0; }
/* ------------------------------------------------------------------------------- */
/*  IMAGES                                                                         */
/* ------------------------------------------------------------------------------- */
.img-left
{
    float: left;
    margin: 2px 10px 15px 0;
}

.img-right
{
    float: right;
    margin: 8px 0 10px 10px;
}


img.employee
{
    float: left;
    width: 100px;
    margin: 0 10px 20px 0; 
}

/* ------------------------------------------------------------------------------- */
/*  DISPLAY INFO PAGE                                                              */
/* ------------------------------------------------------------------------------- */
.display-desc
{
    margin-right: 220px;
}


/* ------------------------------------------------------------------------------- */
/*  PRODUCT LISTS                                                                  */
/* ------------------------------------------------------------------------------- */
.product-block             { margin: 25px 0 0 5px; }
.product-block .img-left    { float: left; margin: 0; }
.product-block div         { margin-left: 110px; }

div.display-col-box         { margin: 15px 0 0 0; display: inline-block; vertical-align: top; padding-right: 15px; }
div.display-col-box a img   { width: 140px; float: left; }
div.display-col-box div,     
div.display-col-box div.display-short-desc
{ margin-left: 150px; }

div.display-col-box div.display-short-desc
{ width: 150px; }

div.product-col-box         { margin: 15px 0 0 0; display: inline-block; vertical-align: top; padding-right: 15px; }
div.peripheral-col-box      { margin: 15px 0 0 0; display: inline-block; vertical-align: top; padding-right: 15px; width: 301px; float: left; text-align: left;}
div.product-col-box a img   { width: 120px; float: left; }
div.product-col-box > div,     
div.product-col-box > div.product-short-desc
{ 
	margin-left: 130px; 
	font-size: 14px;
}
div.product-col-box h2 { font-size: 16px; }

div.product-col-box div.product-short-desc
{ width: 150px; }

#periph-boards-cat-list     { list-style-type: none; }
#periph-boards-cat-list li  { margin: 0 0 2px 20px; }
#periph-boards-top-links-list { margin: 5px 0 10px 0; list-style-type: none; }
#periph-boards-top-links-list li { display: inline; padding-right: 30px; }

ul.list-links    { list-style-type: none; margin: 5px 0; }
ul.list-links li { margin-bottom: 4px; }

.example-toolkit-box 
{ 
    width: 620px; 
    background-color: #ffff9c; 
    border: 1px solid #000;
    margin: 0 0 15px 0;
    position: relative;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    
    behavior: url(/styles/pie.htc);
}
.example-toolkit-label  { color: #3D4B6B; font-size: 13px; font-weight: bold; margin-left: 10px; }
.example-toolkit-value  { margin-left: 10px; position: absolute; left: 80px; }

.examples-pic-box, 
.product-pic-box
{ 
    width: 120px; 
    display: inline-block; 
    vertical-align: top; 
    margin-bottom: 15px; 
    text-align: center;
}

.product-video-box
{
    width:100%;
    text-align: center;
}

.product-video-box p
{
    font-weight: bold;
    margin: 5px auto 15px auto !important;
}  

/* ------------------------------------------------------------------------------- */
/*  PRODUCTS SEARCH FORM                                                           */
/* ------------------------------------------------------------------------------- */
#product-search-form  {border-bottom: 1px solid #bdcfde; padding: 10px 5px;}
#product-search-form span { font-weight: bold; vertical-align: bottom; position: relative; top: -3px;}
#product-search-form input { vertical-align: text-bottom; }
#product-search-form input + span { margin-left: 40px; }
#product-search-form input[type=edit] { height: 16px; }
#product-search-form select { height: 20px; vertical-align: bottom; }

.price-short-form input { vertical-align: middle; }

/* ------------------------------------------------------------------------------- */
/*  PRODUCTS PAGE                                                                  */
/* ------------------------------------------------------------------------------- */
#product-info { width: 100%; table-layout: fixed;}
#product-info td { vertical-align: top; }

#product-description            { font-weight: bold; margin-right: 10px; }
#product-description-obsolete    { font-weight: bold; color: #f00; }
#product-links-block { width: 100%; margin-top: 15px; text-align: left;}
#product-links-block a { display: block; }
#product-info  td#product-price-block { vertical-align: middle; text-align: center; }

#product-features-block ul { list-style-type: disc; list-style-position:inside; margin-left: 10px; }
#product-features-block ul li { margin-bottom: 3px; } 
#product-features-block h2,
#product-related-products-block h2
 { margin: 5px 0 0 0; }

#product-related-products-block ul li { margin-bottom: 3px; }

table + #product-related-products-block,
#product-features-block + #product-related-products-block,
#product-related-products-block + .table-prices 
{ margin-top: 15px;}

/* ------------------------------------------------------------------------------- */
/*  MIDE REVISIONS                                                                 */
/* ------------------------------------------------------------------------------- */
.devsys-revision { font-style: italic; color: #f00; margin-bottom: 0 !important;}
.devsys-revision + p { margin-top: 2px !important;}

/* ------------------------------------------------------------------------------- */
/*  SOURCE CODE                                                                    */
/* ------------------------------------------------------------------------------- */
div.prototype
{
    background-color: #DDD;
    margin: 0;
    padding: 10px;
    font-family: "Courier New", Tahoma;
    width: 600px;
    color: Black;
}

div.code
{
    background-color: #fff;
    border: 1px solid black;
    margin: 5px;
    padding: 10px;
    font-family: "Courier New", Tahoma;
    width: 600px;
    color: Black;
}


div.code .keyword { color: Blue; }
div.code .comment { color: Green; }
div.code .string  { color: Silver; }

.sys-path
{
    font-family: "Courier New", Tahoma;
    font-weight: bold;
}
div.breadcrumbs {
	padding: 5px;
	background-color: #ddd;
	width: 100%;
	margin: 1px 0;
	color: #777;
	font-size: 12px; 
	font-family: Geneva,  Verdana, Arial, Tahoma;
}

div.breadcrumbs span a {color: #777; font-weight: bold;}

/* ------------------------------------------------------------------------------- */
/*  TEXT                                                                           */
/* ------------------------------------------------------------------------------- */
.year
{
	color: #3D4B6B; 
	font-size: 13px; 
	font-weight: bold;
	margin: 0;
	font-family: Geneva,  Verdana, Arial, Tahoma;
}

.app-search-form-title
{
    padding: 4px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: White;
    background-color: #25437c;
}

.cursive            { font-style: italic; }
.warning            { color: Red; font-weight: bold; }
.success            { color: Green; font-weight: bold; }
.important          { color: #C00; }
.important-title    { color: #C00; font-weight: bold; }
.notice             { color: #309; }
.notice-title       { color: #309; font-weight: bold; }
.faq-title          { font-weight: bold; }
.text-title         { font-weight: bold; }
.category-description { font-weight: bold; }
.periph-description { font-weight: bold; padding-right: 15px; text-align: left; }
.pitfall-question   { color: #f00; }
.required-field     { color: #900; font-weight: bold; }
.rounded            
{
    border: 2px solid #000;
    position: relative;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    
    behavior: url(/styles/pie.htc);
}
.padded				{ padding: 5px; }
.text-highlight		{ color: #00f; font-style: italic; }
.text-note			{ font-weight: bold; }
.text-cmd-name		{ font-weight: bold; color: #630; }


#shop-cart			{ table-layout: fixed; width: 100%; }
#shop-cart th 		{ font-weight: bold; }
#shop-cart td,
#shop-cart th		{ text-align: left; vertical-align: top; }
#shop-cart .shop-cart-quantity 	{ width: 30px; font-weight: bold; font-size: 14px;}

#shop-cart .shop-cart-image-col		{ width: 85px; }
#shop-cart .shop-cart-image-col img	{ margin-bottom: 20px;}

#shop-cart .shop-cart-quantity-col	{ width: 70px; }
#shop-cart .shop-cart-price-col		{ width: 60px; font-weight: bold; color: #163774; font-size: 14px; }
#shop-cart .shop-cart-total-col		{ font-weight: bold; font-size: 14px; }

#shop-cart .shop-cart-product-name,
#shop-cart .shop-cart-product-price-label	{ display: block; font-weight: bold; }

#shop-cart .shop-cart-quantity-col div,
#shop-cart .shop-cart-price-col div
{
	margin: 0;	
	padding: 0;
	height: 24px;
}

#shop-cart .shop-cart-price-col div
{
	padding: 4px 0;	
}

#shop-cart .shop-cart-quantity-col input
{
	margin-top: 2px;
	
}



#shop-cart .shop-cart-quantity-col input 
{
	display: inline;
	vertical-align: top;	
}

#shop-cart .shop-cart-quantity-col .btn-recalc
{
	margin-left: 5px;
}

#shop-cart #link-continue-shopping { text-decoration: underline; margin-left: 20px;	}

#shop-cart .btn-remove
{
	border-width: 0;
	background-image: none;
	background-color: transparent;
	color: #fbb;
	padding: 0;
	margin: 10px 0 0 0;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#shop-cart .btn-remove:hover
{
	color: #f00;
	font-weight: bold;	
	cursor: pointer;
}

#order-confirm-form { margin: 0; padding: 0; }
#order-confirm-form fieldset { border: 1px solid #999; min-height: 50px; margin-bottom: 10px; }
#order-confirm-form legend { padding: 5px; margin: 0 5px; font-size: 16px; font-weight: bold; color: #163774;}

#order-confirm-form label
{
	margin-left: 5px;
    clear:left; 
    display:block; 
    float:left; 
    width:125px; 
    text-align:left; 
    padding-right:10px; 
    margin-bottom:12px;
	color: #163774;
	position: relative;
	top: 2px;
}

#referral
{
	position: relative;
	top: 8px;
}

#order-confirm-form .form-field
{
    margin: 0 0 5px 0;
    padding: 0;
    clear: both;
}

#order-confirm-form input,
#order-confirm-form select
{
	margin: 0;
}

#order-confirm-form #name,
#order-confirm-form #address,
#order-confirm-form #company,
#order-confirm-form #billing_name,
#order-confirm-form #billing_address,
#order-confirm-form #billing_company,
#order-confirm-form #flowcode_key
{
	width: 450px;
}

#order-confirm-form #email,
#order-confirm-form #region,
#order-confirm-form #city,
#order-confirm-form #cc_name,
#order-confirm-form #billing_email,
#order-confirm-form #billing_region,
#order-confirm-form #billing_city
{
	width: 300px;
}

#order-confirm-form .field-note
{
	margin: 2px 0 0 145px;
}

#order-confirm-form label.required
{
	font-weight: bold;
}

#order-confirm-form #comments
{
	width: 600px;
	margin: 5px 10px;
}

#order-confirm-form label.value-missing { color: #f00; }
#order-confirm-form input[type=text].value-missing, 
#order-confirm-form select.value-missing 
{ border-color: #f00; }

.order-report { text-align: center; }

label.required:after
{
	content: ' *';
}

.verify_img
{
	vertical-align: top;
	height: 18px;
	border: 1px solid #666;
	padding: 1px;
}

/* Feedback form */
.error-box
{
	border: 1px solid #f00;
	padding: 10px 20px;
	margin-top: 10px; 
	margin-bottom: 10px;
	background-color: #fee;
}

.error-item
{
	color: #f00;
	list-style-type:disc;
	font-weight: bold;
}

/* certificates */
.certificates-gap
{
	width: 4px;
	float: left;
}

.certificates-blank
{
	width: 106px;
	float: left;
}

.certificates-vert-gap
{
	height: 10px;
	display:table;
	height: 164px;
}

.certificates-base
{
	width: 209px;
	float: left;
    font-size: 10px;
    text-align: left;
    position:relative; 
}

.certificates-base .lic-frame
{
	position: absolute;  
    top: 20px;  
    left: 24px;
    z-index: 100;
	width: 58%;
}	

.certificates-base .lic-frame2
{
	position: absolute;  
    top: 23px;  
    left: 24px;
    z-index: 100;
	width: 55%;
	font-size: 9px;
}	

.certificates-base img
{
	width: 100%;
}

.certificates-line span        
{
	color: #0033cc; 
}

.certificates-line a        
{ 
	text-decoration: none; 
	color: #000000; 
}

.important_note {color: red;}

.viewparts ul {
padding-left: 30px; 
font-size: 12px;
line-height: 20px;
list-style: disc;
margin-bottom: 14px;
}

.viewparts ul ul{
list-style: circle;
}

.viewparts p {
padding-left: 15px; 
font-size: 12px;
line-height: 20px;
text-decoration: underline;
}

.viewparts-lte ul {
padding-left: 20px; 
font-size: 12px;
line-height: 20px;
list-style: disc;
}

.viewparts-lte table{border: solid #add9c0; border-width:1px 0px 0px 1px;} 
.viewparts-lte table tr:nth-child(even){background:#F1F1F1;}
.viewparts-lte table tr:nth-child(1){background:#2F4F4F; color:#FFF; font-weight:bold;}
.viewparts-lte table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:2px 5px; vertical-align: middle;}
.viewparts-lte table td.feature {font-weight:bold; text-align: center;}

span.warning {color: Red;}

.radius {
	  color: #345B8F;
    background: transparent;
    text-decoration: none;
    padding: 0 8px 0 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
  	border-color: #345B8F; 	
}

#option-filters {
	margin-bottom: -10px;
}
#option-filters span{
	margin: 0px 5px 0px 2px;
}

.info-message {
    z-index: 999;
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
 transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 5px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
	background-color: #AB792F;
    border-color: #FCCE5F;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

span.radic:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
}