/*********************************/
/* add these to your project.css */
/** make sure paths are updated **/
/*********************************/
/*******************/
/**** Login Box Styles ***/
/*******************/

.boxLinkLogin
{
    color: #0066FF;
	background-color: #F7F7F7;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.boxLinkLogin:hover
{
	color: #000000;
	text-decoration: underline;
}

.boxContentLogin
{
	background-color: #F7F7F7;
}

.boxLeftLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_left.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.boxRightLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_right.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.boxBottomLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.boxBottomLeftLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_bottomLeft.gif);
	width: 10px;
	height: 10px;
}

.boxBottomRightLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_bottomRight.gif);
	width: 10px;
	height: 10px;
}

.boxTopLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_top.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.boxTopLeftLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_topLeft.gif);
	width: 10px;
	height: 10px;
}

.boxTopRightLogin
{
	background-color: #ffffff;
	background-image: url(../images/loginbox_topRight.gif);
	width: 10px;
	height: 10px;
}


/*******************/
/**** Box Styles ***/
/*******************/

.boxLink
{
    color: #0066FF;
	background-color: #F7F7F7;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.boxLink:hover
{
	color: #000000;
	text-decoration: underline;
}

.boxContent
{
	background-color: #F7F7F7;
}

.boxLeft
{
	background-color: #ffffff;
	background-image: url(../images/box_left.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.boxRight
{
	background-color: #ffffff;
	background-image: url(../images/box_right.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.boxBottom
{
	background-color: #ffffff;
	background-image: url(../images/box_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.boxBottomLeft
{
	background-color: #ffffff;
	background-image: url(../images/box_bottomLeft.gif);
	width: 10px;
	height: 10px;
}

.boxBottomRight
{
	background-color: #ffffff;
	background-image: url(../images/box_bottomRight.gif);
	width: 10px;
	height: 10px;
}

.boxTop
{
	background-color: #ffffff;
	background-image: url(../images/box_top.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.boxTopLeft
{
	background-color: #ffffff;
	background-image: url(../images/box_topLeft.gif);
	width: 10px;
	height: 10px;
}

.boxTopRight
{
	background-color: #ffffff;
	background-image: url(../images/box_topRight.gif);
	width: 10px;
	height: 10px;
}

/********************/
/* Body Text Styles */
/********************/

.instructionText
{
    color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}

.bodyTextBoldNew
{
    color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bodyTextNew
{
    color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyTextWarningNew
{
    color: red;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BOMHeader
{
    color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
}

/*************************/
/***** Grid Styles *******/
/*************************/

.gridHeaderLink
{
    color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #888888;
	text-decoration: none;
	height: 20px;
}

.gridText
{
    color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

.gridLink
{
    color: #0066FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 20px;
}

.gridLink:hover
{
    color: #000000;
	text-decoration: underline;
}

.gridTextAlt
{
    color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

.gridLinkAlt
{
    color: #0066FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-decoration: none;
	height: 20px;
}

.gridLinkAlt:hover
{
    color: #000000;
	text-decoration: underline;
}


.regText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.regTextBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.regInput
{
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana,Arial,Helvetica,San-serif;
}

.regLabel
{
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Verdana,Arial,Helvetica,San-serif;
}

.btn
{
background-color: #ffffff;
border: 0px;
}

.btn2
{
background-color: #ffffff;
border: 0px;
}

.btn3
{
background-color: #ffffff;
border: 0px;
}

/* Text style of logged in text */
.LoggedIn
{
COLOR: #ffffff;
FONT-FAMILY: verdana,arial,helvetica,sans-serif;
FONT-SIZE: xx-small;
TEXT-DECORATION: none;
FONT-WEIGHT: normal;
}

.LoggedIn A
{
COLOR: #ececec;
FONT-FAMILY: verdana,arial,helvetica,sans-serif;
FONT-SIZE: xx-small;
TEXT-DECORATION: underline;
FONT-WEIGHT: normal;
}

input.btn
{
height: 21px;
width: 100px;
color:#000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image:url('../images/add_cart_button.gif');
}

input.btn2
{
height: 21px;
width: 66px;
color:#000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image:url('../images/update_blnk_button.gif');
}

input.btn3
{
height: 21px;
width: 140px;
color:#000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image:url('../images/cont_shop_blnk_button.gif');
}

.reviewbanner
{
font-family: arial,helvetica,sans-serif;
color:#ffffff;
font-size:11px;
font-weight:bold;
}

.containerblue
{
font-size: 90%;
text-align:left;
border-top:solid 4px #95bce7;
border-bottom:solid 4px #95bce7;
background-color:#eaf1fb;
padding:7px 5px 0 0;
width:120px;
height:85px;
}

.containergray
{
font-size: 90%;
text-align:left;
border-top:solid 4px #999999;
border-bottom:solid 4px #999999;
background-color:#EEEDED;
padding:7px 5px 0 0;
width:120px;
height:85px;
}

.stdBullet
{
color:#cccccc;
padding:5px 5px 0 5px;
}