/*
Master styles for store
*/



/* ---( major blocks )------------------------------- */



#wrapper {
    width: 920px;
    text-align: left;
    position: relative;
    padding: 0;
}


#main {
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    z-index: 1;
}



#content {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    float: left;
    width: 715px;
}

#content.fullwidth {
    float: none;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    margin-top: 1.0em;
    margin-bottom: 0.75em;
    letter-spacing: -0.035em;
}



/* ---( minicart & userutils extras )------------------------------- */

#minicart,
#userutils {
	position:absolute;
	top: 1px;
	right: 15px;
	    margin: 4px 0 0 20px;
    font-size: 11px;
    float: right;
    text-align: right;
    color: #888888;
    line-height: 1.2em;
	z-index: 99;
}

#minicart a {
    background: transparent url('../img/minicart-11.png') center left no-repeat;
    font-weight: normal;
    color: #aaaaaa !important;
    padding: 0 8px 0 15px;
    border-right: 1px solid #484848;
    margin-right: 6px;
}

#minicart a:hover,
#minicart a:active {
    background-image: url('../img/minicart-11-hover.png');
    color: #ffffff !important;
}

/* ---( nav extras )------------------------------- */

.link-button {
    border: 1px solid #5a5a5a;  
    background-color: #2f2f2e;
    padding: 5px;
    font-size: 11px;
    color: #e1e1e1;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5em;
	text-decoration: none;

    text-shadow: 0 -1px 1px #000000;

    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */

    background-image: -moz-linear-gradient(top, #2e2e2e, #010101); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2e2e2e),color-stop(1, #010101)); /* Saf4+, Chrome */
}

.link-button a {
    color: #e1e1e1;
    text-shadow: 0 -1px 1px #000000;
}

.link-button:hover {
    border-color: #8f944b !important;
    background-color: #000000;
	text-decoration: none;
}

.standard-form .link-button {
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: top;
    color: #e1e1e1;
}



/* ---( section menu extras )------------------------------- */

#sectionmenu ul li {
    display: block;
    position:relative;
    height: auto;
}

#sectionmenu ul li a:link, #sectionmenu ul li a:visited {
    font-weight: normal;
    padding: 6px 0px;
	  margin: 0;
	  display: block;
	  border-bottom: 1px solid #1f1f1f;
}

#sectionmenu ul li.last a {
	border-bottom: 0;
}

#sectionmenu ul li.here {
}

#sectionmenu ul li.here a:link, #sectionmenu ul li.here a:visited {
    font-weight: normal;
    color: #aaaaaa;
}

#sectionmenu ul li.here a {
    color: #aaaaaa !important;
}









/* ---( cart extras )------------------------------- */

.item-price {
    text-align: right;
}

dl.totals-info {
    float: right;
}

dl.totals-info dt {
    clear: left;
    width: 150px;
    text-align: left;
    float: left;
    color: #CBCBCB;
}

dl.totals-info dd {
    float: left;
    text-align: right;
    width: 75px;
}

.total-price {
    border-top: 1px solid #5a5a5a;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.discounted-item {
    color: #8f934b;	
	font-weight: bold;
		font-size: 12px;
		
		
}

.reduced-item {
    color: #cbcbcb;	
	font-weight: bold;
	font-size: 12px;

}

.standard-item {
    color: #ffffff;	
	font-weight: bold;
	font-size: 14px;

}


/* ---(  tables  ) ---------------------- */


table th,
table td {
    padding: 4px 10px;
    border-bottom: 1px solid #1f1f1f;
}

table th {
    color: #a1a1a1;
    font-weight: bold;
}

table td {
    color: #eeeeee;
}

table tr.last th,
table tr.last td {
    border: 0;
}

.standard-form table,
#cart-table {
    width: 100%;
    margin-bottom: 0.5em;
}

.standard-form table th,
#cart-table th {
    border-bottom: 1px solid #5a5a5a !important;
}

.standard-form table td.table-extras {
    border: 1px solid #1f1f1f !important;
    text-align: right;
}

.tabletitle

{
	color: #8f944b
	}


/* ---( form parameters )---------------------------------------- */

fieldset {
    border: none;
    margin: 1em 0 1em 0;
    padding: 0 0 1em 0;
    line-height: 1.2em;
    width: 90%;
    border-bottom: 1px solid #343434;
}

