/*
 * Global
 *************************************************************************** */

* { margin: 0; padding: 0; }
img { border: 0; }

 
body, select{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.65em;
	background-position: 50% 100%;
	background-repeat: repeat-y;
}

hr { display: none; clear:both; }

.dn { display: none !important; }


/*
 * Master
 *************************************************************************** */

#master{
	width: 960px;
	margin-left: 5px;
	margin: 0 auto;
	position: relative;
}

/*
 * Header
 *************************************************************************** */

img#logo{
	position: absolute;
	z-index: 9000;
	top: 81px;
	left: 53px;
	height: 133px;
	width: 133px;
}


ul#nav_global {
	background-position:98% 50%;
	background-repeat:no-repeat;
	line-height:2em;
	padding:0 0 0 10px;
	position:relative;
	z-index:9999;
	height:30px;
}
 
ul#nav_global li,
ul#nav_global form,
ul#nav_global fieldset,
ul#nav_global ul {
	display: inline;
}
 

ul#nav_global #home {
	margin: 4px 7em 0 15px;
	float:left;
}



ul#nav_global li#locale {
	margin: 3px 6em 0 0;
	background-position:0 50%;
	background-repeat:no-repeat;	
	float:left;
	display:block;
	width:215px;
	height:23px;
	position:relative;
}


form#locale_country fieldset {
	border:0;
}


form#locale_country legend,
form#locale_country label {
	display:none;
}


form#locale_country select {
	font-size:1em;
}


form#locale_country ul {
	list-style-type: none;
	margin: 0 1em;
	border: 1px solid;
	position: absolute;
	top: 2px;
	left:34px;
	z-index:9999;
	/*width:165px;*/
	width:175px;
	background:#fff;
}

form#locale_country ul li {
	padding: 0 0 0 20px;
	display: none;
	cursor: pointer;
	line-height: 1.75em;
}


form#locale_country ul li.selected {
	font-weight: bold;
}

form#locale_country ul.open li {
	display: block;
}

form#locale_country ul.open li.first_child {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border-bottom:1px solid;
}

form#locale_country ul.closed li {
	display: none;
}
form#locale_country ul.closed li.selected {
	font-weight: bold;
	display: block;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}




ul#nav_global, ul#nav_global a{
	text-decoration: none;
}

ul#nav_global, ul#nav_global ul{
	list-style-type: none;
}

ul#nav_global #also_visit {
	margin:4px 0 0 0;
	float:left;
}
ul#nav_global #also_visit a:hover {
	text-decoration: underline;
}


ul#nav_global #also_visit strong{
	font-weight: normal;
	margin-right: 1.25em;
}

ul#nav_global #also_visit li{
	margin-right: 1.25em;
}


ul#nav_site{
	width: 100%;
	padding: 10px 0 0 0;
	height: 105px;
	position: relative;
	border-bottom: 5px solid;
	z-index: 1;
}

ul#nav_site, #nav_site ul{
	list-style-type: none;
}

ul#nav_site, ul#nav_site a{
	text-decoration: none;
}
ul#nav_site a {
	padding-left: 9px;
}
ul#nav_site a.selected {
	background: 0 5px no-repeat;
}
ul#nav_site strong{
	display:block;
	margin:0 0 0.5em 0;
	text-indent:-9999px;
}

ul#nav_site li{
	position: absolute;
	margin:0 0 0.4em 0;
	text-indent: -9px
}
ul#nav_site li li{
	position: relative;
}
ul#nav_site li#products{
	left: 240px;
	width: 135px;
}
ul#nav_site li#discover{
	left: 400px;
	width: 135px;
}
ul#nav_site li#support{
	left: 560px;
	width: 135px;
}
ul#nav_site li#search{
	left: 720px;
	position: relative;
	width: 240px;
	text-indent: 0;
}


ul#nav_site li strong {
	background-repeat:no-repeat;
}

ul#nav_site li#search input#products_filter {
	margin: 5px 0 0 0;
}

ul#nav_site li#search label {
	margin: 5px 10px 0 3px;
	position: relative;
	bottom: 1px;
}
ul#nav_site > li#search label {
	bottom: 2px;
}

ul#nav_site li#search div {
	float: left;
	margin-top: 5px;
}

