@import "/reset.css";


/**
 * main styles
 **/

/* :hover For old IE versions */
body {
	behavior: url("/heb/csshover.htc");
	}

*,
html,
body,
a,
h1,
h2,
h3
h4,
h5,
h6,
lable,
div,
td,
th,
i,
b,
strong,
em,
code,
kbd,
samp,
pre,
tt,
var,
textarea,
input,
select,
isindex,
dfn,
cite,
var,
address,
caption,
center,
img,
iframe,
form,
fieldset,
abbr,
acronym,
object,
applet,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote {
	direction: rtl;
	font-family: arial;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0.1pt;
	text-align: right;
	word-spacing: 1pt;
	line-height: 1;
	}

input[type="submit"] {
	cursor: pointer;
	}

input[type="text"],
textarea,
select {
	border-color: #939CBD;
/*	background-color: #;*/
	}

input[type="text"]:focus,
textarea:focus,
select:focus {
/*	background-color: #;
	border-color: #;*/
	}

.clear { clear: both; }

.ltr { direction: ltr; text-align: left; }
.rtl { direction: rtl; text-align: right; }


h1,
h2,
h3 {
	text-align: center;
	color: #fff;
	border-bottom: 3px solid #cdd9e0;
	text-align: right;
	}

h1 {
	font-size: xx-large;
	font-size: 14pt;
	color: #161B45;
	margin: 15px 5px;
	padding: 2px 0;
	}

h2 {
	font-size: x-large;
	font-size: 12pt;
	margin: 10px 0;
	text-align: right;
	background-image: url("/objects/products-title-background.png");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #151d44;
	height: 20px;
	padding: 3px 5px 0 0;
	clear: both;
	}

h3 {
	font-size: large;
	font-size: 11pt;
	}

p {
	margin-top: 10px;
	}



/**
 * Error
 **/

#errorbox {margin: 20px; border: 1px solid #B84623}
#errorbox h2 {margin: 0; color: #FFFFFF; background-color: #B84623; font-size: 16pt; padding: 5px 4px}
#errorbox .technical {direction: ltr;}
#errorbox .technical div, #errorbox .technical pre {direction: ltr;}
#errorbox div {padding: 6px 5px; background-color: #F1F1F1}


/**
 * Error
 **/

#SuccessMessage,
#ErrorMessage,
#GlobalMessage {
	/*display: none;*/
	font-weight: bold;
	text-align: center;
	background-color: #EFEAE0;
	margin: 10px;
	padding: 4px 6px;
	font-size: 16px;
	}

#SuccessMessage {
	color: blue;
	}

#ErrorMessage {
	color: red;
	}

#GlobalMessage {
	color: #FFA200;
	}


div.errorMessage,
div.successMessage {
	text-align: center;
	margin: 10px;
	padding: 6px 3px;
	font-size: 16pt;
	font-weight: bold;
	}

div.errorMessage {
	color: red;
	}

div.successMessage {
	color: blue;
	}


/*********
 * forms
 *********/

form label {
	color: #5d5d5d !important;
	}

form.form {
	width: 256px;
	margin-right: 80px;
}

form.form h1 {
	font-size: 18px;
	text-align: right;
	margin: 0 20px 20px 0;
	padding: 0;
}

form.form div {
	padding-top: 10px;
	clear: both;
	}

form.form > label,
form.form > input,
form.form > textarea {
	margin-top: 10px;
	}

form.form > label {
	height: 22px;
	}

form.form > input[type="text"] {
	height: 16px;
	}

form.form div.textField label,
form.form div.selectField label,
form.form > label.text,
form.form > label.textarea {
	width: 95px;
	float: right;
	}

form.form div.textField input[type="text"],
form.form div.selectField select,
form.form div.selectField textarea,
form.form > input[type="text"],
form.form > select,
form.form > textarea {
	margin-right: 5px;
	width: 150px;
	float: right;
	padding: 2px;
	}

form.form div.checkboxField input,
form.form > input[type="checkbox"] {
	float: right;
	}

