@charset "utf-8";
/* CSS Document */
.WebRupee{ margin-right:2px;}
.search_form_conainer{ padding:1%; width:98%;}

.search_form_conainer fieldset {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}


.search_form_conainer label {
    margin-right: 2%;
    text-align: right;
    width: 22%;
	font-size: 13px;
    font-style: italic;
    font-weight: 600;
}

.search_form_conainer .txtBox {
    width: 65%;
}


.search_form_conainer .forgot {
    color: #003399;
    float: left;
    font-size: 12px;
	margin:0px;
    padding: 10px 0 0;
}

.search_form_conainer .loginLoad
{
	width:auto;
}

.rounded
{
	border-radius:5px;
}

.catListHeadingWrap
{
	width:100%;
	float:left;
	border-bottom:3px solid #0d5a24;
	margin-bottom:20px;
}


.sortBy
{
	width:200px;
	float:right;
	line-height:25px;
	text-align:right;
}

.viewBy
{
	width:170px;
	float:right;
	line-height:20px;
	text-align:right;
	margin-top:3px;
}

.viewBy img
{
	float:right;
	margin-left:6px;
}

.viewBy-grid
{
	margin-left:15px;
}

.clicked, .clicked img
{
	cursor:default;
	opacity:0.6;
}

#selectSorting
{
	width:130px;
	float:right;
	margin-left:15px;
}

#selectSorting .sbHolder
{
	width:124px;
	background:#fff;
	border:1px solid #959595;
	font-size:11px;
	height:25px;
}

#selectSorting .sbToggle
{
	width:19px;
	height:19px;
	right:3px;
	top:3px;
	background:url(../ibd_images/sortDown.jpg) no-repeat;
}

#selectSorting .sbSelector:link, #selectSorting .sbSelector:visited, #selectSorting .sbSelector:hover
{
	color:#656565;
}

#selectSorting .sbSelector
{
	width:100px;
	height:25px;
	line-height:25px;
	text-align:left;
}

#selectSorting .sbOptions
{
	width:124px;
	background:#fff;
	border:1px solid #959595;
}

#selectSorting .sbOptions li
{
	padding:0px;
	text-align:left;
}

#selectSorting .sbOptions li a
{
	padding:3px 0 3px 9px;
}

#selectSorting .sbOptions a:link, #selectSorting .sbOptions a:visited
{
	color:#656565;
}

/**************************Detail page desgin start*************************/

#productDetailLeftNav
{
	width:100%;
	float:left;
	background:#fff;

}

#pDetailContainer
{
	width:96%;
	margin:2%;
	float:left;
	min-height:300px;
}

#galleria
{
	width:60%;
	float:left;
	margin:0px;
	border-right:1px solid #eee;
}

.productRight
{
	width:36%;
	padding:0px 0px 0px 3%;
	float:left;
	min-height:200px;
}


.productDetailTitle {
    color: #333333;
    float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:normal;
}


.productDetailModel {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;	
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    width: 100%;
}


.productDetailPrice {
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 18px;
    text-transform: uppercase;
    width: 100%;
}


.finalPrice {
    color: #b0a651 ;	
    font-size: 18px;
    font-weight: 800;
}


.sellingPrice {
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
	font-family: "Conv_HelveticaNeueLTStd-BlkIt",sans-serif;
}


.cancelPrice
{
    text-decoration: line-through;
}



