/* barvy */
.t_white {
	color: #fff;
}

.t_grey {
	color: #ccc;
}

h1 {
	float: left;

	width: 555px;

	margin: 61px 0px 0px 0px;
	padding: 0px;

	font-size: 1.2em;

	text-transform: uppercase;

	color: #202020;
}

h2 {
	margin: 18px 0px 6px 0px;

	font-size: 1.5em;

	color: #ee631a;
}

h3 {
	margin: 18px 0px 6px 0px;

	font-size: 1.3em;

	color: #072e65;
}


h4 {
	margin: 12px 0px 6px 0px;

	font-size: 1.3em;
	font-weight: normal;

	color: #072e65;
}

h5 {
	margin: 6px 0px 6px 0px;

	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;

	color: #072e65;
}

p {
	margin: 6px 0px 6px 0px;
}

a {
	text-decoration: none;

	color: #ee631a;
}

a:hover {
	text-decoration: underline;
}

table td {
    vertical-align: top;
}

#logo img {
	float: left;

	margin: 13px 15px 13px 15px;
}

#quick_box {
	color: #fff;
}

#quick_cart table {
	width: 100%;

	margin-top: 8px;
	_margin: 0px;
	padding: 4px;
}

#location {
	padding: 6px 6px 6px 10px;

	background-color: #e6e6e6;

	border-top: 1px solid #fff;
}

#location a {
	font-size: 0.9em;

	text-decoration: none;

	color: #999;
}

#location a:hover {
	color: #ee631a;
}

/** spodek */
#navigation {
	padding: 36px 0px 0px 0px;

	text-align: center;
}

#navigation ul li {
	font-size: 0.8em;

	color: #ccc;
}

#navigation ul li a {
	padding: 0px 3px 0px 3px;

	text-transform: uppercase;
	text-decoration: none;

	color: #ccc;
}

#navigation ul li a:hover {
	text-decoration: underline;

	color: #fff;
}


/** eshop vypis **/
.product {
    width: 180px;

    padding: 10px 10px 50px 10px;

    float: left;

    text-align: center;

    color: #666;
}

.product .photo {
	height: 130px;

    text-align: center;
}

/*
.product .photo a, .product .photo img {
	vertical-align: text-bottom;

}
*/

.product h3 {
    font-size: 0.9em;
    font-weight: bold;

    margin: 0;
    padding: 0;
}

.product h3 a {
    color: #666;
}

.product .old-price {
    text-decoration: line-through;
}

.product .new-price {
    color: red;
    font-weight: bold;
}

/** eshop detail **/

#gallery {
	float: left;

	width: 321px;

	margin-right: 10px;
	padding-top: 36px;
}

#details {
	float: left;

	width: 470px;
}

#details h2 {
	margin: 0px 0px 16px 0px;

	font-size: 1.3em;

	color: #000;
}

#details h2 span.comment {
	float: right;

	font-size: 0.8em;
	font-weight: normal;

	line-height: 1.6em;

	color: #666;
}

#details #order_form {
	background-image: url("../images/layout/order_form_bottom.png");
	background-repeat: repeat-y;
	background-position: left bottom;


}

#details #order_form table {
	width: 470px;

	background-image: url("../images/layout/order_form_top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#details #order_form table td {
	padding: 8px;

	vertical-align: top;

	font-size: 0.9em;
}

#details #order_form table td img.color {
	width: 20px;
	height: 20px;

	margin: 4px;
}

/** eshop kosik **/

#cart {

}

#cart table {
	width: 100%;

	padding: 6px;
	border: 2px solid #ccc;
}

#cart table th {
	font-size: 0.8em;

	color: #999;
}

#cart table td {
	vertical-align: top;
}

#cart table h3 {
	margin-top: 0px;
}

table.sizes {
    border: 1px solid black;
}

table.sizes td {
    border: 1px solid #888;

    padding: 0 2px;

    min-width: 2em;
}

table.sizes td.heading {
    font-weight: bold;
}

.mapakontakt {
	float: right;
	margin-right: 100px;
}

.prodejna {
	float: right;
	margin-right: 50px;
}
.soutez {
	float: left;

}
.prodejna-left {
	float: left;
	width: 200px;
}
.velikosti-right {
	float: right;
	margin-right: 130px;
}

.partneri-logo {
	float: left;
	width: 400px;

	text-align: center;
}

.partneri-popis {
	float: left;
	width: 300px;
}

.gallery {
    border: 0px solid red;

    /*width: 600px;*/
}

.gallery .image {
    display: block;

    height: 130px;

    float: left;

    margin: 3px;

    text-align: center;
}

.gallery a img {
    border: 1px solid #ddd;

    margin: 0 auto;
}

