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

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

span.error {
  color:red;
}


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

.vs3form fieldset {
  border:1px solid #282828;
  position:relative;
  z-index:1px;
  padding:10px 10px 10px 10px;
  margin:10px 0px 10px 0px;
}

.vs3form legend {
  color:#FFFFFF;
  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;
}


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

.myaccount_wrapper {
  padding:0px 0px 9px 10px;
  margin:5px 0px 5px 0px;
  background:#FFFFFF;
  border:10px solid #f9f9f9;
  min-height:350px;
  height:auto !important;
  height:350px;
  line-height:15px;
}

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

.myaccount_wrapper li {
  background: url("/images/bullet.gif") 0px 10px no-repeat;
  padding:4px 0px 4px 11px;
  margin:0px 0px 0px 0px;
}

.myaccount_wrapper li a {
  padding:0px 10px 0px 0px;
}

.my_account_address_options {
  width:200px;
  float:left;
}

.my_account_address {
  float:left;
}

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

/* 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: red url("/images/review_stars.gif") left -1000px repeat-x;
}

.review_stars
{
	position:relative;
	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;
  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_line {
  border-bottom:1px solid #313031;
}

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 {
  margin:0px 0px 0px 0px;
  padding:8px 0px 5px 0px;
  color:#bcbcbc;
  font-size:16px;
	text-transform:uppercase;
}

h2 {
  margin:0px 0px 0px 0px;
  padding:12px 0px 5px 0px;
  color:#bcbcbc;
  font-size:16px;
	text-transform:uppercase;
}


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

strong.customer {}

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

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

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:#a6a6a6;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background: #101010 url("/images/body_bg.jpg") 50% 0% repeat-x;
  /*background: #101010 url("/images/body_bg_xmas.jpg") 50% 0% no-repeat;*/
}

#promo_unit_footer_promo{float:left;padding: 10px 0 0 8px;}



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

#parent_container {
  width:1000px;
  margin:0px auto;
}

#header_container {
  height:176px;
  /*
	overflow:hidden;
  position:relative;
	*/
  background: url("/images/header_container_bg.jpg") top left no-repeat;
	padding:0px 5px 0px 5px;
}

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

#column_container {
	background: #282828;
	padding:6px 0px 5px 0px;
}

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

#middle_column {
  width:781px;
  float:right;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:1px;
  right:6px;
  /*overflow:hidden; - QUICK BUY */
}

#middle_column_wide {
	background: #282828;
	padding:1px 0px 5px 0px;
}


#footer_store_container {
	height:145px;
	border:6px solid #282828;
  background:#282828 url("/images/footer_store_container_bg.jpg") bottom right no-repeat;
	margin:5px 5px 1px 5px;
	overflow:hidden;
}

#footer_container {
	min-height:92px;
  height:auto !important;
  height:92px;
	background-color:#282828;
	margin:5px 5px 1px 5px;
}

#footer_links_container {
	min-height:71px;
  height:auto !important;
  height:71px;
	margin:5px 5px 0px 5px;
}


/*

#middle_column {
  width:759px;
  left:35px;
}

#full_column {
  width:960px;
  float:left;
  padding:5px 0px 0px 0px;
  position:relative;
  left:5px;
  overflow:hidden;
}


#footer_container_top {
  border-top:1px solid #313031;
  border-bottom:1px solid #313031;
  height:116px;
  overflow:hidden;
}

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

/*** top_menu ***/

#header_container #top_menu {
  height:25px;
	overflow:hidden;
}

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

#top_menu li {
  padding:0px 5px 0px 5px;
  margin:0px 0px 0px 0px;
  float:right;
	text-transform:uppercase;
	font-size:10px;
}

#top_menu a {
	color:#808080;
}

#top_menu a span {
	color:#bcbcbc;
}

#top_menu a:hover,
#top_menu a:hover span{
	color:#FFFFFF;
	text-decoration:none;
}

/*** site_logo ***/

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

/******************* #top_container_basket *******************/

#header_container #top_container_basket {
  width:250px;
  height:96px;
  overflow:hidden;
  float:right;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background: url("/images/top_container_basket_bg.jpg") top left no-repeat;
  color:#bcbcbc;
	font-size:10px;
}

#top_container_basket_view {
	padding:12px 0px 14px 12px;
}

#top_container_basket_contents {
  margin:0px 0px 0px 0px;
  padding:0px 104px 0px 16px;
	text-transform:uppercase;
	height:25px;
}

#top_container_basket_contents span {
  color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#top_container_basket_contents table {
	width:100%;
}

/******************* #top_currency_selector *******************/

#top_currency_selector {
  height:18px;
	float:left;
}

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

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

#top_currency_selector li#top_container_basket_checkout {
  padding:0px 0px 0px 7px;
}


/******************* top_menu_sections *******************/

#top_menu_sections {
  height:34px;
	width:112px;
  float:left;
}

#top_menu_sections ul {
  padding:24px 0px 0px 11px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#top_menu_sections li {
  padding:0px 0px 1px 0px;
  margin:0px 0px 0px 0px;
}

#top_menu_sections span {
  display:none;
}

#top_menu_sections a {
  display:block;
  height:17px;
	width:112px;
}

#top_menu_sections_1 a {
  background: url("/images/top_menu_sections_1.gif") no-repeat;
}

#top_menu_sections_2 a {
  background: url("/images/top_menu_sections_2.gif") no-repeat;
}

#top_menu_sections_3 a {
  background: url("/images/top_menu_sections_3.gif") no-repeat;
}

/******************* top_menu_sections_home *******************/

#top_menu_sections_home {
  height:49px;
	overflow:hidden;
}

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

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

#top_menu_sections_home span {
  display:none;
}

#top_menu_sections_home a {
  display:block;
  height:37px;
	width:486px;
}

#top_menu_sections_home_1 a {
  background: url("/images/top_menu_sections_home_1.gif") no-repeat;
}

#top_menu_sections_home_2 a {
  background: url("/images/top_menu_sections_home_2.gif") no-repeat;
}

