html {
    background: #fff url(../images/body_back.jpg) repeat-x;
    font: normal 75%/1.5em Helvetica, Arial, sans-serif;
    color: #333; /* <-- main font color */
}
body { text-align: left; }

/* IE hack for button width*/
input[type="button"],
input[type="submit"] {
    width: auto;
    overflow: visible;
}

/* -- UTILITY -- */
.padd10 {padding: 10px;}
.padd20 {padding: 20px;}
.padd30 {padding: 0px 40px;}
.padd40 {padding: 40px;}
.clear {clear:both;display:block;overflow:hidden;width:0;height:0}

.col1, .col2, .col3, .col4, .col5, .smallcol1, .maincol, .subcol1, .subcol2 { display:inline; float:left; position:relative; }

.col1 { width: 960px; }
.col2 { width: 560px; }
.col3 { width: 480px; }
.col4 { width: 400px; }
.col5 { width: 387px; }
.col-full { width: 838px; }

/* -- COLUMNS SECTION -- */
.smallcol1 { width: 320px; } 
.maincol { width: 638px; border-right: 1px solid #ccc;}
.subcol1 { width: 227px; }
.subcol2 { width: 391px; }
.subcol3 { width: 238px; }
.subcol4 { width: 538px; }

.smallcol1.center { width: 318px;
                    border-left: 1px solid #ccc;
                    border-right: 1px solid #ccc;
} 
/* -- END COLUMNS SECTION -- */

.right { margin-left: 20px; }

.imgright { float: right; padding: 5px; margin-left: 20px; border: 1px solid #ccc; }
.imgleft {	float: left; padding: 5px; margin-right: 20px; border: 1px solid #ccc; }

.boxleft {	float: left; margin-right: 20px;}

.border { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px; }

#skip { display: none; }
/* -- end UTILITY -- */

/* -- Main div -- */
#wrapper {
    width: 960px;
    text-align: left;
    margin: 20px auto;

}

#logo {
    float: left;
    width: 400px;
}

#support {
    float: right;
    width: 400px;
    text-align: right;
}

#logo img {
    float: left;
    margin-right: 10px;
}

#support img {
    float: right;
    margin-left: 10px;
}

#support p {
    float: right;
    margin-top: 5px;
    text-align: right;
}

#page {
    width: 960px;
    float: left;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 20px;
}

/* HOME PAGE jQuery BANNER SECTION */

#stripbox {	
    position:relative;
    width:960px;
    overflow:hidden;
    height: 247px;
}

#strip {
    background: url(../images/strip_back.jpg) no-repeat;  /* <-- if you want to change the background image just replace strip_back.jpg with another one */
    border-bottom: 1px solid #ccc;
    width:960px;
    height: 247px;
}
#strip ul { float: left; }

#strip li {
    width:960px;
    list-style: none;
    margin-bottom: 0;
    height: 247px;
    overflow:hidden;
}

/* END HOME PAGE jQuery BANNER SECTION */ 

#title {
    background: url(../images/strip_back.jpg) no-repeat;
    height: 90px;
    border-bottom: 1px solid #ccc;
}

#secstrip {
    float: left;
    border-bottom: 1px solid #ccc;
    background: url(../images/secstrip_back.jpg) repeat-y;
    text-shadow: #fff 0 1px 0;
}

#secstrip img {
    float: left;
    margin-right: 20px;
}

#content2 {
    float: left;
    padding: 30px 0;
    background: url(../images/content_back.jpg) repeat-x;
}

.moreserv {
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    background: url(../images/body_back.jpg) repeat-x;
    text-shadow: #fff 0 1px 0;
}

.moreserv-nofloat {
    border: 1px solid #ccc;
    padding: 20px;
    background: url(../images/body_back.jpg) repeat-x;
    text-shadow: #fff 0 1px 0;
}

#contactbadge {
    width: 206px;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    background: url(../images/content_back.jpg) repeat-x;
    text-shadow: #fff 0 1px 0;
}
#contactbadge img { margin-bottom: 10px; }

.moreserv img { margin-bottom: 20px; }

#footer {
    background: #363636;
    color: #fff;
    text-align: center;
    /*	border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;*/
}

#copy {
    text-align: center;
    color: #827f7f;
    margin: 0px auto;
}

#content2 img {  }

.morebtn {
    margin-top: 20px;
    float: right;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #ef7f30 url(../images/navlibg.gif) repeat-x;
    border-bottom: 1px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: #666 0 -1px 0px;
}
.morebtn:hover {
    background: #ef7f30;
    text-decoration: none;
    text-shadow: none;
}

/* -- FONTS -- */
.alt {
    color: #ee7f30;  /* color for alternate style */
    text-transform: none;
}

/* LOGO MAIN STYLE */ 
div.h1 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
} 
/* END LOGO MAIN STYLE */ 

#title h2 { float: left; font-size: 50px; line-height: 50px; text-transform: uppercase; padding-right: 20px; margin-right: 20px; border-right: 1px solid #fff; }