form.form div.checkboxField label,
form.form input[type="checkbox"] + label {
	float: right;
	margin-right: 5px;
	cursor: pointer;
	}

form.form div.textarea textarea {
	width: 214px;
	}

form.form input[type="submit"],
form.form input[type="image"] {
	margin-top: 10px;
	clear: both;
	float: left;
	/*display: block;*/
	}

form.form .mandatory {
	color: red;
	font-weight: bold;
	}



/**
 * set the layers design
 **/

body {
	background: transparent url("/objects/background-gradient.gif") repeat-x scroll top center;
	}

#document,
.document {
	width: 960px;
	margin: 0 auto;
	}

#document {
	background: transparent url("/objects/background-gradient.gif") repeat-x scroll top center;
	padding-top: 20px;
	}

#header {
	background-image: url("/objects/background-header.png");
	width: 915px;
	height: 213px;
	margin-right: 24px;
	}

#body {
	}

#footer {
	background-color: #0F183F;
	padding: 10px;
	margin-top: -60px;
	position: absolute;
	width: 98%;
	}

#rightSide {
	float: right;
	width: 188px;
	margin: 0 58px 0 50px;
	background-color: #CCD9E1;
	padding: 80px 0 170px; /* required at least 1px to padding-top, for fix bug "first element margin-top" */
	}

#content {
	float: left;
	width: 606px;
	margin-left: 58px;
	margin-bottom: 30px;
	}

#topFreeZone {
	height: 70px;
	}




/**
 * Main Menu
 **/

#mainMenu {
	padding-top: 188px;
	margin-right: 452px;
	}

#mainMenu li {
	float: right;
	border-right: 2px solid #161E43;
	}

#mainMenu li:first-child {
	border-right-width: 0;
	}

#mainMenu li:hover {
	background-color: #161E43;
	}

#mainMenu li a {
	display: block;
	padding: 2px 11px;
	font-weight: bold !important;
	color: #161E43 !important;
	font-size: 14px !important;
	}

#mainMenu li:hover a {
	color: #CCD9E1 !important;
	}




/**
 * Footer Menu
 **/

#footerMenu {
	padding-top: px;
	margin-right: px;
	}

#footerMenu li {
	float: right;
	border-right: 2px solid #161E43;
	}

#footerMenu li:first-child {
	border-right-width: 0;
	}

#footerMenu li:hover {
	background-color: #C2C5CF;
	}

#footerMenu li a {
	display: block;
	padding: 2px 8px;
	font-weight: bold !important;
	color: #fff !important;
	font-size: 13px !important;
	}

#footerMenu li:hover a {
	color: #0F183F !important;
	}


/**
 * rightSide
 **/

#rightSide h3 {
	background-image: url("/objects/right-title-background.png");
	width: 188px;
	height: 19px;
	margin: 25px 0 10px;
	padding-top: 4px;
	text-align: center;
	}

#rightSide h3:first-child {
	margin-top: 0;
	}



#searchForm {
	}

#searchForm #search {
	float: right;
	width: 145px;
	margin-right: 5px;
/*	border-color: #;
	background-color: #;*/
	}

#searchForm #search:focus {
/*	border-color: #;
	background-color: #;*/
	}

#searchForm > img {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	}

#searchForm > div {
	padding: 5px;
	clear: both;
	height: 16px;
	cursor: pointer;
	border-right: 2px solid transparent;
	}

#searchForm > div label,
#searchForm > div input {
	cursor: inherit;
	}

#searchForm > div:hover {
	/*background-color: #1484BC;*/
	border-right: 2px solid #239521;
	}

#searchForm input[type="radio"] {
	float: right;
	}

#searchForm label {
	display: block;
	float: left;
	width: 158px;
	color: #3B565F !important;
	font-size: 14px !important;
	}



#rightSide li a {
	display: block;
	text-align: center;
	color: #151d44 !important;
	font-weight: bold !important;
	font-size: 15px !important;
	padding: 7px;
	border-top: 2px solid #919AB2;
	}