/******************* top_menu_sections_internal *******************/

#top_menu_sections_internal {
  height:37px;
	margin:5px 6px 0px 6px;
	position:relative;
  z-index:1px;
}

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

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

#top_menu_sections_internal .top_menu_sections_internal_link span {
  display:none;
}

#top_menu_sections_internal a.top_menu_sections_internal_link {
  display:block;
  height:37px;
}

#top_menu_sections_internal_1 a.top_menu_sections_internal_link {
	width:85px;
  background-position:0px 0px;
}

#top_menu_sections_internal_1 a:hover.top_menu_sections_internal_link {
  background-position:0px -38px;
}

#top_menu_sections_internal_2 a.top_menu_sections_internal_link {
	width:129px;
  background-position:-86px 0px;
}

#top_menu_sections_internal_2 a:hover.top_menu_sections_internal_link {
  background-position:-86px -38px;
}

#top_menu_sections_internal_3 a.top_menu_sections_internal_link {
	width:120px;
  background-position:-216px 0px;
}

#top_menu_sections_internal_3 a:hover.top_menu_sections_internal_link {
  background-position:-216px -38px;
}

#top_menu_sections_internal_4 a.top_menu_sections_internal_link {
	width:59px;
  background-position:-337px 0px;
}

#top_menu_sections_internal_4 a:hover.top_menu_sections_internal_link {
  background-position:-337px -38px;
}

#top_menu_sections_internal_5 a.top_menu_sections_internal_link {
	width:117px;
  background-position:-464px 0px;
}

#top_menu_sections_internal_5 a:hover.top_menu_sections_internal_link {
  background-position:-464px -38px;
}

#top_menu_sections_internal_6 a.top_menu_sections_internal_link {
	width:66px;
  background-position:-397px 0px;
}

#top_menu_sections_internal_6 a:hover.top_menu_sections_internal_link {
  background-position:-397px -38px;
}

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

#top_search {
	position:absolute;
	top:8px;
	right:8px;
	width:223px;
}

#top_search label {
  display:none;
}

#top_search span {
  width:170px;
  height:16px;
  display:block;
  background: url("/images/top_search_box.gif") no-repeat;
  padding:3px 0px 0px 5px;
  margin:0px 0px 0px 0px;
}

#top_search #query {
  color:#5d5d5d;
  border:0px;
  width:155px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#adadad !important;
  background-color:#adadad;
}

/******************* landing_page_promo *******************/

#landing_page_promos {
  height:392px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #282828;
	border-bottom:6px solid #101010;
}

.landing_page_promo {
	float:left;
	height:380px;
	width:486px;
	margin:6px 0px 6px 6px;
  display:inline;
}

/******************* landing_page_brands *******************/

#landing_page_brands {
  height:193px;
  width:978px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #282828 url("/images/landing_page_brands_bg.jpg") 0px 33px no-repeat;
	border:6px solid #282828;
	overflow:hidden;
}

#landing_page_brands_links {
  width:1000px;
}

#landing_page_brands_title {
  height:33px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #282828 url("/images/landing_page_brands_title.gif") no-repeat;
}

.quick_links_list_wrapper {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  width:491px;
  height:193px;
  float:left;
  overflow:hidden;
}

#quick_links_wrapper_13_22 {
  width:491px;
}

#landing_page_brands ul {
  padding:5px 0px 0px 10px;
  margin:0px 0px 0px 0px;
  list-style:none;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#landing_page_brands li {
  padding:0px 0px 5px 9px;
  margin:0px 0px 0px 0px;
	background: url("/images/landing_page_brands_bullets.gif") 0px 5px no-repeat;
  width:148px;
  width:151px;
  height:14px;
  overflow:hidden;
	float:left;
}

#landing_page_brands li.landing_page_brands_space {
	background: none;
}

#landing_page_brands li.quick_links_all {
  padding:0px 0px 5px 9px;
	/*background: none;*/
}

#landing_page_brands a {
	color:#a6a6a6;
}

#landing_page_brands li.quick_links_all a {
	color:#ffffff;
	/*font-style:italic;*/
}

#landing_page_brands a:hover{
	color:#ffffff;
	text-decoration:none;
}

#landing_page_brands .quick_links_title {
  display:none;
}

/******************* footer_links_network *******************/

#footer_links_network ul {
  padding:1px 0px 0px 20px;
  margin:0px 0px 0px 0px;
  list-style:none;
	float:left;
	width:159px;
}

#footer_links_network li {
  padding:0px 0px 0px 20px;
  margin:0px 0px 7px 0px;
	background: url("/images/network_icons.gif") 0px 0px no-repeat;
	height:14px;
	overflow:hidden;
}

#footer_links_network li#network_2 {
	background-position: 0px -14px;
}

#footer_links_network li#network_3 {
	background-position: 0px -28px;
}

#footer_links_network a {
	color:#797979;
	text-decoration:none
}

#footer_links_network a:hover {
	color:#FFFFFF;
	text-decoration:none
}

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

.footer_links ul {
  padding:1px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
	float:left;
}

.footer_links_1 ul {
  width:104px;
}

.footer_links_2 ul {
  width:142px;
}

.footer_links_3 ul {
  width:90px;
}

.footer_links_4 ul {
  width:162px;
}

.footer_links li {
  padding:0px 30px 0px 7px;
  margin:0px 0px 7px 0px;
	background: url("/images/footer_bullet.gif") 0px 6px no-repeat;
	height:14px;
	overflow:hidden;
}

.footer_links a {
	color:#797979;
	text-decoration:none
}

.footer_links a:hover {
	color:#FFFFFF;
	text-decoration:none
}

/******************* footer_store_finder *******************/

#footer_store_finder {
  width:180px;
  height:29px;
  overflow:hidden;
  background: url("/images/footer_store_finder_bg.gif") no-repeat;
  padding:116px 0px 0px 10px;
  float:left;
	display:inline;
}

#footer_store_finder label {
  display:none;
}

