/* http://www.learningdays.co.uk/templates/default/stylesheets/default.css */
/*
Leaning days - main style

*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url() repeat;}
.TB_overlayBG {
  /*background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;*/
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/*aux elements*/
*{
	padding:0px;
	margin:0px;
}
.clear{
clear:both;
}
.none{
display:none;
}
.center{
text-align:center;
}
.noborder{
border:none;
}
.fright{
text-align:right;
float:right;
}
/*common element styles*/
h2{
color:#223d8f;
font-size:16px;
margin-bottom:5px;
text-align:left;
}
h3{color:#223d8f;
font-size:14px;
margin-bottom:5px;
text-align:left;
}
a{
color:#223d8f;
}
p{
margin-top:2px;
font-size:13px;
margin-bottom:10px;
}

/*main physical*/
html{
font-family:Arial, Helvetica, sans-serif;
background-image:url(../img/bg.png);
background-repeat:repeat-x;
}
body{
text-align:center;
}
#wrap{
background-image:url("../img/extender.png");
background-repeat:repeat-y;
background-position:center;
width:774px;
margin:auto;
position:relative;
}
#wrap-extender{
width:774px;
background-image:url("../img/center.png");
background-repeat:no-repeat;
height:auto!important;
height:645px;
min-height:654px;
}
#innerWrap{
margin:auto;
padding-top:80px;
width:752px;
background-color:transparent;
}
#bigImage{
width:752px;
height:243px;
background-image:url("../img/polar_bear.jpg");
background-repeat:no-repeat;
}
#navigation{
width:752px;
height:30px;

}
.navnormal{
background:url("../img/NavNormal2.png") no-repeat transparent top left;
}
.navdownload{
background:url("../img/NAVLoggedIn2.png") no-repeat transparent top left;
}
#main{
margin:0px 10px 0px 10px;
padding-top:10px;
text-align:left;
}
#products{
margin:0px 5px 0px 5px;
padding-top:10px;
text-align:left;
float:left;
width:740px;
}
#sideRight{
width:244px;
border-left:1px dotted #a4adb4;
float:right;
padding-left:7px;
padding-bottom:100px;
}
#sideLeft{
float:left;
width:465px;
padding-left:10px;
}
#sideLeft ul li{
font-size:11px;
padding-left:15px;
list-style:none;
margin-bottom:3px;
background-image:url("../img/bullet.png");
background-repeat:no-repeat;
background-position:center left;
}
#sideLeft ul{
margin-bottom:13px;
}
/***********************************************Product Detail Page Layout*******************************************************/
/********************************************************************************************************************************/
#sideLeftDL{
float:left;
width:465px;
min-height:300px;
padding-left:10px;
}
#sideRightDL{
width:244px;
float:right;
padding-left:10px;
padding-bottom:10px;
min-height:300px;
}

#sideRightDL2{
width:264px;
float:right;
padding-righ:20px;
padding-bottom:10px;
min-height:300px;
}

#footer{
width:774px;
height:29px;
background-image:url("../img/footer.png");
background-position:center bottom;
background-repeat:no-repeat;
}
p.footer{
font-size:10px;
margin-top:10px;
}

/*
Navigation bar
*/
#navigation ul{
display:inline;
}
#navigation ul li{
display:inline;
text-indent:-9000px;
}
#navigation ul li a{
display:block;
float:left;
height:30px;
margin-right:2px;
}
#navigation ul li a.n1{
width:135px;
margin-left:2px;
}
#navigation ul li a.n2{
width:65px;
}
#navigation ul li a.n3{
width:65px;
}
#navigation ul li a.n4{
width:95px;
}
#navigation ul li a.n5{
width:110px;
}
#navigation ul li a.n6{
width:70px;
}
#navigation ul li a.n7{
width:80px;
}
#navigation ul li a.n8{
width:80px;
}
#navigation ul li a.n9{
width:50px;
}
#navigation ul li a.n10{
width:105px;
}
#navigation ul li a.n11{
width:120px;
}
#navigation ul li a.n12{
width:85px;
}
/*
Form elements
*/
/*admin form*/
form.adminform{
	margin-bottom:15px;
}
form.adminform label{
	float:left;
	width: 15em;
	font-size:12px;
	padding:2px;
}

