/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#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{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#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;
}

/* Styles for compare */

#compare_message{color:#fc001f;font-weight:bold;padding:10px 0 0 10px;}
#body_compare .product_title{color:#373737;width:180px;}
#body_compare .product_price{color:#ffa000;font-size:18px;font-weight:bold;}
#body_compare .product_options a{color:#373737;text-decoration:none;font-weight:bold;}
#body_compare .product_options a:hover{text-decoration:underline;}
td.compare_summary ul{margin:0;padding:0 0 0 13px;}
td.product_compare{border-right:1px solid #ddd;}
td.remove_link a{color:#ffa000;font-weight:bold;}
#body_compare .cms_page_header{margin:0 0 15px;}
td.product_compare{width:180px;}
tr.compare_row td{border-bottom:1px solid #ddd;padding:6px;}
tr.compare_row_last td{padding:6px;}
#recenty_viewed_repeat{display:none;}
#compare_left_column{float:left;width:149px;height:294px;border-right:1px solid #ddd;padding:187px 0 0;text-align:left}
.com_title1{height:38px;border-bottom:1px solid #ddd;padding:0 0 0 6px;}
.com_title2{height:60px;border-bottom:1px solid #ddd;padding:5px 0 0 6px;}
.com_title3{height:110px;border-bottom:1px solid #ddd;padding:5px 0 0 6px;}
.compare_product{float:left;width:210px;border-right:1px solid #ddd;padding:0;}
.compare_product_image{width:180px;height:180px;overflow:hidden;margin:0 0 5px 15px;}
.compare_product_title{border-bottom:1px solid #ddd;height:40px;overflow:hidden;}
.compare_product_title span{line-height:16px;height:33px;overflow:hidden;display:block;padding:0 10px 0 10px;}
.compare_product_price{height:52px;overflow:hidden;border-bottom:1px solid #ddd;padding:5px 0 8px 10px;}
.compare_product_summary_wrapper{height:115px;overflow:hidden;border-bottom:1px solid #ddd;}
.compare_product_summary{width:197px;margin:0;padding:5px 5px 0 8px;max-height:115px;overflow:auto;}
.compare_product_summary ul{margin:0;padding:0;list-style:none;}
.compare_product_summary li{margin:0 0 6px 0;padding:0 0 0 10px;background: url("/images/bullet.gif") 0px 5px no-repeat;}
.compare_product_view{height:65px;margin:8px 0 0;padding:0 0 0 8px;font-size:12px;font-weight:bold;}
.compare_product_view a{color:#FFA000;text-decoration:none;display:block;float:left;}
.compare_product_view a span{color:#545558;}
.compare_product_view a.product_options_view{width:140px;}

/* END of Sytles for compare */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
  background: #985992;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	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;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 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 {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
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;
}
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;
}

#multimonth
{
  overflow: auto;
  float: left;
  margin: 0px 0px 5px 0px;
}
.dp-applied
{
  float: left;
}

.dp-popup-inline
{
  height: 160px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 47%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}/*** Probably best not to edit these ***/


.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu div {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}


.menu li {
	float:			left;
	position:		relative;
}

.menu a {
	display:		block;
	position:		relative;
}



.menu li:hover div,
.menu li.sfHover div {
	left:			0;
	/*top:			14px;  match top ul list item height */
  top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** Styling Edit Away! ***/

.menu-container{
  z-index:2;
  position: relative;
}

#header_menu .menu-dropdown {
  background: #5d5d5d url("/images/dropdown_bg.gif") top left repeat-x;
  border-top:0px;
  margin: 7px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#menu-dropdown table {
  position: relative;
}

#header_menu td.menu_items_td {
  vertical-align:top;
  padding:0px 0px 0px 0px;
}

#header_menu .menu-dropdown ul {
  padding:7px 0px 0px 17px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#header_menu .menu-dropdown li {
  padding:0px 0px 9px 8px;
  margin:0px 0px 0px 0px;
  background: url("/images/dropdown_bullet.gif") -1px 5px no-repeat;
  width:164px;
  float:none;
}

#header_menu .menu-dropdown-brands li {
  width:134px;
  padding:0px 0px 9px 8px;
}

#header_menu .menu-dropdown li a {
  color:#ffffff;
  text-decoration:none;
}

#header_menu .menu-dropdown li a:hover {
  color:#ffffff;
  text-decoration:underline;
}


#header_menu .menu-dropdown .menu-items-all a {
  color: #ffffff;
  text-decoration: italic;
}/*<? header("Content-Type: text/css");?>
/* CSS Document */

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


body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#545558;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


a {
  outline: none;
}

#body_login, #body_quickbuy
{
  background: #fff;
}

#TB_window_standard {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine_standard {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window_standard a:link {color: #666666;}
#TB_window_standard a:visited {color: #666666;}
#TB_window_standard a:hover {color: #000;}
#TB_window_standard a:active {color: #666666;}
#TB_window_standard a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay_standard {
  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_standard { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window_standard {
  background: #fff;
  position: fixed;
  z-index: 102;
  color:#000000;
  display:none;
  border: 5px solid #4c4c4c;
  top:100px;
  left:50%;
  padding: 0px 6px 0px 0px;

}
* html #TB_window_standard { /* ie6 hack */
position: absolute;
}
#TB_window_standard img#TB_Image_standard {
  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_standard{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow_standard{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow_standard{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
  display: none;
}
#TB_closeWindow_parent{
  position: relative;
  top: 7px;
  text-align:right;
  float:right;
}
#body_login #TB_closeWindow_parent {
  top: 0;
  left: 0;
}
#body_pages #TB_closeWindow_parent{
  display: none;
}
#TB_closeWindow_parent img {
  margin-right: 10px;
}
.login_form_header, .quickbuy_form_header {
  float:left;
  padding:0 0 5px 10px;
  height: 20px;
}
.login_form_table {
  clear: both;
}
#TB_ajaxWindowTitle_standard{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  display: none;
}
#TB_title_standard{
  display: none;
  background-color:#000;
  height:27px;
}
#TB_title{
  display: none;
}
#TB_ajaxContent_standard{
  clear:both;
  overflow:auto;
  border: 2px solid #FFF;
  background: #fff;
}
#TB_ajaxContent_standard.TB_modal{
  padding:0px;
}
#TB_ajaxContent_standard p{
  padding:5px 0px 5px 0px;
}
#TB_load_standard{
  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_standard { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect_standard{
  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_standard { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent_standard{
  clear:both;
  border:none;
  margin: 0px 0px -3px 0px;
  background: #fff;
  border: 2px solid #ababab;
}

img
{
  border: 0;
}

/*** LOGIN FORM THICKBOX ***/

#login_form_table
{
  margin: auto;
}

#login_form_table .login_form_header td
{
  padding: 9px 0px 0px 0px;
}

#login_form_table .login_errors td
{
  color: #9B0506;
}

.login_errors span {
  color: #9B0506 !important;
  position: relative;
  top: -10px;
}

#login_form_table .textbox
{
  width: 235px;
  font-size: 10px;
  color: #666;
  padding: 3px;
}

#login_form_table .padder
{
  padding-bottom: 26px;
}

#login_form_table .label
{
  width:95px;
}

#login_form_table span
{
  color: #212121;
  font-size: 11px;
}

#login_form_table .submit td
{
  padding: 25px 0px 0px 0px;
}

#login_form_table .remember_me
{
  color: #212121;
  font-size: 11px;
}

#login_form_table .forgotten
{
  line-height: 15px;
}

#login_form_table .forgotten a
{
  color: #4c4c4c;
  font-size: 10px;
}

#login_form_table .error_textbox
{
  border: 1px solid #9B0506;
}

/***********************************/

#ask-a-question .cms_continue_links,
#ask-a-question .cms_page_header,
#ask-a-question .cms_page_text,
#tell-a-friend .cms_continue_links,
#tell-a-friend .cms_page_header,
#tell-a-friend .cms_page_text {
  display:none;
}

.cms_page_text {
  color:#606060;
}

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

.required {
  color:#e41250;
}

/*****************************/
/*** Product Enquiry Image ***/
/*****************************/

.window_close {
  float: right;
	height:34px;
	text-align:right;
}

.product_enquiry {
	padding:0px 14px 13px 14px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

.product_enquiry_question {
	background: #000 url("/images/ask_question_title.gif") top left no-repeat;
}

.product_enquiry_friend {
	background: #000 url("/images/tell_friend_title.gif") top left no-repeat;
  min-height:1px;
  height:auto !important;
  height:1px;
}

.product_enquiry_intro_text{
	height:35px;
	overflow:hidden;
  color:#FFF;
  background: #000;
}

.product_enquiry_image_holder {
  width:354px;
  float:left;
}

.product_enquiry_image_box {
  border:1px solid #CCC;
  padding:1px 1px 1px 1px;
}

.product_enquiry_image {
  background-color:#FFF;
  min-height:400px;
  height:auto !important;
  height:400px;
}

.product_enquiry_title {
  font-size:15px;
  color:#212121;
  padding:5px 20px 5px 20px;
}

.product_enquiry_title span {
  font-weight:bold;
}

.product_enquiry_price_rrp {
  padding:0px 20px 0px 20px;
  font-size:12px;
}

.product_enquiry_price {
  padding:0px 20px 20px 20px;
  font-size:16px;
  color:#d51d39;
  font-weight:bold;
}

.product_enquiry_price span {
  font-size:20px;
}

/**************/

.product_enquiry_form_holder {
  background-color:#212121;
  width:600px;
  float:left;
  display:inline;
  margin:0px 0px 0px 20px;
}

.product_enquiry_form_box {
  border:1px solid #CCC;
  padding:1px 1px 1px 1px;
}

.product_enquiry_form {
  background-color:#000;
  color:#CCC;
  padding:18px 0px 0px 0px;
  min-height:457px;
  height:auto !important;
  height:457px;
}

.product_enquiry_form td {
  padding:0px 0px 15px 11px;
}

.product_enquiry_form td label,
.product_enquiry_form td span{
  font-weight:bold;
}

.product_enquiry_form td input.textbox,
.product_enquiry_form td textarea{
  width:375px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

.product_enquiry_form td textarea {
  height:80px;
}

.product_enquiry_form td input#captcha_response {
  width:100px;
}

.error {
  color:red;
}

.product_enquiry_friend td {
  padding:0px 0px 8px 11px;
}

.product_enquiry_friend td td {
  padding:0px 0px 0px 0px;
}


.product_enquiry_friend td label {
  display:none;
}

.product_enquiry_friend td input.textbox {
  width:240px;
}

.product_enquiry_friend td textarea{
  width:500px;
  height:50px;
}

/*************************/
/*** Product Quick Buy ***/
/*************************/


#body_quickbuy #product_img {
  border:1px solid #ccc;
  padding:1px 1px 1px 1px;
  margin: 0px 8px 0px 0px;
}

#body_quickbuy #quickbuy_form_table {
  width: 95%;
  margin: auto;
}

#body_quickbuy h1 {
	padding:2px 0px 3px 0px;
	margin:0px 0px 0px 0px;
	font-size:15px;
  font-weight:bold;
}

