/* Avocet Sports Limited */
/* Global Stylesheet */
/* Browser Use: All */

body {
  background: url(http://static.avocetsports.co.uk/bg_compressed.jpg);
  margin:0; padding:0;
  font-family: "Century Gothic","Segoe UI", tahoma, verdana, sans;
  font-size:9pt;
}

img {
  border:0;
}

/* About Us */

div.aboutus {
    padding-bottom: 18px;
    background-image:url(http://static.avocetsports.co.uk/brands_back.jpg);
    background-repeat:no-repeat;
}

div.aboutus_text{
	width:600px;
	height:170px;
	margin:3px;
}

div.aboutus_image{
	width:250px;
	height:170px;
	margin:3px;
}



/* jQuery Tools stuff */

#dio-lens{
	border:1px solid #000;
	z-index: 10000;
	-moz-border-radius:6px;
	border-radius:6px;
}

#dio-sensor{
	z-index: 11000;
	cursor:crosshair;
}

#dio-loader{
	background:#fff url('http://static.avocetsports.co.uk/preloader.gif') no-repeat center 40px;	
	text-indent:-30000px;
}

div.overlay {
	background-image:url(http://static.avocetsports.co.uk/img_overlay_white.png);
	width:900px;
	height:526px;		
	display:none;
	padding:55px;
}

div.overlay_search {
	background-image:url(http://static.avocetsports.co.uk/search_tooltip.png);
	width:850px;
	height:207px;		
	display:none;
	padding:25px
}

/* General */

div.under_tabs {
  background: url(http://static.avocetsports.co.uk/under_tabs.png) repeat-x;
  height:28px;
  width:880px;
  padding:10px;
  padding-top:12px;
  font-size:8pt;
}

img.under_tabs_button {
  vertical-align:middle;
}

.search_box {
  width:180px;
  height:16px;
  padding-left:30px;
  padding-top:4px;
  border:0;
  margin-top:9px;
  margin-right:25px;
  font-size:8pt;
  background: url(http://static.avocetsports.co.uk/search_box_back.png) no-repeat;
}


/* SEARCH PAGE! */


div.search_top {
  background: url(http://static.avocetsports.co.uk/searchpage_top.png) repeat-x;
  height:213px;
  width:900px;
}

div.scrollable.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 152px;	 
	width: 150px;	
	margin-left:15px;
}

div.scrollable div.items div {
	float:none;
	margin:3px 0px;
}


div.scrollable.vertical div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}


/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* background image */
	background: transparent url(http://static.avocetsports.co.uk/sprite_opts.png) no-repeat 0 0;
	
	/* text/font settings */
	color:#000;
	font-weight:bold;
	text-align:center;
	width:140px;
	height:24px;
	font-size:13px;
	margin-right: 10px;	
	cursor:pointer;
	padding-top:6px;
}


/* mouseover state */
div.scrollable div.items div:hover {	
	background-position:0px -30px;
}

/* clicked state */
div.scrollable div.items div:active {	
	background-position:0px -30px;
}

/* active item */
div.scrollable div.items div.active {	
	background-position:0px -60px;
	cursor:default;
}


div.brand_subcat_searchpg {
  height:180px;
  width:760px;
  overflow:hidden;
  position:relative;
  float:left;
}


/* SEARCH */

div.brand_subcat_search {
  height:180px;
  width:720px;
  overflow:hidden;
  position:relative;
  float:left;
}



/* ITEM view */

div.tooltip { 
    background:transparent url(http://static.avocetsports.co.uk/black_arrow.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:122px; 
    padding:30px; 
    width:209px; 
    font-size:14px; 
    display:none;
    color:#fff; 
} 

a.item_pg_linkback {
  color:#fff;
}

div.picture_area {
  text-align:center;
  width:350px;
  float:left;
}

div.description_area {
  float:right; 
  width:500px;
  padding-right:20px;
}

img.item_thumbnail {
  border:1px solid #cecece;
  margin:2px;
  width:90px;
  height:65px;
  border-radius:4px;
  -moz-border-radius:4px;
  
}

div.seperator {
  border-bottom: 1px solid #c3c3c3;
  width:290px;
  margin-left:35px;
  margin-top:20px;
} 

span.options {
  text-transform: uppercase;
  font-size:8pt;
}

/* Brand view */

div.brands_header {
  background: url(http://static.avocetsports.co.uk/brands_header.jpg) no-repeat;
  width:900px;
  height:148px;
}

span.brand_rrp {
  font-weight:bold;
  font-size:130%;
}

div.brands_area {
  /*background: url(./image/brands_back.jpg) no-repeat;*/
  width:870px;  
}

div.brand {
  width:256px;
  margin:10px;
  height:160px;
  background-color:#fff;
}

img.psuedo_brand_bg {
  z-index:0;
  width:256px;
  height:160px;
  position: relative; 
  left: 0px; 
  top: 0px; 
}

span.brand_card_header {
  text-shadow: 0px 0px 4px black;
  color:#fff;
  font-size:14pt;
  font-weight:bold;
  margin-left:10px;
}

/* Selected */


div.brand_header_strip {
  height:100px;
  width:100%;
}

input.refinement_search {
  font-size:8pt;
  font-family: tahoma, helvetica, sans, verdana;
  width:200px;
  border:1px solid #000;
  -moz-border-radius:4px;
  border-radius:4px;
  padding:3px;
}

#items {	
	position:absolute;
	width:20000em;	
	clear:both;
}

table.arranger_table {
  padding:0;
  margin:0;
}

a.brand_item_linkage {
  color:#000;
  text-decoration:none;
}


div.brand_subcat {
  background: url(http://static.avocetsports.co.uk/brand_subcat_back.png) repeat-x;
  height:210px;
  width:800px;
  overflow:hidden;
  position:relative;
  float:left;
}

div.brand_mode_item {
float:left;
	width:150px;
	height:150px;
	color:#000;
	cursor:pointer;
	text-align:center;
	padding-top:10px

}

span.brand_item_title {
  font-size:7.5pt;
  font-weight:bold;
}

img.brand_image_thumb {
  background-position: 56px 40px;
  border:2px solid #bbbbbb;
  width:128px;
  height:96px;
  background-image: url(http://static.avocetsports.co.uk/6-1.gif);
  background-repeat: no-repeat;
}

/* General definitions */
h1 { font-size:18px; }

div.header {
  width:900px; height:135px;
  margin:auto;
  background: url(http://static.avocetsports.co.uk/logo_transp.png) no-repeat;
  text-align:right;
}

div.brands {
  width:660px;
  margin-left:260px;
  height:135px;
  background: url(http://static.avocetsports.co.uk/brands_mashup.png) no-repeat;
  cursor:pointer;
}

div.page_header {
  margin:auto;
  width:930px;
  height:37px;
  background: url(http://static.avocetsports.co.uk/page_top.png) no-repeat;
}

div.page {
  background: url(http://static.avocetsports.co.uk/page_mid.png) repeat-y;
  width:900px;
  margin:auto;
  padding:15px;
  padding-top:0px;
}

div.page_footer {
  background: url(http://static.avocetsports.co.uk/page_footer.png) no-repeat;
  width:890px;
  height:72px;
  margin:auto;
  font-size:7pt;
  font-family: "Tahoma","Segoe UI", "Century Gothic", verdana, sans;
  color:#9d9d9d;
  padding-left:40px;
}

div.tabs {
  padding-left:26px;
  vertical-align:bottom;
}

.tab {
  font-size:8.5pt;
  height:31px;
  margin-top:6px;
  margin-right:4px;
  float:left;
  padding-top:2px;
  width:84px;
}

.tab.deselected { background:transparent url(http://static.avocetsports.co.uk/tab_deselected.png) repeat-x scroll 0 0; background-position:top center }
.tab.selected { background:transparent url(http://static.avocetsports.co.uk/tab_selected.png) repeat-x scroll 0 0; background-position:top center }
.tab.deselected:hover { background:transparent url(http://static.avocetsports.co.uk/tab_hover.png) repeat-x scroll 0 0; background-position:top center }

div.brand_stripe {
  width: 799px;
  padding:18px;
  height: 39px;
  margin-bottom:9px;
}

a.tab_link {
  text-decoration:none;
  margin-top:8px;
  float:left;
  text-align:center;
  width:100%;
  font-weight:bold;
  color:#000;
}