/***********************************************/
/* SiteStyles.css                             */
/* Use with template ProductInfo.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	margin: 0px;
	padding: 0px;
}
img { border:none;
	}

.main_conteyner {
	margin: 0px auto;
	max-width:1280px;
	min-width:980px;
	}

.header{
	width: 100%;
	background-image: url(images/CafeBar.jpg); background-repeat: no-repeat; top:0; left:0;
	font-family: Times New Roman, Times, serif;#333333; line-height: 1.166;
}

.header h1{
	clear:both;
	text-align: right;
	font-family: Times New Roman, Times, serif;
 	font-style: italic;
 	font-size: 120%;
 	color: #006699;
 	padding: 10px 0 10px 0;
}

.logo{
		width:100%;
}
.logo img{
	float:right;
	}
.logo p{
	color: #FFF;
	font-size:16px;
	text-align:left;
	padding: 70px 0 0 25px;
	text-shadow: 1px 1px 2px black, 0 0 1em #006699;
}
	
/************* #Menu styles **************/
.vertical-menu{
float: left;
width: 23%; /*width of menu*/
overflow: hidden;
text-align: left;
}

.vertical-menu .headerbar{
font: bold 16px "Times New Roman", Times, serif;
color: #006699;
background: black url(images/up.png) left center repeat-x;
/*margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0px 7px 10px; /*header text is indented 10px*/
border-bottom:1px solid #564c66;
border-right:1px  solid #564c66;

}