#footer_store_finder span {
  width:116px;
  height:16px;
  display:block;
  background: url("/images/footer_store_finder_box.gif") no-repeat;
  padding:3px 0px 0px 6px;
  margin:0px 0px 0px 0px;
}

#footer_store_finder span input{
  color:#5d5d5d;
  border:0px;
  width:100px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#adadad !important;
  background-color:#adadad;
}

/******************* footer_store_information *******************/

#footer_store_information {
  width:781px;
  height:145px;
  overflow:hidden;
  float:right;
	display:inline;
}

#footer_store_information_title {
  margin:0px 0px 0px 1px;
  width:781px;
  height:29px;
  overflow:hidden;
  background: url("/images/footer_store_information_title.gif") no-repeat;
}

#footer_store_information_content {
	color:#a6a6a6;
	line-height:19px;
	padding:5px 190px 0px 10px;
}

#footer_store_information_content a {
	color:#616161;
	text-decoration:none;
}

#footer_store_information_content a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/******************* footer_payment *******************/

#footer_payment {
  float:left;
	padding:0px 0px 0px 6px;
}

/******************* footer_newsletter *******************/

#footer_newsletter {
  width:229px;
  height:29px;
  overflow:hidden;
  background: url("/images/footer_newsletter_bg.gif") no-repeat;
  padding:63px 0px 0px 2px;
  margin:0px 6px 0px 0px;
  float:right;
	display:inline
}

#footer_newsletter label {
  display:none;
}

#footer_newsletter span {
  width:172px;
  height:16px;
  display:block;
  background: url("/images/footer_newsletter_box.gif") no-repeat;
  padding:3px 0px 0px 6px;
  margin:0px 0px 0px 0px;
}

#footer_newsletter span input{
  color:#5d5d5d;
  border:0px;
  width:158px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#adadad !important;
  background-color:#adadad;
}

/******************* visualsoft *******************/

#visualsoft {
	padding:0px 6px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
	color:#646464;
}

#visualsoft img {
  display:inline;
}

#visualsoft a {
  color:#646464;
}

/******************* landing_page_internal_space *******************/

.landing_page_internal_space {
  height:6px;
	background: #101010;
  overflow:hidden;
}
/******************* landing_page_promo *******************/

#landing_page_internal_promos {
  height:429px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 1px;
	background: #101010;
	border:6px solid #282828;
  border-top:5px solid #282828;
}

.landing_page_internal_promos_title {
	height:31px;
	overflow:hidden;
  position:relative;
  z-index:1px;
}

.landing_page_internal_promo_large {
  height:388px;
  width:664px;
  position:relative;
  z-index:1px;
  float:left;
  margin:0px 0px 0px 5px;
  display:inline;
}

.landing_page_internal_promo_small {
	float:right;
  margin:0px 6px 0px 0px;
  display:inline;
}

.landing_page_internal_promo_small .landing_page_internal_promo_small_1,
.landing_page_internal_promo_small .landing_page_internal_promo_small_2 {
	 width:288px;
	 position:relative;
   z-index:1px;
	 margin:0px 0px 6px 0px;
}

.landing_page_internal_promo_small_1 {
	 height:191px;
}

.landing_page_internal_promo_small_2 {
	 height:187px;
}

#landing_page_internal_promos img {
	position:absolute;
}

/******************* landing_page_internal_products *******************/

#landing_page_internal_products {
  height:353px;
  /*overflow:hidden;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #282828;
	border:6px solid #282828;
}

#quick_finder {
  height:353px;
	width:190px;
	background: url("/images/quick_finder_bg.jpg") top left no-repeat;
	float:left;
}

#quick_finder label {
  display: none;
}

#landing_page_quick_finder_part_2 {
  margin: 113px 0px 0px 8px;
}

#landing_page_quick_finder_part_2 td {
  padding: 10px 0px 22px 0px;
}

#landing_page_quick_finder_part_2 select {
  width: 173px;
}

#landing_page_quick_finder_part_3 {
  margin: 0px 0px 0px 8px;
  width: 173px;
}

#landing_page_quick_finder_part_3 table{
  float: right;
}

#latest_products {
  height:353px;
	width:781px;
  /*overflow:hidden;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #ffffff;
	float:right;
}

#latest_products_title {
  height:29px;
	width:781px;
	background: url("/images/latest_products_title.gif") top left no-repeat;
	border-bottom:2px solid #282828;
}

/******************* landing_page_internal_categories *******************/

#landing_page_internal_categories {
  height:320px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #282828;
	border:6px solid #282828;
  border-bottom:1px solid #282828;
}

#landing_page_internal_categories_promos {
	width:190px;
	float:left;
}

#landing_page_internal_categories_promos span {
	padding:0px 0px 6px 0px;
  display:block;
}

#landing_page_internal_categories_links {
	width:781px;
	float:right;
	background: url("/images/landing_page_internal_categories_links_bg.jpg") 0px 29px no-repeat;
	height:285px;
  /*overflow:hidden;*/
}


#landing_page_internal_categories_links_title {
  height:33px;
}

#landing_page_internal_categories .default_catalog_navigation_manufacturer_id {
  /*width:585px;*/
  width:388px;
  height:266px;
  overflow:hidden;
  float:left;
}

#landing_page_internal_categories .default_catalog_navigation_manufacturer_id ul {
  padding:6px 0px 0px 10px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#landing_page_internal_categories .default_catalog_navigation_manufacturer_id li {
  padding:0px 0px 5px 9px !important;
  padding:0px 0px 0px 9px;
  margin:0px 0px 0px 0px;
	background: url("/images/landing_page_brands_bullets.gif") 0px 5px no-repeat;
  width:180px;
  height:14px;
  overflow:hidden;
	float:left;
}

