@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	letter-spacing: normal;
	margin:0px;
	margin-top:2px
}

form {
	margin: 0px;
	padding: 0px;
}

.Main {
	background:url(../images/BG.gif) bottom repeat-x;
	background-color: #f7f7f7;
}
.MainTextTitle {
	background:url(../images/Header_WES.jpg) no-repeat;
	font-family: "Trajan Pro", "Tw Cen MT", "Arial";
	font-size:24px;
	text-align:center;
	vertical-align:bottom;
	color:#FFFFFF;
	font-weight:lighter;
}

ul.Buttons {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 30px;
	font-size:12px;
	font-weight:bold;
}
ul.Buttons li {
	display: inline;
}

.PngImg {
	filter:expression(fixPNG(this));
}


.Buttons a, .Buttons a:visited {
	margin-left: 5px;
	line-height: 46px;
	text-decoration: none;
	color:#000000;
	display: block;
	float: left;
	width:149px;
	height: 46px;
	background-image: url(../images/B1.png);
	filter:expression(fixPNG_BG(this,'images/B1.png','images/B.png'));
}

.Buttons a:hover {
	background-image:url(../images/B.png);
}

.MainTable {
	vertical-align: top;
	padding: 5px 20px 20px 20px;
}
.MainTable a, .MainTable a:visited {
	text-decoration:none;
	color:#f06a19;
}

.MainTable a:hover {
	color: black;
}

.MainTable a:hover img {
	border: 1px solid black;
}


ul.Catalog {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	list-style: none;
}

.Catalog li {
	border-bottom: 1px gray dotted;
	vertical-align: text-top;
}

.Catalog a, .Catalog a:visited {
	background: url(../images/Arrow.gif) no-repeat;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	display: block;
	color:#000000;
}

.Catalog a:hover {
	background: url(../images/Arrow_hover.gif) no-repeat;
	color:#f06917;
}


table.ProductTable {
	background:url(../images/BG_table1.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

table.ProductTable tr th.ProductTableHeader {
	background:url(../images/Table_head.png) no-repeat;
	vertical-align:middle;
	height: 47px;
	font-size: 14px;
}

.nobrright{
	border-right: none !important;
}

.nobrbottom td{
	border-bottom: none !important;
}

.ProductsHolder {
	margin: 5px;
}

div.Product {
	font-size:12px;
	text-align:left;
	border-bottom: 1px gray dashed;
	zoom: 1;
	padding: 5px;
}

.Product img {
	padding: 0px 5px 0px 0px;
}
.Product .Price {
	color:#e67a38;
	float: right;
}
.Catalog_big a, .Catalog_big a:visited {
	display:block;
	font-weight:bold;
}
.Catalog_big td {
	padding: 10px 2px 10px 2px;
	border: 1px gray dotted;
	border-width: 0px 1px 1px 0px;
	text-align:center;
}

.Catalog_big img {
	border: 1px solid #f06917;
	margin-bottom:10px;
}


div.SpecialTub {
	background-image:url(../images/BG_special.png);
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	height: 180px;
	width: 174px;
	zoom: 1;
}

.SpecialTub img {
	margin: 15px 0px 45px 0px;
	border: 1px solid #29abe1;
}

.SpecialTub a, .SpecialTub a:visited {
	text-decoration:none;
	color:#000000;
}

.SpecialTub a:hover {
	color: #CCCCCC;
}

.SpecialTub a:hover img {
	border: 1px solid #CCCCCC;
}

.Footer {
	color:#FFFFFF;
	padding: 0px 0px 10px 5px;
}

.Footer a:hover {
	text-decoration:underline;
}

.Footer a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

table.TabColorsSizes {
	clear: both;
	background:url(../images/BG_dotted.gif);
}
table.TabColorsSizes td, table.TabColorsSizes th {
/*border:none;*/
/*	border: 1px gray dotted;
	border-width: 0px 1px 1px 0px;*/
	background-color: white;
}
table.TabColorsSizes {
/*border:none;*/
/*	border: 1px gray dotted;
	border-width: 1px 0px 0px 1px;*/

}
table.TabColorsSizes td {
	color:#008080;
	font-weight:normal;
}
table.TabColorsSizes th {
	color:#008080;
	font-weight:bold;
	text-align: center;
}

div.CommonSection {
	background-color: white;
	margin: 5px;
	padding: 5px;
}



.SelectionHorList {
	text-align: center;
	position: relative;
	left: -30px;
}
.SelectionHorList input {
	margin: 0px 0px -2px 30px;
}
.SelectionHorList label {
	padding-left: 6px;
}
.SelectionHorList select {
	margin-right: 40px;
	border: 1px solid gray;
}
table.VacationForm th{
	text-align: right;
	padding-right: 5px;
	color:#008080;
}

table.VacationForm input, #whereto {
	border: 1px solid gray;
	margin: 1px 0px 0px 5px;
}


.VacationFormButtons {
	text-align: center;
}
.VacationFormButtons input {
	margin: 20px 30px 0px 30px;
}