﻿* {margin:0;padding:0;}

body
{
    background:#C5CCD3;
    color:#333;
    overflow-x:hidden;
    -webkit-user-select:none;
    -webkit-text-size-adjust:none;
    font-family:Helvetica;
    -webkit-perspective:800;
    -webkit-transform-style: preserve-3d;
}

a {border:0;}
img {border:0;}

.selectable, input, textarea
{
    -webkit-user-select:auto;
    }
.clear {clear:both;font-size:1px;height:0;}

body > *
{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;    
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0,0,0) rotate(0) scale(1);
    min-height: 420px !important;
}
body.fullscreen > * {
    min-height: 460px !important;
}
body.fullscreen.black-translucent > * {
    min-height: 480px !important;
}
body.landscape > * {
    min-height: 320px;
}


h1,h2 {font: bold 18px Helvetica, Verdana, sans-serif;
       text-shadow: rgba(255,255,255,.2) 0 1px 1px;
       color: rgb(76,86,108);
       margin: 10px 20px 6px;
}

.header {height:86px;background:#666;}
.header .logo {height:43px; background:#421a1c url(MobileLogo.png) no-repeat;}
.header .logo a {display:block;height:43px;width:100%;}
.actionbar {height:43px; overflow:hidden; background-color:Blue;
            background: url(themes/apple/img/toolbar.png) #6d84a2 repeat-x;}
.searchbox {float:left;padding:10px 0 0 10px;}
.searchbutton {float:left;padding:6px 6px 0 6px;}
.cartbox {float:right;height:43px;padding:6px 10px 0 0;}


input[type="text"], input[type="password"], textarea, select {
    color: #777;
    background: #fff;
    /*border: 0;*/
    font: normal 17px Helvetica;
    padding: 0 4px;
    display: inline-block;
    margin-left: 0px;    
    -webkit-appearance: textarea;
    -webkit-border-radius: 8px;
}
.searchbox input[type="text"] {width:150px;border:0;}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

ul {
    color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    font: bold 17px Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
    -webkit-border-radius: 8px;
}

ul li {
    color: #666;
    border-top: 1px solid #B4B4B4;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
}

/* when you have a first LI item on any list */

li:first-child, li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

li:last-child, li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* universal arrows */

ul li.arrow {
    background-image: url(themes/apple/img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/* universal links on list */

ul li a, li.img a + a {
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a.active {
    background: #194fdb url(themes/apple/img/selection.png) 0 0 repeat-x;
    color: #fff;
}

ul li a.button {
    background-color: #194fdb;
    color: #fff;
}

ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
}

ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}

ul li.img a + small + a {
    margin-left: -5px;
}

ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
}

ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}

ul li a + a {
    color: #000;
    font: 14px Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Helvetica;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}

/*
@end */

/* @group Individual */

ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
}

ul.individual li {
    color: rgb(183,190,205);
    background: white;
    border: 1px solid rgb(180,180,180);
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
}

ul.individual li + li {
    float: right;
}

ul.individual li a {
    color: rgb(50,79,133);
    line-height: 16px;
    margin: -11px -10px -14px -10px;
    padding: 11px 10px 14px 10px;
    -webkit-border-radius: 8px;
}

ul.individual li a:hover {
    color: #fff;
    background: #36c;
}

/* @end */

.pagerblock {margin:10px 10px;}
a.pager, a.pagercurrent {display:block;
                         float:left;
                         padding:5px 8px;
                         border: 1px solid rgb(180,180,180);
                         text-decoration:none;
                         background: white;
                         color:#000;
                         margin:0 5px 0 0;
                         -webkit-border-radius: 8px;}
a.pagercurrent {background:#f90;color:white;font-weight:bold;}
                         
.productlist {padding:5px 8px;
              border: 1px solid rgb(180,180,180);              
              background:#fff;
              color:#000;
              margin:0 10px;
              padding:4px;
              -webkit-border-radius: 8px;}    

.productsummary {clear:both;
                 margin:20px 0 20px 0;
                 border-bottom:solid 1px #eee;
                 padding:0 0 10px 0;}                     
.productsummary .productimage {width:110px;float:left;}
.productdetails .productimage {width:220px;margin:10px auto;}
.productsummary .productinfo {margin:0 0 0 120px;}
.productsummary h3, .productdetails h3 {font-size:13pt;font-weight:bold;}
.productsummary h4, .productdetails h4 {font-size:11pt;font-weight:normal;color:#666;}
.productsummary p.description, .productdetails p.description {font-size:9pt;padding:5px 0 0 0;}

.productsummary p.price, .productdetails .prices {font-size:11pt;font-weight:bold;color:#363;
                         padding:5px 0 0 0;}

.productdetails .prices {color:#666;margin:5px auto;}
.productdetails .prices .formlabel {font-weight:normal;font-size:9pt;text-align:right;padding-right:5px;}
.productdetails .siteprice {color:#363;}
.productdetails .listprice {text-decoration: line-through; color:#999;}
.productdetails .yousave {color:#666;font-weight:normal;font-size:9pt;}

.quantitycontrols select {border:solid 1px #777;}
.quantitycontrols td {padding:10px 0;}                         
.quantitycontrols {display:none;}

.productsummary p.actionbuttons {padding:10px 0 10px 0;}
#buttons {margin:10px auto;width:120px;}

.outofstockdisplay {font-size:17pt;font-weight:bold;color:#f33;text-align:center;}


/* Cart Page */

#carttitle h1 {margin:5px 0 0 4px;padding:0;}
#cartcontainer {background:#fff;margin:10px 0px;width:100%}

.cartitemimage img {width:65px;}
.cartitemimage {width:65px;float:left;}
.cartqty {float:left;margin:0 0 0 20px;padding:20px 0 0 0;}
.cartitemdescription {clear:both;margin:5px 0;}
.cartitemdescription a {text-decoration:none;}


.cartproductgrid {width:100%;}
#cartcontainer tr td, #cartcontainer tr th {border-bottom:solid 1px #eee; vertical-align:top;padding:5px;}
td.col3 { text-align: right;}
td.col3 .lineitemnodiscounts { display: block; color: #999; text-decoration: line-through; }
td.col3 .totallabel { display: block; font-weight: bold; }
.delbutton {padding:30px 20px 0 0;text-align:right;}

.cartsku { font-size:11px;color:#666;text-decoration:none; }
.cartproductname { font-size: 13px; font-weight: bold;text-decoration:none;}
.cartproductprice {font-size: 13px;text-decoration:none;}

#cartfooter {margin: 10px 20px 0 20px;}
#carttotals {float:right;margin-bottom:10px;text-align:right;}
#carttotals table {float:right;}
#carttotals .formlabel, #carttotals .formfield { font-size:110%; font-weight: bold; color: #2D2D73; }
#cartupdates {width:350px;margin-bottom:10px;text-align:right;float:right;}
#cartactions {clear:both;text-align:right;padding-bottom:12px;margin-top: 20px;}
#cartactioncontinue {float:left;width:120px;text-align:left;}
#cartactioncheckout {display:inline;}
#cartcoupons {border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#eee;padding:10px;margin: 10px 0;}
