#search {
	//min-width: 400px;
	//width: 200px;
}	
#modal-content {
    width: 80%;
}
	
@media screen and (max-width:600px) {
	#namad { display: none; }
	#topholder { display: none; }
	#topmenu2 { display: none; }
	#topholder2 { display: block; }
	#top2 { display: block;	}

	.CenterInside {
		width: 100%;
	}
	#bot { display:none; }
	#bot2 { display:block; }
	#botgray { height: 10px; }
	
	#modal-content {
	    width: 100%;
	    //height: 100%;
	    margin: 0;
	}
	#modal-body {padding: 0;}
	#modal-footer {
		position: absolute;
		bottom: 0;
	}
		

	#slideHolder_1 {
	    width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}
	#bannerHolder_1 {
	    display: none;
	}
	#offer_1_inside {
	    width: 100%;
	}
	#offPrompt {
		display: none;
	}
	#offPrompt2 {
		display: block;
	}
	#offContent {
		float: none;
		width: 100%;
		
	}
	.offItem {
		float: right;
		width: 48%;
		//height: 270px;
		margin: 0 0 2% 2%;
	}







	.proitem {
		float: right;
		width: 48%;
		//height: 300px;
		margin: 0 0 2% 2%;
	}
	#footitem {
		float: none;
		width: 100%;
		border: none;
		border-bottom: 1px solid #666666;
		text-align: center;
	}
		#footitem p {
			text-align: center;
		}
			
	#footitem2 {
		float: none;
		width: 100%;
		padding: 5px 0;
		margin: 5px 0;
	}
	/*---------------Invoice---------*/
	#in1 { display: none; }
	#in2 { display: block; }
	/*---------------SignUP---------*/
	.suf {
		width: 100%;
		margin: 0;
		clear: both;
	}
	
	/*---------------Add To Basket---------*/
	#adbAdd {
		width: 65%;
		margin: 5px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#adbCancel {
		width: 35%;
		margin: 5px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#adbPcountHolder {
		width: 100%;
		clear: both;
	}

	/*+++++++++++++++++++ Basket +++++++++++*/
	#showbasket { display: none; }
	#showbasket2 { display: block; }
	
	/*+++++++++++++++++++ Step +++++++++++*/
	#steptop { display: none; }
	#steptop2 {	display: block; }
	#stBot {
		//position: fixed;
		//buttom: -10;
		//z-index: 200;
		margin: 0;
	}
	#stAdd {
		width: 65%;
		margin: 0;
		float: right;
		font-size: 16px;			
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#stCancel {
		width: 35%;
		margin: 0;
		float: right;
		font-size: 16px;			
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#st3body {font-size: 15px;}
	#st3body h3{font-size: 16px;}
	#st3body fieldset {
		width: 100%;
		margin: 5px auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#st3body p{	font-size: 15px;}
	#st3body p span{
		font-size: 15px;
		margin: 0 5px;
	}
	#st3body #st3Total {font-size: 18px;}
	#st3body #st3Total span{font-size: 18px;}
	#st3body hr{width: 90%;}
	/*+++++++++++++++++++ New Address +++++++++++*/
	#naRight {
		width: 100%;
		margin: 0;
	}
	#naLeft {
		width: 100%;
		margin: 10px 0;
	}
}
@media screen and (max-width:400px) {
	/*---------------Add To Basket---------*/
	#adbImgHolder {display: block;}
	#adbRight {display: none;}
	#adbLeft {width: 100%;}
	#adbMoredetail {display: none;}
	#adbPriceHolder {width: 100%;}

}