/* 
-----------------------------------------------
  coeurinc.com
  Global Site Styles :)
  updated 5.08.2007 - Joel Steidl
  created by Paramore/Redd Online Marketing
----------------------------------------------- */

/*----------[Redefine some stuff]----------------------------------------*/
body{
	background: #DFDFDF;
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica', Arial, sans-serif;
}

#container{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}


/*----------[Header Nav]----------------------------------------*/

#header{
	background: url(../images/header_bg.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	border-bottom: 1px solid #C3C3C3;
	text-align: right;
}

#header ul{
	list-style: none;
	padding: 0px;
	float: right;
	font-size: 10px;
	line-height: 10px;
	margin: 9px 65px 0px;
}
#header li{
	display: inline;
	margin: 0px;
	padding: 0px 7px;
	color: #ABABAB;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
}

#header li a{
	text-decoration: none;
	color: #A7A7A7;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}
#header li a:hover{
	color: #797979;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#header form{
	margin: 0px;
	padding: 0px;
	float: right;
}
	
#header input{
	margin: 3px 4px 3px 0px;
	padding: 0px 0px 0px 2px;
	border: 1px solid #C3C3C3;
}

#header select{
	margin: 3px 0px 3px 4px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}

#header option{
	margin: 0px;
	padding: 0px;
}

#header p{
	margin: 0px;
	padding: 0px;
}
#header span.labels{
	margin: 9px 5px 0px 0px;
	padding: 0px;
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #A7A7A7;
}

/*----------[Logo Area]----------------------------------------*/


#coeurlogo{
	background: #FFFFFF url(../images/coeur_logo.gif) no-repeat left center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}

#coeurlogo a span{
	display: none;
}

#coeurlogo a
{
	display: block;
	height: 100px;
	padding: 0px;
	margin: 0px;
	width: 480px;
}

/*----------[Site Navigation]----------------------------------------*/

#tabnav{
	margin: 0px;
	padding: 6px 0px 0px;
	float: left;
	width: 800px;
	border-top: 1px solid #C3C3C3;
	background: #FCFCFC url(../images/tab_nav_bg.gif) repeat-x center top;
	text-align: center;
}

#tabnav ul{
	margin: 0px 0px 0px 88px;
	padding: 0px;
	list-style: none;
}
#tabnav li{
	font-size: 0px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: left;
}
#tabnav li a{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 37px;
	width: 205px;
	display: block;
}

#tabnav li#medical{
	background: url(../images/nav/medical.gif) no-repeat center top;
}
#tabnav li#service{
	background: url(../images/nav/service.gif) no-repeat center top;
}
#tabnav li#oem{
	background: url(../images/nav/oem.gif) no-repeat center top;
}

#tabnav li#medical-current{
	background: url(../images/nav/medical_current.gif) no-repeat center top;
}
#tabnav li#service-current{
	background: url(../images/nav/service_current.gif) no-repeat center top;
}
#tabnav li#oem-current{
	background: url(../images/nav/oem_current.gif) no-repeat center top;
}

#tabnav li a span{
	display: none;
}

#secondlevel{
	background: #106AA5;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	text-align: center;
}

#secondlevel ul{
	margin: 0px;
	padding: 7px 0px;
	list-style: none;
}
#secondlevel li{
	color: #686868;
	display: inline;
	margin: 0px;
	padding: 0px 4px;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
}
#secondlevel li a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px;	
}
#secondlevel li a:hover, #secondlevel li#current a{
	margin: 0px;
	padding: 2px;
	color: #106AA5;
	background: #FFFFFF;
}

/*----------[Flash Content]----------------------------------------*/

#flashcontent{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background: #106AA5;
	height: 235px;
}

#flashcontent img{
	display: block;
}

/*----------[Site Content]----------------------------------------*/
#content{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background: #FFFFFF;
}

#content h1{
	font-size: 16px;
	font-weight: bolder;
	color: #686868;
	margin: 0px 0px 15px;
	padding: 10px 0px 10px 15px;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	line-height: 16px;
	background: #FCFCFC;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#content h2{
	color: #106AA5;
	margin: 0px;
	padding: 0px 15px 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
}
#content h3{
	color: #2A2A2A;
	margin: 0px;
	padding: 0px 15px 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
}
#content ul{
	margin: 0px 0px 15px;
	padding: 0px 15px 0px 50px;
	list-style: url(../images/bullet_icon.gif);
}

#content ol{
	margin: 0px 0px 15px;
	padding: 0px 15px 0px 50px;
	}

#content li{
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #2A2A2A;
}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #2A2A2A;
	margin: 0px;
	padding: 0px 15px 15px;
}

