/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20

Updated by Gor Vardanyan (www.gorvard.net)
Date   : 2007/03/01
*/

/*==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
    background-color: #323232;
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
	line-height: 1.4em;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 696px;
    clear: both;
    width: 696px;
    margin: 0 auto;
    text-align: left;
	position: relative;
	border: 3px solid #646464;
	background-color: #646464;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 696px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
}
    
#middleCol .inner {
    padding: 10px;
	height: 501px; /* Sets min height for IE */
}
html > body #middleCol .inner {
    height: auto;
    min-height: 497px; /* Sets min height for gecko */
}
#layout-3Cols #middleCol {

    width: 516px;
	border: 2px solid #BEBEBE;
	margin-left:2px;
	background-color: #E6E6E6;
    /* 9 is for borders width : (2+2) x 2 + 2 margin */
}


#layout-leftCol #middleCol {
    width: 520px;

}
#layout-rightCol #middleCol {
    width: 690px;
}
#layout-noCols #middleCol {
    width: 690px;
}
#leftCol {
    float: left;
    width: 170px;
	border: 2px solid #fff;
	background-color: #BEBEBE;
	color: #323232;
}
#leftCol .inner {
    padding: 0;
}
#rightCol {
    float: right;
    width: 0px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 0;
    padding: 0 0 5px 0;
    padding-top: 180px;
}

/*
=========================Header===============================*/
#header .wrap {
    position: relative;
	height: 147px;
	background: #171B1C url('http://css.zerogrey.com/themes/nadal/images/header-bg.jpg') left top no-repeat;
    margin: 0px;
	border-bottom: 2px solid #000;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 0px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#header #lang-switcher {
	position: absolute;
    top: 7px;
    right: 30px;
	width: 135px;
	padding: 2px 0 2px 0;
	border-bottom: 1px dashed #999;
}

#header #user-info {
	display: none;
}

#header #user-info li {
		float:left;
	  font-weight: bold;
	  font-size: 0.85em;
	  padding-left: 0.5em;
}
#header #user-info li a, #header #user-info li a:visited {
	color: #FFFFFF;
	 font-size: 0.75em;
}
#user-info img {
	margin-right: 5px;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {

}
#inner-wrapper .inner-container {

}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 0.85em;
	display: none;
}
#breadcrumbs .inner {
    padding: 0;
}
#breadcrumb {

}
a.breadcrumbs {
    font-weight: bold;
    color: #980000;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.1em;
    margin: 1em 0 1em 0;
    padding-bottom: 0.5em;
    color: #000000;
}
h1.pageTitle {
    font-size: 11px;
    margin: -10px -10px 10px -10px;
	height:16px;
	padding: 1px 0 0 12px;
    color: #FFFFFF;
	background: url('http://css.zerogrey.com/themes/nadal/images/backgrounds/heading-bg.gif') left top no-repeat;
}
h2 {
    margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 0.85em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style-image: url('http://css.zerogrey.com/themes/nadal/images/bullet.gif'); */
    list-style-type: none;
}
li {
    margin: 0;
    padding: 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: inline-block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #f8f0f1;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

textarea.textarea-reg {
font-size: 10px;
font-family: Verdana, arial, sans-serif;
height:10em;
width: 30em;
}

input.text {
    padding: 2px 0;
}
form label {

}

/* SIZES */
.fourth {
	width:25% !important;
}
.padleft40 {padding-left: 40px;}
.third {
	width:32% !important;
}
.half {
	/*width:48% !important;*/
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	width:50%;
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
	color: #fff;
	background-color: #777;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.buy .button {
	padding: 2px 2px 2px 19px;
	color: #333333;
	background-color: #E6E6E6;
	border: none;
	background: url('http://css.zerogrey.com/themes/nadal/images/buy-icon.gif') left top no-repeat;
	cursor:pointer;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
#frmLogin fieldset {
    padding: 0;
	margin: 0;
}
dl.onSide {
    width:280px;
	padding:0px;
	margin: 0 auto;
}
dl.onSide dt {
    padding: 2px 0 2px 0;
	font-size: 0.85em;
}
dl.onSide dd{
    margin-bottom: 0.5em;
	padding: 2px 0;
	font-size: 0.85em;
}
dl.onSide dd label {
	width:130px;
	text-align:left;
	float:left;
	padding: 4px 0 0 0;
	font-weight: bold;
}
dl.onSide dd input{
    width: 100px;
}
dl.onSide dd input#accept_privacy {
	width:auto;
}

