/**



 * Main CSS Stylesheet



 *



 * @package templateSystem



 * @copyright Copyright 2003-2007 Zen Cart Development Team



 * @copyright Portions Copyright 2003 osCommerce



 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0



 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $



 */







*  { margin:0;



     padding:0;



     border:0;



   }



body {



	margin: 0;



	font-family: verdana, arial, helvetica, sans-serif;



	font-size: 62.5%;



	color: #000000;



	background-color: #FFFFFF;



	}





a img,img {opacity:1.0;

filter:alpha(opacity=100); }





a img:hover ,img:hover{

border: none; 

opacity:0.8;

filter:alpha(opacity=40);

}



div img[usemap="#Map"],object[usemap="#Map"] {

opacity:1.0;

filter:alpha(opacity=100);}















#navEZPagesTOC ul li a {



	color: #3300FF;



	text-decoration: none;

	cursor:pointer;



	}



 



a:visited {



	/*color: #3300FF;*/



	text-decoration: none;



	}







 #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {



	color: #FF0000;



	}







a:active {

/*

	color: #0000FF;*/



	}







h1 {



	font-size: 1.5em;



	color: #9a9a9a;



	}







h2 {



	font-size: 1.4em;



	}







h3 {



	font-size: 1.3em;



	}







h4, h5, h6, h4.optionName, ADDRESS, .sideBoxContent{



	font-size:14px;



	}

LABEL{ font-size:11px;

		}







.biggerText {



	font-size: 1.2em;



	}







h1, h2, h3, h4, h5, h6 {



	margin: 0.3em 0;



	}







/*  Might uncomment either or both of these if having problems with IE peekaboo bug:



h1, h2, h3, h4, h5, h6, p {



	position: relative;



	}



*html .centerColumn {



	height: 1%;



	}



*/







CODE {



	font-family: arial, verdana, helvetica, sans-serif;



	font-size: 1em;



	}



FORM{



	display: inline;



	font-size:14px;

	text-align:justify;



	margin:0;



	



	}



SELECT {
	display: inline;
	font-size:13px;
	margin:5px;
    border: 1px solid #C9CACB;
	}
/*div.buttonRow.forward input{
    border: 1px solid #000000;
    border-radius: 15px;
    display: inline;
    font-size: 21px;
    height: 23px;
    margin: 5px;
    width: 50px;
}*/
#login-email-address{
	/*display: inline;
	font-size:15px;
	margin:5px;
	border:1px solid #c9cacb;
	width:150px;*/}
#login-password{
	/*display: inline;*/
	/*font-size:15px;
	margin:5px;
	border:1px solid #c9cacb;
	width:150px;*/}
INPUT {
	display: inline;
	font-size:14px;
	margin:5px;
	border:1px solid #c9cacb;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	border:1px solid #c9cacb;
	font-size:15px;
	}
input:focus, select:focus, textarea:focus {
	background:#cee3ed;
	border:2px solid #00365b;
	}
FIELDSET {
 border: 1px solid #CCCCCC;
 font-size: 14px;
 margin:2px;
 padding: 10px;
 text-align: justify;
}
FIELDSET input {
	width:125px;
	font-size:16px;
	}
LEGEND {
font-weight: bold;
padding: 0.3em;
color: black;
}
LABEL, h4.optionName {
	font-size:15px;
	line-height: 20px;
	}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.0em;
	font-size:12px;
	}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {	
		width:312px;
		height:220px;
		float:left;
	  }
#ban-menu{
			width:687px;
			float:left;
		 }
#menu	{	
			background-image:url(../images/menubg.jpg);
			width:688px;
			height:35px;
			float:left;
        }
#menu #navEZPagesTop { /*background-image:url(../images/seperator.jpg);
			 background-repeat:no-repeat;*/
			 float:left;
			/*float:right;*/
			display:inline;
			line-height:35px;
			}
.menubgnone{ 	
			  background-image:none!important;
			}
.menusbg{background-image:url(../images/seperator.jpg);
			 background-repeat:no-repeat;
			 width:3px;
			 height:35px;
			 line-height:35px;
			}
#menu #navEZPagesTop a{ 
			   padding:8px;
               text-decoration:none;
			   color:#000000;
			   font-family:Verdana, Geneva, sans-serif;
			   font-size:16px;}
#menu #navEZPagesTop a:hover{ padding:8px;
               text-decoration:underline;
			   color:#044e62;
			   font-family:Verdana, Geneva, sans-serif;
			   font-size:16px;
			   }
