@charset "utf-8";
/* CSS Document */

/****************** Structure ***********************/
body {
	margin: 0px;
}
#Header {
	background-image: url(../Images/headerCenter.jpg);
	width: 100%;
	height: 120px;	
}
#Logo {
	background-image: url(../Images/headerCenter.jpg);
}
#Ziparea {
	background-image: url(../Images/headerRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 5px 2px 0px;
	vertical-align: bottom;
	width: 720px;
}
#Ziparea td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#Content {
	vertical-align: top;
	padding: 5px;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-top: solid 2px #BBB;
	padding-left: 8px;
}
/****************** Navigation ***********************/
#Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: bottom;
	padding: 0px 0px 2px 20px;
}
#Search .imgbutton {
	vertical-align: bottom;
	display: inline;
	margin-bottom: 1px;
}
#Search input {
	height:22px;
}
#smenu, #smenu ul {
	width: 210px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#smenu ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;

}
#smenuback a, #smenu a {
	cursor: pointer;
	padding: 5px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFCC00;
}
#smenu a {
	display: block;
	height: 30px;
	margin: 0;
	font-weight: bold;
	border-bottom: solid 1px #FFCC00;
	vertical-align: middle;
}
#smenu a.expand {
	background-image: url(../Images/expand.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#smenu a.over {
	background-image: url(../Images/expanded.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.SL0 li a{
	padding: 5px 0px 0px 30px !important;
}
.SL1 li a{
	padding: 5px 0px 0px 45px !important;
}
#smenu a img{
	border: none;
	width: 24px;
	height: 24px;
	vertical-align: -50%;
}
#smenu a:hover, #smenuback a:hover  {
	color: #FFFFFF;
}
#smenuback {
	background-image:url(../Images/leftNavBG.jpg);
	background-repeat:repeat-y;
	width: 210px;
	height: 400px;
	vertical-align: top;
	background-color: #000066;
}
#Breadcrumb, #Breadcrumb a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #336699;
}

/**************** Text / Other *************************/
#Content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333366;
}
#Content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333366;
}
#Content p, #Content li, #Content td, #Content div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Content em{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
#Footer a {
	color: #666;
	text-decoration: none;
}
#Footer a:hover {
	color: #666;
	text-decoration: underline;
}
.Prod {
	border: solid #ccc 1px;
}
.marginL5 {
	margin-left: 5px;
}
.bb {
	border-bottom: solid #ccc 1px;
}
/********************* Form ****************************/
.TextBox {
	width: 25px;
}
.BB_BuyButtonForm {
	margin-top: 15px;
	text-align: center;
}
.BB_BuyButtonForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.ProductCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.TextBox2 {
	width: 105px;
}
.FormMsg {
	font-size: 10px !important;
	color: #FF0000 !important;
}
.ProdList {
	border-bottom: solid 1px #999999;
}
.ProdList2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
}