#landing_page_internal_categories .default_catalog_navigation_manufacturer_id_title,
#landing_page_internal_categories .default_catalog_navigation_categories_id_title span,
#landing_page_internal_categories .default_catalog_navigation_categories_id li span.level1,
#landing_page_internal_categories_links .count  {
  display:none;
  background: none;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id {
  /*width:190px;*/
  width:393px;
  float:right;
  overflow:hidden;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id ul {
  padding:0px 0px 0px 0px;
  margin:4px 0px 0px 0px !important;
  margin:-10px 0px 0px 0px;
  list-style:none;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id li span {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id ul ul {
  padding:0px 0px 0px 10px;
  margin:0px 0px 0px 0px;
}

#landing_page_internal_categories .default_catalog_navigation_categories_id li li {
  padding:0px 0px 5px 9px;
  margin:0px 0px 0px 0px;
	background: url("/images/landing_page_brands_bullets.gif") 0px 5px no-repeat;
  height:14px;
  overflow:hidden;
  width: 180px;
  float:left;
}

#landing_page_internal_categories_links a {
	color:#a6a6a6;
}

#landing_page_internal_categories_links a:hover,
#landing_page_internal_categories_links #default_catalog_navigation_manufacturer_id_link_all_brands a {
	color:#ffffff;
	text-decoration:none;
}

#landing_page_internal_categories_links .count {
  display:none;
}

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

#left_column .default_catalog_navigation ul {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
  color:#B4B4B4;
}

#left_column .default_catalog_navigation_manufacturer_id ul {
	margin: 0px 0px 6px 0px;
}

#left_column .default_catalog_navigation li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#left_column li.default_catalog_navigation_title {
  height:21px;
  overflow:hidden;
	margin:0px 0px 2px 0px;
	padding:6px 6px 0px 6px;
	color:#bcbcbc;
	font-size:14px;
	border:1px solid #101010;
	background: url("/images/sub_title_black.gif") top left repeat-x;
  text-transform:uppercase;
  font-size:11px;
}

#left_column .default_catalog_navigation_manufacturer_id li.default_catalog_navigation_link,
#left_column li.default_catalog_navigation_sublink {
	padding:6px 0px 4px 9px;
	margin: 0px 0px 0px 0px;
	background-color:#101010;
	border:1px solid #101010;
}

#left_column .default_catalog_navigation_categories_id .level1,
#left_column .count {
  display:none;
}

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


.catalog_navigation_toggle_wrapper {
  display:none;
}

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

.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:1px;
}

.navigation_clear_all a {
  height:8px;
  width:8px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url("/images/remove_filter.gif") top left no-repeat;
  display:block;
  position:absolute;
  top:10px;
  right:10px
}

.navigation_clear_all a span {
  display:none;
}

.catalog_navigation_filters li .filter_title {
  height:21px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:6px 6px 0px 6px;
	color:#bcbcbc;
	font-size:14px;
	border:1px solid #101010;
	background: url("/images/sub_title_black.gif") top left repeat-x;
  display:block;
  text-transform:uppercase;
  font-size:11px;
}


.catalog_navigation_filters ul ul {
	padding:1px 0px 6px 0px;
	margin: 2px 0px 6px 0px;
  /*height: expression( this.scrollHeight > 199 ? "200px" : "auto" );*/ /* sets max-height for IE - doesn't validate */
  /*max-height: 200px;*/ /* sets max-height value for all standards-compliant browsers */
  overflow: auto;
  display:block;
	background-color:#101010;
	border:1px solid #101010;
}

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

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

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

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

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

.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled {
  display:none;/* Hide filters that don't link anywhere*/
}


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

#search_results {
	padding:1px 0px 0px 0px;
	background-color:#FFFFFF;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#promo_unit_product_page_promo{padding:10px 0 0;}

.product {
  width:170px;
  height:302px;
  margin:5px 12px 0px 5px;
	padding:5px 5px 5px 5px;
  float:left;
  display:inline;
  position:relative;
  z-index:1px;
  overflow:hidden;
}

.product_last {
	margin:5px 0px 0px 5px;
}

#search_results .product {
	margin:5px 12px 31px 5px;
}

#search_results .product_last {
	margin:5px 0px 31px 5px;
}

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

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

.product_image {
	height:213px;
	overflow:hidden;
}

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

li.product_title {
  line-height:15px;
  height:30px;
  overflow:hidden;
  padding:5px 0px 0px 0px;
}

.product_title a {
  color:#474747;
  text-decoration:none;
  font-size:11px;
}

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

.product_box_colour {
  display: none;
}
.product_box_size {
  display: none;
}

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

.product .attribute_swatches p {
	display:none;
}

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

.attribute_swatches a,
.attribute_swatches img,
.attribute_swatches li,
.attribute_swatches ul {
  /*cursor: default;*/
}

#product_size_guide_external {
  float: right;
}

.product_price_rrp {
  color:#474747;
  font-size:11px;
  padding:3px 0px 0px 0px;
}

.product_price {
  color:#474747;
  font-size:12px;
  font-weight:bold;
  line-height:20px;
  padding:1px 0px 0px 0px;
}

.product_price span {
  font-size:16px;
}

.product_price_sale {
  color:#b91e1e;
}

.product_options {
	position:absolute;
	bottom:5px;
	right:19px;
}

.product_options li {
	padding:0px 0px 1px 0px;
}



#product_options_table
{
	width:401px;
}

#product_options_table select
{
  width: 150px;
}

.product_options_cell
{
  padding:0px 0px 0px 0px;
}

.product_options_row
{
  margin: 0px 0px 0px 0px;
}


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

#page_top {
	background: #101010 url("/images/page_top_bg_2.gif") 0px 27px repeat-x;
	/*border:6px solid #282828;*/
  border-bottom:6px solid #282828;
	padding:1px 1px 1px 1px;
  min-height:1px;
  height:auto !important;
  height:1px;
}

#page_top_image {
  min-height:156px;
  height:auto !important;
  height:156px;
}

#page_top_content {
	padding:0px 220px 0px 12px;
	line-height:19px;
}

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

#breadcrumb_container {
	height:27px;
	text-transform:uppercase;
	overflow:hidden;
}

#middle_column_wide #breadcrumb_container {
	background-color:#101010;
	height:27px;
	margin:5px 6px 0px 6px;
	border-bottom:1px solid #282828;
}