fieldset.last {
    border-bottom: none;
    padding-bottom: 0;
}

.standard-form fieldset h2 {
    margin-bottom: 0 !important;
}

#contact fieldset,
#stockists fieldset,
#concept-stores fieldset,
.single-fieldset fieldset {
    border: none;
    margin-bottom: 0;
}

.single-fieldset fieldset {
    margin-top: 0;
}

form {
    border: none;
    margin: 0;
    padding: 0;
}

form#promotion-form {
}

.standard-form,
.standard-block {
    border: 1px solid #343434;
    background-color: #000000;
    padding: 10px 20px;
    margin-top: 1.5em;
}

#contact form.standard-form,
#stockists form.standard-form,
#concept-stores form.standard-form {
    margin-top: 0;
}

textarea {
    font-size: 12px;
    border: 1px solid #3d3d3d;
    background-color: #1f1f1f;
    /* width: 100%; */
    padding: 4px;
    margin-bottom: 0.5em;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    color: #aaaaaa;
}

textarea.error {
    border-color: #933415;
    color: #9d3333;
}

input {
    visibility: visible;
    border: 1px solid #3d3d3d;  
	  font-size: 12px;
    background-color: #1f1f1f;
    vertical-align: middle;
    margin-bottom: 0.2em;
    padding: 4px;
    color: #aaaaaa;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#subForm input,
#productpurchase input {
    background-color: #000;
    margin-bottom: 0.5em;
    font-size: 11px;
}

#productpurchase input {
    margin-bottom: 0;
}

#productpurchase input {
    padding: 5px 4px;
}

input.hiddenfield {
    display: none;
}

input.error {
    border-color: #933415;
    color: #9d3333;
}

input.radio,
input.checkbox {
    border: 0;
    background: none;
    outline: none;
}


legend {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

input.example {
    color: #4f4f4f;
}

#content fieldset > * input:focus,
#content fieldset > * textarea:focus,
#footer input:focus,
#productpurchase input:focus {
    border-color: #5a5a5a !important;
    border-width: 1px;
    background-color: #1f1f1f;
    color: #ffffff;
}

#content fieldset > * input:focus.error,
#content fieldset > * textarea:focus.error {
    border-color: #bb421b !important;
}

.field, .formControls {
    margin: 0 0 0 0 !important;
    padding: 7px 0px !important;
    clear: both;
}

.formControls a {
    margin: 0 !important;
    padding: 0 !important;
}
.formControls img {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

.field .field {
    margin: 1em 0 0 0;
}

.field.noclear {
    clear: none;
}

.field.leftfield {
    float: left;
    padding-right: 1em !important;
}

.field.lastitem {
    height: 15px;
    margin-bottom: 0;
    padding: 0 !important;
    clear: both;
}

.field input.date-pick {
    float: left;
}

.field label,
.field .label {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0;
    line-height: 1.2em;
    display: block;
    margin: 0 0 0.5em 0;
    outline: none;
}

.field label.checkbox,
.field label.radio {
    display: inline;
    margin: 0 1em 0 0.25em;
}

.field label.select {
    display: inline;
    margin: 0 0.25em 0 0;
}
.field select.select {
    display: inline;
    margin: 0 1em 0 0;
}


form#disclaimer-accept-form .field label.checkbox {
	font-size: 12px;
}

.field label.sublabel {
    font-size: 11px;
    color: #cccccc;
}

.field label .required,
.field .label .required {
    color: #f00;
    font-weight: bold;
}

.field label.error {
	  background: transparent url('/siteimages/icons/alert.png') top left no-repeat;
    font-size: 11px;
    line-height: 14px;
    margin-left: 1em;
    padding-left: 22px;
    display: inline-block;
    color: #ff0000;
}

#stockists .field label.error,
#concept-stores .field label.error {
    margin: 0.25em 0 0 0;
    display: block;
}

.formHelp {
    color: #888888;
    margin: 0 0 0.5em 0;
    font-size: 11px;
}

.formHelpFieldset {
    margin: 0.5em 0;
    font-size: 11px;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: #e1e1e1;
    cursor: default;
}