.vertical-menu ul{
/*margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
list-style-type: none;
}

.vertical-menu ul li{
font: 14px "Times New Roman", Times, serif;	
/*display: inline;*/
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.vertical-menu ul li a{
/*font: normal 12px Arial;*/
background: #E9E9E9;
display: block;
padding: 5px 5px 5px 20px;
line-height: 17px;
text-decoration: none;
border-bottom: 1px solid #564c66;
background: black url(images/indentbg.png) center center repeat-x;
color: white; /*text color*/
}

.vertical-menu ul li a:visited{
color: white;
}

.vertical-menu ul li a:hover, .vertmenu ul li .current{
color: #006699 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.png) center center repeat-x;
}
/***************************/

.horizontal-menu{
	float:right;
	width: 77%; /*leave this value as is in most cases*/
	background: #6d6d6d url(images/menu.png) left top repeat-x;
	height:33px;
}

.horizontal-menu ul{
	margin:6px 0 0 0;
	float:right;
}

.horizontal-menu ul li{
display: inline;
height: 100%;
font: bold 13px "Times New Roman", Times, serif;
}

.horizontal-menu ul li a{
padding: 8px 11px;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
text-decoration: none;
color: #fff;
}

.horizontal-menu ul li a:visited{
color: white;
}

.horizontal-menu ul li a:hover, .horizontal-menu ul li .current{
color: #006699 !important; /*text color of selected and active item*/
padding: 8px 11px;
background: black url(images/menu2.png) center center repeat-x;
}

/************* SiteInfo styles ***************/

.SiteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

.SiteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
.SiteInfo p {
	font-size:12px;
}

.Content{
	width: 77%;
	margin: 0 0 0 23%;
	}

.Content a{
	color: #006699;
	text-decoration: none;
}

.Content a:link{
	color: #006699;
	text-decoration: none;
}

.Content a:visited{
	color: #006699;
	text-decoration: none;
}

.Content a:hover{
	color: #006699;
	text-decoration: underline;
}

.Content p{
 font-family: "Times New Roman", Times, serif;
 font-size: 12pt;
 text-align:justify;
 text-indent: 25px;
 margin: 0px 15px ;
}

.Content h2{
 font-family: Times New Roman, Times, serif;
 font-size: 24px;
 font-style: italic;
 text-align: center;
 color: #996600;
 margin: 0px;
 padding: 0px;
}

.Content h3{
 font-family: Times New Roman, Times, serif;
 font-size:14px;
 font-style: italic;
 font-weight: bold;
 text-align: center;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

.Content h4{
 font-family: Times New Roman, Times, serif;
 font-size: 100%;
 font-weight: bold;
 text-align: center;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

.Content h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*Tables Style*/

.PreviewProducts {
width: 100%;
border: 0;
}

.PreviewProducts td {
width: 33%;
text-align:center;
}

.Tovar_Type{
	display: block;
	border: 2px #CCC solid;
	margin: 5px;
	text-align:center;
	padding: 10px;
	background: #ededed;
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
	-moz-border-radius: 8px; /* mozilla border radius */
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
/*	background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
	-webkit-border-radius: 8px; /* webkit border radius */
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
/*	background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
	}

.Tovar_Type:hover{
	display: block;
	border: 1px #666 solid;
	margin: 5px;
	text-align:center;
	padding: 10px;
	background: #ededed;
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 3px 1px 4px rgba(0,0,0,.5); /* w3c box shadow */
	-moz-border-radius: 8px; /* mozilla border radius */
	-moz-box-shadow: 3px 1px 4px rgba(0,0,0,.5); /* mozilla box shadow */
/*	background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
	-webkit-border-radius: 8px; /* webkit border radius */
	-webkit-box-shadow: 3px 1px 4px rgba(0,0,0,.5); /* webkit box shadow */
/*	background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
	}


.Prom-Chairs {
width: 100%;
border: 0;
}

.Prom-Chairs td{
width: 50%;
text-align:center;
}

.Produkt{
	display: block;
	border: 2px #CCC solid;
	margin: 5px;
	text-align:center;
	padding: 10px;
	background: #fff;
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
	-moz-border-radius: 8px; /* mozilla border radius */
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
/*	background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
	-webkit-border-radius: 8px; /* webkit border radius */
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
/*	background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
	}

.Produkt:hover{
	display: block;
	border: 2px #666 solid;
	margin: 5px;
	text-align:center;
	padding: 10px;
	border-radius: 8px; /*w3c border radius*/
	background: #fff;
	box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
	-moz-border-radius: 8px; /* mozilla border radius */
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
/*	background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
	-webkit-border-radius: 8px; /* webkit border radius */
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
/*	background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
	}


.Lab-Chairs {
width: 100%;
border: 0;
}

.Lab-Chairs td {
width: 50%;
text-align:center;
}


.Prom-Lab-Accessories {
width: 100%;
border: 0;
}

.Prom-Lab-Accessories td{
width: 50%;
text-align:center;
}

.Kafe-Mebel {
width: 100%;
border: 0;
}

.Kafe-Mebel td{
width: 50%;
text-align:center;
vertical-align:middle;
}

.Hrom-Mebel {
width: 100%;
border: 0;
}

.Hrom-Mebel td{
width: 25%;
text-align:center;
vertical-align:middle;
}

.Tables {
width: 100%;
border: 0;
}

.Tables td{
width: 50%;
text-align:center;
vertical-align:middle;
}

.Tables img{
	padding: 2%;
}

.Chairs-Kafe {
width: 100%;
border: 0;
}

.Chairs-Kafe td{
width: 25%;
text-align:center;
vertical-align:middle;
}

.Chairs-Bar  {
width: 100%;
border: 0;
}

.Chairs-Bar  td{
width: 33%;
text-align:center;
}

.Chairs-Bar  ul {
	padding: 15px;
	text-align:left;
	font-size:14px;	
}

.Chairs-Bar  ul li {
	list-style:none;
	margin: 0 25px;
}


.Taburety  {
width: 100%;
border: 0;
}

.Taburety  td{
width: 33%;
text-align:center;
}

.Banquette  {
width: 100%;
border: 0;
}

.Banquette td{
width: 50%;
text-align:center;
padding: 0 auto;
vertical-align:middle;
}

.Veshalki  {
width: 100%;
border: 0;
}

.Veshalki td {
width: 50%;
text-align:center;
}

.Mangaly-koptilni  {
width: 100%;
border: 0;
}

.Mangaly-koptilni td {
width: 50%;
text-align:center;
}

.Stoleshnicy  {
width: 100%;
border: 0;
}

.Stoleshnicy td {
width: 33%;
font-size:14px;
text-align:center;
}

.Stoleshnicy  ul {
	padding: 15px;
	text-align:left;
	font-size:14px;	
}

.Stoleshnicy  ul li {
	list-style:none;
	margin: 0 25px;
}

.LeatheretteInfo  {
width: 100%;
border: 0;
}

.LeatheretteInfo td{
font-size:14px;
font-weight:bold;
width: 33%;
text-align:center;
}

.LeatheretteInfo img{
	padding: 2%;
}

.RAL  {
width: 100%;
border: 0;
}

.RAL td {
width: 12.5%;
text-align:center;
}

.Price {
	width: 95%;
	padding:2.5%;
	}

.Price p {
	text-align: center;
	margin: 20px 0;
	}
.Price .PriceInfo{
	text-align: left;
	padding: 5px;
	font-size: 12px;
	text-indent: 0px;
	}


.PriceTable{
width: 100%;
border-collapse: collapse;
padding:0;
border:0;
}

.PriceTable td{
color: windowtext;
text-align:center;
vertical-align:middle;
font: Arial 10pt normal;
cellspacing: 0;
cellpadding: 0;
border: 1px solid black;
}

.PriceTable td.left{
color: windowtext;
text-align:left;
vertical-align:middle;
bordercolor: #000000;
}

.Information  {
	width: 90%;
	text-align: left;
	margin: 5%;
}

.Information  ul {
	padding: 15px 0; 	
}

.Information  ul li {
	list-style:none;
}

.Information .Map {
	width: 70%;
 	margin: 5% auto;
}

th{
 font-family: Times New Roman, Times, serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
 text-align:center;
 color: #FFF;
 background-color: #999;
 vertical-align:middle;
}


hr{
color: #89B1C9;
vertical-align:middle;
width: 90%;
margin: 5px 5% 5px 5%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: lightyellow;
}


/************** .feature styles ***************/
.cutline {
	color: #006699;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
	text-shadow: Gray;
	font-size:14px;
}
