/* CSS Document */


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

/* Set the width of the Reviews Stars, based on the size of /images/reviews_star.gif - in this instance, 10px x 10px and 5 star ratings, so 50px*/
.review_stars,
.review_stars a:hover,
.review_stars a:active,
.review_stars a:focus,
.review_stars .current-rating
{
	background: url("/images/review_stars.gif") left -1000px repeat-x;
}

.rating_message {
  color:#c61871;
}

.review_stars
{
	position:relative;
  z-index:1;
	width:80px;
	height:16px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.review_stars li
{
	display: inline;
}

.review_stars a,
.review_stars .current-rating
{
	position:absolute;
	top:0;
	left:0;
	height:16px;
	line-height:16px;
	outline:none;
	overflow:hidden;
	border: none;
}

.review_stars a:hover,
.review_stars a:active,
.review_stars a:focus
{
	background-position: left bottom;
}

.review_stars a.one-star
{
	width:20%;
	z-index:6;
	text-indent: -9999em;
}

.review_stars a.two-stars
{
	width:40%;
	z-index:5;
	text-indent: -9999em;
}

.review_stars a.three-stars
{
	width:60%;
	z-index:4;
  text-indent: -9999em;
}

.review_stars a.four-stars
{
	width:80%;
	z-index:3;
	text-indent: -9999em;
}

.review_stars a.five-stars
{
	width:100%;
	z-index:2;
	text-indent: -9999em;
}

.review_stars .current-rating
{
	z-index:1;
	background-position: left bottom;
}
.review_stars .current-rating span
{
  display:none;
}
#rating_message_5, #rating_message_4, #rating_message_3, #rating_message_2, #rating_message_1
{
  float:left;
  position:relative;
  z-index:1;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  padding-left:10px;
}
/* for an inline rater */
.inline-rating
{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
  float:left;
	vertical-align: middle;
}

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

img {
  border:0px;
  display:block;
}

li img {display: inline;}

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

.clear_dots {
	background: url("/images/clear_dots_bg.gif") 8px 3px no-repeat;
	height:15px;
}

.clear_dots_comp {
	background: url("/images/clear_dots_comp_bg.gif") 8px 3px no-repeat;
	height:15px;
  margin:0px 0px 0px 7px;
}

label.hiddenlabel {
  display:none;
}

select, input, textarea {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0px 0px 0px 0px;
  font-weight:normal;
}

img {
  border:0px;
}


h1 {
	font-size:20px;
	color:#c61871;
	font-weight:normal;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}


h2 {
	font-size:14px;
	color:#c61871;
	font-weight:normal;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}


p {
  margin:0px 0px 0px 0px;
  padding:4px 0px 4px 0px;
}

strong.customer {}

a {
  color:#c61a72;
  text-decoration:none;
}

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


form {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

html {
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#626262;
  padding: 0px 0px 10px 0px;
  margin:0px 0px 0px 0px;
  background: #f2f3f4;
  /*background: #f2f3f4 url("/images/christmas_bg.jpg") 50% 0% repeat;*/
}



/******************* Main Holders *******************/

#parent_container {
  width:994px;
  margin:0px auto;
	background: url("/images/parent_container_bg.gif") top left repeat-y;
}

#header_container {
  height:186px;
  background: url("/images/header_container_bg.gif") top left no-repeat;
	/*overflow:hidden;*/
	padding:0px 0px 0px 0px;
}

#column_box {
	background: url("/images/body_spacer.gif") bottom left no-repeat;
	padding:0px 0px 13px 0px;
}

#left_column {
  width:188px;
  float:left;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:1;
  left:9px;
  overflow:hidden;
}

#middle_column {
  width:779px;
  float:right;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:1;
  right:9px;
}


#footer_container {}


/*********** header_container *****************/

/*** site_logo ***/

#header_container #site_logo {
	padding:39px 0px 0px 16px;
	float:left;
}

#header_title{
  float:left;
  padding:10px 0px 0px 16px;
}

#header_title h1{
  color: #67707A;
  font-size: 18px;
  font-weight: bold;
}

/*** site_contact ***/

#header_container #site_contact {
	padding:30px 16px 0px 0px;
	float:right;
}

#header_container #site_contact ul {
  padding:12px 0px 0px 3px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#header_container #site_contact li {
  padding:0px 0px 0px 5px;
  margin:0px 0px 0px 0px;
	display:inline;
}

#header_container #site_contact a {
  color:#67707a;
	text-decoration:none;
}

#header_container #site_contact a:hover {
  color:#c61871;
	text-decoration:none;
}

/*** site_flags ***/


#header_container #site_flags {
	padding:16px 0px 0px 14px;
	float:left;
}

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

#header_container #site_flags li {
  padding:0px 0px 3px 0px;
  margin:0px 0px 0px 0px;
}

/*** top_container_basket ***/

#header_container #top_container_basket {
	padding:14px 16px 0px 0px;
	float:right;
	width:124px;
	height:41px;
}

#header_container #top_container_basket p {
	padding:0px 0px 5px 0px;
}

#header_container #top_container_basket table {
	width:100%;
	color:#67707a;
}

#header_container #top_container_basket span {
	color:#c61871;
}


#top_container_basket_cost {
	text-align:right;
	font-weight:bold;
}

/*** top_container_currency ***/

#header_container #top_container_currency  {
  padding:14px 0px 0px 0px;
  margin:0px 0px 0px 0px;
	float:right;
	width:106px;
}

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

#header_container #top_container_currency li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
	float:left;
	width:20px;
	overflow:hidden;
	display:inline;
}

/******************* #header_container #top_search  *******************/

#top_search {
	width:212px;
	float:left;
	padding:12px 0px 0px 16px;
}

#top_search label {
  display:none;
}

#top_search span {
  width:162px;
  height:18px;
  display:block;
  background: url("/images/top_search_box.gif") no-repeat;
  padding:4px 0px 0px 10px;
  margin:0px 0px 0px 0px;
}

#top_search #query {
  color:#979696;
  border:0px;
  width:148px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#FFFFFF !important;
  background-color:#FFFFFF;
}

/******* top_menu *******/

#top_menu {
  height:22px;
	/*overflow:hidden;*/
	margin:13px 0px 0px 20px;
	float:left;
}

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

#top_menu li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#top_menu li.top_menu_space {
	background: url("/images/top_menu_space.gif") top left no-repeat;
	width:11px;
	height:22px;
	overflow:hidden;
}

#top_menu li a.top_menu_link {
	width:11px;
	height:22px;
	overflow:hidden;
	display:block;
}

#top_menu a.top_menu_link span,
#top_menu li.top_menu_space span {
	display:none;
}

#top_menu #top_menu_1 a.top_menu_link {
	background: url("/images/top_menu_1.gif") top left no-repeat;
	width:80px;
}

