body {
	background: #fff;
	color : #092C80;
	padding: 2cm;
	margin: 0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body, html {
	/*height:100%;*/
}

p {
	text-align: left;
	line-height: 1.1em;
}

table, tr, th, td {
	font-size: 1em;
}

a:link,
a:visited {
	color:#092C80;
	text-decoration: none;
	text-transform:none;
}

a:hover,
a:active {
	color:#092C80;
	text-decoration: underline;
	text-transform:none;
}
/*
 *  FORMS
 */
form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border: none;
	padding:10px 0px 0px 0px;
}

.fieldset {
	position: relative;
	margin: 5px 0px;
	/*font-size: 1.1em;*/
	padding:10px 0px;
	/*border: 1px solid red;*/
}


legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
}

legend span {
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
	padding: 3px 2px;
	margin: 0px 0px 10px 0px;
}

legend > span {
	left: 0px;
}

button {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: URL('butbg.gif') left top no-repeat;
	padding: 0px 0px 0px 5px !important;
	height:18px;
	text-align: center;
	border: none;
	width: auto;
	overflow: visible;
}

button span {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	height:16px;
	background: URL('butbg.gif') right top no-repeat;
	padding:2px 5px 0 0px;
	margin:0px !important;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color: #092C80;
}

label {
	text-align: left;
	font-size: 11px;
}

fieldset div {
	margin-top: 5px;
	clear:left;
	height:23px;
}

fieldset div label {
	display:block;
	float:left;
	width: 190px;
	text-align: left;
}

fieldset div input, fieldset div select, fieldset div textarea {
	width: 250px;
	margin-bottom: 0px;
	float:right;
	border: 1px solid #002973;
	font-size:1em;
}

fieldset div select {
	width: 252px;
	height: 16px;
}


fieldset div div.label {
	float:left;
	width: 190px;
	text-align: left;
	clear: none;
}

fieldset div div.value {
	width: 250px;
	margin-bottom: 0px;
	float:right;
	font-size:1em;
	clear: none;
}

fieldset div div.value label {
	width: auto;
	float: none;
}

fieldset div div.value label input {
	width: auto;
	border: none;
	float: none;
}

div.button {
	clear: both;
	text-align:right;
	margin: 10px 0px;
}

/*
 *  END FORMS
 */

.clear { 
	clear: both;
	height: 1px;
	font-size:1px;
	margin:0px;
}

* html .clear {
	height: auto;
}

.bold {
	font-weight:bold;
}

.error {
	color: red;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}

/*freme*/
#frame {
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	padding:0px;
}

* html #frame {
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/*header*/
#header {

}

#head {
	font-size: 1.8em;
}

#head span {
	display:block;
	float:right;
	margin-top: -1.8em;
	font-size: 12pt;
	color: #39A92D;
}

/*sidebar*/
#sidebar {
	display: none;
}

/*content*/
#content {
	clear:both;
	padding:0px;
	margin:0px;
	padding-top: 1em;
	border-top: 2px dotted;
}

#content div.hr {
	display:none;
}


a#logolink {
	display:none;
}

/*leftmenu*/
.leftmenu {
	display:none;
}


/*right*/
.content {
	padding:0px;
	margin:0px;
}

.content div.img {
	float:left;
	clear: left;
	padding: 0px;
	/*margin-top:-20px;*/
	margin-bottom:10px;
	margin-right:10px;
}

.content div.img img {
	border:none;
	padding: 0px;
	margin:0px;
}

.content h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom:1cm;
	text-transform: none;
}

.content h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom:1cm;
	text-transform: none !important;
}

.content h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom:1cm;
	text-transform: none !important;
}

.content h4 {
	font-size: 1.2em;
	margin-bottom:1cm;
	text-transform: none;
}


/*footer*/
#footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto; /*** Centers the design ***/
}

#footer div.hr {
	display: none;
}

#footer .friendslinks {
	display:none;
}

#bottomnav {
	display:none;
}

.enter {
	display:none;
}

.path {
	display:none;
}

div.topbanner {
	display:none;
}

div.links {
	margin-left:75px;
}

div.links a:link, 
div.links a:visited, 
div.links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:16px;
	color:#092C80;
	text-transform: capitalize;
}


.products {
/*	border:1px solid silver;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:215px;
	height:170px;
	float:left;
	padding:10px 0px 10px 5px;
	margin:0px;
	overflow: hidden;
}
/*
*html .products {
	height:196px;
}
*/

.productsleft {
	background: URL('booksbv.gif') right top no-repeat;
	padding:10px 5px 10px 0px;
	width:225px;
}

div.bb {
	background: URL('booksbh.gif') left bottom repeat-x;
	height: 3px !important;
}


.productscateg h3, .details .productscateg h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-size: 11px;
	font-weight: normal;
	padding:0 0 3px 0;
	margin:3px 0 0 0;
	color:#4FC324;
	border-bottom: 2px dotted #899CBD;
}

.image {
	float:left;
	margin:0px;
	padding: 0px;
	width:85px;
}

.image img {
	border:none;
	padding: 0px;
	margin:0px;
}

.products .image, .products .image img {
	width:87px;
	height:87px;
}

.details .image, .details .image img {
	width:192px;
	height:192px;
}

.products .data {
	margin-left: 95px;
}