form.adminform .radioLabel{float:none;
width:5em;
padding-right:15px;}

form.adminform select{
width:120px;
margin-top:0px;
padding:2px;
border:#c7d97d 1px solid;
background-color:#eef4cf;
}
form.adminform input{
margin-top:0px;
padding:2px;
border:#c7d97d 1px solid;
background-color:#eef4cf;
}
form.adminform div.formrow{
margin-top:3px;
margin-bottom:6px;
clear:left;
}


form.adminform label.error{
background-color:#ffb0b0;
border:1px solid #990000;
}
form.adminform textarea{
margin-top:5px;
border: 1px solid #cbdc7d;
}
/*contact form*/
form.contact{
	margin-bottom:15px;
}
form.contact label {
	float: left;
	width: 180px;
	font-size:12px;
}
form.contact div.formrow{
margin-top:3px;
margin-bottom:3px;
}
form.contact input{
border: 1px solid #cbdc7d;
padding:2px;
}
form.contact label.error{
color:#990000;
}
form.contact textarea{
margin-top:5px;
border: 1px solid #cbdc7d;
width:385px;
}
.formcenter{
margin-left:40px;
}

/*sidebar buttons*/
a.sidebuttons
{
margin-bottom:5px;
}

/*register form*/
form.register label {
float:left;
width:180px;
font-size:12px;
text-align:right;
line-height:28px;
padding-right:20px;
}

form.register label.required{
/*background-color:#00FF00;*/
}
form.register label.error{
color:#990000;
}

form.register input{
border: 1px solid #cbdc7d;
padding:2px;
margin-top:5px;
margin-bottom:2px;
}
form.register div.formrow{
clear:left;
}
form.register textarea{
border: 1px solid #cbdc7d;
padding:2px;
margin-top:5px;
margin-bottom:2px;
}

/*
flashboxes
*/

.okFlash{
text-align:center;
background-color:#eef4cf;
border:3px solid #c7d97d;
width:450px;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}
/*
admin section 
*/

#navigation-admin
{
text-align:left;
font-size:14px;
font-weight:bold;
padding:5px 5px 5px 15px;
background-color:#bdd546;
}
#navigation-admin ul{
display:inline;

}
#navigation-admin ul li{
display:inline;
}
#navigation-admin ul li a{
margin-right:2px;
text-decoration:none;
}
#navigation-admin ul li a:hover{
margin-right:2px;
text-decoration:underline;
}
table
{
margin:auto;
border:3px solid #c7d97d;
background-color:#c7d97d;
margin-top:10px;
width:100%;
text-align:left;
margin-bottom:10px;
}
table th{
padding:5px;
}
table td{
font-size:12px;
padding:3px;
background-color:#eef4cf;
}
td.smallwidth{
width:150px;
text-align:center;
}
/*product list*/
.product-listbox{
background:url("../img/productbox-mid.png") top left repeat-y;
width:466px;
margin-bottom:7px;
}
.product-listbox-header{
width:466px;
background-image:url("../img/productbox-top.png");
height:28px;
}
.product-listbox-header h3{
margin-left:7px;
font-size:16px;
line-height:28px;
color:#FFFFFF;
}
.product-listbox h4{
font-size:14px;
}
.product-listbox-text{
background:url("../img/productbox-text.png") bottom left no-repeat;
padding:6px;
height:1%;
background-color:transparent;
}
.product-listbox-subhead{
background:url("../img/productbox-subtop.png") bottom left no-repeat;
padding:6px;
height:1%;
}
.product-listbox-bottom{
background:url("../img/productbox-white-bottom.png") bottom left no-repeat;
padding:6px;
height:1%;
}
.product-listbox-text p.prod-subtext{
font-weight:bold;
}
.product-listbox-text p.prod-subtext a{
color:#000000;
text-decoration:underline;
}
.pdimg{
float:right;
margin:5px;
}
/*misc product list elements*/
.quickjump{
margin-bottom:10px;

}
.quickjump input{
border:1px solid #7f9db9;
font-family:Arial, Helvetica, sans-serif;
color:#203b97;
font-size:11px;
}
.quickjump select{
border:1px solid #7f9db9;
font-family:Arial, Helvetica, sans-serif;
color:#203b97;
font-size:11px;
}
/*buttons*/
a.pbtn{
float:right;
display:block;
height:23px;
width:126px;
text-indent:-9000px;
margin-left:35px;
}
a.dprod{
display:block;
height:23px;
width:126px;
text-indent:-9000px;
background:url() no-repeat top left;
}
a.buynow{
background:url("../img/buynow.png") no-repeat top left;
display:block;
float:right;
height:23px;
width:126px;
text-indent:-9000px;
}
a.curinfo{
background:url("../img/info.png") no-repeat top left;
}
a.relatedprod{
background:url("../img/related.png") no-repeat top left;
display:block;
height:23px;
width:126px;
text-indent:-9000px;
}
a.dlfree{
background:url("../img/free.png") no-repeat top left;

}
/*login area*/
.login{
margin-top:5px;
}
.login .submit{
border:none;
margin-left:155px;
}
.login input{
border:1px solid #7f9db9;
padding:4px;
}
.login .formrow{
margin-top:3px;
}
.login label{
text-align:right;
float: left;
width:170px;
margin-right:3px;
}
.login .submitemail{
margin-left:80px;
border:none;
}
.subtext{
font-size:10px;
}
.bolded{
font-weight:bold;
}
.justify{
text-align:justify;
}
ul.special li{
font-size:11px;
padding-left:15px;
list-style:none;
margin-bottom:3px;
background-image:url("../img/bullet.png");
background-repeat:no-repeat;
background-position:center left;
}
ul.wrong li{
font-size:11px;
padding-left:15px;
list-style:none;
margin-bottom:3px;
color:#FF0000;
}