input.submit {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #5a5a5a;  
    background-color: #2f2f2e;
    padding: 5px;
    margin-top: 2px;
    font-size: 11px;
    color: #e1e1e1;
    font-weight: bold;
    cursor: pointer;
    
    text-shadow: 0 -1px 1px #000000;
    
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */

    background-image: -moz-linear-gradient(top, #2e2e2e, #010101); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2e2e2e),color-stop(1, #010101)); /* Saf4+, Chrome */
}

input:focus.submit {
    background-color: #000000 !important;
}

input:hover.submit {
    border-color: #8f944b !important;
    background-color: #000000;
}

#productpurchase input.submit {
    color: #fff;
    margin-left: 5px;
    margin-top: -1px;
}

#subForm input.submit {
    font-size: 9px;
    text-transform: uppercase;
    padding: 2px 5px;
    color: #AAAAAA;
}

#subForm input:hover.submit {
    color: #FFFFFF;
}

#warranty-searching-progress {
	background: transparent url('/siteimages/icons/search-loader.gif') top left no-repeat;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 1em;
}

#warranty-search-metadata {
	margin-top: 1em;
	line-height: 16px;
}



/* ---(  date picker  ) ---------------------- */

table.jCalendar {
	  border: 1px solid #000;
	  background: #3d3d3d;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 0 auto;
}

table.jCalendar th {
	  background: #333;
	  color: #fff;
	  font-weight: bold;
	  padding: 4px 6px;
	  text-align: center;
	  border-bottom: none;
}

table.jCalendar td {
  	background: #ccc;
	  color: #000;
  	padding: 4px 6px;
  	text-align: center;
	  border-bottom: none;
}

table.jCalendar td.other-month {
  	background: #ddd;
	  color: #aaa;
}

table.jCalendar td.today {
  	background: #666;
  	color: #fff;
}

table.jCalendar td.selected {
  	background: #8f944b;
  	color: #fff;
}

table.jCalendar td.selected.dp-hover {
  	background: #00c6ff;
  	color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  	background: #fff;
  	color: #000;
}

table.jCalendar tr.selectedWeek td {
  	background: #8f944b;
  	color: #fff;
}

table.jCalendar td.disabled, 
table.jCalendar td.disabled.dp-hover {
	  background: #bbb;
	  color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  	background: #bbb;
  	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  	position: relative;
    border: 1px solid #5a5a5a;
  	background: #000000;
  	font-size: 10px;
  	padding: 5px;
  	width: 171px;
  	line-height: 1.2em;

  	-moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */

}

div#dp-popup {
  	position: absolute;
  	z-index: 199;
}

div.dp-popup h2 {
  	font-size: 12px;
  	text-align: center;
  	margin: 0 0 5px 0;
  	padding: 0;
}

a#dp-close {
  	font-size: 11px;
  	padding: 4px 0;
  	text-align: center;
  	display: block;
}

a#dp-close:hover {
  	text-decoration: underline;
}

div.dp-popup a:link,
div.dp-popup a:visited {
  	color: #8f944b;
  	text-decoration: none;
  	padding: 3px 2px 0;
}

div.dp-popup a:hover,
div.dp-popup a:active {
    color: #00c6ff;
}

div.dp-popup div.dp-nav-prev {
  	position: absolute;
  	top: 2px;
  	left: 4px;
  	width: 100px;
  	font-weight: bold;
  	font-size: 12px;
}

div.dp-popup div.dp-nav-prev a {
  	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  	cursor: default;
}

div.dp-popup div.dp-nav-next {
  	position: absolute;
  	top: 2px;
  	right: 4px;
  	width: 100px;
  	font-weight: bold;
  	font-size: 12px;
}

div.dp-popup div.dp-nav-next a {
  	float: right;
}

div.dp-popup a.disabled {
  	cursor: default;
  	color: #aaa;
}

div.dp-popup td {
  	cursor: pointer;
}

div.dp-popup td.disabled {
  	cursor: default;
}

a.dp-choose-date {
  	float: left;
  	width: 16px;
  	height: 17px;
  	padding: 0;
  	margin: 3px 6px 0;
  	display: block;
  	text-indent: -2000px;
  	overflow: hidden;
  	background: url(/siteimages/icons/calendar-16.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
  	background-position: 0 -20px;
  	cursor: default;
}

/* ---(  miscellaneous  ) ---------------------- */

.clearall {
    display: block;
    clear: both;
    height: 0px !important;
    line-height: 0px !important;
    visibility:hidden;
    overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* .clearfix {
    display: inline-block;
} */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hiddenStructure {
    display: none;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.hiddenStructure.inline {
    display: none;
}

.nomargin {
    margin: 0 !important;
}

.noclear {
    clear: none !important;
}

.hide {
    display: none;
}

#sitecredit {
    display: none;
    margin-top: 1.5em;
}

#home #sitecredit {
    display: block;
}

#home #sitecredit a {
    background: transparent url('/siteimages/sitebyipixel.png') top left no-repeat;
    display: block;
    width: 131px;
    height: 17px;
    text-indent: -9999px;
    outline: none;
}

