* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}

body {
	background-color: #d1ebb1;
	background: transparent url(/images/bg.gif) repeat scroll top center;
	font: 0.95em/1.3em "Helvetica", "Verdana", sans-serif;
	color: #4a4242; 
	position: relative;
}

h1,h2,h3,h4 {
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px 0;
} 

h1 {
	font-size: 1.4em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.3em;
	line-height: 1em;
}

h3 {
	font-size: 1.2em;	
}

p {
	margin-bottom: 15px;
	font-size: 0.9em;
}

ol,
ul {
	margin-bottom: 18px;
	margin-left: 33px;
}

ol li,
ul li {
	margin-bottom: 9px;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: disc;
}

hr {
	border-top: 1px dashed #CCCCCC; 
	height:0px;
	margin: 5px 0 5px 0;
}

a {
	color: #4a4242; 
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #eb3d00;
	text-decoration: underline;
}

a:active {
	color: #4a4242;
}

.selected {
	color: #eb3d00;
}

.clearing {
    clear: both;
    height: 0;
}

.small {
	font-size: 11px;
}

.small_ {
	font-size: 0.85em;
}

.hideme {
	display: none;
}

.red {
	color: #eb3d00;
}

/* ------------------------------------------------------  */



#container {
	width:100%;	
}

#navigation-top {
	display: block;
	width:100%;
   background:#6ac335;
   position:relative;
}

#top-banner {
	height: 66px;
	width: 970px;
	padding: 5px 0 0 0;
	text-align: left;	
}

#basket {
	font-size: 0.8em;
	line-height: normal;	
	background: url("/images/basket.png") no-repeat scroll 0 0 #fdfd72;
   margin-top: 5px;
   padding: 5px 5px 5px 40px;
   text-align: left;
   z-index:999; 
   position: relative;    
   top: -95px;
   left: 300px;
   width: 200px;
   height: 65px;    
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: #808034 0 0 .55em;
   -moz-box-shadow: #808034 0 0 .55em;
   box-shadow: #808034 0 0 .55em;
   behavior: url(/javascripts/PIE.htc);
}

#basket .big {
	font-weight: bold;
	font-size: 1.3em;
}

/* ------------------------------------------------------  */

#tabBox {    
	width: 970px;
}

.tabs {    
	 margin: 0;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: -2px;
    height: 2.25em;	 
}

.tabs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: .25em .25em 0;
    height: 2em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

.tabs li.selected {
    z-index: 3;
}

