/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

th,
td,
caption {
  font-weight: normal;
padding: 0px 3px;
 /*
 vertical-align: top;
  text-align: left;
*/
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;

}

/*Wrap styles----------------*/
body {
  font-family: 'Kalinga', Arial;
   background: #f3f3f3;
}

#wrap{
    width: 1032px;
    margin: 0 auto;
   
}





/* Head section Styles -----------------------------------------------------------------------------------------------------*/
#head-section .top-content{
 /* height: 118px; */
  min-height: 118px;
  height: auto !important;
  position: relative;
  margin-top: 35px;
}
#head-section #selectnav1{
  display: none;
}
#head-section .top-content .logo-section{
  width: 400px;
  float: left;
}

#head-section .top-content .logo-section p{
  font-size: 15px;
  color: #646464;
  padding-left: 35px;
}
#head-section .top-content .info-section{
  position: relative;
  width: 40%;
  min-width: 385px;
  float: right;
 
}
#head-section .top-content .info-section{
  height: 112px;
  min-height: 112px;
  height: auto !important;
  position: relative;
}
#head-section .top-content .info-section .call h2{
  font-size: 14px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
}
#head-section .top-content .info-section .call h4{
  font-size: 13px;
  text-align: center;
}
#head-section .top-content .info-section .cart{
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 20px 50px 20px 0;
  background: url('../img/cart.png') right center no-repeat;
   z-index:99;
}
#head-section .top-content .info-section .call{
  position: absolute;
  right: 0;
}
#head-section .top-content .info-section .call h2 span{
  font-size: 24px;
  color: #0194bf;
}

#head-section .top-content .cart p{
  font-size: 13px;
  line-height: 14px;
}

#head-section .top-content .form{
  background: #f7f7f7;
  padding: 3px 5px;
  border: #bbbbbb;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 5px;
  float: right;
  behavior: url(PIE.htc);
}

#head-section .top-content .form .search{
  background: #d7d7d7;
  border: none;
  padding: 8px 3px;
   width: 200px;
}
#head-section .top-content .form .btn-search{
  background: url('../img/search-icon.jpg') no-repeat;
  width: 35px;
  height: 33px;
  border: none;
  vertical-align:middle;
  display: inline-block;
  text-indent: -999999px;
}
/* Navigation -------------------------------------------------------------------------------------------------*/

#nav-section .nav{
  height: 58px;
  min-height: 58px;
  height: auto !important;
  background:url('../img/nav-grad.png') repeat-x;
  position: relative;
  border:1px solid #a1a1a1;
  border-radius: 3px;
  behavior: url(PIE.htc);
}

#nav-section .nav ul li{
  display: inline;

}
#nav-section .nav ul{
  position: absolute;
  top:15px;
  width:100%;
}

#nav-section .nav ul li a{
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  padding: 18px 3% 19px 3%;
  border-right: 1px solid #bbbbbb;
 }

#nav-section .nav ul li a:hover{
  text-decoration: underline;
}

#nav-dropdown, #nav-dropdown-cat, #nav-dropdown-brand {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  Main image-section Styles
/*-----------------------------------------------------------------------------------*/
.image-section{
  position: relative;
  margin-top: 10px;
}
.image-section .main-image{
  width: 742px;
  float: left;
}

.image-section .ad1, .image-section .ad2{
  width: 280px;
  float: right;
}

.image-section .ad1{
  background: -moz-linear-gradient(top, #bcbcbc, #ffffff);
   background: -webkit-linear-gradient(top, #bcbcbc, #ffffff);
    background: -o-linear-gradient(top, #bcbcbc, #ffffff);
    height: 298px;
    min-height: 298px;
    height: auto !important;
    text-align: center;
    behavior: url(PIE.htc);
}

.image-section .ad2{
   margin-top: 11px;
}

.image-section .ad1 h2{
  font-size: 24px;
  color: #313133;
  margin-top: 30px;
}

.image-section .ad1 p{
  font-size: 14px;
  color: #6b6b6b;
  text-transform: uppercase;
}

.image-section .ad1 p strong{
  font-size: 24px;
  color: #5c03c9;
}
.image-section .ad2{
  background: url('../img/ad-back.png') no-repeat;
   height: 171px;
    min-height: 171px;
    height: auto !important;
}

.image-section .ad2 p{
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
.image-section .ad2 p strong{
  font-size: 12px;
  color: #5c03c9;
  text-transform: uppercase;
}

.image-section .ad2 h3{
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  main section Styles
/*-----------------------------------------------------------------------------------*/
#main-section {
  clear: both;
}
#main-section .left-sidebar{
    width: 228px;
  float: left;
}
#main-section .category, #main-section .carriers, #main-section .brands,  #main-section .login {
  background: #0194bf;
  margin-top: 15px;
  padding-bottom: 10px;
}
#main-section .category h3, #main-section .carriers h3, #main-section .brands h3{
  font-size: 16px;
  color: #ffffff;
  font-weight:bolder;
  padding:5px;
  text-transform: uppercase;
  text-align: center;
  box-shadow:0 3px 3px #222222;
  behavior: url(PIE.htc);
}
#main-section .category ul, #main-section .carriers ul, #main-section .brands ul{
  margin: 20px 0 0 20px;
}
#main-section .category ul li a, #main-section .carriers ul li a, #main-section .brands ul li a{
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

