* { 
    margin: 0px; 
    padding: 0px; 
    background: none;
    background-image: none;
    list-style-image: none;
    
    font-family: Arial, sans-serif;
    test-align:left;
}

body {
	font-family: arial, sans-serif;
	font-size: small;
	padding:0px;
	text-align: center;
    background-color: #303B40;
    
    /*background: url('http://lh6.ggpht.com/-5m23q_jdWWc/Sv_ejAu-8EI/AAAAAAAAW6o/8jRYgY8UzGI/Fotolia_9747350_XS.jpg') bottom left no-repeat;*/
    
    /*
      margin-left: 40px;
      max-width: 1024px;
      width: 1024px;
    */
	
    /* CSS3 Transition: 
	-webkit-transition: 0.25s;*/
	 
	/* Future proofing (these do not work yet): 
	-moz-transition: 0.25s;
	transition: 0.25s*/
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;		
}

#Bubbles{
     background-image: url('http://www.cogmation.com/images/back.jpg');
     background-repeat: no-repeat; 
     background-color: #E0E0E0;
}

#mainTitle:hover{
	cursor: pointer;
}

.highlight{
	-webkit-user-select: text;
	-khtml-user-select: text;
	user-select: text;		
}

#Background{
     background-color: #E0E0E0;
}

/*margin canceled for all to prevent problem of compatibility of the browsers*/
p{
	margin:0 0 0 0;
    text-align: left;
}

/* Div global with fix size, depending of the size of the background image*/
#global{
	width:850px;
	margin: auto;  /*to have the block center horizontally*/
} 
#engine{
	position:relative;
	top:0px;
	left:620px;
}
/*for the flag to switch from a language to another*/
#language
{
	width:675px;
	text-align:right;
}

#top
{
	height: 100px;
	-moz-border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
}

#topStub
{
	height: 30px;
	-moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

h1 
{
	font-family: Verdana, sans-serif;
	margin:0;
    padding:0;
    font-size: 16px;	
    text-align:left;
    
	opacity:1; 
	filter:alpha(opacity=100);
	z-index: 20;
	position: relative;
}

.whiteShadowText 
{
    color: white;
    text-shadow: 2px 2px 4px #000;
}

.core-window {
    text-align: left;
}

h2 
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
    padding: 2px 0 2px 30px;
    text-align: left;
    font-size: 26px;	
    color: #515151;
}

h3 {
	margin:0;
    padding:0;
    font-size: 14px;	
    text-align:left;
}

a:visited {
	text-decoration : none;
	color: #FFD399;
}

a:link {
	text-decoration : none;
	color : #EC8604;
}

a:hover {
	cursor: hand;
}

table.menu
{
	font-style:normal;
	font-family: Helvetica;
	color: White;
	font-weight:bold;
	border-spacing: 0;
    text-align: center;
}

table.menu > tbody > tr > td
{
   padding-top: 5px; 
   padding-bottom: 5px;
   text-align: inherit;
}

table.contents
{
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-spacing:10px;
    width: 101.9%; 
    border-spacing:10px; 
    z-index:1; 
    left: -10px; 
    position:relative;
}

.bulletList
{
	list-style-position: inside;
	list-style-type: circle;
}

.clickable:hover{
	cursor: pointer;
}

.rounded {
    behavior: url(border-radius.htc);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    zoom: 1;
}

.center 
{
	width: 50%;
	margin: auto;
	margin-left: auto ;
	margin-right: auto ;
}

.right {
	text-align: center; 
	position:relative;
	float:right;
}

.left {
	text-align: center; 
	position: relative;
}

.indent {
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}

.shadow{
	box-shadow: 5px 5px 2px black;  
	-moz-box-shadow: 5px 5px 2px black; 
	-webkit-box-shadow: 5px 5px 2px black;  
}

.spacer {
	height: 15px;
}

.spacerMed {
	height: 40px;
}

.fade
{
	opacity:0.6; 
	filter:alpha(opacity=60);
}

.bubble
{
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	padding: 10px;
}

.steel {
	background-color: #939ca1;
	color: #FFFFFF;
}

.dusk {
	background-color: #E0E0E0;
	color: #FFFFFF;
}

.steel a:visited {
	text-decoration : none;
	color : black;
}