/*add product from*/
.product{
margin-top:5px;
}
.product .submit{
border:none;
margin-left:155px;
}
.product input{
border:1px solid #7f9db9;
padding:4px;
}
.product .formrow{
margin-top:3px;
}
.product label{
text-align:right;
float: left;
width:170px;
margin-right:3px;
}
.product .submitemail{
margin-left:80px;
}

/* --------------------------------------- Error box ------------------------------------------------------ */

.notverified {color:#FF0000;
border-style:solid;
border-color:#FF0000;
border-width:thin;
background-color:#FFD3D6;
text-align:justify;
padding:1px;
padding-left:2px;
padding-right:2px;}

.notverified2 {color:#FF0000;
border-style:solid;
border-color:#FF0000;
border-width:thin;
background-color:#FFD3D6;
text-align:justify;
padding:1px;
padding-left:2px;
padding-right:2px;
width:700px;}


/* --------------------------------------- download message ------------------------------------------------------ */

.dlm {color:#000000;
border-style:solid;
border-color:#c7d97d;
border-width:thin;
background-color:#eef4cf;
text-align:justify;
padding:1px;
padding-left:2px;
padding-right:2px;
width:700px;}


/* --------------------------------------- Product Tables ------------------------------------------------------ */

.productTable{text-align:center;}

.productTableName{width:125px;}

.productTableDescription{width:315px;}

.productTableDetails{width:100px;}

/*---------------------------------------Product table container ---------------------------------------------*/

#productContainer{float:left;
				height:auto!important;
				height:425px;
				min-height:425px;
				padding-top:5px;}

/*
gallery menu
*/

#gallery-admin
{
text-align:left;
font-size:14px;
font-weight:bold;
padding:5px 5px 5px 15px;
background-color:#aec5ee;
}
#gallery-admin ul{
display:inline;

}
#gallery-admin ul li{
display:inline;
}
#gallery-admin ul li a{
margin-right:2px;
text-decoration:none;
color:#000000;
}
#gallery-admin ul li a:hover{
margin-right:2px;
text-decoration:underline;
color:#FFFFFF;
}

/* left text align */

.left{text-align:left;
float:left;
width:800px;
padding-left:10px;}

.radioRight{ padding-right:100px;
line-height:20px;}