.tabs a {
    float: left;
    height: 2em;
    line-height: 2em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: #EEE;
	 background: -o-linear-gradient(#edeed5, #EEE 70%);
	 background: -webkit-gradient(linear, 0 0, 0 70%, from(#edeed5), to(#EEE));
    background: -moz-linear-gradient(#edeed5, #EEE 70%);
    background: linear-gradient(#edeed5, #EEE 70%);
    -pie-background: linear-gradient(#edeed5, #EEE 70%);
    border: 1px solid #CCC;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    behavior: url(/javascripts/PIE.htc);
}

.tabs .selected a {
    background: -o-linear-gradient(#FFF, #FFF 70%);
	 background: #FFF;
	 background: -o-linear-gradient(#FFF, #FFF 70%);	 
	 background: -webkit-gradient(linear, 0 0, 0 70%, from(#FFF), to(#FFF));
    background: -moz-linear-gradient(#FFF, #FFF 70%);	 
    background: linear-gradient(#FFF, #FFF 70%);
    -pie-background: linear-gradient(#FFF, #FFF 70%);
    -webkit-box-shadow: #ccc 0 0 .25em;
    -moz-box-shadow: #ccc 0 0 .25em;
    box-shadow: #ccc 0 0 .25em;
}

.tabs a:hover {
	 background: -o-linear-gradient(#edeed5, #FFF 70%);
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#edeed5), to(#FFF));
    background: -moz-linear-gradient(#edeed5, #FFF 70%);
    background: linear-gradient(#edeed5, #FFF 70%);
    -pie-background: linear-gradient(#edeed5, #FFF 70%);
}

/* ------------------------------------------------------  */

#contentWraper {
	width: 980px;
	text-align: left;
	min-height: 420px;
	display: inline-table;
	background-color: #fff;
	padding-top: 10px;
   border: 1px solid #CCC;
	border-top: 0px;
   background: #FFF;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: #CCC 0 0 .55em;
   -moz-box-shadow: #CCC 0 0 .55em;
   box-shadow: #CCC 0 0 .55em;
   behavior: url(/javascripts/PIE.htc);
}

/* ------------------------------------------------------  */

#col-left {
	float: left;
	width: 175px;	
	margin: 0;
	padding: 0;
}


#catlist {
	margin: 0 0 20px 0;
}

#catlist li.category {	
	list-style: none outside none;   
	font-size: 0.95em;
	margin: 0 0 8px 5px;
	padding: 0 8px 8px 8px;
	background-color: #fff;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
	-webkit-box-shadow: #ddddc8 3px 3px .25em;
   -moz-box-shadow: #ddddc8 3px 3px .25em;
   box-shadow: #ddddc8 3px 3px .25em;
	behavior: url(/javascripts/PIE.htc);
}

ul.sub_catlist, ul.sub_sub_catlist {
	margin: 8px 0px 3px 0;
	padding: 0;
}

ul.sub_catlist li, ul.sub_sub_catlist li {
	margin: 0 0 5px 15px;
	padding: 0 5px 0 0;
	font-size: 90%;
	list-style: square outside none;
	color: #abdc7d;
}

ul.sub_sub_catlist li {
	list-style-type: disc;
	
}

/* ------------------------------------------------------  */

#col-right {
	float: right;
	width: 755px;
	margin: 0 15px 0 0;
	padding: 5px;
}

.sub-menu {
	margin:0 0 10px 0;
	padding: 0;
	display: inline-block;
}

.sub-menu li {
	list-style: none outside none;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 5px 0 0;
	background: transparent url(/images/arrow-right.gif) no-repeat right;
}

.sub-menu li, .sub-menu li h1 {	
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
}

.content {
	border-top: 1px solid #6ac335;
	padding: 15px 0 0 0;
	background: transparent url(/images/shadow-box.gif) repeat-x;
}

.content_left {
	width: 
}

/*------  columns  ----------*/

.columns, .columns table { 	
	border-collapse: collapse;
	width:100%;
	padding:0;
	margin:0;
}

.col1 { 
	border-right: 1px solid #c7e7a8;
	padding-right:5px;
	vertical-align: top;
	width: 50%;
}

.col2 { 
	padding-left:5px;
	vertical-align: top;
	width: 50%;
}

.shadow-box {
	border-top: 1px solid #6ac335;
	padding: 15px 0 10px 0;	
	background: transparent url(/images/shadow-box.gif) repeat-x;
}

/*------  pager  ----------*/

.page-nav {
	//margin-top: 10px;
}

ul.next-prev {
	font-size: 0.9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.next-prev {
	margin: 0 0 10px 0;
}

.next-prev li {
	display: inline;
	padding-right: 1.6em;
}

.next-prev li span {
	font-size: 0.7em;
}

#nav-pages {
	clear: both;
	font-size: 0.8em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: -0.5em 0 1em;
	padding: 0 1em 2em 0;	
}

#nav-pages li {
	float:left;
	list-style: none;
}

#nav-pages a {
	color:#4a4242;
	border:1px solid #fff;
}

#nav-pages a:hover {
	border:1px solid #abdc7d;
	border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -khtml-border-radius: 3px; 
   behavior: url(/javascripts/PIE.htc); 	
}

#nav-pages a, #nav-pages em {
	background-color:#FFFFFF;
	display:block;
	margin-right:0.1em;
	padding:0.5em;
	text-decoration:none;
}

#nav-pages em {
	font-style:normal;
	font-weight:bold;
	background: #abdc7d none repeat scroll 0 0;
	border:0px solid #333333;
	color:#FFFFFF;
	border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -khtml-border-radius: 3px; 
   behavior: url(/javascripts/PIE.htc);   
}

/* ------------------------------------------------------  */

.price {
	font: 1.1em "Georgia", serif;
	color: #eb3d00; 
	margin-bottom: 3px;
}

.price b { 
	font-size: 1.35em;
	padding: 0 0 0 5px;
}

a.bay {
	font-size: 0.85em;
	font-weight: bold;
	padding: 0 0 1px 22px;
	height: 16px;
	background: transparent url(/images/basket.gif) no-repeat 0px 0px;
}

a.bay:hover {
	background: transparent url(/images/basket.gif) no-repeat 0px -18px;
}

a.pay {
	font-size: 0.85em;
	font-weight: bold;
	color: #eb3d00;
	padding: 0 0 1px 22px;
	height: 16px;
	background: transparent url(/images/pay.gif) no-repeat 0px 0px;
}

.book-title {
	font-size: 1.4em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px 0;
}

.book-recomend {
	color: #6ac335;
	font-style: italic;
	font-size: 0.8em;
}

img.img-border {	
	border: 1px solid #4a4242;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #808034;
   -webkit-box-shadow: 0 0 10px 0 #808034;
   -moz-box-shadow: 0 0 10px 0 #808034;
	behavior: url(/javascripts/PIE.htc);	
}

img.img-border1 {	
	border: 1px solid #4a4242;
	margin-right: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #808034;
   -webkit-box-shadow: 0 0 10px 0 #808034;
   -moz-box-shadow: 0 0 10px 0 #808034;
	behavior: url(/javascripts/PIE.htc);	
}


.opt-columns { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	word-spacing: -1ex; 
}

.opt-columns li { 
	margin: 0 1% 0 0; 
	width: 49%; 
	vertical-align: top; 
	text-align:	left;
	word-spacing: normal;
	display: -moz-inline-stack; 
	display: inline-block; 
}

.booklist {
	margin: 0;
	display: inline-block;
}

.booklist li {
	font-size: 0.85em;	
	margin: 0 0 5px 15px;
	padding: 0 5px 0 0;	
	list-style: square outside none;
	color: #abdc7d;	
}


/* ------------------------------------------------------  */

#msearch {
	z-index:999; 
   position:absolute;    
   top: 107px;
   left: 507px;
   width:385px;
   display: block;
}

.full_search2 {	
	padding:15px;
	background:#fff;
	text-align: left;
	/*filter:alpha(opacity=90);	*/
	border: 1px solid #4a4242;	
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
	box-shadow: 0 0 10px 0 #808034;
   -webkit-box-shadow: 0 0 10px 0 #808034;
   -moz-box-shadow: 0 0 10px 0 #808034;
	behavior: url(/javascripts/PIE.htc);
}

.full_search2 input {
	width:200px;
}

.btn-close {
	float:right;
	background-color:transparent;
	border:0px;
	margin: -5px -5px 3px 3px;
}

/* ------------------------------------------------------  */

input,
textarea {
	padding: 3px 5px;
	height: auto;
	text-shadow: #fff 0 0 0;
	background: #fff; 
	border: 1px solid #cccccc;
	font-size: 0.9em;
}

input.submit {
	width: 250px;
	float: left;
	padding: 1px 0;
	margin-top: 10px;
	height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4a4242;
	background-color: #EAEAEA;
	cursor: pointer;
}

input.submit:hover,
input.submit:focus,
input.submit1:hover,
input.submit1:focus {
	background-color: #CCCCCC; 
}

input.submit:active,
input.submit1:active {
	color: #4a4242;
	padding: 2px 0 0;
}

input.submit1 {
	padding: 1px 0;
	font-weight: bold;
	height: 25px;
	color: #4a4242;
	background-color: #EAEAEA;
	border: 1px solid #4a4242;
	cursor: pointer;
}

input.checkbox {
	border:0; 
	padding:0; 
	width:1.1em; 
	height:1.1em;
	background-color: transparent;
}

input.radio {
	border:0;
	background-color: transparent;
}

select {
	padding: 0 0 0 5px;
	height: auto;
	text-shadow: #fff 0 0 0;
	background: #fff; 
	border: 1px solid #cccccc;
	font-size: 0.9em;
}

.readonly {
	background-color: #f1efe2;
	color: #aca899;	
}

/* ------------------------------------------------------  */

#footer {	
	width: 970px;
	padding: 5px 0 0 0;
	font-size: 0.8em;
	line-height: normal;	
}

#hor-minimalist-a {
	//font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	//font-size: 12px;
	//background: #fff;
	//margin: 45px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-a th {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px;
	border-bottom: 1px solid #6ac335;
}

#hor-minimalist-a td {
	padding: 8px;
}

#hor-minimalist-a tbody tr.footer {
	font-weight: bold;
	padding: 10px 8px;
	border-top: 1px solid #6ac335;
	margin-top: 10px;
}

/* ------------------------------------------------------  */

#update_delivery td, #send td {
	padding: 8px;
	vertical-align: top;
}

#update_delivery input.radio {
	margin-top: 5px;
}

#send input.text_f,
#send textarea.text_f  {
	width:400px;
}

/* ------------------------------------------------------  */

#adv,#adv1 {
	margin:15px;
	font-size: 0.5em;
	line-height: normal;
	color: #cccccc;
	display: none;	
}

#adv a, #adv1 a {
	color: #cccccc;	
}
