/******************************/
/* Global styles (whole site) */
/******************************/
body, h1, h2, h3, input{
margin:0px;
padding:0px;
}

h1{
	font-size:14px;
}

h2{
	font-size:11px;
}

body {
	font-family: Arial, Tahoma, Helvetica, Verdana, "Lucida Grande", sans-serif;
	color: #5c5c5c;/*#2E1F12*/
	font-size:11px;
	background: #efefef url(../images/body_bg.jpg) repeat-x left 56px;
	/*background: #fff url(../images/body_bg.jpg_) repeat-x left 56px;*/
	padding-bottom:10px;
}

.headerLine{
	border-bottom: 2px solid #8BC3F1;
	background-position: left bottom;
	padding: 0 0 9px 10px;
}
.headerLine p{
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	text-transform:uppercase;
}

/*styling the menu with categories*/
.subMenuWrapper{
	padding: 0 0 0 10px;
	height: 40px;
	position:relative;
	top:10px;
}
.subMenu {
	width: auto;
	float: left;
	display: inline;/* needed for IE6 float bug */
	line-height: 23px;
}
.subMenuContent{
	background:url(../images/sub_menu/submenu_mid.png) repeat-x;
	float:left;
	padding: 1px 0 0 0;
}
.round_left {
	background:url(../images/sub_menu/submenu_left.png) no-repeat left top;
	height:28px;
	float:left;
	width:5px;
}
.round_right {
	background:url(../images/sub_menu/submenu_right.png) no-repeat right top;
	height:28px;
	float:left;
	width:5px;
}

.subMenu ul li {
	background:url(../images/sub_menu/submenu_break.jpg) no-repeat right 10px;
	float:left;
	padding:1px 0px 3px 0px;
}

.subMenu ul .lastItem {
	background:transparent;
}

.subMenu a, .subMenu a:link, .subMenu a:visited{
	color:#13588D;
	font-weight:normal;
}

.subMenu .selected a, .subMenu .selected a:link, .subMenu .selected a:visited,.subMenu .selected:hover a,.subMenu a:hover{
	color:#4192ce;
	font-weight:normal;
}	

.subMenu a {
	padding: 0px 7px 0px 7px;
	font-weight: normal;
}
/*SUB MENU END*/		

a#body_link{
	background: top center no-repeat;
	display: block;
	width: 100%;
	height: 1500px;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 0;
}

#mainShapeMiddle{
	position: relative;
	z-index: 10;
}

/*body {
	background:url(../images/site_cutted.jpg) no-repeat center 90px;
	background-color:#00011D;
}*/


/***************************/

/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 12px Tahoma, Helvetica, Arial, Verdana, sans-serif; /* Do not define line-height for select-s, table... */
	color: #2d2c2b;
}

/***** Links *****/
a, a:link, a:visited {
	color: #5c5c5c;
	text-decoration: none;
}
a:hover { text-decoration: none; }

/***** Lists *****/
ul, ol {
	/* There are diferences when nesting LISTS in IE6/7 and FF. Margin-left 20px is good in FF, ~25px is good in IE6/7 */
	/* Please, do not remove this comment, but change (or comment) declaration when needed */
	/*margin-left: 21px;*/
}
ul {
	/*list-style-type: disc;*/
	list-style-type: none;
	overflow: hidden;
}
ol {
	/*list-style-type: decimal;*/
	list-style-type: none;
}

/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}

/***** Forms *****/
textarea {
	
}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
.inputText, .inputPassword {
	padding: 1px 2px;
	border: 1px solid #cccccc;
}
label {
	cursor:pointer; /* Comment if not necessary */
}

/***** Common classes *****/
.clear {
	clear: both;
	width: 0px; /* 	width: 100%; for IE ??? */
	height: 0px;
	overflow: hidden;
	font-size: 1px; /* needed for IE5.x <div class="clear"></div> */
}

.clearAfter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Now fixes for IE */
.clearAfter {display: inline-block;} /* fixes IE/Mac */
/* Hides from IE-mac \*/
* html .clearAfter {height: 1%;}
.clearAfter {display: block;} /* restores display:block for all, except IE/Mac */
/* End hide from IE-mac */

