* {
	padding:0;
	margin:0;
}

body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align:center;
}

/* Useful */
.center { text-align:center; }
.right { text-align: right; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}



/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('/img/layout/title_bg.gif') no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align:left;
}
h1#logo {
	float: left;
	width: 29%;
	margin-top:0.5em;
}
#header {
	float: left;
	height:100px;
	width: 71%;
	text-align: right;
}
#left_column, #center_column, #right_column {
	float:left;
}
#left_column {
	clear:left;
	width:190px;
	padding-right: 15px;
}
#center_column {
	width: 556px;
	margin: 0 0 30px 0;
}
#right_column {
	width: 190px;
	padding-left: 15px;
}

.submitImage {
	border: none;
	margin: 1px 0;
}

input.error, textarea.error {
	border: 1px solid #ff0000;
}

/* top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left;
}
#header_links li {
	float:left;
	margin: 0 10px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}

/* global form style */
form.std { clear: both; }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('/img/layout/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}
input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input { border: none; }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup { color: #da0f00; }
form.std p.checkbox { padding-left: 30%; }
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

.price-discount { text-decoration: line-through; }
.price, .price-shipping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* prihlaseni */

#create-account_form, #login_form {
	width: 49.2%;
	height: 25em;
	clear: none;
	float: left;
}



#login_form a{ color:#374853; }
#create-account_form { margin-right: 7px; }
input#SubmitCreate, input#SubmitLogin{ margin:0; }
p.submit {
	margin-right: 0;
	text-align:left;
}
p.submit span { padding-right:0.5em; }
#create-account_form label, #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}

form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, textarea { width:17em; }

/* global table style */
div.table_block {
	background: transparent url('/img/layout/table_footer.gif') no-repeat bottom left;
	padding-bottom:6px;
	margin:0 auto 2em;
	width:541px;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
td, th { padding: 0.4em 0.5em; }
th { white-space:nowrap; }
tr.item td, tr.item th { background-color: white; }
tr.alternate_item td, tr.alternate_item th { background-color: #f1f2f4; }
thead th.first_item { background-position: top left; }
thead th.last_item { background-position: top right; }
thead th.item { background-position: -5px 0; }
tbody tr td, tfoot tr td{
	border-top: 1px solid #bdc2c9;
}
thead th {
	background-color: transparent;
	background-image: url('/img/layout/table_header.gif');
	background-repeat: no-repeat;
}
thead th {
	height:24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
	background: transparent url('/img/layout/block_footer.gif') no-repeat bottom left;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:0.5em;
	border-bottom:1px solid #595A5E;
	padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
	background: transparent url('/img/layout/block_header.gif') no-repeat top left;
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	background: #f1f2f4 url('/img/layout/block_bg.jpg') repeat-x bottom left;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('/img/layout/block_exclusive_footer.jpg') no-repeat bottom left;
}
div.exclusive h4 {
	background: transparent url('/img/layout/block_header_exclusive.gif') no-repeat top left;
	color: white;
}
div.exclusive h4 a { color: white; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	background: #bdc2c9 url('/img/layout/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}

/* Block categories */
div.kategorie ul.tree { padding-left:0.5em; }
div.kategorie ul.tree li {
	border:none;
	padding-left:0px;
	background: none;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
	margin-top:2px;
}
div.kategorie ul.tree li div.pls,
div.kategorie ul.tree li div.min {
	float: left;
	width: 15px;
	height: 15px;
}

div.kategorie ul.tree li div.pls {
	background: transparent url(img/mnu_plus.gif) no-repeat 0 3px;
}

div.kategorie ul.tree li div.min {
	background: transparent url(img/mnu_minus.gif) no-repeat 0 3px;
}

div.kategorie ul.tree li ul li{
	padding-left:15px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div.kategorie ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div.kategorie ul.tree a{
	padding-left:0;
	color:#374853;
}
div.kategorie ul.tree a:hover{
	text-decoration:none;
}
div.kategorie ul.tree a.selected{
	color: #488c40;
	font-weight: bold;
}

.off { display: none; }
.on { display: block; }

/* adresses */
div.addresses {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('/img/layout/form_bg.jpg') repeat-x top left;
	padding: 0.6em;
	position:relative;
	width:544px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
ul.item li.address_title { background-image: url('/img/layout/address_alias_left.gif'); }
ul.alternate_item li.address_title { background-image: url('/img/layout/address_alias_right.gif'); }
li.address_name, li.address_update a, li.address_delete a { color: #dd2a81; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('/img/layout/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('/img/layout/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('/img/layout/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('/img/layout/tab_bg_selected.jpg');
	color:white;
}
div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* Block vyrobce */
.vyrobci ul { margin-bottom: 0.6em; }
.vyrobci select {
	width: 100%;
	margin: 0;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left:0.7em;}
#center_column div.block { width: 536px; margin:auto; margin-bottom: 1em;}
#center_column div.block h4 {
	background: transparent url('/img/layout/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
}

#order-detail-content{
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img { margin-right: 5px; }
.products_block li.last_item { border: none; }
.products_block li img {
	float: left;
	margin-right: 0.2em;
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p { margin-top: 0.4em; }
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em; }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
}

/* Special style for block products in center column */
#center_column .products_block { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding:0pt;
}
#center_column .products_block ul li:hover { background-color: #bdc2c9; }
#center_column .products_block ul li {
	border-bottom:1px solid white;
	background-color: #d0d3d8;
	padding: 0.5em;;
	margin-top:0;
}
#center_column .products_block p { margin: 0.5em 0.1em; }
#center_column div.products_block h5 {
	display: block;
	height: 2.5em;
	padding: 0.5em;
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size:1.1em;
}
#center_column div.products_block ul li p {
	margin:1em;
	padding:0;
}
#center_column div.products_block p.product_desc {
	color: #595a5e;
	margin:0;
}
#center_column div.products_block a.product_image {
	background-color: transparent;
}
#center_column div.products_block a.product_image img{
	float:left;
	margin:1em;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	margin-left:0.6em;
	margin-right:0.6em;
}

