/*
-----------------------------------------------
Client:Jameco Electronics
Project:Public Web Site

File Name: pcon.css
Version: 1.0
Notes: Styles all elements within the [p]rimary [con]tent block.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Typography
----------------------------------------------- */
h1 { /* For page titles or product titles on product detail pages. */
	font-size:167%;
	font-weight:bold;
	line-height:110%;
	margin-bottom:10px;
	}
h1 span.subtext { /* For search result terms and subtitles within h1 title. */
	font-size:61%;
	font-weight:normal;
	line-height:120%;
	}
h2 { /* For product titles in search results or titles of right column items. */
	font-size:131%;
	font-weight:bold;
	line-height:120%;
	margin-bottom:5px;
	}
h3 { /* For box titles. */
	font-size:116%;
	font-weight:bold;
	line-height:120%;
	margin-bottom:0;
	}
h3 span.subtext { /* For search result terms and subtitles within h1 title. */
	font-size:77%;
	font-weight:normal;
	line-height:120%;
	}
h4 {
	font-size: 100%;
	font-weight:bold;
	line-height:120%;
	}
h5 {
	font-size: 93%;
	font-weight:bold;
	line-height:130%;
	}
h6 {
	font-size: 85%;
	font-weight:bold;
	line-height:120%;
	}
p {
	font-size:93%;
	line-height:140%;
	margin-bottom:15px;
	}
p.sm, ul.sm, ol.sm {
	font-size:85%;
	line-height:120%;
	margin-bottom:5px;
	}
p.right {
	text-align:right;
	}
ul {
	font-size: 93%;
	line-height: 140%;
	margin-bottom: 15px;
	}
/*  modified by vz*/	
scon ul li {
	list-style: disc;
	margin-left: 20px;
	}
ul.nb li {
	list-style: none;
	margin-left: 0;
	}
ol {
	font-size: 93%;
	line-height: 140%;
	margin-bottom: 15px;
	}
ol li {
	list-style-type: decimal;
	margin-left: 35px;
	}
li ul, li ol { /* Prevents compounding sizing. */
	font-size: 100%;
	}
	
/* Images, etc.
----------------------------------------------- */
img {
	border:0;
	display:block;
	margin-bottom:5px;
	}
img.left {
	display:inline;
	float: left;
	margin-right:10px;
	margin-top:3px;
	}
img.right {
	display:inline;
	float:right;
	margin-left:10px;
	margin-top:3px;
	}
div.img-left { /* For images with caption. */
	float:left;
	margin-right:10px;
	margin-top:3px;
	}
.img-left p {
	text-align:center;
	}
div.img-right { /* For images with caption. */
	float:right;
	margin-left:10px;
	margin-top:3px;
	}
.img-right p {
	text-align:center;
	}

/* Link styles
----------------------------------------------- */
a {
  color: #005daa;
  text-decoration:none;
	}
a:hover {
  color: #005daa;
  text-decoration:underline;
	}
a.u { /* Adds underline as default for links. */
  text-decoration:underline;
	}
a.info {
	background:transparent url(../images/Dspring/icons.gif) no-repeat 100% -1003px;
	padding-right:12px;
	}
a.info:hover {
	text-decoration:none;
	}
a.pdf {
	background:transparent url(../images/Dspring/icons.gif) no-repeat 0 -9px;
	padding-left:18px;
	}
a.cart {
	background:transparent url(../images/Dspring/icons.gif) no-repeat 100% -890px;
	padding-right:20px;
	}

/* Nonlinked icons
----------------------------------------------- */
span.rohs {
	background:transparent url(../images/Rohs.jpg) no-repeat 100% 0px;
	padding-right:17px;
	}