.hr { /*replaces tag 'hr' */
	/*background-color: #aeaeae;*/
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.img-left, .picleft      { float:left; margin:4px 10px 4px 0; }
.img-right, .picright     { float:right; margin:4px 0 4px 10px; }

.center { /*replaces tag 'center' */
	margin: 0 auto;
}

#przonetab {float:right;}

/*feedback form*/
.feedbackForm .formTop{
	background:url(../images/common/block_one_news/submit_coment_shape_top.jpg) no-repeat;
	width:589px;
	height:5px;
	margin-left:10px;
}

.feedbackForm .formBottom{
	background:url(../images/common/block_one_news/submit_coment_shape_bottom.jpg) no-repeat;
	width:589px;
	height:5px;
	margin-left:10px;
}

.feedbackForm label{
	float:left;
	margin-left:10px;
	width: 70px;
}

.feedbackForm li{margin-bottom:10px; clear:both; overflow:hidden;}

.feedbackForm input{
	background:url(../images/common/block_one_news/coment_input_bg.png) no-repeat;
	border:none;
	width:228px;
	height:21px;
	padding-left:5px;
}

.feedbackForm .valid{
	list-style:none;
}

.feedbackForm .valid .txt{
	border-bottom: 1px solid #aea9a9;
	width:569px;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.feedbackForm .php_img{
	height:40px;
	margin-left:120px;
	float:left;
}

.feedbackForm .valid input{margin-top:10px; margin-left:20px;}

#formBtn{
	background:url(../images/common/block_one_news/coment_submit_bg.png) no-repeat left 0px;
	border:none;
	width: 74px;
	height: 19px;
	color: white;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	cursor:pointer;
}

.feedbackForm form{
	margin-left:10px;
	background-color:#ECECEC;
	width:589px;
	padding:10px 0 10px 0;
}

.feedbackForm textarea{
	background: url(../images/common/block_one_news/coment_area_bg.png) no-repeat;
	border: 0px;
	padding: 6px 8px;
	width: 483px;
	height: 90px;
}

.backToFront a{color:#226CA5;}
.backToFront a:hover{text-decoration:underline;}

#facebook{
	display: block;
	width: 960px;
	height: 35px;
	background: url(../img/Facebook.png) no-repeat;
	margin: 0 0 10px 10px;
}



/*styling sidebar boxes*/
.green{background:url(../images/sidebar/pzone_green.png) repeat-x;}
.green .rightBoxTitle{
	background: url(../images/sidebar/greenHeader.png) no-repeat 10px -35px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.green .bookTitleRight{color:#0D8012}

.red{background:url(../images/sidebar/pzone_red.png) repeat-x;}
.red .rightBoxTitle{
	background: url(../images/sidebar/redHeader.png) no-repeat 10px 2px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.red .bookTitleRight a{color:#780B09}

.gray{background:url(../images/sidebar/pzone_gray.png) repeat-x;}
.gray .rightBoxTitle{
	background: url(../images/sidebar/grayHeader.png) no-repeat 10px 2px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.gray .bookTitleRight a{color:#515151}

.purple{background:url(../images/sidebar/pzone_purple.png) repeat-x;}
.purple .rightBoxTitle{
	background: url(../images/sidebar/purpleHeader.png) no-repeat 10px 2px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.purple .bookTitleRight a{color:#57107D}

.blue{background:url(../images/sidebar/pzone_blue.png) repeat-x;}
.blue .rightBoxTitle{
	background: url(../images/sidebar/blueHeader.png) no-repeat 10px 2px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.blue .bookTitleRight a{color:#1B65A3}

.orange{background:url(../images/sidebar/pzone_orange.png) repeat-x;}
.orange .rightBoxTitle{
	background: url(../images/sidebar/orangeHeader.png) no-repeat 10px 0px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.orange .bookTitleRight a{color:#A34F01;}

.black{background:url(../images/sidebar/pzone_black.png) repeat-x;}
.black .rightBoxTitle{
	background: url(../images/sidebar/blackHeader.png) no-repeat 10px 2px;
	height: 10px;
	padding-top: 5px;
	font-size:0px;
}
.black .bookTitleRight a{color:#0B0B0B}

.sideBox{
	height:174px;
	width:300px;
	border-radius:5px;
	position:relative;
	margin-top: 20px;
}

.insideBox{
	background-color:white;
	top: 29px;
	left:5px;
	right:5px;
	bottom:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:290px;
	height:140px;
	position:absolute;
}

.bulHeader{
	margin: 0 auto;
	height:20px;
	width:100px;
	background:url(../images/bulIN.png) repeat-x bottom;
}

.bookTitleRight{
	width: 140px;
	float: left;
	margin-bottom:10px;
}

.bookTitleRight a {
	font-size: 12px;
	color: #0D8012;
	text-decoration: none;
	font-weight: bold;
}
.bookCoverRight{
	float:left;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-right:10px;
}
.bookAuthorRight{float:left;width:140px;font-style:italic;}
.items{margin:10px 0px 10px 0px; float:left;width:210px;}

.leftArrow{float: left;background:url(../images/leftArrow.png) no-repeat center;width:40px;height:100px;cursor:pointer;}
.rightArrow{float: left;background:url(../images/rightArrow.png) no-repeat center;width:40px;height:100px;cursor:pointer;}

.rightBoxTitle{
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 5px 5px 10px;
}

.blockSearch{
	width: 300px;
	height: 31px;
	background: url(../images/block-title-sprite.jpg) no-repeat left -125px;
	margin-bottom: 20px;
}

.blockSearch form{
	float: left;
}

.blockSearch .textFieldBack{
	float: left;
	width: 216px;
	height: 18px;
	margin: 5px 10px 0 20px;
	background: white;
	border: 1px solid #D4DDE5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blockSearch .textField{
	float: left;
	margin: 0;
	border: 0;
	width: 210px;
	height: 18px;
	color: #5C5C5C;
	padding: 1px 8px 0 8px;
	background: transparent;
}

.blockSearch .searchBtn{
	float: left;
	border: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 7px 0 0 0px;
	background: url(../images/common/block_search/search_btn_24.png) no-repeat left top;
}

.blockSearch .advanced{
	float: left;
	width: 18px;
	height: 17px;
	border: none;
	cursor: pointer;
	margin: 6px 0 0 5px;
	background: transparent url(/images/search_advanced.png) no-repeat center top;
}

/*styling the carousel*/
#bookCarousel{
	background-color:#ddd;
	border-radius: 5px;
	width:610px;
	height:320px;
	overflow:scroll;
	margin: 23px 5px 20px 5px;
	-moz-box-shadow: 0 0 10px #094577;
	-webkit-box-shadow: 0 0 10px #094577;
	box-shadow: 0 0 10px #094577;
}

.label{
	opacity:0.94;
	z-index: 200;
	position: absolute;
}

#bookTitle{font-size:13px; font-weight:bold;color:#094575;text-align:center;position: relative;top: 280px;}
/*end of styling the carousel*/
#bookAuthor{font-size:13px;font-style:italic;color:#333;text-align:center;position: relative;top: 280px;}

.shoppingCart{
	background: url(/images/sidebar/bull_gray.png)no-repeat;
	text-indent: 10px;
	height: 110px;
	padding-top: 7px;
	font-size: 12px;
	color: #fff;
	border-radius: 10px;
}

/*styling booklist in the home page*/
.bookCover{
	float:left;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.bookInfo{
	float: left;
	width: 290px;
	margin: 0;
}

.priceInfo{
	background: url(../images/sep.png) no-repeat left;
	float: left;
	width: 200px;
	margin: 0px 0 15px 10px;
	padding-left: 10px;
}

.mobPrice{margin: 5px 0;}

.bookList li{
	width: 620px;
	float:left;
	padding: 15px 0;
}

.between{
	float: left;
	width:10px;
}

.bookTitle a{font-size: 12px;color: #226CA5;text-decoration:none;font-weight:bold;}
.author a{font-style: italic;color:#5C5C5C;}
.author{margin: 5px 0;}

.order{ background:url(../images/cart.png) no-repeat left;margin-top:30px;text-indent: 25px;}
.order a{color: #226CA5}
/*end of styling booklist in the home page*/

.subCats a{
	background: url(../images/breadcrumb_separator.jpg) no-repeat right 3px;
	padding-right: 7px;
	margin-right: 5px;
}

a.lastLink{
	background-image: none;
	color: #755F76;
}

/*styling menu for sorting the books*/
.records_nav {
	width: 620px;
	margin: 20px auto;
}

.records_nav li.sel {
	color: #9B000A;
	background: url(/images/navigation_pointer.png) no-repeat center bottom;
}

.records_nav li {
	float: left;
	display: block;
	padding: 0 10px 10px 10px;
	background: url(/images/navigation.png) repeat-x left bottom;
	cursor: pointer;
}

.sort{background:none;font-weight:bold;}

.rating{margin-bottom:5px;}


.catPage .addInfo{float:left;}
.catPage .order{ background:url(/images/shopSmall.png) no-repeat left top;width:100px;height:30px;display:block;font-size:0;float:right;margin-top:-10px;margin-right:10px;}
.catPage li{border-bottom:1px dotted #226CA5}
.catPage .shortCnt{margin:10px 0;font-size:12px;}
.catPage .author{margin:0;}
.catPage .bookTitle{margin-bottom:5px;}
.catPage .bookTitle a{font-size:15px;}




