<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: Arial;
	background: #ffffff;
}
h1, h2 ,h3, h4, h5, h6, a, p , strong, span, i{
	font-family: Arial;
}
a, span, small, strong, i{
	display: inline-block;
}
.flexslider img{
	width: 100%;
}
.flexslider{
	border:none;
	padding: 0;
	margin: 0;
}
/*----------------Header section styles-------------------*/
.top{
	background: #efefef;
	padding: 10px 0;
	margin: 0 0 10px 0;
}
.top-links{
	float: right;
	margin: 5px 0 0 0;
}
.top-links a,
.footer-links a{
	font-size: 14px;
	color: #9c9c9c;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0 10px;
}
.footer-links a{
	margin: 0 20px 0 0;
}
.social a{
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	background:#9c9c9c;
	text-align: center;
	margin: 0 2px;
}
.social a:hover{
	opacity: 0.9;
}
#logo img{
	width: 100%;
}
.navbar-default,
.navbar-collapse{
	margin: 0;
	box-shadow: none;
	border:none;
	background: none;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
.menu{
	padding: 0;
	margin: 28px 0 0 0;
}
.menu li{
	float: left;
	list-style:none;
	position: relative;
}
.menu li a{
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 10px;
	transition:all 0.3s;
}
.menu li a:hover{a
	font-weight: 600;
	text-decoration: none;
}
.menu li:hover .submenu{
	display: block;
}
.submenu{
	position: absolute;
	/*top:5px;*/
	left:0;
	width: 200px;
	z-index: 10;
	padding: 5px 0 5px 0;
	display: none;
background: white;
}
.submenu li{
	float: none;
}
.search-form .form-control{
	width: 130px;
	float: left;
	border:2px solid #a2a2a2;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff url('../img/search-icon.png') 95% center no-repeat;
	text-align: left;
	display: inline-block;
	margin: 20px 0 0 0;
}
#selectnav1{
	display: none;
}
/*---------------slider-section ends here-------------*/
#slider-section{
	margin: 50px 0;
}
.products img{
	width: 100%;
}
/*---------------products-section ends here-------------*/
#footer-section{
	background: #efefef;
	padding: 10px 0;
	margin: 30px 0 0 0;
}
.rights{
	font-size: 10px;
}
.footer-links, .rights{
	margin: 5px 0 0 0;
}
/*---------------------------------------------*/
/*---------------About page styles------------*/
/*-------------------------------------------*/
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
	width: 100%;
	background: none;
	border:1px solid #7a7a7a;
	border-radius: 5px;
}
.bootstrap-select &gt; .btn{
	font-family: 'Corbel', Arial;
	border:none;
	background:url('../img/drop-down.png') 95% center no-repeat;
	padding: 5px 3px;
	letter-spacing: 0;
	font-size: 12px;
}
.dropdown-menu &gt; li &gt; a{
	font-size: 12px;
	font-family: 'Corbel', Arial;
	text-transform: none;
	letter-spacing: 0;
}
.bootstrap-select &gt; .btn{
		width: 100%;
	}