#top_menu #top_menu_1 a:hover.top_menu_link {
	background: url("/images/top_menu_1.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_2 a.top_menu_link {
	background: url("/images/top_menu_2.gif") top left no-repeat;
	width:63px;
}

#top_menu #top_menu_2 a:hover.top_menu_link {
	background: url("/images/top_menu_2.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_3 a.top_menu_link {
	background: url("/images/top_menu_3.gif") top left no-repeat;
	width:85px;
}

#top_menu #top_menu_3 a:hover.top_menu_link {
	background: url("/images/top_menu_3.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_4 a.top_menu_link {
	background: url("/images/top_menu_4.gif") top left no-repeat;
	width:141px;
}

#top_menu #top_menu_4 a:hover.top_menu_link {
	background: url("/images/top_menu_4.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_5 a.top_menu_link {
	background: url("/images/top_menu_5.gif") top left no-repeat;
	width:105px;
}

#top_menu #top_menu_5 a:hover.top_menu_link {
	background: url("/images/top_menu_5.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_6 a.top_menu_link {
	background: url("/images/top_menu_6.gif") top left no-repeat;
	width:104px;
}

#top_menu #top_menu_6 a:hover.top_menu_link {
	background: url("/images/top_menu_6.gif") 0px -22px no-repeat;
}

#top_menu #top_menu_7 a.top_menu_link {
	background: url("/images/top_menu_7.gif") top left no-repeat;
	width:93px;
}

#site_phone {
    padding: 0 5px 0 64px;
}

/********** default_catalog_navigation ************/

.default_catalog_navigation {
	min-height:1px;
	height:auto !important;
	height:1px;
}

.default_catalog_navigation ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	min-height:1px;
	height:auto !important;
	height:1px;
}

.default_catalog_navigation li {
	padding:4px 0px 5px 7px;
	margin:0px 0px 0px 0px;
	min-height:1px;
	height:auto !important;
	height:1px;
  background: url("/images/default_catalog_navigation_bg.gif") top left repeat-y;
}

.default_catalog_navigation li.default_catalog_navigation_title {
	background: url("/images/catalog_navigation_filters_title.gif") top left repeat-x;
	display:block;
	height:24px !important;
  height:24px;
	overflow:hidden;
	color:#67707a;
	font-size:11px;
	padding:14px 0px 0px 5px;
}

.default_catalog_navigation li span {
  background: url("/images/menu_bullet.gif") 0px 4px no-repeat;
  padding:0px 0px 0px 10px;
}

.default_catalog_navigation li.default_catalog_navigation_title span {
  background: none;
  padding:0px 0px 0px 0px;
}

.default_catalog_navigation_sale_ids,
.catalog_navigation_toggle_wrapper {
  display:none;
}

.default_catalog_navigation_sitemap {
  border-bottom:1px solid #eeeeee;
}


.default_catalog_navigation a {
  color:#67707a;
  text-decoration:none;
}

.default_catalog_navigation a:hover {
  color:#c61871;
  text-decoration:none;
}

/********** default_catalog_navigation_tags_id ************

.default_catalog_navigation_tags_id {
  background: url("/images/default_catalog_navigation_tags_full.gif") top left no-repeat;
}

.default_catalog_navigation_tags_id ul {
	padding:5px 8px 17px 8px;
	margin:0px 0px 0px 0px;
}

.default_catalog_navigation_tags_id ul {
  background: url("/images/default_catalog_navigation_tags_end.gif") bottom left no-repeat;
}

.default_catalog_navigation_tags_id li {
	background: url("/images/default_catalog_navigation_tags_line.gif") top left no-repeat;
}

.default_catalog_navigation_tags_id li.first_item span {
	background: url("/images/default_catalog_navigation_tags_bullet.gif") 0px 1px no-repeat;
}

.default_catalog_navigation_tags_id li span {
	background: url("/images/default_catalog_navigation_tags_bullet.gif") 0px 0px no-repeat;
}


.default_catalog_navigation_tags_id li.default_catalog_navigation_title {
	background: url("/images/default_catalog_navigation_tags_title.gif") top left no-repeat;
}

.default_catalog_navigation_tags_id a {
	color:#ffffff;
	text-decoration:none;
}

.default_catalog_navigation_tags_id a:hover {
	color:#000000;
	text-decoration:none;
}

/********** default_catalog_navigation_categories_id ************

.default_catalog_navigation_categories_id {
  background: url("/images/default_catalog_navigation_categories_id.gif") top left repeat-y;
}

.default_catalog_navigation_categories_id ul {
  background: url("/images/default_catalog_navigation_categories_id_end.gif") bottom left no-repeat;
}

.default_catalog_navigation_categories_id li {
	background: url("/images/default_catalog_navigation_categories_id_line.gif") top left no-repeat;
}

.default_catalog_navigation_categories_id li span {
	background: url("/images/default_catalog_navigation_categories_id_bullet.gif") top left no-repeat;
}

.default_catalog_navigation_categories_id li.default_catalog_navigation_title {
	background: url("/images/default_catalog_navigation_categories_title.gif") top left no-repeat;
}

.default_catalog_navigation_categories_id a {
	color:#000000;
	text-decoration:none;
}

.default_catalog_navigation_categories_id a:hover {
	color:#e66f27;
	text-decoration:none;
}


/******************* homepage_promos *******************/

#homepage_promos {
  background: url("/images/body_spacer.gif") bottom left no-repeat;
	height:421px;
	overflow:hidden;
	padding:7px 0px 0px 9px;
	position:relative;
  z-index:1;
}

#homepage_promos_fade {
	height:406px;
	overflow:hidden;
	position:relative;
  z-index:1;
}

#homepage_promos_fade img {
	position:absolute;
}

#homepage_promos_upper {
	position:absolute;
  z-index:3;
	top:15px;
	right:17px;
}

#homepage_promos_upper span {
	height:124px;
	width:318px;
	overflow:hidden;
	margin:0px 0px 9px 0px;
	display:block;
}

/******************* homepage_products *******************/

#homepage_products {
  background: url("/images/body_spacer.gif") bottom left no-repeat;
	height:361px;
	overflow:hidden;
}

#featured_designers {
  background: url("/images/featured_designers_bg.gif") top left no-repeat;
	width:188px;
	height:303px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:6px 0px 0px 9px;
	padding:37px 0px 0px 0px;
}

.featured_designer {
	height:47px;
	overflow:hidden;
	margin:7px 0px 0px 8px;
}

.featured_designer .featured_designer_image {
	width:56px;
	float:left;
}

.featured_designer .featured_designer_text {
	width:120px;
	float:left;
}

.featured_designer .featured_designer_text ul{
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.featured_designer .featured_designer_text li{
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	height:14px;
	overflow:hidden;
}

#featured_designers a {
	color:#67707a;
	text-decoration:none;
	font-weight:bold;
}

#featured_designers a:hover{
	color:#c61871;
	text-decoration:none;
}

#featured_designers .featured_designer_link a {
	color:#afafaf;
	font-weight:normal;
}

