body
{
	margin: 0; padding: 0;
	background: #fff; color: #000;
}

/* HEADER
------------------------------------------------------------------------------ */
#header
{
	position: relative; overflow: hidden;
	width: 100%; height: 219px;
	margin: 0 0 1em;
	background: #ffffff url('../images/bg_header.gif') repeat-x;
	font: 90% tahoma,arial,sans-serif;
}

/* LOGO
------------------------------------------------------------------------------ */
#logo
{
	position: absolute; left: 25px; top: m;
	width: 170px; height: 219px;
	border: 0;
}

/* NAV
------------------------------------------------------------------------------ */
#nav
{
	display: block; overflow: hidden; float: left;
	height: 58px;
	margin: 33px 0 0 206px; padding: 0;
	list-style: none;
}
#nav li
{
	display: block; float: left;
	height: 58px;
}
#nav a
{
	display: block;
	height: 58px;
	padding: 0 0 0 10px;
	white-space: nowrap;
	background-image: url('../images/nav_left.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}
#nav span
{
	position: relative; display: block;
	height: 43px;
	padding: 15px 9px 0 0;
	background-image: url('../images/nav_right.gif');
	background-repeat: no-repeat;
}

#nav a:link, #nav a:visited
{
	background-position: 0 0;
	color: #fff;
}
#nav a:hover, #nav a:active
{
	background-position: 0 -58px;
	color: #000;
}
#nav a:link span, #nav a:visited span
{
	background-position: 100% 0;
}
#nav a:hover span, #nav a:active span
{
	background-position: 100% -58px;
}

/* LOGIN
------------------------------------------------------------------------------ */
#toplogin, #toplogin a
{
	position: absolute; right: 15px; top: 50px;
	width: 62px; height: 76px;
	background-image: url('../images/login_button.gif');
	background-repeat: no-repeat;
}
#toplogin a
{
	overflow: hidden; display: block;
	left: 0; top: 0;
	text-indent: -999em;
}
#toplogin, #toplogin a:link, #toplogin a:visited
{
	background-position: 0 0;
}
#toplogin a:hover, #toplogin a:active
{
	background-position: 0 -76px;
}


/* SEARCH
------------------------------------------------------------------------------ */
#search
{
	position: absolute; right: 15px; top: 139px;
	width: 384px; height: 41px;
	margin: 0; padding: 0; border: 0;
	background: url('../images/search_icon.gif') no-repeat 0 3px;
}
#search fieldset
{
	position: relative;
	width: 384px; height: 41px;
	margin: 0; padding: 0; border: 0;	
	background: url('../images/search_box.gif') no-repeat 33px 3px;
}
#search input
{
	position: absolute; left: 44px; top: 9px;
	width: 254px;
	border: 0;
	background: #fff; color: #000;
	font-size: 90%;
}
#search input:focus
{
	outline: 0;
}
#search button
{
	position: absolute; right: 0; top: 0;
	width: 62px; height: 41px;
	margin: 0; padding: 0; border: 0;
	background: transparent;
	cursor: pointer;
}

#social { display: none; }

/* SOCIAL
------------------------------------------------------------------------------ */
#social
{
	display: block;
	position: absolute; left: 215px; top: 140px;
	width: 114px; height: 34px;
	margin: 0; padding: 0;
	list-style: none;
}
#social li, #social a
{
	display: block;
	position: absolute; top: 0;
	width: 34px; height: 34px;
	background-image: url('../images/icons_social.gif');
	background-repeat: no-repeat;
}
#social a
{
	overflow: hidden;
	left: 0;
	text-indent: -999em;
}

#fb { left: 0; }
#fb, #fb a:link, #fb a:visited { background-position: 0 0; }
#fb, #fb a:hover, #fb a:active { background-position: 0 -34px; }

#yt { left: 40px; }
#yt, #yt a:link, #yt a:visited { background-position: -34px 0; }
#yt, #yt a:hover, #yt a:active { background-position: -34px -34px; }

#tw { left: 80px; }
#tw, #tw a:link, #tw a:visited { background-position: -68px 0; }
#tw, #tw a:hover, #tw a:active { background-position: -68px -34px; }


}
.widgettitle
{
	font-size:18px;
}

/* GALLERY SLIDER
------------------------------------------------------------------------------ */

.btn
{
	cursor:pointer;
	display:block;
	float:left;
	width:9px;
	height:9px;
	line-height:9px;
	background:#ddd;
	text-indent:-9999px;
	margin:0 6px 0 0;
}
.btn:hover,
.current
{
	background:#999;
}
.btn:active
{
	background:#000;
}
.carousel
{
	background:#fff;
}
.gallery-nav
{
	padding:9px 0 10px 6px;
}
/* end gallery/slider */

/* -----------------------------------------------------------------------------------------------------  LIGHTBOX!!  ---------------------------------------------------------------------------------------------------------------- */

/**
 * 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: 0%;
	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;	
}

/* -----------------------------------------------------------------------------------------------------  OLD SITE STYLES  ---------------------------------------------------------------------------------------------------------------- */


/* Style for the slideshow component */
div#SlideShow_Component        { padding: 5px; width: 342px; -moz-user-select: none; display: table; }
div#SlideShow                  { position: relative; background-color: #FFF; border: 1px solid #a00; }
div#SlideShow:hover            { border: 1px solid #000; }
div#SlideShow div              { cursor: pointer; position: absolute; }
div#SlideShow_Magnify          { left: 0; top: 0; background: url(/shop_images/slideshow_zoom.png) no-repeat center center; }
div#SlideShow_Left             { left: 0; top: 50%; margin-top: -24px; background: url(/shop_images/slideshow_left.png); width: 38px; height: 48px; }
div#SlideShow_Right            { left: 100%; top: 50%; margin-left: -38px; margin-top: -24px; background: url(/shop_images/slideshow_right.png); width: 38px; height: 48px; }   
div#SlideShow_Background       { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #000; display: none; z-index: 1000; }
img#SlideShow_Img              { background-color: #FFF; }
img#SlideShow_Enlarge          { position: fixed; left: 50%; top: 50%; display: none; background-color: #FFF; padding: 8px; border: 1px solid #888; cursor: pointer; z-index: 1001; }
div#SlideShow_Thumbs           { margin-top: 3px; }
div#SlideShow_Thumbs img       { border: 1px solid #a00; margin-right: 3px; padding: 1px; background-color: #FFF; cursor: pointer; }
div#SlideShow_Thumbs img:hover { border: 1px solid #000; }

form#filter { background-color: #E0EBCC; padding: 5px; margin-bottom: 10px; }
form#filter label { display: inline; }
form#filter select { border: 1px solid #d0dabb; background-color: #f1fcdd; color: #000; }

body, table, input, select { font-family: arial, sans-serif; font-size: 10pt; }
.shop_body { background-color: #FFFFFF; margin: 0px; }

div#breadcrumb a { padding-right: 14px; margin-right: 10px; background-image: url(/images/arrow.png); background-repeat: no-repeat; background-position: right 4px; color: #555; }
div#breadcrumb a:hover { text-decoration: underline; }

h1 { font-size: 14pt; margin-top: 5px; margin-bottom: 10px; }
h2 { font-size: 12pt; color: #EC1402; }
h3 { font-size: 10pt; margin-top: 0px; margin-bottom: 10px; }

form { margin: 0px; }
input, select {  }

table.main { background-color: #FFFFFF; background-repeat: repeat-x; background-image: url(/images/backgroundleft.jpg); }
table.main td.middle { background-repeat: no-repeat; background-image: none; background-position: 0 top;  }
table.main td.right {  }



td.menu { font-size: 13pt; color: #FFFFFF; font-weight: bold; }
td.menu a { font-size: 13pt; color: #FFFFFF; font-weight: bold; }
td.menu a:hover { color: #eaeaea; }

td.sidemenu a { padding: 5px; border-bottom: 1px solid #D1CCB2; color: #000000; padding-top: 3px; padding-bottom: 3px;  }
td.sidemenu a:visited { padding: 5px; border-bottom: 1px solid #D1CCB2; color: #000000; border-right: 5px solid #DED7B4; }
td.sidemenu a:hover { background-color: #EBE6CF; }

input.searchtext { border: 1px solid #FFFFFF; background-image: url(/images/inputback.png); background-color: transparent; padding: 5px; margin-right: 2px; color: #FFFFFF; font-size: 9pt; }
input.searchbutton { border: 1px solid #EC1402; background-color: #EC1402; color: #FFFFFF; padding: 3px; font-size: 10pt; font-weight: bold; }







a { color: #0000ff; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: none; }

.sales_price { color: #aa0000; font-weight: bold; }
.offer_price { color: #00aa00; font-weight: bold; }

fieldset { border: 1px solid #888888; padding: 5px; }
legend { font-weight: bold; color: #275A75; }

.white_link { color: #ffffff; }

.form_header {
   white-space: nowrap;
   padding-left: 5px;
   padding-right: 5px;
   border-bottom: 1px solid #4FA2C3;
   text-align: left;
   font-weight: bold;
   height: 20px;
   color: #ffffff;
   background-color: #4FA2C3;
}
.form_left{
   padding-left: 5px;
   border-left: 1px solid #4FA2C3;
   background-color: #f1f1f1;
}
.form_middle{
   padding-left: 5px;
   background-color: #f1f1f1;
}
.form_right {
   border-right: 1px solid #4FA2C3;
   background-color: #f1f1f1;
}
.form_footer {
   border-top: 1px solid #4FA2C3;
}
.form_box {
   border: 1px solid #4FA2C3;
}
.form_required {
   color: #cc0000;
   font-weight: bold;
}


.error_box             { background-image: url(/pageimages/fail.gif); 
                         background-position: 5px 5px; 
                         background-repeat: no-repeat; 
                         color: #cc0000; 
                         font-weight: bold; 
                         background-color: #FDE7E4; 
                         padding-left: 35px; 
                         padding-top: 10px; 
                         padding-bottom: 10px; 
                         border: 1px solid #FA8D83; }

.success_box           { background-image: url(/pageimages/ok.gif); 
                         background-position: 5px 5px; 
                         background-repeat: no-repeat; 
                         color: #00cc00; 
                         font-weight: bold; 
                         background-color: #E4FDE7; 
                         padding-left: 35px; 
                         padding-top: 10px; 
                         padding-bottom: 10px; 
                         border: 1px solid #83FA8D; }

form                   { margin: 0px; }
label                  { white-space: nowrap; padding-right: 10px; }
label.required         { color: #aa0000; }
table.form_table       { border: 1px solid #4FA2C3; background-color: #f1f1f1; }
table.form_table th    { background-color: #4FA2C3; color: #ffffff; height: 20px; text-align: left; padding-left: 5px; padding-right: 5px; }
table.form_table td    { height: 20px; text-align: left; padding-left: 5px; padding-right: 5px; }
table.form_question th { height: 20px; text-align: left; padding-left: 5px; padding-right: 5px; font-weight: normal; }

.checkout_login_frame  { padding: 12px; border: 1px solid #4FA2C3; background-color: #f1f1f1; }

table.secure_basket                 { border: 1px solid #9FB6CD; background-color: #E6F0FA; }
table.secure_basket th              { border-bottom: 1px solid #cccccc; font-weight: normal; color: #555555; padding-bottom: 2px; }
table.secure_basket td.footer       { text-align: right; width: 100%; color: #555555; padding-top: 1px; padding-bottom: 1px; }
table.secure_basket td.footer_price { white-space: nowrap; text-align: right; padding-top: 1px; padding-bottom: 1px; }
table.secure_header                 { border: 1px solid #B1B1B1; background-color: #EEEEEE; }
table.secure_payment                { padding: 5px; border: 1px solid #B1B1B1; background-color: #EEEEEE; }
td.secure_address                   { padding: 5px; border: 1px solid #B1B1B1; background-color: #EEEEEE; }
div.secure_heading                  { font-size: 8pt; font-weight: bold; padding-bottom: 5px; }
table.secure_payment input.textbox  { border: 1px solid #7F9DB9; padding: 2px; height: 19px; }

a.page_select {
   display: block;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 5px;
   padding-right: 5px;
   color: #0066A7;
   border: 1px solid transparent;
}

a.page_select:hover {
   background-color: #e1e1e1;
   color: #000000;
   border: 1px solid #d1d1d1;
   text-decoration: none;
}

td.page_selected {
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 5px;
   padding-right: 5px;
   border: 1px solid #a1a1a1;
   background-color: #c1c1c1;
   font-weight: bold;
}

/* Log in menu styles */
   table#accountmenu { margin-left: 20px; }
   table#accountmenu a { font-size: 10pt; }
   table#accountmenu p { margin-top: 0; font-style: italic; }
   p#lastvisit { margin-bottom: 40px; }

/* Registration styles */
   form#registration { background-color: #FAFAFA; border: 1px solid #DEDEDE; padding: 10px; display: table; }
   form#registration table { margin-bottom: 20px; }
   form#registration th { text-align: left; font-size: 10pt; -moz-user-select: none; cursor: default; }
   form#registration a { text-decoration: none; -moz-user-select: none; }
   form#registration em { font-family: Trebuchet ms; color: #999999; font-size: 8.25pt; font-weight: normal; -moz-user-select: none; cursor: default; }
   form#registration label { display: block; padding: 0 8px 0 20px; text-align: right; color: #444444; -moz-user-select: none; white-space: nowrap; }
   form#registration label a { cursor: default; color: #000; }
   form#registration input { border: 1px solid #E0E0E0; padding: 4px; background-color: #FFFFFF; }
   form#registration img { border: 1px solid #E0E0E0; background-color: #FFFFFF; }
   form#registration span#formMessage img { border: 0; background-color: transparent; }

   form#registration input#regSubmit { float: right; }
   form#registration .selected { cursor: default; }

   form#registration a#regICountry, form#registration a#regDCountry
      { border: 1px solid #E0E0E0; width: 150px; display: block; height: 15px; color: #000000; padding: 4px; background: url(shop_images/img_dropdown_0.png) no-repeat 137px 2px #FFFFFF; cursor: default; }

   form#registration .selected, form#registration .focused
      { border: 1px solid #AAAAAA; }

   form#registration a.selected#regICountry, form#registration a.focused#regICountry, form#registration a.selected#regDCountry, form#registration a.focused#regDCountry
      { border: 1px solid #AAAAAA; background: url(shop_images/img_dropdown_1.png) no-repeat 137px 2px #FFFFFF; }
   
   form#registration .pass, form#registration a.pass#regICountry, form#registration a.pass#regDCountry 
      { border: 1px solid #8BD189; }

   form#registration .fail, form#registration a.fail#regICountry, form#registration a.fail#regDCountry
      { border: 1px solid #D28887; }

   form#registration input#regUsername { width: 130px; }
   form#registration input#regPassword { width: 130px; }
   form#registration input#regEmailAddress { width: 350px; text-transform: lowercase; }
   form#registration input#regIContactName, form#registration input#regDContactName { width: 150px; }
   form#registration input#regIAddressLine1, form#registration input#regDAddressLine1 { width: 150px; }
   form#registration input#regIAddressLine2, form#registration input#regDAddressLine2 { width: 150px; }
   form#registration input#regIAddressLine3, form#registration input#regDAddressLine3 { width: 150px; }
   form#registration input#regITown, form#registration input#regDTown { width: 100px; }
   form#registration input#regICounty, form#registration input#regDCounty { width: 100px; }
   form#registration input#regIPostcode, form#registration input#regDPostcode { width: 100px; text-transform: uppercase; }
   form#registration input#regITelephone, form#registration input#regDTelephone { width: 150px; }

   
   form#registration div#regICountryDropdown, form#registration div#regDCountryDropdown
      { position: absolute; display: none; overflow: auto; border: 1px solid #a0a0a0; border-top: 0px; background-color: #FFFFFF; }

   form#registration div#regICountryDropdown a, form#registration div#regDCountryDropdown a
      { display: block; white-space: nowrap; cursor: default; padding: 2px 5px 2px 5px; color: #000; }

   form#registration div#regICountryDropdown a:hover, form#registration div#regDCountryDropdown a:hover
      { background-color: #f3f3f3; }


/* Login box styles */
   form#login { background-color: #FAFAFA; border: 1px solid #DEDEDE; padding: 10px; display: table; margin-bottom: 20px; }
   form#login a.checkbox { color: #000000; text-decoration: none; -moz-user-select: none; }
   form#login label { display: block; padding: 0 8px 0 0px; text-align: right; color: #444444; -moz-user-select: none; white-space: nowrap; }
   form#login label a { cursor: default; color: #000; }
   form#login input { border: 1px solid #E0E0E0; padding: 4px; background-color: #FFFFFF; }
   form#login img { border: 1px solid #E0E0E0; background-color: #FFFFFF; }
   form#login input#txtUsername { width: 130px; }
   form#login input#txtPassword { width: 130px; }
   form#login .selected { cursor: default; }
   form#login .selected, form#login .focused { border: 1px solid #AAAAAA; }