dl.onSide dd input.loginButton{
    background-color: #BBBBBB;
	color: #FFFFFF;
	font-weight: bold;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}
dl.onSide input#submit {
margin: 0 auto;
display:block;
}
/*
==================Default Tables Styling======================*/
table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    font-size: 1.1em;
}
td, th {
    padding: 2px 3px;
	text-align: center;
}

tr th {
    padding-top: 4px;
    padding-bottom: 5px;
}
tr th, tr td, tr th a {
    font-size: 0.9em;
    color: #666 !important;
}
tr th a {
    display: block;
}
tr th.sortedAsc a {
    background: url('http://css.zerogrey.com/themes/nadal/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th.sortedDesc a {
    background: url('http://css.zerogrey.com/themes/nadal/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th a:hover {
    text-decoration: none;
    color: #980000 !important;
}
tr td {
    /*border: 1px solid #F6F5F2;*/
}
tr.alternateRow td {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td {
  background: #F0FFD9; /*E0EFB8*/
}



/*
=========================Footer===============================*/
#footer { background-color: #646464;
padding-top: 5px;}
#footer .wrap {
    margin: 0;
    padding: 14px 5px 0 5px;
	height: 26px;
	border-top: 2px solid #000;
}
#footer p {
    color: #FFFFFF;
    font-size: 0.8em;
	text-align: left;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: left ;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    /*-moz-border-radius: 0.3em;*/
}
.errorMessage {
  /*  border: 2px solid #FF3300; */
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #2DAF37;
    color: #2DAF37;
}
.warningMessage {
    border-color: 2px solid #ffa900;
    color: #ffa900;
}

.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid ;
    /*-moz-border-radius: 0.3em;*/
    font-family: Arial, Helvetica, sans-serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: ;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 10px 0 0;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #333333;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    /*    -moz-opacity: 0.85;
    */
}
.tipOwner:hover .tipText {
    display: block;
}


/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}
/*======================Login Page========================*/
div.login-section {
text-align: center;
border-bottom: 1px solid #CC9900;
padding: 0px 0 5px 0;
margin: 10px auto 7px auto;
font-weight: bold;
}
/*====================== Search ========================*/
#search-box {
position: absolute;
right: 0px;
top: 92px;
width: 165px;
}
#search-box .search-field {
position: absolute;
left: 0px;
top: 0px;
width: 137px;
}
#search-box .find-btn {
position: absolute;
left: 138px;
top: 0px;
}

.alg-center {text-align: center; padding-top:3px;}
#frmLoginLeft {padding-right:6px;}
#frmLoginLeft label {font-size: 0.75em; display:block;}
#frmLogin label {display:block;}
#frmLoginLeft fieldset,
#frmLogin fieldset {padding-left: 7px;}
#frmLoginLeft input.text,
#frmLogin input.text {width: 126px;}
#frmLoginLeft input.login-btn {float:right; margin: 1px 0 0 0;}
#frmLogin input.login-btn {float:right;}

a.small-link {font-size: 0.75em;}

form#frmLogin {width:165px; margin: 20px auto 0 auto;}

.information-box ul {
list-style-image: url('http://css.zerogrey.com/themes/nadal/images/backgrounds/info-bulet.gif');
list-style-type: circle;
padding: 10px 0 10px 20px;
margin-left: 15px;
display: block;
}
.left-contact-box a {display:block; height:25px; padding:8px 0 0 47px; background: url('http://css.zerogrey.com/themes/nadal/images/backgrounds/email.gif') center center no-repeat;}
.margin-minus { margin: 0 -10px -10px -10px;}
#middleCol h2 {
	height: 30px;
	margin-bottom: 0;
}
html > body #middleCol h2 {
    height: auto;
    min-height: 30px;
}

.errorBox {
 border: 2px solid #FF3300;
}

.errorBox ul {
list-style-type:  disc;
color: #FF3300;
padding-left: 70px;
}

/*
========================= Pager ===============================*/
.pager {
    white-space: nowrap;
    font-size: 1.1em;
}
.pager .results {
    padding-right: 0.5em;
}
.pager .currentPage {
    font-weight: bold;
    padding: 0 0.75em;
    font-weight: bold;
}
.pager a {
    padding: 0 0.75em;
    font-weight: bold;
}
.pager a:hover {
   // background: #246C94;
}
//End pager

/*
========================= Pager ===============================*/