#featured_designers .featured_designer_link a:hover{
	color:#67707a;
}

#featured_designers p {
	padding:9px 0px 0px 8px;
}

#featured_designers p a {
	font-weight:normal;
}

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

#featured_products {
  background: url("/images/featured_products_bg.gif") top left no-repeat;
	width:779px;
	overflow:hidden;
	float:right;
	display:inline;
	margin:6px 9px 0px 0px;
	padding:44px 0px 0px 0px;
}

/******************* footer_promos *******************/

#footer_promos {
  background: url("/images/body_spacer.gif") bottom left no-repeat;
	height:148px;
	overflow:hidden;
	padding:6px 0px 0px 9px;
}

#footer_promo {
	width:188px;
	float:left;
	height:133px;
	overflow:hidden;
	margin:0px 9px 0px 0px;
}

#footer_promos span {
	width:255px;
	float:left;
	height:133px;
	overflow:hidden;
	display:block;
	margin:0px 7px 0px 0px;
}

/******************* footer_links *******************/

#footer_links {
  background: url("/images/footer_links_bg.gif") bottom left no-repeat;
	height:122px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}

#footer_links_payment {
	float:left;
	width:245px;
	padding:0px 0px 0px 9px
}

#footer_links_papers {
	float:left;
	width:288px;
	padding:7px 0px 0px 5px;
}

.footer_links_list {
	float:left;
	width:115px;
	padding:0px 0px 0px 7px;
}

.footer_links_list ul {
	padding:6px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.footer_links_list li {
	padding:0px 0px 5px 11px;
	margin:0px 0px 0px 0px;
	background: url("/images/footer_links_list_bullet.gif") 0px 5px no-repeat;
}

.footer_links_list a {
	color:#67707a;
	text-decoration:none;
}

.footer_links_list a:hover {
	color:#c61871;
	text-decoration:none;
}

#footer_newsletter {
  width:189px;
  overflow:hidden;
  background: url("/images/footer_newsletter_bg.gif") no-repeat;
  padding:36px 0px 0px 2px;
	margin:7px 9px 0px 0px;
  float:right;
	display:inline
}

#footer_newsletter label {
  display:none;
}

#footer_newsletter span {
  width:134px;
  height:18px;
  display:block;
  background: url("/images/footer_newsletter_box.gif") no-repeat;
  padding:4px 0px 0px 10px;
  margin:0px 0px 0px 0px;
}

#footer_newsletter span input{
  color:#979696;
  border:0px;
  width:120px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#FFFFFF !important;
  background-color:#FFFFFF;
}

#footer_text {
  display: table;
  margin: 0 auto;
  width: 979px;
  color: #67707A;
  padding: 10px 0px 0 5px;
  text-align: left;
}

#trust_pilot
{
  padding: 2px 0px 0px 0px;
  width: 77px;
  height: 80px;
  float: left;
}

#rss_feed {
	float:left;
	padding:13px 0px 0px 9px;
}

#social_links {
	width: 100%;
	display: table;
	text-align: center;
	margin: 7px 0 0 0;
}

#social_links img {
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: text-bottom;
}

#social_links #inner{
	width: 994px;
	display: table;
	margin: 0 auto;
}

#social_links .facebook {
	float: left;
	padding: 0 0 0 10px;
}
#social_links .twitter {
	float: left;
	padding: 0 0 0 10px;
}

#social_links a {
  color: #676767;
  font-size: 10px;
}

#visualsoft {
	float:right;
	padding:13px 9px 0px 0px;
	color:#67707A;
}

#visualsoft img {
  display:inline;
}

#visualsoft a {
  color:#67707A;
}

/******************* catalog_navigation_filters *******************/


.catalog_navigation_filters {
  padding:5px 0px 0px 0px;
}

.catalog_navigation_filters ul {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

.catalog_navigation_filters li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.catalog_navigation_filters li.filter_catalog_navigation_title {
	position:relative;
  z-index:1;
}

.catalog_navigation_filters li .filter_title {
	background: url("/images/catalog_navigation_filters_title.gif") top left repeat-x;
	display:block;
	height:24px;
	overflow:hidden;
	color:#67707a;
	font-size:11px;
	padding:14px 0px 0px 5px;
}

.remove_filter {
  display:block;
  height:17px;
  width:17px;
  background: url("/images/clear_filter.gif") top left no-repeat;
  position:absolute;
  top:12px;
  right:8px;
}

.remove_filter span {
  display:none;
}


.catalog_navigation_filters ul ul {
	padding:0px 1px 0px 1px;
	margin: 1px 0px 1px 0px;
  /*
  height: expression( this.scrollHeight > 269 ? "270px" : "auto" ); /* sets max-height for IE - doesn't validate *
  max-height: 270px; /* sets max-height value for all standards-compliant browsers *
  */
  height: expression( this.scrollHeight > 169 ? "170px" : "auto" ); /* sets max-height for IE - doesn't validate */
  max-height: 170px; /* sets max-height value for all standards-compliant browsers */
  overflow: auto;
  display:block;
	background:none;
	border-left:1px solid #e5e8ea;
	border-right:1px solid #e5e8ea;
}

.catalog_navigation_filters li.filter_catalog_navigation_title li {
	padding:6px 0px 6px 6px;
	margin:0px 0px 0px 0px;
	font-size:11px;
  color:#a3a3a3;
	background:#f2f3f4;
  position:static;
}


.catalog_navigation_filters li li span {
	background: url("/images/bullet_filter.gif") 0px 2px no-repeat;
  padding:0px 0px 0px 15px;
  display:block;
  line-height:15px;
}


.catalog_navigation_filters .active_filter span {
	background: url("/images/bullet_filter_active.gif") 0px 2px no-repeat;
}

.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled {
	display:none;
}

.catalog_navigation_filters li li a {
  color:#67707a;
  text-decoration:none;
}

.catalog_navigation_filters li li a:hover {
  color:#c61871;
  text-decoration:none;
}

.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled a,
.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled a:hover {
  color:#c1c1c1;
  text-decoration:none;
}

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

#ajax_filters_loading {
  background: url(/images/ajax-loader.gif) no-repeat 50% 0%;
  height:100%;
  /*opacity:0.7;*/
  margin-top:190px;
  position:absolute;
  top:0;
  width:779px;
  z-index:3000;
}

/******************* product listings *******************/

#search_results {
	padding:7px 0px 6px 0px;
}

.product {
  width:197px;
  height:295px;
  margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  float:left;
  display:inline;
  position:relative;
  z-index:1;
  overflow:hidden;
	background: url("/images/product_bg.gif") top right no-repeat;
}

.product_last {
	width:188px;
	background:none;
}