#rightSide li:first-child a {
	border-top-width: 0;
	}

#rightSide li a:hover {
	background-color: #3c4879;
	color: #C5E1EF !important;
	}



#userMenu li a {
	border-right: 2px solid transparent;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#userMenu li:hover {
	}

#userMenu li:hover a {
	border-right: 2px solid #239521;
	background-color: transparent;
	color: #332330 !important;
	}

#userMenu li a img {
	float: right;
	margin-left: 10px;
	margin-top: -5px;
	}




#companyNameLine {
	float: left;
	color: #fff;
	}




/**
 * general
 **/

.textPage {
	background-image: url("objects/textPage-background-bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 35px;
	}




/**
 * products --generally not spitefully producs.php--
 **/

.products,
#products {
	margin: 20px 0;
	}

.products .product,
#products .product {
	display: block;
	float: right;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 302px;
	}

fieldset.products .product,
fieldset#products .product {
	margin-bottom: 10px;
	}

.products .product > div,
.products .product > span,
#products .product > div,
#products .product > span {
	margin-top: 5px;
	}

.products .imgContainer,
#products .imgContainer {
	display: table-cell;
	display: block;
	height: 180px;
	vertical-align: middle;
	}

.products .product img,
#products .product img {
	
	}

.products .product .name,
#products .product .name {
	display: block;
	color: #7EAF6D;
	font-size: 17px;
	font-weight: bold;
	}

.products .product .authorName,
#products .product .authorName {
	display: block;
	font-weight: bold;
	color: #6F6F6F;
	margin-top: 2px;
	}

.product .retailPrice {
	display: block;
	
	}

.product .retailPrice > label {
	color: #686A6F;
	font-weight: bold;
	}

.product .retailPrice > span {
	color: #686A6F;
	font-weight: bold;
	text-decoration: line-through;
	}

.product .ourPrice {
	display: block;
	color: #F53220;
	font-weight: bold;
	margin: 2px 0 10px;
	}

.product .ourPrice label,
.product .ourPrice span {
	color: inherit;

	/* for IE7 */
	color: #F53220;
	}


/**
 * products
 **/

/* details */

#product {
	margin-bottom: 50px;
	}

#product #bookNameAndAuthor {
	color: #25408D;
	font-weight: bold;
	margin-bottom: 15px;
	}

#product #bookNameAndAuthor h1 {
	font-size: 20px;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: right;
	}

#product #bookNameAndAuthor .authorName {
	float: right;
	color: #7D7D7D;
	font-size: 16px;
	margin-top: 6px;
	}


#product > img {
	float: right;
	margin-left: 25px;
	}


#product > #bookInformation {
	float: left;
	width: 232px;
	}

#product > #bookInformation > div {
	font-weight: bold;
	background-color: #F4F5F6;
	border-right: 1px solid #434E7E;
	border-left: 1px solid #434E7E;
	padding: 10px;
	padding-bottom: 0;
	}

#product > #bookInformation .description {
	margin-bottom: 20px;
	font-size: 14px;
	color: #161E43;/*686A6F*/
	}

#product > #bookInformation .retailPrice > span {
	text-decoration: line-through;
	}

#product > #bookInformation .button {
	display: block;
	margin-top: 10px;
	text-align:left;
	}


fieldset#products {
	clear: both;
	margin: 10px 0 20px;
	border-top: 1px solid #161E43;
	background-color: #ECF0F3;
	}

fieldset#products legend {
	background-image: url("/objects/right-title-background.png");
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 5px 4px 4px;
	margin-top: -22px;
	margin-right: 213px;
	}


fieldset#products .product .authorName {
	margin-bottom: 15px;
	}


/* shoppingBag */

#orderHelp {
	float: left;
	width: 200px;
	}

#orderHelp h3 {
	color: #7D6946;
	}

#orderHelp > div {
	margin-top: 10px;
	}

#orderHelp > div > div:first-child {
	font-weight: bold;
	font-style: italic;
	}