.allTaxes {
    color: #404040;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}


.productDetailInfo {
    color: #000000;
    float: left;
    padding-top: 25px;
    width: 100%;
}


.inStockMsg {
    color: #527E3C;
    float: left;
	font-family: "Conv_HelveticaNeueLTStd-BlkIt",sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px;
    width: 100%;
}


.shippingTime {
    background: url(../ibd_images/shipping-vechicle.jpg) no-repeat 0 0 ;
    float: left;
	font-family: "Conv_HelveticaNeueLTStd-BlkIt",sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 26px;
    width: 100%;
}

.outOfStockMsg {
    color: #E12613;
    float: left;
    font-family: 'SourceSansProBold';
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0;
    width: 100%;
}

.productQuantity
{
	width:100%;
	float:left;
	padding-top:20px;
	position:relative;
}

.countProduct
{
	float:left;
	margin-right:20px;
}

.addtoCart
{
	float:left;
}

.cartBtn
{
	background:#191718;
	color:#fff;
	text-transform:uppercase;
     font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
	height:34px;
	line-height:32px;
	padding:0px 10px;
	cursor:pointer;
}

.cartBtn:hover
{
	background:#2e8348;
}



.similarHeading {
    color: #313131;
	margin-bottom:4px;
    font-weight: normal;
}

#productDetailRightNav
{
	width:21%;
	float:right;
}

.similarProductWrap
{
	width:91%;
	box-shadow:0 0 3px #DDDDDD;
	border:1px solid #D0D0D0;
	background:#fff;
	padding:4%;
	float:left;
	border-top:5px solid #e12814;
}

.similarProductBox
{
	width:96%;
	float:left;
	border:1px dashed #fff;
	border-bottom-color:#EEEEEE;
	padding:3% 2%;
	margin-bottom:5px;
}


.similarProductImg
{
	width:40%;
	float:left;
}

.similarProductTxt
{
	float: right;
	width: 57%;
}


.fullProductImg {
    image-rendering: -moz-crisp-edges;
    max-width: 100%;
}

.similarProductTitle
{
	width:100%;
	float:left;
    font-family: 'SourceSansProRegular';
    font-size: 13px;
	line-height:14px;
    font-weight: normal;
}

.similarProductTitle a, .recommendedProductTitle a
{
	color:#363636;
	text-decoration:none;
}


.sPModel {
    color: #555555;
    float: left;
    font-size: 12px;
    margin-top: 3px;
    width: 100%;
}

.similarProductBox:last-child
{
	margin:0px;
	border-color:#fff;
}

.similarProductBox:hover
{
	border-color:#ddd;
}

.similarProductBox:hover > .similarProductTitle a,
.recommendedListBox:hover .recommendedProductTitle a
{
	color:#c63b2d;
}

.similarProductPriceWrap
{
	width:100%;
	float:left;
	margin-top:5px;
}

.similarProductOldPrice
{
	font-size:15px;
	color:#767676;
	width:100%;
	float:left;
	text-decoration:line-through;
}

.similarProductPrice
{
	font-size:15px;
	color:#000;
	width:100%;
	float:right;
}

#productDetailTab
{
	width:100%;
	float:left;
	margin-top:20px;
}

ul.productTabs
{
	width:100%;
	float:left;
	font-size:17px;
	position:relative;
	z-index:1;
}

ul.productTabs li
{
	display:block;
	float:left;
	margin-right:4px;
}

ul.productTabs li a
{
	display:block;
	float:left;
	color:#666;
	padding:10px 18px;
	border:1px solid #eee;
	text-decoration:none;
	font-size:20px;
	border-radius:4px 4px 0px 0px;
}

ul.productTabs li a.active
{
	border-bottom:1px solid #fff;
	color:#0d5a24;
	font-size:17px;
}

.tabContainer
{
	width:95%;
	padding:2.5%;
	float:left;
	display:none;
	margin-top:-1px;
	border:1px solid #eee;
	color:#333;
}

.tabContainer.active
{
	display:block;
}

.tabContainer p
{
	margin-bottom:20px;
	color: #4b4b4b;
    font-size: 14px;
    text-align: justify;
}

.hide
{
	display:none;
}

.tabContainer ul
{
	width:100%;
	float:left;
}

.tabContainer ul li
{
	background:url(../ibd_images/list-icon.jpg) no-repeat center left;
	padding-left:15px;
	margin-bottom:3px;
	list-style:none;
	color: #4b4b4b;
    font-size: 14px;
}

#recommendedProduct
{
	width:100%;
	float:left;
	margin-top:22px;
}

.recommendedProductList
{
    background:#FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 3px #DDDDDD;
    float: left;
    width:97%;
	padding:1.5%;
	border-top:5px solid #e12814;
}

.recommendedListBox
{
	width:18%;
	padding:1%;
	float:left;
	background:url(../ibd_images/dividerGrey.jpg) repeat-y top right;
}

.recommendedClear2
{
	width:100%;
	float:left;
	clear:both;
	display:none;
}

.recommendedListBox:last-child
{
	background:none;
}

.recommendedListImg
{
	width:100%;
	float:left;
	margin-bottom:3%;
}

.recommendedProductTitle
{
    font-family: 'SourceSansProRegular';
    font-size: 14px;
    font-weight: normal;
	width:100%;
	float:left;
}

.recommendedProductCode
{
	width:100%;
	float:left;
	color: #000000;
    cursor: default;
    font-size: 12px;
}

.recommendedPriceWrap
{
	width:100%;
	float:left;
	font-size: 15px;
	margin-top:6px;
}

.rProductOldPrice
{
    color: #767676;
    float: left;
	margin-right:12px;  
    text-decoration: line-through;
}

.rProductPrice
{
	color: #000000;
	float: left;
}

/**************************Cart page desgin start*************************/

#cartDesign, #checkoutDesign, #listContainer, #detailPageContainer
{
	margin:100px 0px;
}


#shoppingCart
{
	width:100%;
	float:left;
	margin-bottom:22px;
}

.catHeading
{
	color:#333333;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
	float:left;
}

.cartListWrap {
	background:#FFFFFF;

	float: left;
	width:100%;
	min-height:300px;

}

.cartHeader
{
	width:96%;
	padding:8px 2%;
	float:left;
	background:#f5f5f5;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	font-size:18px;
	font-weight:normal;
	color:#333;
}

.cartList
{
	width:96%;
	padding:12px 2%;
	float:left;
	font-size:14px;
	color:#000;
	border-bottom:1px solid #EEEEEE;
}

.itemDec
{
	float:left;
	width:57%;
	font-size:14px;
	font-weight:600;

}

.cartImgBox
{
	width:20%;
	float:left;
	margin-right:10px;
}

.cartImgBox img
{
	max-width:100%;
}

.cartTxt
{
	width:75%;
	float:left;
}

h2.cartItemName
{
	font-size:14px;
	font-weight:bold;
	text-transform:inherit;
	width:100%;
	float:left;
	margin-bottom:5px;
}

h2.cartItemName a
{
	text-decoration:none;
	color:#333;
}

h3.cartItemCode, h3.cartItemBrand
{
	width:100%;
	margin-bottom:1px;
	float:left;
	color:#444;
	font-size:12px;
	font-weight:normal;
}

h3.cartItemCode span, h3.cartItemBrand span
{
	text-transform:uppercase;
	color:#777;
}


.itemQty
{
	float:left;
	width:20%;
	position:relative;
	font-size:13px;
	font-weight:600;
}

.updatedMsg
{
	position:absolute;
	top:40px;
	font-size:12px;
	color:#D08A02;
	left:0px;
}

.updatedLoader
{
	margin:5px;
	float:left;
	width:15px;
}

.countProduct
{
	float:left;
	margin-right:10px;
}

.updateBox
{
	float:left;
	padding:6px 0px;
}

.updateBtn, .deleteBtn
{
	margin:5px 10px;
	float:left;
}


.unitPriceHeading
{
	float:left;
	width:11%;
	text-align:right;
	font-size:13px;
	font-weight:600;
}


.unitPrice
{
	float:left;
	width:11%;
	text-align:right;
}





.totalPriceHeading
{	
	width:11%;
	float:right;
	text-align:right;
	font-size:13px;
	font-weight:600;
}



.totalPrice
{	
	width:11%;
	float:right;
	text-align:right;
}

.unitPrice .WebRupee, .totalPrice .WebRupee
{
	font-size:87%;
}

.cartList .unitPrice, .cartList .totalPrice
{
    padding: 10px 0;
}

.cartBtnWrap
{
	width:100%;
	float:left;
}

.youPay
{	
	padding-top:22px;
	float:right;
    font-size: 16px;
	font-weight:700;
	text-align:right;
	padding-left:15px;
	padding-bottom:22px;
}

.cartBtnLeft
{
	float:right;
}

.cartBtnLeft a
{
	margin-left:15px;
}


#ceckoutLeft
{
	width:60%;
	float:left;
}

ul.checkOutSteps
{
	width:98%;
	float:left;
	list-style-type:none;
	background:#fff;
	border: 1px solid #b0a651;
	font-size:14px;
	font-weight:600;
	color:#333;
	padding:1%;
	margin-bottom:20px;
}

ul.checkOutSteps li
{
	width:33.3%;
	display:block;
	float:left;
	text-align:center;
	background:#f5f5f5;
}

ul.checkOutSteps li.active
{
	background:url(../ibd_images/textureRed1.jpg) repeat;
	color:#fff;
}

ul.checkOutSteps li.completed
{
	background:#ccc;
	color:#777;
}


ul.checkOutSteps li span
{
	width:100%;
	float:left;
	padding:5px 0px;
	background:url(../ibd_images/dividerWhite.jpg) repeat-y top right;
}


ul.checkOutSteps li.lastLi span
{
	background-image:none;
}

.checkoutContainer
{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #0d5a24 #b0a651 #b0a651;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 2%;
    width: 96%;
}


.chkHeading
{
	color: #0d5a24;
    font-size: 14px;
	font-weight:bold;
	width:100%;
	float:left;
}

.chkLogin
{
	width:52%;
	float:left;
	margin-bottom:2%;
	background:url(../ibd_images/orBg.jpg) no-repeat right center;
}

.chkLogin fieldset, .billingfrm fieldset
{
	width:100%;
	float:left;
	margin-bottom:12px;
}

.billingfrm .fieldsetBox
{
	border:1px solid #b0a651;
	width:96%;
	padding:2%;
}

.fieldsetBox legend
{
	font-size:17px;
	color:#0d5a24;
}

.chkLogin label
{
	float:left;
	line-height:27px;
	height:27px;
	min-width:65px;
}

.chkLogin input[type="text"], .chkLogin input[type="password"]
{
	padding:0px 3px;
	line-height:27px;
	height:27px;
	border:1px solid #eee;
	float:left;
	width:57%;
}

.loginLoad
{
	width:60%;
	float:left;
	height:33px;
}
.errorClass{
	color:red!important;
}
.successClass{
    color:#0d5a24!important;
}

.forgot
{
	margin-left:65px;
	float:left;
	color:#000;
	text-decoration:none;
}

.forgot:hover
{
	text-decoration:underline;
}


.withoutLogin
{
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:10px;
	text-align:center;
	background:#fff;

}

.withoutLoginBtn
{
	color:#0d5a24;	

}

.withoutLoginBtn:hover
{
	text-decoration:underline;
	color:#0d5a24;	
}


.chkReg
{
	width:45%;
	float:right;

}

.chkReg p
{
	color: #000;
    font-size: 12px;
}


.chkBtn
{
	background:#000;
	color: #FFFFFF;
	float: left;
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 7px;
	padding: 5px 9px;
	text-decoration: none;
	cursor:pointer;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0) url("../ibd_images/black-button.jpg") repeat scroll 0 0;
}