.product ul {
  padding:4px 0px 0px 7px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.product li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.product li.product_image {
	height:181px;
	overflow:hidden;
}

.product li .product_sash {
  position:absolute;
  left:0px;
  top:0px;
}

.product li.product_title {
  line-height:15px;
  height:30px;
	width:174px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
	font-size:11px;
}

.product li.product_title span {
	font-weight:bold;
}

.product li.product_title a {
  color:#67707a;
  text-decoration:none;
}

.product li.product_title a:hover {
  color:#c61871;
  text-decoration:none;
}

.product .product_view {
	padding:0px 0px 0px 7px;
}

.product .attribute_swatches {
	height:12px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

.product .attribute_swatches p {
	display:none;
}

.product .attribute_swatches ul {
	padding:0px 0px 0px 7px;
}

.product .attribute_swatches li {
	float:left;
	padding:0px 1px 0px 0px;
}

.product .attribute_swatches li img {
	float:left;
}

.product .product_price_rrp {
  color:#67707a;
  font-size:12px;
  font-weight:bold;
  padding:14px 0px 0px 7px;
	line-height:14px;
}

.product .product_price {
  color:#c61871;
  font-size:14px;
  font-weight:bold;
  padding:0px 0px 0px 7px;
	line-height:18px;
}

.product .product_price span {
  font-size:18px;
}

.product .product_price_sale {
  color:#cc0018;
}

.product .product_view a {
	color:#67707a;
	text-decoration:none;
}

.product .product_view a:hover {
	color:#c61871;
	text-decoration:none;
}

/******************* page_top *******************/

#page_top {
	background: #eeeeee  url("/images/page_top_bg.gif") top left no-repeat;
	min-height:1px;
	height:auto !important;
	height:1px;
	margin:5px 0px 5px 0px;
}

#page_top_image {
	min-height:137px;
	height:auto !important;
	height:137px;
	padding:0px 0px 0px 0px;
}

#page_top h1 {
	font-size:20px;
	color:#c61871;
	font-weight:normal;
	padding:0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
	text-transform:lowercase;
}

#page_top_content {
	min-height:1px;
	height:auto !important;
	height:1px;
	padding:9px 7px 7px 9px;
	color:#67707a;
	line-height:18px;
}

#page_top_image #page_top_content {
	padding:9px 231px 7px 9px;
}

/******************* breadcrumb_container *******************/

#breadcrumb_container {
  height:28px;
  margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  overflow:hidden;
}

#middle_column_wide #breadcrumb_container {
  height:27px;
  overflow:hidden;
	background:#eeeeee;
	border-top:1px solid #FFFFFF;
	margin:0px 9px 0px 9px;
}

/*
#middle_column_full #breadcrumb_container {
	margin:0px 10px 0px 10px;
}
*/

#breadcrumb_container p {
  padding:7px 0px 0px 7px;
  margin:0px 0px 0px 0px;
	color:#c61871;
	font-size:10px;

}

#breadcrumb_container a {
  color:#67707a;
  text-decoration:none;
}

#breadcrumb_container a:hover {
  text-decoration:none;
  color:#c61871;
}

/******************* product_paging *******************/


#product_paging_top {
  height:37px;
  overflow:hidden;
	background: url("/images/catalog_navigation_filters_title.gif") top left repeat-x;
	position:relative;
  z-index:1;
}

#product_paging_top td {
	padding:10px 0px 0px 7px;
}

#product_paging_top label {
	display:none;
}

#product_paging_top select {
	width:136px;
	color:#818181;
}

#product_paging_top .td_showing {
	color:#67707a;
}

#product_paging_top .td_showing span {
	color:#c61871;
}

#product_paging_top a {
	color:#67707a;
	text-decoration:none;
}

#product_paging_top a:hover {
	color:#c61871;
	text-decoration:none;
}

#product_paging_bottom {
  height:30px;
  overflow:hidden;
	background: #cbd1d5;
	position:relative;
  z-index:1;
}

.pages {
	position:absolute;
	top:13px;
	right:7px;
}

.pages p {
  padding:0px 0px 0px 0px;
}

#product_paging_bottom .pages {
	top:8px;
}


.pages a {
	color:#67707a;
	text-decoration:none;
}

.pages a:hover {
	color:#c61871;
	text-decoration:none;
}

/******************* product_page *******************/

#product_page {}

#product_left {
  padding:7px 0px 0px 0px;
  width:369px;
  float:left;
}

#product_right {
  width:598px;
  float:right;
  padding:0px 0px 0px 0px;
	position:relative;
  z-index:1;
	right:16px;
}


/******************* main_product - product_left *******************/

.product_img {
  height:350px;
  width:350px;
	margin:0px 0px 0px 18px;
  position:relative;
  z-index:1;
}

.product_img .product_sash {
  position:absolute;
  top:0px;
  left:0px;
}

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

#product_thumbs li {
  padding:1px 1px 1px 1px;
  margin:7px 0px 0px 7px;
  display:inline;
	/*height:78px;*/
	overflow:hidden;
  float:left;
	border:1px solid #afafaf;
}

#product_thumbs_enlarge {
	padding:7px 0px 0px 17px;
	clear:both;
}

/******************* main_product_bottom - product_right *******************/

#product_right h1 {
	color:#67707a;
	font-size:16px;
	padding:8px 0px 0px 1px;
  font-weight:bold;
}

#product_right h1 span {
	font-weight:normal;
	padding:0px 0px 0px 0px;
}

#product_right h2 {
	color:#67707a;
	font-size:11px;
	padding:0px 0px 0px 1px;
	font-weight:normal;
}

/*** product_tabs ***/

#product_tabs {
  height:28px;
	overflow:hidden;
	background: url("/images/product_tabs_bg.gif") bottom left repeat-x;
	margin:15px 0px 0px 1px;
}

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

#product_tabs li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#product_tabs li a {
  display:block;
  height:28px;
	margin:0px 1px 0px 0px;
	background-image: url("/images/product_tabs.gif");
	width:84px;
}

#product_tabs .tab_on a.summary_tab_link {
	background-position: 0px 0px;
}

#product_tabs .tab_off a.summary_tab_link {
	background-position: 0px -28px;
}

#product_tabs .tab_on a.details_tab_link {
	background-position: -85px 0px;
}

#product_tabs .tab_off a.details_tab_link {
	background-position: -85px -28px;
}

#product_tabs .tab_on a.brand_tab_link {
	width:104px;
	background-position: -170px 0px;
}

#product_tabs .tab_off a.brand_tab_link {
	width:104px;
	background-position: -170px -28px;
}

#product_tabs .tab_on a.video_tab_link {
	background-position: -275px 0px;
}

#product_tabs .tab_off a.video_tab_link {
	background-position: -275px -28px;
}

#product_tabs .tab_on a.reviews_tab_link {
	background-position: -360px 0px;
}

#product_tabs .tab_off a.reviews_tab_link {
	background-position: -360px -28px;
}

#product_tabs .tab_on a.delivery_tab_link {
	background-position: -445px 0px;
}

