#wrapperone {
	width:980px;
	margin:0px auto !important;
}
#layerpop, #layerpop1,#layerpop2,#layerpop3 {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:url(../images/layerpop-bg.png)
}

.pop {
	display:none;
	position:relative;
	top:35%;
	z-index:99999;
	border:0px solid #003498;
	background-color:#fff;
	border-radius:0px;
	/*-maz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;*/
	box-shadow:0 0 10px 2px #000;
	-moz-box-shadow:0 0 10px 2px #000;
	-webkit-box-shadow:0 0 10px 2px #000;
	min-width:300px;
	margin:0 auto;
	font-size: 0.875em;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
.closePopUp {
	background-position:left -1250px;
	height:30px;
	position:absolute;
	right:15px;
	text-indent:-9999px;
	top:8px;
	width:30px;
	border:0;
	cursor:pointer;
	background-image:url(../images/close_pop.png);
}
/*.closePopUp:hover {
	background-position:right -1250px
}*/
#loginAutoPop {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999999999;
	background:url(../images/layerpop-bg.png)
}

.wdt350 {
	width:350px
}
.hgt470 {
	height:550px
}
.popUpHead {
	margin-bottom:1px;
	font:400 22px Trebuchet MS;
	color:#333;
	padding: 30px 10px 20px 8px;
	background:url(../images/dotted-texture.png) repeat;
	text-align:center;
	/*border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;*/
}

.popUpBody {
	border-top:1px solid #113864;
	
	padding:20px;
	
}
#divWarranty {
	height:100px;
	overflow-y:scroll
}
.popupDevider {
	background:url(../images/ver-border.png) repeat-y left top
}
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
	
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
	font-size:0
}
.clearfix {
	display:block
}
* html .clearfix {
	height:1%
}
*+html .clearfix {
	display:inline-block
}
.navOverlay span.new {
	background:none repeat scroll 0 0 #7ab317;
	color:#fff;
	display:inline-block;
	font:bold 11px arial;
	height:auto;
	margin-right:3px;
	padding:1px 3px;
	position:static;
	width:auto
}
loginForm dl {
	margin-bottom:8px
}
.loginForm dt {
	font-family: calibri;
	font-size:16px;
	float:left;
	width:127px;
	/*font:bold 13px/17px Trebuchet MS;*/
	color:#005f9f;
	margin-top:3px;
}
#writereviewpopup textarea {
	border:1px solid #e0e0e0;
	height:150px;
	width:190px;
	resize:none
}
#writereviewpopup input[type=text] {
	width:190px;
}
#regpopup .loginForm dt {
	width:120px
}
#giftpopup .loginForm dt {
	text-align:right;
	width:60px;
	margin-right:20px
}
#giftpopup textarea {
	border:1px solid #e0e0e0;
	height:50px;
	width:184px
}
.loginForm input[type=text], .loginForm input[type=password] {
	width:200px;
	height:20px;
	border: 1px solid #9F9F9F;
	border-radius: 4px;
	height:28px;
}
#giftpopup .loginForm input[type=text] {
	width:184px;
	height:25px
}


.loginForm input[type=text], .loginForm input[type=password]:hover{
	/*border: 1px solid #9F9F9F;
    box-shadow: 0 0 7px #E5E5E5;*/
}
.loginForm input[type=text], .loginForm input[type=password]:focus{
   /* border: 1px solid #9F9F9F;
    box-shadow: 0 0 17px #E5E5E5;*/
}

.loginForm textarea{
	width:200px;
	height:55px;
	border:1px solid #9F9F9F;
	border-radius:5px;
	
	
}




.errorMsg {
	background:none repeat scroll 0 0 #fee7e9;
	color:#f56d6d;
	display:block;
	font:11px/15px arial;
	padding:4px 10px
}