.regBtn
{
	background:#000;
	color: #FFFFFF;
	float: left;
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 7px;
	padding: 6px 10px;
	text-decoration: none;
	cursor:pointer;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0) url("../ibd_images/black-button.jpg") repeat scroll 0 0;
}



.regBtn:hover
{
	background:#2E8348;
	color:#fff;
	text-decoration:none;
}
.chkBtn:hover
{
	background:#2E8348;
	color:#fff;
	text-decoration:none;
}



#ceckoutRight
{
	width:38%;
	float:right;
	margin-bottom:20px;
	min-height:357px;
	background:#fff;
	border:1px #b0a651 solid;
	/*border:1px solid #eee;*/
}

.yourOrder
{

   font-size: 14px;
    font-weight: bold;
	padding:11px 15px;
	color:#0d5a24;
}

th.chkProductName, td.chkProductName
{
	text-align:left;
	width:40%;
}

.chkModel
{
	font-size:10px;
	color:#999;
}

.chkModel span
{
	color:#000;
}

th.chkQty, td.chkQty
{
	text-align:center;
	width:10%;
}

.checkOutTable  .chkTotalTd
{
	padding:15px;
    font-size: 16px;
	text-align:right;
}

.checkOutTable .youPay
{
	font-size:20px;
	color:#000;
	float:none;
}