#baner{background-image:;
		height:185px;
		width:688px;
		float:left;
	   }
ul.ssh {
	position: relative;
}

.ssh li {
	list-style-type: none;
	position: absolute;
}

/*.ssh img {
	border: 1px solid #39F4F8;
	padding: 2px;
	background-color: #94D6E5;
}*/
.clearBoth {
	clear: both;
	}
LABEL.inputLabel {
	width:220px;
	float: left;
	font-size:12px;
	}
LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}
#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
P, ADDRESS {
	padding: 0.5em;
	}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
	}
HR {
	height: 1px;



	margin-top: 0.5em;



	border: none;



	border-bottom: 1px solid #9a9a9a;



	}







/*warnings, errors, messages*/



.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {



	line-height: 1.8em;



	padding: 0.2em;



	border: 1px solid #9a9a9a;



	}







.messageStackWarning, .messageStackError {



	background-color: #ff0000;



	color: #ffffff;



	}







.messageStackSuccess {



	background-color: #99FF99;



	color: #000000;



	}







.messageStackCaution {



	background-color: #FFFF66;



	color: #000000;



	}







/*wrappers - page or section containers*/



#mainWrapper {



	background-color: #FFFFFF;



	text-align: left;



	width: 1020px;



	vertical-align: top;



	



	}



#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul,  #popupAdditionalImage, #popupImage {



	margin: 0em;



	padding: 0em;



	}







#headerWrapper{border-right: 1px solid #D9D8D8;



    float: left;



    height: auto;



    margin-left: 10px;



    margin-right: 9px;



    width: 1000px;}



#contentMainWrapper {



	  background-color: #F9F9F9;



    background-image: url("../images/contentbg2.jpg");



    background-repeat: repeat-x;



    border-left: 1px solid #D9D8D8;



    border-right: 1px solid #D9D8D8;



    float: left;



    height: auto;



    margin-bottom: 0;



    margin-left: 10px;



    margin-right: 10px;



    width:1001px;



	}



#logoWrapper{



	background-image: url(../images/header_bg.jpg);



	background-position:right top;



	background-repeat:no-repeat;



	background-color: #ffffff;



	height:185px;



	}



#mainWrapper {



	margin:0 auto;



	} 



#navColumnOneWrapper, #navColumnTwoWrapper{



	margin: auto;



	} 



#navColumnOneWrapper, #navColumnTwoWrapper {



	margin-left: 0.5em;



	margin-right: 0.5em;



	}



	



#tagline {



	color:#000000;



	font-size: 2em;



	text-align : center;



	vertical-align: middle;



	}







#sendSpendWrapper {



	border: 1px solid #cacaca;



	float: right;



	margin: 0em 0em 1em 1em;



	}







.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {



	margin: 0;



	width: 47%;



	}

 #accountLinksWrapper ul li {

	 margin-left:10px;

	 line-height:25px;

	 list-style:none;

	 }

 #accountLinksWrapper ul li a{ font-size:14px;

 						text-decoration:none;

						color:#000;

						cursor:pointer;

						

 						}

						

 #accountLinksWrapper a:hover{ font-size:14px;

 						text-decoration: underline;

						color:#044E62;

 						}

						





.wrapperAttribsOptions {



	margin: 0.3em 0em;



	}







/*navigation*/







.navSplitPagesResult {}



.navSplitPagesLinks {}







.navNextPrevCounter {



	margin: 0em;



	font-size: 0.9em;



	}



.navNextPrevList {



	display: inline;



	white-space: nowrap;



	margin: 0;



	padding: 0.5em 0em;



	list-style-type: none;



	}











#navCatTabsWrapper {



	background-color: #ffffff;



	color: #9a9a9a;



	background-image:none;



}







#navMain ul, #navSupp ul, #navCatTabs ul {



	margin: 0;



	padding: 0.5em 0em;



	list-style-type: none;



	text-align: center;



	line-height: 1.5em;



	}







#navMain ul li, #navSupp ul li, #navCatTabs ul li {



	display: inline;



	}







#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {



	text-decoration: none;



	padding: 0em 0.5em;



	margin: 0;



	color: #ffffff;



	white-space: nowrap;

	cursor:pointer;



	}







#navCatTabs ul li a {



	color: #9a9a9a;

	cursor:pointer;



	}







#navEZPagesTOCWrapper {



	font-weight: bold;



	float: right;



	height: 1%;



	border: 1px solid #9a9a9a;



	}