input.error {
	border:1px solid #ffa9b0
}
.forgotPass {
	font:normal 11px/16px Trebuchet MS
}
.faceLoginForm {
	font:bold 14px/18px Trebuchet MS;
	color:#333
}
.faceLoginForn h3 {
	font-size:16px
}
#addNewAddress input.wdtFull {
	width:340px
}
#addNewAddress input {
	color:#999
}
.blueBtn {
	/*background: url("../images/l_repeat.gif") repeat-x scroll 0% 0% transparent;;*/
    background-color:#2D5586;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff!important;
	border:0;
	padding:5px 40px;
	cursor:pointer;
	font-weight:600;
	border-radius:5px;
	
}
.blueBtn:hover {
	/*background: url("../images/l_repeat_hover.gif") repeat-x scroll 0% 0% transparent;*/
	background-color:#6E6E6E;
	text-decoration:none
}
.blueBtnBold {
	background-position:left top;
	font:bold 14px/18px Trebuchet MS;
	color:#fff!important;
	text-shadow:1px 1px 0 #333;
	border:0;
	padding:5px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	letter-spacing:.5px
}
.blueBtnBold:hover {
	background-position:left -51px;
	text-decoration:none
}
.myclass1{
	width:90%;
	margin:0px auto;
	top:40px;
	display: block;
	z-index:999999999999999999999999999999999999;
}
.myclass2{
	width:850px !important;
}

.paddingLft{
	padding-left:90px;
}



.wdt250 {
	width:450px
}
.popupDeviderRgt {
	background:url(../images/ver-border.png) repeat-y right top
}
.pr20 {
	padding-right:20px;
	padding-left: 20px;
}
.mt15 {
	margin-top:15px;
	background-color:#F5F5F5;
	padding:5px;
}
.mt10{
	margin-top:10px;
}
.mt0 {
	margin:0px
}
.stat_msg{
	width:280px;
	color:#339900;
	margin-top:3px;
	font-size:12px;
	font-weight:600;
}
.stat_err_msg{
	width:280px;
	
	color:#FF3300;
	margin-top:0px;
	font-size:10px;
	font-weight:400;
}




/* -------------------------- ------------------*/

#layerpopSignup {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:url(../images/layerpop-bg.png)
}

#layerpopLogin{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:url(../images/layerpop-bg.png);
}

#layerpopImg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:url(../images/layerpop-bg.png)
}



.err_msg{
	color:#FF3300;
	font-size:11px;
}

@media only screen and (min-width : 240px) and (max-width : 320px)
{
.myclass1{
	width:98%;;
	margin:0px auto;
	top:50px;
	display: block;
	z-index:999999999999999999999999999999999999;
}

.wdt350 {
	width:100%;
}
.hgt470 {
	height:100%;
}

.paddingLft{
	padding-left:0px;
	padding-right:0px;
}

.loginForm dt {
	float:left;
	width:35%;
	/*font:bold 13px/17px Trebuchet MS;*/
	color:#555555;
	margin-top:3px;
	
}
#writereviewpopup textarea {
	border:1px solid #e0e0e0;
	height:60px;
	width:48%;
	resize:none;
}
#writereviewpopup input[type=text] {
	width:48%;
}
#regpopup .loginForm dt {
	width:45%;
}
#giftpopup .loginForm dt {
	text-align:right;
	width:52%;
	margin-right:0px
}
#giftpopup textarea {
	border:1px solid #e0e0e0;
	height:50px;
	width:50%;
}
.loginForm input[type=text], .loginForm input[type=password] {
	width:50%;
	height:20px;
	border: 1px solid #9F9F9F;
	border-radius: 4px;
	height:28px;
}
#giftpopup .loginForm input[type=text] {
	width:50%;
	height:25px;
}


.loginForm input[type=text], .loginForm input[type=password]:hover{
	border: 1px solid #9F9F9F;
    box-shadow: 0 0 7px #E5E5E5;
}
.loginForm input[type=text], .loginForm input[type=password]:focus{
    border: 1px solid #9F9F9F;
    box-shadow: 0 0 17px #E5E5E5;
}

.wdt250 {
	width:100%;
}
.popupDeviderRgt {
	background:url(../images/ver-border.png) repeat-y right top;
}
.pr20 {
	padding-right:20px
}
.mt15 {
	margin-top:15px
}
.mt10{
	margin-top:10px;
}
.mt0 {
	margin:0px
}
.stat_msg{
	width:70%;
}
.stat_err_msg{
	width:70%;
}

.blueBtn {
	font-size: 1em;
	padding:5px 15px;
	font-weight:700;
	border-radius:8px;
	background-color:#2D5586 !important;
}
.blueBtn:hover {
	background-color:#6E6E6E;
	text-decoration:none;
	border-radius:8px;
}
}


