/*******************************************************************************
 * Import external sheets
 ******************************************************************************/
@import url(css_header.css);        /* Web Page Header */
@import url(css_lmenu.css);         /* Left Menu */
@import url(css_rpanel.css);        /* Right Panel */
@import url(css_footer.css);        /* Web Page Footer */

@import url(css_mc_products_ordann.css);


.ha_right {
 text-align: right;
}
.txt_13 {
 font-size: 13px;
}
.el_nobrd {
 border: none;
}
.el_valmidd {
 vertical-align: middle;
}
.ico_att {
 background: transparent url(img/icons.png) no-repeat scroll -120px -40px;
}

/*******************************************************************************
Product Page
*******************************************************************************/

.graph_bar {
 background-image: url(img/graph_spacer.gif);
 background-repeat: repeat-x;
 float: left;
 display: inline;
}

/* Error Handlers *************************************************************/
div.err_main_cont {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 width: 100%;
}
/******************************************************************************/


/* Main Content Header ********************************************************/
table.mc_header {
font-size:11px;
width:100%;
margin: 15px 0px 15px 0px;
border-width: 0px;
border-spacing: 0px;
}
table.mc_header td.left {
background-image: url(img/prodh_left.gif);
padding: 0px;
}
table.mc_header td.text {
background-image: url(img/prodh_cent.gif);
background-repeat: repeat-x;
width: 100%;
padding: 0px 5px 0px 5px;
color: #FFF;
}
table.mc_header td.pnumbers {
font-family:Arial;
font-size:12px;
background-image: url(img/prodh_cent.gif);
background-repeat: repeat-x;
color: #FFAF19;
text-align: right;
letter-spacing: 7px;
}
table.mc_header td.pnumbers a {
color: #FFF;
}
table.mc_header td.right {
background-image: url(img/prodh_right.gif);
padding: 0px;
}
/******************************************************************************/



/* Standard Table Layout ******************************************************/
table.standard {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #fff;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
}
table.standard th {
 font-size: 12px;
 font-weight: normal;
 color: #669;
 padding: 4px 8px;
 border-bottom: 2px solid #900000;
}
table.standard td {
 font-size:11px;
 border-bottom: 1px solid #ccc;
 color: #669;
 padding: 4px 8px;
}
/******************************************************************************/



/* Standard Content Box *******************************************************/
table.cbox_standard {
 width:100%;
 margin: 15px 0px 15px 0px;
 border-width:0px;
 border-spacing:0px;
}
table.cbox_standard th.cbox {
 background-image: url(img/prodboxh_cent.gif);
 background-repeat: repeat-x;
 padding: 0px;
}
table.cbox_standard th.cbox div.left {
 background-image: url(img/prodboxh_left.gif);
 width:5px;
 float:left;
 display:inline;
}
table.cbox_standard th.cbox div.right {
 background-image: url(img/prodboxh_right.gif);
 width:5px;
 float:right;
 display:inline;
}
table.cbox_standard th.cbox div.center {
 color: #000;
 font: bold 13px Verdana;
 background-color: transparent;
 overflow:hidden;
 float:left;
 display:inline;
 padding: 8px 0px 3px 5px;
}
/*------------------*/
table.cbox_standard td.left {
 background-color: #A9A8A8;
 width:2px;
 padding:0px;
}
table.cbox_standard td.right {
 background-color: #A9A8A8;
 width:2px;
 padding:0px;
}
table.cbox_standard td.separator {
 width: 15px;
}
table.cbox_standard td.content {
 font-family: verdana;
 background-color: #FFF;
 padding: 15px;
}
/*-------------------*/
table.cbox_standard td.footer {
background-image: url(img/prodboxf_cent.gif);
background-repeat: repeat-x;
padding: 0px;
}
table.cbox_standard td.footer div.footer_l {
background-color: #E1E1E1;
background-image: url(img/prodboxf_left.gif);
width:3px;
float:left;
display:inline;
}
table.cbox_standard td.footer div.footer_r {
background-color: #E1E1E1;
background-image: url(img/prodboxf_right.gif);
width:3px;
float:right;
display:inline;
}
table.cbox_standard td.footer div.footer_c {
float:left;
display:inline;
}
/******************************************************************************/



/* Standard Product inner content *********************************************/
div.wrapper_prstd {
 width: 100%;
}
div.wrapper_prstd p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0px 0px 4px 0px;
}
div.wrapper_prstd div.thimg {
 width:80px;
 height:80px;
 margin:0px 15px 10px 0px;
 padding:2px;
 border:2px solid #E1E1E1;
 float:left;
 display:inline;
}
div.wrapper_prstd div.prstd {
 width: 100%;
 float: left;
 display: inline;
}
div.wrapper_prstd div.prlogo {
 width: 140px;
 float: left;
 display: inline;
}
/* Extenson to standard table layout */
div.wrapper_prstd table.standard th.cenaEUR {
 width:65px;
 text-align:right;
}
div.wrapper_prstd table.standard th.cenaSKK {
 width:90px;
 text-align:right;
}
div.wrapper_prstd table.standard th.order {
 width:70px;
}
div.wrapper_prstd table.standard td.cena {
 text-align:right;
}
div.wrapper_prstd table.standard td.order input {
 width: 30px;
 vertical-align: middle;
}
div.wrapper_prstd table.standard td.order img {
 vertical-align: middle;
}
/******************************************************************************/



/* Product Order Form *********************************************************/
div.prorder_wrap {
 height: 120px;
 position: relative;
 overflow: hidden;
}
div.prorder {
 position: absolute;
 text-align: center;
 left: -150px;
 right: -150px;
}
/******************************************************************************/



/* Order - Summary Page *******************************************************/
table.order_main {
 font-family: arial;
}
/******************************************************************************/



/* Asynchronous content box ***************************************************/
#async_pwrap {
 background-color: #FFF;
 position: absolute;
 left: 0;
 width: 100%;
}
#async_wrap {
 background: #FFF url(img/fill_FFFFFF.gif) repeat;
 position: relative;
 margin: 0 auto;
 text-align: left;
}
/******************************************************************************/



/* Asynchronous content box ***************************************************/
#async_cont_head_logo {
 height: 25px;
 text-align: center;
 padding: 7px 0px 3px 5px;
}
#async_cont_head_template {
 height: 72px;
 overflow: auto;
 max-width: 500px;
 padding: 4px 4px;
}
#async_cont_head_template_inner img {
 border: 2px solid #FFF;
 margin: 3px;
}
#async_cont_logo {
 overflow: auto;
 height: 365px;
 max-height: 365px;
}
div.async_cont_template {
 text-align: center;
 height: 410px;
 max-height: 410px;
 padding: 15px;
}
#async_cont_logo img {
 border: 2px solid #FFF;
 margin: 3px;
}
/******************************************************************************/



/* FUpload ********************************************************************/
/******************************************************************************/