
#edit{ font-size:13px;width:500px;}
#content div.page, div.paragraph{ 
	text-align: left;
	color: #000;
	width:100%;
	font-size:11px;
	position:relative;
	margin:0 0 10px 0;
	overflow: hidden;
}

div.paragraph{
	margin-bottom: 20px;
}

textarea{font-size:inherit;}

.page .text{font-weight: bold;}

.paragraph .title{font-size:12px;text-align: left;font-weight: bold;}

.text{font-weight: normal;}


textarea.title, textarea.text{width:100%}
.paragraph img{margin:0px 0 10px 10px; float:right;}

body, html
{
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%;

}

div, ul
{
	padding: 0;
	margin: 0;
}

li{
	list-style: none;
}
label { color: silver; }

br { clear: left; }
a {text-decoration: none;color: #0077bb}

hr{height:1px;color: #999;
background-color: #999;border: 0;}

img.icon{
	vertical-align:bottom;
}

#all { 
		background-color: #fff;
		width: 800px;
		height:100%;
		position:relative;
		text-align: left;
	}
#term { width: 540px;padding: 20px 20px 0 20px;background-color: #fff;}

#header
{
	width: 800px;
	height: 130px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url(header_background.png);
	background-repeat: repeat;
	overflow: hidden;
	z-index: 1000;
}

#header #logo
{
	top: 0px;
	left: 0px;
}

#header #caption
{
	position: absolute;
	top: 0px;
	left: 414px;
}

#header #topnav{
	position: absolute;
	top: 90px;
}

#header #sitenav ul
{
	position: absolute;
	top: 0px;
	left: 249px;
	list-style: none;
	height: 10px;
}

#header #sitenav li
{
	list-style: none;
	border-left: 2px solid #000;
	height: 10px;
	width: 88px;
	float: left;
}

#header #sitenav li a
{
	position: relative;
	top: 6px;
	left: 11px;
	cursor: pointer;
	font-size: 9px;
	letter-spacing: 1px;
}

#search
{
	position: relative;
	margin-left:10px;
	padding: 5px;
	width: 130px;
	height: 40px;
	background-color: #d9eff7;
	z-index: 1000;
	overflow: hidden;
}

#search input 
{
	position:absolute;
	top: 30px;
	right: 20px;
	width: 90px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
}


#search select 
{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 105px;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
}


#search #search_label{
	padding-top:2px
}
html>body #search #search_label{
	padding-top:1px
}

#search #button{
	position:absolute;
	right:5px;
	top:30px;
	width:13px;
	height:13px;
	background-color:inherit;
	cursor:pointer;
	border: 1px solid #999;
	background-image: url(../images/search_triangle.png);
	
}

#search #extended
{
	position: absolute;
	top: 25px;
	right:5px;
	float:right;
	width: 101px;
	height: 11px;
	background-color: #80C5DF;
	border: 1px solid #999;
	padding:1px;
}

html>body #search #extended{
	top: 25px;
}

#frame
{
	position: absolute;
	top: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	height:100%;
}


#left_margin, #middle, #right
{
/*	
	margin-bottom: 0px;*/

}


#left_margin
{	
	padding-top: 10px;
	margin-right: 0px;
	width: 130px;
	z-index:1000;
}

html>body #left_margin{
	padding-top: 10px;
	margin-right: 0px;
	width: 150px;
	z-index:1000;
	}

#middle
{
	margin-left: 10px;
	left: 160px;
	width: 615px;
	padding: 10px;
	z-index:1000;
}

#middle .header{ margin-top:10px;}

/* #right
{
	left: 630px;
	width: 150px;
	padding: 10px;
} */

#left_margin .content{
	position: relative;
	top: 0px;
	left: 10px;
	margin: 10px 0 0 0px;
	padding: 10px;
	padding-right: 0px;
	width: 120px;
	list-style: none;
	float: left;
	color: #000;
	background-color: #d9eff7;
	
}
html>body #left_margin .content{
	padding-right: 10px;

}
	
#content, .content{line-height: 14px;
}
#content{
	padding-left: 10px;
	padding-top: 10px;
}
.list
{
	list-style: none;
	top: 30px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	width: 440px;
	margin-bottom:50px;
}

.detail
{
	
	position: relative;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;
	width: 440px;
	letter-spacing:0px;
	font-size: 11px;
	line-height: 14px;
}

.detail_margin{
	background-color: #D9EDF6;
	padding:10px;
	overflow:hidden;
	width:110px;
	float:right;
/*	position: relative;
*/	line-height: 14px;
}

