@charset "utf-8";
/** TravelTime Basic CSS Styles */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
	outline:0;
	font-size:100.01%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;

}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
	border: 0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
ul {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 15px;
	}	
/* li {
	list-style-type:none;
} */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#ac000f;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}
:focus {
	outline: 0;
	-moz-outline: none;
}
.error{
	color:#f00;
}



button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border:0;
	outline: 0;
	-moz-outline: none;
}


/*body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative;}*/
select,input,textarea{font-size:99%;}
form{margin:0;padding:0;}
img{border:0; font-size:9px; color:#aaa}
#left{float:left;}
#right{float:right;}
#main{width:auto;position:relative;}
.inside{ position:relative; text-align:left;}
.block{overflow:hidden;}
.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}

/* Font settings */
body {
	font-family: Tahoma,"Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	color:#000;	
	background:#fff url(../images/bg.png) center top repeat-x;
    text-align:center;
    color:#555;
    font-size:12px;
	height:100% auto;
	/*letter-spacing:-0.01em;*/
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
	border: 1px solid #D0C39E;
	background-color:#FFF;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:0; /* Should match font size */
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	text-shadow:#fff 1px 1px 0;
}
h1 {
	font-size:22px;
	color:#9b0218;	
}
h2 {
	font-size:17px;	
}
h3 {
	font-size:16px;	
}
h4 {
	font-size:14px;	
	font-weight: bold;	
}
h5 {
	font-size:12px;	
	font-weight: bold;
}
h6 {
	margin-bottom: 4px;
	text-transform:capitalize;
	font-size: 11px;
}
p { margin-top: 12px;
	text-align:justify
	}

table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

.redBold {
	color:#d2031a;
	font-weight: bold;
}
.red, h1 a.red { color:#d2031a;	}
.redPrice {	color: #CC0000; }
.blue {	color: #1a78b0;	}
.blue2 { color: #3695b6; }
.blue2Bold { color: #999999; font-weight: bold; }
.green { color: #4f9e58;	}
.brown { color: #a99072; }
.grey { color: #999999; }
.grey2 { color: #aaa; }
.greyBold { color: #999999; font-weight: bold }
.black { color:#000000; }

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.justify{
	text-align:justify;
}
.small {
	color:#999999;
	font-size:10px;
	font-weight:normal;
}

/* zaokrąglone rogi **/
.round {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	}	
.roundTop {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	}	

.roundBottom {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	}	
.round5 {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}	


/*button{
	font-size:14px;
	font-weight:600;
	color:#444;
	background-color:#eee;
	background-position:8px 3px;
	background-repeat:no-repeat;
	padding:10px 15px 10px 45px;
	border:1px solid #ccc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	display:inline-block;
}
button:hover{
	background-color:#666;
	color:#fff;
}*/
