*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e2e3e5;
	font-family: tahoma, geneva, sans-serif;
	font-size: 10px;
}

p 
{
font-size: 12px;
color: #353e4b;
line-height: 14px;
width: 625px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;
}

.entry ul li {
font-size: 12px;
margin: 0 0 0 25px;
}

a {
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
text-decoration: none;
color: #06a1ff;
}

a:visited {
        color: #06357A;
}

.entry img {
        border: 0px;
	margin: 5px;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

img { border: 0 }

fieldset {
	border: 0px;
}

.clear {
	clear: both;
}

/* WRAPPER */
#wrapper {
	width: 852px;
	background: url(/img/wrapper_bkg.gif) left top repeat-y;
	margin: 0 auto;
}

/* NAVIGATION */
#header {
	padding: 8px 10px 0 17px;
}

#header a span {
	display: none;
}

/* my account link */
#header a#myAccount {
	position: relative;
	left: 766px;
	color: #06a1ff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#header a#myAccount:hover {
	text-decoration: underline;
}

/* main navigation */
#header ul {
	list-style-type: none;
	margin: 5px 0 0 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	height: 23px;
	background: url(/img/nav_bkg.gif) left top no-repeat;
}

/* logo link */
#header ul li#logo a {
	width: 209px;
	height: 23px;
	background: url(/img/nav_logo.gif) left top no-repeat;
	margin: 0 16px 0 0;
}

/* catalog link */
#header ul li#catalog a {
	width: 72px;
	background-position: left top;
}

#header ul li#catalog a:hover {
	background-position: left bottom;
}

/* research link */
#header ul li#research a {
	width: 78px;
	background-position: -72px top;
}

#header ul li#research a:hover {
	background-position: -72px bottom;
}

/* books, music, movies link */
#header ul li#books a {
	width: 162px;
	background-position: -150px top;
}

#header ul li#books a:hover {
	background-position: -150px bottom;
}

/* teens link */
#header ul li#teens a {
	width: 55px;
	background-position: -312px top;
}

#header ul li#teens a:hover {
	background-position: -312px bottom;
}

/* kids link */
#header ul li#kids a {
	width: 46px;
	background-position: -367px top;
}

#header ul li#kids a:hover {
	background-position: -367px bottom;
}

/* search box */
#header ul li#search {
padding: 0 0 0 5px;
}

#header ul li#search form input {
	float: left;
}

#header ul li#search form input#searchBox {
	width: 126px;
	height: 21px;
	border: 1px solid #d1d1d1;
	margin: 0 4px 0 0;
}

/* HEADER IMAGE */
#headerImage {
	clear: both;
	border-bottom: 5px solid #464e5a;
	padding: 10px 0 0 0;
}

#headerImage img {
	display: block;
}

/* CONTENT */
#content {
	background-color: #FFF;
	padding: 14px 11px 30px 20px;
}

#content .col {
	float: left;
}

/* left col */
#content #leftCol {
	width: 147px;
	margin: 0 30px 0 0;
}

/* site navigation dropdown */
#content #leftCol form {
	margin: 0 0 20px 0;
}

#content #leftCol form select {
	height: 23px;
	width: 142px;
	border: 1px solid #e6e6e6;
	font-size: 11px;
	padding: 3px;
}

#content #leftCol form select optgroup {
	margin: 0 0 5px 0;
}

#content #leftCol form select optgroup option {
	padding: 0 0 0 20px;
}

/* side navigation */
#content #leftCol h2 {
	font-size: 10px;
	color: #161d27;
	padding: 0 0 5px 8px;
}

#content #leftCol ul.sideNav {
	list-style-type: none;
	margin: 0 0 18px 0;
}

#content #leftCol ul.sideNav li {
	background: url(/img/sideNav_uline.gif) left bottom no-repeat;
	display: block;
	height: 18px;
	width: 141px;
}

#content #leftCol ul.sideNav li:hover a {
	background: url(/img/sideNav_bkg.gif) left top no-repeat;
}

#content #leftCol ul.sideNav li a {
	font-size: 10px;
	color: #161d27;
	text-decoration: none;
	display: block;
	height: 16px;
	width: 150px;
	padding: 2px 0 0 8px;
}