.products h2 {
	font-weight:normal;
	line-height: 1.1em;
	font-size: 11px;
	margin:0px;
	margin-bottom:10px;
	color:#00276C;
	text-transform: uppercase;
	/*overflow: hidden;*/
}

.products h3 {
	line-height: 1.1em;
	font-size: 11px;
	padding-bottom:10px;
	margin:0px;
	color:#4FC324;
	text-transform: uppercase;
	/*overflow: hidden;*/
}

.products p {
	margin:0px;
	padding: 0px;
}

div.bar {
	padding:10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.bar span {
	background: URL('pricebut.gif') top left no-repeat;
	width:61px;
	height:18px;
	margin:0px;
	margin-right:5px;
	padding: 2px 3px 2px 18px;
	
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	
	text-align: center;
}

div.bar a:link, 
div.bar a:visited, 
div.bar a:hover {
	margin:0px;
	text-transform: uppercase;
	margin-right:5px;
	padding: 2px 3px 2px 5px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	height:18px;
	text-align: center;
}

div.bar a.buy {
	color:#fff;
	background: URL('buybut.gif') top left no-repeat;
	width: 34px;
}

div.bar a.discript {
	color:#092C80;
	background: URL('descbut.gif') top left no-repeat;
	width: 66px;
}
/*details*/
.details {
	padding:10px 20px 10px 0px;
	margin:0px;
	font-size:11px;
}

.details div.data {
	/*margin-left: 190px;*/
}

.details div.data p {
	margin-top:10px;	
	padding: 0px;
}

.details h2 {
	border-bottom:2px dotted #0E2767;
	font-weight:normal;
	line-height: 1.1em;
	font-size: 11px;
	margin:0px;
	margin-bottom:10px;
	color:#00276C;
	padding-left:3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.details h3 {
	border-bottom:2px dotted #0E2767;
	line-height: 1.1em;
	font-size: 11px;
	padding-bottom:10px;
	margin:0px;
	padding-left:3px;
	padding-bottom: 10px;
	color:#4FC324;
	text-transform: uppercase;
}

.details p {
	margin:0px;
	padding: 0px;
}

p.anotation {
	margin-bottom:10px;
	font-size: 12px;
	line-height:1.3em;
}

.details div.bar {
	margin:40px 0;
}

/*details*/
/*search*/
.search {
	display:none;
}


/*copyright*/
.copy {
	float:left;
	margin:0px;
	padding:16px 270px 0 12px;
}

.copy a:link, 
.copy a:visited, 
.copy a:hover {
	float:left;
	margin:0px;
	margin-right:15px;
	padding: 0px;
	color: #fff;
	text-transform: capitalize;
}

.copyright {
	float: right;
	margin: 5px 10px 0px 0px;
}

* html .copyright {
	float: right;
	margin: 11px 10px 0px 0px;
}


.copyright p {
	color:#fff;
	margin:0px;
	padding: 0px;
}


/*copyright*/


.pages {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase !important;
	margin:10px 0px;
}

.pages *,
.pages a:link,
.pages a:visited
 {
	text-transform: uppercase !important;
	color:#39a924;
}

.pages span {
	font-weight:bold;
}

.pages .tl {
	font-size: 10px;
	color:#092C80 !important;
}

h2.dictionary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 2px dotted #899CBD;
	padding-bottom:5px;
	margin: 10px 0 5px 0;
}

h2.dictionary strong {
	color: #39A92D;
	text-transform: uppercase;
}

p.vq {
	border-bottom: 2px dotted #899CBD;
	margin: 0px 10px;
	padding: 5px;
	font-size: 11px;
}

div.voteform {
	margin: 0px 10px 5px 10px;
}

div.voteform label {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	width:42%;
	margin: 3px 0 0 0px;
	padding: 0 0 1px 0;
	font-size: 11px !important;
}
div.voteform div.clear {
	border-bottom: 2px dotted #899CBD;
}

div.votebut {
	margin: 5px 10px;
}

div.leftblock {
	background: URL('lb.gif') bottom no-repeat #EEF5FD;
	padding-bottom: 5px;
	margin: 5px 0px;
}

div.leftblock h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: none;
}

div.leftblock form {
	border-top: 2px dotted #182075;
	border-bottom: 2px dotted #182075;
	background: #bbcde3;
	margin:0px 0px 10px 0px;
	padding:3px 5px;
}

div.leftblock form input {
	border: 1px solid #acbecc;
	height: 15px;
	width: 126px;
}

div.leftblock form button {
	border: none;
	background: URL('arbut.gif') no-repeat;
	height: 18px;
	width: 22px;
	margin-left:4px;
	margin-top:1px;
	vertical-align:top;
}

div.leftblock p {
	padding: 0px 5px;
	font-size: 10px;
}


a.button,
a.button:link,
a.button:visited,
a.button:hover
 {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	text-transform: uppercase;
	height:18px;
	background: URL(butbg.gif) no-repeat left top;
	border: none;
	color: #fff;
	font-size: 10px;
	text-align:center;
	padding:0px 0px 0px 5px;
}

a.button span {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	height:100%;
	background: URL(butbg.gif) no-repeat right top;
	padding:2px 5px 0 0px;
	cursor: pointer;
	margin: 0px;
	vertical-align: top;
}



