*
{
	margin: 0;
	padding: 0;
}

html, body
{
   height: 100%;
   border: none;
   font-family: "Trebuchet MS", Helvetica, Tahoma, Arial;
   color: #000000;
   font-size: 12px;
   text-align: left;
}

body
{
   background-color: #ffffff;
}

* html img, * html div { behavior: url(/css/iepngfix.htc) }

input, textarea
{
	font-family: Tahoma, Helvetica, Arial, Verdana;
}

img
{
	border: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #F69D04;
}

.clear
{
	clear: both;
	height: 1px;
}

input.checkbox
{
	background-color: transparent;
	border: 0;
}

* html .submit input
{
	overflow: visible;
}

#flashMessage, #authMessage
{
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-color: black;
	margin: 0 auto;
	width: 970px;
}

#container
{
   width: 990px;
   min-height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	background-image: url(../img/content_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 410px;
}

* html #container
{
	height: 100%;
}

#top
{
	width: 100%;
	height: 400px;
	border-top: 10px solid #FFA042;
	background-image: url(../img/top_boy.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

#logo
{
	width: 472px;
	height: 103px;
	position: absolute;
	right: 15px;
	top: 110px;
}

#motto
{
	width: 472px;
	position: absolute;
	right: 15px;
	top: 245px;
	text-align: right;
	font-size: 14px;
}

#menu_bar
{
	width: 704px;
	height: 47px;
	background-image: url(../img/top_menu.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#menu_bar ul
{
	list-style: none;
	display: block;
}

#menu_bar li
{
	display: block;
	float: right;
	font-size: 14px;
	padding: 15px 20px 0px 20px;
	height: 32px;
	border-left: 1px solid #FFF8FF;
	font-weight: bold;
}

#menu_bar a
{
	color: #3C3C3C;
}

#menu_bar a:hover
{
	color: #F69D04;
}

#login_bar
{
	font-size: 14px;
	text-align: right;
	height: 40px;
	width: 980px;
	position: absolute;
	top: 15px;
	right: 10px;
}

#login_bar ul
{
	display: inline;
	list-style: none;
}

#login_bar li
{
	display: inline;
	padding-left: 10px;
	font-weight: bold;
}

#login_bar a
{
	color: black;
}

#login_bar a:hover
{
	color: #F69D04;
}

#login_bar .input
{
	display: inline;
	padding-right: 10px;
}

#login_bar .submit
{
	display: inline;
}

#login_bar label
{
	padding: 0px 5px;
	display: inline;
	vertical-align: top;
	position: relative;
	top: 6px;
}

* html #login_bar label
{
	top: 9px;
}

#login_bar .input .checkbox
{
	padding: 2px;
}

* html #login_bar .checkbox
{
	position: relative;
	top: -1px;
}

* html #login_bar .checkbox label
{
	top: 10px;
}

#login_bar .input input
{
	border: none;
	background-color: #F3EEF2;
	padding: 5px;
	color: black;
	font-size: 14px;
}

#login_bar .submit input
{
	border: none;
	background-color: transparent;
	padding: 5px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: top;
}

* html #login_bar .submit input
{
	position: relative;
	top: 2px;
}

#login_bar .text input
{
	width: 150px;
}

#content
{
	width: 100%;
	padding: 40px 0px 90px 0px;
}

#register
{
	width: 510px;
	margin: 0 auto;
	text-align: justify;
}

#register a, #text a
{
	color: #F69D04;
}

#register a:hover, #text a:hover
{
	color: #000000;
}

#text
{
	width: 700px;
	margin: 0 auto;
	text-align: justify;
}

#text ul
{
	padding: 0 0 0 30px;
}

textarea
{
	border: none;
	background-color: #FFD895;
	padding: 5px;
	color: black;
	font-size: 14px;
	margin-bottom: 5px;
}

.input input
{
	border: none;
	background-color: #FFD895;
	padding: 5px;
	color: black;
	font-size: 14px;
	margin-bottom: 5px;
}

.submit
{
	text-align: right;
}

.submit input
{
	border: none;
	background-color: transparent;
	padding: 5px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

label
{
	display: block;
	padding-bottom: 2px;
	font-size: 14px;
}

.checkbox label
{
	display: inline;
	padding: 0px 0px 0px 5px;
}

#search_boxes
{
	clear: both;
	height: 145px;
}

.search_box
{
	width: 399px;
	height: 145px;
	background-image: url(../img/search_box.png);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#search_box1
{
	margin: 0px 24px 0px 48px;
}

#search_box2
{
	margin: 0px 48px 0px 24px;
}

#search_boxes_or
{
	width: 48px;
	padding-top: 65px;
	font-size: 16px;
	text-align: center;
	float: left;
	display: inline;
}

.search_box_title
{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0px 13px 0px;
}

.search_box_text
{
	color: white;
	padding: 0px 20px;
	text-align: justify;
	line-height: 1.3em;
}

.search_box_choose
{
	padding: 10px 20px 0px 0px;
	text-align: right;
	font-size: 14px;
}

.search_box_choose a
{
	color: white;
	font-weight: bold;
}

.search_box_choose a:hover
{
	color: black;
}

.search_box_form
{
	color: white;
	padding: 0px 20px;
	text-align: right;
}

* html .search_box_title
{
	padding: 8px 0px 11px 0px;
}

.search_box_form .input input
{
	width: 260px;
	background-color: #FFEFDD;
	margin-bottom: 7px;
}

.search_box_form label
{
	display: inline;
	padding-right: 10px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.search_box_form .submit input
{
	color: white;
}

#place_type
{
	padding: 5px 10px 0px 0px;
	top: 5px;
	float: left;
	font-size: 14px;
	width: 79px;
	text-align: right;
}

#places
{
	background-color:#FFEFDD;
	width: 260px;
	padding: 5px;
	float: left;
	height: 73px;
	text-align: left;
}

#places_list
{
	font-size: 14px;
	height: 73px;
	overflow: auto;
	text-align: left;
}

.product
{
	margin: 0px 39px 15px 39px;
	border: 1px solid #FED5AA;
	float: left;
	display: inline;
	background-color: #FFEFDD;
	color: #3C3C3C;
}

.product_message
{
	background-color: #FED5AA;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
}

.product_left
{
	float: left;
	width: 700px;
	padding: 10px 0px 10px 10px;
}

.product_right
{
	float: left;
	width: 190px;
	text-align: right;
	position: relative;
	padding: 10px 10px 10px 0px;
}

.product_right label
{
	display: inline;
	padding-right: 5px;
}

#order
{
	padding: 0px 50px 0px 39px;
	text-align: right;
}

#order_sum
{
	font-size: 19px;
	padding-bottom: 10px;
}

#order_payment
{
	font-size: 13px;
	padding-bottom: 10px;
}

#address
{
	font-size: 16px;
	padding: 15px 0px;
}

#order a
{
	font-size: 17px;
	color: #F69D04;
}

#order a:hover
{
	color: black;
}

#orders
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin-bottom: 15px;
}

#orders td
{
	padding: 8px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.orders_title
{
	width: 350px;
}

.orders_authors
{
	width: 200px;
}

.orders_brutto
{
	width: 70px;
}

.orders_quantity
{
	width: 30px;
}

#orders_box
{
	width: 700px;
	margin: 0 auto;
}

.add_to_basket
{
	width: 50px;
}

.add_to_basket_button
{
	padding: 3px;
	overflow: none;
	background-color: #F69D04;
	border: none;
	color: white;
	font-weight: bold;
}

.add_to_basket_loading
{
	position: absolute;
	top: 40px;
	left: -20px;
}

.title
{
	font-size: 16px;
	font-weight: bold;
}

.title2
{
	font-size: 14px;
	font-weight: bold;
}

.authors
{
	font-size: 14px;
	font-weight: bold;
	color: #F69D04;
	padding-top: 5px;
}

.isbn
{
	font-size: 10px;
	padding-top: 5px;
	color: #9F999D;
}

.brutto
{
	font-size: 18px;
	color: #F69D04;
	padding-bottom: 5px;
}

div.inputDescription
{
	font-size: 10px;
	margin-bottom: 10px;
	color: #000000;
}

input.normal
{
	width: 200px;
}

input.big
{
	width: 500px;
}

select.normal
{
	width: 206px;
}

textarea.normal
{
	width: 200px;
	height: 100px;
}

textarea.middle
{
	width: 300px;
	height: 100px;
}

textarea.big
{
	width: 500px;
	height: 100px;
}

#content div.error-message
{
	color: red;
	padding: 2px 0px 5px 0px;
	font-size: 11px;
}

#bottom
{
	width: 965px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	border-bottom: 10px solid #FEB733;
	font-size: 12px;
	padding: 18px 0px 0px 25px;
}

#bottom ul
{
	display: inline;
	list-style: none;
}

#bottom li
{
	display: inline;
	padding-left: 10px;
}

#bottom a
{
	color: #EB840B;
}

#bottom a:hover
{
	color: black;
}

div.comment
{
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.2em;
}

#paginator
{
	font-size: 16px;
	padding: 10px 0px 0px 50px;
	clear: both;
}

.disabled
{
	visibility: hidden;
	position: absolute;
}

#paginator a, #paginator span a
{
	padding: 1px 5px;
}

span.current
{
	color: #FEB733;
	font-weight: bold;
	padding: 1px 5px;
}

span.orange
{
	color: #F69D04;
}

span.red
{
	color: red;
}

span.silver
{
	color: silver;
}

span.b
{
	font-weight: bold;
}

span.s13
{
	font-size: 13px;
}

span.s15
{
	font-size: 15px;
}

h3
{
	font-weight: normal;
	font-size: 20px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	color: #F69D04;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}

h4.article
{
	padding-bottom: 30px;
	text-align: center;
}

h4.admin
{
	padding-bottom: 15px;
}

h5
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 25px 0px;
}

.cake-sql-log
{
	display: block;
	float: left;
}

div.wrapper
{
	position: relative;
}