#main-section .category ul li a:hover,
#main-section .carriers ul li a:hover,
#main-section .brands ul li a:hover{
  text-decoration: underline;
}
#main-section .login{
  clear: both;
  background: #eae8e8;
  padding: 10px 0;
}

#main-section .login h3{
  font-size: 23px;
  color: #5c03c9;
  text-align: center;
}
#main-section .login label{
  font-size: 12px;
  color: #3f3f3f;
}
/*
#main-section .login input[type="email"], #main-section .login input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3F3F3F;
    border-radius: 4px 4px 4px 4px;
    float: right;
    margin-right: 7%;
    padding: 6px 4px;
    width: 50%;
    behavior: url(PIE.htc);
}
*/

#main-section .login .submit{
  background:url('../img/btn-grad.png') repeat-x;
  border-radius: 5px;
  border: none;
  padding: 3px 4px;
  color: #ffffff;
  margin-left: 20px;
  behavior: url(PIE.htc);
}
#main-section .login p{
  margin-bottom: 10px;
  margin-left: 10px;
}

#main-section .login a{
  color: #5c03c9;
  font-size: 12px;
  text-decoration: none;
}

#main-section .content{
  width: 790px;
  float: right;
  margin-top: 15px;
    margin-bottom: 20px;
  background: #f3f3f3;
}


#main-section .content .new-arrivals, #main-section .content .hot-models,
#main-section .content .popular{
  margin-bottom: 30px;
  overflow: hidden;
   background: #ffffff;
   border: 1px solid #d9d9d9;
   padding-bottom: 35px;
}
#main-section .content .popular{
  margin-bottom: 0;
  padding-bottom: 50px;
}
#main-section .content .new-arrivals h3, #main-section .content .hot-models h3,
#main-section .content .popular h3{
  font-size: 15px;
  color: #323232;
  text-transform: uppercase;
  background: -moz-linear-gradient(top, #e2e2e2, #c9c9c9);
  background: -webkit-linear-gradient(top, #e2e2e2, #c9c9c9);
  background: -o-linear-gradient(top, #e2e2e2, #c9c9c9);
  background: linear-gradient(top, #e2e2e2, #c9c9c9);
   background-image:
    linear-gradient(
     #e2e2e2, #c9c9c9
    );
  font-weight: bold;
  padding: 12px 0 12px 25px;
  behavior: url(PIE.htc);
}

#main-section .content .new-arrivals .new{
  width: 260px;
  height: 267px;
  min-height: 267px;
  height: auto !important;
  float: left;
  text-align: center;
   border-right: 1px solid #ffffff;  
/*  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid #dedede;
	padding-bottom: 20px; */
}
#main-section .content .new-arrivals{
  padding-bottom: 0;
}
#main-section .content .new-arrivals .new:last-child{
/*  border-right: none; */
}
#main-section .content .new-arrivals .new img{
  margin-top: 25px;
}
#main-section .content .new-arrivals .new p{
  font-size: 10px;
  color: #616161;
}

#main-section .content .btn-add
{
   background-color:#0093be;
 /* background:url('../img/btn-grad.png') repeat-x;*/
  border-radius: 5px;
  border: none;
  padding: 5px 4px;
  color: #ffffff;
  position: relative;
  left: 40px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  float: left;
 /* width: 32%; */
  cursor: pointer;
  behavior: url(PIE.htc);
}
#main-section .content .new-arrivals form{
  margin-top: 10px;
}
#main-section .content .new-arrivals input[type="text"]{
  width: 30%;
 /* padding: 5px 2px; */
}
#main-section .content .new-arrivals .desc{
  margin: 10px 0;
}