.nowrap {
text-align:right;
white-space:nowrap;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20

Updated by Gor Vardanyan (www.gorvard.net)
Date   : 2007/02/15
*/

/*====================Default Block Styling=====================*/
.block {

}
.block .header {
    padding: 0;
}
.block .content {
    padding: 0;
}
.block .content ul {
    padding: 0; margin: 0;
    list-style-type: none;
}
.block .content ul li {
	margin: 0px;
	padding: 0px;
}
.eshop_menu li a, .eshop_menu li a:visited {
	display: block;
	border-bottom: 1px dashed #666;
	text-decoration: none;
	margin: 0px;
	padding: 15px 0 0 80px;
	height: 30px;
}
.eshop_menu li a:hover  {
	text-decoration: underline;;
}
.eshop_menu li a.category_18 {background: url('http://css.zerogrey.com/themes/nadal/images/categories/Adidas.gif') left top no-repeat;}
.eshop_menu li a.category_19 {background: url('http://css.zerogrey.com/themes/nadal/images/categories/A-Style.gif') left top no-repeat;}
.eshop_menu li a.category_20 {background: url('http://css.zerogrey.com/themes/nadal/images/categories/Mirage.gif') left top no-repeat;}
.eshop_menu li a.category_21 {background: url('http://css.zerogrey.com/themes/nadal/images/categories/Merchandising.gif') left top no-repeat;}

#leftCol a {
    color: #323232;
}
.clients-access {margin-top:-1px;}

.eshop_menu h2, .clients-access h2, .information-box h2, .left-contact-box h2 
{
	font-size: 11px;
	height:17px;
	padding: 1px 0 0 8px;
    color: #FFFFFF;
	margin: 0;
}
.eshop_menu h2 {background: url('http://css.zerogrey.com/themes/nadal/images/productos.gif') left top no-repeat;}
.clients-access h2 {background: url('http://css.zerogrey.com/themes/nadal/images/accesos-clientes.gif') left top no-repeat;}
.information-box h2 {background: url('http://css.zerogrey.com/themes/nadal/images/informacion.gif') left top no-repeat;}
.left-contact-box h2 {background: url('http://css.zerogrey.com/themes/nadal/images/left-client-box.gif') left top no-repeat;}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
position: absolute;
right: 0px;
top: 30px;
width: 165px;
}
#top-nav .inner {

}
#top-nav ul {
 list-style-type: none;
	padding: 0;
	margin: 0;
}
#top-nav li {
margin: 0;
padding: 0;
display: block;
width: 100%;
background: url('http://css.zerogrey.com/themes/nadal/images/backgrounds/menu-item-bg.gif') right center no-repeat;
}

#top-nav li a {
	padding: 3px 0 0 0;
	display: block;
	width: 135px;
	height: 18px;
	color: #FFFFFF;
	border-bottom: 1px dashed #999;
	text-decoration: none;
	

}
#top-nav li a:hover, #top-nav li.current a {
    text-decoration: underline;
}
/*
====================Bottom Navigation Block======================*/
#bottom-nav {

}

#bottom-nav .inner {

}
#bottom-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
#bottom-nav li {
     display: inline;
}

#bottom-nav li a {
    padding: 0.5em 1em;
    color: #FFFFFF;
}
#bottom-nav li a:hover, #bottom-nav li.current a {
    text-decoration: underline;
}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #D10010;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #980000;
    font-size: 1.3em;
    font-weight: bold;
    color: #f8f0f1;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #D10010;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
.spacer-title {
    clear: both;
    display: block;
   line-height: 1em;
}
.image-small {
  min-height: 165px;
}
.short-description{
  margin-top: 10px;
  color: #000000;
  font-size: 0.85em;
  font-family: Arial, Helvetica, sans-serif;
}

#product-details {

}
#product-details .price,
#product-details .buy {
  display: block;
  margin-bottom: 10px;
}
#product-details img {
  padding: 0em;
}