.checkOutTable
{
	width:100%;
	float:left;
}

.checkOutTable th
{
	background:#f5f5f5;
    font-size: 14px;
	font-weight:600;
    color:#333;
	padding:7px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:left;
	white-space:nowrap;
}

.checkOutTable th .WebRupee
{
	font-size:80%;
	margin:2px;
}

.checkOutTable td
{
	padding:7px;
	font-size:13px;
	border-bottom:1px solid #eee;
}

.checkOutTable td a
{
	color:#000;
	text-decoration:none;
}


th.chkPic, td.chkPic
{
	width:12%;
	padding-left:13px;
}

.chkPic img
{
	max-width:60px;
}
th.chkTotalPrice, td.chkTotalPrice
{
	text-align:right;
	width:12%;	
	padding-right:13px;
}

.cartBtnDesign
{
	color:#fff;
	font-size: 13px;
    font-weight: 700;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:7px;
	float:left;
}

.cartBtnDesign:hover
{
	opacity:0.9;
	border-radius:0px;
}

.btnRed
{
	background-color:#b0a651;
	text-decoration:none;
    font-size: 14px;

}


.btnRed:hover
{
	background-color:#0d5a24;
	text-decoration:none;
	color:#FFF;
    font-size: 14px;

}



.btnGrey
{
	background-color:#191718;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;

}