#navEZPagesTOC ul {



	margin: 0;



	padding: 0.5em 0em;



	list-style-type: none;



	line-height: 1.5em;



	}







#navEZPagesTOC ul li {



	white-space: nowrap;



	}







#navEZPagesTOC ul li a {



	padding: 0em 0.5em;



	margin: 0;

	cursor:pointer;



	}







#navCategoryIcon, .buttonRow, #indexProductListCatDescription {

/*	-moz-margin-top:5px;

	-webkit-margin-top:5px;

	-moz-padding:10px;

	-webkit-padding:10px;*/



	}







#navMainSearch {



	float: right;



	}







#navBreadCrumb {



	padding: 0.5em 0.5em;



	background-color: #ffffff;



	font-size: 0.95em;



	font-weight: bold;



	margin: 0em;



	}















#navColumnOne, #navColumnTwo {



	background-color: transparent;



	}







/*The main content classes*/



#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {



	vertical-align: top;



	}







/*.content,*/ #productDescription, .shippingEstimatorWrapper {



	/*font-size: 1.2em;*/



	padding: 0.5em;



	}







.alert {



	color: #FF0000;



	margin-left: 0.5em;



	}



.advisory {}



.important {



	font-weight: bold;



	}



.notice {}



.rating{}



.gvBal {



	float: right;



	}



.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {



	/*padding:12px;*/

	margin-top:5px;

	margin-left:5px;



	}







.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {



	font-size: 0.9em;



	}







/*Shopping Cart Display*/



#cartAdd {



	float: right;



	text-align: center;



	margin: 1em;



	border: 1px solid #000000;



	padding: 1em;



	}







.tableHeading TH {



	border-bottom: 1px solid #9a9a9a;



	}







.tableHeading, #cartSubTotal {



	background-color: #e9e9e9;



	 }







#cartSubTotal {



	border-top: 1px solid #cccccc;



	font-weight: bold;



	text-align: right;



	line-height: 2.2em;



	padding-right: 2.5em;



	}







.tableRow, .tableHeading, #cartSubTotal {



	height: 2.2em;



	}







.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {



	padding: 0.5em 0em;



	}







.cartUnitDisplay, .cartTotalDisplay {



	text-align: right;



	padding-right: 0.2em;



	}







#scUpdateQuantity {



	width: 2em;



	}







.cartQuantity {



	width: 4.7em;



	}







.cartNewItem {



	color: #33CC33;



	position: relative;  /*do not remove-fixes stupid IEbug*/



	}







.cartOldItem {



	color: #660099;



	position: relative;  /*do not remove-fixes stupid IEbug*/



	}







.cartBoxTotal {



	text-align: right;



	font-weight: bold;



	}







.cartRemoveItemDisplay {



	width: 3.5em;



	}







.cartAttribsList {



	margin-left: 1em;



	}







#mediaManager {



	width: 50%; 



	margin: 0.2em;



	padding: 0.5em;



	background-color: #E4FEf5;



	border: 1px solid #003D00;



	}



.mediaTitle {



	float: left;



	}



.mediaTypeLink {



	float: right;



	}







.normalprice, .productSpecialPriceSale {



	text-decoration: line-through;



	}







.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {



	color: #ff0000;



	}







.orderHistList {



	margin: 1em;



	padding: 0.2em 0em;



	list-style-type: none;



	} 







#cartBoxListWrapper ul, #ezPageBoxList ul {



	list-style-type: none;



	}







#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {



	margin: 0;



	padding: 0.2em 0em;



	} 







#cartBoxEmpty, #cartBoxVoucherBalance {



	font-weight: bold;



	}







.totalBox {



	width: 5.5em;



	text-align: right;



	padding: 0.2em;



	}







.lineTitle, .amount {



	text-align: right;



	padding: 0.2em;



	}







.amount {



	width: 5.5em;



	}







/*Image Display*/



#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {



	margin: 0em 1em 1em 0em ;



	}







.categoryIcon {}







#cartImage {



	margin: 0.5em 1em;



	}







/*Attributes*/



.attribImg {



	width: 20%;



	margin: 0.3em 0em;



}







.attributesComments {}







/*list box contents*/



.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {



	margin: 1em 0em;



	}







.centerBoxWrapper {



	border: 1px solid #9a9a9a;



	height: 1%;



	margin: 1.1em 0;



	}







h2.centerBoxHeading {



	font-size: 1.3em;



	color: #ffffff;



	}







/*sideboxes*/



.columnLeft {}







h3.leftBoxHeading, h3.leftBoxHeading a,



