/* template: Barcelona_-_standard #1 */

body, table {
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;

}

body {
	margin: 0;
	background: white; /*background*/
}

table {
	background: white; /*background*/
	color: black; /*general text*/
}

div {
	background: white; /*background*/
	color: black; /*general text*/
}

img {
	border: 0;
}

a {
	color: #fb6703; /*general link*/
	text-decoration: none;
}

a:hover {
	color: #fb6703; /*general link hover*/
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #003663; /*page title*/
	font-weight: bold;
	margin-bottom: 20;
}

div.trail {
	font-size: 11px;
}


table.header {
	width: 100%;
	background: white; /*header background*/
}

table.header td {
	padding: 10px;
}

table.header td div {
	font-size: 11px;
}

table.header div {
	margin: 5px 0px;
	background: white; /*header background*/
}

table.header div.links span {
	padding: 0 3px;
}

table.header div {
	color: black; /*contacts*/
}

table.header div a {
	color: black; /*contacts*/
}

table.header div a:hover {
	color: black; /*contacts hover*/
}

a.hometab:hover {
	color: black;
}

table.tabs {
	width: 100%;
	font-size: 11px;
	font-family: Tahoma;
	background: white; /*header background*/
}

table.tabs a {
	color: #003663; /*tabs text*/
	text-decoration:none;
}

table.tabs a:hover {
	text-decoration: none;
	color: white; /*tabs text hover*/
}

table.tabs table td.l1 {

	color: #003663; /*tabs text*/

	text-decoration:none;

	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border*/
	border-bottom: 0px;
	
	background: url(tab_bg.gif);
}

table.tabs table td.l1_over {
	text-decoration: none;
	background: black; /*tabs background hover*/
	color: white; /*tabs text hover*/
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border hover*/
	border-bottom: 0px;
}

table.tabs table td.l1_active {
	text-decoration: none;
	background: black; /*tabs background hover*/
	color: white; /*tabs text hover*/
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border hover*/
	border-bottom: 0px;
}


table.tabs table td.l1_active a {
	text-decoration: none;
	color: white; /*tabs text hover*/
	
}

table.tabs table td.l1_over a {
	color: white;
	text-decoration: none;
}



table.searchbar {
	background: #4169e1; /*searchbar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: white; /*searchbar text*/
}

table.searchbar input, select {
	font-size: 10px;
}

table.searchbar td {
	padding: 5px;
}

table.searchbar a {
	color: white; /*searchbar text*/
}

table.searchbar a:hover {
	color: orange; /*searchbar text hover*/
}


table.searchbar2 {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black; /*footer search text*/
	padding-top: 5px;
	padding-bottom: 7;
	border-top: 1px solid;
	border-top-color: black; /*footer border top*/
}

table.searchbar2 input, select {
	font-size: 10px;
}

table.searchbar2 td {
	padding: 3px;
}


table.specialsbar {
	background: #f4f4f4; /*specials bar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black; /*specials bar text*/
	border-bottom: 1px solid #a1a1a1;
}

table.specialsbar a {
	color: black; /*specials bar link*/
}

table.specialsbar a:hover {
	color: orange; /*specials bar link hover*/
}


table.specialsbar td {
	padding: 4px;
}






table.main {
	margin-top: 10px;
	width: 100%;
}

table.main td.center {
	padding: 5px;
}

table.main td.left {
	width: 160px;
	padding: 0 8px;
}

table.main td.right {
	width: 160px;
	padding: 0 8px;
}


table.sidebar {
	width: 100%;
	border: 1px solid;
	border-color: black; /*sidebar border*/
	border-top: 0;
	background: white; /*sidebar background*/
	margin-bottom: 10px;
	font-size: 11px;
	color: black; /*sidebar text*/
	
	padding: 3px;
}



table.sidebar caption {

	border: 1px solid;
	border-color: black; /*sidebar border*/
	border-bottom: 0;

	background: #4169e1; /*sidebar title background*/
	color: white; /*sidebar title*/
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
}

table.sidebar input {
	font-size: 11px;
}



table.sidebar div.image {
	float: left;
	padding: 5px;
}

table.sidebar div.image img {
	width: 30px;

}

table.sidebar#products tr td span.price {
	color: red; /*sidebar product prices*/
	font-weight: bold;
}

