/* Conditional Notes
Conditional-CSS syntax examples  
[if IE] - Used if the browser is IE  
[if ! Opera] - Used if the browser is not Opera  
[if IE 5] - Used if browser is IE 5  
[if lte IE 6] - Used if the browser is IE 6 or less (IE 5, IE 4 etc)  
[if ! gt IE 6] - Same effect as the previous statement, if not greater than IE 6  

div.box{
	width:400px;
	[if IE 5] width:600px;  
	padding:0 100px}

ALWAYS PLACE THE if AFTER THE STARDAND CALL
      
http://www.conditional-css.com/usage
*/
.form-button {overflow:visible; width:auto; border:0; padding:0 0 0 26px; color:#009cff; font-size:12px; font-weight:normal; text-align:right; cursor:pointer; background:transparent url(../images/iconCart.png) no-repeat scroll 0 0; vertical-align:middle; margin-top:-4px; [if IE] margin:0px 3px 0 0;}
.form-buttonList {position:absolute; top:215px; left:10px; overflow:visible; width:auto; border:0; padding:0 0 0 26px; color:#009cff; font-size:12px; font-weight:normal; text-align:right; cursor:pointer; background:transparent url(../images/iconCart.png) no-repeat scroll 0 0; vertical-align:middle; margin-top:-4px; [if IE] margin:0px 3px 0 0;}
.formbutton {overflow:visible; width:155px; height:44px; border:0; padding:0 0 0 26px; margin:10px 0 0 0; color:#009cff; font-size:11px; font-weight:normal; text-align:right; cursor:pointer; background:transparent url(../images/btn_addCart.png) no-repeat scroll 0 0; vertical-align:middle; [if IE 6] margin:20px 0 0 0;}
.formButton input {padding:11px 0 0 0 !important; [if IE 6] padding:6px 0 0 0 !important;}
.col-2-left-layout .col-main {float:right; width:773px; [if IE 6] width:765px;}

.mini-search {position:absolute; top:110px; right:0px; width:178px; height:30px; padding:8px 0px 0 0px; [if IE 8] padding:7px 0px 0 0px; [if IE 7] padding:3px 0px 0 0px; margin:0px 0px 0 0;}
.footer .informational {margin:20px 0 0 0; [if Gecko] margin:10px 0 0 0; text-align:right; text-transform:lowercase;}
.price-box {padding:0 0 0px 0; [if IE 6] font-family:Arial,Verdana,sans-serif;}
.listing-type-grid li.item {float:left; padding:10px 0 10px 11px; [if IE 6] padding:10px 0 10px 10px; margin:10px 0 0px 10px; [if IE 6] margin:10px 0 0px 5px; line-height:1.6em; overflow:hidden; background-color:#d5e6f2;}
.col-2-left-layout .listing-type-grid li.item, .col-2-right-layout .listing-type-grid li.item {width:172px; [if IE 6] width:172px; height:216px; position:relative;}
.product-essential .product-shop {width:367px; margin:0px 25px 0 0; [if IE 6] margin:0px 15px 0 0;}
.addCart {position:absolute; top:267px; left:10px; /* margin:-27px 0 0 0; */font-size:12px; color:#000; width:270px; font-weight:normal; [if IE] /*margin:-35px 0 0 0;*/ }
.form-button6 {overflow: visible; width: 120px; border: 0; padding: 3px; color: #fff; background-color: #000; font-size: 11px; font-weight: normal; text-align: center; cursor: pointer; vertical-align: middle; margin-top: 2px; height:23px; [if IE 6] margin-top: 4px; }
.one-page-checkout .active .box {
	display: block; 
	border-color: #666; 
	/*height: 310px; */
	background-color: #fff; 
	/*[if IE 6] height: 300px;*/
	[if IE] padding-bottom: 40px;
}
.one-page-checkout .allow .head {background: #c8c8ca; border: 1px dotted #666; border-color: #666; border-width: 1px 1px 0 1px; cursor: pointer; [if IE 6] width: 726px;}
.one-page-checkout .head {margin-bottom: 0; padding: 4px 8px 6px 8px; background-color: #efeff2; border-width: 0 1px 0 1px; border-color: #D9DDE3; border-style: solid; border-top: 1px solid #fff; [if IE 6] width: 726px;}
.one-page-checkout .box-no-padding {border: 1px dotted #666; border-top: 0; padding: 15px 0px; background: #fff; [if IE 6] height: 160px;}
#opc-review .content {border: 1px dotted #666; border-top: 0; [if IE 6] height: 55px; }
.badgeWrap{
	[if IE 6] width: 255px;
}
.badgePara {float: left; /*[if IE 6] width: 255px;*/ }
/*.badge{
	display: none;
}*/
.recently .product-image a {border: 1px solid #39c; padding: 2px; background-color: #fff; [if IE 6] width: 293px; height: 161px;}
.productHome1 .product-image a {[if IE 6] width: 293px; height: 161px !important;}
.group-select li .input-box.name-lastname {
	[if IE] float: none;
	[if IE] margin-top: -15px;
}
.account-box {margin-bottom: 20px; border: 1px dotted #666; border-right-color: #999; border-bottom-color: #999; padding: 15px; [if IE 6] height: 335px; [if IE 7] height: 335px;}
.account-box .inner-head {margin-bottom: 8px; background: url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom: 2px; text-align: right; [if IE 6] padding-bottom: 5px; [if IE 7] padding-bottom: 5px;}
.checkout-step-review .button-set{
	[if IE 7] overflow: hidden;
}