#orderHelp > div > div:last-child {
	margin-right: 20px;
	}


#shoppingBag table {
	margin: 10px 0;
	width: 380px;
	}

#shoppingBag thead tr,
#shoppingBag tfoot tr {
	background-color: #CCD9E1;
	font-weight: bold;
	}

#shoppingBag tbody tr {
	background-color: #F4F5F7;
	}

#shoppingBag th,
#shoppingBag td {
	padding: 5px 10px;
	}

#shoppingBag td:last-child {
	text-align: center;
	}


#pleaseConnectOrRegister {
	margin-top: 20px;
	}

/* order */

#shipmentDetails {
	margin: 20px 0 10px;
	padding: 0;
	width: 380px;
	}

#shipmentDetails input[type="text"],
#shipmentDetails select,
#shipmentDetails textarea {
	width: 180px;
	}

#shipmentDetails fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #6FC8FF;
	background-color: #AFE1FF;
	}

#shipmentDetails legend {
	margin-right: 20px;
	padding: 5px;
	background-color: #6FC8FF;
	}

#shipmentDetails textarea {
	width: 100%;
	height: 100px;
	}




/**
 * Index
 **/





/**
 * user - register/connection/forgetPassword
 **/

form#userRegisterForm {
	height: 362px;
	}

form#userRegisterForm div{
	background-color: #996;
	padding: 0;
	padding-top: 10px;
	}

form#userRegisterForm div label,
form#userRegisterForm div input {
	background-color: #f96;
	margin: 0;
	}

input#advertisementAgreement + label,
input#termOfServiceAgreement + label {
	width: 235px;
	}



#user_connection > form,
#user_connection > div {
	margin-top: 50px;
	}



form#userConnectionForm {
	width: 256px;
	margin-right: 50px;
	float: right;
	padding-left: 27px;
	border-left: 1px solid #D0DCE1;
	}

form#userConnectionForm div.checkboxField label {
	width: 238px;
	}



#user_newUserMessage {
	width: 245px;
	float: left;
	}

#user_newUserMessage p {
	margin-top: 10px;
	}

#user_newUserMessage p strong {
	font-size: 14px;
	}

#user_newUserMessage .mandatory {
	color: red;
	font-weight: bold;
	}

#user_newUserMessage a {
	float: left;
	margin-top: 15px;
	}




#user_forgetPassword {
	clear: both;
	margin-right: 50px;
	margin-bottom: 10px;
	word-spacing: 0.1pt;
	color: #515574 !important;
	margin-top:280px !important;
	}

#user_forgetPassword strong {
	display: block;
	font-size: 16px;
	}

#user_forgetPassword a {
	text-decoration: underline;
	}

#user_forgetPassword a:hover {
	text-decoration: none;
	}




#forgetPassword {
	height: 100px;
	}




#profileDetails {
	margin-right: 80px;
	}

#profileDetails th,
#profileDetails td {
	padding: 5px
	}



form#editProfile {
	height: 280px;
	}



/**
 * contact
 **/

form#contact {
	height: 235px;
	border-left: 1px solid #D8E2E8;
	padding-left: 25px;
	float: right;
	margin-bottom: 10px;
	}

form#contact #notes {
	height: 90px;
	}

form#contact input[type="image"] {
	float: none;
	margin-right: 208px;
	}



form#contact + img {
	margin-right: 60px;
	margin-top: 70px;
	}



/**
 * how2buy
 **/

#how2buy h2,
#how2buy p {
	margin-right: 80px;
	}

#how2buy a {
	text-decoration: underline;
	}

#how2buy a:hover {
	text-decoration: none;
	}

#how2buy .button {
	font-style: italic;
	color: #17587F;
	}



/**
 * about
 **/

#about h2,
#about p {
	margin-right: 80px;
	}

#about a {
	text-decoration: underline;
	}

#about a:hover {
	text-decoration: none;
	}

#about .button {
	font-style: italic;
	color: #17587F;
	}