#home #sitecredit a:hover {
    background-position: 0 -17px;
}

/* ---(end styles)------------------------------------------------ */


/* ---(  lists  ) ---------------------- */

#content ul {
    list-style-type: none;
    margin-bottom: 0.75em;
}

#content ul li {
    background: transparent url('/siteimages/icons/bulletsm.png') 0 3px no-repeat;
    padding-left: 1.5em;
    margin-left: 1em;
    margin-bottom: 0.25em;
}

#content ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
}
#content ol li {
    margin-left: 2em;
    margin-bottom: 0.25em;
}

#content ul.nobullets li {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

p.product-info .meta-info,
p.product-info .product-price em {
    font-size: 9px;
    text-transform: uppercase;
    color: #999999;
    clear: left;
    font-style: normal;
}



.product-list li {
    border: 1px solid #363636;
    float: left;
    display: block;
    width: 240px;
    margin: 0 20px 20px 20px !important;
    position: relative;
}



.product-list li.end {
    margin-right: 0 !important;
}



.product-list li .product-img {
    background: #000000;
    padding: 1px;
    border-bottom: 1px solid #363636;
    margin: 0;
    text-align: center;
}

.product-list li .product-info {
    background: #1f1f1f;
    border: 1px solid #000000;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.product-title a {
    background: #1b1b1b;	
    border: 1px solid #000000;
    display: block;
    margin: 0;
	color: #8f934f;
    padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    line-height: 18px;
}

.product-summary {
     background: #121212;
	 min-height: 125px !important;
    border: 1px solid #000000;
    display: block;
    padding: 5px 10px 5px 10px;
	font-size:12px; 
    line-height: 18px;
}


.product-list li .product-info a {
    color: #cccccc !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    float: left;
    padding: 5px 10px;
    

}

.prev-item a

{
	float:right;
	color: #cccccc !important;
    font-size: 12px;  
    font-weight: normal;
    display: block;
    
    padding: 15px 10px;
	
}


#latest-products .product-list li .product-info a,
#sectionextras .product-list li .product-info a {
    width: 120px;
}

#media .product-list li .product-info a,
#celebrities .product-list li .product-info a,
#promotions .product-list li .product-info a {
    float: none;
    width: auto;
    display: inline;
    border-right: none;
    padding: 0;
}

.product-list li.bl-hover .product-info a,
.product-list li.bl-hover .product-info {
    color: #ffffff !important;
}

.product-list li .product-price {
    float: right;
    border-left: 1px solid #000000;
    display: block;
    padding: 5px 10px;
    width: 90px;
    margin-left: -1px;
    text-align: right;
	font-size: 12px;
}

.product-list li.bl-hover {
    border-color: #00c6ff;
}

#product-listing {
    border: 1px solid #5a5a5a;
    padding: 20px 18px 20px 19px;
    margin-bottom: 1em;
}

.product-tag {
    display: block;
    position: absolute;
    top: -6px;
    right: -3px;
    width: 42px;
    height: 43px;
    text-indent: -9999px;
}


.download-list li {
    border-bottom:1px solid #343434;
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
}

.download-list li.last {
    border: 0;
    padding-bottom: 0 !important;
}

.download-list li p {
    margin-bottom: 0 !important;
}
.download-list li p.download-note {
    padding-left: 20px !important;
    font-size: 11px;
    color: #A1A1A1;
}
.download-list li p.download-note a {
    color: #aaaaaa;
}
.download-list li p.download-note a:hover {
    color: #ffffff;
}


/* ---(  pagination & category tabs  ) ---------------------- */

ul.pagination,
ul.tab-menu {
    height: 28px;
    margin: 0 0 1em 0;
    padding: 0;
    display: block;
}

ul.pagination li,
ul.tab-menu li {
    float: left;
    display: block;
    padding: 0 !important;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    margin: 4px 0 0 -1px !important;
    background: none !important;
}