.btnGrey:hover
{
	background-color:#0d5a24;
	text-decoration:none;
	color:#FFF;


}




.btnBlack
{
	background-color:#191718;
    font-size: 14px;

}



.btnBlack:hover
{
	background-color:#0d5a24;
	text-decoration:none;
	color:#FFF;
    font-size: 14px;
	

}




.ifDiff
{
	font-size: 12px; 
	color: #000;
	width:100%;
	float:left;
	padding:10px 0px;
	margin-bottom:15px;
}

.ship_show
{
	width:100%;
	float:left;
	display:none;
}

.billingfrm fieldset label
{
	min-width:150px;
	float:left;
	line-height:29px;
	height:29px;
}

.billingfrm fieldset label span
{
	color:#E12814;
}

.billingfrm input[type="text"], .billingfrm input[type="password"], .billingfrm textarea, .billingfrm select
{
	padding:0px 8px;
	line-height:29px;
	height:29px;
	border:1px solid #d2d2d2;
	float:left;
	width:60%;
	max-width:280px;
	color:#888;		
}

.billingfrm textarea
{
	height:70px;
}

.billingfrm select 
{
    max-width: 298px;
    padding: 5px;
}


.dividerChk
{
	width:100%;
	float:left;
	margin:20px 0px;
	border-bottom:1px solid #eee;
	height:1px;
	clear:both;
}

.payAddr
{
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}

.addressBox, .loginInfo
{
	width:90%;
	float:left;
	padding:5%;
	background:#ebf2e8;
	background: rgba(0, 0, 0, 0) url("../ibd_images/billing_address_bg.jpg") repeat scroll 0 0;
}

.addressBox, .loginInfo p
{

  color: #000;
 font-size: 12px;

	
}


.addressBox .chkHeading
{
	margin-bottom:7px;
	color: #0d5a24;
    font-family: "Century_Gothic_Bold";
    font-size: 15px;
    font-weight: normal;
}

.paymentMode
{
	float:left;
	margin:0px 10px 5px 0px;
	font-size:12px;
}

.paymentMode .WebRupee
{
	font-size:89%;
}

.payNote
{
	float:left;
	font-size:11px;
	color:#0d5a24;
	margin-top:4px;
}

.paymentMode input
{
	float:left;
	margin-right:5px;
}

.stdEco
{
	font-size:14px;
}


.orderBtn
{
	background: url(../images/btnBgBlack.jpg) repeat-x scroll 0 0 #191718;
	border: 1px solid #222222;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 5px 10px;
	text-decoration: none;
	cursor:pointer;
	text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .orderBtn
	{
	padding: 6px 10px;     
    }

    /* Safari only override */
    ::i-block-chrome, #cover_page 
	{
	 
    }	
	
}

.payLoader
{
	width:120px;
	float:left;
	height:33px;
}


/**************************loging page desgin start*************************/

#loginBox
{
	width:290px;
	padding-right:47px;
	float:left;
	background:url(../ibd_images/orBg.jpg) no-repeat right center;
}

.loginDetail, .forgetPass
{
	width:100%;
	float:left;
}

.forgetPass
{
	display:none;
}

.forgetPass p
{
	margin-right:10px;
	color:#000;
}

#newUserMsg
{
	float:left;
	width:284px;
	padding-left:15px;
}


