﻿div.mainContent a { text-decoration: none; }
div.mainContent a:hover { text-decoration: underline; }

a.StdBtn 		
{
	border: solid 1px #B7C9B7;
	background: green url(../images/static/buttonBg.gif) repeat-x top left;
	font: bold 7pt verdana;
	color: #ffffff;		
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	line-height: 200%;
	padding: 2px 15px 2px 15px;	
}
a.StdBtn:hover {
	background-image: url(../images/static/buttonBgOver.gif);
}

.CartButton, .StdButton, .StdBtn {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

a.LinkBtn 
{
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}
a.LargeBtn
{
	font-size: 10pt;
}

a.tag 
{
    color:#666666;
}

a.tag:hover 
{
    color:blue;
    /*
    background:#808080;
    color:#ffffff;
    */
}

a.tag:link, a.tag:visited {
}

.tagLabel
{
    font-size:90%;
    padding:3px;    
    line-height:2.5em;    
}

H2 {font-size:11pt;}
H3 {font-size:9pt; font-weight:bold;}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* IE fix start \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* IE fix end */	

.horisontalBar 
{
	background-image:url(../images/static/barNew.gif);	
	height: 25px;
   	padding-right: 10px;
}
    
.horisontalBar a, .horisontalBar
{
	color: #303030;
	font-size: 7pt;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}


.horisontalBar a.activeLang
{	
	background-image: url(../images/static/barNewReversed.gif);
	background-repeat: repeat-x; 
	background-position: 0px 1px; 	
	font-weight: bold;
}    

.horisontalBar a:hover
{
	background-image: url(../images/static/barNewReversed.gif);
	background-repeat: repeat-x; 
	background-position: 0px 1px; 	
	color: #0000ff;    	
}

div.learnMoreSection 
{
	text-align: left;	
}

div.learnMoreSection ul
{
	padding-left: 10px;
}

div.linkList td
{
	font-size: 10pt;	
}

div.unavailable 
{
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;	
	text-align: center;
	padding: 10px 20px 10px 20px;
}

div.linkList
{
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;	
	padding: 10px;
}

tr.listHeader td
{
	font-weight: bold;
	color: #808080;
	font-size: 8pt;	
}

span.itemNo 
{
	color: #808080;
	font-weight: bold;
}

table.call2Action {
    border: 1px solid #e0e0e0; padding: 10px; background-color: #f0f0f0;	
}          
.call2ActionCell  {
border-bottom: solid 1px #e0e0e0;
    padding: 5px 2px 5px 2px;
}

td.dsLeftCol { padding: 7pt 10pt 7pt 0pt; }
td.dsRightCol  { padding: 7pt 0pt 7pt 0pt; }

td.dsCellSummary h3, td.dsRightCol h3
{
	font-size:8pt;
	font-weight: bold;	
	margin: 10px 0px 0px 0px;
    color:#666666;    	
}

h3.divideHead
{	
	font-size:10pt;
	font-weight: bold;	
	margin: 5px 0px 5px 0px;
	padding-top: 5px;
    color:#666666;    
    border-top:2px solid #e0e0e0;            
}

div.itemDetails { font-size: 7pt; color: #444 }
div.partTypeNavigator { color: #888;  padding-bottom: 10px; }
div.partTypeNavigator a { margin-left: 8px; margin-right: 8px }


td.buttonCell { color: white; background:url(../images/static/buttonBg.gif) repeat-x scroll; 
                text-align : center; border:1px solid #B7C9B7; font:bold 7pt verdana; margin:1px; 
                -moz-border-radius:5px; -webkit-border-radius:5px; height: 25px; }
                
td.buttonCell a { color: white; text-decoration: none; display: block; padding:2px 15px 2px 15px;}
td.buttonCell a:hover { text-decoration: none; }

td.buttonCell:hover { background-image: url(../images/static/buttonBgOver.gif); }

td.buttonCell img { position: absolute; margin-top: -2px; margin-left: 2px; }


a.CartButton2 
{	
	background:url("../images/static/buttonBg.gif") repeat-x scroll left top green;
	border: 1px solid #B7C9B7;
	color: #FFFFFF;
	display: block;		
	font: bold 7pt verdana;
	margin: 1px;
	text-align: center;
	text-decoration: none;	
	padding-right: 2px;	
	-moz-border-radius:5px; -webkit-border-radius:5px;
}

.roundbox {
    /* -moz-border-radius:5px 5px 5px 5px; */
    border:1px solid #DDDDDD;
}

.roundbox-head {
    -moz-border-radius:5px 5px 5px 5px;
    border:1px solid #eeeeee;
    background:#eeeeee;
    padding:4px;
    font-weight:bold;
}


a.CartButton2:hover { background-image: url(../images/static/buttonBgOver.gif); }
div.mainContent a.CartButton2:hover { text-decoration: none; }

.CartButton2 div
{	
	padding: 2px 20px 2px 5px;	
	background: url("http://www.laerdal.com/images/static/cartWhite.gif") no-repeat center right;	
}


.validator 
{	
	display: inline;
	padding: 10px 10px 10px 20px;				
}
.validatorError
{	
	background-image: url('../images/static/error.gif');
	background-repeat: no-repeat;
	background-position: center;
}