#product_tabs .tab_off a.delivery_tab_link {
	background-position: -445px -28px;
}

#summary_tab_content_box {
	padding:10px 14px 10px 15px;
	line-height:17px;
	color:#67707a;
	min-height:160px;
	height:auto !important;
	height:160px;
}

#summary_tab_content_box_height {
  height: expression( this.scrollHeight > 159 ? "160px" : "auto" ); /* sets max-height for IE - doesn't validate */
  max-height: 160px; /* sets max-height value for all standards-compliant browsers */
  overflow: auto;
}

#video_tab_content ul , #summary_tab_content ul {
  padding:9px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#video_tab_content li , #summary_tab_content li {
  background: url("/images/bullet.gif") 0px 5px no-repeat;
  padding:0px 0px 14px 11px;
  margin:0px 0px 0px 0px;
  line-height:14px;
  list-style:none;
}

.product_review .product_reviews_subject  {
	color:#c61871;
  font-weight:bold;
}

/*** product_box ***/

.product_box {
	width:298px;
	height:92px;
	overflow:hidden;
	float:left;
	background-color:#eeeeee;
	margin:0px 0px 0px 1px;
}

.product_box_title {
	height:23px;
	overflow:hidden;
	background-color:#cbd1d5;
	border-bottom:1px solid #FFFFFF;
	color:#67707a;
	padding:4px 0px 0px 6px;
	font-size:16px;
}

.product_box_content {
	padding:7px 7px 7px 7px;
}

.product_box_content table {
	width:100%;
}

.product_box_content select {
	width:159px;
	color:#818181;
}

.product_box_content .product_box_content_image,
.product_box_content .product_box_content_add {
	text-align:right;
}

.product_box_content .product_box_content_add {
	padding:0px 5px 0px 0px;
	color:#67707a;
}

.product_box_content .product_box_content_image img {
	display:inline;
}

#product_option_container { width:600px; white-space:no-wrap;}

/* JM, Product Attribute Image Placeholder. Replaces an attribute image when not present */
span#attr-image-placeholder { display:block; height: 50px; width:118px;  }
/* JM, price diff on products options */
div#product_price_diff { display:block !important;}
/* JM, jquery carousel */
 .jcarousel-container
 {
    padding: 0;
    margin: 0;
    position:relative;
    left:47px;
    width: 287px;
}

.jcarousel-clip {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    width: 267px;
    height:90px;
    white-space:no-wrap;
}

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

#product_thumbs ul { padding:0 !important; z-index:1;white-space:no-wrap;}

/* set the width/height explicitly. No width/height causes infinite loops. */

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 78px;
    display: block;
    height: 78px;
    padding: 1px;
}

.jcarousel-list li img { width:77px; height:77px;}

.jcarousel-next {
    vertical-align:middle;
    display: none;
    float: right;
    width: 7px;
    cursor: hand;
    cursor: pointer;
    margin:20px 0 0 0;
    display:block;
}

.jcarousel-prev {
    display: none;
    float: left;
    width: 7px;
    cursor: hand;
    cursor: pointer;
    margin:20px 0 0 0;
    display:block;
}

/*** product_box ***/

#main_add_to_basket {
  background: url("/images/main_add_to_basket_bg.gif") top left repeat-y;
  padding:0 0 0 0;
  margin:6px 0 0 1px;
	height:82px;
	position:relative;
  z-index:1;
	overflow:hidden;
}

#product_buttons {
	position:absolute;
	top:14px;
	right:13px;
}

#product_cards {
	position:absolute;
	top:54px;
	right:13px;
}

#product_price div {
  display:inline;
}

#product_price {
	padding:9px 0px 0px 12px;
}

#product_price_rrp,
#product_price_was {
	font-size:12px;
	color:#67707a;
  display:inline;
}


#product_price_sale {
	color:#c61871;
	font-size:34px;
}

#product_price_stock {
	position:absolute;
	top:55px;
	left:12px;
	display:block;
	color:#67707a;
}

#product_thumbs {
  visibility:hidden;
}

/*** stock ***/

#stock {
	width:250px;
	overflow:hidden;
	float:left;
}

#stock ul {
	padding:7px 0px 0px 3px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

#stock li {
	padding:3px 0px 0px 30px;
	margin:0px 0px 11px 0px;
	color:#67707a;
	background: url("/images/stock_states.gif") 0px -62px no-repeat;
	height:17px;
	overflow:hidden;
}

#stock li.stock_state_positive {
	background-position: 0px 0px;
}

#stock li.stock_delivery {
	background-position: 0px -31px;
}

.custom_stock_message {
  display:bock;
}

/*** additional_options ***/

#additional_options {
	width:164px;
	overflow:hidden;
	float:right;
}

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

#additional_options li {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

#additional_options li.last_option {
	padding:2px 0px 4px 0px;
}

/******************* related_products *******************/

#related_products_title {
  height:37px;
	background: url("/images/related_products_title.gif") top left no-repeat;
	margin:6px 0px 0px 9px;
}

#related_products {
	padding:7px 0px 0px 9px;
	background: url("/images/body_spacer.gif") bottom left no-repeat;
	height:310px;
	overflow:hidden;
}

/******************* cms *******************/

.cms_page {
  background: url("/images/body_spacer.gif") bottom left no-repeat;
	min-height:1px;
	height:auto !important;
	height:1px;
  padding:1px 9px 0px 9px;
}

.cms_page_image {
  background: url("/images/cms_bg.jpg") top right no-repeat;
	padding:0px 400px 15px 10px;
	min-height:549px;
	height:auto !important;
	height:549px;
	line-height:15px;
}

.cms_page_image_none {
	padding:0px 10px 15px 10px;
	min-height:1px;
	height:auto !important;
	height:1px;
	line-height:15px;
}

.cms_page_plain {
	padding:6px 6px 6px 6px;
	min-height:1px;
	height:auto !important;
	height:1px;
	line-height:15px;
}

.cms_page h1 {
  color:#c61871;
  font-size:20px;
  line-height:22px;
  padding:10px 0px 5px 0px;
}

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


.cms_page_sitemap ul {
  padding:10px 0px 10px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.cms_page_sitemap li {
  padding:0px 0px 5px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.cms_page_sitemap .sitemap_alpha ul {
  padding:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width:100%;
}

.cms_page_sitemap .sitemap_alpha ul li {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 0px;
	background: none;
	min-height: 13px;
	height: auto !important;
	height: 13px;
  display:block;
  float:left;
  width:20px;
}

/******************* competitions_page *******************/

#competitions_page {
  padding:0px 9px 0px 9px;
}

#competitions_left {
  float:left;
  width:500px;
  line-height:14px;
}

#competitions_right {
  height:376px;
  width:376px;
  position:relative;
  z-index:1;
  float:right;
}

#competitions_prize {
  position:absolute;
  top:6px;
  right:6px;
}

