@import url(reset-min.css);

body {
  font:13px Arial, Helvetica, sans;
  color:#666;
}

a {
  color:#29abe2;
  text-decoration:none;
}

a:hover {
  color:#0071bc;
}

h1, h2, h3, h4 {
  color:#1144AA;
  font-family:Georgia, Times, serif;
  font-weight:normal;
}

h1 {
  font-size:2.5em;
  text-align: center;
  padding: 10px 0 20px;
}

h2, h3, h4, #navigation li a, #list-category li a {
  font-size:1.35em;
}

h3 {
  padding: 15px 0 5px;
}

input {
  color:#666;
}

p {
  margin: 10px 0;
  font-size:130%;
}

.clear {
  clear: both;	
}

#container {
  width:900px;
  margin:0 auto;
  background-color: #FFFFCC;
  color: #1144AA;
  border: 1px solid #000;
}

#header {
  background-image: url('../images/jp-header.jpg');
  height:192px;
}

#header #basket-link, #header #checkout-link {
  float: right;
  clear: both;
  text-align: right;
  margin: 5px 10px 0;
}

#header #basket-link a, #header #checkout-link a {
  color: #FFF;
  text-decoration: none;
}

#header #basket-link a:hover, #header #checkout-link a:hover {
  text-decoration: underline;
}

/*
 * Toolber Styles :: Begin
 */
#toolbar {
        border-top: 1px solid #000;
}


#navigation  {
        background-color: #3366cc;
        color: white;
}

#navigation li {
        display: block;
        float: left;
        height: 50px;
        border-left: 1px solid black;
}

#navigation li a {
        display: block;
        position: relative;
        background-color: #3366cc;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
}

#navigation li ul.subcategories {
        display: none;
        /*float: left;*/
        position: absolute;
        margin-left: -1px;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
}

#navigation li:hover > ul.subcategories {
        display: block;
        float: left;
}

#navigation li.sfhover ul.subcategories {
        display: block;
        float: left;
}

#navigation li ul.subcategories li {
        display: block;
        float: none;
        border: 0px;
        border-top: 1px solid black;
}

#navigation li#home {
        border-left: none;
}

#navigation li#home a,
#navigation li#course a,
#navigation li#about a,
#navigation li#contact a,
#navigation li#cat24 a,
#navigation li#cat25 a,
#navigation li#cat31 a {
        width: 149px;
}

#navigation li#contact a {
        width: 150px;
}

#navigation li#home a,
#navigation li#course a,
#navigation li#about a,
#navigation li#contact a {
        padding-top: 12px;
        height: 38px;
}

#navigation li#cat24 a {
        padding-top: 3px;
        height: 47px;
}

#navigation li#cat31 a {
        padding-top: 12px;
        height: 38px;
}

#navigation li#cat24 ul.subcategories li a,
#navigation li#cat31 ul.subcategories li a {
        padding-top: 3px;
        height: 47px;
}
/*
 * Toolber Styles :: End
 */


#content {
  text-align: center;
  padding: 20px 60px;
  clear: both;
  border-top: 1px solid #000;
}

#featured_product {
  border: 2px solid #CCC;
  width: 600px;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 auto 20px;
}

.product_info {
  width: 100%;
  padding: 8px 0 0;
  margin: 10px 0 0;
  background-color: #F2F2F2;
  border-top: 1px solid #EAEAEA;
  height: 43px;
}

.price {
  float: left;
  padding: 5px 15px;
  border-right: 1px solid #D5D5D5;
  color: #0071BC;
  font-weight: bold;
  font-size: 1.5em;
}

.name {
  float: left;
  padding: 5px 15px;
  border-left: 1px solid #E3E3E3;
  color: #333;
  font-size: 1.5em;
}

.link {
  float: right;
  padding: 10px 15px;
  text-align: right;
}

#bottom-featured-products-container {
  width: 600px;
  margin: auto;
  padding-bottom: 20px;
}