h3.rightBoxHeading, h3.rightBoxHeading a {



	font-size:14px;



	color:#000000;



	padding:5px 15px;



	}



#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {



	font-size: 0.9em;



	color: #ffffff;



}







.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {



	margin: 0em;



	background-image: url(../images/tile_back.gif);



	height:21px;



	color:#000;



	border-radius: 10px 10px 0 0;



	/*background-color: #abbbd3;



	padding: 0.5em 0.2em;*/



	}







.leftBoxContainer, .rightBoxContainer {



	margin: 0em;



	



	/*border-bottom: 5px solid #336633;*/



	margin-top: 1.5em;



	}







.sideBoxContent {



	background-color: #ffffff;



	padding: 0.4em;



	border: 1px solid #9a9a9a;



	}







h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {



	color: #000000;



	text-decoration: none;



	} 







.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {



	color: #FFFFFF;



	}







.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {



	text-align:left;



	}







#bestsellers .wrapper {



	margin: 0em 0em 0em 1.5em;



	}







#bestsellers ol {



	padding: 0;



	margin-left: 1.1em;



	}







#bestsellers li {



	padding: 0;



	margin: 0.3em 0em 0.3em 0em;



	}







#bannerboxHeading {



	background-color: #0000CC;



}







#upProductsHeading {



	text-align: left;



	}







#upDateHeading {



	text-align: right;



	}







/* categories box parent and child categories */



A.category-top, A.category-top:visited {



	color: #008000;



	text-decoration: none;



	}



A.category-links, A.category-links:visited {



	color: #004080;



	text-decoration: none;



	}



A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {



	color: #FF0000;



	text-decoration: none;



	}



SPAN.category-subs-parent {



	font-weight: bold;



	}



SPAN.category-subs-selected {



	font-weight: bold;



	}



/* end categories box links */







/*misc*/



.back {



	float: left;

	margin-top:5px;



	}







.forward, #shoppingCartDefault #PPECbutton {



	float: right;

/*	margin-top:5px;*/



	}







.bold {



	font-weight: bold;



	}







.rowOdd {



	background-color: #E8E8E8;



	height: 1.5em;



	vertical-align: top;



	}







.rowEven {



	background-color: #F0F0F0;



	height: 1.5em;



	vertical-align: top;



	}







.hiddenField {



	display: none;



}



.visibleField {



	display: inline;



}







CAPTION {



	/*display: none;*/



	}







#myAccountGen li, #myAccountNotify li {



	margin: 0;



	} 







.accountTotalDisplay, .accountTaxDisplay {



	width: 20%;



	text-align: right;



	/*vertical-align: top*/



	}







.accountQuantityDisplay {



	width: 10%;



	vertical-align: top



	}







TR.tableHeading {



	background-color: #cacaca;



	height: 2em;



	}







.productListing-rowheading {



	background-color: #abbbd3;



	background-image: url(../images/tile_back.gif);



	height: 2em;



	color: #FFFFFF;



	}







#siteMapList {



	width: 90%;



	float: right;



	}







.ratingRow {



	margin: 1em 0em 1.5em 0em;



	}







LABEL#textAreaReviews {



	font-weight: normal;



	margin: 1em 0em;



	}







#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {



	background-color: #ffffff;



	}



.information {padding: 10px 3px; line-height: 150%;}







#shoppingcartBody #shippingEstimatorContent {



	clear: both;



	}







.seDisplayedAddressLabel {



	background-color:#85C285;



	text-align: center;



	}



.seDisplayedAddressInfo {



	text-transform: uppercase;



	text-align: center;



	font-weight: bold;



	}



#seShipTo {



	padding: 0.2em;



	}



	



	#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {



    height:auto;



	float:left;



	width:1020px;



	}



#footerArea-part1{background-image: url(../images/sonarbangla_13.jpg);



				  background-repeat: no-repeat;



				  height:17px;



				  width:1019px;



				  margin-left:2px;



                  }



				  



#footerArea-part2{



	background-image:url(../images/footerbg.jpg);



	background-repeat:repeat-y;



	width:978px;



	/*height:250px;*/



	margin-left:10px;



	margin-right:10px;



	border-right:1px solid #D9D8D8;



	border-left:1px solid #D9D8D8;



	padding: 10px;



	float:left;



				 }



				 



#footerArea-part3{

    background-color: #02819C;

    border-left: 1px solid #D9D8D8;

    border-right: 1px solid #D9D8D8;

    color: #000000;

    float: left;

    font-family: Verdana,Geneva,sans-serif;

    font-size: 14px;

	margin-left: 10px;

    margin-right: 10px;

    text-align: center;

    width: 998px;



                 }



				 