ul.tab-menu.top-align li {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

ul.pagination li.first,
ul.tab-menu li.first {
    border-left: 1px solid #5a5a5a;
    margin-left: 0;
}

ul.pagination li.last,
ul.tab-menu li.last {
    border-right: 1px solid #5a5a5a;
}

ul.pagination li a:link,
ul.pagination li a:visited,
ul.tab-menu li a:link,
ul.tab-menu li a:visited {
    background-color: #1f1f1f;
    border: 1px solid #000000;
    display: block;
    padding: 0 7px;
    float: left;
    text-align: center;
    min-width: 6px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #5a5a5a !important;
    outline: none;
    
}

ul.pagination li.here,
ul.tab-menu li.here {
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    margin-top: 0 !important;
    -moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */
    position: relative;
    z-index: 10;
}
ul.pagination li.here a,
ul.tab-menu li.here a {
    background-color: #000000;
    font-size: 14px;
    color: #c1c1c1 !important;
    height: 24px;
    line-height: 24px;
    min-width: 10px;
}

ul.pagination li a:hover, 
ul.pagination li a:active,
ul.tab-menu li a:hover, 
ul.tab-menu li a:active {
    color: #ffffff !important;
    background-color: #2e2e2e;
}

#product-cat-filter {
    position: relative;
    margin-bottom: 15px;
    margin-top: -21px;
    margin-left: -19px;
}

#entrypaging {
    margin-top: 20px;
    color: #484848;
    clear: both;
}

#entrypaging a.page-next,
#productpaging a.page-prev {
    background: transparent url('/siteimages/icons/pagenext.png') top left no-repeat;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    margin-right: 5px;
}
#entrypaging a:hover.page-next,
#productpaging a:hover.page-prev {
    background-position: bottom left;
}

#entrypaging a.page-prev,
#productpaging a.page-next {
    background: transparent url('/siteimages/icons/pageprev.png') top right no-repeat;
    line-height: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-left: 5px;
}
#entrypaging a:hover.page-prev,
#productpaging a:hover.page-next {
    background-position: bottom right;
}

#productpaging {
    display: block;
    float: right;
    margin-top: 1em;
    color: #484848;
}

/* ---(  page column layouts  ) ---------------------- */

#content .column1 {
    float: left;
    margin-right: 20px;
    width: 225px;
}

#content .column2 {
    float: left;
    width: 470px;
}

#content .column3 {
    float: right;
    width: 225px;
}

.product-page .column1 {
    float: left !important;
    width: 640px !important;
}

.product-page .column1.fullwidth,
.fullwidth .column1.fullwidth {
    float: none !important;
    width: 960px !important;
}

.product-page .column2 {
    float: right !important;
    width: 300px !important;
}




/* ---( Product Infiormation  ) ---------------------- */

#productinfo {
    border: 1px solid #5a5a5a;
    height: 382px;
    margin-bottom: 20px;
    position: relative;
}

.productinfoblock {
    float: left;
    padding: 1px;
}

#productgallery {
    position: relative;
    width: 475px;
    height: 380px;
    padding: 1px;
    overflow: hidden;
    z-index: 1;
	float: left;
}
#productgallery a {
    outline: none;
}

#productthumbs {
    width: 88px;
    height: 380px;
    padding: 1px;
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
}
#productdetails {
    padding: 15px 20px;
    width: 277px;
    position: relative;
}

#productdetails form {
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}


#productgallery ul li {
    width: 546px;
    overflow: hidden;
    text-align: left;
}

#productgallery ul li a {
    width: 546px;
    position: relative;
    display: block;
    text-align: left;
}

#productgallery ul li a .magnify {
    background: transparent url('/siteimages/icons/magnify-22.png') top left no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    outline: none;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-colour: #000000;
    padding: 0px;
    border: 1px solid #5a5a5a;
    z-index: 100;
    /* margin-top: -22px;
    margin-left: -2px; */
}

#productgallery ul li a:hover .magnify {
    background-position: bottom left;
}

#productthumbs ul {
    margin: 5px auto 0 auto !important;
    width: 70px;
}

#productthumbs ul li a {
    border: 1px solid #343434;
    padding: 1px;
    display: block;
    width: 66px;
    outline: none;
}

#productthumbs ul li a:hover {
    border-color: #5a5a5a;
}