h3, h1 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 20px;
}

h4 { 
    font-size: 24px;
    line-height: 1.15em;
}
#contactbadge h4 { font-size: 14px; margin-bottom: 10px; text-transform: uppercase; }

strong { font-weight: bold; }

#content2 p { margin-bottom: 1.5em; }

#contactbadge p { margin-bottom: 0; }

#strip p {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.25em;
    color: #fff;
    text-shadow: #5a5a5a 0 1px 3px;
}

#strip .first {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
    text-shadow: #5a5a5a 0 1px 3px;
}

#title { color: #fff; text-shadow: #5a5a5a 0 1px 3px; }
#title p { font-size: 28px; line-height: 50px; }

#secstrip .title {
    font-size: 24px;
    line-height: 1.15em;
}

#secstrip .subtitle, .subcol1 .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#secstrip { color: #797979; }

/* LOGO SLOGAN STYLE */ 
p#slogan {
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: #fff 0 1px 0;
}
/* END LOGO SLOGAN STYLE */ 

#copy { font-size: 10px; }

a {	color: #ef7f30;	text-decoration: none; }
a:hover { text-decoration: underline; }

li { margin-bottom: 0.65em; list-style-type: disc; list-style-position: inside; }

/* -- NEWS -- */

.news li { list-style-image: url(../images/arrow.gif); list-style-position: outside; margin-left: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.news li:hover { background: #f0f0f0; }
h5.date { font-weight: bold; text-transform: uppercase; font-size: 11px; }
#content2 .news p { margin-bottom: 5px; font-size: 10px; line-height: 1.5em; }

/* -- contact form -- */

#error { width: 288px; }

.errors {
    padding: 5px 5px 5px 10px;
    background: #fcc;
    border: 1px solid #ff1600;
    color: #4b4b4b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.success {
    list-style: none;
    margin-bottom: 10px;
    padding: 10px;
    background: #d6f1a9;
    border: 1px solid #76993d;
    color: #455a23;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.invisible {
    display: none;
    visibility: hidden;
}

#success p {
    font-size: 16px;
    margin-bottom: 0;
}

#error img {
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
}

#emailerror li {
    margin-left: 10px;
    margin-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

#submitform { width: 308px; float: left; display: block; }

input[type="radio"] {
    margin-bottom: 10px;
    padding: 10px;
    color: #666;
}

input[type="text"], input[type="password"], textarea, select {
    /*    width: 288px;
        max-width: 288px;*/
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    color: #666;
}

select {
    height: 40px;
    width: 238px;
}

option {
    padding: 10px;
    color: #666;
}

input[type="text"], input[type="radio"], input[type="password"] { height: 15px; }

#submitform label { float: left; display: inline; text-transform: uppercase; font-size: 10px; }

.submit-button,
.submit-button-right {
    padding: 5px 10px;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    /*    background: #ef7f30 url(../images/navlibg.gif) repeat-x;*/
    background-color: #4685ba;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: #666 0 -1px 0px;
}
.submit-button-right {
    float:right;
}

.submit-button:hover,
.submit-button-right:hover{
    background: #ef7f30;
    text-decoration: none;
    text-shadow: none;
}

#submitform p.required { margin-bottom: 0; }

/* -- NAVIGATION -- */

#nav {
    background: #363636;
    /*
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;*/
    padding: 11px 0 0 0;
    border-bottom: 2px solid #ef7f30;
}

#nav ul { 
    float: left;
    /*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#nav li {
    list-style: none;
    display: inline;
    float: left;
    margin: 0 0 0 10px;
}

#nav a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

#nav a:hover, #nav .selected {
    background: #ef7f30 url(../images/navlibg.gif) repeat-x;
    /*	border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
    text-shadow: #666 0 -1px 0px; }

#secnav {
    text-align: center;
}

.secnav-item  {
    vertical-align: top;
    display: inline-block;
    width: 170px;
    text-align: left;
    float: left;
}

.secnav-item p  {
    color: #ef7f30;
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}

#secnav ul {
    margin-left: 5px;
    padding-left: 10px;
}

#secnav li {
    list-style: none;
}

#secnav li a {
    /*text-transform: capitalize;*/
    color: #fff;
    text-decoration: none;
}

#secnav a:hover {
    text-decoration: underline;
}

#secnav .first a {
    border-left: none;
}

/* MOJE STYLY */
ul.square li {
    list-style-type: square;
}

#os-cms { float: left; }

#os-cms ul { float: left; }

#os-cms li {
    width:100px;
    list-style: none;
    margin-bottom: 0;
    height: 100px;
    overflow:hidden;
}

.input-domain {
    width: 170px;
    margin-right: 10px;
}

.input-domain-wide {
    width: 350px;
    margin-right: 10px;
}

.input-domain-2col {
    width: 365px;
}

.submit-button {
    margin-top: 3px;
}

/* -- LINKS -- */

