/*<? 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:#212121;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background:#000;
}

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 #017397;
  top:100px;
  left:50%;
  padding: 0px 6px 0px 0px;

}
* html #TB_window_standard { /* ie6 hack */
  position: absolute;
  /*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}
#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_ajaxContent_standard{
  clear:both;
  overflow:auto;
  border: 2px solid #000;
  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 #000;
}

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: #017397;
  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,
#let-me-know-when-back-in-stock .cms_continue_links,
#let-me-know-when-back-in-stock .cms_page_header,
#let-me-know-when-back-in-stock .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:#212121;
}

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

.required {
  color:#017398;
}

/*****************************/
/*** 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_stock {
  background:url("/images/stock_title.gif") top left no-repeat;
}

.product_enquiry_intro_text{
	height:48px;
	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:460px;
  height:auto !important;
  height:460px;
}

.product_enquiry_title {
  font-size:15px;
  color:#212121;
  padding:15px 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 0px 20px;
  font-size:16px;
  color:#9d0215;
  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:#212121;
  color:#CCC;
  padding:18px 0px 0px 0px;
  min-height:442px;
  height:auto !important;
  height:442px;
}

.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-weight:bold;
	font-size:12px;
	display:inline;
	padding:0px 5px 0px 0px;
}

#body_quickbuy #product_price_was {
	font-weight:bold;
	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:#9b0505;
	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:130px;
  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;
}/*** PRODUCT PREVIEW ***/
    #preview_div
    {
      display: none;
      position: absolute;
      z-index:110;
    }

    .border_preview
    {
    	z-index:100;
    	position:absolute;
    	background: #fff;
    	border: 1px solid #959595;
    }

    .preview_temp_load
    {
    	vertical-align:middle;
    	text-align:center;
    	padding: 0px;
    }

    .preview_temp_load img
    {
    	vertical-align:middle;
    	text-align:center;
    }

    .preview_temp_footer
    {
      height: 2px;
      background: #959595;
      padding: 0px;
      margin: 0px;
      font-size: 9px;
      color: #ffffff;
      padding:5px;
    }

    #loader_container {text-align:center;position:absolute;top:40%;width:100%}
    #loader
    {
    font-size:12px;
    color:#000000;
    background-color:#FFFFFF;
    padding:10px 0 0px 0;
    margin:0 auto;
    display:block;
    width:135px;
    text-align:left;
    z-index:255;
    }

    #progress
    {
    height:5px;
    font-size:1px;
    width:1px;
    position:relative;
    top:1px;
    left:10px;
    background-color:#ffffff
    }

    #loader_bg
    {
    background-color:#cccccc;
    position:relative;
    top:8px;
    left:8px;
    height:7px;
    width:113px;
    font-size:1px
    }

    /*** PRODUCT PREVIEW ***/