#main-section .content .hot-models p{
  font-size: 12px;
  color: #616161;
}
#main-section .content  .top{
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
#main-section .content .lower{
  margin-top: 20px;
  padding-top: 20px;
}
#main-section .content .hot-models .top{
  border-bottom: 1px solid #dedede;
}
#main-section .content .hot-models .model{
  width: 140px;
  float: left;
  text-align: center;
}

#main-section .content .popular img{
  padding-top: 50px;
}


/*-----------------------------------------------------------------------------------*/
/*  footer section Styles
/*-----------------------------------------------------------------------------------*/
#footer{
  clear: both;
  background: -moz-linear-gradient(top, #c5c5c5,#e4e4e4);
  border-top:5px solid #323232;
  behavior: url(PIE.htc);
}
#footer .footer-content{
  padding:20px 25px;
}
#footer .footer-content .cols{
  width: 240px;
  float: left;
  margin-bottom: 30px;
}
#footer .footer-content .cols hr{
  background: url('../img/divider-small.png') no-repeat;
}
#footer .footer-content .cols.social{
  float: right;
}
#footer .footer-content .cols h4{
  font-size: 19px;
  color: #525252;
  font-family: 'Corbel', Arial;
}
#footer .footer-content .cols.blog p{
  font-size: 12px;
  font-family:  Arial;
  
}
#footer .footer-content .cols ul li{
  line-height: 20px;
}
#footer .footer-content .cols span{
  font-size: 12px;
   color: #525252;
  font-family:Arial;
  line-height: 14px;
}
#footer .footer-content .cols a{
  font-size: 12px;
   color: #525252;
  font-family: 'Corbel', Arial;
  line-height: 14px;
}
#footer .footer-content .rights .copy{
  clear: both;
margin-top: 30px;
}
#footer .footer-content .rights .copy p{
  font-size: 11px;
   color: #525252;
   text-align: center;
  
}
#footer .footer-content .copy #large{
  background: url('../img/divider-large.png') no-repeat;
}



/*----------About us page styles--------------------*/

#main-section .aboutus h3, #main-section .location h3{
  background:none;
  border-bottom: 1px solid #686868;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

#main-section .aboutus .new-arrivals{
  padding-bottom: 40px;
}
#main-section .aboutus h4{
  font-size: 20px;
  color: #5c03c9;
  font-weight: 800;
  margin: 20px 0;
}
#main-section .aboutus p{
  font-family: 'Gautami', Arial;
  color: #686868;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  padding-right: 30px;
}

.Title
{
  border-bottom: 1px solid black;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: bold;
text-align: center;
line-height:1.5em;
padding: 0.2em; 
margin-bottom: 0.5em;
}
  

#main-section .aboutus p, #main-section .aboutus h3, #main-section .location img{
  padding-left: 5%;
}
#main-section .aboutus h3
{
  padding-left: 3%;

}
#main-section .aboutus h4
{
  padding-left: 3%;

}


/*------------Contact us page styles---------------*/


#main-section .contact p label{
  width: 20%;
  display: inline-block;
}

#main-section .contact p .input{
  background: #D1C9C9; /* #e9e9e9 */
  border: none;
  padding: 2px;
}
#main-section .contact p #mess{
  width: 70%;
}
#main-section .contact p.btns{
  text-align: left;
}
#main-section .contact .btn{
  background: -moz-linear-gradient(top, #5c03c9, #40028c);
  background: -webkit-linear-gradient(top, #5c03c9, #40028c);
  background: -o-linear-gradient(top, #5c03c9, #40028c);
  background: -ms-linear-gradient(#5c03c9, #40028c);/*For IE10*/
  background: linear-gradient(#5c03c9, #40028c);
  border-radius: 5px;
  border: none;
  padding: 5px 9px;
  color: #ffffff;
  position: relative;
  left: 40px;
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  behavior: url(PIE.htc);
}


#main-section .contact .contact-info{
  width: 60%;
  padding-left: 40px;
  padding-top: 50px;
}

#main-section .contact .contact-info p span:last-child{
  float: right;
}




/*------------FAQ page styles---------------*/

#main-section .faq strong.order{
  display: inline-block;
  padding-top: 70px;
  padding-bottom: 0px;
  padding-right: 80px;
  background: url('../img/FAQ_icon.jpg') right top no-repeat;
}

#main-section .outbound{
  text-align: center;
  margin: 20px 0;
}