#breadcrumb_container p {
  padding:6px 0px 0px 12px;
  margin:0px 0px 0px 0px;
	font-size:10px;
	color:#929292;
}

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

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

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

#product_paging_top,
#product_paging_bottom {
  height:27px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #101010;
	background: url("/images/sub_title_black.gif") top left repeat-x;
	position:relative;
  z-index:1px;
}

#product_paging_top table {
	width:100%;
}

.td_sortby label {
	display:none;
}

.td_sortby select {
	font-size:10px;
  margin:3px 10px 0px 5px;
}

.td_showing {
	width:100%;
  padding:3px 0px 0px 0px;
}

.pages_links {
	position:absolute;
	top:7px;
	right:65px;
}

.pages_links_back {
	right:0px;
}

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

.pages strong,
.pages a  {
	height:14px;
	width:14px;
	text-align:center;
	display:block;
	overflow:hidden;
	float:left;
	margin:0px 5px 0px 0px;
	font-weight:bold;
}

.pages span {
	height:14px;
	width:14px;
	text-align:center;
	display:block;
	overflow:hidden;
	float:left;
	margin:0px 5px 0px 0px;
	font-weight:bold;
}

.pages .next_page,
.pages .prev_page {
	display:none;
}

.pages strong {
	background-color:#929292;
	color:#ffffff;
}

.pages a {
	background-color:#545454;
	color:#757575;
	text-decoration:none;
}

.pages_links_back a  {
	width:104px;
  /*
  background-color:#929292;
  color:#ffffff;
  */
}

.pages a:hover {
	background-color:#757575;
	color:#545454;
	text-decoration:none;
}


.pages a.pages_view_all  {
	height:14px;
	width:63px;
	text-align:center;
	display:block;
	overflow:hidden;
	margin:0px 5px 0px 0px;
  position:absolute;
	top:7px;
	right:0px;
  background: url("/images/view_all.gif") top left repeat-y;
}

.pages a:hover.pages_view_all {
  background: url("/images/view_all_over.gif") top left repeat-y;
}

.pages a.pages_view_12  {
	height:14px;
	width:63px;
	text-align:center;
	display:block;
	overflow:hidden;
	margin:0px 5px 0px 0px;
  position:absolute;
	top:7px;
	right:0px;
  background: url("/images/view_12.gif") top left repeat-y;
}

.pages a:hover.pages_view_12 {
  background: url("/images/view_12_over.gif") top left repeat-y;
}


.pages a.pages_view_all span,
.pages a.pages_view_12 span {
  display:none;
}


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

#product_page {
	background: url("/images/product_page_bg.gif") top left repeat-y;
	margin:0px 6px 0px 6px;
	padding:0px 0px 10px 0px;
}

#product_left {
  padding:10px 0px 0px 10px;
  width:362px;
  float:left;
}

#product_right {
  width:401px;
  float:left;
  padding:0px 0px 0px 0px;
	position:relative;
  z-index:1px;
}

#main_product_bottom {}

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

.product_img {
  height:410px;
  width:328px;
  position:relative;
  z-index:1px;
}

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

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

#product_thumbs li {
  padding:1px 1px 1px 1px;
  margin:0px 8px 0px 0px;
  display:block;
	height:91px;
	overflow:hidden;
  float:left;
	border:1px solid #acacac;
}

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

.product_box {
	border:1px solid #acacac;
	padding:6px 6px 6px 6px;
}

.product_box_title {
	height:29px;
	margin:8px 0px 0px 0px;
}

#product_size_guide
{
  position: absolute;
  bottom: 213px;
  left: 327px;
}

#product_box_buy {
	height:52px;
}

#product_options {
  margin: 10px 0px 0px 0px;
}

.product_option_div {
  height:29px;
  padding: 5px 0px 3px 140px;
  margin:0px 0px 0px 0px;
}

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

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

#product_box_title_buy {
	background: url("/images/product_box_title_buy.gif") top left no-repeat;
	margin:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*** product_tabs ***/

#product_tabs {
  height:29px;
	overflow:hidden;
}

#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:29px;
	margin:0px 1px 0px 0px;
}

#product_tabs .tab_on a.summary_tab_link {
	background: url("/images/summary_tab_on.gif") top left no-repeat;
	width:93px;
}

#product_tabs .tab_off a.summary_tab_link {
	background: url("/images/summary_tab_off.gif") top left no-repeat;
	width:93px;
}

#product_tabs .tab_on a.details_tab_link {
	background: url("/images/additional_info_tab_on.gif") top left no-repeat;
	width:76px;
}

#product_tabs .tab_off a.details_tab_link {
	background: url("/images/additional_info_tab_off.gif") top left no-repeat;
	width:76px;
}

#product_tabs .tab_on a.delivery_tab_link {
	background: url("/images/delivery_tab_on.gif") top left no-repeat;
	width:87px;
}

#product_tabs .tab_off a.delivery_tab_link {
	background: url("/images/delivery_tab_off.gif") top left no-repeat;
	width:87px;
}


/*** attribute_swatches ***/

#product_right .attribute_swatches {}

#product_right .attribute_swatches p {
	display:none;
}

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

#product_right .attribute_swatches li {
	float:left;
	padding:1px 1px 1px 1px;
	border:1px solid #ffffff;
	height:20px;
	overflow:hidden;
}

#product_right .attribute_swatches li.attribute_swatches_selected {
	border:1px solid #474747;
}

/*** attribute_sizes ***/

#product_right .attribute_sizes {}

#product_right .attribute_sizes p {
	display:none;
}

#product_right .attribute_sizes ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

#product_right .attribute_sizes li {
	float:left;
	padding:3px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	border:1px solid #acacac;
	height:17px;
	width:39px;
	overflow:hidden;
	text-align:center;
	color:#474747;
}

#product_right .attribute_sizes li.attribute_sizes_selected {
	border:1px solid #474747;
	color:#ffffff;
	background-color:#474747;
}