.special_product {
  width: 186px;
  border: 2px solid #CCC;
  float: left;
  margin:0pt 15px 0pt 0pt;
  padding: 5px 0 0;
  text-align: center;
}

.price_small {
  float: left;
  padding: 2px 5px;
  border-right: 2px solid #D5D5D5;
  color: #0071BC;
  font-weight: bold;
}

.price_small .old_price {
  display: block;
  color: #C2D8E7;
}

.price_small .price_span {
  display: block;
  padding: 7px 0;
}

.name_small {
  color:#5BBCE6;
  float:left;
  padding:2px 5px;
  text-align:left;
  width:100px;
}

#product {
  width: 600px;
  margin: auto;	
}

#product #image {
  width: 600px;
  border: 2px solid #F2F2F2;
  text-align: center;
  padding: 15px 0;
}

#product #details {
  width: 570px;
  border: 2px solid #F2F2F2;
  background-color: #F2F2F2;
  text-align: center;
  padding: 15px;
}

#product #details #details-name {
  float: left;
  font-size: 1.35em;
}

#product #details #details-price, #product #details #details-price-new {
  float: right;
  font-size: 1.35em;
  color: #0071BC;
}

#product #details #details-price-old {
  float: right;
  font-size: 1.35em;
  color: #C2D8E7;
  margin: 0 15px 0 0;
}

#product #details #details-description {
  float: left;
  width: 450px;
  text-align: left;
  padding: 15px 0;
}

#product #details #details-basket {
  float: right;
  padding: 15px 0;
}

#product #details #details-specs {
  clear: both;
  text-align: left;
  border-top: 2px solid #ECECEC;
}

#product #details #details-specs h2 {
  margin-left: 0;
}

#product #details #details-specs .feature, #product #details #details-specs .feature_value {
  background-color: #E6E6E6;
  min-width: 150px;
  border-right: 10px solid #F2F2F2;
  border-bottom: 5px solid #F2F2F2;
  padding: 3px 50px 3px 3px;
}

#product #details #details-ratings {
  text-align: left;
  margin: 15px 0;
  border-top: 2px solid #ECECEC;
}

#product #details #details-ratings h2 {
  margin-left: 0;
}

#product #details #details-ratings .feature, #product #details #details-ratings .feature_value {
  background-color: #E6E6E6;
  min-width: 150px;
  border-right: 10px solid #F2F2F2;
  border-bottom: 5px solid #F2F2F2;
  padding: 3px 50px 3px 3px;
}

#product #details #details-ratings .feature_value {
  background-color: #F2F2F2;
}

#product #details #details-reviews {
  text-align: left;
  margin: 15px 0;
  border-top: 2px solid #ECECEC;
}

#product #details #details-reviews h2 {
  margin-left: 0;
}

#product #details #details-reviews .feature {
  font-size: 1.35em;
  padding: 0 0 10px;
}

#product #details #details-reviews .feature_value {
  padding: 0 0 20px;
}

.category_product {
        margin-bottom: 10px;
        text-align: left;
}

.category_product .image-left {
        float: left;
        clear: left;
        border: 0;
        width:180px;
}

.category_product .image-right {
        float: right;
        border: 0;
        width:180px;
        text-align:right;
}

.category_product .info-left {
        margin: 0;
        padding: 8px 0 0;
        width: 180px;
        height: 50px;
        background-color: #f2f2f2;
        border-top: 1px solid #eaeaea;
}

.category_product .info-right {
        float: right;
        clear: right;
        margin: 0;
        margin-bottom: 20;
        padding: 8px 0 0;
        width: 180px;
        height: 50px;
        background-color: #f2f2f2;
        border-top: 1px solid #eaeaea;
}

#footer {
  clear: both;
  height: 120px;
}

#footer #footer-img {
  margin: auto;
  text-align: center;
  margin: 20px 0;
}