.grey {
	background-color: #44535A;
	color: #FFFFFF;
    
	background: -moz-linear-gradient(
		top,
		#53656E 0%,
		#303B40);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#53656E ),
		to(#303B40));    
}

.crete {
	background-color: #FFFFFF;
	color: #000000;
}

.white
{
	background-color: #FFFFFF; 
	color: #000000;
    
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#EDEDED);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFFFFF ),
		to(#EDEDED));     
        
    border:solid 1px #ffffff;
    border-top: none;
}

.white h2
{
	color: #000000;
}

.orange
{
	background-color: #FF9C01;
	color: #ffffff;
    
	background: -moz-linear-gradient(
		top,
		#FFB33D 0%,
		#FF9500);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFB33D ),
		to(#FF9500));  
}


.gradientGrey
{
	background-color: #bbbbbb;
	background: -moz-linear-gradient(
		top,
		#999999 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999999 ),
		to(#ffffff));
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	background-color: #bbbbbb;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#999999 60%,
		#999999 49%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2f2f2),
		color-stop(0.60, #B3B3B3),
		color-stop(0.49, #B3B3B3),
		to(#cccccc));
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(97,97,97,0.4),
		inset 0px 0px 1px rgba(156,156,156,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(97,97,97,0.4),
		inset 0px 0px 1px rgba(156,156,156,0.6);
	text-shadow:
		1px 1px 0px #000000;
	
	opacity:0.9;
	filter:alpha(opacity=90);
	font-weight:150;
	
	position:relative;
	margin-top: 5px;
}

.button:hover
{
	background-color: #999999;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#BDBDBD 60%,
		#BDBDBD 49%,
		#DEDEDE);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.60, #BDBDBD),
		color-stop(0.49, #BDBDBD),
		to(#DEDEDE));
	border-radius: 11px;
	cursor: pointer;
	
	font-weight:normal;
	opacity:0.65;
	filter:alpha(opacity=65);
}

.glare
{
	/*background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);*/
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 8px 8px 8px 8px;
	height: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 2px;
    margin: 2px;
}

/************************************************************************************************/

table.contents td
{
	width: 33%; 
	padding: 0;
	vertical-align:top;
}

.contentsList
{
	text-align: left; 
                           
	list-style: none; 
	padding: 10px 10px 10px 10px;
	min-height: 68px;
}

.menu td
{
	width:150px;
}

.item
{
    text-align:center;
}

.item:hover
{
	cursor: pointer;
}

.dropDownMenu a
{
    color: #fff;
    text-align: center;
    width: inherit;
    /* offset from menu header*/
}


/* Sub-menu */
.dropDownMenu ul
{
	height: 0;
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
    width:inherit;
    position: absolute;
    left: 0;
    z-index: -1000;
    opacity: 0;
    filter: alpha(opacity = 0);
    background-color: #657A85;
    
    background: -moz-linear-gradient(
		top,
		#53656E 0%,
		#303B40);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#53656E ),
		to(#303B40));     
}

/* the dropdown menu items */
.dropDownMenu ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: inherit;
    height: 0;
    z-index: -1000;
    
    background-color: #44535A;
}

/*display links */
.dropDownMenu ul a
{
    padding: 0;
    height: 0;
    line-height: 0;
    display: none;
    white-space: nowrap;
    float: none;
    text-transform: none;
    text-align:center;
}

/* highlight menu items */
.dropDownMenu ul li:hover
{
    background: #657A85;
    
    background: -moz-linear-gradient(
		top,
		#657A85 0%,
		#53656E);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#657A85 ),
		to(#53656E)); 
}

/* Clear floated elements */
.dropDownMenu li:after > ul
{
    visibility: hidden;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    z-index: -1000;
}

table.menu > tbody > tr > td.item:hover
{
    background: #657A85;
    
    background: -moz-linear-gradient(
		top,
		#657A85 0%,
		#53656E);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#657A85 ),
		to(#53656E)); 
}

/************************************************************************************************/


#logo {
	height: 150px;
	background: url(images/title3.jpg) no-repeat;
    margin-top: 75px;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: lightslategrey;
}

#logo h1 {
	padding-top: 75px;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px black solid;
    width: auto;
    color: white;
    background-color: #44535A;
}

#footer a {
	color: grey;
}

#footer p {
	margin: 0;
	text-align: center;
}

//******************************************************************//

* { margin: 0; padding: 0px; }

#mainTitle{
	float: left;
}

#mainTitle:hover{
	cursor: pointer;
}

#mainTable{
	float: right; 
	width: 500px; 
	text-align:center; 
	padding-top: 7px; 
	padding-bottom: 5px; 
    padding-left: 5px;
	display:inline;
}

.highlight{
	-webkit-user-select: text;
	-khtml-user-select: text;
	user-select: text;		
}

/*margin canceled for all to prevent problem of compatibility of the browsers*/
p{
	margin:0 0 0 0;
}

/* Div global with fix size, depending of the size of the background image*/
#global{
	width:850px;
	margin: auto;  /*to have the block center horizontally*/
} 
#engine{
	position:relative;
	top:0px;
	left:620px;
}
/*for the flag to switch from a language to another*/
#language
{
	width:675px;
	text-align:right;
}

.center.topMenu{
	height: 20px; 
	width: 0px; 
	border: 1px solid white;
}

#top
{
	height: 100px;
	-moz-border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
}

#topStub
{
	height: 30px;
	-moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

h1 
{
	font-family: Verdana, sans-serif;
	margin:0;
    padding:0;
    font-size: 16px;	
    text-align:left;
    
	opacity:1; 
	filter:alpha(opacity=100);
	z-index: 20;
	position: relative;
}

.whiteShadowText 
{
    color: white;
    text-shadow: 2px 2px 4px #000;
}

h2 
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
    padding: 2px 0 2px 30px;
    text-align: left;
    font-size: 26px;	
    color: #515151;
}

h3 {
	margin:0;
    padding:0;
    font-size: 14px;	
    text-align:left;
}

/********************************************************************************************/

.box {
	margin: 0 15px 15px 15px;
	padding-bottom: 0;
	border: solid 1px #EC8604;
}

.box h3{
	background-color: #EC8604;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.bottom {
	display: block;
	margin-bottom: 0;
	/*padding-bottom: 10px;*/
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	height: 45px;
	margin: 0 auto;
	/*background-color: #9b9b9b;*/
	border-bottom: 3px solid #FFFFFF;
	padding-top: 0px;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background-color: #9b9b9b;
}

#menu li {
	display: inline;
}

#menu li:first-child a{
	border-left:none;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	margin: 5px 0px 10px 0px;
	padding: 9px 17px 0px 17px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: thin white solid;
	text-align: center;
	vertical-align: middle;
}

#menu a:hover {
	background-color: #0f0f0f;
}

/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	margin: 0 auto;
	text-align: center;
	padding-top: 120px;
    min-height: 600px;
}

#colOne {
	float: left;
	width: 238px;
	/* background: url(images/img05.gif) repeat-x; */
	font-size: 11px;
}

#colOne h3 {
	padding: 5px 20px;
}

#colOne ul {
	margin-left: 0;
	list-style: none;
}

#colOne li {
	padding: 5px 0;	
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;
	text-align: center;
}

li.nohover:hover {
	background-color: #FFF;
	cursor: default;
}

#colOne li:hover {
	background-color: lightgrey;
	cursor: pointer;
}