#competitions_entry_stuff_title {
  background: url("/images/competitions_entry_stuff_title.gif") top right no-repeat;
height:39px;
}

#competitions_entry_stuff {
  background: url("/images/competitions_entry_stuff.gif") top right no-repeat;
  min-height:302px;
  overflow:hidden;
}

#competitions_archive_title {
  background: url("/images/competitions_archive_title.gif") top right no-repeat;
	height:39px;
}

#competitions_entry {
  float:left;
  width:480px;
  padding:5px 0px 10px 8px;
}

#competitions_entry td {
  padding:0px 5px 8px 0px;
}

#competitions_entry .comp_textbox {
  width:320px;
}

#competitions_terms {
  width:370px;
  float:right;
  padding:0px 0px 0px 0px;
}

#competitions_terms h2 {
  padding:0px 0px 5px 0px;
}

.external_text {
  padding:0px 8px 10px 8px;
  line-height:14px;
}

/******************* competitions_archive *******************/

.competitions_archive_left {
  float:left;
  display:inline;
  width:700px;
  line-height:14px;
  padding:5px 0px 0px 0px;
  margin:7px 0px 7px 9px;
}

.competitions_archive_left h2 {
  padding:0px 0px 5px 0px;
}

.competitions_archive_right {
  width:190px;
  height:190px;
  overflow:hidden;
  float:right;
  display:inline;
  color:#989898;
  padding:0px 0px 0px 0px;
  margin:7px 16px 7px 0px;
}

.competitions_archive_right img {
  width:190px;
  height:190px;
}

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

.testimonials_box {
  background: #f8f9f9 url("/images/open_quote.gif") top left no-repeat;
  width:619px;
  margin:0px 0px 7px 0px;
}
.testimonials_content {
  background: url("/images/close_quote.gif") bottom right no-repeat;
	min-height:1px;
  height:auto !important;
  height:1px;
  padding:15px 35px 15px 35px;
  line-height:17px;
}

.testimonials_box .testimonials_name {
  color:#c61871;
  font-weight:bold;
}

/******************* gift_voucher *******************/

#gift_voucher_box {
  background: url("/images/body_spacer.gif") bottom left no-repeat;
	min-height:1px;
	height:auto !important;
	height:1px;
  padding:1px 9px 16px 9px;
}

#voucher_header {
  background: url("/images/voucher_title.gif") top left no-repeat;
  height:30px;
  overflow:hidden;
  margin:0px 0px 0px 0px;
  padding:10px 0px 11px 267px;
}

#voucher_header label {
  display:none;
}

#voucher_header select {
  font-size: 10px;
  width:200px;
}

/****/

#voucher_left {
  width: 468px;
  min-height: 438px;
  height: auto !important;
  height: 438px;
  float: left;
  border: 1px solid #b9bfc3;
  margin:0px 0px 0px 8px;
  background: #FFFFFF;
  padding:1px 1px 1px 1px;
}

#voucher_value_preview {
  display:block;
  border-bottom:1px solid #b9bfc3;
  margin:0px 10px 0px 10px;
  padding:5px 10px 5px 10px;
  font-size:50px;
  color:#c61871;
  line-height:52px;
}

.voucher_content {
  /*border-bottom:1px solid #b9bfc3;*/
  margin:0px 10px 0px 10px;
  padding:15px 10px 15px 10px;
  color:#67707a;
  text-transform:uppercase;
  font-size:11px;
}

#voucher_message_preview {
  display:block;
  text-transform:none;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

#voucher_to_name_preview,
#voucher_from_name_preview,
#voucher_message_preview {
  display:block;
  padding:0px 0px 0px 20px;
}

.code_stuff,
.code_note {
  display:none;
}

#bloglink {
  float: left;
  padding: 12px 0 0 0;
}

/****/

#voucher_right {
  width: 474px;
  height:456px;
  overflow: hidden;
  float: left;
  display:inline;
  margin: 0px 0px 0px 15px;
  padding:0px 0px 0px 0px;
  background: url("/images/voucher_price.gif") bottom left no-repeat;
  position:relative;
  z-index:1;
}

#voucher_price {
  font-size:35px;
  color:#c61871;
  line-height:37px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align:right;
  position:absolute;
  bottom:18px;
  left:13px;
}

#voucher_right td {
  padding:0px 0px 10px 0px;
}

#voucher_right #button_basket {
  position:absolute;
  bottom:34px;
  right:13px;
}

#voucher_terms
{
  padding: 10px;
}

#voucher_right input.voucher_textbox {
  width: 300px;
}

#voucher_right textarea.voucher_textbox {
  width: 300px;
  height:136px;
}

.required
{
  color: #C61A72;
}

#product_page_thumbs, #product_page_thumbs #thumb_container .jcarousel-container {
width:355px;
}



/*#TB_window
{
  top:15% !important;
  border:0;
}*/
#TB_title
{
  display:none;
}
.tb_iframe_tile
{
  overflow:hidden;
}

#no_tax_note
{
  background:#fff;
  border:1px dotted #ccc;
  font-size:9px;
  left:205px;
  padding:3px;
  position:absolute;
  top:10px;
  width:210px;
  line-height:13px;
}
#no_tax_note_basket
{
  background:#fff;
  border:1px solid #ccc;
  font-size:10px;
  padding:3px;
  position:relative;
  text-align:left;
  width:210px;
}
#product_price_tax
{
  display:none;
}

/******* basket_product_offers ********/

#basket_product_offers_container{
  width: 920px;
  /*height: 99px;*/
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ccd1d5;
}

#basket_product_offers_container_inner{
  width: 920px;
  /*height: 98px;*/
  background-color: #f2f3f5;
}
.basket_product_offer{
  width:290px;
  height:98px;
  float:left;
}
.basket_product_offer_img_container{
  width:77px;
  height:77px;
  float:left;
  padding:10px;
}
.basket_product_offer_img{
  width:76px;
  height:76px;
  border:1px solid #ccd1d5;
}
.basket_product_offer_content_container{
  width:190px;
  height:87px;
  float:right;
  overflow:hidden;
  display:block;
}
.basket_product_offer_content_container h2{
  font-weight:bold;
  padding:15px 0px 0px 3px;
}
.basket_product_offer_content_container a.product_title{
  color:#667079;
}

#basket_card_msg {padding:0 15px 10px;}/*** 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;
}

#top_menu .menu-dropdown {}

#top_menu .menu-dropdown ul {
  padding:10px 14px 0px 14px;
  margin:0px 0px 0px 0px;
  list-style:none;
  border: 1px solid #AEAEAE;
  min-height:1px;
  height:auto !important;
  height:1px;
  background-color:#FFFFFF;
  width:185px;
}

#top_menu .menu-dropdown li {
  padding:0px 0px 10px 12px;
  margin:0px 0px 0px 0px;
  width: 173px;
  list-style:none;
  float:none;
  background: url("/images/menu_bullet_2.gif") 0px 5px no-repeat;
}