/*------------Forms page styles---------------*/
#main-section .forms {
  box-shadow: 0 3px 5px #cccccc;
  behavior: url(PIE.htc);
}
#main-section .forms .rma, #main-section .forms .c-card, 
#main-section .forms .rma, #main-section .forms .credit{
  width: 65%;
  margin: 0 auto;
}
#main-section .forms .rma p, #main-section .forms .c-card p,
#main-section .forms .rma p, #main-section .forms .credit p{
  margin-left: 0;
  margin-top: 0;
  text-align: left;
}
#main-section .forms hr{
  width: 60%;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
#main-section .forms h2{
  font-size: 21px;
  color: #5903c3;
  font-weight: bolder;
  line-height: 20px;
  margin: 0;
  padding-left: 40px;
}

#main-section .forms .rma{
  background: url('../img/rma_form.jpg') left center no-repeat;
  padding:50px 0 50px 100px;
}

#main-section .forms .c-card{
  background: url('../img/credit_card_form.jpg') left center no-repeat;
  padding:50px 0 50px 100px;
}

#main-section .forms .credit{
  background: url('../img/icon_credit.png') left center no-repeat;
  padding:50px 0 50px 100px;
}

#main-section .forms p{
  text-align: center;
}
#main-section .forms p.last{
  text-align: right;
}
#main-section .forms p a{
  display: inline-block;
  background: -moz-linear-gradient(top, #5c03c9, #40028c);
  background: -webkit-linear-gradient(top, #5c03c9, #40028c);
  background: -o-linear-gradient(top, #5c03c9, #40028c);
  border-radius: 5px;
  border: none;
  padding: 6px 30px;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
  behavior: url(PIE.htc);
}



/*-----------Category page styles---------------*/

#main-section .batteries h3{
  padding-left:50px;
  font-size: 16px;
  color: #323232;
  border-bottom: 1px solid white;
}
#main-section .batteries p{
  font-size: 12px;
  color: #6a6a6a;
  padding-left: 50px;
  margin: 15px 0;
}

#main-section .batteries form{
  text-align: right;
}
#main-section .batteries form .select{
  width: 200px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #999999;
  height: 30px;
}
#main-section .batteries form .select select{
  width: 222px;
  border:none;
  padding: 7px 5px;
  background: url('../img/arrow.png') 165px  0 no-repeat;
}
#main-section .our-brands{
  width: 95%;
  margin: 0 auto 10px  auto;
}

#main-section .our-brands h4{
  font-size: 12px;
  color: #5c03c9;
  border-bottom: 1px solid #999999;
}
#main-section .our-brands img{
  margin: 5px 10px;
}
#main-section .our-brands .companies{
  margin-left: 40px;
}

#main-section .new-arrivals.batteries form{
  text-align: center;
}

#main-section .batteries .btn-add{
  float: none;
 /* margin-left: 3%; */
  position: static;
  border-radius:0;
  padding: 8px 22px;
  behavior: url(PIE.htc);
}
#main-section .new-arrivals.batteries .batt{
  width: 230px;
   font-size: 10px;
}


#main-section .new-arrivals.batteries .batt-1 img{
    position: relative;
    top:-10px;
    height: 120px;
}
#main-section .new-arrivals.batteries .batt p{
  padding: 0;
  text-align: center;
  color: #232323;
}

#main-section .new-arrivals.batteries .batt p:first-child{
  font-weight: bold;
  font-size: 11px;
}
#main-section .new-arrivals.batteries .batt img{
  margin-top: 5px;
}

#main-section .content .new-arrivals.batteries .top{
  overflow: visible;
}

#main-section .content .new-arrivals.batteries .top.first-top{
  overflow: hidden;
}
#main-section .content .links{
  background: #ffffff;
  padding: 20px 10px;
}

#main-section .content .Submit
{
	 display: inline-block;
  background: #323232;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 5px;
  font-size: 12px;

}


#main-section .content .links a{
  display: inline-block;
  background: #323232;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 5px;
  font-size: 12px;
}
#main-section .content .links p{
  text-align: right;

}
#main-section .content .links .pagination{
  margin-top: 20px;
}

#main-section .content .links .pagination .pag-links{
  float: left;
}
#main-section .content .links form{
  font-size: 12px;
}
#main-section .content .links form input[type="text"]{
  width: 50px;
}
#main-section .content .links form .all{
    background:url('../img/nav-grad.png') repeat-x;
   border:none;
     color: #ffffff;
  text-decoration: none;
  padding: 3px 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
}

#main-section .new-arrivals.batteries{
  margin-bottom: 0;
  padding: 0;
}


