﻿.AddToCard_btn
{
	font-size: 10px; 
    color: #ffffff;
    font-weight: bold; 
    background-color: #003366; /*#ffcc33;*/
    font-family: arial; 
    border: solid 1px dimgray;
    vertical-align: middle;
    height: 20px;
    width: 60px; 
    cursor: hand;
}

.Search_txt
{
	border: gray 1px solid; 
	font-size: 11px; 
	color: #003366;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	height: 19px
}
.Search_txt_ddl
{
	border: gray 1px solid; 
	font-size: 11px; 
	font-family: 'Microsoft Sans Serif'; 
	height: 20px
}
.error_xs
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E41B17; /* #E41B17; /*Firebrick*/
	font-size: 9px;
	vertical-align: top;
	text-align: left;
 }
 .error_xs ul li {font-size: 9px;}
 
 .error_s
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E41B17; /* #E41B17; /*Firebrick*/
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
 }
 
 .TextBox_Style
{
	border: gray 1px solid; 
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	height: 15px
}
.qty_txt
{
	border: gray 1px solid; 
	font-size: 10px; 
	font-family: 'Microsoft Sans Serif'; 
	height: 15px;
	width: 30px;
}

/*CHECK OUT STYLING*/
.status_bar1
{
	width: 31px;
	text-align: center;
	height: 31px; 
	color: #303287;
	background-image: url(images/Buttons/status1.gif); 
	background-repeat: no-repeat; 
	background-position: center;
	}
.status_bar2
{
	width: 31px;
	text-align: center;
	height: 31px; 
	color: #303287;
	background-image: url(images/Buttons/status2.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}
.status_bar3
{
	width: 31px;
	text-align: center;
	height: 31px; 
	color: #303287;
	background-image: url(images/Buttons/status3.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}


#status_bar_hype a {color: #333333;}
#status_bar_hype a:link{color: #333333; text-decoration: none;}
#status_bar_hype a:visited{color: #333333; text-decoration: none;}
#status_bar_hype a:hover{color: #303287; text-decoration: none;}

/*  PRICE BURST */
.priceburst_default_span
{
	/* used as overlay for image size 100 x 100 */
	position:relative; z-index:50; left:85px; top: -25px; width:40px; height:40px;
}
.priceburst_default_font
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial;
	line-height: 8pt;
}
.checkbox
{
  padding-left: 2px;	
}

/*  PRODUCT SUMMARY */
.product_summary
{
	background-image: url(images/summaryBack.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-left: 5px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}
.product_summary_multi
{
	background-image: url(images/summaryBack.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-left: 5px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position-y: bottom;
}

.popupControl
{
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 2px;
	width: 650px;
}
.popupInfoControl
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #214B6B;
	color: black;
	font-size: 11px;
	padding: 0px;
	width: 250px;
	height:150px;
	overflow: visible;
}
.popupSupportControl
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #214B6B;
	color: black;
	font-size: 11px;
	padding: 0px;
	width: 520px;
	height:300px;
	overflow: visible;
}
.popupBackground
{
	background-color: Gray;	
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.popupHeaderCtrl
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: arial;
	background-color: #2e3287;
	padding: 2px;
	text-align: center;
}