#content #leftCol #otherLinks {
	width: 150px;
	padding: 12px 0 12px 9px;
	background-color: #000000;
}

#content #leftCol #otherLinks h4 {
	font-size: 10px;
	color: #161d27;
}

#content #leftCol #otherLinks ul {
	list-style-type: none;
}

#content #leftCol #otherLinks ul li {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

#content #leftCol #otherLinks ul li a {
	font-size: 10px;
	color: #161d27;
	text-decoration: none;
}

#content #leftCol #otherLinks ul li a:hover {
	text-decoration: underline;
}

/* right col */
#content #rightCol {
	width: 625px;
}

#content #rightCol h1 {
	font-size: 18px;
	color: #a3bd15;
	margin: 0 0 12px 0;
	width: 410px;
}

#content #rightCol h2 {
	font-size: 12px;
	color: #9ba915;
	line-height: 14px;
	padding: 0 0 5px 0;
}

#content #rightCol p {
font-size: 12px;
color: #353e4b;
line-height: 14px;
width: 625px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 20px;
margin-left: 0pt;
}

#content #rightCol p a {
	color: #06a1ff;
	text-decoration: none;
}

#content #rightCol p a:hover {
	text-decoration: underline;
}

#content #rightCol p a:visited {
        color: #06357A;
}

#content #rightCol p a.imageLink img {
	margin: 0 9px 0 0;
}

#content #rightCol p a.imageLink:hover {
	text-decoration: none;
}

/* inner columns */
#content #rightCol .innerCol {
font-size: 14px;
color: #353e4b;
line-height: 22px;
float: left;
width: 625px;
}

#content #rightCol .innerCol h3 {
font-size: 14px;
color: #353e4b;
line-height: 14px;
margin: 10px 0 10px 0;
width: 410px;
}

#content #rightCol .innerCol p {
	font-size: 12px;
	color: #161d27;
	margin: 0 0 0px 0;
	line-height: 12px;
	width: 625px;
}

#content #rightCol #leftInnerCol {
        width: 390px;
}

#content #rightCol #leftInnerCol p {
        width: 390px;
        font-size: 12px;
        color: #353e4b;
        line-height: 18px;
        margin-top: 0pt;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0pt;
}
 
#content #rightCol #rightInnerCol {
        margin: 0 0 0 30px;
        width: 200px;
}

/* FOOTER */
#footer {
	background: #fff url(/img/footer_bkg.gif) left top no-repeat;
	padding: 37px 0 60px 23px;
}

#footer img {
	float: left;
	margin-right: 15px;
}

/* address select */
#footer #addressSelect {
	float: left;
	width: 323px;
	height: 118px;
	padding: 10px 0 0 15px;
	background: url(/img/footer_addressBox_bkg.gif) left top no-repeat;
}

#footer #addressSelect h3 {
	font-size: 9px;
	color: #8d8d8d;
	margin-bottom: 9px;
}

#footer #addressSelect ul {
	width: 320px;
	list-style-type: none;
        margin-bottom: 4px;
}

#footer #addressSelect ul li {
	width: 130px;
	float: left;
        margin-bottom: 8px;
}

#footer #addressSelect ul li a {
	font-size: 10px;
	color: #8d8d8d;
	text-decoration: none;
}

#footer #addressSelect ul li a:hover {
	color: #353e4b;
}

/* address display */
#footer #addressDisplay {
	float: left;
	width: 185px;
	height: 70px;
	padding: 22px 0 0 25px;
}

#footer #addressDisplay h3 {
	font-size: 11px;
	color: #353e4b;
	line-height: 18px;
}

#footer #addressDisplay p {
	font-size: 11px;
	color: #353e4b;
	line-height: 18px;
}

#footer #addressDisplay p span {
	color: #9b9ea3;
}

#footer #contact a {
        float: left;
        width: 170px;
        height: 22px;
        padding: 10px 0 0 25px;
        text-decoration: none;
        color: #06a1ff;
        line-height: 18px;
        font-size: 11px;
}