#list-part1{width:320px;



			height:auto;



			float:left;



           }



#list-part1 ul li{



					margin-left:50px;



					list-style-image:url(../images/footer-list1.png);



					line-height:30px;



					font:Verdana, Geneva, sans-serif;



					



					color:#000000;



				 }



				 







#list-part1 ul li a{ padding:20px;



               text-decoration:none;



			   color:#000000;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;

			   cursor:pointer;}







#list-part1 ul li a:hover{ padding:20px;



               text-decoration:underline;



			   color:#044e62;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;



			   }



		   



#list-part2{width:320px;



			height:auto;



			float:left;



           }



#list-part2 ul li{



					margin-left:50px;



					list-style-image:url(../images/footer-list1.png);



					line-height:30px;



					font:Verdana, Geneva, sans-serif;



				



					color:#000000;



				 }



				 



#list-part2 ul li a{ padding:20px;



               text-decoration:none;



			   color:#000000;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;

			   cursor:pointer;}







#list-part2 ul li a:hover{ padding:20px;



               text-decoration:underline;



			   color:#044e62;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;



			   }



		   



#list-part3{width:320px;



			height:auto;



			float:left;



           }



		   



#list-part3 ul li{



					margin-left:50px;



					list-style-image:url(../images/footer-list1.png);



					line-height:30px;



					font:Verdana, Geneva, sans-serif;



					



					color:#000000;



				 }



				 



#list-part3 ul li a{ padding:20px;



               text-decoration:none;



			   color:#000000;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;

			   cursor:pointer;}







#list-part3 ul li a:hover{ padding:20px;



               text-decoration:underline;



			   color:#044e62;



			   font-family:Verdana, Geneva, sans-serif;

			   font-size:14px;



			   }















#contentarea{



	background-image: url(../images/contentbg2.jpg);



	background-repeat:repeat-x;



	background-color:#F9F9F9;



	height:auto;



	width:999px;



	float:left;



	border-left:1px solid #d9d8d8;



	margin-left: 10px;



	margin-right: 10px;



	margin-bottom: 0px;



	border-right: 1px solid #d9d8d8;



            }



#conpatr1{



	width:203px;



	height:auto;



	margin-left:10px;



	margin-top:20px;



	border-radius:7px 7px 0 0;



	float: left;



			}



			



			



#curr_heder{



			background-image:url(../images/curre-header.jpg);



			background-repeat:no-repeat;



			height:31px;



			width:203px;



		



			float:left;



			}



			



#curpart1{  background-image: url(../images/currpart1bg.jpg);



			background-repeat:repeat-y;



			width:183px;



			height:auto;



			float:left;



			padding-left:20px;



         }







#curpart2{ padding-top:10px;



			float:left;



			font-family:Verdana, Geneva, sans-serif;



			font-size:14px;



			}







#curpart2 select{background-image:url(../images/currency-from.jpg);



				background-repeat:no-repeat;



				width:149px;



				height:25px;



				font-size:14px;



				}



				



				



#curpart3 {



	        padding-top:10px;



			float:left;



			width:147px;



			height:25px;



	



		  }



#curpart3 input{ background-image: url(../images/sonarbangla_18.jpg);



				 background-repeat:no-repeat;



				 width:147px;



				 height:25px;



				 font-family:Verdana, Geneva, sans-serif;



				 font-size:14px;



				 border:1px solid #999;}	



				 



				 



				 



#curpart4{  padding-top:30px;



			float:left;



			font-family:Verdana, Geneva, sans-serif;



			font-size:14px;



			float:left;



			}







#curpart4 select{background-image:url(../images/currency-from.jpg);



				background-repeat:no-repeat;



				width:149px;



				height:25px;



				font-size:14px;



				}



#curpart5 {



	        padding-top:10px;



			float:left;



			width:147px;



			height:25px;



	



		  }



#curpart5 input{ background-image: url(../images/sonarbangla_39.jpg);



				 background-repeat:no-repeat;



				 width:95px;



				 height:28px;



				 font-family:Verdana, Geneva, sans-serif;



				 font-size:0px;



				 margin-left:25px;



				 padding-bottom:30px;



				



				 }



#curpart6{



	height:10px;



	width:129px;



	float:left;



	padding:20px;}



				 



#curpart7{background-image:url(../images/sonarbangla_44.jpg);



			background-repeat:no-repeat;



			width:163px;



			height:25px;



			float:left;



			padding:3px 10px 10px 30px;



          }



		  



		  



