.mobilesite {
  position: absolute;
  bottom: 8px;
  right: 190px;
  color: white;
  font-size: 0.8em;
}

#relatedproducts {
  margin-top: 50px;  
}

#relatedproducts h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

#relatedproducts ul {
  list-style: none;
  margin: 20px 0;
}

#relatedproducts ul li {
  padding: 10px;
  float: left;
  width: 190px;
  height: 200px;
  text-align: center;
  min-height: 100px;
  margin: 10px 0 30px;
  font-size: 0.9em;
}

#relatedproducts .image {
  width: 190px;
  min-height: 150px;
  margin-bottom: 10px;  
}

#relatedproducts .price {
  margin-top: 5px;
  font-weight: bold;
  color: #272d8f;  
}

#blogposts h3, #blogpost h1 {
  margin: 0;
}

#blogposts .date, #blogpost .date {
  font-size: 0.7em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;  
}

#blogposts .link {
  margin: 20px 0;
}

#blogposts .link a {
  padding: 5px 20px;
  font-size: 0.8em;
  color: white;
  border-radius: 5px;
  background: #272c92;
}

#blogposts .posttext {
  font-size: 0.9em;  
}

.homesaving {
  background: #ff0000;
  padding: 5px 10px;
  text-align: center;
  color: white !important;
  font-size: 1.0em;
  box-shadow: 1px 1px 5px black;
  border-radius: 10px;
}


.alert-failure {
  padding: 5px;
  background: #EEB6B6;
  color: red;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.discount {
  position: absolute;
  width: 114px;
  height: 114px;
  top: -1px;
  left: -1px;
  z-index: 100;
}

.ten {
  background: url(/images/10discount.png);
}

.fifteen {
  background: url(/images/15discount.png);
}

.twnety {
  background: url(/images/20discount.png);
}

.twnetyfive {
  background: url(/images/25discount.png);
}

.thirtyfive {
  background: url(/images/35discount.png);
}

.fourty {
  background: url(/images/40discount.png);
}

#featured {
  position: relative;
  left: -5px;  
  list-style: none;
  margin: 0 !important;
  overflow: auto;
}

#featured li {
  position: relative;
  padding: 10px;
  float: left;
  border: 1px solid;
  margin: 4px;
  width: 180px;
  height: 250px;
}

#featured .more, #featured .quickbuy {
  position: absolute;
  bottom: 10px;
  padding: 5px 15px;
  font-size: 0.8em;
  color: white;
  border-radius: 5px;  
}

#featured .more {
  right: 7px;
  background: #AAA;
}

#featured .quickbuy {
  left: 7px;
  background: #272c92;
}

#featured .details {
  position: absolute;
  top: 195px;
  left: 10px; 
  width: 180px;
  font-size: 0.8em;  
}

#featured .price {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  background: #272c92;
  width: 190px;
  font-size: 0.9em;
}

#featured .image {
  position: absolute;
  top: 40px;
  left: 5px;
  width: 190px;
  height: 150px;
  background-position: center;  
}

#payment {
  position: relative;
  padding-bottom: 10px;
}


#payment input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
}

#payment .paypallogo {
  position: absolute;
  left: -12px;
  bottom: -9px;  
}

#payment .row {
  overflow: auto;
  padding: 5px 0;
  border-bottom: 1px dotted #CCC;
}

#payment .label {
  float: left;
  width: 200px;
}

#payment .value {
  float: right;
  width: 300px;
}

#payment .breakdownrow .label {
  width: 400px; 
}

#payment .breakdownrow .value {
  width: 100px;
  text-align: right;
}

#payment .total {
  font-size: 1.2em;
}

#payment .total .label {
  font-weight: bold; 
}

#orderdetails {
  position: relative;
  padding-bottom: 60px;
}

#orderdetails .required {
  color: red; 
}

#orderdetails .login, #orderdetails .rewardpoints {
  border: 1px solid #272d8f;
  margin-bottom: 20px;
  background: #E0E0E0;
  font-size: 0.8em;
  padding: 20px;  
}

#orderdetails .rewardpoints {
  margin-top: 20px; 
}

#orderdetails .rewardpoints h3 {
  margin-top: 0;  
}

#orderdetails .diffaddressfield {
  margin-top: 15px;
}

#orderdetails .terms {
  font-size: 0.9em;
  margin-top: 10px;  
}

#orderdetails .termsandconditionsfield {
  margin: 30px 0;
}

#orderdetails .row {
  overflow: auto;
}

#orderdetails label {
  font-size: 0.9em;
  color: #272d8f;  
}

#orderdetails .button {
  padding: 5px 20px;
  font-size: 0.8em;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}

#orderdetails .returntoshop {
  background: #AAA;  
  left: 0;  
}

#orderdetails .makepayment {
  padding: 5px 20px;
  font-size: 0.8em;
  border-radius: 5px;
  position: absolute;
  bottom: 0;  
  background: #272c92;  
  right: 0;  
  color: white !important;
}

#orderdetails .button div {
  color: white; 
}