/* text control */
#footer #textControl {
        float: left;
        position: relative;
        top: -85px;
        left: 35px;
}

/* text control size */
#footer #textControl #size {
	height: 18px;
        position: relative;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin: 20px 0 0 0;
}

#footer #textControl #size a {
	display: block;
	float: left;
	color: #464e5a;
	text-decoration: none;
}

#footer #textControl #size a:hover {
	background-color: #161d27;
	color: #fff;
}

#footer #textControl #size #small {
	font-size: 10px;
	margin: 0 0 0 12px;
	padding: 4px 6px;
	height: 12px;
	width: 8px;
}

#footer #textControl #size #medium {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px;
	height: 14px;
	width: 8px;
}

#footer #textControl #size #large {
	font-size: 14px;
	font-weight: normal;
	padding: 1px 6px;
	height: 18px;
	width: 8px;
}

#footer #textControl #size .active {
	background-color: #161d27;
	color: #fff;
}

#footer #textControl #language h3 {
	font-size: 9px;
	color: #a7a7a7;
}

/* text control language */
#footer #textControl #language ul {
	list-style-type: none;
}

#footer #textControl #language ul li a {
	font-size: 10px;
	color: #a7a7a7;
	text-decoration: none;
}

#footer #textControl #language ul li a:hover {
	text-decoration: underline;
}

/* navigation */
#footer #navigation {
	clear: both;
}

#footer #navigation ul {
	list-style-type: none;
}

#footer #navigation ul li {
	float: left;
	padding: 10px 18px 0 0;
}

#footer #navigation ul li a {
	font-size: 10px;
	color: #464e5a;
	text-decoration: none;
}

#footer #navigation ul li a:hover {
	color: #000000;
}

\* Blog styles *\
#rss_box {
  width: 100px;
  height: 25px;
  border-bottom: solid 1px #F5F5F5;
  font-size: 11px;
  padding: 20px 0 0 0;

}
#rss_text {
        font-family:  tahoma, geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FF3300;
	padding: 0 5px 0 0px ;
}

#rss_text a {
        font-family:  tahoma, geneva, sans-serif;
        font-size: 12px;
}

.searchBox {
        padding: 0;
        font-size: 11px;
}

#searchsubmit {
        font-family: tahoma, geneva, sans-serif;
        font-size: 11px;
        background-color: #CCCC99;
        padding: 1px;
        border: 1px solid #000033;
	margin: 0 4px 0px 0;
}
.sidebar {
  width: 215px;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 5px 0 0px;
}
.sidebar ul li {
  padding: 5px 0 5px 0;
}
.sidebar ul li h2 {
        font-family: tahoma, geneva, sans-serif; 
        font-size: 10px;
        color: #666666;
}
.sidebar ul ul{
  margin: 0;
}
.sidebar ul ul li {
  padding-left: 2px;
  background: #ffffff;
}

#twitter-tools {
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	line-height: 12px;
	display: block;
}

#twitter-tools ul li {
        background: #ececec;
        padding: 5px 5px 5px 5px;
        font-size: 10px;
        line-height: 12px;
        display: block;
}

#tag_cloud {
margin: 5px 5px 5px 5px;
display: block;
}

#rightInnerCol .afterTag {
        background: #ececec;
        padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 0px;
}

#rightInnerCol .afterTag ul li {
        background: #ececec;
}

#rightInnerCol .afterTag ul {
	list-style: none; }


#content #rightCol .sidebar h2 {
        padding: 5px 5px 5px 5px;
}

#tag_cloud .afterTag {
	background: #ececec;
        padding: 5px 5px 5px 5px;
}

 
#content #rightCol .commentlist li {

line-height: 14px;
margin-top: 10px;
margin-bottom: 0pt;
margin-left: 19px;

}

.wp-caption img
{
margin: 0;
padding: 0;
border: 0 none;
}

#content #rightCol #leftInnerCol .wp-caption-text {
	font-size: 10px;
	width:auto;
	#float:left;
	text-align:center;
	color: #f3bf1d;
	display:block;
        padding: 0 5px 0 5px;
	vertical-align:top;


}