#center_column .products_block span.price {
	text-align: center;
	font-size: 1.2em;
	padding: 0.5em 0;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
	margin: 0.5em auto;
}

/* Special style for block cart*/
#kosik .block_content { padding: 0.6em; }
#kosik h4 { background-image: url('/img/layout/block_header_exclusive_cart.gif'); }
#kosik h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}

#kosik .kosik_no_products{ margin: 0.5em 0; }
#kosik dl dt a, #kosik dl dt span.quantity-formated {
	float: left;
}
#kosik dl {
	font-size: 0.9em;
}

#kosik dt{
	padding-top:0.4em;
	height:1.2em;
}
#kosik dl span.quantity-formated{ padding-right:0.3em; }
#kosik dt, #kosik dd{
	clear: both;
	margin-top:0.2em;
}
#kosik dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#kosik dl dt a { font-weight: bold; }
#kosik a.odebrat {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('/img/layout/icon/delete.gif') no-repeat left bottom;
}

#kosik p { clear: both; }
#kosik p span {
	clear: right;
	float: left;
	text-align: right;
}
#kosik li { clear: both; }
#kosik span.price {
	color: white;
	float: right;
}
#kosik dl span.price {
	font-weight: normal;
	color: white;
	float: right;
}
#kosik_shipping_cost , #kosik_total{ padding-right:1.3em; }
#kosik p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

/* category */
h2.category_title { font-size: 1.3em; }
div.cat_desc { margin:0 1em; }

/* product list */
ul#product_list{ margin-top:2em; list-style-type:none; }
ul#product_list li {
	background: #d0d3d8 url('/img/layout/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 6px;
	height:130px;
	clear:both;
	margin-bottom:0.3em;
}
ul#product_list li a{ text-decoration:none; color:#374853; }
ul#product_list a.product_img_link{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#product_list li h3{ margin:0.4em 0; }
ul#product_list li .new{
	background:transparent url('/img/layout/flag_new_bg.jpg') repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ font-size:0.92em; }
ul#product_list li div.center_block{
	float:left;
	width:70%;
}
ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:1.5em;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 170%;
	margin-bottom: 0.2em;
}
ul#product_list li span.availability{
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top:0.5em; }

/* nakupni kosik */
p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
}
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 2px solid #bdc2c9;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td { padding: 0.5em 0; }
td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: 1px solid #d0d1d5; }
td.cart_product a:hover img { border: 1px solid #888; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_quantity {
	width: 4.5em;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

/* navigator */
.navigator {
	font-size: 1em;
	color:#888;
}
.navigator .navigation-pipe {
	font-weight: bold;
	padding: 0 0.6em;
}
.navigator a {
	text-decoration: none;
	color:#5d717e;
}
.navigator a:hover { text-decoration: underline; }

#uvod_block_center p { padding-left:0px; }

/* product */
#primary_block #pb-right-column{
	width:310px;
	float:left;
}
#primary_block #image-block img{
	border:#d0d1d5 solid 1px;
}
#primary_block #image-block img#bigpic{ cursor:pointer; }
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:2em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('/img/layout/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	display:block;
	height:15px;
}
#primary_block #pb-left-column{
	float:left;
	margin-left:1.1em;
	width:233px;
}
#primary_block #short_description_block{
	background: #e5e6e7 url('/img/layout/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}

#primary_block #color_picker  p { margin-top: 0px; }
#primary_block #color_picker {
	background: #000;
	overflow: auto;
	padding: 5px;
	background: #e5e6e7 url('/img/layout/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}

#primary_block .color_pick {
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	margin-left: 5px;
	cursor: pointer;
}

#primary_block .color_pick:hover {
	border: 1px solid #000;
}


#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{ margin-bottom:0.5em; }
#primary_block form#buy_block{
	background: #f1f2f4 url('/img/layout/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	float:right;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{ height:2em; }

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.65em;
	text-align:right;
}

/*kontaktni formular*/
#contactForm fieldset {
	padding: 5px;
}

#contactForm label {
	width: 220px;
	display: block;
	float: left;
}
#contactForm input, #contactForm textarea {
	width: 315px;	
	margin: 2px 0;
}
#contactForm .submitImage {
	width: auto;
	float: right;
	margin-right: 5px;
}

#fudaje, #dudaje {
	padding: 5px;
	height: 240px;
}

#fudaje {
	width: 47%;
	float: left;
}

#dudaje {
	width: 47%;
	float: right;
}

#fudaje label, #dudaje label {
	width: 80px;
	display: block;
	float: left;
}

#fudaje label.required, #dudaje label.required {
	font-weight: bold;
}

#fudaje input, #dudaje input {
	width: 175px;	
	margin: 2px 0;
}

#fudaje select, #dudaje select {
	width: 177px;	
	margin: 2px 0;
}