#conpart2{



/*	margin-top:15px;



	margin-left:13px;*/



	float:left;



	width:549px;



	height:auto;



	margin-bottom: 10px;



		}



			



#whychoos{



	    /*background-image:url(../images/sonarbangla_07.jpg);



		background-repeat:no-repeat;*/
 background-color: #94D6E5;
  
    font-family: verdana;
    font-size: 14px;
    height: 25px;
    padding: 5px 0 0 10px;
    width: 553px;
		

			-moz-border-radius:10px 10px 0 0;

			-webkit-border-radius: 10px 10px 0 0;

			border-radius:10px 10px 0 0;



	



	



		  }	



#whychoosbg{ background-image: url(../images/conpart2Bg.jpg);



        background-repeat: repeat-y;



		width:563px;



		height:80px;



			}



			



#wcp1{width:260px;



      float:left;



	  padding:10px 5px 10px 15px;



	  height:auto;}



	  



#wcp1 ul li{ margin-left:30px;



			font-family:Verdana, Geneva, sans-serif;



			font-size:14px;



           }



#wcp2{width:260px;



	  float:left;



	  padding:10px 5px 10px 15px;



	  height:auto}



	  



#wcp2 ul li{ margin-left:30px;



			 font-family:Verdana, Geneva, sans-serif;



			 font-size:14px;



			



           }



















#whychoosbot{background-image:url(../images/whychoosebot.jpg);



			background-repeat:no-repeat;



			height:2px;



			width:563px;



			float:left;



            }



#welcomearea{padding-top:10px;}



#welcome1{


/*
	background-image: url("../images/welcome.jpg");



    background-repeat: no-repeat;*/

 background-color: #94D6E5;
  
    font-family: verdana;
    font-size: 14px;
    height: 25px;
    padding: 5px 0 0 10px;
    width: 553px;
		

			-moz-border-radius:10px 10px 0 0;

			-webkit-border-radius: 10px 10px 0 0;

			border-radius:10px 10px 0 0;

   







    







  



          }



		  



#ezPagesHeading{

			font-family:Verdana, Geneva, sans-serif;

			font-size:16px;

			display:block;

			padding:5px 5px 5px 10px;

			border:0px;

			/*background-image:url(../images/curre-header_bg.jpg);

			background-repeat: repeat-x;*/
			background-color:#94d6e5;

			-moz-border-radius:10px 10px 0 0;

			-webkit-border-radius: 10px 10px 0 0;

			border-radius:10px 10px 0 0;

			color:#000000;

			height:21px;
			font-weight:normal;

			/*width:544px;*/



				}

#ezcontents{font-family:Verdana, Geneva, sans-serif;

			font-size:12px;

			padding:5px 5px 5px 10px;

			border:0px;

			margin-bottom:10px;

			background-color:#FFFFFF;

			border:1px solid #c1c1c1;

			color:#000000;

			height:auto;

			float:left;

		    width: 557px;

			-moz-border-radius:0 0 10px 10px;

			-webkit-border-radius:0 0 10px 10px;

			border-radius:0 0 10px 10px;

			margin-top:-5px;
			line-height:25px;
			text-align:justify;}



#welcomebg{ background-image: url(../images/conpart2Bg.jpg);



        background-repeat: repeat-y;



		width:563px;



		float:left;



			}



			



#welcomebot{background-image:url(../images/whychoosebot.jpg);



			background-repeat:no-repeat;



			height:2px;



			width:563px;



			float:left;



            }



			



#welcomeimage1{width:260px;



	  float:left;



	  padding:10px 5px 10px 15px;}



#welcomeimage1 p{font-family:Verdana, Geneva, sans-serif;



font-size:14px;



text-align:justify;







line-height:18px;



}



			



#welcomeimage2{width:260px;



	  		   float:left;



	           padding:10px 5px 10px 15px;



			   }			
#welcomeimage2 p{font-family:Verdana, Geneva, sans-serif;
font-size:14px;
text-align:justify;
line-height:18px;
}			
#conpart3{  margin-top:10px;
			float: right;
			width:auto;
			height:auto;
			}

#currencyBox{
margin:15px 10px 15px 5px;
width:203px;
height:auto;
float:left;
}