ul#nav_site li#search input#query {
	background-repeat: repeat-x;
	width: 150px;
	height: 15px;
	font-size: 9px;/*safari had em difference problems*/
	font-weight: bold;
	border: 1px solid;
	margin: 0;
	position: relative;
	float: left;
	font-family: verdana, arial, sans-serif;
}
ul#nav_site li#search a.button {
	text-indent: -9000px;
	width: 17px;
	height: 15px;
	border: 1px solid;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	outline: none;/*prevents outline on mousedown in FF*/
}


/*
 * Middle
 *************************************************************************** */
body#homepage #middle,
body#country_language #middle {
	background:none;
}

#middle {
	float: left;
	background-repeat: repeat-y;
}



/*
 * Content
 *************************************************************************** */

#topbanner {
	height:149px;
	width: 960px;
}

/*store front*/
#topbanner.tall {
	height:185px;
}

h1.sifr {
	top: 270px;
	left: 20px;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
/*store front*/
#topbanner.tall h1.sifr {
	top: 308px;
	}


/*h2.sifr {
	top: 270px;
	left: 251px;
	position: absolute;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

h3.sifr {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	left:357px;
	position:absolute;
	text-transform:uppercase;
	top:272px;
}
*/

h2.sifr {
	top: 270px;
	left: 251px;
	position: absolute;
	/*font-size: 18px;*/
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

span.sifrbig{
	display:block;
	float:left;
	font-size:18px;
	padding:0 !important;
}

span.sifrsmall{
	display:block;
	float:left;
	font-size:13px;
	left:-1px;
	margin-top:5px;
	position:relative;
}

body#homepage h1 {
	/*
	height:253px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	*/
	display: none;
}

#flash-content {
	float: left;
	clear: both;
	width: 960px;
}

body#homepage #flash-content {
	height: 250px;
}

body#technology #flash-content {
	height: 420px;
}

body#homepage #content {
	width: 960px;
}

#content {
	position: relative;
	float: right;
	clear: both;
	width: 720px;
	margin:0 0 2em 0;
	background-color: transparent;
}

#content h2 {
	font-size: 1.7em;
	margin: 0 0 1em 0;
}
#content h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

#content #primary {
	position: relative;
	float: left;
	width: 480px;
	height: auto;
}

.catalog #content .text_content, 
.in_action #content .text_content, 
.catalog #content #primary .text_content, 
.in_action #content #primary .text_content {
	margin: 20px 20px 20px 20px;
}
#content #primary .text_content {
	margin: 20px 30px 20px 30px;
	clear: both;
}
#content .text_content {
	margin: 20px 120px 20px 30px;
}
#content .text_content.form {
	margin: 20px 150px 20px 30px;
}

.catalog #content p.introduction, 
.in_action #content p.introduction {
	font-size: 1.4em;
	margin: 0 0 0.75em 0;
	padding: 0 0 0 0;
	font-weight: bold;
}
#content p.introduction {
	font-size: 1.2em;
}
#content p.instructions {
	font-weight: bold;
}

#content div.text_block {
	border-top: 1px solid;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	float: left;
	clear: both;
	width: 100%;
}

#content hr { 
	display: block;
	border: 0;
	height: 1px;
	width: 100%;
	margin: 0.5em 0;
}

#content div.text_block p {
	/*line-height:1.5em;*/
}


#content p {
	/*font-size: 1.1em;*/
	margin: 0 0 0.5em 0;
}

#content p img {
	margin: 0 10px 10px 0; 
	float: left;
}

#content p img.right {
	margin: 0 0 10px 10px; 
	float: right;
}

#content ul.bottom-links {
	font-size: 1em;
	list-style-type: none;
	list-style-position: inside;
}
#content ul.bottom-links li {
	background-position: 2px 5px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;	
}
#content ul.bottom-links li a {
	text-decoration: none;
}
#content ul.bottom-links li a:hover {
	text-decoration: underline;
}

#content .promo-a ul.bottom-links li {
	display: block;
}


#content a.top-page {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 0 1em 0;
	background-repeat: no-repeat;
	float:left;
}
#content a.top-page span {
	display: none;
}

