body, td, input, textarea {
		font: 9pt "Verdana", "Arial CE", "Arial", sans-serif;
		color: #fcf4dd;
		line-height: 135%;
}

/* odkazy */
/* f7e2a2 eea200 700007 */
a {
		color: #f7e2a2;
		text-decoration: underline;
}

a:hover {
		color: #ffffff;
}

.strip a {	color: #FFFFFF; }
.strip a:hover {	color: #D5D5D5; }

/* styly pro text */
h2, h4 { padding: 0.5em 0 0.2em 0; }

h1, .text-max {
		font-size: 155%;
    font-weight: bold;
		letter-spacing: 1px;
    line-height: 27px;
		color: #f7e2a2;
}

.text-bigger {
		font-size: 140%;
		font-weight: bold;
		letter-spacing: 1px;
		color: #f7e2a2;
}

h2, .text-big {
		font-size: 135%;
		letter-spacing: 1px;
		font-weight: bold;
		color: #ffffff;
}

h3, .text-bold {
		font-size: 130%;
    line-height: 27px;
		color: #eea200;
}

h4 {
		font-size: 120%;
		color: #eea200;
}
h4 a { color: #eea200; }
h4 a:hover { color: #f7e2a2; }


h6, .text-small {
		font-size: 90%;
		line-height: 135%;
		font-weight: normal;
}

h7, .text-min {
		font-size: 85%;
}

/* text pro podminky (cena hovoru, zajistuje, pro starsi 18 let apod...) */
.text-terms {
		color: #ffffff;
}


.em { /* zvyrazneny text */
		font-style: italic;
		font-weight: bold;
		color: #ffffff;
}

.em2 { /* zvyrazneny text */
		letter-spacing: 1px;
		font-style: normal;
		font-weight: bold;
		color: #ff0000;

}
.not-bold {
		font-weight: normal;
}


/*forms*/
fieldset {
    margin: 5px;
    padding: 10px 10px 5px 10px;
    border: 2px solid #d45b52;
}
fieldset br {
    clear: both;
}
fieldset .text {
    margin-left: 23%;
    padding: 2px 0 0 10px;
}

label, fieldset .label { /* label a div ve tvaru labelu*/
    float: left;
    width: 23%;
    margin: 0 8px 0 0;
    padding: 0 0 8px 0;
    text-align: right;
}

label.checkbutton {
    float: none;
    padding: 0 5px;
    width: auto;
}

legend {
    padding: 3px 7px;
    margin-bottom: 5px;
    font-size: 110%;
    text-align: right;
    font-weight: bold;
}

fieldset textarea { width: 95%; }


.o { font-weight: bold; } /* obligatory - povinna polozka */
.disabled {	background-color: #999999; }
.submit { padding: 1px 3px;  margin: 0 0 5px 0; width: 150px; } /* tlacitko odeslat */

input, textarea, select {
		border: 1px solid #888888;
		font-size: 12px;
		color: #000000;
}

/*tables*/
.table, .table2 { width: 97%; border-collapse: collapse; }
.table-cell { margin: 0 0 0 10px; }
.table-cell td { padding: 0 5px 7px 5px; }

.table-head { background: url('http://sextime.cz/img/cell-back.jpg') repeat-x transparent; }
.table-head td { color: #700007; font-weight: bold; font-size: 110%; }
.table-row-1 td { }
.table-row-2 td { }

.table td { padding: 3px; vertical-align: top; border: 1px solid #eea200; }
.table2 td { padding: 5px; vertical-align: top; }

/*tables-sms chat*/
.table3 { width: 97%; }
.table3 .td-1 { margin: 3px; border: 2px solid #d45b52; background: #d23736; padding: 0.3em; }
.table3 .td-2 { margin: 3px; background: url('http://sextime.cz/img/cell-back.jpg') repeat-x transparent; padding: 0.3em; }


/*lists*/
ul li {
		margin: 2px 0; padding: 0 0 0 25px;
		background: url(http://sextime.cz/img/li.gif) no-repeat transparent 12px 5px;
		list-style-type: none;
}
ol li {
    margin: 4px 0 4px 27px; padding: 0;
    list-style-type: decimal;
}

ul ul li {
		margin: 4px 0; padding: 0 0 0 17px;
		background: url(http://sextime.cz/img/li.gif) no-repeat transparent 5px 5px;
		list-style-type: none;
}

/* katalog */
.ad-info { font-size: 95%; line-height: 135%; font-weight: normal; letter-spacing: -1px; } /* podrobnosti k odkazu */
.ad-comment { font-size: 90%; float: right; } /* odkaz komentare */

.ad-1 { margin: 0.3em 0 0 0; padding: 0.3em; font-size: 95%; overflow: hidden; }
.ad-1 .ad-title { font-weight: bold; }
.ad-1 .ad-em { font-weight: normal; }

.ad-2, .ad-23, .ad-24 { margin: 0.3em 0 0 0; padding: 0.3em; color: #ffffff; border: 2px solid #d45b52; background: #d23736; overflow: hidden; }
.ad-2 .ad-title { padding: 0.2em 0; font-size: 120%; font-weight: bold; }
.ad-2 .ad-em { font-weight: normal; }

.ad-23 { border: 2px solid #f7e2a2; }
.ad-24 { border: 3px solid #f7e2a2; }

.ad-3 { margin: 0.3em 0 0 0; padding: 0.5em; border: 1px solid #f7e2a2; background: url('http://sextime.cz/img/cell-back.jpg') repeat transparent; color: #000; font-size: 110%; overflow: hidden; }
.ad-3 td { color: #000; }
.ad-3 .ad-title { padding: 0.2em 0; font-size: 120%; font-weight: bold; } /* nadpis */
.ad-3 .ad-em { font-weight: normal; } /* odkaz 'zvyraznit odkaz' */
.ad-3 a { color: #000000; }
.ad-3 a:hover { color: #ff0000; }


/* other */
.float-right {  float: right; }
.float-left { float: left; }
.centred { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.spacing1 { letter-spacing: 1px; }
.spacing2 { letter-spacing: 2px; }

.image-tn { border: 1px solid #eea200; margin: 3px;}
.white { color: #ffffff; }
.silver { color: #cccccc; }
.message { margin: 8px 0 0 3px; font-weight: bold; color: #ffc000; text-align: center; }
.noborder { border: 0; }
p { margin: 0 0 10px 0; }
hr { margin: 3px 0 0 0; border-bottom: 1px solid #f7e2a2; line-height: 3px; }

.href {
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

/* strankovani */
.paging { text-align: center; }
.paging-order { text-align: center; }