#body_quickbuy h1 span {
	font-weight:normal;
}

#body_quickbuy #main_add_to_basket {
	position:relative;
  z-index:1;
	min-height:1px;
	height:auto !important;
	height:1px;
}

#body_quickbuy #product_price_rrp {
	font-size:12px;
	display:inline;
	padding:0px 5px 0px 0px;
}

#body_quickbuy #product_price_was {
	font-size:14px;
	display:inline;
}

#body_quickbuy #product_price_was span {
	text-decoration:line-through;
}

#body_quickbuy #product_price_sale {
	font-weight:bold;
	font-size:16px;
	color:#d51d39;
	padding:0px 0px 15px 0px;
}

#body_quickbuy #product_price_sale span {
	font-size:20px;
}

#body_quickbuy #product_price_sale .price_note {
	font-size:15px;
}

#body_quickbuy #product_options select {
	width:165px;
  font-size:10px;
}

#body_quickbuy #product_options td.product_options_cell {
	padding:0px 0px 0px 0px;
	height:25px;
	vertical-align:top;
}

#body_quickbuy #product_buttons {
	padding:10px 0px 10px 0px;
}

#body_quickbuy #product_size_guide {
	position:absolute;
	bottom:53px;
	left:130px;
}


#body_quickbuy #product_finish {
  padding:15px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#body_quickbuy #product_finish li {
  padding:0px 5px 5px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
  display:inline;
}

#body_quickbuy #product_size_guide
{
  display: none;
}

body.popup_window #cms_container{
  background: none;
}

#TB_closeAjaxWindow{
  display: none;
}

#TB_window_standard .cms_page{
  width: 608px;
  background: none;
  min-height: 1px;
  height: auto!important;
  height: 1px;
  padding: 10px;
}/*<? 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;
  width: 1018px!important;
  height: 564px;
}

* 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:#000;
  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:#FFF;
	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;
}
