body 
{
	background-color: #231f20;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
    font-family: Verdana, Tahoma;
    padding: 0 0 0 0;
    margin: auto;
    height:100%;
}
.leftCol
{
    border-left: 1px dashed #FFFFFF;
    border-right: 1px dashed #FFFFFF;
}
.leftitem, .leftmenu
{
    border-bottom: 1px dashed #F0F0F0;
    /*
    border-left: 1px dashed #FFFFFF;
    border-right: 1px dashed #FFFFFF;
	*/
    border-top: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.leftmenu:hover
{
	/*
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
*/
}
h1
{
    font-size: 16pt;
    padding-bottom: 0px;
    color: #FFFFFF;
    background-color: #000000;
}
h2
{
    font-size: 12pt;
    padding-bottom: 0px;
    padding-top: 20px;
    color: #404040;
}
.leftmenu img
{
    border-style: none;
}
#promoDiv a
{
    text-decoration: none;
    color: inherit;
}
#promoDiv img
{
    text-decoration: none;
    color: inherit;
    border: none;
}

.keyword
{
	font-weight:bold;
}
.keyword a
{
	text-decoration: none;
	font-weight:bold;
	color: inherit;
}
.cataloogMenuhover:hover
{
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
.productDetail
{
}
.productDetail a
{
	text-decoration: underline;
	font-weight:normal;
	color: inherit;
}
.productDetailHeader
{
	font-weight:bold;
}
.hr_blackLine 
{
	border: none;
	background-color: #FFFFFF;
	height: 1px;
}
.btnCustom
{
	border:none;
	background-color:#231f00;
	color:#FFFFFF;
}
.promoMask
{
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 9998;
    position: absolute;
    width:100%;
    height:100%;
    background-color:#404040;
    overflow: none;
}
.divPromo
{
    opacity: 1;
    filter: alpha(opacity=1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    cursor: pointer;
    position:relative;	
    background-color:White;
	z-index: 99999;
/*	width:429px;
	height:650px;
*/
    top: 25%;
    left: 50%;
	vertical-align:middle;
	text-align:center;
}
.promoTable
{
	width: 190px;
	height: 200px;
	font-family: Tahoma;
	border: 1px dashed #231f20;
	color: #231f20;
}
.promoTableWithImage
{
	width: 789px;
	height: 200px;
	font-family: Tahoma;
	border: 1px dashed #231f20;
	color: #231f20;
}
.promoTableWithImage:hover
{
	cursor:pointer;
}


.promoTable:hover
{
	cursor:pointer;
}