/* news */
table.sidebar#news td.headline {
	font-weight: bold;
}

table.sidebar#news td.date {

}

table.sidebar#news td.snippet {
	padding-bottom: 5px;
}




table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 1px solid;
	border-color: black; /*categories level1 border*/
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	background: #4169e1; /*categories level1 background*/
	color: #fb6703; 
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

table.sidebar#categories td.l1 a,
table.sidebar#categories td.l1_over a {
	color: white; /*categories level1 link*/
	text-decoration: underline;
}

table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: #fb6703; /*categories level1 link hover*/
	text-decoration: underline;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over {
	background: #f4f4f4; /*categories level2 background*/
	color: #fb6703;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid white;
	padding: 2px 4px;
	font-size: 11px;
	text-decoration: underline;
}

table.sidebar#categories td.l2 a,
table.sidebar#categories td.l2_over a {
	color: black; /*categories level2 link*/
	text-decoration: underline;
}

table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: #fb6703; /*categories level2 link hover*/
	text-decoration: underline;
}



table.footer {
	width: 100%;
	background: black; /*footer background*/
	color: white; /*footer text*/
	font-size: 11px;
}

table.footer a {
	color: white; /*footer text*/
}

table.footer a:hover {
	color: white; /*footer text hover*/
}

table.footer td {
	padding: 7px 15px;
}

body, table {
	font-family: Arial;
	color: #000000/*general text*/;
	font-size: 12px;

}

form {
	margin: 0;
}

body {
	margin: 0;
	background: #ffffff/*page background*/;
}

table {
	background: transparent;
	color: #000000/*general text*/;
}

div {
	background: transparent;
}

img {
	border: 0;
}

a {
	color: #194e97/*general link*/;
	text-decoration: none;
}

a:hover {
	color: #fb6703/*general link hover*/;
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #003663/*page title*/;
	font-weight: bold;
	margin-bottom: 20;
}

div.trail {
	font-size: 11px;
}

div.trail span.print_friendly { display: block; float: right; padding: 1px 0; padding-left: 20px; background: transparent url(print.gif) no-repeat left center; }

