.pshr { /*pseudo hr!*/
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	}
.pshrma { /*pseudo hr main!*/
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	}
/* rounded form tables - use this to surround things like forms */

.rofmtb { /* rounded table */
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	/*width: 100%;*/
	text-align: left;
	border-collapse: collapse;
}
	
.rofmtb thead th.rofmcotl { /* rounded corner top left; in table head */
	background: #ddd url(/images/left.png) left -1px no-repeat;
	padding-left:14px;
	}
	
.rofmtb thead th.rofmcotr { /* rounded corner top right; in table head */
	background: #ddd url(/images/right.png) right -1px no-repeat
	}
	
.rofmtb th {
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	background: #ddd;
	text-align:left;
	}

.rofmtb .rocoim, .rocoim{ /*JD-4/26/2009 MYSTERY!- had to make this ".rofmtb .rocoim" for the rocoim to overide the ".rofmtb th" stuff set earlier?!?*/
    background:transparent;
    padding:0;
    margin:0;
    width:7px; /*set to the width of the image in the */
}
	
.rofmtb td {
	padding: 2px;
	background: #f4f4f4;
	color: #666
	}
	
.rofmtb tfoot td.rofmcobl { /* rounded corner bottom left */
	background: #f4f4f4 url(/images/botleft.png) left bottom no-repeat
	}
.rofmtb tfoot{width:100%;}
	
.rofmtb tfoot td.rofmcobr { /* rounded corner bottom right */
	background: #f4f4f4 url(/images/botright.png) right bottom no-repeat
	}
	
/*.rofmtb tbody tr:hover td {
	background: #ededed
	}
*/
.rofmtb a {
	color:#272727
	}

.rofmtb a:hover {
	color:#d81313
	} 


/* added on 2/24/2009 - AS */
.crumbs {
	width:740px;
	margin-left:10px;
	border-top:1px dotted #808080;
	}
	

.rtcl {
	border-left:0px dotted #808080;
	}
	
	
/* abbreviations 



*/

.extralinks {
	vertical-align:middle;
	text-align:right;
	margin-bottom:10px;
	}
	
.extralinks a{
	vertical-align: middle;
	color:#808080;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:15px;
	}
	
.extralinks a:hover{
	vertical-align: middle;
	color:#a4a4a4;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.extralinks img {
	border:none;
	vertical-align:middle;
	}
	
.infolinks {
	vertical-align:middle;
	text-align:left;
	}
	
.extralinks a{
	vertical-align: middle;
	color:#808080;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:15px;
	}
	
.extralinks a:hover{
	vertical-align: middle;
	color:#a4a4a4;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.smone a {
	color:#808080;
	}
	
.smone a:hover {
	color:#a4a4a4;
	}
	
a.smheader {
	color:#000;
	font-size:12px;
	font-weight:bold
	}

a.smheader:hover {
	color:#a4a4a4;
	}
	
.dotted {
	border-bottom:1px dotted #808080;
	margin-bottom:10px;
}

/*-------------------------*/

.textbox {
	border: 1px solid silver;
	font-size:12px;
	}

.specstable { 
	border: 1px solid #ddd; 
	}


.faqlink {
	font-weight:bold;
	}

a {line-height:normal;}

#vertnav { width: 200px; padding-left:1px;}

#vertnav ul {
	font:bold 11px arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 0;
	list-style-type:none;
	border-top: 0px solid #eee;
}
#vertnav ul li {
	padding:3px 0 0 10px;
	border-bottom: 0px solid #ddd;
}

#vertnav ul a {
	font:bold 12px arial, Helvetica, sans-serif;
	/*display: block;*/
	padding: 3px 0;
	background-color: transparent;
}

#vertnav ul a:link, #vertnav ul a:visited {
	color: #808080;
	text-decoration: none;
}

#breadcrumb {
	font:bold 11px arial, Helvetica, sans-serif;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:10px;
}
#breadcrumb a {
	color:#000;
}
#breadcrumb a:hover{color:#808080;}
#breadcrumb div {display:inline;}

.CChr {
	border: 1px dashed #808080;
}

a.product{
	font:11px/10px arial;
	color:#666;
	text-decoration:none;
}

a.product:hover{
	font:11px/10px arial;
	color:#000;
	text-decoration:none;
}