#currencyBox1{
margin:15px 10px 15px 5px;
width:203px;
height:auto;
}
#curr_header{
			width:193px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			margin:0px;
			padding:5px;
			border:0px;
			background-image:url(../images/curre-header_bg.jpg);
			background-repeat: repeat-x;
			height:21px;
			-moz-border-radius:10px 10px 0 0;
			-webkit-border-radius: 10px 10px 0 0;
			border-radius:10px 10px 0 0;
			color:#000000;
			}
#curr_content{
/*            background-image: url(../images/currpart1bg.jpg);
			background-repeat:repeat-y;*/
			background-color:#FFFFFF;
			border:1px solid #c1c1c1;
			width:193px;
			height:auto;
			float:left;
			padding-left:8px;
			padding-bottom:10px;
			-moz-border-radius:0 0 10px 10px;
			-webkit-border-radius:0 0 10px 10px;
			border-radius:0 0 10px 10px;
			}
#acc_content{
/*            background-image: url(../images/currpart1bg.jpg);
			background-repeat:repeat-y;*/
			background-color:#FFFFFF;
			border:1px solid #c1c1c1;
			width:193px;
			height:auto;
			/*float:left;*/
			padding-left:8px;
			padding-bottom:10px;
			-moz-border-radius:0 0 10px 10px;
			-webkit-border-radius:0 0 10px 10px;
			border-radius:0 0 10px 10px;
			}
#acc_dash{
/*            background-image: url(../images/currpart1bg.jpg);
			background-repeat:repeat-y;*/
			background-color:#FFFFFF;
			border:1px solid #c1c1c1;
			width:181px;
			height:auto;
			/*float:left;*/
			padding:0px 10px 5px 10px;
			-moz-border-radius:0 0 10px 10px;
			-webkit-border-radius:0 0 10px 10px;
			border-radius:0 0 10px 10px;
			}
.p_padd tr td{ padding:3px 5px;}
.p_dash{color:#FFFFFF; font-weight:bold;}
#acc_header{
			width:193px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			margin:0px;
			padding:5px;
			border:0px;
			background-image:url(../images/curre-header_bg.jpg);
			background-repeat: repeat-x;
			height:21px;
			-moz-border-radius:10px 10px 0 0;
			-webkit-border-radius: 10px 10px 0 0;
			border-radius:10px 10px 0 0;
			color:#000000;
			}


#convert{
		background-image: url(../images/btn_bg.jpg);
		background-repeat:repeat-x;
		/*height:28px;*/
		font-size:14px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	/*	width:70px;*/
	    padding:5px;
		cursor:pointer;
		border:none;
		} 

		

input.btnlogin{
	    background-image: url(../images/btn_bg.jpg);
		background-repeat:repeat-x;
	/*	height:28px;*/
		font-size:14px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
/*		width:70px;*/
		margin-top:0px;
		border:none;
		cursor:pointer;
		}
input[type="submit"], input[type="reset"] {

 background-image: url(../images/btn_bg.jpg);
		background-repeat:repeat-x;
		/*height:28px;*/
		font-size:14px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		/*width:70px;*/
		margin-top:0px;
		border:none;
		padding:5px;
		cursor:pointer;
}
fieldset table tbody tr td{
	font-size:14px;
	}
fieldset a ,div.buttonRow.back a, div.buttonRow.forward a{
		background-image: url(../images/btn_bg.jpg);
		background-repeat:repeat-x;
		/*height:18px;*/
		font-size:14px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		/*width:70px;*/
		padding:5px;
		text-decoration:none;
		color:#000;

		cursor: pointer;

/*		

		 background-image: url("../images/btn_bg.jpg");

    background-repeat: repeat-x;

    border: medium none;

    border-radius: 5px 5px 5px 5px;

    font-size: 14px;

    margin-top: 0;

    padding: 5px;*/

		}

	

div.buttonRow.forward1 a{

		background-image: url(../images/btn_bg.jpg);

		background-repeat:repeat-x;

		/*height:18px;*/

		font-size:14px;	

		-moz-border-radius:5px;

		-webkit-border-radius:5px;

		border-radius:5px;

		/*width:70px;*/

		padding:5px;

		text-decoration:none;

		color:#000;

		margin-top:0px;

		float:right;

		cursor:pointer;

		

		}

	

fieldset a:hover,div.buttonRow.back a:hover,div.buttonRow.forward a:hover{ color: #FFF;

				text-decoration:none;

				font-size:14px;	

				padding:5px;

				}

div.buttonRow.forward1 a:hover{ color: #FFF;

				text-decoration:none;

				font-size:14px;	

				padding:5px;

				}

	