.btn .caret{
	display: none;
}
.dropdown-menu.open{
	height: 80px;
}
.dropdown-menu.inner{
	top:0;
}
.icon-ok{
	display: none;
}
#main-section .col-sm-9{
	position: relative;
	margin: 0 0 0 0;
}
.sidebar .second-search-field{
	margin: 0 0 0 0;
}
.sidebar .second-search{
	border:1px solid #000000;
	height: 29px;
}
.second-search-field .search-btn{
	background: #494949;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 7px 10px;
	border:none;
}
.sidebar{
	margin: 50px 0 0 0;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.sidebar h4{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #494949;
	padding: 4px 0;
	border-top:2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	margin: 25px 0;
}
.sidebar p{
	margin:0;
	letter-spacing: 0;
	color: #3b33a7;
}
.img-links{
	margin: 0 0 25px 0;
}
.filter{
	margin:0;
}
.filter .row{
	margin-bottom: 10px;
}
.submit-btn{
	text-align: center;
}
.submit{
	font-size: 12px;
	color: #ffffff;
	background:-moz-linear-gradient(top, #ffa83e, #ff7a00);
	background:-webkit-linear-gradient(top,#ffa83e, #ff7a00);
	background:-o-linear-gradient(top, #ffa83e, #ff7a00);
	background:-ms-linear-gradient(top,#ffa83e, #ff7a00);
	display: inline-block;
	padding: 8px 10px 5px 10px;
	border:none;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 20px 0 50px 0;
	border-bottom:4px solid #ff9357;
	border-radius: 10px;
}
.bottom-links{
	width: 70%;
	margin: 0 auto;
}
.bottom-links a{
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
	letter-spacing: 4px;
}
.about-content{
	background: #000000;
	display: inline-block;
	padding: 25px;
	width: 100%;
}
.about-content h5,
.about-content p{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0;
}
.about-content h5{
	font-size: 9px;
	margin: 10px 0 0 0;
}
.about-content p{
	font-size: 8px; 
}
.about-image{
	width: 100%;
	min-height:584px;
}
/*---------------------------------------------*/
/*---------------Shopping page styles------------*/
/*-------------------------------------------*/
#main-section.shopping .col-sm-9,
#main-section.contact .col-sm-9,
#main-section.catalogs .col-sm-9,
#main-section.events .col-sm-9,
#main-section.faq .col-sm-9,
#main-section.login .col-sm-9,
#main-section.press .col-sm-9{
	margin: 50px 0 0 0;
}
/*---------------------------------------------*/
/*---------------Contact page styles------------*/
/*-------------------------------------------*/
#main-section.contact .col-sm-9{
	text-align: center;
}
.page-title{
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	margin: 0 0 50px 0;
	text-align: center;
}
.line{
	height: 3px;
	background: #000000;
	width: 36%;
	display: inline-block;
	position: absolute;
	top:10px;
}
.left{
	left: 0;
}
.right{
	right: 0;
}
.contact .col-sm-9 p{
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 3px;
	margin: 0;
}
.contact .col-sm-9 strong,
.contact .col-sm-9 a{
	font-size: 26px;
	color: #000000;
}
.contact .col-sm-9 strong{
	margin: 0 0 30px 0;
}
.contact .col-sm-9 a{
	margin: 20px 0;
}
.contact .col-sm-9 .email{
	text-transform: uppercase;
	text-decoration: none;
}
/*---------------------------------------------*/
/*---------------Catalogs page styles------------*/
/*-------------------------------------------*/
.catalogs .col-sm-9 p{
	font-size: 12px;
	font-weight: 400;
	margin: 20px 0 50px 0;
	text-align: center;
	text-transform: uppercase;
}
.catalogs .col-sm-9 a,
.catalogs .col-sm-9 a img{
	width: 100%;
}
/*---------------------------------------------*/
/*---------------Events page styles------------*/
/*-------------------------------------------*/
.events .line{
	width: 34%;
}
.events-entries{
	margin: 0;
	padding: 15px 10px;
	background: url('../img/grad.jpg') left top no-repeat;
	text-align: center;
}
.events-entries li{
	list-style: none;
	text-transform: uppercase;
	margin: 0 0 25.5px 0;
}
.events-entries li h5{
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin: 0;
}
.events-entries li p,
.events-entries li a{
	font-size: 19px;
	color: #000000;
	margin: 0;
}
.events-entries li a{
	font-style: italic;
	text-decoration: underline;
}
/*----------------------------------------*/
/*------------Faq page styles------------*/
/*--------------------------------------*/
#main-section.faq .col-sm-9 h5{
	font-size: 18px;
	text-transform: uppercase;
}
#main-section.faq .col-sm-9 p{
	color: #454441;
	font-size: 18px;
}
.faq-item{
	margin: 0 0 20px 0;
}
/*----------------------------------------*/
/*------------login page styles------------*/
/*--------------------------------------*/
.login .line{
	width: 25%;
}
.login-form{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.login-form label{
	text-transform: uppercase;
	font-size: 16px;
}
.login-form .fields p{
	margin: 0 0 15px 0;
}
.login-form .form-control{
	border-radius: 0;
	box-shadow: none;
	height: 36px;
}
.login-form p{
	font-size: 18px;
	margin: 0 0 20px 0;
}
.login-submit{
	background: #ffffff;
	border:1px solid #000000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 30px;
	box-shadow: 3px 2px 3px #999999;
	float: right;
	margin: 0 0 50px 0;
}
.login-form h5{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
}
.login-form a{
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
}
/*---------------------------------------------*/
/*---------------press page styles------------*/
/*-------------------------------------------*/
.press-entries a,
.press-entries a img{
	width: 100%;
	display: inline-block;
}
.press-entries a{
	margin: 0 0 25px 0;
}
.next{
	position: relative;
	text-align: right;
	color: #000000;
	font-size: 9px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.next .line{
	width: 90%;
	top:5px;
}
/*---------------------------------------------*/
/*---------------privacy page styles------------*/
/*-------------------------------------------*/
.privacy-policy .line{
	width: 33%;
}
.buttons{
	text-align: center;
	margin: 50px 0;
}
.sample,
.download{
	width: 280px;
	text-align: center;
	padding: 8px 20px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
.sample:hover,
.download:hover{
	color: #ffffff;
	background: #474747;
}
.sample{
	color: #000000;
	border:1px solid #000000;
}
.download{
	background: #474747;
	color: #ffffff;
}
/*---------------------------------------------*/
/*---------------return policy page styles------------*/
/*-------------------------------------------*/
.returns{
	margin: 50px 0 0 0;
	padding: 0 0 0 20px;
}
.returns li{
	font-size: 16px;
	margin: 0 0 40px 0;
	font-weight: 400;
	color: #474747;
}
/*---------------------------------------------*/
/*---------------Product page styles------------*/
/*-------------------------------------------*/
.product-slider .flexslider .slides img{
	margin: 80px 0 0 0;
	border:2px solid #000000;
}
.product-slider .flex-control-thumbs{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 65px;
	border:2px solid #000000;
	padding: 0 10px;
}
.product-slider .flex-control-thumbs li{
	margin: 0 10px;
	width: 18%;
}
.product-slider .flex-direction-nav{
	position: absolute;
	top:10px;
	width: 100%;
}
.product-slider .flex-prev,
.product-slider .flex-next{
	width: 10px;
	height: 13px;
	position: absolute;
}
.product-slider .flex-prev{
	background: url('../img/prev.png') left center no-repeat;
	left: -15px;
}
.product-slider .flex-next{
	background: url('../img/next.png') left center no-repeat;
	right: -15px;
}
.flex-control-thumbs img{
	opacity: 1;
}
.colors{
	margin: 15px 0 0 0;
}
.product-slider .colors p{
	font-size: 11px;
	font-weight: 600;
	margin: 7px 0 0 0;
}
.product-details{
	text-align: left;
}
.product-details p.product-name{
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0;
	color: #494949;
	text-transform: none;
}
.product-details h5{
	font-size: 26px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0;
	color: #494949;
}
.product-details h5.second{
	margin: 30px 0 0 0;
}
.product-details h5.last{
	margin: 0 0 30px 0;
}
.contact .product-details p{
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #494949;
}
h5 small{
	font-size: 14px;
	font-weight: 600;
}

.stock-qty .stock{
	text-align: center;
}
.stock-qty .stock .square{
	height: 30px;
	width: 50px;
	box-shadow: inset 0 0 2px #999999;
	border-radius: 0;
	border:2px solid #888888;
	position: relative;
	top:10px;
	margin: 0 10px 0 0;
}
.stock-qty .stock .in{
	background: #ffffff;
}
.stock-qty .stock .low{
	background: #c6c6c6;
}
.stock-qty .stock .out{
	background: #ffbe34;
}
.stock-qty .stock a{
	font-size: 14px;
	letter-spacing: 0;
	color: #494949;
	font-weight: 600;
}
.divider{
	border:1px solid #000000;
}
.contact .qty-thumb strong{
	margin: 20px 0 0 0;
}
#qty-inputs{
	margin: 30px 0 0 0;
	padding: 0;
}
#qty-inputs li{
	list-style: none;
	float: left;
	width: 8%;
	margin: 0 10px 0 0;
}
#qty-inputs li p{
	font-size: 20px;
	text-transform: none;
	color: #494949;
}
#qty-inputs li .form-control{
	box-shadow: inset 0 0 2px #999999;
	border-radius: 0;
	border:2px solid #888888;
}
#qty-inputs li .qty{
	margin: 15px 0 0 0;
}
#qty-inputs li .qty-field{
	margin: 15px 0 0 0;
}
.contact a.add-to-cart{
	font-size: 18px;
	background: #494949;
	padding: 10px 40px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0;
}
.contact a.add-to-cart .fa{
	margin: 0 10px 0 0;
	font-size: 26px;
}
.contact .col-sm-9 .related-items strong{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
.contact .col-sm-9 .related-items{
	margin: 0;
}
.contact .relatedItems img{
	margin: 30px 0 15px 0;
}
.contact .relatedItems a{
	font-size: 14px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
	color: #494949;
}
/*------------All media queries----------------*/
@media(max-width: 1280px){
	
}
@media(max-width: 1200px){
	.about-image{
		height: auto;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.menu{
		margin: 10px 0 0 0;
	}
	.menu li a,
	.footer-links a{
		margin: 0 5px;
		font-size: 10px;
	}
	.social a{
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.about .col-sm-6,
	.sidebar .col-sm-4,
	.sidebar .col-sm-8,
	.bottom-links{
		width: 100%;
	}
	.sidebar h4{
		font-size: 12px;
	}
	.product-slider .flex-control-thumbs{
		border:none;
		height: auto;
	}
	.line{
		display: none;
	}
}
@media(max-width: 767px){
	#head-section,
	#footer-section{
		text-align: center;
	}
	#header-nav{
		display: none;
	}
	#selectnav1{
		display: block;
		width: 100%;
		padding: 10px;
		margin: 10px 0;
	}
	.top-links,.social,
	.search-form,
	.footer-links{
		float: none !important;
	}
	.social{
		margin: 10px 0;
	}
	.search-form .form-control{
		width: 100%;
	}
	.footer-links a{
		margin: 0 5px;
		font-size: 10px;
	}
	.social a{
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.products a{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.bootstrap-select &gt; .btn{
		width: 100%;
	}
	.product-slider .flex-control-thumbs{
		border:none;
		height: auto;
	}
	.product-slider .flexslider .slides img{
		margin: 150px 0 0 0;
	}
}
@media(max-width: 640px){
	
}
@media(max-width: 480px){
	
}
@media(max-width: 360px){
	
}
@media(max-width: 320px){
	
}



#productcell
{
  width:120px;
  margin: 10px 50px 10px 10px;
  padding: 0px;
  color:black; /*#878787;*/
}

#pImageCell
{	
}

#pDescCell
{
	margin-top:5px;
	text-align:left;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	letter-spacing:.1px;
	height: 70px;
}



/***********************************************************
*
* (Ecommerce) Prodcut Detail - Size Matrix
*
**************************************************************/
#SizeMatrix
{
	color:#57575B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left:0px;
	width:100%;
}

#SizeMatrix .Box1
{
	vertical-align:middle;
	float:left;
	margin: 0px 0px 5px 0px;
	text-align:left;
	width:250px;
}

#SizeMatrix .Box2
{
	vertical-align:middle;
	float:left;
	margin: 0px 0px 5px 0px;
	text-align:left;
	width:160px;
}

#SizeMatrix .Box3
{
	vertical-align:middle;
	float:left;
	margin: 0px 0px 5px 0px;
	text-align:left;
	width:240px;
}

#SizeMatrix .T
{
	vertical-align:middle;
	font-weight:bold;
	margin: 0px 0px 0px 7px;
}

#SizeMatrix .dd
{
	vertical-align:middle;
	font-size:11px;
}

#SizeMatrix .SizeBox
{
	text-align:center;
	vertical-align:middle;
	float:left;
	margin:0px;
	text-align:center;
	width:40px;
}

#SizeMatrix .SizeBox .sz_hd
{
	text-decoration:underline;
}


#SizeMatrix .CartBox
{
	text-align:center;
	vertical-align:middle;
	float:left;
	margin:0px;
	text-align:center;
	width:30px;
}


#SizeMatrix .LineBreak
{
	clear:both; 
}

#SizeMatrix Label
{
	text-align: center;
}

#ComboBoxSize
{
	width:100%
}

#ComboBoxSize .SizeStyle
{
	float:left;
	padding:0 1px 0px 1px;	
}

/***********************************************************
*
* Product Detail Page
*
**************************************************************/
#ProdPic
{
	float: left;
	width: 350px;
	text-align: center;
}

#ProdDetail
{
	margin-left:320px;
	width:350px;
	/* padding: 10px; */
	float:none;
	color:#57575B;
	/*border-left: solid 1px #ADADAD;*/ 	
}

#ProdDetail ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0 5px 10px;
	padding:0px 0 5px 10px;
	text-align:left;
	width:100%;
}

#ProdDetail li
{
	margin:0px 0 10px 10px;
}

#ProdDetail #Qty
{
	margin-top:7px;
	font-size:1.2em;
	float:left;
	width:30px;
}

#ProdDetail #ProductDescription 
{
	color:#57575B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#Page_box 
{
	border:0px solid #415687;
	color:black;
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	margin-left:4px;
	margin-top:0px;
	width:100%;
}

.thumbheader #leftcol
{
	width:30%;
	float:left;
	text-align:left;	
}

.thumbheader #centercol
{
	width:40%;
	float:left;
	text-align:center;
}

.thumbheader #rightcol
{
	width:30%;
	float:right;
	text-align:right;	
}

span.crosssaletitle 
{
	color:black;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.container
{padding: 20px 0 0 0;}


.clear_both
{
	clear: both;
}



/***********************************************************
*
* Shopping Cart 
*
**************************************************************/
#ShopCart
{
	color:#57575B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background-color:#F1EFED;
	margin: 10px 0px 0px 0px;
	border: 1px dotted #C0C0C0;
	width:100%;
}

#ShopCart #checkoutbox
{
	 padding: 10px;
	 height: 40px;
}

#ShopCart #Header
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding: 2px 0px 0px 0px;
	height: 23px;
	border-bottom: 1px dotted #C0C0C0;
}

#ShopCart #Header .Box1
{
	width:130px;
	float:left;
	border-right: 1px dotted #C0C0C0;
		/*background-color:yellow; */
}

#ShopCart #Header .Box2
{
	width:250px;
	float:left;
	border-right: 1px dotted #C0C0C0;	
}

#ShopCart #Header .Box3
{
	width:100px;
	float:left;
}

#ShopCart #Detail
{
	font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
	font-style :normal;
	font-variant:normal;
	text-align:left;
	background-color:white;

}

#ShopCart #Detail #DetailCol1 
{
	padding-top:0px;
	width:130px;
	height:80px;
	float:left;
	text-align:center; 
	/*border-right: 1px dotted #C0C0C0;*/
	/*background-color:yellow; */
}

#ShopCart #Detail #DetailCol2 
{
	padding-top:0px;
	height:80px;
	float:left;
	padding-left:10px;
	
	/*background-color:Orange; */
}

#ShopCart #Detail a:link
{
	text-decoration:none;
}

#ShopCart #Detail .TitleBox
{
	padding:0 5px 5px 10px;
	text-align:left;
	width:150px;
	float:left;	
	margin: 0px 0px 5px 0px;
	vertical-align:middle;
}

#ShopCart #Footer
{
	
	border-top: 1px dotted #C0C0C0;
	text-align:right;
	padding: 5px 5px 5px 5px;
	height:auto;
	/*background-color:Orange;*/
}

#ShopCart #Footer .RightCol
{
	font-weight:bold;
	line-height:20px;
	text-align:right;
	float:right;
	width:320px;
	padding:5px;
	/*background-color:Orange; */
}

#ShopCart #Footer .RightCol .Box
{
	padding:2px;
	width:200px;
	float:right;
	/*background-color:blue; */
}

#ShopCart #Footer .RightCol .NBox
{
	padding:2px 40px 2px 0px;
	width:70px;
	float:right;
	/*background-color:green; */
}

#ShopCart #Footer .LeftCol
{
	text-align:left;
	float:Left;
	width:400px;
	line-height:20px;
	font-size:12px;
	margin:70px 0px 0px 10px;
	/*background-color:yellow;*/
}

#ShopCart #Footer .LeftCol .Box
{
	vertical-align:top;
	padding: 0px 5px 0px 0px;
	margin-right:3px;
	float:left;

}



/***********************************************************
*
* Checkout02 Page
*
**************************************************************/
#Checkout2
{
	width:400px;
	margin: 10px 0px 0px 5px;
	font-size:12px;
	line-height:20px;
}


#Checkout2 .Box
{
	padding:2px;
	width:50%;
	padding: 0px 10px 0px 20px;
	float:left;
}

#Checkout2 .NBox
{
	padding: 0px 10px 0px 40px;
	width:50%;
	float:left;
}






</pre></body></html>