.price {
  padding: 2px 2px 2px 16px;
  color: #333333;
  display: inline;
  background: url('http://css.zerogrey.com/themes/nadal/images/price-icon.gif') left top no-repeat;
}
.buy {
  padding: 0em;
  display: inline;
}
.subCategory {
	width: 150px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#product-action .spacer {margin-bottom: 20px;}
.image-sub-category {
	clear: both;
	height: 155px;
}

.address_billing {
  margin-bottom: 1.2em;
  padding: 0.6em;
  background-color: #FFED85;
  border: 1px solid #CC9900;
}

.address_shipping {
  margin-bottom: 1.2em;
  padding: 0.6em;
  background-color: #BFD9D3;
  border: 1px solid #184a84;
}

.address_other {
  margin-bottom: 1.2em;
  padding: 0.6em;
  background-color: #EEEEEE;
  border: 1px solid #CC9900;
}

.address_link {
  font-weight:bold;
  font-size: 0.85em;
  padding-right: 0.85em;
}

.category td {
  vertical-align: top;
}
.category td .border1 {
  border: 1px solid #EEEEEE;
  margin-top: 5px;
}
.border1 {
  border: 1px solid #EEEEEE;
}
.cart td {
  background-color: #f2f2f2;
}
.wide200 {
  width: 200px;
}
.wide250 {
  width: 250px;
}
#country_id,
#state_id {
  width: 146px;
}
* html #country_id,
* html #state_id {
 width: 155px;
}
.home-td-left {
  border-top: 2px solid #BEBEBE;
  border-right: 2px solid #BEBEBE;
}
.home-td-right {
  border-top: 2px solid #BEBEBE;
}
.search td {vertical-align: top;}
.padding-topbot {padding: 5px 0 5px 0;}


.ticket{
  margin-bottom: 1.2em;
  padding: 0.6em;
  border: 1px solid #9C9C9C;
}

.ticket_answer{
  margin-bottom: 10px;
  padding: 0.6em;
  margin-left: 17px;
  padding-left: 10px;
  color: #000000;
  
  background-color: #f1f1f1;
  border: 1px solid #9C9C9C;
}

.ticket_parent{
  margin-bottom: 1.2em;
  padding: 0.6em;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #000000;
}

.ticket_new_grey{
  margin-bottom: 1.2em;
  padding: 0.6em;
  align: center;
  width: 150px;
  background-color: #ffffff;
  border: 2px solid #9C9C9C;
}

.ticket_new_red{
  margin-bottom: 1.2em;
  padding: 0.6em;
  align: center;
  width: 150px;
  background-color: #ffffff;
  border: 2px solid green;
}

.message_ticket{
  margin-bottom: 1.2em;
  padding: 0.6em;
  width: 200px; 
  height: 150px;  
  border: 1px solid #9C9C9C;
}


#manager-actions-inline a {      
  display: block;     
  width: 20px; 
  height: 22px;
  line-height: 10px;
  border: 1px ;
  color: ;
  text-decoration: none;
  /* -- See below for each action backgroud image
  -----------------------------------------------*/
}

a.sendticket {	
  background-image: url('http://css.zerogrey.com/themes/nadal/images/22/action_sendmail.png');
	width: 10px;
  height: 32px;
}


/* additional information for ticket system */

body.page_eshop_ticket div.ticket_toolbar { 
  background-color: #cecece; 
  border: 1px solid #aaabac;
  padding: 5px; 
  padding-left: 10px; 
  margin: 10px 0px 10px 0px; 
}
            
body.page_eshop_ticket table.fullt { border-spacing: 0px; width: 100%; }

body.page_eshop_ticket table.fullt tr.backDark{ background-color: #efefef; }
                           
body.page_eshop_ticket table.fullt tr.h-infos th { text-align:left; border-bottom:1px single #aaabac; }

body.page_eshop_ticket table.fullt tr td { padding-top: 15px; padding-bottom: 15px; border-bottom:1px solid #aaabac; text-align: left; }

body.page_eshop_ticket table.fullt tr th,
body.page_eshop_ticket table.fullt tr td{ padding-left: 5px; padding-right: 15px; vertical-align: top; }

body.page_eshop_ticket table.fullt tr th div a,
body.page_eshop_ticket table.fullt tr td div a{ text-decoration: underline; }
  
body.page_eshop_ticket table.fullt tr th div a:hover,
body.page_eshop_ticket table.fullt tr td div a:hover{  }

body.page_eshop_ticket table.fullt tr th div p,
body.page_eshop_ticket table.fullt tr td div p{ margin: 0px; padding: 0px; }
    
body.page_eshop_ticket .noBorder{ border: none; }
     
body.page_eshop_ticket .ticket_sender { color: #aaabad; font-size: 95%; margin-bottom: 3px; }

body.page_eshop_ticket .ticket_small{ font-size:10px; }
                  
body.page_eshop_ticket textarea#message{ border: 1px solid #aaabad; margin: 10px 0 10px 0; }

body.page_eshop_ticket #errorOutput { border:1px solid #DD3C10; background-color: #FFEBE8; margin-bottom:10px; padding: 5px; }

body.page_eshop_ticket input.error, textarea#message.error { border:2px solid #DD3C10; color: #DD3C10; }

body.page_eshop_ticket div#registerfield { margin-bottom: 30px; }