@media only screen and (min-width : 320px) and (max-width : 480px)
{
.myclass1{
	width:99%;;
	margin:0px auto;
	top:50px;
	display: block;
	z-index:999999999999999999999999999999999999;
}

.wdt350 {
	width:100%;
}
.hgt470 {
	height:100%;
}

.paddingLft{
	padding-left:0px;
	padding-right:0px;
}

.loginForm dt {
	float:left;
	width:35%;
	/*font:bold 13px/17px Trebuchet MS;*/
	color:#555555;
	margin-top:3px;
	
}
#writereviewpopup textarea {
	border:1px solid #e0e0e0;
	height:80px;
	width:48%;
	resize:none;
}
#writereviewpopup input[type=text] {
	width:48%;
}
#regpopup .loginForm dt {
	width:45%;
}
#giftpopup .loginForm dt {
	text-align:right;
	width:52%;
	margin-right:0px
}
#giftpopup textarea {
	border:1px solid #e0e0e0;
	height:50px;
	width:50%;
}
.loginForm input[type=text], .loginForm input[type=password] {
	width:50%;
	height:20px;
	border: 1px solid #9F9F9F;
	border-radius: 4px;
	height:28px;
}
#giftpopup .loginForm input[type=text] {
	width:50%;
	height:25px;
}


.loginForm input[type=text], .loginForm input[type=password]:hover{
	border: 1px solid #9F9F9F;
    box-shadow: 0 0 7px #E5E5E5;
}
.loginForm input[type=text], .loginForm input[type=password]:focus{
    border: 1px solid #9F9F9F;
    box-shadow: 0 0 17px #E5E5E5;
}

.wdt250 {
	width:100%;
}
.popupDeviderRgt {
	background:url(../images/ver-border.png) repeat-y right top;
}
.pr20 {
	padding-right:20px
}
.mt15 {
	margin-top:15px
}
.mt10{
	margin-top:10px;
}
.mt0 {
	margin:0px
}
.stat_msg{
	width:70%;
}
.stat_err_msg{
	width:70%;
}

.blueBtn {
	font-size: 1em;
	padding:5px 15px;
	font-weight:700;
	border-radius:8px;
}
.blueBtn:hover {
	background-color:#6E6E6E;
	text-decoration:none;
	border-radius:8px;
}
}


@media only screen and (min-width : 480px) and (max-width : 768px)
{
.myclass1{
	width:99%;;
	margin:0px auto;
	top:50px;
	display: block;
	z-index:999999999999999999999999999999999999;
}

.wdt350 {
	width:100%;
}
.hgt470 {
	height:100%;
}

.paddingLft{
	padding-left:0px;
	padding-right:0px;
}

.loginForm dt {
	float:left;
	width:35%;
	/*font:bold 13px/17px Trebuchet MS;*/
	color:#555555;
	margin-top:3px;
	
}
#writereviewpopup textarea {
	border:1px solid #e0e0e0;
	height:80px;
	width:48%;
	resize:none;
}
#writereviewpopup input[type=text] {
	width:48%;
}
#regpopup .loginForm dt {
	width:45%;
}
#giftpopup .loginForm dt {
	text-align:right;
	width:52%;
	margin-right:0px
}
#giftpopup textarea {
	border:1px solid #e0e0e0;
	height:50px;
	width:50%;
}
.loginForm input[type=text], .loginForm input[type=password] {
	width:50%;
	height:20px;
	border: 1px solid #9F9F9F;
	border-radius: 4px;
	height:28px;
}
#giftpopup .loginForm input[type=text] {
	width:50%;
	height:25px;
}


.loginForm input[type=text], .loginForm input[type=password]:hover{
	border: 1px solid #9F9F9F;
    box-shadow: 0 0 7px #E5E5E5;
}
.loginForm input[type=text], .loginForm input[type=password]:focus{
    border: 1px solid #9F9F9F;
    box-shadow: 0 0 17px #E5E5E5;
}

.wdt250 {
	width:100%;
}
.popupDeviderRgt {
	background:url(../images/ver-border.png) repeat-y right top;
}
.pr20 {
	padding-right:20px
}
.mt15 {
	margin-top:15px
}
.mt10{
	margin-top:10px;
}
.mt0 {
	margin:0px
}
.stat_msg{
	width:70%;
}
.stat_err_msg{
	width:70%;
}

.blueBtn {
	font-size: 1em;
	padding:5px 15px;
	font-weight:700;
	border-radius:8px;
}
.blueBtn:hover {
	background-color:#6E6E6E;
	text-decoration:none;
	border-radius:8px;
}
}