#footer ul {
  float: left;	
}l

#footer li {
  display: inline;
  padding: 5px 5px;
  border-right: 1px solid #A386F0;
}

#footer #top-link {
  float: right;
  margin: 0;
  margin-top:-15px;
  padding: 0 5px 0 0;
  font-size: 13px;
}

.shopping-cart-image {
  width: 80px;
  text-align: left;
  padding: 2px;
}

.shopping-cart-item {
  width: 335px;
  text-align: left;
  padding: 2px;
}

.shopping-cart-price {
  width: 65px;
  text-align: center;
  padding: 2px;
}

.shopping-cart-quantity {
  width: 75px;
  text-align: center;
  padding: 2px;
}

.shopping-cart-total {
  width: 45px;
  text-align: right;
  padding: 2px;
}

p.checkout-navigation {
  margin: 10px 0;
}

#basket-submit {
  border: none;
  padding: 0;
  float: none;
  color: #29abe2;
  font-size: 0.85em;
}

#shopping-cart {
  width:100%;
  margin-top:25px;
  margin-bottom:27px;
  text-align:center;
  vertical-align:middle;
  font-size:1em;
  
}

#shopping-cart thead th {
  font-size:0.7em;
  color:#b2b2b2;
  padding-bottom:9px;
}

#shopping-cart th.item, #shopping-cart td.item {
  text-align:left;
}

#shopping-cart input.quantity-box {
  width:24px;
  text-align:center;
  padding:2px 4px;
  font-size:0.85em;
}

#shopping-cart tbody tr.odd {
  border-bottom:1px solid #f2f2f2;
  background-color:#ebf4fa;
}

#shopping-cart tbody tr.even {
  border-bottom:1px solid #f2f2f2;
  background-color:#F5F9FC;
}

#shopping-cart img {
  border:1px solid #f2f2f2;
  margin:3px;
}

#shopping-cart tbody.cart-totals tr {
  background-color:#fff;
  height:27px;
}

#shopping-cart tbody.cart-totals {
  font-size:0.85em;
  color:#b2b2b2;
}

#shopping-cart tbody.cart-totals tr.cart-total {
  color:#666;
  font-weight:bold;
}

.checkout-navigation {
  text-align:center;
  color:#b2b2b2;
  font-size:0.85em;
  /*margin-top:27px;*/
}

.large-button {
  background-color:#ebf4fa;
  font-size:1.35em;
  border-bottom:1px solid #d6e8f4;
  padding:4px 7px;
}

button.large-button {
  color: #0071BC;
  background-color: #ebf4fa;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  border-bottom: 1px solid #d6e8f4;
  padding: 4px 7px;
  cursor: pointer;
  font-size: 14px;
}

#content .two-column {
  float:left;
  width:300px;
  margin-right:13px;
  padding:13px 0;
}

#content .two-column.last {
  margin-right:0;
}

#content .form-container {
  float:left;
  margin-bottom:18px;
}

#content .form-container label {
  display:block;
  width:72px;
  float:left;
  margin-top:12px;
  margin-left:18px;
}

#content .breadcrumb {
  margin-bottom:18px;
  color:#b2b2b2;
  font-size:11px;
}

#content .breadcrumb .current {
  color:#666;
}

/* FORMS */

input[type="text"] {
  background-color:#d3e7f4;
  padding:4px 6px;
  border:1px solid #a7cee8;
  border-width:1px 0 0 1px;
  width:13em;
}

input[type="submit"] {
  background:transparent;
  padding:4px 6px;
  border:none;
  color:29abe2;
  float:right;
  margin-top:9px;
}

#content .form-container input {
  margin-top:7px;
}

.shopping-cart-image {
  width: 80px;
  text-align: left;
  padding: 2px;
}

.shopping-cart-item {
  width: 335px;
  text-align: left;
  padding: 2px;
}

