#productList li {
	list-style-type:none;
	float:left;
	width:150px;
	height:150px;
	text-align:center;
	padding:5px;
	border-style:solid;
	border-color:#E0E0E0;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
	background:url(../images/cat_bg.png) bottom repeat-x;
}
#categoryList,#subCategoryList {
	margin:10px 0px 0px 0px;
	padding:0px;
}

#categoryList li {
	list-style-type:none;
	float:left;
	width:220px;
	height:228px;
	text-align:left;
	padding:5px;
	border-style:solid;
	border-color:#E9E8D6;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
	background:url(../images/cat_bg.png) bottom repeat-x;
}
#categoryList li div {
	height:170px;
}
#subCategoryList li {
	list-style-type:none;
	float:left;
	width:220px;
	height:58px;
	text-align:left;
	padding:5px;
	border-style:solid;
	border-color:#E9E8D6;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
	background:url(../images/cat_bg.png) bottom repeat-x;
}
#productList2Col,#featured {
	margin:0px;
	padding:0px;
	width:980px;
}
#productList2Col li {
	list-style-type:none;
	float:left;
	width:309px;
	height:100px;
	text-align:left;
	padding:5px;
	border-style:solid;
	border-color:#E0E0E0;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
	color:#00BBD6;
	
}
#featured li {
	list-style-type:none;
	float:left;
	width:309px;
	height:100px;
	text-align:left;
	padding:5px;
	border-style:solid;
	border-color:#E0E0E0;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
	color:#00BBD6;
	background:#EFF5B4;
	
}
#productLeft {
	margin-left:0px;
	float:left;
	width:250px;
	margin-top:0px;
}
#productRight {
	width:400px;
	margin-left:10px;
	float:left;
}
#addToBasket {
	background:url(../images/addtobasket.png);
	height:60px;
	position:absolute;
	width:100%;
	z-index:1000;
}
#addToBasket div {
	padding-top:20px;
	color:#221912;
	font-size:16px;
}
#productList2Col li div,#featured li div {
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#productList li:hover {
border-color:#CCCCCC;
}
#productList li div {
	height:100px;
	overflow:hidden;
}
.product {
	font-size:12px;
	font-weight:bold;
}
.clearLeft {
clear:left;
}
.relatedBox {
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
float:left;
padding:4px;
width:140px;
height:140px;
text-align:center;
margin:0px 5px 5px 0px;
}
.relatedBox:hover{
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
float:left;
padding:4px;
width:140px;
height:140px;
text-align:center;
margin:0px 5px 5px 0px;
}
.prodBox {
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
padding:4px;
width:570px;
height:100px;
float:left;
text-align:left;
margin:0px 0px 5px 0px;
}
.imageBox {
width:105px;
float:left;
}
.contentBox {
margin-left:105px;
}

img {
border:0px;
}
#creditcards {
background:url(/images/ccards.gif) no-repeat;
width:120px;
height:94px;
margin:10px 0px 10px 20px;
}
#creditcards span {
display:none;
}
.checkout_button {
background:#BDEAFD;
padding:5px;
text-decoration:none;
}
.checkout_button:hover {
background:#49C2F5;
padding:5px;
color:#FFFFFF;
text-decoration:none;
}
hr {
border-width:1px 0 0 0;
border-color:#BDEAFD;
border-style:solid;
margin:10px 0px 10px 0px;
}
#blueBox {
background:#E8E7D8;
padding:5px;
}
#basket-button {
background:url(/images/view_basket.jpg) no-repeat;
height:55px;
width:160px;
margin-bottom:5px;
}
#basket-button span {
display:none;
}
label
{
width: 120px;
margin-right: 5px;
display: block;
margin-top:2px;
float:left;
}
fieldset
{
border: 1px solid #cccccc;
padding:2px;
}
legend
{
color:#059FE0;
padding: 2px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#container-1 {
	margin-top:200px;
	width:auto;
}
#tabArea {
	position:absolute;
	width:760px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.clear {
	clear:both;
}
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;

  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
#accordion {
	padding:0px;
	margin:0px;
}
#accordion li {
	list-style-type:none;
	padding:3px;
	background: url(../images/accordion.png) repeat-x;
}
#accordion li div {
	cursor:default;
}
#accordion li a {
	font-size:14px;
	font-weight:bold;
	background:none;
}
#accordion li div a {
	font-size:11px;
	font-weight:normal;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 26px;
  font-size: 26px;
}
.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 20px;
  font-size: 20px;
}
.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 16px;
  font-size: 16px;
}
.sIFR-active h5 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 14px;
  font-size: 14px;
}
.sIFR-active legend {
  visibility: hidden;
  font-family: Verdana;
  line-height: 18px;
  font-size: 18px;
}