 html {
 	overflow-y: scroll;
}
 


body { 
	margin: 0;
	padding: 0;
	background-color: #3a3a3a;
	background-image: url("images/body_back.gif");
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #464749;
} 

p { margin: 6px 0; padding: 0; border: 0; }
div { margin: 0; padding: 0; border: 0; }
form { margin: 0; padding: 0; border: 0; }
input, select, button { margin: 0; color: #464749; }
textarea { font-family: arial, sans-serif; font-size: 11px; }
img { margin: 0; padding: 0; border: 0; }

td { padding: 0;}


.features {margin: 0; padding: 0; display: block; list-style-type: square;}


a { text-decoration: none; color: #d62831; }
a:link { text-decoration: none; color: #d62831; }
a:hover { text-decoration: underline; color: #d62831; }

/* --- */

h1 { margin: 16px 0 0 0; font-weight: bold; font-size: 16px; color: #000; }
h2 { margin: 2px 0 16px 0; font-weight: normal; font-size: 12px; color: #636465; }

#container {
	margin: 0 auto;
	width: 921px;
	background-image: url("images/container_back.gif");
	background-repeat: no-repeat;
}

/* --- */

#header { overflow: hidden; height: 114px; }

#logo { 
	float: left;
	width: 155px;
	height: 67px; 
	margin-left: 30px;
	margin-top: 41px;
}

#metanav {
	height: 21px;
	font-size: 10px;
	color: #fff;
	padding: 9px 28px 0 0;
	text-align: right;
}

#metanav img { vertical-align: -35%; }
#metanav a { color: #fff; }

#navigation { 
	float: left; 
	color: #fff; 
	width: 500px; 
	margin: 16px 0 0 45px;
}

#navigation a { color: #fff; font-weight: bold; font-size: 10px; text-decoration: none; }

#navigation a .navigation {
	background-image: url("images/navigation_back.gif");
	background-repeat: no-repeat;
	float: left;
	width: 84px;
	height: 19px;
	text-align: center;
	padding: 10px 4px 0 0;
	cursor: pointer;
}

#navigation .navigation {
	background-image: url("images/navigation_back.gif");
	background-repeat: no-repeat;
	float: left;
	width: 84px;
	height: 19px;
	text-align: center;
	padding: 10px 4px 0 0;
	cursor: pointer;
}

#navigation a .navigation-iphone {
	background-image: url("images/navigation_back_iphone.gif");
	background-repeat: no-repeat;
	float: left;
	width: 84px;
	height: 19px;
	text-align: center;
	padding: 10px 4px 0 0;
	cursor: pointer;
}

#navigation a:hover .navigation { background-image: url("images/navigation_back_hl.gif"); color: #d62831; }
#navigation a:hover .navigation-iphone { background-image: url("images/navigation_back_iphone_hl.gif"); color: #d62831; }

#navigation a .navigation_hl { background-image: url("images/navigation_back_hl.gif"); color: #d62831; }
#navigation a .navigation-iphone_hl { background-image: url("images/navigation_back_iphone_hl.gif"); color: #d62831; }

#navigation .navigation_hl { background-image: url("images/navigation_back_hl.gif"); color: #d62831; }

#navigation .navigation_hl a { color: #d62831; }

#search { text-align: right; padding: 11px 26px 0 0; }

#cart {
	float: right;
	color: #fff;
	background-image: url("images/cart_back.gif");
	background-repeat: no-repeat;
	width: 148px;
	height: 19px;
	text-align: right;
	padding: 19px 23px 0 0;
	margin: 7px 18px 0 0;
}


#cart.a { text-decoration: none; color: #FFFFFF; }
#cart.a:link { text-decoration: none; color: #FFFFFF; }
#cart.a:hover { text-decoration: underline; color: #d62831; }


/* --- */

