﻿  .books_calculations   
  {
  		border-top:#dcdddf 2px solid;
		border-left:#dcdddf 2px solid;
		border-right:#dcdddf 2px solid;
		border-bottom:#dcdddf 2px solid;
		background:#f4f4f4;
		width:923px;
		height:96px;
		margin-top:5px;
  }
   .booksHeader {
        width:923px;
        height:64px;
        direction:ltr;
        color:#002938;
        line-height:64px;
        vertical-align:bottom;
        font-size:24px;
        font-weight:normal;
        background:#f4f4f4; xurl('../images/design/booksHeader.png') no-repeat top center;
        margin:0;
        display:block;
        text-align:left !important;
		xborder-bottom:#ffffff 2px solid;
		border-top:#dcdddf 2px solid;
		border-left:#dcdddf 2px solid;
		border-right:#dcdddf 2px solid;
		
    }
    .internalParamDiv {
        xbackground: url('../images/design/booksInternalBg.png') no-repeat top center;
        width:923px;
        direction:ltr;
        color:#5f5f60;
        font-size:0px;
        display:block;
        vertical-align:middle;
        margin:0px;
		border-bottom: solid 2px white;
    }
    .internalParamActive {
       xbackground: url('../images/design/books_InternalActiveIcon.png') no-repeat top center;
	   background:#e3e3e3;
        height:54px;
        width:923px;
        direction:ltr;
        line-height:30px;
        color:#0099ff;
        font-size:20px;
        font-weight:normal;
        display:block;
        vertical-align:middle;
        text-align:left;

    }
    .internalParamInActive {
        background: #e3e3e3;//xurl('../images/design/books_bkg2.png') no-repeat top left;
        height:55px;
        width:923px;
        direction:ltr;
        line-height:22px;
        color:#7d7d7d;
        font-size:16px;
        font-weight:normal;
        display:block;
        vertical-align:middle;
        text-align:left;
    }
    .coverParamDiv {
        xbackground: url('../images/design/booksCoverBg.png') no-repeat top center;
        width:923px;
        direction:ltr;
        color:#5f5f60;
        font-size:0px;
        font-weight:normal;
        display:block;
        vertical-align:middle;
        margin:0 0 2px 0;
        text-align:left;
		xborder-top:#dcdddf 2px solid;
		xxborder-left:#dcdddf 2px solid;
		xborder-right:#dcdddf 2px solid;
    }
    
    .coverParamActive {
        xbackground: url('../images/design/books_CoverActiveIcon.png') no-repeat top center;
        height:30px;
        width:923px;
        line-height:30px;
        direction:ltr;
        color:#8c8a8c;
        font-size:18px;
        font-weight:normal;
        vertical-align:middle;
        text-align:left;
		background-color:#FFFFFF;
    }
	
	img.coverParamActive{
	display:none;
	}
	
	
    .coverParamInActive {
		background: #e3e3e3;//xurl('../images/design/books_bkg2.png') no-repeat top left;
        height:55px;
        width:923px;
        direction:ltr;
        line-height:22px;
        color:#7d7d7d;
        font-size:16px;
        font-weight:normal;
        display:block;
        vertical-align:middle;
        text-align:left;
    }
    
    .paramContainerActive {
        background: #ffffff;// url('../images/design/books_bkg1.png') no-repeat bottom center;
        min-height:208px;
        _height:208px;
        width:923px;
        xpadding-top:5px;
        margin:0;
        display:table-cell;
        xpadding-left:25px;
        text-align:left;
    }
    
    .paramContainerActiveSmall {
        background: #ffffff;// url('../images/design/books_bkg1_small.png') no-repeat bottom center;
        min-height:74px;
        _height:74px;
        width:923px;
        padding-top:5px;
        margin:0;
        display:table-cell;
        padding-left:25px;
        text-align:left;
		border-bottom-color: #dcdddf; 
		border-bottom-width: 2px;
		border-bottom-style: solid;
    }
    
    .paramContainerInActive .paramContainerInActiveSmall {
        height:0;
        line-height:0;
        width:923px;
        margin:0;
        display:none;
    }
    
    .ItemBox {
        width:153px;
        height:170px;
        float:left;
        cursor:pointer;
       background:url('../images/design/books_box1.png') no-repeat top center;
        margin-top: 10px;
        margin-left:25px;
    }
    
    .ItemBoxHover {
        width:153px;
        height:170px;
        float:left;
        cursor:pointer;
        background:url('../images/design/books_box2.png') no-repeat top center;
        margin-top: 10px;
        margin-left:25px;
    }
    
    .booksFootBorder {
        width:923px;
        height:7px;
        background:url('../images/design/booksFootBorder.png') no-repeat top center;
        margin:0;
		display:none;
    }
    
    .paramValueSpan {
        color:#5f5f60;
        font-size:18px;
        font-weight:normal;
        cursor:pointer;
    }
    
    .booksBtn1 {
        width:130px;
        height:29px;
		margin-left: 5px;
        background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #0A87AA;
		padding: 3px 0px 5px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family:'Ubuntu', Arial, sans-serif;
		font-size:11pt;
		vertical-align:middle;
		text-align:center;
		border: 0px;
		outline: none;
		font-variant: small-caps
    }
	
	.booksBtn1:hover {
	background-color:#075F78;
}
    
    .booksBtn2 {
        width:100px;
        height:28px;
		margin-bottom: 3px;
       background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #0A87AA;
		padding: 3px 0px 5px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family:'Ubuntu', Arial, sans-serif;
		font-size:11pt;
		vertical-align:middle;
		text-align:center;
		border: 0px;
		outline: none;
		font-variant: small-caps
    }
		.booksBtn2:hover {
	background-color:#075F78;
}
    
    .booksBtn3 {
		width:115px;
        height:28px;
		margin-bottom:5px;
  		background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #acacac;
		padding: 2px 0px 3px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family: Helvetica, Arial, sans-serif;
		font-size:10.5px;
		vertical-align:middle;
		text-align:center;
		outline: none;
		font-variant: small-caps;
		border: 0px;
    }
	
	
	.booksBtn3:hover {
		background-color:#959595;
}

    .booksBtn4 {
		width:115px;
        height:28px;
		margin-bottom: 5px;
  		background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #0A87AA;
		padding: 2px 0px 3px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family: Helvetica, Arial, sans-serif;
		font-size:10.5px;
		vertical-align:middle;
		text-align:center;
		outline: none;
		font-variant: small-caps;
		border: 0px;
    }
	
	
	.booksBtn4:hover {
		background-color:#075F78;
}

    .booksBigBtn {
        width:173px;
        height:50px;
        padding:8px;
		padding-top:25px;
        border:0;
        cursor:pointer;
        color:#ffffff;
        font-weight:bold;
        font-size:1em;
		background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #0A87AA;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family: Helvetica, Arial, sans-serif;
		font-variant:small-caps;
		vertical-align:middle;
		text-align:center;
		outline: none;
		font-variant: small-caps;
		border: 0px;
    }
    
    .booksBigBtnHover {
         width:173px;
        height:50px;
        padding:8px;
		padding-top:25px;
        border:0;
        cursor:pointer;
        color:#ffffff;
        font-weight:bold;
        font-size:1em;
		background: #222 url('../images/design/alert-overlay.png') repeat-x;
		background-color: #075F78;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25); 
		position: relative;
		cursor: pointer; 
		text-align: center;
		color:#ffffff;
		font-family: Helvetica, Arial, sans-serif;
		font-variant:small-caps;
		vertical-align:middle;
		text-align:center;
		outline: none;
		font-variant: small-caps;
		border: 0px;
    }
    
    .booksCopiesHeader {
        width:923px;
        height:37px;
        direction:ltr;
        color:#525052;
        font-size:23px;
        font-weight:normal;
        margin:0;
        vertical-align:middle;
    }
    .copiesParamActive {
        height:37px;
        width:923px;
        direction:ltr;
        color:#ffffff;
        font-size:20px;
        font-weight:bold;
        vertical-align:middle;
    }
    
	
	#booksCalcInternal{
		width:923px;
		border-top:#dcdddf 2px solid;
		border-left:#dcdddf 2px solid;
		border-right:#dcdddf 2px solid;
		margin-top:10px;
		margin:0;
		padding:0;
	}
	
	#booksCalcCover{
	width:923px;
	border-top:#dcdddf 2px solid;
	border-left:#dcdddf 2px solid;
	border-right:#dcdddf 2px solid;
	background-color: white;}
	
	#numCopies{
	width:100px;
	margin-left:9px;
	border:0px;
	height:16px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-size:13px;
	color:#5f5f60;
	}
	
	#totalPriceNoVat{
	width:100px;
	margin-left:9px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5f5f60;
	border:0;
	}
	
	#totalPrice{
	width:100px;
	margin-left:9px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5f5f60;
	border:0;"
	}
	
	
	#booksCalcMain{
	padding-top:13px;
	position:relative;
	top:-13px;
	background: url(/files/images/ksiazkibg2.jpg) top left repeat-y;
	}
	

}