body
{
	padding: 0;
	margin: 0;
	background: #4B2E0B;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4B2E0B;
}

img
{
	border: none;
}

form
{
	padding: 0;
	margin: 0;
}

div#page
{
	width: 798px;
	margin: 0 auto 0 auto;
}

#page_bg
{
	background: url('../images/left_right_bg.gif') no-repeat 0 550px;
	float: left;
}

div#topBar
{
	height: 21px;
	overflow: hidden;
	padding-top: 5px;
}
	div#langNav
	{
		float: left;
		color: #F484C4;
	}
		div#langNav a
		{
			color: #F484C4;
			text-decoration: none;
		}
	
		div#langNav a:hover
		{
			color: #E5DBCC;
		}

		div#langNav span
		{
			color: #E5DBCC;
		}

	div#quickBasket
	{
		float: right;
		color: #E5DBCC;
		background: url('../images/cart.gif') no-repeat 5px -4px;
		padding-left: 40px;
		height: 20px;
	}
		div#quickBasket a
		{
			color: #E5DBCC;
		}

		div#quickBasket a:hover
		{
			text-decoration: none;
		}


div#topFlash
{
	width: 798px;
	height: 142px;
	position: relative;
}
	div#rightStars
	{
		position: absolute;
		left: 798px;
		width: 152px;
		height: 468px;
		background: url('../images/right_bg.gif') no-repeat;
	}

	div#leftBg
	{
	/*
		left: 10px;
		top: 0px;
		width: 174px;
		height: 400px;
		background: url('../images/left_right_bg.gif') no-repeat;
	*/
	}

	div#rightBg
	{
		left: 798px;
		top: 500px;
		width: 174px;
		height: 402px;
		background: url('../images/left_right_bg.gif') no-repeat;
		position: absolute;
	}
	
div#left
{
	width: 185px;
	float: left;
}

	div#left div#navTitle
	{
		padding: 8px 0 0 15px;
		height: 20px;
		width: 170px;
		color: #4B2E0B;
		font-weight: bold;
		background: #F484C4;
		
	}
	
	div#left ul#categoryNav
	{
		list-style: none;
		margin: 3px 0 0 0;
		padding: 0;
	}
		div#left ul#categoryNav li
		{
			background: #F484C4;
			font-weight: bold;
			border-bottom: 1px dotted #4B2E0B;
			padding: 8px 4px 6px 15px;
		}

		div#left ul#categoryNav a
		{
			color: #fff;
			text-decoration: none;
		}

		div#left ul#categoryNav a:hover
		{
			color: #4B2E0B;
		}

		div#left ul#categoryNav a.over
		{
			color: #4B2E0B;
		}

		div#left ul#categoryNav li span
		{
			color: #4B2E0B;
		}

		div#left ul#categoryNav li.last
		{
			border-bottom: none;
		}



	div#left ul#categoryNav ul
	{
		list-style: none;
		margin: 3px 0 0 0;
		padding: 0;
	}
		div#left ul#categoryNav ul li
		{
			background: #F484C4;
			font-weight: bold;
			border-bottom: none;
			padding: 8px 4px 6px 15px;
		}

		div#left ul#categoryNav ul a
		{
			color: #fff;
			text-decoration: none;
		}

		div#left ul#categoryNav ul a:hover
		{
			color: #4B2E0B;
		}

		div#left ul#categoryNav ul a.over
		{
			
		}

		div#left ul#categoryNav ul li span
		{
			color: #4B2E0B;
		}

		div#left ul#categoryNav ul li.last
		{
			border-bottom: none;
		}

	div#left ul#secondNav
	{
		list-style: none;
		margin: 20px 0 0 0;
		padding: 8px 4px 0 15px;
	}

		div#left ul#secondNav li
		{
			margin-bottom: 8px;
		}
		
		div#left ul#secondNav a
		{
			color: #E5DBCC;
			text-decoration: none;
			font-weight: bold;
		}

		div#left ul#secondNav a:hover
		{
			color: #F484C4;
		}