#productthumbs ul li.activeSlide a,
#productthumbs ul li a:active {
    border-color: #aaaaaa;
}

#productdetails h2 {
    font-size: 15px;
    color: white;
    margin-top: 0.75em;
    line-height: 1.0em;
    margin-bottom: 0;
}

#productoptions {
    border-bottom: 1px solid #343434;
    margin-bottom: 0.5em;
}

#productoptions li label:hover,
#productoptions li input:hover {
    cursor: pointer;
    color: #ffffff !important;
}

#productoptions li.selected label .colour {
    color: #ffffff;
    font-weight: bold;
}

#productoptions li label .sku {
    color: #888888;
    font-size: 10px;
}

#productoptions li label .original-price {
    text-decoration: line-through;
}

#selected-price {
    color: #aaaaaa;
}

#selected-price .price {
    color: #ffffff;
    font-size: 14px;
}

#productpurchase {
    padding: 1px;
    width: 316px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
}
#productbtnwrap {
    background: #1f1f1f;
    display: block;
    padding: 10px 20px;
}

#productextras ul.ui-tabs-nav {
    height: 32px;
    margin: 0 0 1em 0;
    padding: 0;
    border-bottom: 1px solid #5a5a5a;
    display: block;
}

#productextras ul.ui-tabs-nav li {
    float: left;
    display: block;
    padding: 0;
    border-top: 1px solid #5a5a5a;
    margin-top: 5px;
    margin-left: -1px;
}

#productextras ul.ui-tabs-nav li.first {
    border-left: 1px solid #5a5a5a;
    margin-left: 0;
}

#productextras ul.ui-tabs-nav li.last {
    border-right: 1px solid #5a5a5a;
}

#productextras ul.ui-tabs-nav li a:link,
#productextras ul.ui-tabs-nav li a:visited {
    background-color: #1f1f1f;
    border: 1px solid #000000;
    display: block;
    padding: 0 10px 0px 10px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #5a5a5a !important;
    outline: none;
    
}

#productextras ul.ui-tabs-nav li.ui-tabs-selected {
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    margin-top: 0;
    -moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */
    position: relative;
    z-index: 10;
}
#productextras ul.ui-tabs-nav li.ui-tabs-selected a {
    background-color: #000000;
    font-size: 14px;
    color: #c1c1c1 !important;
    height: 29px;
    line-height: 29px;
}

#productextras ul.ui-tabs-nav li a:hover, 
#productextras ul.ui-tabs-nav li a:active {
    color: #ffffff !important;
    background-color: #2e2e2e;
}



/* ---(  page titles  ) ---------------------- */

#pagetitle {
    margin: 20px 0;
}

.product-page #pagetitle {
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 20px !important;
}


#pagetitle.catnav {
    margin: 10px 0 0 0;
}

#pagetitle h1,
#pagetitle .categorytitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 35px;
    display: block;
    float: left;
    white-space: nowrap;
	color: #8f934f;
}

#pagetitle .date {
    clear: both;
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}

#pagetitle .categorytitle {
    font-size: 18px;
}

#pagetitle.catnav h1,
#pagetitle.catnav .categorytitle {
    margin-bottom: 10px;
    border-right: 1px solid #484848;
    padding-right: 20px;
}

#pagetitle.catnav .categorytitle {
    padding-right: 10px;
}



.productrelations h2.cta-title {
    margin-bottom: 0.25em;
}

#producttitle {
    margin-bottom: 1em;
}

#producttitle h1 {
    letter-spacing: 0;
}

#producttitle h1 span.product {
    border-right: 1px solid #484848;
    padding-right: 10px;
    display: block;
    float: left;
    color: #ffffff;
    line-height: 35px;
}

#producttitle h1 span.producttype {
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 8px;
}

.stockist-page #producttitle h1 span.product,
.split-page #producttitle h1 span.product {
    border: 0;
}

/* ---(  page category nav  ) ---------------------- */

#pagetitle.catnav ul {
    display: block;
    float: left;
    position:relative;
    height: 35px;
    margin-left: 10px;
}

#pagetitle.catnav ul li {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 35px;
}

#pagetitle.catnav ul li.first {
    padding-left: 0;
}

#pagetitle.catnav ul li.last {
    border: none;
}