/*------Sub category page styles--------------------*/

#main-section .new-arrivals.batteries.phones a.btn-add{
  padding: 8px 40px;
  border-radius: 0;
  margin-left: 0;
  width: auto;
  display: inline-block;
  text-decoration: none;
  behavior: url(PIE.htc);
}
#main-section .new-arrivals.batteries.phones .new{
 /* border:none;*/
  min-height: 370px;
  height: auto !important;
  padding: 5px;
}

/*------Lpgin page styles--------------------*/

#main-section .new-arrivals.login-form{
  position: relative;
  padding: 40px 0;
  background: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background: -o-linear-gradient(top, #e8e8e8, #ffffff);
  border-radius: 20px;
  box-shadow: 0 3px 5px #999999;
  behavior: url(PIE.htc);
}
#main-section .new-arrivals.login-form form label{
  font-size: 12px;
  padding-right: 10px;
}
#main-section .new-arrivals.login-form form .input-field{
  background: #cecece;
  border:1px solid #232323;
  width: 40%;
  padding: 4px 2px;
}
#main-section .new-arrivals.login-form img{
  position: absolute;
  right: 5%;
  top:7%;
}
#main-section .new-arrivals.login-form form .submit{
  background: -moz-linear-gradient(top, #5c03c9, #40028c);
  background: -webkit-linear-gradient(top, #5c03c9, #40028c);
  background: -o-linear-gradient(top, #5c03c9, #40028c);
  border-radius: 5px;
  border: none;
  padding: 3px 4px;
  color: #ffffff;
  margin-left: 10%;
  behavior: url(PIE.htc);
}

#main-section .new-customer{
  position: relative;
  padding: 80px 0;
  background: -moz-linear-gradient(top, #bbbbbb, #c8c8c8);
  background: -webkit-linear-gradient(top, #bbbbbb, #c8c8c8);
  background: -o-linear-gradient(top, #bbbbbb, #c8c8c8);
  border-radius: 20px;
  box-shadow: 0 3px 5px #999999;
  behavior: url(PIE.htc);
}
#main-section .new-customer p{
  color: #323232;
  text-align: center;
 /* padding-left: 20%; */
}
#main-section .new-customer a.new-account{
  display: inline-block;
  background: -moz-linear-gradient(top, #640cd0, #4f3273);
  background: -webkit-linear-gradient(top, #640cd0, #4f3273);
  background: -o-linear-gradient(top, #640cd0, #4f3273);
  padding: 20px 6px;
  color: #ffffff;
  border-radius: 10px;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  behavior: url(PIE.htc);
}
#main-section .new-customer .new-acc{
  position: absolute;
  left: 0;
}

#main-section .custom{
  text-align: right;
  padding-left: 0;
  padding-right:10%;
}

/*----------------My account page styles---------------------------------*/
#main-section .account-details ul{
  width: 90%;
  margin: 0 auto;
}
#main-section .account-details ul li{
  list-style: none;
  margin: 30px 0;
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
}
#main-section .account-details h4, #main-section .account-details p{
  margin: 0;
  padding: 0;
}
#main-section .account-details p{
  padding-bottom: 5px;
}

#main-section .account-details ul li.profile{
  background: url('../img/profile_icon.jpg') 75% center no-repeat;
}
#main-section .account-details ul li.store{
  background: url('../img/chain_store_icon.jpg') 75% center no-repeat;
}
#main-section .account-details ul li.pass{
  background: url('../img/password_icon.jpg') 75% center no-repeat;
}
#main-section .account-details ul li.orders{
  background: url('../img/order_history_icon.jpg') 75% center no-repeat;
}
#main-section .account-details ul li.invoice{
  background: url('../img/invoice_icon.jpg') 75% center no-repeat;
}

#main-section .account-details ul li.inq{
  background: url('../img/inquiry_icon.jpg') 75% center no-repeat;
  border-bottom: none;
}

/*---------------New Account page styles--------------*/

#main-section .new-account  .select{
  width: 196px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #999999;
  height: 24px;
}
#main-section .new-account  .select select{
  width: 222px;
  border:none;
  padding: 5px 5px;
  background: url('../img/arrow2.jpg') 165px  0 no-repeat;
}

#main-section .new-arrivals.new-account  label{
  width: 25%;
  display: inline-block;
}
#main-section .new-arrivals.new-account  input[type="text"],
#main-section .new-arrivals.new-account  input[type="email"]{
  border: 1px solid #232323;
  background: #ffffff;
  width: 36%;
  padding: 2px 0;
}
#main-section .new-arrivals.new-account  .input-field.num{
  width: 28%;
}