#product_right .attribute_sizes li.attribute_sizes_inactive {
	border:1px solid #acacac;
	color:#acacac;
	background-color:#d5d5d5;
}

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

.product_tab_box {
  min-height:100px;
  height:auto !important;
  height:100px;
  color:#474747;
}


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

.product_tab_box li {
  background: url("/images/bullet.gif") 0px 6px no-repeat;
  padding:0px 0px 8px 11px;
  margin:0px 0px 0px 0px;
  line-height:14px;
  /*color:#474747;*/
}

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

#title_holder{
	min-height:70px;
	height:auto !important;
  height:70px;
}

#price_holder {
	height:50px;
  width:10px;
}

#product_right h1 {
  padding:20px 0px 0px 7px;
  margin:0px 0px 0px 0px;
  font-size:16px;
  color:#474747;
	text-transform:none;
}

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

#product_price {
  padding:0px 0px 0px 7px;
	font-size:22px;
  color:#474747;
	font-weight:bold;
	position:absolute;
	top:75px;
	left:0px;
}

#product_price div {
	display:inline;
}

#product_price_rrp,
#product_price_was {
	font-size:14px;
	text-decoration:line-through;
	color:#cccccc;
}

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

#product_buttons {
	position:absolute;
	bottom:204px;
	right:14px;
}

#product_buttons #addtobasket_disabled {
	margin:0px 0px 2px 0px;
}

#product_stock_mesage {
	display:none;
}

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

#product_size_guide{
  position:absolute;
  bottom: 296px;}

/***************** stock **********************/

#stock {
	padding:0px 0px 0px 0px;
}

#stock li,
#attribute_selected_stock {
	padding:0px 20px 4px 0px;
  margin: 0px 0px 0px 0px;
	color:#929292;
  list-style: none;
}

#stock li span,
#attribute_selected_stock span {
	color:#474747;
	font-weight:bold;
}

#stock ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/***************** additional_searches **********************/

.product_box_extra {
	height:110px;
	overflow:hidden;
}

#additional_searches {
	float:left;
	width:250px;
}

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

#additional_searches li {
  padding:0px 0px 12px 10px;
  margin:0px 0px 0px 0px;
	background: url("/images/additional_searches_bullet.gif") 0px 4px no-repeat;
}

#additional_searches a {
	color:#929292;
	text-decoration:none;
}

#additional_searches a:hover {
	color:#474747;
	text-decoration:none;
}

/***************** additional_options **********************/

#additional_options {
	float:right;
	width:125px;
  text-align:right;
  background: url("/images/product_icons.gif") top right no-repeat;
  margin:8px 0px 0px 0px;
}

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

#additional_options li {
  padding:3px 27px 0px 0px;
  margin:0px 0px 7px 0px;
  height:17px;
  overflow:hidden;
}

#additional_options li#additional_options_share {
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
  height:16px;
}

#additional_options a {
	color:#929292;
	text-decoration:none;
}

#additional_options a:hover {
	color:#474747;
	text-decoration:none;
}
/******************* related_products *******************/

#related_products {
  width:189px;
	float:right;
}

#related_products_title {
  height:42px;
	width:189px;
	background: url("/images/related_products_title.gif") 29px 15px no-repeat;
}

.related_product {
	height:130px;
	margin:0px 0px 20px 0px;
}

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

.related_product li {
	padding:0px 30px 0px 30px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.related_product li.related_product_title {
  line-height:15px;
  height:30px;
  overflow:hidden;
}

.related_product li.related_product_title a {
  color:#474747;
	text-decoration:none;
}

.related_product li.related_product_title a:hover {
  color:#000000;
	text-decoration:none;
}

/******************* related_products_basket *******************/

#related_products_basket {
  background-color:#FFFFFF;
  margin:5px 5px 0px 5px;
}

#related_products_basket .related_product {
	width:189px;
	margin:0px 0px 0px 0px;
  float:left;
}

/******************* brand_profile *******************/

#brand_profile {
	background: #101010 url("/images/brand_profile_bg.gif") top left repeat-x;
	border:6px solid #282828;
	border-bottom:0px;
	position:relative;
  z-index:1px;
	min-height:120px;
	height:auto !important;
	height:120px;
	padding:0px 220px 10px 13px;
	line-height:19px;
}

#brand_profile_logo {
	position:absolute;
	top:33px;
	right:25px;
}

.landing_page_internal_space_2 {
  height:6px;
	background: #101010;
  border-top:6px solid #282828;
}

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

.cms_page_none {
	padding:6px 12px 6px 12px;
	background-color:#FFFFFF;
  line-height:14px;
  min-height:400px;
  height:auto !important;
  height:400px;
  color:#474747;
}

.cms_page {
  background: #101010 url("/images/cms_tile.gif") top left repeat-x;
  min-height:400px;
  height:auto !important;
  height:400px;
  padding:6px 6px 6px 12px;
  margin:0px 6px 0px 6px;
  line-height:14px;
}

#wishlist_pages {
  background: #FFFFFF;
  margin:0px 7px 0px 7px;
}

.cms_page_image {
  background: url("/images/cms_images.jpg") top right no-repeat;
  min-height:730px;
  height:auto !important;
  height:730px;
  padding:0px 380px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:14px;
}

.cms_page ul {
  padding:6px 0px 0px 20px;
  margin:0px 0px 0px 0px;
}

.cms_page li {
  padding:0px 0px 6px 0px;
  margin:0px 0px 0px 0px;
}


.cms_page_map_stores {
  width:474px;
  float:left;
  overflow:hidden;
}

.cms_page_map_stores td,
.cms_page_map td {
  padding:5px 5px 5px 0px;
}

.cms_page_map {
  width:474px;
  float:right;
  overflow:hidden;
}

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

#size_guide_chart {
  width:100%;
}

#size_guide_chart td {
  padding:5px 5px 5px 0px;
  border-bottom:1px solid #282828;
}

#size_guide_chart th {
  padding:20px 5px 5px 0px;
  border-bottom:1px solid #282828;
  text-align:left;
}

/*************** sitemap_section *****************/

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