#orderdetails .label {
  float: left;
  width: 200px;
  font-weight: bold;
  color: #272d8f;
  margin-top: 10px;
}

#orderdetails .field {
  float: right;
  width: 420px;
}

#orderdetails input[type=text], #orderdetails input[type=email], #orderdetails select, #orderdetails textarea {
  width: 350px;  
}

#orderdetails select {
  width: 363px;  
}

#orderdetails h2 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 5px;  
}

#orderdetails h3 {
  margin: 20px 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;  
}

#viewbasket .item {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #272d8f;
  position: relative;
  height: 85px;
}

#viewbasket .option {
  position: relative;
  height: 40px;
}

#viewbasket .option .button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;  
}

#viewbasket .option .field {
  position: absolute;
  top: 0;
  right: 100px;
}

#viewbasket .option select, #viewbasket .option input[type=text] {
  border: 1px solid #272d8f;
  margin-top: 2px; 
  width: 170px;
}

#viewbasket .option input[type=text] {
  padding: 2px;
  margin-top: 2px;
  width: 164px;
}

#viewbasket .option .label {
  font-size: 0.9em;
  font-weight: bold;
  color: #272d8f;
  position: absolute;
  top: 5px;
  left: 0;  
}

#viewbasket .summary {
  margin-top: 30px;  
}

#viewbasket .button {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  background: #AAA;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;  
}

#viewbasket .checkout {
  background: #272d8f;
}

#viewbasket .button a div {
  color: white; 
}

#viewbasket .image {
  max-height: 80px;
  max-width: 125px;
}

#viewbasket .total {
  font-weight: bold;
}

#viewbasket .grossprice {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 1.2em;
  color: #272d8f;
}

#viewbasket .item .info {
  width: 350px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 150px;  
}

#viewbasket .item .info h3 {
  margin-bottom: 0;
  font-size: 1.0em;
}

#viewbasket .item .info p {
  margin-bottom: 0;
  font-size: 0.8em;
}

#viewbasket .qty {
  position: absolute;
  top: 30px;
  right: 0;  
}

#viewbasket .qty .inner {
  position: relative;
  height: 40px;
  width: 115px;  
}

#viewbasket .qty .label {
  position: absolute;
  top: 8px;
  left: 0;
  font-weight: bold;
  color: #272d8f;
}

#viewbasket .qty input[type=text] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 25px
}

#viewbasket .update {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: url(/images/refresh.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;  
}

#viewbasket .remove {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: url(/images/remove.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;  
}

#viewbasket .sumitem {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #CCC;
  margin-bottom: 10px;
  position: relative;
  font-size: 0.9em;
}

#viewbasket .sumitem .value {
 position: absolute;
  top: 0;
  right: 0;
}

#optionpopup {
  display: none;
  position: fixed;
  top: 30%;
  left: 45%;
  background: url(/images/blacktrans.png);
  padding: 20px 40px;
  color: white;
  z-index: 500;
  border-radius: 20px;
}

#optionpopup h2 {
  color: white;
  margin: 0;
}

#optionpopup p {
  margin-bottom: 0;
  color: #AAA;
}

#optionpopup .continue, #optionpopup .cancel {
  padding: 5px 20px;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;  
  border-radius: 5px;
  border: 0;  
}

#optionpopup .continue {
  background: #60a9f4;
  color: white;
  right: 0;
}

#optionpopup .cancel {
  color: black;
  right: 100px;
}

#optionpopup .inner {
  position: relative; 
  min-height: 200px;
  min-width: 320px;  
}

#product {
  position: relative;
  min-height: 550px;
}

#product h1 {
  font-size: 1.2em;
  margin-bottom: 10px;  
}

#product h1, #product .description, #product .categories {
  margin-left: 220px;  
}

#product .categories {
  font-size: 0.8em;
  margin-bottom: 20px;
}

#product .images {
  position: absolute;
  top: 0;
  left: 0;  
  width: 210px;
}

#product .defaultimage {
  max-width: 140px;
  margin: 35px;
}

#product .image {
  width: 65px; 
}

#product .noimage {
  width: 200px; 
}

#product .info {
  margin-left: 220px;
  position: relative;
  height: 25px;
  width: 390px;
  font-size: 0.9em;  
}

#product .info .value {
  position: absolute;
  top: 0;
  left: 200px;  
}

#product .info .label {
  color: #272d8f;
}

#product .price, #product .addtocart {
  font-size: 1.0em;
  font-weight: bold;
}

#product .price .value {
  color: #e10a23;
}

#product .addtocart .label {
  padding-top: 5px;
}

#product .addtocart input[type=text] {
  width: 50px;
}

#product .button {
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.8em;
  color: white;
}

#product .add {
  position: absolute;
  bottom: -108px;
  right: 0; 
  background: #272c92;
}

#product .returntoshop {
  position: relative;
  display: inline-block;
  margin: 80px 0 0 385px;
  font-weight: bold;
  font-size: 1.2em;
  background: #AAA;
}

#product .returntoshop div {
  color: white; 
  font-size: 0.8em
}

#product .option {
  margin: 0 0 0 220px;
  position: relative;
  height: 35px;  
}