a.productblack{
	font:11px arial;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.productblack:hover{
	font:11px arial;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}


a.familypage{
	color:#000;
	text-decoration:none;
}

a.familypage:hover{
	color:#666;
	text-decoration:none;
}

.rightborder {
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.rightborder2 {
	border-right: 1px dashed #ddd;
}

.bottomborder {
	border-bottom: 1px dashed #ddd;
}

.leftbg {
	background: url(/assets/images/LeftBG.jpg) no-repeat top;
}

p {
	font:12px/18px arial;
	padding:0px;
	margin:0 0 15px 0;
}
.productheader {
	font:bold 14px/18px arial;
	color:#21418c;
}

a.productheader {
	font:bold 14px/18px arial;
	text-transform:none;
	color:#21418c;
}

a.productheader:hover {
	color:#a4a4a4;
	text-transform:none;
}

.pageheader {
	font:bold 16px/18px arial;
	color:#000;
	text-transform:none;
}

.whiteheader {
	font:bold 14px/18px arial;
	color:#fff;
	text-transform:none;
	padding-left:4px;
}

.border {
	border: 1px solid #000;
}

.producttitle {
	font:bold 20px arial;
	color:#21418c;
	padding:0px;
	margin:0px;
}

.model {
	font:normal 12px arial;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
}

.catnumber {
	font:bold 12px arial;
	color:#000;
	padding:3px 0 0 0;
	margin:0px;
}

.sectionheader {
	font:bold 17px arial;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:left;
}

.product2 {border-bottom:0px solid;}
.product2 td {vertical-align:bottom;}

.features {
	font:normal 11px arial;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:left;
}

.border2{
	border:4px solid #ddd;
}

.accessories ul {
	padding:0px 0px 0px 22px;
	margin:0px;
	list-style-image: url(/assets/images/arrowblack2.gif);
	list-style-type:none;
}

.accessories ul li a{
	font-weight:normal;
}

.assets a{
	font-weight:normal;
	color:black;
	text-decoration:underline;
}

.other {
	font:bold 16px arial;
	padding:4px;
}
.prtb{ /* product table */
       text-align:center;
       margin-top:5px;
}
.prcr { /* product container */
    font-family:arial;
	width:270px;
	height:135px;
	border:1px solid #ddd;
	display:inline-block;
	text-align:left;
	margin-bottom: 8px 
}
.prcrlfpn { /* left pane */
	float:left; 
	height:100%; 
	border:0px solid #ddd;
	width:115px;
	overflow:hidden;
	text-align:center;
	margin-top:3px;
}
.prcrrtpn { /* right pane */
	float:right; 
	height:100%; 
	border:0px solid #ddd;
	width:145px;
	overflow:hidden;
	line-height:normal;
	padding:5px 6px 0 3px;
}
.prcrti { /* title and description */
	height:108px;
	border:0px solid #ddd;
	overflow:hidden;
	font-size:11px;
}
.prcrti a { /* title link */
	font-size:14px;
	font-weight:bold;
	color:#21418C;
}
.prcrac a, .prcrac img{ /* actions */
    vertical-align:middle;
    font-size:11px;
}
    
.prcrleft{ /* floats container left */
    float:left;	
}
.prcrright{/* floats container right */
    float:right;	
}

/* product search result container */

.prsecr { /* product search container */
    font-family:arial;
	width:540px;
	height:120px;
	border:1px solid #ddd;
	display:inline-block;
	text-align:left;
	margin-bottom: 8px;
}
.prsecrlfpn { /* left pane */
	float:left; 
	height:100%; 
	border:0px solid #ddd;
	width:115px;
	overflow:hidden;
	text-align:center;
	margin-top:3px;
}
.prsecrrtpn { /* right pane */
	/*float:right;*/ 
	height:100%; 
	border:0px solid #ddd;
	width:41Spx;
	overflow:hidden;
	line-height:normal;
	padding:5px 6px 0 3px;
	margin-left:120px;
}
.prsecrti { /* title and description */
	height:108px;
	border:0px solid #ddd;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}
.prsecrti a { /* title link */
	font-size:14px;
	font-weight:bold;
	color:#21418C;
}
.prsecrti a:hover { /* title link */
	font-size:14px;
	font-weight:bold;
	color:#a4a4a4;
}
.prsecrac a, .prcrac img{ /* actions */
    vertical-align:middle;
    font-size:11px;
}
    
.prsecrleft{ /* floats container left */
    float:left;	
}
.prsecrright{/* floats container right */
    float:right;	
}
