/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fcfcfc;
}
.BgColor3 {
	background-color:#efefef;
}
.BgColor4 {
	background-color:#aeaeae;
}
.HeaderBg {
	background:url(../images/header-bg.jpg) no-repeat;
	width:950px;
}
.BlueSpacer  {
	background:url(../images/blue-spacer.gif) repeat-x;
	color:#FFFFFF;
}
.YellowSpacer {
	background:url(../images/yellow-spacer.gif) repeat-x;
	color:#FFFFFF;
}
.GreenSpacer {
	background:url(../images/green-spacer.gif) repeat-x;
	color:#FFFFFF;	
}
.TableRowSpacer {
	background:url(../images/table-row-space.gif) repeat-x;
}
.RowSapcer {
	background:url(../images/row-spacer-sm.gif) repeat-x ;
	height:35px;
}
.BoxSpacer {
	background:#ffffff url(../images/box-spacer.gif) repeat-x bottom;
	height:241px;
}
.GreenStrip {
	background:url(../images/green-strip.gif) no-repeat #ffffff;
	width:335px;
	height:38px;
	color:#FFFFFF;
}
.YellowStip {
	background:url(../images/yellow-strip.gif) no-repeat #ffffff;
	width:335px;
	height:38px;
	color:#FFFFFF;
}
.ProductPicBg {
	background:url(../images/add-product-bg.gif) no-repeat;
	width:136px;
	height:163px;
}
.BorderLeft {
	border-left:1px solid #d5d5d5;
}
.BorderRight {
	border-right:1px solid #d5d5d5;
}
.BorderRightH {
	border-right:1px solid #015574;
}
.HorDotted {
	background:url(../images/hor-dotted.gif) repeat-x bottom;
}
.TableBorder {
	border-bottom:1px solid #ffffff;
}

.drop_down {position: relative;width: 150px; font-family: Arial,Helvetica,sans-serif; font-size:12px;}
.drop_down ul { display:none;}
.drop_down:hover ul { display:block; position:absolute; left:0; top:24px; list-style:none; margin:0; padding:0; border:1px solid#efefef; background:#fff; width:148px;}
.drop_down ul li { text-align:left; background: none; margin: 0; padding: 0;}
.drop_down ul li a { color:#333; text-decoration:none; display:block; padding:3px 8px;}
.drop_down ul li a:hover { background:#a4cb2c; color:#FFF;}

.drop_btn {     background: url("../images/my-account-btn-2.png") no-repeat scroll 0 0 transparent;
        height: 24px;
	color:#FFF;
        text-align: center;
	font-weight:bold;
	line-height: 22px;
    text-transform: uppercase;
    width: 150px;
	}
.drop_down:hover .drop_btn { background-position:0 bottom;}

.down_arrow {
    background: url("../images/arrow-account.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-size: 0;
    height: 9px;
    margin: 6px 10px 3px 0;
    width: 7px;
	}