div.trail span.print_friendly a { font-family: Tahoma, sans-serif; font-size: 10px; color: #000000/*print link*/; text-decoration: underline; }

div.trail span.print_friendly a:hover { color: #666666/*print link hover*/; text-decoration: none; }

table.header {
	width: 100%;
	background: #ffffff/*header background*/;
}

table.header td {
	padding: 10px;
}

table.header td div {
	font-size: 11px;
}

table.header div {
	margin: 5px 0px;
	background: #ffffff/*header background*/;
}

table.header div.links span {
	padding: 0 3px;
}

table.header div {
	color: #000000/*contacts*/;
}

table.header div a {
	color: #000000/*contacts*/;
}

table.header div a:hover {
	color: #fb6703/*contacts hover*/;
}

a.hometab:hover {
	color: black;
}

div.memstat span {
	font-size: 12px;
	color: #194e97/*member status*/;
}
div.memstat span a {
	color: #e73c21/*member status link*/;
	text-decoration: none;
}
div.memstat span a:hover {
	color: #ffa500/*member status link hover*/;
	text-decoration: underline;
}



table.tabs {
	width: 100%;
	font-size: 11px;
	font-family: Tahoma;
	background: #ffffff/*header background*/;
}

table.tabs a {
	color: #003663/*tabs text*/;
	text-decoration:none;
}

table.tabs a:hover {
	text-decoration: none;
	color: #ffffff/*tabs text hover*/;
}




table.tabs td ul { margin: 0; padding: 0; list-style-type: none; }


table.tabs td ul li { float: left; }

table.tabs td a {
	display: block;
	
	background: url(tab_bg.gif) repeat-x left bottom;
	color: #003663/*tabs text*/;
	text-decoration:none;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3/*tabs border*/;
	border-bottom: 0px;
}

table.tabs td a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff/*tabs text hover*/;
	background: #194e97/*tabs background hover*/;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3/*tabs border*/;
	border-bottom: 0px;
}

table.tabs td li.cat_link_active a,
table.tabs td li.cat_link_active a:hover {
	display: block;
	float: left;
	background: #194e97/*tabs background hover*/;
	color: #ffffff/*tabs text hover*/;
	text-decoration: none;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3/*tabs border*/;
	border-bottom: 0px;
}



table.searchbar {
	background: #194e97/*searchbar background*/;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff/*searchbar text*/;
}

table.searchbar input, select {
	font-size: 10px;
}

table.searchbar td {
	padding: 5px;
}

table.searchbar a {
	color: #ffffff/*searchbar text*/;
}

table.searchbar a:hover {
	color: orange/*searchbar text hover*/;
}


table.searchbar2 {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #000000/*footer search text*/;
	padding-top: 5px;
	padding-bottom: 7;
	border-top: 1px solid;
	border-top-color: #194e97/*footer border top*/;
}

table.searchbar2 input, select {
	font-size: 10px;
}

table.searchbar2 td {
	padding: 3px;
}


table.specialsbar {
	background: #f4f4f4/*specials bar background*/;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #000000/*specials bar text*/;
	border-bottom: 1px solid #a1a1a1/*specials bar border*/;
}

table.specialsbar a {
	color: #194e97/*specials bar link*/;
}

table.specialsbar a:hover {
	color: orange/*specials bar link hover*/;
}


table.specialsbar td {
	padding: 4px;
}






table.main {
	margin-top: 10px;
	width: 100%;
}

table.main td.center {
	padding: 5px;
}

table.main td.left {
	width: 160px;
	padding: 0 8px;
}

table.main td.right {
	width: 160px;
	padding: 0 8px;
}


table.sidebar {
	width: 100%;
	border: 1px solid;
	border-color: #194e97/*sidebar border*/;
	border-top: 0;
	background: #ffffff/*sidebar background*/;
	margin-bottom: 10px;
	font-size: 11px;
	color: #000000/*sidebar text*/;
	
	padding: 3px;
}



table.sidebar caption {

	border: 1px solid;
	border-color: #194e97/*sidebar border*/;
	border-bottom: 0;

	background: #194e97/*sidebar title background*/;
	color: #ffffff/*sidebar title*/;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
}

table.sidebar input {
	font-size: 11px;
}



table.sidebar div.image {
	float: left;
	padding: 5px;
}

table.sidebar div.image img {
	width: 30px;

}

table.sidebar#products tr td span.price {
	color: red/*sidebar product prices*/;
	font-weight: bold;
}


table.sidebar#news div.headline {
	padding-top: 5px;
	font-weight: bold;
}

table.sidebar#news div.date {
	font-weight: bold;
	padding: 3px 0;
}

table.sidebar#news div.snippet {
	padding-bottom: 5px;
}





table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 1px solid;
	border-color: #194e97/*categories level1 border*/;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over,
table.sidebar#categories td.l1_active {
	background: #194e97/*categories level1 background*/;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table.sidebar#categories td.l1 a,
table.sidebar#categories td.l1_over a {
	color: #ffffff/*categories level1 link*/;
	text-decoration: none;
}

table.sidebar#categories td.l1_active a,
table.sidebar#categories td.l1_active a:hover,
table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: #000000/*categories level1 link hover*/;
	text-decoration: none;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over,
table.sidebar#categories td.l2_active {
	background: #f4f4f4/*categories level2 background*/;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid white;
	padding: 2px 4px;
	font-size: 11px;
	text-decoration: none;
}

table.sidebar#categories td.l2 a,
table.sidebar#categories td.l2_over a {
	color: #000000/*categories level2 link*/;
	text-decoration: none;
}

table.sidebar#categories td.l2_active a,
table.sidebar#categories td.l2_active a:hover,
table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: orange/*categories level2 link hover*/;
	text-decoration: none;
}



table.footer {
	width: 100%;
	background: #194e97/*footer background*/;
	color: #ffffff/*footer text*/;
	font-size: 11px;
}

table.footer div {
	background: #194e97/*footer background*/;
	color: #ffffff/*footer text*/;
	font-size: 11px;
}

table.footer a {
	color: #ffffff/*footer text*/;
}

table.footer a:hover {
	color: #ffffff/*footer text hover*/;
}

table.footer td {
	padding: 7px 15px;
}



/* markup: Default subcategories markup #9 */