#main-section .new-arrivals.new-account,
#main-section .salesperson,
#main-section .billing,
#main-section .shipping{
  position: relative;
  padding: 0 0 30px 0;
}
#main-section .new-arrivals.new-account img,
#main-section .salesperson img,
#main-section .billing img,
#main-section .shipping img{

 /* position: absolute; */
  right: 0;
}
#main-section .new-arrivals.new-account img{
  top:30%;
}
#main-section .new-arrivals.new-account.billing img{
  top:20%;
}
#main-section .new-arrivals.new-account.shipping img{
  top:20px;
}

#main-section #sub-app{
  background: #5c03c9;
  border: none;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;

}
#main-section .submit-button, #main-section .application{
  text-align: right;
  font-size: 12px;
  color: #767676;
  padding-left: 50%;
}

/*---------------Phone page styles--------------*/

#main-section .new-arrivals.new-phones .batt p{
  text-align: left;
  position: relative;
  left: 8%;
  padding-right: 20px;
}
/*---------------Preorder page styles--------------*/


#main-section .table-header ul li{
  display: inline-block;
  text-align: center;
}

#main-section .table-header ul li h3{
    border-right: 1px solid #ffffff;
    padding: 10px 10px 10px 0;
}
#main-section .table-header ul li:last-child h3{
  border-right:none;
}
#main-section .table-header ul{
   background: -moz-linear-gradient(top, #e2e2e2, #c9c9c9);
    background: -webkit-linear-gradient(top, #e2e2e2, #c9c9c9);
     background: -o-linear-gradient(top, #e2e2e2, #c9c9c9);

     border-radius: 4px;
     behavior: url(PIE.htc);
}
#main-section .table-header ul li.pname{
  width: 20%;
}
#main-section .table-header ul li.pimage{
  width: 20%;
}
#main-section .table-header ul li.est-date{
  width: 26%;
}
#main-section .table-header ul li.qty{
  width: 19%;
}
#main-section .table-header ul li.pre{
  width: 12%;
}

#main-section .table-content{
  border: 1px solid #dedede;
  border-top: none;
}
#main-section .table-content ul{
  text-align: center;
}
#main-section .table-content ul li{
  display: inline-block;
  border-right: 1px solid #ffffff;
}

#main-section .table-content ul li.pname{
  width: 20%;
}
#main-section .table-content ul li.pimage{
  width: 20%;
}
#main-section .table-content ul li.est-date{
  width: 26%;
}
#main-section .table-content ul li.qty{
  width: 19%;
}
#main-section .table-content ul li.pre{
  width: 12%;
}
#main-section .table-content ul li:last-child{
  border-right: none;
}

#main-section .table-content.first ul{
  background: #f8f8f8;
   border-top: 1px solid #dedede;
}

#main-section .table-content.second ul{
  background: #f5f5f5;
}
#main-section .table-content ul input[type="text"]{
  width: 50%;
  border: 1px solid #cccccc;
}


#main-section .porder-app #porder{
  background: #292929;
  border: none;
  padding: 0 20px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
}
#main-section .porder-app{
  background: #fcfcfc;
  padding: 5% 3% 5% 10%;
}

#main-section .porder-app label{
   width: 30%;
  display: inline-block;
  font-size: 12px;
}
#main-section .porder-app .input-field{
  background: #ffffff;
  border:1px solid #dedede;
  width: 40%;
  padding: 6px 2px;
}
#main-section .porder-app p{
  margin: 0;
}


/*---------------------Product page styles----------------*/

#main-section h3#items{
  font-size: 15px;
  color: #323232;
  text-transform: uppercase;
  background: -moz-linear-gradient(top, #e2e2e2, #c9c9c9);
  background: -webkit-linear-gradient(top, #e2e2e2, #c9c9c9);
  background: -o-linear-gradient(top, #e2e2e2, #c9c9c9);
  font-weight: bold;
  padding: 12px 25px 12px 25px;
  display: inline-block;
  clear: both;
  behavior: url(PIE.htc);
}
#main-section .item-heading{
  clear: both;
}
#main-section .batteries .product-desc p{
  padding-left: 0;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 3px 0;
  margin: 40px 0;
}
#main-section .batteries .product-desc p span:first-child{
  display: inline-block;
  width: 20%;
}
#main-section .batteries .product-desc p span:last-child{
  display: inline-block;
 
}
#main-section .batteries .product-desc{
  /*width: 48%;*/
  margin-bottom: 100px;
  float: left;
}
#main-section .batteries{
  position: relative;
}
#main-section .batteries #single-heading{
  padding-left: 0;
}
#main-section .batteries .large-img{
  border:1px solid #232323;
}
#main-section .batteries .img-holder .large-img2{
  display: none;
}