/*table tbody tr td fieldset legend a {

		background-image: url(../images/btn_bg.jpg);

		background-repeat:repeat-x;

		height:28px;

		font-size:14px;	

		-moz-border-radius:5px;

			-webkit-border-radius:5px;

			border-radius:5px;

			width:100px;

			margin-top:5px;

			border:none;

		}*/

/*table tbody tr td input{ width:50px;}*/



input[type="file"] {

	font-size:10px;

}

#addressBookDefault,#loginDefault,#addressBookProcessDefault,#addressBookProcessDefault_tp,#createAcctDefault,#addressBookProcessDefault_tt,#addressBookProcessDefault_cc,#addressBookProcessDefault_cur,#addressBookDefault_reg, #addressBookDefault_logout, #addressBookProcessDefault_gq,#siteMap, div#accountDefault,div#accountPassword, #create_ac_succ, div#acctNewslettersDefault, div#accountNotifications, div#accountEditDefault,#remformsuccess,#accountEditDefault_remsuccess{ margin:15px;

            -moz-border-radius:10px;

			-webkit-border-radius:10px;

			border-radius:10px;

			background-color:#FFFFFF;

			border:1px solid #c1c1c1;

			padding:10px;}

			

select#country,select#stateZone,select#ddlAddressBook,select#ddlAddressBookrecv

{ font-size:14px;

  width:144px;

}

select#fromCurrency,select#toCurrency

{ font-size:14px;

  width:150px;

}
input#amount{
	font-size:14px;
    width:100px;
	}
#depositbyl{
	font-size:14px;
	}
div a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	/*padding:5px;*/
	text-decoration:none;
	list-style:none;
	/*margin-left:-1px;*/
	cursor:pointer;
	}
li {
	list-style:none;
}
div a:hover{font-size:14px;
	/*padding:5px;*/
    text-decoration:underline;
	color:#044e62;
	font-family:Verdana, Geneva, sans-serif;
/*	margin-left:-1px;*/
	}
#email-format-text,#email-format-html,#newsletter-checkbox{ width:0px;}
input[type="radio"],
input[type="checkbox"] {width:26px;}
#ben_info{
		display:none;
	}
.odd_bg{
		background:#9CC;
	}
.even_bg{
		background:#CCC;
	}
#deposit_accinfo{
	display:none;
}
#exchage_rate{
	display:none;
	color:#F00;
}
#receiver_branch_name{
		display:none;
		margin-left:5px;
	}
#receiver_bank_name,#company_id{
		display:none;
		margin-left:204px;
		font-size:12px;
	}
#other_stater,#otherstater{
	display:none;
	}
#other_states,#otherstates{
	display:none;
	}
#depositby{
	font-size:12px;
	font-weight:bold;
	width: 70px;
}
#dpby1{
	font-size:14px;
	}
#test{
	font-family:14px;
	line-height:15px;
	}
#other_pur_rem, #other_pur_rem_details{
	display:none;
}
.exchange_table{
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
    padding-bottom: 30px;
    width: 580px;
	margin-left:44px;
}

.exchange_top{
    border: 1px solid #008000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 1px 1px medium;
    display: block;
    float: right;
    margin-left: 5px;
    padding: 5px;
    text-align: left;
    width: 160px;
}
.exchange_top h2{
	 font-size: 13px;
}
.exchange_top h3{
	color: #ED1C24;
    font-size: 9px;
    margin: 0;
    padding: 0;
}
.exchange_amnt{
	  clear: both;
    display: block;
    width: 580px;
}
.exchange_amnt_ex{
	display:block;
}
.exchange_amnt_ex .amnt_exchange{
	 text-align: left;
     width: 400px;
	 font-size: 12px;
}
.exchange_amnt_ex .amnt_exchange2{
	border-left: 1px solid #008000;
    text-align: right;
    width: 160px;
}
.exchange_amnt_ex .exchange_rr{
	background: none repeat scroll 0 0 #FFFFFF;
}
.exchange_amnt_ex.second{
	 border-top: medium none;
}
.exchange_amnt_ex td{
	padding: 5px;
}

.srvc_chrg{
	 color: #ED1C24;
}
.exchange_amnt_ex strong{
	font-size: 13px;
    font-weight: bolder;
}
.exchange_botom{
    background-color: #0D86A1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: -moz-use-text-color #7F7F7F #7F7F7F;
    border-image: none;
    border-right: 1px solid #7F7F7F;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: block;
    float: right;
    margin-left: 5px;
    text-align: right;
    width: 170px;
}
span.exchange_botomm{
	
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 10px 16px 10px 10px;
}