.big_input { border: 1px solid #dadada; padding: 3px; font-size: 11px; }

.big_submit { 
	vertical-align: 5%;
	_vertical-align: -35%; 
	background-image: url("images/submit_back.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	width: 62px;
	height: 28px;
	padding-bottom: 4px;
	_padding-top: 3px;
	border: 0;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

*+html .big_submit { vertical-align: -35%; }
	
.small_input { border: 1px solid #c2c2c2; padding: 2px; font-size: 10px; margin: 3px 0; }

#login .small_input { width: 74px; }

.small_submit { 
	background-image: url("images/red_arrow_right.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	background-color: transparent;
	color: #ce101a;
	padding: 0 8px;
	border: 0;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

/* --- */

#center { 
	padding: 16px 16px 16px 13px; 
	overflow: hidden; 
	background-color: #fff;  
	width: 859px; 
	margin-left: 17px;
	min-height: 480px;
	background-image: url("images/center_back.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.center_left { width: 156px; float: left; }
.center_right { width: 690px; float: right; overflow: hidden; }
.center_right_left { width: 520px; float: left; line-height: 14px; }
.center_right_right { width: 150px; float: right; }
.center_right_bottom { clear: both; overflow: hidden; _height: 1%; }

/* --- */

.box { margin-bottom: 8px; }

.box .box_top {
	border-bottom: 1px solid #e8e8e8;
	padding: 4px 9px 0 9px;
	margin: 0 3px;
	height: 15px;
}

.box .box_top h2 {
	margin: 0;
	color: #464749;
	font-size: 11px;
	font-weight: bold;
}

.box .box_center { padding: 6px 12px 8px 12px; }

.box .box_center li { display: block; }

.greybox {
	background-image: url("images/box_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}

.greybox .box_top {
	border-bottom: 0;
	background-image: url("images/box_top.gif");
	background-repeat: no-repeat;
	padding: 4px 12px;
	height: 15px;
	margin: 0;
}

.greybox .box_top h2 { color: #fff; }

#login.greybox .box_top h2 { text-transform: uppercase; }
#categorytree.greybox .box_top h2 { text-transform: uppercase; }

.greybox .box_center {
	background-image: url("images/box_center.gif");
	background-repeat: repeat-y;
	padding: 2px 12px 8px 12px;
}

/* --- */

#footer { 
	padding: 8px 16px;
	width: 856px; 
	margin-left: 17px;
	font-size: 10px;
	color: #6D7074;
	text-align: right;
}

#footer a { color: #95979a; }
#footer a.footer_hl { color: #fff; }

/* --- */

#productdetail { overflow: hidden; _height: 1%; border: 1px solid #e8e8e8; }

#productdetail .center_right_right { margin: 14px 8px 0 0; }
#productdetail .center_right_left { margin-left: 16px; _margin-left: 8px;  width: 500px; }

#produktinfo.box .box_top { border-bottom: 0; }
#produktinfo.box li { margin-bottom: 6px; }
#produktinfo { color: #252525; }
.produktinfo_grey { color: #464749; }

.big_price {
	font-size: 16px;
	font-weight: bold;
	color: #d62831;
	margin-bottom: 24px;
}

.old_price {
	margin-left: 4px;
	vertical-align: 10%;
	font-size: 11px;
	font-weight: normal;
	color: #636465;
	text-decoration: line-through;
}

.add_to_cart .big_submit { 
	background-image: url("images/add_to_cart.gif");
	width: 165px;
	height: 29px;
}

.add_to_cart { 
	margin-bottom: 20px;
}

.select {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #e8e8e8;
}

.productdetail_pic {
	width: 165px;
	float: left;
	margin-top: 14px;
}

.productdetail_description {
	width: 320px;
	_width: 318px;
	float: right;
}


.productdetail_description_text {
	width: 320px;
	_width: 318px;
	float: left;
	margin:5px;
}



.productdetail_pic_action {
	text-align: center;
	margin-bottom: 5px;
}

.productdetail_pic_os {
	position: absolute;
	top: 6px;
	left: 248px;
}

/* --- */

#recent a:link { color: #3a3a3a; }
#recent a:hover { color: #d62831; }

#categorytree a:link { color: #3a3a3a; }
#categorytree a:visited { color: #3a3a3a; }
#categorytree a:hover { color: #d62831; }

#categorytree a:link.category_hl { color: #d62831; }
#categorytree a:visited.category_hl { color: #d62831; }
#categorytree a:hover.category_hl { color: #d62831; }

#categorytree a:link.black { color: #3a3a3a; }
#categorytree a:visited.black { color: #3a3a3a; }
#categorytree a:hover.black { color: #d62831; }


.more { display: block; margin-top: 3px; }
.more img { vertical-align: 0; margin-right: 4px; }

.actions { text-align: right; margin: 0 1px 12px 0; clear: both; }
.action { display: block; margin-top: 3px; }
.action img { vertical-align: -25%; margin-right: 4px; }
a.action { color: #636465; }
a:hover.action { color: #d62831; }

/* --- */

#recommendations { margin: 8px -8px 0 0; }
#recommendations h2 { margin: 2px 0 4px 0; font-weight: bold; font-size: 11px; }

.recommendation {
	border: 1px solid #e8e8e8;
	padding: 8px;
	overflow: hidden;
	margin: 0 8px 8px 0;
	width: 206px;
	_width: 204px;
	float: left;
}

*+html .recommendation { width: 204px; }

.recommendation img { float: left; margin-right: 8px; }

.recommendation h3 {
	font-size: 11px;
	font-weight: bold;
	color: #464749;
	margin: 2px 0 4px 0;
}

.recommendation .small_isbn {
	display: block;
	margin: 3px 0;
	color: #83858a;
	font-size: 9px;
}

.recommendation .small_price {
	display: block;
	margin: 2px 0;
	color: #83858a;
	font-size: 11px;
	font-weight: bold
}

/* --- */

.left { float: left; }
.right { float: right; }
.small_text { font-size: 10px; }
.bold { font-weight: bold; }
.clear { clear: both; }
.align_right { text-align: right; }
.align_left { text-align: left; }
.align_bottom { vertical-align: bottom; }
.all_caps { text-transform: uppercase; }
.alert { font-weight: bold; color: #d62831; }





td.grey_box_product{ 
	padding: 2px 2px 2px 2px; 
	overflow: auto; 
	width: 250px;
	background-color: #FFFFFF;  
	border :1px solid #e8e8e8;
	
}


td.grey_box_product:hover{ 
	padding: 2px 2px 2px 2px; 
	overflow: auto; 
	width: 250px;
	background-color: #e8e8e8;  
	border :1px solid #e8e8e8;
	
}


td.grey_box_ebook{ 
	padding: 2px 2px 2px 2px; 
	overflow: auto; 
	width: 250px;
	background-color: #FFFFFF;  
	border :1px solid #e8e8e8;
	border-left:4px solid #ddaa99;
}


td.grey_box_ebook:hover{ 
	padding: 2px 2px 2px 2px; 
	overflow: auto; 
	width: 250px;
	background-color: #e8e8e8;  
	border :1px solid #e8e8e8;
	border-left:4px solid #ddaa99;
}


td.rowd
    {
     height:22px;
     font-family: Arial,Tahoma,  Helvetica, sans-serif; 
     font-size: 12px; 
     font-weight: 400;
     color : #d62831;
     letter-spacing: 0.2px; 
     text-decoration: none; 
     text-align:left; 
     padding:1px;
     border:1px solid #efefef; 
     background:#FFFFFF;
     margin: 4px;
  }
  
  
  
  td.orders
    {
     height:22px;
     font-family: Arial,Tahoma,  Helvetica, sans-serif; 
     font-size: 13px; 
     font-weight: 600;
     color : #696969;
     letter-spacing: 0.2px; 
     text-decoration: none; 
     text-align:left; 
     padding:1px;
     border:1px solid #efefef; 
     background:#f1f6ff;
     margin: 4px;
  }
  
  
  
  td.also_pda
    {
       height:22px;
       
       font-family: Arial,Tahoma,  Helvetica, sans-serif; 
       font-size: 11px; 
       font-weight: 600;
       color : #696969;
       letter-spacing: 0.2px; 
       text-decoration: none; 
       text-align:center; 
       padding:0px;
       border:0px solid #efefef; 
       background:#85c329;
       margin: 0px;
       writing-mode: tb-rl;
       filter: flipv fliph;
    }
    
    
    .grey_border{
    
    border : 1px solid #efefef;
    padding : 4px;
    }
    
    
   div.main_banner
   {
   border: 5px solid #efefef;
   background : #FFFFFF;
   color : #696969;
   margin: 5px;
   }
  
  
  
  div.main_banner_box
     {
     border: 5px solid #efefef;
     background : #FFFFFF;
     color : #696969;
     margin: 5px;
     height: 100px;
     width: 100px;
     display: inline;
   }
   
   
   div.print_books_nav
   {
        font-family: Arial,Tahoma,  Helvetica, sans-serif; 
        font-size: 14px; 
        font-weight: 400;
     	color : #696969;
     	border : 1px solid #efefef;
   
   }