div#right
{
	width: 610px;
	float: left;
	margin-left: 3px;
}

	div#right #mainBar
	{
		height: 28px;
		overflow: hidden;
		background: #fff;
	}

		div#right #mainBar #selector
		{
			height: 28px;
			width: 190px;
			float: left;
			background: url('../images/selector_bg.gif') repeat-x;
		}

			div#right #mainBar #selector select
			{
				font-size: 10px;
				margin: 5px 0 0 20px;
			}

		div#right #mainBar #print
		{
			height: 20px;
			width: 60px;
			float: right;
			background: url('../images/printer.gif') no-repeat 32px -3px;
			margin-top: 8px;
			font-style: italic;
			font-weight: bold;
		}
			div#right #mainBar #print a
			{
				color: #4B2E0B;
				text-decoration: underline;
			}

			div#right #mainBar #print a:hover
			{
				text-decoration: none;
			}


	div#right #mainBar ul#thirdNav
	{
		margin: 8px 0 0 10px;
		padding: 0;
		float: left;
		list-style: none;
	}

	div#right #mainBar ul#thirdNav li
	{
		display: inline;
		margin: 0;
		padding: 0 6px 0 0px;
	}
		div#right #mainBar ul#thirdNav li a
		{
			color: #4B2E0B;
			text-decoration: none;
			padding-right: 8px;
			border-right: 1px solid #4B2E0B;
		}

		div#right #mainBar ul#thirdNav li a:hover
		{
			color: #F484C4;
		}

		div#right #mainBar ul#thirdNav li a.over
		{
			font-weight: bold;
		}

		div#right #mainBar ul#thirdNav li a.last
		{
			border: none;
		}

