@import url('menu.css');
@import url('equal-columns.css');
@import url('forms.css');
@import url('productCards.css');
@import url('shoppingCarts.css');
@import url('categories.css');
@import url('paging.css');

* {
	margin: 0; padding: 0;
}
html, body {
	
}
body{
	background: #FDFDFD url(images/body-bg.jpg) top center repeat-y;
	font-family: "Verdana CE", Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
}

h1 { font-size: 2em; letter-spacing: -2px; color: #666; }
h2 {
	color: #C0001E;
	font-size: 1.5em;
}
h3 { font-size: 1.1em; margin-top: 1.2em; margin-bottom: 1em;}
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
table {
	width: 100%;
	margin: 1em 0;
}
th {
	text-align: center;
	font-weight: bold;
}
td {
	text-align: center;
}
td.number, td.number .input.text input {
	text-align: right;
}
p {
	margin: 1em 0;
}
img {
	vertical-align: middle;
}
a {
	color: #C0001E;
	text-decoration: underline;
}
a img {
	border: none;
}
a.button {
	background: #C0001E url(images/menu-bg.png) center left repeat-x;
	color: #FFF;
	padding: 4px 10px;
	text-decoration: none;
}
ul {
	list-style-type: square;
	margin-left: 1em;
}
strong {
	font-weight: bold;
}


#body-wrap {
	width: 997px;
	margin: 0 auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	
	position: relative;
	background-color: #E7E7E7;
}
#body-content-wrap, .x-layer {
	background-color: #FFF;
	color: #000;
}
#header {
	height: 170px;
	border-bottom: 1px dashed #CCC;
}
#top { 
	height: 80px;
	line-height: 80px;
	padding-left: 220px;
}
#top img {
	vertical-align: middle;
}

#corner {
	height: 223px;
	width: 220px;
	position: absolute;
	top: -80px; left: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/sporten-corner.png',sizingMethod='scale');
	background: url(images/sporten-corner.png); 
} 

* html #corner {
	background: none;
}


/* OBECNY DESIGN */
#content-wrap {
	border-top: none;
	background: url(images/side_testovani.jpg) top left no-repeat;
	padding-left: 186px;
}
#content {
	margin-top: 5px;
	width: 590px;
/* 	padding-bottom: 180px; */
}
#submenu ul {
	margin: 0; padding: 0;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	float: left;
	background-color: #C0001E;
	color: #FFF;
	padding: 3px 20px;
	margin-left: 15px;
	border: 1px dashed #CCC;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}
#submenu ul li a:hover, #submenu ul li a.selected {
	color: #C0001E;
	background: #FFF;
}
#subcontent {
	border: 1px dashed #CCC;
	margin: 0 10px;
}
.content {
	padding: 10px 20px;
}
/* self-containing */
#content:after, .contain:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
#content, .contain { display: inline-block; }
#content, .contain { display: block; }

#cart {
	width: 220px;
	border-left: 1px dashed #CCC;
}
#cart .content {
	border-bottom: 1px dashed #CCC;
}
#cart .actions {
	text-align: right;
}
#cart h3 {
	color: #999;
	margin-top: 0;
}
#cart h3 .price {
	color: #000;
	margin-left: 15px;
}
#cart ul {
	list-style-type: none;
	margin-left: 0;
}
#cart ul ul {
	margin-left: 1em;
}
#cart ul ul a {
	color: #333;
}

#footer {
/* 	position: absolute; */
/* 	bottom: 0; */
/* 	left: 0; */
	font-size: 0.9em;
	color: #CCC;
}
#footer strong {
	color: #999;
}
#footer p {
	padding: 10px 20px;
	margin: 0;
}
#footer #copyright {
	padding: 20px;
	border-top: 1px dashed #CCC;
}

#updated {
	float: right;
	line-height: 2em;
	text-align: right;
}

.message {
	background: url(images/warning.png) 10px center no-repeat;
	border: 1px solid #FB0;
	padding: 10px;
	padding-left: 55px;
	margin-bottom: 1em;
	background-color: #FFB;
}
.column {
	width: 470px;
	float: left;
}
.column.clear {
	margin-right: 15px;
}


.accessibility {
	display: none !important;
}