#main-section .batteries .img-holder .thumbnail1, #main-section .batteries .img-holder .thumbnail2{
  cursor: pointer;
}
#main-section .batteries #thumbnail{
  
}
#main-section .batteries .img-holder{
  width: 50%;
  position: relative;
  float: right;
}

#main-section .batteries .img-holder ul li{
  display: inline-block;
}

#main-section .batteries .img-holder ul li img{
  display: inline-block;
  border:1px solid #232323;
  margin: 0 5px;
}

#main-section .batteries .ups{
  background: url('../img/bar-code.png') right center no-repeat;
  padding: 5px 50px 5px 0;
}
#main-section .new-arrivals.batteries.phones.single-phones{
  clear: both;
}


/*--------------Return page styles here----------------------*/


#main-section .forms.return p{
  text-align: left;
}
#main-section .forms.return .download{
  text-align: center;
}
#main-section .forms.return .download a{
  background: none;
  padding:0;
}

/*--------------Shipping page styles here----------------------*/


#main-section .shipping .ship{
  position: absolute;
  right: 0;
  bottom: 0;
}
/*-------------------------Media Queries---------------------------------------------------------*/

@media(max-width: 1080px){
  #wrap{
    width: 979px;
  }
  .image-section .main-image{
    width: 690px;
  }
   #main-section .content{
    width: 770px;
   }
   #main-section .content .new-arrivals .new{
    width: 240px;
   }
   #main-section .login input[type="email"], #main-section .login input[type="password"]{
    width: 50%;
   }
  .image-section .main-image img{
    width: 100%;
  }
  #main-section .left-sidebar{
    width: 200px;
  }
  #main-section .shipping .ship{
   width: 20%;
  }
}

@media(max-width: 1024px){
    #wrap{
    width: 900px;
  }
  .image-section .main-image{
    width: 600px;
  }
  .image-section .ad1{
    height: 200px;
    min-height: 200px;
    height: auto !important;
  }
  .image-section .ad1 h2{
    margin-top: 10px;
    font-size: 15px;
  }
  .image-section .ad2{
    height: 120px;
    min-height: 120px;
    height: auto !important;
  }
  .image-section .ad2 p, .image-section .ad2 h3{
    margin-top:40px;
  }
    #main-section .left-sidebar{
    width: 170px;
    margin-right: 10px;
  }
   #main-section .content{
    width: 720px;
   }
   #main-section .content .new-arrivals .new{
    width: 220px;
   }
 
   #main-section .login input[type="email"], #main-section .login input[type="password"]{
    width: 50%;
   }
  .image-section .main-image img{
    width: 100%;
  }
  #main-section .content .new-arrivals input[type="text"]{
    margin-left: 10px;
  }
  #main-section .content .btn-add{
    text-transform: none;
    font-size: 10px;
 /*   width: 33%; */
  }

  #nav-section .nav ul li a{
    padding: 18px 10px 20px 10px;
  }
}