.links li,
.links-inline li,
.steps li {
    list-style-image: url(../images/arrow.gif); list-style-position: outside; margin-left: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px;
}
.links li:hover,
.links-inline li:hover {
    background: #f0f0f0;
}
.links-inline li,
.steps li {
    display: inline;
    list-style-image: none;
}
h5.page { 
    font-weight: bold; text-transform: uppercase; font-size: 11px;
}
#content2 .links p { 
    margin-bottom: 5px; font-size: 10px; line-height: 1.5em;
}
.links a,
.links-inline a{
    color: #333;
}

.steps .steps-current {
    font-weight: bold;
    font-size: larger;
    /*color: #ef7f30;*/
    /*border-bottom: 1px solid #333;*/
    border: none;
}

li.empty {
    list-style-image: url(../images/empty.gif);
}

.table {
    width: 100%;
}

.table th {
    text-align: center;
    height: 25px;
    vertical-align: middle;
}

.table td {
    padding-right: 50px;
    text-align: right;
    height: 20px;
}

.table thead tr {
    background-color: #363636;
}

.table thead tr th {
    font-weight: bold;
    color: #ef7f30;
}

.table tr.odd {
    background-color: #EEEEEE;
}

.table tr.even {
    background-color: #DFDFDF;
}

.aling-center {
    text-align: center;
}

.service-additional-category {
    font-weight: bold;
}

.service-additional {
    margin-left: 20px;
}
.service-additional input {
    margin-right: 10px;
}

.short {
    width: 217px;
}

.obsah-wrap{
    float:left;
    width: 520px;
    margin-bottom: 30px;
}

.obsah-wrap h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.obsah-wrap ul {
    margin-left: 20px;
}

.obsah-wrap ul li {
    list-style-type: square;
    margin-left: 10px;
    list-style-position: outside;
}

.obsah-wrap ul li a {
    /*color: #ef7f30;*/
    color: #333;
}

p {
    text-align: justify;
}

ul.os-versions {
    margin-left: 20px;
}

ul.os-versions li {
    padding: 0px;
    margin: 0px;
}

.os-links a,
.os-links a:hover {
    text-decoration: none;
    color: #333;
    text-align: center;
    float: left;
    width: 20%;
}

.price-badge {
    background: url("../images/badge4.png") no-repeat top center;
    height: 70px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    text-shadow: #ccc 0 1px 0;
    color: #fff;
}

ul.features {
    display: inline-block;
    width: 278px;
    vertical-align: top;
    float:left;
}

ul.features li {
    list-style-image: url("../images/features-yes.png");
    font-weight: bold;
}

.form-50 {
    float: left;
    width: 260px;
}

.form-wide-50 {
    float: left;
    width: 411px;
}

.ordered-service-name {
    float:left;
    width: 380px;
}

.ordered-service-price {
    float:left;
    font-size: 1.3em;
    line-height: 1;
    padding: .5em 0 .5em 30px;
    margin: 0 0 .3em;
}

.params-header,
.params-name,
.params-name-right,
.params-radio {
    width: 250px;
    font-size: 1.3em;
    line-height: 1;
    vertical-align: bottom;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

.params-name-right {
    width: 70px;
    text-align: right;
}

.params-line {
    width: auto;
    border-bottom: 1px dotted #ccc;
}

.params-header {
    width: auto;
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    font-weight: bold;
    color: #ef7f30;
    background-color: #363636;
    padding: 5px;
}

.params-price {
    width: 130px;
    font-size: 1.3em;
    line-height: 1;
    text-align: right;
    vertical-align: bottom;
    padding: 0px 10px 0px 10px;
}

.params-radio {
    width: 8px;
    padding: 0px;
    padding-top: 10px;
}

.params-radio input {
    margin: 2px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

fieldset.ds {
    width: 47%;
    float: left;
    padding-right: 20px;
    border-left: 1px dotted #ccc;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

fieldset.ds legend{
    padding-left: 10px;
}

fieldset.ds .dotted-line {
    clear:both;
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
}

fieldset.ds .ds-table,
.subcol4 .ds-table {
    width: 97%;
    margin-bottom: 10px;
    margin-left: 10px;
}

.subcol4 .ds-table {
    width: 100%;
    margin-left: 0px;
}

fieldset.ds .ds-table th,
.subcol4 .ds-table th {
    font-weight: bold;
    width: 100px;
    vertical-align: top;
}

.subcol4 .ds-table th {
    width: 150px;
}

fieldset.ds .ds-table td,
.subcol4 .ds-table td {
    vertical-align: top;
}

.ds-table td.price {
    color: #ef7f30;
    font-size: large;
    font-weight: bold;
    text-align: right;
    width: 100px;
}
fieldset.ds img {
    margin-left: 10px;
}

fieldset.total-price div {
     background-color: #ddd;
     font-weight: bold;
     padding-bottom: 5px;
     margin-bottom: 20px;
}

fieldset.total-price div.ordered-service-price {
    width: 400px;
}

span.first-letter {
    font-size: 3em;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 10px 20px 0;
}