.cms_page_site_map_list li {
  padding:0px 0px 5px 0px;
  margin:0px 0px 0px 0px;
}


.cms_page_site_map ul,
.cms_page_site_map_2 ul {
  padding:10px 0px 0px 10px;
  margin:0px 0px 0px 0px;
  list-style:none;
  width:100%;
}

.cms_page_site_map li,
.cms_page_site_map_2 li {
  padding:0px 0px 5px 0px;
  margin:0px 0px 0px 0px;
  min-height: 16px;
	height: auto !important;
	height: 16px;
  float:left;
  display:block;
	width:200px;
}

.cms_page_site_map_2 li {
	width:400px;
}

.sitemap_alpha {
  padding:10px 0px 0px 0px;
}


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

.sitemap_alpha ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	background: none;
	min-height: 13px;
	height: auto !important;
	height: 13px;
  display:inline;
  text-transform:uppercase;
}

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

/*
#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:781px;
  z-index:3000;
}
*/

#ajax_filters_loading {
  background: #282828 url(/images/ajax-loader.gif) no-repeat 50% 20%;
  min-height: 100%;
  height:100% !important;
  height: 4000px;
  right:0px;
  right:0px;
  opacity:0.7;
  filter: alpha(opacity = 70);
  position:absolute;
  top:0px;
  width:781px;
  z-index:3000;
}

#facebook_like_btn {
padding: 0 0 0 5px;
}

#quickfinder_form {
  margin: 127px 0 0 10px;
}

#prices {
  margin: 0 0 15px 0 !important;
}

#quickfinder_form select {
  margin: 0 0 31px 0;
  width: 170px;
}

#categories_groups {
  display: none;
}

#button_quick_find {
  float: right;
  margin: 0 10px 0 0;
}

#header_container #top_menu{
  min-height:25px;
  height:auto !important;
  height:25px;
  z-index:20;
}

#top_menu{
  width:430px;
  float:right;
}


#header_top_basket{
  width:100px;
  float:left;
  min-height:24px;
  height:auto !important;
  height:24px;
  float:right;
  padding-top:1px;
}

.basket_checkout_button{
 padding:3px 0px 0px 13px;
}

#header_top_basket .menu-dropdown{
  background:#282828;
  padding:0px 0px 0px 15px;
  border:1px solid #464646;
  border-top:0px;
}

#header_top_basket a.currency_link_basket{
  padding-left:10px;
}

#header_container #top_menu{
  width:890px;
  float:left;
}

#header_top_basket_currency{
  background: url("/images/currency_drop_bullet.gif") 80px 9px no-repeat;
  width:90px;
}

#header_top_basket_currency a.active{
  color:#fff;
}

#top_menu ul{
  padding-right:0px;
}

#header_top_basket_currency a.currencies_link{
  padding-left:10px;
}

/***/

.product_tab_box a {
  color: #808080;
  text-decoration: none;
}

.product_tab_box a:hover {
  color: #808080;
  text-decoration: underline;
}

#product_listings_image {padding:0 1px;}

#header_container {position:relative;}
#header_promo {position:absolute; height:96px; width:252px; top:25px; left:478px;}

#popup_newsletter {padding:10px 30px;}
#popup_newsletter_wrapper h1 {margin-left:10px;}
#popup_newsletter_page_text {margin:10px 0 10px 0; text-align:center;}
#popup_newsletter_page_text p {font-size:14px; line-height:22px;}
#popup_newsletter_signup {display:block; text-align:right;}
#popup_newsletter_signup label {font-size:15px; font-weight:bold; letter-spacing:1px; color:#bbb; text-transform:uppercase;}
#popup_newsletter_signup input[type=text] {background-color:#8D8D8D; border:none; font-size:14px; padding:6px; margin:0 0 12px 15px; width:230px; -moz-box-shadow:inset 0 0 10px #000000; -webkit-box-shadow:inset 0 0 10px #000000; box-shadow:inset 0 0 10px #000000;}
#popup_newsletter_signup input[type=image] {margin:0 0 0 5px;}
#popup_newsletter_signup span#popup_newsletter_ajax_message {display:inline-block; color:#bbb; float:left; clear:none; margin-top:10px; text-align:left; width:220px;}

#top_menu_sections_internal a.top_menu_sections_internal_link {
  background-image: url("/images/menswear/top_menu_sections_internal.gif");
}

#top_menu_sections_internal {
	background: url("/images/menswear/top_menu_sections_internal_bg.gif") top left no-repeat;
}.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;
  color:#474747;
  min-height:500px;
  height:auto !important;
  height:500px;
}

#checkout_pages a:hover,
#account_pages a:hover {
  color:#000000;
}

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


#account_pages h1 {
  padding:0px 0px 5px 0px;
  margin:0px 0px 0px 0px;
  font-size:16px;
  color:#474747;
	text-transform:none;
}

/**** basket_promos ****/

#basket_promos {
  height:120px;
  overflow:hidden;
  background-color:#282828;
  border-top:10px solid #282828;
}

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

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

#basket_promos li#basket_promos_end {
  padding:0px 0px 0px 0px;
}

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

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

#basket_table {}

#basket_table td {
  padding:5px 10px 5px 10px;
}

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

#basket_table .basket_header td {
  border-bottom:1px solid #acacac ;
  text-transform:uppercase;
  font-weight:bold;
  padding:7px 10px 7px 10px;
  color:#474747;
}

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

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

#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 #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_box_small {
  height:235px;
  width:288px;
  float:left;
  display:inline;
  margin:20px 0px 245px 20px;
  padding:33px 0px 0px 0px;
  position:relative;
}

.login_space {
  height:235px;
  width:144px;
  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 #acacac;
  border-bottom:0px;
}

.checkout_label {
  font-weight:bold;
}

#payment_box {
  width:441px;
  height:404px;
  overflow:hidden;
  float:left;
  display:inline;
  margin:20px 0px 65px 20px;
  padding:45px 0px 0px 0px;
  background: 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 #acacac;
}

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