#pagetitle.catnav a:link,
#pagetitle.catnav a:visited {
    font-weight: normal;
    border: 1px solid #000000;
    border-bottom: 0;
    line-height: 42px;
    display: block;
    padding: 0 10px 9px 10px;
}

#pagetitle.catnav li.here a:link, 
#pagetitle.catnav li.here a:visited {
    border-color: #363636;
    background-color: #161616;
    color: #cccccc;
}

#pagetitle.catnav a:hover, 
#pagetitle.catnav a:active {
    border-color: #202020 !important;
}

#pagetitle.catnav li.here a:hover, 
#pagetitle.catnav li.here a:active {
    border-color: #5a5a5a !important;
    color: #ffffff;
}

/* ---(  page sub nav  ) ---------------------- */

#page-subnav {
    margin: 1em 0;
    border: 1px solid #1f1f1f;
    padding: 10px 20px;
}

#page-subnav ul {
    margin: 0;
}

#page-subnav ul li {
    margin: 0 0 1em 0;
    padding: 0;
    background: none;
}

#page-subnav ul li.last {
    margin-bottom: 0;
}

#page-subnav h3 {
    margin-top: 0;
    margin-bottom: 0.25em;
}



input {
    visibility: visible;
    border: 1px solid #3d3d3d;  
	  font-size: 12px;
    background-color: #1f1f1f;
    vertical-align: middle;
    margin-bottom: 0.2em;
    padding: 4px;
    color: #aaaaaa;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#subForm input,
#productpurchase input {
    background-color: #000;
    margin-bottom: 0.5em;
    font-size: 11px;
	color: #8f944b;
}

#productpurchase input {
    margin-bottom: 0;
}

#productpurchase input {
    padding: 5px 4px;
}





/* ---(  tabs  ) ---------------------- */

.ui-tabs .ui-tabs-hide {
     display: none;
}
/* .ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; }  */



/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  	position: relative;
    border: 1px solid #5a5a5a;
  	background: #000000;
  	font-size: 10px;
  	padding: 5px;
  	width: 171px;
  	line-height: 1.2em;

  	-moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */

}

div#dp-popup {
  	position: absolute;
  	z-index: 199;
}

div.dp-popup h2 {
  	font-size: 12px;
  	text-align: center;
  	margin: 0 0 5px 0;
  	padding: 0;
}

a#dp-close {
  	font-size: 11px;
  	padding: 4px 0;
  	text-align: center;
  	display: block;
}

a#dp-close:hover {
  	text-decoration: underline;
}

div.dp-popup a:link,
div.dp-popup a:visited {
  	color: #8f944b;
  	text-decoration: none;
  	padding: 3px 2px 0;
}

div.dp-popup a:hover,
div.dp-popup a:active {
    color: #00c6ff;
}

div.dp-popup div.dp-nav-prev {
  	position: absolute;
  	top: 2px;
  	left: 4px;
  	width: 100px;
  	font-weight: bold;
  	font-size: 12px;
}

div.dp-popup div.dp-nav-prev a {
  	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  	cursor: default;
}

div.dp-popup div.dp-nav-next {
  	position: absolute;
  	top: 2px;
  	right: 4px;
  	width: 100px;
  	font-weight: bold;
  	font-size: 12px;
}

div.dp-popup div.dp-nav-next a {
  	float: right;
}

div.dp-popup a.disabled {
  	cursor: default;
  	color: #aaa;
}

div.dp-popup td {
  	cursor: pointer;
}

div.dp-popup td.disabled {
  	cursor: default;
}

a.dp-choose-date {
  	float: left;
  	width: 16px;
  	height: 17px;
  	padding: 0;
  	margin: 3px 6px 0;
  	display: block;
  	text-indent: -2000px;
  	overflow: hidden;
  	background: url(/siteimages/icons/calendar-16.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
  	background-position: 0 -20px;
  	cursor: default;
}

/* ---(  miscellaneous  ) ---------------------- */

.clearall {
    display: block;
    clear: both;
    height: 0px !important;
    line-height: 0px !important;
    visibility:hidden;
    overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* .clearfix {
    display: inline-block;
} */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hiddenStructure {
    display: none;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.hiddenStructure.inline {
    display: none;
}

.nomargin {
    margin: 0 !important;
}

.noclear {
    clear: none !important;
}

.hide {
    display: none;
}



/* ---(end styles)------------------------------------------------ */