#top_menu .menu-dropdown li a {
  color:#66707A;
  color:#66707A;
  text-decoration:none;
}

#top_menu .menu-dropdown li a:hover {
  color:#C61772;
  text-decoration:none;
}

/*

.menu
{
	margin:	0px;
}

.menu-dropdown {
  background-color:blue;
}

.menu-content td
{
  padding: 12px 0px 12px 0px;
  background:	#968C73;
  vertical-align: top;
}

.menu-content ul.menu-items li
{
  line-height: 20px;
}

.menu-content ul.menu-items li a
{
  color: #fff;
  text-decoration: none;
  background:none;
}

.menu-content ul.menu-items li a:hover
{
  text-decoration: underline;
}

/* left hand category list *
.menu-content ul.menu-items
{
  border-right: 2px solid #736D57;
  list-style:none;
  padding: 0px 0px 0px 16px;
  margin: 0px;
  width: 125px;
}

.menu-content ul.menu-items li
{
  line-height: 20px;
  float: none;
  display: block;
}
/* End left hand category list *

/* Right hand text elements *
.menu-content ul.menu-text
{
  width: 120px;
  padding: 4px 15px 0px 14px;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

.menu-content ul.menu-text li
{
  float: none;
  color: #504937;
  font-size: 10px;
  line-height: 13px;
  display: block;
}

.menu-content ul.menu-text li span
{
  display: block;
  padding: 15px 0px 0px 0px;
}
/* End right hand text elements */

*/.error_textbox {
  border: 1px solid #ff0000 !important;
}

.error,
.confirm {
  color:#ff0000;
}


#checkout_pages,
#account_pages {
  width:940px;
  margin:10px auto 10px;
  /*border:1px solid red;*/
  background-color:#FFFFFF;
}

#account_pages {
  padding:10px 0px 10px 0px;
}

/**** basket_promos ****/

#basket_promos {
  height:120px;
  overflow:hidden;
  /*border-top:10px solid #ebebeb;*/
}

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

#basket_promos li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#basket_promos li#basket_promos_mid {
  padding:0px 7px 0px 7px;
}

/**** basket page ****/

.basket_wrapper {
  padding:10px 10px 10px 10px;
}

#basket_table {}

#basket_table td,
.basket_table_order td {
  padding:5px 10px 5px 10px;
}

#basket_table td td,
.basket_table_order td td {
  padding:0px 0px 0px 0px;
}

#basket_table .basket_header td,
.basket_header td  {
  border-bottom:1px solid #dfdfdf;
  text-transform:uppercase;
  font-weight:bold;
  padding:7px 10px 7px 10px;
  /*color:#e8600e;*/
}

#basket_table .basket_row td {
  border-bottom:1px solid #dfdfdf;
}

#basket_table .basket_row td td {
  border-bottom:0px;
  padding:0px 3px 0px 3px;
}

/*
#basket_table .basket_image img {
  border:1px solid #000000
}
*/

#basket_table .grandtotal td {
  border-bottom:1px solid #dfdfdf;
}

#basket_table .grandtotal span {
  font-size:20px;
  font-weight:bold;
}

.basket_payment_options {
  height:55px;
  float:right;
  margin:10px 0px 0px 0px;
  padding:40px 10px 0px 0px;
}

.basket_payment_options table {
  width:100%;
}

.basket_payment_options_1 {
  width:221px;
  background: url("/images/basket_payment.gif") top left no-repeat;
}

.basket_payment_options_2 {
  width:427px;
  background: url("/images/basket_payment_2.gif") top left no-repeat;
}

.basket_payment_options_3 {
  width:612px;
  background: url("/images/basket_payment_3.gif") top left no-repeat;
}

.basket_payment_options_3b {
  width:658px;
  background: url("/images/basket_payment_3b.gif") top left no-repeat;
}

.basket_payment_options #basket_google {
  padding:5px 0px 0px 10px;
}

.basket_payment_options #basket_paypal {
  padding:5px 0px 0px 10px;
}

.basket_payment_options #basket_card {
  text-align:right;
}

#continue_shopping_links {
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:250px;
  font-size:11px;
  font-weight:bold;
}

#continue_shopping_links ul {
  margin:0px 0px 0px 0px;
  padding:20px 0px 0px 10px;
  list-style:none;
}

#continue_shopping_links li {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/**** login page ****/


.login_space {
  height:235px;
  width:144px;
  float:left;
  display:inline;
  margin:20px 0px 245px 20px;
  padding:33px 0px 0px 0px;
  position:relative;
}

.login_box_small {
  height:235px;
  width:288px;
  float:left;
  display:inline;
  margin:20px 0px 245px 20px;
  padding:33px 0px 0px 0px;
  position:relative;
}

.express_box {
  background: url("/images/express_box.gif") top left no-repeat;
}

.new_register_box {
  background: url("/images/register_box.gif") top left no-repeat;
}

.returing_box {
  background: url("/images/returing_box.gif") top left no-repeat;
}

.login_box_small ul {
  padding:5px 0px 0px 14px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.login_box_small li {
  padding:2px 0px 0px 30px;
  margin:0px 0px 18px 0px;
  list-style:none;
  background: url("/images/login_box_ticks.gif") 0px 0px no-repeat;
  font-size:12px;
  color:#000000;
  height:18px;
  overflow:hidden;
  font-weight:bold;
  font-weight:bold;
}


.login_box_small .login_intro {
  padding:5px 10px 0px 10px;
  height:30px;
  overflow:hidden;
}

.login_box_small .login_form {
  padding:5px 10px 0px 10px;
}

.login_box_small .login_form td {
  padding:0px 0px 5px 0px;
}

.login_box_small .login_form .textbox {
  width:230px;
}

.login_box_small .button {
  position:absolute;
  bottom:20px;
  right:20px;
}


/**** register page ****/

#register_page {
  padding:10px 10px 5px 10px;
}

#register_page td {
  padding:0px 0px 5px 0px;
}

#register_page td td {
  padding:0px 0px 5px 0px;
}

#register_page td td td {
  padding:0px 0px 0px 0px;
}


#register_page .textbox {
  width:250px;
}

#register_page #postcode,
#register_page #delivery_postcode {
  width:100px;
}

/**** payment page ****/

#order_summary_checkout {
  width:441px;
  float:left;
  display:inline;
  margin:20px 0px 65px 20px;
  padding:45px 0px 0px 0px;
  background: url("/images/order_summary.gif") top left no-repeat;
}

#order_summary_checkout #basket_table .grandtotal td {
  border-top:1px solid #dfdfdf;
  border-bottom:0px;
}

.checkout_label {
  font-weight:bold;
}

#payment_box {
  width:441px;
  min-height:394px;
  height:auto !important;
  height:394px;
  overflow:hidden;
  float:left;
  display:inline;
  margin:20px 0px 65px 20px;
  padding:45px 0px 10px 0px;
  background: #f2f2f2 url("/images/payment_details.gif") top left no-repeat;
}

