BODY {	scrollbar-3d-light-color: #000000;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #CC9933
		scrollbar-darkshadow-color: #``;
		scrollbar-face-color: #CC9933;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #``;
		scrollbar-track-color: #F5EFD5;
 		margin-left: 0px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #F5EFD5;
		}
.cart
{
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			#996600;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		#996600;
  background-color:  transparent;
}
h1 {
	color: #996600;
}
.h1
{font-size:16px;
color: #996600;
  font-weight:		bold;
  text-decoration:	underline;
}
.text
{font-size:				12px;
 color:				 #996600;
}
.text1
{font-size:				12px;
 color: 			 #990000;
}
.text10
{font-size:				12px;
 color:				 #CC0000;
}

.style1 {color: #996600;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px
		}
.style2 {color: #996600;
		font-family: "Times New Roman", Times, serif;
		font-size: 11px
		}

.h3 {color: #996600; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }
.h4 {color: #996600; font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }

body,td,th {
	color: #996600;
}
a.style1:link {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a.style1:visited {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a.style1:hover {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a.style1:active {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a:link {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a:visited {
	color: #996600;
	font-weight:		bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	font-weight:		bold;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	font-weight:		bold;
	font-style:			italic;
	text-decoration: none;
}
.sm{font-family:verdana;font-size:8pt;color:#996600;}
.style3 {
	font-size: 12px;
	color: #F5EFD5;
}
.style4 {font-size: 9px; color: #F5EFD5; }
.style5 {font-size: 9px; color: #B1AC9A; }
.style6 {font-size: 10px; color: #FFFFFF; }
.style7 {color: #996600;
		font-size: 14px
		}
.maininput {FONT-SIZE: 12px; WIDTH: 200px; font-size: 10; color: #996600; style=background:#F5EFD5}
.selected {
	color: #CC0000;
	font-size: 12px;
	font-weight:		bold;
	font-style:			italic;
	text-decoration: underline;
}
.cena {
	color: #CC0000;
	font-size: 16px;
}
.cena1 {
	color: #CC0000;
	font-size: 22px;
	font-weight: bold;
}
img {
	border:0;
}

.standart_img {
    /* CSS3 styling for latest browsers */
    box-shadow: 0px 0px 15px 1px #000;
    -moz-box-shadow: 0px 0px 15px 1px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
}

.standart_img:hover {
	cursor:pointer;
}

.warning_image {
	height: 17px;
	margin-bottom: 3px;
	margin-top: 0px;
	vertical-align: middle;
}

.simple_overlay
{
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    background-color: #333;
    /*width:675px;*/
    /*min-height:200px;*/
    border: 1px solid #666;
    
    box-shadow: 0px 0px 90px 5px #000;
    -moz-box-shadow: 0px 0px 90px 5px #000;
    -webkit-box-shadow: 0px 0px 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/img/tmpl1/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}