@media(max-width: 979px){
  
  #wrap{
    width: 767px;
  }
  #head-section .top-content .logo-section{
    width: 350px;
  }
  #head-section #header-nav{
    /* display: none;*/
    width:100%;
  }
  #head-section #selectnav1{
    display: block;
    width: 98%;
    margin: 20px auto;

  }
  .image-section .main-image{
    width: 480px;
  }
  .image-section .ad1{
    height: 200px;
    min-height: 200px;
    height: auto !important;
  }
  .image-section .ad1 h2{
    margin-top: 10px;
    font-size: 15px;
  }
  .image-section .ad2{
    height: 95px;
    min-height: 95px;
    height: auto !important;
  }
  .image-section .ad1 p{
    line-height: 16px;
  }
  .image-section .ad2 p, .image-section .ad2 h3{
    margin-top:10px;
  }
    #main-section .left-sidebar{
    width: 150px;
    margin-right: 10px;
  }
  #main-section .category h3,
  #main-section .carriers h3,
  #main-section .brands h3{
    font-size: 15px;
  }
   #main-section .content{
    width: 600px;
   }
   #main-section .content .top{
    overflow: visible;
   }
   #main-section .content .new-arrivals .new{
    width: 185px;
    border: none;
   }
   #main-section .content .hot-models .model{
    width: 100px;
   }
   #main-section .content .hot-models .top{
    overflow: hidden;
   }

   #main-section .login input[type="email"], #main-section .login input[type="password"]{
    width: 50%;
   }
  .image-section .main-image img{
    width: 100%;
  }
  #main-section .content .new-arrivals input[type="text"]{
    margin-left: 10px;
  }
  #main-section .content .btn-add{
    text-transform: none;
    font-size: 10px;
  /*  width: 33%; */
  }

  #nav-section .nav ul li a{
    padding: 18px 10px 20px 10px;
  }

  #main-section .account-details ul li.profile{
      background: url('../img/profile_icon.jpg') right center no-repeat;
    }
    #main-section .account-details ul li.store{
      background: url('../img/chain_store_icon.jpg') right center no-repeat;
    }
    #main-section .account-details ul li.pass{
      background: url('../img/password_icon.jpg') right center no-repeat;
    }
    #main-section .account-details ul li.orders{
      background: url('../img/order_history_icon.jpg') right center no-repeat;
    }
    #main-section .account-details ul li.invoice{
      background: url('../img/invoice_icon.jpg') right center no-repeat;
    }

    #main-section .account-details ul li.inq{
      background: url('../img/inquiry_icon.jpg') right center no-repeat;
      border-bottom: none;
    }

    #main-section .new-arrivals.new-account img{
     width: 30%;
    }
    #main-section .table-header ul li h3{
      border-right: 1px solid #ffffff;
      padding: 2px 2px 2px 0;
    }
    #main-section .batteries .large-img1, #main-section .batteries .large-img2 {
      width: 90%
  }
  #main-section .batteries #thumbnail{
    top:350px;
  }
 
}


/******************************************************/
DIV#photos
{
    OVERFLOW: auto;
    text-align:center;   
}
DIV.photo
{
    MARGIN: 0px 0px 5px 0px;
    DISPLAY:block;
     text-align:center;
}

.CategoryLink
{
color: #323232;
}

.Highlight {
color: black;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
}

.Highlight_purple {
color: #5c03c9;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
}

.GridHeader {
 /*
background-image: url("../img/Shape16.jpg");
  background-repeat: repeat-x;
*/
background-color:#0194bf;
color: white;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: bold;
text-align: center;
line-height:1.5em;
padding: 0.2em;
}

.GridItem, .HoverGridItem
{
	background-color:White;
	font-size:smaller;
}

.AlternatingGridItem, .HoverAlternatingGridItem {
    	font-size:smaller;
}

.WarningLabel
{
color: red;
}




.btnsubmit{
  background:url('../img/btn-grad.png') repeat-x;
  border-radius: 5px;
  border: none;
  padding: 5px 16px;
  color: #ffffff;
  behavior: url(PIE.htc);
  text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
/*font-weight: bold;*/
}

.HighLightBigBlue
{
	font-size: 18px;
	font-weight: bold;
  color:Blue;
  font-family: 'Corbel', Arial;
  text-transform:uppercase;
  margin-bottom: 5px;
}



.Highlight_myacc
{
color: #0066cc;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: bold;
padding:20px 0 0 5px;
}

.Highlight_myacc a
{
	text-decoration:none;
}

.Highlight_myacc p
{
	padding:0 0 15px 5px ;
	font-family: 'Gautami', Arial;
color: #686868;
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}

.p_myacc
{
	
background: none;
border-bottom: 1px solid #686868;
padding: 0px 0px 25px 0px;
}

#main-section .aboutus p
{
display:inline-block;
padding-right: 0px;
width:90%;
}


.Label
{
/*	font-family: 'Gautami', Arial; */
color: #686868;
font-size: 14px;
}

.gbutton
{
    text-decoration: none;
    background-color: #7E7E7E; 
border: 1px solid #7E7E7E;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: White; /* #E8ED98; */
    padding: 3px 7px;
    font-size:small;
float:right;
}

.bbutton
{
    text-decoration: none;
    background-color: black; 
border: 1px solid #7E7E7E;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: White; /* #E8ED98; */
    padding: 3px 7px;
    font-size:small;
float:left;
}

.storeHeader
{
background-image: url("../img/Shape16.jpg");
  background-repeat: repeat-x;
color: #5E2C9B;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bolder;
padding: 5px;
}

.h3_title
{
background: none;
padding-bottom: 0;
font-weight: bold;
margin-bottom: 20px;
}

.Price:before {
  content: "$ ";
}