#content p.thanks{
	background: #FFFFCC;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #C3C3C3;
	font-weight: bolder;
}

body #content p.message{
	background: #FFFFCC;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #C3C3C3;
	font-weight: bolder;
	padding: 5px;
}

#content img{
	margin: 5px 20px 5px 10px;
	padding: 0px;
	float: right;
}

#content p a, #content li a{
	color: #106AA5;
	text-decoration: underline;
}

#content p a:hover, #content li a:hover{
	color: #106AA5;
	text-decoration: none;
}
/*----------[Fancy Tables Throughout]----------------------------------------*/
.coeurdata{
	border: 1px solid #C3C3C3;
	margin: 0px auto 15px;
	padding: 0px;
	width: 770px;
	color: #2A2A2A;
}
.coeurdata caption{
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	background: url(../images/table_icon.gif) no-repeat left center;
	padding-left: 28px;
	padding-top: 10px;
}
.coeurdata th{
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
th.number{
	width: 125px;
}
th.units{
	width: 110px;
}
th.size{
	width: 65px;
}
th.description{}
.coeurdata tr{}
.coeurdata td{
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
.coeurdata tr.selectrow{
	background: #ffff99;
}
.coeurdata tr.odd{
	background: #E6E6E6;
}
.coeurdata tr.even{
	background: #FFFFFF;
}


/*----------[Site Footer, Repeats header Nav]----------------------------------------*/
#footer{
	margin: 0px 0px 15px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 800px;
	background: #FFFFFF url(../images/footer_logos.gif) no-repeat 22px center;
	text-align: right;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

#footer ul{
	margin: 45px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
	font-size: 10px;
	line-height: 10px;
}
#footer li{
	display: inline;
	margin: 0px;
	padding: 0px 7px;
	color: #686868;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
}
#footer li a{
	color: #A7A7A7;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
}
#footer li a:hover{
	color: #797979;
	text-decoration: none;
}

a#print span{
	display: none;
}


a#print
{
	display: block;
	height: 100px;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 90px;
	background: url(../images/print_icon.gif) no-repeat center center;
	float: right;
}

/*----------[Service Form]----------------------------------------*/

#content form{
	margin: 0px;
	padding: 0px 0px 15px 50px;
}
#content input {
        margin-bottom: 10px;
}

#content label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A2A2A;
}

#content br {
        clear: left;
}

/*----------[Cross Reference Table]----------------------------------------*/

#crossreference{
	width: 770px;
	margin: 0px auto 50px;
	padding: 0px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 3px solid #C3C3C3;
}

#crossreference caption{
	font-size: 14px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px 0px 10px 132px;
	text-align: left;
}

#crossreference th{
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#crossreference td{
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
#crossreference td.heading{
	font-size: 12px;
	font-weight: bolder;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 120px;
	background: #FCFCFC;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}

#crossreference td.s100ml, th.s100ml{
	background: #D0E1EF;
	width: 75px;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
#crossreference td.s130ml, #crossreference th.s130ml{
	background: #A6C0D6;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
#crossreference td.s150ml, #crossreference th.s150ml{
	background: #86A2BA;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
#crossreference td.s200ml, #crossreference th.s200ml{
	background: #67849C;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}

span.required{
	color: #FFFFFF;
}

/*---------Search Highlighting+++++++++++++++++*/
body.search #content strong
{
background: #ffff99;
}

p.nextprevious{
	text-align: center;
}

#password{
	height: 20px;
	font-size: 16px;
	padding: 3px;
}

#loginBox{
	width: 395px;
	display: block;
	float: left;
	border-right: 2px solid #ACACAC;
	margin-bottom: 15px;
}

#infoBox{
	vertical-align: middle;
	width: 395px;
	display: block;
	float: left;
}	

#warning{
	display: block;
	width: 320px;
	font-size: 12px;
	font-family: 'Lucida Grande', Helvetica, sans;
	border: solid 1px #DEDEDE; 
	background-color: #EFEFEF;
	color: #333333;
	padding: 6px;
	text-align: center;
	margin: 18px;
	overflow: auto;
}

.error{
	color: #ee3222;
}

.videoThumbnail{
	width: 380px;
	display: block;
	float: left;
	padding: 10px;
}

.videoDescription{
	width: 380px;
	display: block;
	float: left;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.videoDescription a{
	color: #5D79A5;
	font-size: 12px;
	float: left;
	padding-left: 10px;
}

hr{
	clear: both;
	border: 0;
	border-bottom: 1px solid #ACACAC;
	outline: 0;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 20px;
}



div.videoEntry{
	display: block;
	overflow: auto;
}



