@import url("ida.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2e4ea8;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #333;
	line-height:16px;
	
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}


img {
	border:none;	
}


input {
	font-size: 10px;
}

select {
	font-size: 10px;
}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

.Bold {
	font-weight: bold;
}

.qty {
	text-align: right;
	height: 11px;
	width: 25px;
	background-color: #FF6;
}

.Equals {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}
.ProductPhotoTable {
	text-align: center;
	vertical-align: middle;
	background-color: #003;
}

.ProductPhoto {
	background-color: #CCC;
	text-align: center;
	vertical-align: middle;
	height: 255px;
	width: 255px;
}

.ProductPhotoAlternates {
	background-color: #ccc;
	text-align: center;
	vertical-align: middle;
	height: 75px;
}

.HomePage {
	background-color: #2e4ea8;
}

.Category {
	background-color: #FFC;
}

.Product {
	background-color: #FF9;
}

.DynamicPage {
	background-color: #2e4ea8;
}

.Brand {
	background-color: #FF6;
}

.Brand H1 {
	background-color: #036;
}

.Brand H2 {
	color: #F03;
}

.PagingMenu {
	color: #009;
	font-size: 12px;
	text-decoration: none;
}

.ListingProducts {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.Price {
	font-weight: bold;
	font-size: 14px;
}

.SalePrice {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}

.WasPrice {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 14px;
}

.Suggestions {
	background-color: #FFC;
}

.CheckoutTable {
	background-color: #FFF;
	width: 600px;
	border: thin solid #00F;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
a:link, a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #60c32f;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration:none;
}


.template {
	margin-top: 90px;
}
.PageTop {
	background-image: url(/Images/template/page-top.png);
	height: 12px;
	width: 693px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.PageMiddle {
	background-image: url(/Images/template/page-middle.png);
	background-repeat: repeat-y;
	width: 693px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0px;
	text-align: left;
}
.PageBottom {
	background-image: url(/Images/template/page-bottom.png);
	height: 88px;
	width: 693px;
	margin: 0px;
}

.Button {
cursor:pointer;
border:none;
}

/* Site Buttons */
#Search .Button {
background-color:#009900;

}
#Search .Button:hover {
background-color:#60c32f;

}
.overlayHeader {
text-align:right;
}
.overlayFooter {
text-align:center;
}

.btnoverlayClose {
	background-color:#CCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.btnoverlayClose:hover {
	background-color:#60c32f;
}

.btnsignUpSubmit {
	background-color:#2e4ea8;
	/*padding: 5px;*/

	margin-top: 5px;
	margin-left:3px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#FFFFFF;
	font-size:12px;
	border:none;
	margin-left:0px;
	padding:0px;
}

.btnsignUpSubmit:hover {
	color:#60c32f;
}
/* Cart  */
.PromoBlock, .CartBottomButtons, .ChoosePayment, .CheckoutShippingButtons, .CheckoutBillingButtons, .CheckOutShip, .PayWithCC, .PayWithCheck, .TotalAmountOfOrder, .BillingInformation, .FinalizeCCPayment, .FinalizeBillShip, .FinalizeCheckPayment, .FinalizePaypalPayment, .CheckoutGiftCard, .ProcessOrderButtons, .CreditCard, .UPSOptions {
padding:10px;
width:580px;  /* this is the width of .CheckoutTable - (2x padding)  ie .. 600px - 20px */
}

.PromoBlock, .CartBottomButtons, .CheckoutShippingButtons, .CheckoutBillingButtons  {
text-align:center;

}

.DisplayOptionsBlock, .ItemPriceChanges {
width:400px;
}

/* Cart Buttons  */
.btnCartContinue, .btnCartUpdate, .btnCartCheckout, .btnCartPromo, .btnReviewOrder, .btnSubmitOrder, .btnSubmitShipping, #AddToCart .Button {
	background-color:#CCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.btnCartContinue:hover, .btnCartUpdate:hover, .btnCartCheckout:hover, .btnCartPromo:hover, .btnReviewOrder:hover, .btnSubmitOrder:hover, .btnSubmitShipping:hover, #AddToCart .Button:hover {
	background-color:#999;
}
label {
	margin: 0px;
	padding: 0px;
}
/*Clear Fix*/

 .clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide these rules from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}

/* End hide from IE-mac */
h1 {
	font-size: 18px;
	color: #4b81d4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	color: #4b81d4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}