.shopping-cart-price {
  width: 65px;
  text-align: center;
  padding: 2px;
}

.shopping-cart-quantity {
  width: 75px;
  text-align: center;
  padding: 2px;
}

.shopping-cart-total {
  width: 45px;
  text-align: right;
  padding: 2px;
}

p.checkout-navigation {
  margin: 10px 0;
}

#basket-submit {
  border: none;
  padding: 0;
  float: none;
  color: #29abe2;
  font-size: 0.85em;
}

#copyright {
  clear: both;
  font-size: 13px;
  padding-left: 5px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.clear {
  clear: both;
}




/*
 * Basket Styles :: Begin
 */
.basket_container {
        text-align: center;
        padding: 20px 60px;
        clear: both;
        border-top: 1px solid #000;
}

.basket-instructions {
        margin-top: 25px;
        margin-bottom: 25px;
}
/*
 * Basket Styles :: End
 */



/*
 * Checkout Styles :: Begin
 */
ul.checkout-progress {
        margin-top: 25px;
        margin-bottom: 25px;
}

ul.checkout-progress li {
        display: block;
        float: left;
        margin-left: 2px;
        margin-right: 2px;
        padding: 3px;
        width: 144px;
        text-align: left;
        background-color: white;
}

ul.checkout-progress li div.incomplete {
        float: left;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        background-image: url(../images/box.png);
}

ul.checkout-progress li div.current {
        float: left;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        background-image: url(../images/box-in-box.png);
}

ul.checkout-progress li div.complete {
        float: left;
        display: block;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        background-image: url(../images/tick.png);
}


.delivery-details-form {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: left;
        font-size: 12px;
}

.delivery-details-form .row {
        clear: both;
        margin-top: 10px;
        margin-bottom: 10px;
}

.delivery-details-form .row label {
        display: block;
        float: left;
        width: 125px;
        text-align: left;
}

.delivery-details-form .row input,
.delivery-details-form .row textarea,
.delivery-details-form .row select {
        float: none;
        text-align: left;
}

.delivery-details-form .row p.error-message {
        color: red;
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 12px;
}

.delivery-details-form .tac-row {
        clear: both;
        margin-top: 30px;
        margin-bottom: 30px;
}

.delivery-details-form .tac-row label {
        display: block;
        float: left;
}

.delivery-details-form .tac-row input {
        float: left;
        margin-right: 15px;
}

.delivery-details-form .tac-row p.error-message {
        clear: both;
        display: block;
        color: red;
        padding-top: 10px;
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 12px;
}

.delivery-details-form .button-row {
        clear: both;
        margin-top: 70px;
        margin-bottom: 30px;
}

.delivery-details-form .use-delivery-details-row {
        clear: both;
        margin-top: 30px;
        margin-bottom: 30px;
}

.delivery-details-form .use-delivery-details-row label {
        display: block;
        float: left;
        width: 300px;
}

.delivery-details-form .use-delivery-details-row input {
        float: left;
        margin-right: 15px;
}

table.checkout-delivery-details,
table.checkout-billing-details {
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: white;
}

table.checkout-delivery-details th,
table.checkout-billing-details th {
        width: 125px;
        padding: 3px 5px;
        text-align: left;
        font-weight: bold;
        background-color: #ebf4fa;
}

table.checkout-delivery-details td,
table.checkout-billing-details td {
        width: 250px;
        padding: 3px 5px;
        text-align: left;
        font-weight: normal;
}

h3.checkout-title {
        color: #1144aa;
        font-family: Georgia, Times, serif;
        font-weight: normal;
        font-size: 1.35em;
        padding: 15px 0 5px;
        text-align: left;
}
/*
 * Checkout Styles :: End
 */


ul.footer-navigation {
        width: 100%;
        text-align: center;
}


ul.footer-navigation li {
        display: inline;
        margin-left: 15px;
        margin-right: 15px;
}