span.subcat { font-weight: bold; font-size: 16px; }
table.subcat { width: 160px; margin: 5px; }
table.subcat td.image { height: 170px; }


/* markup: Highlighted items #16 */

.jcarousel-skin-dark .jcarousel-container {
margin-top: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #fff url(latest_products.png) no-repeat scroll 20px 20px;
    border: 1px solid #999;
 -moz-box-shadow: 0px 0px 3px rgba(68,68,68,0.6); -webkit-box-shadow: 0px 0px 3px rgba(68,68,68,0.6); box-shadow: 0px 0px 3px rgba(68,68,68,0.6);
}
.jcarousel-skin-dark .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-dark .jcarousel-container-horizontal {
    width: 579px; width: 909px;
    padding: 20px 30px; padding-bottom: 5px;
}
.jcarousel-skin-dark .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 20px 20px;
}
.jcarousel-skin-dark .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-dark .jcarousel-clip-horizontal {
    width:  579px; width: 909px;
    height: 265px;
}
.jcarousel-skin-dark .jcarousel-clip-vertical {
    width:  75px;
    height: 265px;
}
.jcarousel-skin-dark .jcarousel-item {
    width: 155px;
    height: 195px;
margin-top: 50px; 
}
.jcarousel-skin-dark .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}
.jcarousel-skin-dark .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-dark .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-dark .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-dark .jcarousel-next-horizontal {
    position: absolute;
    top: 120px;
    right: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-dark .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}
.jcarousel-skin-dark .jcarousel-next-horizontal:hover,
.jcarousel-skin-dark .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}
.jcarousel-skin-dark .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-dark .jcarousel-next-disabled-horizontal,
.jcarousel-skin-dark .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-dark .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-dark .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-dark .jcarousel-prev-horizontal {
    position: absolute;
    top: 120px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-dark .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}
.jcarousel-skin-dark .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-dark .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}
.jcarousel-skin-dark .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-dark .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-dark .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-dark .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-dark .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-dark .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-dark .jcarousel-next-vertical:hover,
.jcarousel-skin-dark .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-dark .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-dark .jcarousel-next-disabled-vertical,
.jcarousel-skin-dark .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-dark .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-dark .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-dark .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-dark .jcarousel-prev-vertical:hover,
.jcarousel-skin-dark .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-dark .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-dark .jcarousel-prev-disabled-vertical,
.jcarousel-skin-dark .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-dark .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-dark .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-dark div.image { height: 120px; text-align: center; vertical-align: middle; margin-bottom: 5px; }
.jcarousel-skin-dark span.name { font-size: 13px; font-weight: bold }
.jcarousel-skin-dark span.name a { color: #000; } .jcarousel-skin-dark span.name a:hover { color: #333; }
.jcarousel-skin-dark span.price_inc { font-size: 16px; font-weight: bold; color: #0b4a97; }
.jcarousel-skin-dark .sum { width: 124px;  line-height: 15px; height: 45px; padding: 0; margin-bottom: 3px; }


/* markup: Highlighted items #17 */

table.njh_hi_default { margin-top: 10px; width: 100%; font-family: 'Segoe UI', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.njh_hi_default td { padding: 3px; text-align: left; }
table.njh_hi_default tr.row0 td table.item_h { background: #ffffff url(../files/graphics/markup/default/gradient1.gif) repeat-x scroll left bottom; }
table.item_h { width: 100%; height: 320px; border: 1px solid #dddddd; margin-bottom: 10px; }
table.item_h td { padding: 4px; }
table.item_h td.image { text-align: center; height: 168px; }
table.item_h td.title { padding: 0 4px; font-size: 13px; font-weight: bold; color: #cc0000; text-align: left; }
div.summary_h { margin-top: 10px; margin-bottom: 24px; }
table.item_h div.pricing { margin-top: -5px; text-align: right; font-weight: bold; color: #4d9dcb; }
table.item_h div.pricing span.inc { padding-left: 10px; }
table.item_h div.pricing span.price_inc { font-size: 20px; color: #cc0000; }
table.item_h div.pricing span.rrp { display: block; font-weight: normal; }
table.item_h span.stock { display: block; float: left; text-align: left; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll left center; padding: 3px 0px 2px 25px; width: 75px; margin-top: 5px; color: #555555; }