/**** 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 #acacac;
  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;
}


#unapplied_offers {border:1px solid #ACACAC; padding:5px; margin:5px 0 5px 0;}
#unapplied_offers ul{list-style:none;margin:0;padding:0;}
#unapplied_offers li{margin:0;padding:0;}/*** 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:			37px; /* match top ul list item height */
	z-index:		99;
}


#top_menu li:hover div,
#top_menu li.sfHover div {
	left:			0;
	/*top:			14px;  match top ul list item height */
  top:			37px; /* 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_sections_internal .menu-dropdown {
  min-height:1px;
  height:auto !important;
  height:1px;
  width:192px;
}

#top_menu_sections_internal_1 .menu-dropdown {
  width:594px;
}

*/

#top_menu_sections_internal table {
  background-color:#101010;
  width:100%;
  padding:0px 0px 0px 0px;
}

#top_menu_sections_internal .menu-dropdown ul {
  padding:8px 0px 0px 15px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#top_menu_sections_internal .menu-dropdown table {
  border:1px solid #929292;
  border-top:0px solid #929292;
}


#top_menu_sections_internal .menu-dropdown li {
  padding:0px 0px 10px 12px;
  margin:0px 0px 0px 0px;
  list-style:none;
  float:none;
}

#top_menu_sections_internal_1 .menu-dropdown li,
#top_menu_sections_internal_2 .menu-dropdown li {
  width:190px;
  /*width:175px;*/
  float:left;
  min-height:1px;
  height:auto !important;
  height:1px;
  padding:0px 10px 10px 0px !important;
  padding:0px 10px 3px 0px;
}

#top_menu_sections_internal .menu-dropdown li a {
  color:#A6A6A6;
  text-decoration:none;
  padding:2px 0px 2px 12px;
  display:block;
  background: #101010 url("/images/menu_bullet_2.gif") 0px 5px no-repeat;
}

#top_menu_sections_internal .menu-dropdown li a:hover {
  color:#FFFFFF;
  text-decoration:none;
  background-color:#282828;
}

#top_menu_sections_internal .menu-dropdown .menu-items-all a {
  /*font-style:italic;*/
  color:#FFFFFF;
}

.menu_items_td{
  vertical-align: top;
}

#header_top_basket .menu-dropdown{
  margin: -13px 0px 0px 0px;
}

/*

.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 */

*/

#top_menu .top_menu_sections_internal_link span {
  display:none;
}

#top_menu a.top_menu_sections_internal_link {
  display:block;
  height:5px;
}

#header_top_basket_currency a.top_menu_sections_internal_link {
	width:85px;
  background-position:0px 0px;
}

#header_top_basket_currency a:hover.top_menu_sections_internal_link {
  background-position:0px -38px;
}

#top_menu .menu-dropdown {
  min-height:1px;
  height:auto !important;
  height:1px;
  width:192px;
}

#top_menu table {
  background-color:#101010;
  width:100%;
  padding:0px 0px 0px 0px;
}

#top_menu .menu-dropdown ul {
  padding:8px 0px 0px 15px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#top_menu .menu-dropdown table {
  border:1px solid #929292;
  border-top:0px solid #929292;
}


#top_menu .menu-dropdown li {
  padding:0px 0px 10px 12px;
  margin:0px 0px 0px 0px;
  list-style:none;
  float:none;
}

#header_top_basket_currency .menu-dropdown li{
  /*width:175px;*/
  float:left;
  min-height:1px;
  height:auto !important;
  height:1px;
  padding:0px 10px 10px 0px !important;
  padding:0px 10px 3px 0px;
}

#top_menu .menu-dropdown li a {
  color:#A6A6A6;
  text-decoration:none;
  padding:2px 0px 2px 12px;
  display:block;
  background: #101010 url("/images/menu_bullet_2.gif") 0px 5px no-repeat;
}

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

#top_menu .menu-dropdown .menu-items-all a {
  /*font-style:italic;*/
  color:#FFFFFF;
}

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


#top_menu table.menu-content{
  position: relative;
}

#header_top_basket #header_top_basket_currency{
  font-size:10px;
  text-transform:uppercase;
  padding:6px 0px 0px 0px
}

#header_top_basket_currency .menu-dropdown li{
  padding:7px 10px 7px 0px !important;
}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;
}.jqmWindow
{
  display: none;

  position: fixed;
  top: 17%;
  left: 55%;

  margin-left: -300px;
  width: 525px;

  background-color: #fff;
  color: #333;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 10px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
Star selector used to hide definition from browsers other than IE6
For valid CSS, use a conditional include instead */

* html .jqmWindow
{
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modal_close
{
  clear: both;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 5px 0px;
  line-height: 26px;
}

.modal_close h2
{
  float: left;
  width: 485px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:#000000;
}

.modal_close a
{
  right:20px;
  position:absolute;
  color: #000000;
  text-align: right;
}

#quick_buy_content_products
{
  padding: 0px 0px 0px 10px;
  float:left;
  width:290px;
}

#quick_buy_content_img {
  float:left;
  border:1px solid #EEEEEE;
}

#quick_buy_content_products select{
  width:250px;
  margin:5px 0px 0px 0px;
}

#quick_buy_content_products #quick_buy_add_to_basket_submit {
  display:none;
}

#quick_buy_content_products #quick_buy_add_to_basket_image {
  display:block;
  margin:5px 0px 0px 0px;
}

#quick_buy_ok .jqmClose
{
  color:#FFFFFF;
  background-color:#000000;
  padding:5px 10px;
  text-align:center;
  right:172px;
  bottom:10px;
  position:absolute;
}

#quick_buy_ok .quickBasket
{
  color:#FFFFFF;
  background-color:#000000;
  padding:5px 10px;
  text-align:center;
  right:85px;
  bottom:10px;
  position:absolute;
}


#quick_buy_ok .quickCheckout
{
  color:#FFFFFF;
  background-color:#000000;
  padding:5px 10px;
  text-align:center;
  right:15px;
  bottom:10px;
  position:absolute;
}