#payment_box td {
  padding:5px 0px 5px 10px;
}

#payment_box td img {
  display:inline;
}

/**** 3D secure page ****/


.checkout_halfway_box {
  padding:20px 20px 20px 20px;
}

.checkout_3dsecure_info {
  padding:0px 20px 20px 20px;
}

/**** 3D secure page ****/


#order_confirmation {
  padding:10px 10px 10px 10px;
}

#order_confirmation td {
  padding:0px 10px 3px 0px;
}

.basket_wrapper_confirmation #basket_table td td {
  padding:5px 25px 0px 0px;
}

.basket_wrapper_confirmation #basket_table .grandtotal td {
  border-bottom:0px;
}

.basket_wrapper_confirmation #basket_table .grandtotal td.grandtotal_border {
  border-top:1px solid #dfdfdf;
}

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

/**** account page ****/


.my_account_home{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.my_account_home a {
  font-size:12px;
  display:block;
}

.my_account_home span{
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.my_account_home span.account_icon{
  clear: both;
}

.my_account_home li{
  height: 40px;
  overflow: hidden;
}

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

.vs3form fieldset {
  border:1px solid #dfdfdf;
  position:relative;
  padding:10px 10px 10px 10px;
  margin:10px 0px 10px 0px;
}

.vs3form legend {
  color:#6f6f6f;
  font-size:11px;
  font-weight:bold;
}

.vs3form fieldset td {
  padding:0px 10px 10px 0px;
}

.vs3form fieldset p {
  clear:both;
}

.vs3form fieldset p label {
  float:left;
  width:90px;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset p input {
  float:left;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset textarea,
.vs3form fieldset .textbox {
  width:290px;
}

.vs3form fieldset textarea {
  height:100px;
}

.vs3form fieldset #captcha_response {
  width:100px;
}

.address_book_line td {
  padding:0px 10px 0px 0px;
}div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
    cursor: hand;
    cursor: pointer;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
  -moz-opacity:0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align:center;
  /*background-image: url(../images/zoomloader.gif);*/
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width:90px;
  * width:100px;
  height:43px;
  *height:55px;
  z-index:10;
  position:absolute;
  top:3px;
  left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}/**
 * 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;
}
table.jCalendar {
	background: #fff;
  border-collapse: separate;
}
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;
	padding: 3px 0;
	margin: 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;
}
.footer_links_list{
  width: 130px;
}

.image_float_right{
  float: right;
  margin: 10px 10px 10px 20px;
}

.thumb_float_right{
  float: right;
  margin: 10px 10px 10px 10px;
}

#page_top_content .image_float_right{display:none;}

/***** Top Menu *****/

#top_menu {
  height:22px;
	/*overflow:hidden;*/
	margin:12px 0px 0px 0px;
	float:left;
	width: 748px;
	background: url("/images/top_menu_de.png") 0px 0px no-repeat;
}

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

#top_menu li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#top_menu li.top_menu_space {
	background: url("/images/top_menu_space.gif") top left no-repeat;
	width:11px;
	height:22px;
	overflow:hidden;
	display: none;
}

#top_menu li a.top_menu_link {
	width:11px;
	height:22px;
	overflow:hidden;
	display:block;
	background: url("/images/top_menu_de.png") top left no-repeat;
}

#top_menu a.top_menu_link span,
#top_menu li.top_menu_space span {
	display:none;
}

#top_menu #top_menu_1 a.top_menu_link {
	background: url("/images/top_menu_de.png") -16px 0px no-repeat;
	width:62px;
	margin: 0px 38px 0px 16px;
}

#top_menu #top_menu_1 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -16px -22px no-repeat;
}


#top_menu #top_menu_2 a.top_menu_link {
	background: url("/images/top_menu_de.png") -116px 0px no-repeat;
	width:58px;
	margin: 0px 39px 0px 0px;
}

#top_menu #top_menu_2 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -116px -22px no-repeat;
}

#top_menu #top_menu_3 a.top_menu_link {
	background: url("/images/top_menu_de.png") -212px 0px  no-repeat;
	width:66px;
	margin: 0px 33px 0px 0px;
}

#top_menu #top_menu_3 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -212px -22px no-repeat;
}

#top_menu #top_menu_4 a.top_menu_link {
	background: url("/images/top_menu_de.png") -313px 0px no-repeat;
	margin:0 21px 0 0;
	width:107px;
}

#top_menu #top_menu_4 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -313px -22px no-repeat;
}

#top_menu #top_menu_5 a.top_menu_link {
	background:url("/images/top_menu_de.png") no-repeat scroll -440px 0 transparent;
	margin:0 28px 0 0;
	width:93px;
}

#top_menu #top_menu_5 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -440px -22px no-repeat;
}

#top_menu #top_menu_6 a.top_menu_link {
	background: url("/images/top_menu_de.png") -564px 0px no-repeat;
	width:85px;
	margin: 0px 41px 0px 0px;
}

#top_menu #top_menu_6 a:hover.top_menu_link {
	background: url("/images/top_menu_de.png") -564px -22px no-repeat;
}

#top_menu #top_menu_7 a.top_menu_link {
	background: url("/images/top_menu_7.gif") -687px 0px no-repeat;
	width:53px;
}

.footer_links_list li{
  padding: 0px 0px 1px 11px;
}

#footer_newsletter {
  width:214px;
}

/****/

#header_container #site_contact {
  padding:29px 10px 0px 0px;
}

#header_container #site_contact ul {
  padding:4px 0px 0px 225px;
}

#site_flags,
#header_container #top_container_currency #currency_GBP,
#header_container #top_container_currency #currency_EUR {
  display:none;
}

#header_container #top_container_currency #currency_DKK {
  padding:0px 0px 0px 40px;
  width:20px;
}

.login_box_small li  {
  margin:0px 0px 16px 0px;
}

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

#stock {
  width:350px;
}

.menu-dropdown li span
{
  letter-spacing:0.2px;
  text-transform:uppercase;
}
.menu-dropdown li a
{
  font-size:11px;
}


#lower_h1
{
  float: left;
  color: #67707A;
  font-size: 14px;
  padding: 7px 0px 0px 5px;
}
#lower_h1 h1
{
  font-size: 14px;
  margin:0;
  padding: 0px;
}

#lower_h1_product
{
  float: left;
  color: #67707A;
  font-size: 18px;
  padding: 20px 0px 0px 17px;
}



/*#TB_window
{
  top:15% !important;
  border:0;
}*/
#TB_title
{
  display:none;
}
.tb_iframe_tile
{
  overflow:hidden;
}
#currency_options li
{
  display:none !important;
}

.product .attribute_swatches{
  min-height:12px;
  height:auto!important;
  height:12px;
  padding-right:20px;
}

.product .attribute_swatches li {
  padding: 0 1px 1px 0;
}