#colOne li.first {
	border: none; 
}

#colTwo {
    min-width: 750px;
	max-width: 765px;
	padding: 5px 10px 0px 5px;
	font-size: 14px;
    float:right;
}

#colTwo a{
   color: darkSlateGray;
}

#colTwo h2 {
	font-size: 26px;
}

#colTwo h3 {
	font-size: 18px;
}

#colTwo h4 {
	font-size: 15px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

.store-product-detail-offers ul{
	text-align: center;
}

.store-product-detail-offer-title{
	font-size: small;
}

.wishlist > .store-product-list-item-image img{
	height: 200px;
    width: 160px;
}

/* Logo */

#logo {
	height: 150px;
	background: url(images/title3.jpg) no-repeat;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: lightslategrey;
}

#logo h1 {
	padding-top: 75px;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

#colOne {
	float: left;
	width: 238px;
	/* background: url(images/img05.gif) repeat-x; */
	font-size: 11px;
}

#colOne h3 {
	padding: 5px 20px;
}

#colOne ul {
	margin-left: 0;
	list-style: none;
}

#colOne li {
	padding: 5px 0;	
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;
	text-align: center;
}

li.nohover:hover {
	background-color: #FFF;
	cursor: default;
}

#colOne li:hover {
	background-color: lightgrey;
	cursor: pointer;
}

#colOne li.first {
	border: none; 
}

.core-form-field-group-body {
   max-height: 270px;
   max-width: 705px;
}

.core-form-field-group{
   padding-top: 20px;
}

textarea{
   max-height: 150px;
   max-width: 705px;
}

p a:link, #colTwo a:link {color:blue !important;}

/* canada messaging controls */
.store-product-option-price{display: none;}

.hide-ca {display: block;}
.display-ca {display: none;}
.store-page-product.ca.country-CA .hide-ca {display: none;}
.store-page-product.show-ca.country-CA .display-ca {display: none;}
.store-page-product.ca.country-CA .display-ca {display: block;}


