﻿/************** Global ***************/
* {
  margin: 0;
  padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
  border: 0;
}
h1 {
	font-size: 14px;
	margin: 0 0 12px 0;
}
p {
	margin: 10px 0 10px 0;	
}
ul, ol {
	margin-left: 20px;
}
select option {
  padding-right: 7px;
}
td {
	vertical-align: top;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 4px 0;
}

.clear {
  clear: both;
}
.imageInline {
	margin-top: -4px;
	vertical-align: middle;
}

body {
	background: url(../images/giphyZ.gif) fixed; }

#page {
	margin: 0 auto;
	width: 1200px;
}

.aFreeShipping {
  cursor: pointer;
}
#divFreeShippingInfo {
  display: none;
  position: absolute;
  background-color: #E0E0E0;
  width: 200px;
  padding: 14px;
  border: 2px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 1.2em;
}
#divFreeShippingInfo .aClose{
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #999;
  cursor: pointer;
}

/* Common elements */
.txtQty {
	width: 30px;
	text-align: right;
	margin-left: 5px;
}
.btnAddToCart {
	border: none;
	background: transparent url(../images/AddToCart.gif) no-repeat 0 0;
	width: 33px;
	height: 17px;
	margin-left: 5px;
	vertical-align: bottom;
	margin-bottom: 2px;
}

ol li {
  margin: 3px 0;
}

.tblBasket td {
  padding: 1px 4px;
}
.tblRemember td {
  padding: 3px 5px;
}



/************* Top **************/
#divLoading {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #CC0000;
	color: #FFFF00;
	padding: 3px 30px 4px 20px;
	letter-spacing: 1px;
}
#divNotification {
	position: absolute;
	width: 200px;
	background-color: #FFF5C6;
	border: solid 2px #666;
	padding: 4px 8px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}

#top {
	background: Black url('../images/topshade.gif') repeat-x left bottom;
	height: 50px;
	line-height: 50px;
	color: White;
	padding: 10px 0 14px 0;
	vertical-align: middle;
	margin-bottom: 6px;
}

#logoArea {
	width: 195px;
	text-align: center;
	float: left;
	margin-right: 18px;
	height: 50px;
}

.topItem {
	float: left;
	margin-right: 20px;
}
.topItem a {
	display: block;
	margin: 10px 0;
	padding: 0 16px;
	background: Silver url('../images/topBtn.gif') repeat-x;
	color: Black;
	text-decoration: none;
	line-height: 30px;
}
.topItem a:hover {
	background: White url('../images/topBtn-hover.gif') repeat-x;
}

.currency {
	float: right;
	margin-right: 30px;
}

/************* Left **************/
#tdLeft {
	background-color: #transluscent;
	width: 195px;
}
#tdLeft * {
	color: White;
}
#tdLeft input, #tdLeft select {
	color: Black;
}
#leftTop {
	margin: 1px 0;
	background-color: #515151;
	padding: 5px 0 8px 8px;
}

#ddBrand {
  width: 175px;
  margin-top:8px;
  background-color:#CCCCCC;
  color: Black;
}
#ddBrand * {
  color: Black;
}

#leftMenu {
}

ul.flyout {
}
ul.flyout li {
	font-weight: bold;
	margin-bottom: 1px;
	background: #515151 url('../images/leftMenuItemBg.png');
}
ul.flyout li a {
	display: block;
	padding: 0 30px 0 36px;
	line-height: 22px;
}
ul.flyout li a.expandable {
	background: url('../images/arrow_menu.gif') no-repeat 150px center;
}
ul.flyout ul {
	border: solid 1px #353535;
  z-index:10;
}
ul.flyout ul li {
	margin-bottom: 0;
	background: #515151 none;
}
ul.flyout ul li a {
	padding: 0 3px 0 8px;
	/*background: #727272 none;*/
}

ul.flyout .menuTriangle {
	background: url('../images/arrow_menu.gif');
	height: 16px;
	width: 16px;
	float: right;
	margin-top: 4px;
	display:block;
}

ul.flyout ul .menuTriangle {
}


#leftBottom {
	padding-top: 5px;
	text-align:center;
}

.ad {
	margin: 12px 0;
}
.ad .caption {
	margin: 2px 0 0 0;
	font-size: 11px;
}

/************* Main Content **************/
#tdContent {
	background-color: White;
	overflow: hidden;
	padding: 14px 18px;
}

.tblShippingOptions td {
  vertical-align: baseline;
  padding: 2px 10px 2px 0;
}

/************* Right **************/
#tdRight {
	width: 175px;
	text-align: center;
	overflow: hidden;
}
#tdRight, #tdRight * {
	color: White;
}

/************* Bottom **************/
#bottom {
	background: Black url('../images/bottom-bg.gif') repeat-x left top;
	height: 50px;
	text-align: center;
	color: White;
	font-size: 11px;
	padding-top: 8px;
}
.bottomLinks {
	margin-bottom: 6px;
}
.bottomLinks, .bottomLinks a {
	color: #f28e24;
	text-decoration: none;
}
.bottomLinks a:hover {
	color: #f6a83b;
	text-decoration: underline;
}

/*----------- Page icons ------------*/
.pageIcons {
	float: right;
}

/*----------- Breadcrumb ------------*/
#breadcrumb {
	font-size: 12px;
	color: Gray;
	margin-bottom: 8px;
}
#breadcrumb a {
	font-size: 12px;
	color: Gray;
	text-decoration: none;
}
#breadcrumb a:hover {
  color: Black;
	text-decoration: underline;
}

/************* Paragraph **************/
.paragraph_item {
  clear: both;
}
.imageLeft {
	float:left;
	margin: 3px 15px 10px 0;
	text-align: center;
}
.imageRight {
	float:right;
	margin: 3px 0 10px 15px;
	text-align: center;
}
.paragraph_download {
  
}

/************* Tables **************/
.table {
}
.table th {
  background-color: #e4e4e4;
}
.table td {
  background-color: #f0f0f0;
  vertical-align: top;
}


#tblCoupon {
  margin-bottom:10px;
}


.promoIcon {
  float:left;
  margin-right:5px;
}


.product-images {
  display: flex;
  padding-top: 35px;
}

  .product-images .product-image {
    padding-right: 25px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
  }

    .product-images .product-image img {
      width: 50px;
      height: auto;
      padding: 10px;
    }

    .product-images .product-image.selected {
      border: 1px solid #CCCCCC;
    }

    .product-images .product-image:hover {
      border: 1px solid #CCCCCC;
    }