#newUserMsg p
{
	font-size:13px;
	
}

#loginBox .forgot
{
	margin-left:92px;
}

#loginBox label
{
	min-width:80px;
}

#loginBox input[type="text"],  #loginBox input[type="password"]
{
	width:170px;
}


.billingfrm input[type="text"]:focus, .billingfrm input[type="password"]:focus, .billingfrm textarea:focus, .billingfrm select:focus, .chkLogin input[type="text"]:focus, .chkLogin input[type="password"]:focus,
.billingfrm input[type="text"]:hover, .billingfrm input[type="password"]:hover, .billingfrm textarea:hover, .billingfrm select:hover
{
	box-shadow:0px 0px 3px #ddd;
}

.billingfrm  input[readonly='readonly'], .billingfrm input[readonly='readonly']:focus, .billingfrm input[readonly='readonly']:hover
{
	border:#fff;
	color:#4B4B4B;
	box-shadow:0px 0px 3px #fff;
	cursor:default;
}


.dashboardLeft
{
	width:21%;
	background:#fff;
	float:left;
	border:1px solid #d0d0d0;
	border-top:3px solid #0d5a24;
	background:url(../ibd_images/my_account_pattrn.jpg) repeat;
}

.dashboardNav
{
   
    float: left;
    margin: 13px 6%;
    width: 87%;
}

.manageAccount
{
	list-style-type:none;
	display:block;
	float:left;
	width:100%;
	font-size:13px; 
	font-weight:600;
}

#editShipping
{
	color:#000;
}

.manageAccount li
{
	width:100%;
	float:left;
}

.manageAccount li a
{
	width:90%;
	padding:5%;
	float:left;
	color:#404040;
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #eff4e9;
	
}

.manageAccount li a:hover
{
	color: #0d5a24;
	font-weight: bold;
}

.manageAccount li a.current
{
	color:#0d5a24;
	font-size:13px;
	font-weight: bold;
	
}



.order_list
{
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;	
	margin:0 0 4% 0px;
	width:100%;
	float:left;
	line-height: 20px;
}

.order_list h2
{
	margin:0px;
	padding:8px 8px;
	background:#fcf3db;
	font-size:12px;
	font-weight:700;
	border-bottom:1px solid #d0d0d0;
	color:#303236;
	background: rgba(0, 0, 0, 0) url("../ibd_images/my_account_pattrn.jpg") repeat scroll 0 0;
/*	text-transform:uppercase;
*/}

.view_order
{
	float:right;
	padding:2px 2px 0px 0px;
}

.order_container
{
	padding:2%;
	width:90%;
	float:left;
	background:#fff;
	color: #000;
    font-size: 13px;
/*	font-weight:bold;
*/}

.order_container span
{
	margin-right:4px;
	font-weight:bold;
	font-size:13px;
	color:#333;
}





#displayproduct
{
	width:100%;
	float:left;
	overflow:auto;
}

#displayproduct a
{
	color:#404040;
}

tr.tdHeading
{
	font-size:13px;
}

#displayproduct td
{
	padding:5px 3px;
}

.orderListLoader
{
	margin:120px 44%;
}


.successMsg {
    background-color: #B3181F;
    color: #FFFFFF;
    display: none;
    float: left;
    font-size: 11px;
    padding: 3px 10px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}




/*-----------------------------dashboard design start--------------------------------*/

.dashboardRight
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D0D0D0;
	float: right;
	width: 78%;
}



.headerTxt {
    color: #000;
    float: left;
    margin-top: 2%;
	text-align:center;
}

.headerTxt h2
{
	white-space:nowrap;
	margin:0px;
	font-size:23px;
}

.headerTxt h3
{
	margin:0px;
	font-size:14px;
	color:#676766;
	font-weight:bold;
	text-align:left;
}

.txtemail
{
	height:29px;
	line-height:29px;
}

.msgnoCart
{
	text-align:center;
	margin-top:100px;
	font-weight:bold;
}



/*-----------------------------Sign up page design start--------------------------------*/
input.error {
    border: 1px solid #ff0000 !important;
}
textarea.error {
    border: 1px solid #ff0000 !important;
}
select.error {
    border: 1px solid #ff0000 !important;
}
span.error {
    color:#ff0000 !important;
}