div#content
{
	width: 610px;
	margin-top: 3px;
	float: left;
	background: #fff;
}
	div#content div#contentTitle
	{
		font-style: italic;
		padding: 8px 0 5px 0px;
		margin-left: 20px;
	}
		div#content div#contentTitle a
		{
			color: #F484C4;
			text-decoration: none;
		}

		div#content div#contentTitle a:hover
		{
			text-decoration: underline;
		}

		div#content div#contentTitle span
		{
			color: #4B2E0B;
		}

	div#content div#contentHome, div#contentCatalogue, div#contentDetail, div#contentBasket, div#contentArticle
	{
		margin: 4px 20px 4px 20px;
	}
		div#contentHome #top5
		{
			margin-top: 20px;
		}
			div#contentHome #top5Boxes
			{
				margin-top: 10px;
			}

	div#content .box
	{
		width: 165px;
		height: 165px;
		float: left;
		margin: 0 0px 0px 0;
		color: #4B2E0C;
		text-transform: uppercase;
		position: relative;
	}
		div#content .box span
		{
			font-size: 10px;
			line-height: 130%;
		}
	
	div#content .vline
	{
		float: left;
		height: 165px;
		width: 1px;
		background: url('../images/vline_bg.gif') repeat-y;
		margin: 0 19px 0 17px;
	}

	div#content .hline
	{
		width: 100%;
		margin: 0;
		border-top: 16px solid #fff;
		border-bottom: 16px solid #fff;
		background: url('../images/hline_bg.gif') repeat-x;
		height: 1px;
		overflow: hidden;
		clear: both;
	}

	div#contentCatalogue
	{
		
	}
		div#contentCatalogue h4
		{
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			background: #F484C4;
			padding: 3px;
			margin: 0px 0 10px 0;
			display: inline;
			float: left;
		}

		div#content #title
		{
			height: 24px;
			margin: 15px 20px 15px 20px;
			padding: 0 0 0 24px;
			background: url('../images/red_star.gif') no-repeat 0 -4px;
			font-size: 12px;
			font-weight: bold;
			color: #F484C4;
		}



		h1.title
		{
			height: 24px;
			margin: 15px 20px 15px 20px;
			padding: 0 0 0 24px;
			background: url('../images/red_star.gif') no-repeat 0 -4px;
			font-size: 12px;
			font-weight: bold;
			color: #F484C4;
		}


		h2.detail
		{
			margin: 0px;
			padding: 0px;
			padding-bottom: 2px;
			font-size: 12px;
			font-weight: bold;
			color: #F484C4;
		}
		
		
	div#content #bottomBar
	{
		height: 24px;
		margin: 20px 0 0 0;
		overflow: hidden;
	}

	div#content #paging
	{
		float: right;
		font-style: italic;
		text-align: right;
		width: 350px;
	}

		div#content #paging a
		{
			color: #4B2E0B;
			text-decoration: none;
		}

		div#content #paging a:hover
		{
			color: #F484C4;
		}

		div#content #paging span
		{
			color: #F484C4;
		}

	div#content #moreInfo
	{
	}

	div#content div#contentDetail
	{

	}
		div#contentDetail #detailPhoto
		{
			width: 368px;
			float: left;
		}

		div#contentDetail #photoPaging
		{
			width: 342px;
			height: 26px;
			padding: 10px 12px 0 12px;
			text-transform: uppercase;
			border: 1px dotted #000;
			border-top: none;
			float: left;
		}
			div#contentDetail #photoPaging a
			{
				color: #4B2E0B;
				text-decoration: none;
			}

			div#contentDetail #photoPaging a:hover
			{
				color: #F484C4;
			}

			div#contentDetail #photoPaging span
			{
				color: #F484C4;
			}

		div#contentDetail #detailDesc
		{
			margin-left: 20px;
			width: 180px;
			float: left;
			font-size: 11px;
		}
			/* ??
			#detailDesc
			{
				color: #F484C4;
				font-size: 12px;
				font-weight: bold;
				padding: 0 0 4px 0;
				margin: 0;
			}
			*/

			#detailDesc select, #detailDesc input
			{
				font-size: 10px;
			}

			#detailDesc span.price em
			{
				font-weight: bold;
			}

			#detailDesc span.price strong
			{
				margin-left: 3px;
				color: #F484C4;
			}
				#detailDesc span.price_before strong
				{
					margin-left: 3px;
					color: #000;
					text-decoration: line-through;
					font-weight: normal;
				}

			#detailDesc span.store
			{
				color: #F484C4;
				font-style: italic;
				font-size: 13px;
			}

		div#contentDetail #detailDesc2
		{
			margin-top: 20px;
		}

		#detailDesc2 #descText
		{
			width: 368px;
			float: left;
		}
			#detailDesc2 #descText p
			{
				margin: 0;
				line-height: 14px;
			}

			#detailDesc2 #descText p em
			{
				color: #F484C4;
			}
		
		#detailDesc2 #descArrows
		{
			width: 160px;
			float: right;
		}

		#detailDesc2 input
		{
			font-size: 10px;
		}
		

div#contentBasket table#basket
{
	width: 100%;
	border-top: 1px dotted #cbcbcb;
	border-bottom: 1px dotted #cbcbcb;
	border-collapse: collapse;
	font-size: 10px;
}
	div#contentBasket input, div#contentBasket select
	{
		font-size: 10px;
	}
	
	table#basket th
	{
		border-bottom: 1px dotted #cbcbcb;
		border-collapse: collapse;
		height: 26px;
		font-style: normal;
		text-align: left;
		font-size: 10px;
	}
	
	table#basket td
	{
		border-bottom: 1px dotted #cbcbcb;
		border-collapse: collapse;
		height: 26px;
		font-size: 10px;
	}

	table#basket th, table#basket td
	{
		border-bottom: 1px dotted #cbcbcb;
		border-collapse: collapse;
	}
	
	table#basket td strong em
	{
		color: #F484C4;
		font-style: normal;
	}

	table#basket tr.bgLineEven
	{
		background: #FDEDF2;
	}

	table#basket tr.bgLineOdd
	{
	}

	table#basket td.t1
	{
	}
	table#basket td.t2 a
	{
		color: #4B2E0B;
		text-decoration: underline;
		font-style: normal;
	}
		table#basket td.t2 a:hover
		{
			text-decoration: none;
		}
	table#basket td.t3
	{
	}
	table#basket td.t4
	{
		text-align: right;
	}
	table#basket td.t5
	{
	}
	table#basket td.t6
	{
		text-align: center;
	}

	div#contentBasket #basketC1
	{
		margin-top: 20px;
		height: 26px;
	}

	div#contentBasket #basketC2
	{
		margin-top: 20px;
		height: 26px;
	}

	div#contentBasket a
	{
		color: #4F80FF;
		font-style: italic;
	}
	div#contentBasket a:hover
	{
		text-decoration: none;
	}