/* Generic forms */
#content .form form {
	float: left;
	clear: both;
	width: 506px;
	margin: 10px 0;
	padding: 15px;
	border: 2px solid;
}
#content .form form fieldset {
	clear: both;
	border: 0;
	margin: 0;
}
#content .form form fieldset legend {
	display: block;
	width: 400px;
	padding: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
#content .form form fieldset p.legend {
	display: block;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

#content .form form fieldset div {
	float: left;
	padding: 5px 0;
	width:100%;
}
#content .form form fieldset p {
	padding: 0 0 10px 0;
}
#content .form form fieldset div.radios {
	float: left;
	clear: both;
	padding: 5px 0;
	width: 100%;
}
#content .form form fieldset div.radios div {
	float: left;
	padding: 0 0 0 10px;
	width: auto;
}

#content .form form fieldset div.radios div label {
	width: auto;
	padding: 0 20px 0 10px;
}

#content .form form fieldset div.radios div input { 
	border: 0 !important;
	float: left;
	width: auto;
}
#content .form form fieldset div.checkboxes div {
	margin-left: 3px;
	width: 240px;
	float: left;
}
#content .form form  > fieldset div.checkboxes div {
	margin-left:5px;
}
#content .form form fieldset div.checkboxes div label {
	width: 200px;
}
#content .form form fieldset div.checkboxes div input {
	border: 0 !important;
	width: auto;
	float: left;
}
#content .form form fieldset label {
	display: block;
	float: left;
	width: 150px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#content .form form fieldset label span.note {
	display: block;
	float: left;
	width: 140px;
	font-size: 1em;
	font-weight: normal;
}

#content .form form fieldset input, 
#content .form form fieldset select {
	border: 1px solid;
	display: block;
	float: right;
	font-size: 1.1em;
	width: 335px;
}
#content .form form fieldset textarea {
	border: 1px solid;
	display: block;
	float: right;
	font-size: 1.3em;
	width: 335px;
	height: 75px;
}
#content .note {
	font-size: 0.9em;
}

/*----Breadcrumb----*/

#content_heading ul.breadcrumbs {
	clear: both;
	float: left;
	margin: 5px 0;
	padding: 0;
}
body #master #middle #content #content_heading ul.breadcrumbs li.first {/*first item (no left padding or bullet)*/
	background: none;
	margin: 0px;
	padding: 0 3px 0 0;
	/*float: left;*/
}

/*second li (child)*/
#content_heading ul.breadcrumbs li ul {
	float: left;
	padding: 0;
	margin: 0;
	}

#content_heading ul.breadcrumbs li {
	/*background: none;*/
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	background: url(../images/bread-bullet.gif) left center no-repeat;/* > image bullet */
}

#content_heading ul.breadcrumbs li a {
	color: #696973;
	text-decoration: underline;
	float: left;
}

#content_heading ul.breadcrumbs li.on {/*on class*/
	color: #dc5600;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
}

/*different color for by activity section*/
body.in_action.activities #content_heading ul.breadcrumbs li.on {/*on class*/
	color: #bbaa00;
}

/* Right side of the contents */
#content #secondary {
	position: relative;
	float: left;
	width: 240px;
	height: auto;
}
#content #secondary div.module {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	padding: 10px;
	border-bottom: 1px solid;
}
#content > #secondary div.module {
	width:220px;
}

div.module {
	overflow: hidden; /* Hyphenate manualy to prevent clipping  */
}

/* Set for each section */
body.catalog #secondary div.module h3, 
body.in_action #secondary div.module h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0.25em 0;
	text-transform: uppercase;
}
/* Set for each section */
body.catalog #secondary div.module a, body.in_action #secondary div.module a {
	font-size: 1em;
}
/* Generic for all */
#secondary div.module h4 {
	font-size: 1em;
	margin: 0.25em 0;
}
#secondary div.module p {
	font-size: 1em;
	margin: 0.25em 0 0.25em 0;
}
#secondary div.module ul {
	font-size: 1em;
	list-style-position: inside;
	padding: 0.25em 0 0.25em 0.5em;
}
#secondary div.module ul.bottom-links {
	font-size: 1em;
	list-style-type: none;
	list-style-position: inside;
}
#secondary div.module ul.bottom-links li {
	display: block !important;
	background-position: 2px 5px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
}
#secondary div.module ul.bottom-links li a {
	text-decoration: none;
}
#secondary div.module ul.bottom-links li a:hover {
	text-decoration: underline;
}
#secondary div.module img {
	float: left;
	margin: 0 10px 5px 0;
}
#secondary div.module.image h4, 
#secondary div.module.image p, 
#secondary div.module.image ul { 
	margin-left: 110px !important;
}


