@charset "utf-8";
body {
   	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #e7c369;
	background-image: url(/media_rossisport/img/pozadi_png.png);
	background-repeat: no-repeat;
	background-position: top center;
}


#content {
	 width: 1000px;
 	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 	text-align: left; /* this overrides the text-align: center on the body element. */
	 overflow: hidden;
	 background-color: #fff7f1;
	 min-height: 600px;
}

.oneColElsCtr #mainContent {
	background-color: #fff7f1;
}


/* HEADER */

#header {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 137px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

	.toprow {
	height: 10px;
}

	.logobox {
	height: 70px;
	width: 400px;
	float: left;
	margin-top: 20px;
	display: block;
}

	.cartbox {
	height: 70px;
	width: 200px;
	float: right;
	margin-top: 20px;
	display: block;
}

	.secondarymenu {
	clear: right;
	font-family: Tahoma, Geneva, sans-serif;
	height: 20px;
	width: 500px;
	float: right;
	display: block;
}
	

/* KONEC HEADER */

/* HLAVNI MENU */

#mainmenu {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	height: 55px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	.homebox {
	width: 32px;
	height: 38px;
	float: left;
	display: block;
}

	.mainmenu_item {
    	float: left;
		width: auto;
		height: 44px;
		padding-left: 10px;
		padding-right: 12px;
		padding-top: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
		background-image: url(/media_rossisport/img/oddelovnik_hlavnimenu.png);
		background-position: right top;
		background-repeat: no-repeat;		
}

	.mainmenu_item a {
	    height: 34px;
		width: auto;
		padding-top: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
}
	 .mainmenu_item a:Hover {
	    height: 34px;
		width: auto;
		padding-top: 11px;
		text-decoration: underline;		
}
	.mainmenu_item_aktivni {
		height: 44px;
		width: auto;
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
		background-image: url(/media_rossisport/img/indikator_aktivni_sekce.png);
		background-position: center bottom;
		background-repeat: no-repeat;
}

	.jazyky {
		float: right;
		width: auto;
		padding-top: 7px;
		margin-right: 20px;
		color: #FFF;
}


/* KONEC HLAVNI MENU */

/* NAVIGACNI LISTA */

#lista {
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #a7a7a7;
}

#lista a {
	padding-left: 5px;
	font-size: 18px;
	color: #a7a7a7;
	text-decoration: none;
}

#lista a:hover {
	padding-left: 5px;
	font-size: 18px;
	color: #ff9510;
	text-decoration: underline;
}

/* KONEC NAVIGACNI LISTA */

/* LEVE MENU */

#leftmenu {
	width: 120px;
	padding-top: 0px;
	float: left;
}

	.category_1  {
		height: 25px;
		padding-left: 15px;

		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		background-image: url(/media_rossisport/img/bg_lefmenu_category_1.png);
		background-position: top;
		background-repeat: no-repeat;
}

	.category_1  a {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
}
	.category_1  a:hover {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
}

	.category_2  {
		height: 25px;
		padding-left: 15px;

		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		background-image: url(/media_rossisport/img/bg_lefmenu_category_2.png);
		background-position: top;
		background-repeat: no-repeat;
}

	.category_2  a {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
}
	.category_2  a:hover {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
}


	.category_3  {
		height: 25px;
		padding-left: 15px;

		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		background-image: url(/media_rossisport/img/bg_lefmenu_category_1.png);
		background-position: top;
		background-repeat: no-repeat;
}

	.category_3  a {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
}
	.category_3  a:hover {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
}

#break {
	height: 20px;
}


/* KONEC LEVE MENU */


#obsah_wrapper {
	width: 700px;
	font-size: 11px;
	float: right;
	margin-bottom: 40px;
}

/* KONFIGURATOR */

#konfigurator {
	width: 100%;
	color: #82775e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#konfigurator a {
	width: 100%;
	color: #82775e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#konfigurator a:hover {
	width: 100%;
	color: #ff9510;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#konfig {
	border: 1px solid #82775e;
	padding-left: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

/* KONEC KONFIGURATOR */

/* PRODUKTOVE BOXY */

#produktbox {
	width: 50%;
	float: left;
	display: block;
}

#produktitem {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #acb8a0;
}

#produkttitle {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
 	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#produkttitle a {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
 	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ef4001;
}

#produkttitle a:hover {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
 	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ef4001;
}

#produktdescription { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #616161;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFC;
}

	.cena {
 	font-size: 13px;
	color: #616161;
	}

#rightbreak { 
	clear: left;
	width: 100%;
	height: 25px;
}



/* KONEC PRODUKTOVE BOXY */


/* CLANKY */

#clanek { 
	width: 600px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#clanek a { 
   	color: #ef4001;
}

#clanek a:hover { 
   	color: #ef4001;
}

#clanek H1 { 
	color: #ef4001;
	font-size: 17px;
	font-weight: bold;
}

/* KONEC CLANKY */

/* FOOTER */

#footer_wrapper {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(/media_rossisport/img/zapati_png.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
}

#footer {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#footerleft {
	width: 180px;
	margin-top: 50px;
	float: left;
}

#footercentre {
	width: 470px;
	margin-top: 50px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6d6d6;
	line-height: 20px;
}

#footercentre a {
	font-size: 12px;
	color: #d6d6d6;
	line-height: 20px;
	text-decoration: none;
}

#footercentre a:hover {
	font-size: 12px;
	color: #d6d6d6;
	line-height: 20px;
	text-decoration: underline;
}


#footerright {
	width: 350px;
	text-align: right;
	margin-top: 50px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6d6d6;
}


/* KONEC FOOTER */