table#paypal
{
	width: 300px;
	margin: 0 auto 0 auto;
}
	table#paypal th
	{
		text-align: left;
	}

	table#paypal th, table#paypal td
	{
		padding: 4px;
	}

div#contentArticle #artBox
{
	width: 360px;
}
	div#contentArticle h3
	{
		font-size: 14px;
		font-weight: normal;
		color: #8A6642;
		margin: 0 0 20px 0;
	}

	div#contentArticle h4
	{
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		background: #F484C4;
		padding: 3px;
		margin: 10px 0 10px 0;
		display: inline;
	}

	div#contentArticle h5
	{
		font-size: 10px;
		color: #F484C4;
		padding: 0;
		margin: 0;
	}

	div#contentArticle p
	{
		line-height: 130%;
	}

	div#contentArticle a
	{
		color: #4F80FF;
		font-style: italic;
	}
	div#contentArticle a:hover
	{
		text-decoration: none;
	}

	div#contentArticle input, div#contentArticle textarea
	{
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	.artImg
	{

	}
	.bgTop
	{
		background: url('../images/hline_bg.gif') repeat-x top;
		padding-top: 20px;
		margin-top: 10px;
		
	}
	.bgRight
	{
		background: url('../images/vline_bg.gif') repeat-y right;
		padding-right: 20px;
	}
	.bgLeft
	{
		background: url('../images/vline_bg.gif') repeat-y left;
		padding-left: 20px;
	}

.orderUserDetails
{
	margin-top: 20px;
}

div#regTable table.fields
{
	width: 100%;
}
	div#regTable table.fields td.t1
	{
		width: 80px;
	}
	
	div#regTable table.fields td.t3
	{
		width: 40px;
	}


div#orderLogin
{
	margin-top: 20px;
	float: left;
}

/* order shippinh */
div#order_shipping span
{
	font-weight: bold;
	color: #F484C4;
}


div#bestSeller
{
	height: 24px;
	padding-left: 20px;
	float: left;
	background: url('../images/icon_best_seller.gif');
}

div.iconBestSeller
{
	top: 8px;
	left: 8px;
	width: 22px;
	height: 22px;
	background: url('../images/icon_best_seller.gif');
	position: absolute;
	overflow: hidden;

	cursor: pointer;
}

div.iconNew
{
	top: 8px;
	left: 107px;
	width: 43px;
	height: 43px;
	background: url('../images/icon_new.png');
	position: absolute;

	cursor: pointer;
}

div.iconSale
{
	top: 8px;
	left: 107px;
	width: 43px;
	height: 43px;
	background: url('../images/icon_sale.png');
	position: absolute;

	cursor: pointer;
}

div#footer
{
	margin: 40px 20px 20px 0px;
	float: right;
	color: #4B2E0B;
}
	div#footer a
	{
		color: #4F80FF;
		text-decoration: none;
	}

	div#footer a:hover
	{
		color: #4B2E0B;
	}


div#bestSeller
{
	height: 24px;
	padding: 3px 0 0 30px;
	margin: 20px 0 40px 20px;
	background: url('../images/icon_best_seller.gif') no-repeat 0px -1px;
	color: #4F80FF;
}

.cl
{
	clear: both;
	padding: 0;
	margin: 0;
	height: 0px;
	overflow: hidden;
}

fieldset.err
{
	background: #fff;
/*	color: #F484C4;*/
	color: Red;
	border: 1px outset #F484C4;;
	width: 300px;
	margin: 20px auto 20px auto;
	padding: 14px;
	font-size: 12px;
}
fieldset.err legend
{
	color: #000;
	border: 1px outset #F484C4;;
	padding: 6px;
	margin-bottom: 6px;
	background: #FDEDF2;
}


.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

p.seo_text_home {
  color: #cab59a;
  font-size: 10px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

p.s_text_home2 {
  color: #cab59a;
  font-size: 10px;
  margin: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px;
}

a.seo, a.seo:link, a.seo:visited, a.seo:active    {color: #cab59a; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: none;}
a.seo:hover    {color: #94897b; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: none;}

a.s, a.s:link, a.s:visited, a.s:active    {color: #cab59a; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: none;}
a.s:hover    {color: #94897b; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: none;}

a.seo_link_footer, a.seo_link_footer:link, a.seo_link_footer:visited, a.seo_link_footer:active    {color: #7b6b57; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: normal; text-decoration: none;}
a.seo_link_footer:hover    {color: #b99f7f; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: normal; text-decoration: none;}

a.s_nadpis, a.s_nadpis:link, a.s_nadpis:visited, a.s_nadpis:active    {color: #7b6b57; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 12px; font-weight: bold; text-decoration: none;}
a.s_nadpis:hover    {color: #b99f7f; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 12px; font-weight: bold; text-decoration: none;}

a.str, a.str:link, a.str:visited, a.str:active    {color: #4b2e0b; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 12px; font-weight: bold; text-decoration: none;}
a.str:hover    {color: #94897b; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 12px; font-weight: bold; text-decoration: none;}


.seo_footer_partneri {
 color: #7b6b57;
}
 

.home {
 padding: 0px;
 margin: 0px;
 margin-top: 5px;
 font-size: 11px;
 font-weight: bold;
 color: #b89b7b;
}

h2.homeh3 {
 padding: 0px;
 margin: 0px;
 margin-left: 10px;
 font-size: 10px;
 font-weight: bold;
 color: #b89b7b;
}

h2.detail_nejobl {
 padding: 0px;
 margin: 0px;
 margin-top: 5px;
 margin-bottom: 6px;
 font-size: 11px;
 font-weight: bold;
 color: #b89b7b;
}

h3.home {
 padding: 0px;
 margin: 0px;
 padding-bottom: 2px;
 margin-left: 10px;
 font-size: 10px;
 font-weight: bold;
 color: #b89b7b;
}

h4.home {
 padding: 0px;
 margin: 0px;
 padding-bottom: 2px;
 margin-left: 10px;
 font-size: 10px;
 font-weight: bold;
 color: #b89b7b;
}

h1.s {
 padding: 0px;
 margin: 0px;
 padding-top: 10px;
 font-size: 12px;
 font-weight: bold;
 color: #f484c4;
}

h2.s {
 padding: 0px;
 padding-left: 1px;
 padding-top: 10px;
 margin: 0px;
 font-size: 11px;
 font-weight: bold;
 color: #855112;
}

h2.s_clanek {
 padding: 0px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin: 0px;
 font-size: 12px;
 font-weight: bold;
 color: #855112;
}

h3.s {
 padding: 0px;
 padding-top: 10px;
 padding-left: 2px;
 margin: 0px;
 font-size: 10px;
 font-weight: bold;
 color: #855112;
}

h4.s {
 padding: 0px;
 padding-top: 10px;
 padding-left: 3px;
 margin: 0px;
 font-size: 10px;
 font-weight: bold;
 color: #98999b;
}

h5.s {
 padding: 0px;
 padding-top: 10px;
 padding-left: 4px;
 margin: 0px;
 font-size: 10px;
 font-weight: bold;
 color: #98999b;
}

div.s_clanek {
 padding-bottom: 13px;
 padding-left: 10px;
}

p.s_clanek {
 padding: 0px;
 margin: 0px;
}

a.regi, a.regi:link, a.regi:visited, a.regi:active    {color: #f484c4; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: underline;}
a.regi:hover    {color: #94897b; font-family: Tahoma, Verdana, Arial, Helvetica, "Times New Roman"; font-size: 10px; font-weight: bold; text-decoration: none;}

.sp {
 visibility: hidden;
 width: 1px; height: 1px; border-style: none;
}

#strankovani{
 width: 450px;
 text-align: left;
 padding: 50px;
}