/*----- BUTTONS ----- */
a.button {
	float: right;
	margin: 7px 10px 0 0;
}
form a.button {
	float: right;
	margin: 0.25em 0 0.25em 10px;
}

a.button, 
a.button.clear, 
#guide a.button, 
#guide a.button.clear, 
.in_action.maxi a.button, 
.in_action.maxi a.button.clear, 
body.community a.button, 
body.community a.button.clear { 
	display: block;
	white-space : pre;
	font-size: 0.9em;
	text-decoration: none;
	border: 1px solid;
	padding: 1px 20px 1px 9px;
	background-position:100% 50%;
	background-repeat:no-repeat;
}

a.button.plain, 
#guide a.button.plain, 
.in_action.maxi a.button.plain, 
body.community a.button.plain { 
	padding: 1px 9px 1px 9px;
	background-position:100% 50%;
	background-repeat:no-repeat;
}

a.button.back, 
a.button.close, 
#guide a.button.back, 
#guide a.button.close, 
.in_action.maxi a.button.back, 
.in_action.maxi a.button.close, 
body.community a.button.back, 
body.community a.button.close { 
	padding: 0 9px 1px 20px;
	background-position:0% 50%;
	background-repeat:no-repeat;
}

a.getAcrobatReader {
	display: block;
	width: 88px;
	height: 31px;
}
a.getAcrobatReader span {
	display: none;
}

a.back {
	font-size:1em;
}

.yui-panel .container-close {/*button img override for our send to friend panel close button image*/
	width: 16px;
	height: 16px;
}


/*----- PAGING ----- */
#content p.results_count,
#content p.product_count {
	float: left;
	font-size:1em;
	margin:7px 0 0 0;
}
#content ul.paging_nav {
	list-style-type: none;
	float: right;
	margin:7px 5px 0 0;
}

#content #content_heading > ul.paging_nav {
	margin-right:10px;
}

#content ul.paging_nav li span {
	display: none;
}
#content ul.paging_nav li {
	float:left;
}
#content ul.paging_nav li ul {
	list-style-type: none;
}
#content ul.paging_nav li ul li {
	display:inline;
	margin:0 0 0 5px;
	height:13px;
}

#content ul.paging_nav li ul li a.current_page {
	text-decoration: none;
}


#content ul.paging_nav li ul li.previous {
	border-right:0;
}
#content ul.paging_nav li ul li.next {
	border-left:0;
}

#content ul.paging_nav li ul li a.icon_previous,
#content ul.paging_nav li ul li a.icon_next {
	display: block;
	height:13px;
	width:14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#product_list #content div.bottom_paging {
	clear: both;
	float:right;
	width: 710px;
	border: 0;
}
#content div.paging.bottom_paging p {
	margin:7px 0 7px 0;
}



#screen_dimmer{
	-moz-opacity:0.5;
	opacity: 0.5;
}
 
/*
 * Footer
 *****************************************************************************/
 
#footer {
	width: 930px;
	border-top: 1px solid;
	padding: 15px;
	float: left;
	clear: both;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul {
	float: left;
	list-style-type: none;
	height: 1em;
}

#footer ul li {
	float: left;
	margin: 0 0.55em 0 0;
	padding: 0 0.55em 0 0;
	border-right: 1px solid;
}

#footer ul li:last-child {
	border-right: none;
}

#footer #phone {
	float: right;
}
#footer #copyright {
	margin: 10px 0 0 0;
	position:static;
	float: left;
	clear: both;
}

#content ul.linksitems li.link{
	padding-bottom:3px;
}

#content ul.linksitems li.link a{
	font-size:1em;
	text-decoration: underline;
}

#content div.single-module p{
	font-size:1em;
}