#product .option .label {
  color: #272d8f;
  font-weight: bold;
  font-size: 1.0em;
  padding-top: 10px;
}

#product .option .value {
  position: absolute;
  top: 0;
  left: 200px;
}

#product .option .value select, #product .option .value input[type=text] {
  width: 200px;
}

.page-summary {
  font-size: 0.7em; 
}

.page-pagelinks {
  overflow: auto;
  margin-bottom: 10px;
  font-size: 0.8em;
}

.page-next-link, .page-previous-link, .page-next-nolink, .page-previous-nolink {
  display: none;
}

.page-link, .page-current {
  float: left;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  color: white;
}

.page-link {
  background: #AAA;
}

.page-current {
  background: #272c92;  
}

#getproducts {
  list-style: none;
  margin: 0 !important;  
}

#getproducts .soldout {
  position: absolute;
  bottom: 40px;
  right: 0;
  color: #e10a23;
  font-size: 0.8em;  
}

#getproducts li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #272c92;
  margin-bottom: 20px;
  height: 100px;
}

#getproducts .description {
  font-size: 0.8em;
}

#getproducts .image {
  position: absolute;
  top: 0;
  left: 25px;
  width: 100px;
  height: 100px;
}

#getproducts .price {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: bold;
  color: #272c92;  
}

#getproducts .details {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 120px;
}

#getproducts .more, #getproducts .quickbuy {
  position: absolute;
  bottom: 10px;  
  padding: 5px 20px;
  font-size: 0.8em;
  color: white;
  border-radius: 5px;    
}

#getproducts .more {
  right: 0;
  background: #AAA;
}

#getproducts .quickbuy {
  right: 100px;
  background: #272c92;
}

#getproducts .wasprice {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 180px;  
  color: black;
  font-size: 0.8em;
  font-weight: bold;  
}


#getproducts .wasprice .label, #getproducts .wasprice .value {
  float: left; 
}

#getproducts .wasprice .label {
  padding-right: 10px;
}

#getproducts .wasprice .value {
  text-decoration: line-through;
}

#product .wasprice {
  color: black;
  font-size: 0.8em;
  font-weight: bold;    
}

#product .wasprice .value {
  text-decoration: line-through;
}

.shopcategories {
  margin: 0 0 40px 0 !important;
  list-style: none;
  position: relative;
  left: -40px;
  top: 0;
  width: 280px;
}

.shopcategories li {
  padding: 0 !important;
}

.shopcategories .parentitem {
  background: url(/images/corder.png) no-repeat 0px 39px;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.shopcategories .parentdiv {
  background: #272d8f;
  padding: 10px 40px;
  width: 198px;
  color: white;
}

.shopcategories .highlight .parentdiv {
  background: url(/images/greybutton.png) no-repeat 245px 7px #60a9f4;
  position: relative;
}

.shopcategories .highlight .triangle {
  background: url(/images/darkcorder.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0px;
}

.shopcategories .childcategories {
  list-style: none;  
  display: none;
}

.shopcategories .childdiv {
  padding: 10px 5px;
  border-bottom: 1px dashed #DDD;
  width: 225px;
  font-size: 0.9em;
}
#sitemap h3 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#sitemap ul {
  list-style: none;
  margin: 10px 0 !important;
  overflow: auto;
  text-transform: lowercase;
}

#sitemap ul li {
  float: left;
  width: 280px;
  border-bottom: 1px solid #EEE;
}

#basket {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: url(/images/basket.png) no-repeat 15px 11px #272d8f;
  color: white;
  width: 150px;
  height: 40px;
  border-bottom-left-radius: 20px;
}

#basket .rows {
  display: none;
}

#basket .qty {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;  
}

#basket .grossprice {
  display: none;
  position: absolute;
  top: 10px;
  right: 110px;
  font-weight: bold;  
}

#slideshow {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 140px;
}

#slideshow img {
  display: none;
}

#mainmenu {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;  
}

#mainmenu li {
  float: left; 
}

#mainmenu li div {
  padding: 15px 20px;
}

#mainmenu li .off {
  color: white;
}

#mainmenu li .on {
  color: #60a9f4;
}

#footmenu {
  position: absolute;
  top: 10px;
  right: 0;
  list-style: none;  
  color: white;
}

#footmenu li {
  float: left; 
  margin-left: 20px;
}

#footmenu .off {
  color: white; 
}

#footmenu .on {
  color: #60a9f4;
}

#productsearch {
  margin-bottom: 20px;
}

#productsearch input[type=text], #newsletter input[type=text] {
  border: 1px solid;
  color: #272d8f;
  padding: 5px;
  width: 160px;
}

#productsearch input[type=submit], #newsletter input[type=submit] {
  color: #272d8f;
  border: 1px solid;
  padding: 5px 10px;
  cursor: pointer;
}

#header .social {
  position: absolute;
  top: 0;
  right: 160px;
  z-index: 500;
}

#storylist {
  margin: 20px 0 50px;
}

#storylist .story {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
  font-size: 0.9em;
  margin-right: 30px; 
}