/*<? header("Content-Type: text/css");?>
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  background: #000;
  position: fixed;
  z-index: 102;
  color:#000000;
  display:none;
  border: 1px solid #fff;
  text-align:left;
  top:20px;
  left:50%;
  padding: 0px 2px 0px 0px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  display: none;
  background-color:#fff;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:0px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:0px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

img {
  border:0px;
}

#gallery_parent_container
{
	background:url("/images/gallery_title.gif") top left no-repeat;
	color:#ffffff;
	padding:0px 14px 13px 14px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

#gallery_close {
  float: right;
	height:34px;
	text-align:right;

}


.gallery_intro_text {
	height:48px;
	overflow:hidden;
}

/*********************/
/*** Gallery Image ***/
/*********************/

#gallery_image {
	width:354px;
	float:left;
	display:inline;
	margin:0px 19px 0px 0px;
}

#gallery_image .product_img_sash
{
  position: absolute;
}

.gallery_product_img {
	height:350px;
	overflow:hidden;
	border: 1px solid #CCC;
	border-bottom:0px;
	padding:1px 1px 1px 1px;
  position: relative;
}


.gallery_img_options {
	height:28px;
	overflow:hidden;
	border: 1px solid #CCC;
	border-top:0px;
	padding:0px 1px 1px 1px;
}

/**********************/
/*** Gallery Thumbs ***/
/**********************/
#gallery_thumbs {
	width:72px;
	float:left;
	display:inline;
	margin:0px 19px 0px 0px;
}



#gallery_thumbs img {
	border: 1px solid #CCC;
	padding:1px 1px 1px 1px;
}

.gallery_thumbs_window {

	margin:0px 0px 5px 0px;
}

#thumb_container
{
  height: 350px;
}

/*
.gallery_thumb_control {
	height:26px;
	overflow:hidden;
}



#gallery_thumbs ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

#gallery_thumbs li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:83px;
	overflow:hidden;
}
*/

/***********************/
/*** Gallery Colours ***/
/***********************/

#gallery_colour td {
	padding: 0px 11px 6px 0px;
}

#gallery_colour a {
  color:#ccc;
  text-decoration:none;
}

#gallery_colour a:hover {
  color:#ccc;
  text-decoration:underline;
}

/********************/
/*** Gallery Zoom ***/
/********************/

#gallery_zoom {
	border: 1px solid #CCC;
	height:381px;
	width:584px;
	position:absolute;
	top:82px;
	left:387px;
}

/********************/
/*** THUMBNAILS   ***/



.jcarousel-container {
    position: relative;
    padding: 0px 0 0 0;
    margin:0px;
    width: 300px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    width: 279px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


.jcarousel-list li img
{
  border: 1px solid #999;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
    float: right;
    width: 18px;
    cursor: hand;
    cursor: pointer;
    position:absolute;
    right:0px;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    float: left;
    width: 18px;
    cursor: hand;
    cursor: pointer;
}
.jcarousel-clip-horizontal
{
  padding-left:3px;
}

.jcarousel-container-vertical {
    width: 75px;
    padding: 0px;
}
.jcarousel-clip-vertical {
    width:  75px;
    height: 320px;
    float: left;
    padding:5px 0px 5px 0px;
    margin:0;
}

#product_thumb_images
{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

.jcarousel-clip-vertical #product_thumb_images li a img
{
  border: 1px solid #999;
}

.jcarousel-item-vertical
{
    margin-bottom:12px;
    height: 70px;
}

.jcarousel-next-vertical {
    z-index: 3;
    display: none;
    position: absolute;
    top: 356px;
    left:0px;
    width: 68px;
    cursor: hand;
    cursor: pointer;
}

.jcarousel-prev-vertical {
    z-index: 3;
    display: none;
    float: left;
    width: 68px;
    cursor: hand;
    cursor: pointer;
}
.jcarousel-next-disabled-vertical {
    cursor: default;
    /*left: -1000px;
    position:relative;*/
}
.jcarousel-prev-disabled-vertical {
    cursor: default;
    /*left:-1000px;
    position:relative;*/
}
.jcarousel-next-disabled-horizontal {
    cursor: default;
    /*left: -1000px;
    position:relative;*/
}
.jcarousel-prev-disabled-horizontal {
    cursor: default;
    /*left:-1000px;
    position:relative;*/
}

#gallery_colour .attribute_swatches_box {
	overflow:hidden;
	margin:1px 0px 0px 0px;
}

#gallery_colour .attribute_swatches_box {
	margin:0px 0px 0px 0px;
}

#gallery_colour .attribute_swatches p {
	display:none;
}

#gallery_colour .attribute_swatches ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
  list-style: none;
}

#gallery_colour .attribute_swatches li {
	padding:0px;
  margin: 0px;
  display: block;
  height: 20px;
}


#gallery_colour .attribute_swatches .attribute_swatches_max li {
  width:200px;
  float:left;
}

#gallery_colour .attribute_swatches li span
{
  display: block;
  height:14px;
  width: 14px;
  float: left;
}

#gallery_colour .attribute_swatches li label
{
  float: left;
  padding-left: 10px;
}

#gallery_thumbs {
	height: 400px;
}

.gallery_thumbs_window, #product_thumbs, #product_thumbs_top {
	height: 350px;
}

#product_thumb_images {
	min-height: 360px;
	height: auto !important;
}