.banner, .banner_no_border{
	margin-bottom:10px;
	border: 1px solid #999;
	list-style: none;
}
.banner_no_border{
	border: 0px;
}
.banner .header{
	background-color: #ED7919;
	color: #FFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	height:auto;
	
}
.banner .content{
	padding:10px 10px 10px 10px;
		font-size: 11px;
}
ul.list li
{
	font-size: 11px;
	border-bottom: #cccccc;
	border-width: 0 0 1px 0;
	padding: 10px 0 10px 0;
	border-style: none none solid none;
	height: 100%;
	overflow: auto;
	width: 440px;
	cursor:pointer;
}
ul.list li:hover
{
	cursor:pointer;
}
.title, .header
{
	font-weight: bold;
	font-size: 13px;
	color: #0077bb;
}

.header { font-size: 15px;margin-bottom:5px;}

.list_info { width: 340px; left:60px; }

.book_properties, .magazine_properties
{
	margin: 10px 0 5px 0;
	height: 100%;
	position: relative;
	padding:0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}
.book_properties td, .magazine_properties td
{
	padding:0px 0 3px 0;
}
.book_properties_left, .book_properties_right, .magazine_properties_left, .magazine_properties_right
{
	width: 220px;
	vertical-align: top;
}



.detail_margin a{color:#000;}

.button_more_info, .button_order,  .button_order_right,  .button_order_list, .button_right, .button_order_list_remove
{
	float: right;
	width: 100px;
	height: 11px;
	font-size: 10px;
	padding: 3px 0 1px 3px;
	z-index: 1000;
}
.button_more_info{
    width: 80px;
}

.button_more_info:hover,   .button_order_right:hover,  .button_order_list:hover, .button_right:hover, .button_order_list_remove:hover
{
	background-color: #81cce8;
	color: #000;
	z-index: 1000;
}
.button_order:hover, .button_order a:hover
{
	background-color: #ED7919;
	color: #FFF;
}

.button_more_info a, .button_order a,.button_order_right a ,.button_order_list a  ,.button_right a,
a.button_more_info, a.button_order, a.button_order_right , a.button_order_list  , a.button_right
{
	text-decoration: none;
}
.button_order_right a,.button_order_list a, .button_right a  { color: #FFF; }


.button_more_info
{
	background-color: #d9eff7;
	top: 10px;
	float:right;
		font-weight:bold;
	color: #0077bb;
	padding: 1px 0 3px 3px;
}

.button_order
{
/*	background-color: #fdecde;
*/
	background-color:#d9eff7;
	color:#000;
	font-weight:bold;
	top: 30px;
	float:right;
	position:relative;
	clear:right;
	margin-bottom: 10px;
	padding: 1px 0 3px 3px;
}

.button_order_right
{
	background-color: #0369B8;
	top: 15px;
	width: 107px;
	margin-top: 15px;
	height: 15px;
	padding: 2px 0 0px 4px;
}
.button_right
{
	background-color: #DD0018;
	top: 15px;
	width: 107px;
	margin-top: 15px;
	height: 15px;
	padding: 2px 0 0px 4px;
}

.button_order_list, .button_order_list_remove
{
	background-color: #0369B8;
	top: 15px;
	width: 120px;
	height: 15px;
	color:#FFF;
	float:right;
	cursor:pointer;
}
.button_order_list_remove
{
	width:auto;
	float:left;
	padding-right: 4px;
	background-color:#81cce8;
	color:#000;
}
.order_amount
{
	border-color: #cccccc;
	width: 30px;
	height: 20px;	
}

.order_summary
{
	text-align: left;
}

table.data {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	width: 100%;
}

td.label
{
	vertical-align: top;
	text-transform: inherit;
	width: 115px;
}
td.label_order { color: black; font-weight: bold; }
td.label_order_address { color: #0369B8; font-weight: bold; }
td.data
{
	display: block;
	float: left;
	width: 250px;
}

td.data textarea
{
	width: 250px;
	height: 100px;
}

td.data input { width: 250px; }
td.data input.checkbox { width: 15px; }
td.data input.submit { width: auto; }

.waiter{
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
/*	position:absolute;*/
/*	z-index:20000;*/
/*	background-color:white;*/
	
/*	padding:0px;*/
/*	width:32px;height:32px*/
}

ul.menu {height:20px; list-style-type: none; float:left;background-color: #007CC2; width:800px;}
ul.menu li {font-weight: normal;cursor: pointer;padding:4px 18px 2px 18px; height:14px; color:white; float:left; font-size: 11px; background-color: #007CC2;
	letter-spacing: 1px; }
ul.menu li:hover{ color:black;}
ul.menu li.active {font-weight: bold;background-color: #81cce8;  color:black;}

.number_input {
	width: 15px;
}
