﻿body
{
    background-color: #FFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #005aa2;
}

a:link
{
    color: #005aa2;
    text-decoration: none;
}
a:visited
{
    color: #005aa2;
    text-decoration: none;
}
a:hover
{
    color: #009dd6;
    text-decoration: none;
}
a:active
{
    color: #009dd6;
    text-decoration: none;
}

a.tooltip{position:relative;}
a.tooltip:hover
{
    z-index:25;
    cursor:default;
}
a.tooltip span
{
     display: none;position:absolute;top:1em; left:1em;
     /* the line above is all that is necessary in a.tooltip span the rest is formatting - you can alter top and left */
     padding:2px; border:1px solid Black; width:150px; background-color:#FFF; color:#005aa2;
}
a.tooltip:hover span{display:block;}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
	border:none;
}

/* DIV LAYOUTS
----------------------------------------------------------*/

#mainbody{
  	width:995px;
  	margin:10px auto 0 auto;
}

#bannerContainer{
    width:995px;
    height:100px;
    margin:0 auto;
    padding:0;
    position:relative;
}

#top_menu{
	position:absolute;
	margin:0;
	top:10px;
	left:0;
	width:850px;
	font-size: .9em;
}
#top_menu span{
	padding:0 0 0 20px;
}
#basketwidget{
    position:absolute;
    margin:0;
    top:40px;
    left:20px;
}
#basket{
    margin:0;
}
#basket_text{        
    margin:0;
}
#flag{
	position:absolute;
	top:50px;
	left:470px;
	margin:0;
}
#searchbox{
    position:absolute;
	top:50px;
	left:680px;
    margin:0;
}
#logo{
    position:absolute;
    right:0;
    top:-10px;
	width:125px;
	height:108px;
	background-repeat:no-repeat;	
}



/* fix for IE6 */
#cardlogo
{
    margin-top:50px;
    margin-right:200px;
    float:right;
}

#color_strip
{
	clear:both;
  	width: 985px;
	background-color:#005aa2;
	color:#FFF;
	height:60px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

#banner_text
{
    float:right;
    width:400px;
}

#discount
{
	clear:both;
	float:left; 
	text-align:center; 
	padding-left: 10px; 
	width: 200px
}

#PageError
{
    border: 1px red solid;
    background-color: #f38199;
    color: #FFF;
    font-weight:bold;
    line-height: 20px;
    height: 20px;
    padding:5px;
}

#BasketMessage
{
    border: 1px green solid;
    background-color: #81f399;
    color: Green;
    font-weight:bold;
    line-height: 20px;
    height: 20px;
    padding:5px;
}

#main_content_container
{
}

#image_strip
{	
	background-image:url(../../Content/g/strip.jpg);
	background-repeat:repeat-x;
	height:79px;
	margin-left:228px;
}

#left_panel
{
	float:left;
	height:1020px;
	width:218px;	
	background-image:url(../../Content/g/left_panel.jpg);
	margin-left:0px;
	margin-top:-79px;
	padding:5px;
}

#left_panel a:link
{
    text-decoration: none;
}

#left_panel a:visited
{
    text-decoration: none;
}

#main_content
{
	float:right;
	width:730px;
	margin-right:0px;
	margin-top:10px;
}

.left_menu
{
    line-height:20px;
}

#categoryheading
{
	margin-top:10px;
}

#categorytree
{
	margin-top:0px;
}

#offer_list
{
    line-height:20px;
}

#offer_list a:link
{
	color: #a30008;
}

#offer_list a:visited
{
	color: #a30008;
}

.action
{
	float:right;
}

/* CATEGORY BOXES
----------------------------------------------------------*/
.ProductDisplay
{
    height:187px;
    float:left;
    margin:5px;
    border: none;        
}
.ProductDisplay a {   
  display: block;   
  text-decoration:none;
}  

.RelatedProductDisplay
{
    height:80px;
    float:left;
    margin:5px;
    border: none;     
}
.RelatedProductDisplay a 
{
  display: block;   
  text-decoration:none;    
}

.CategoryDisplay
{
    height:167px;
    float:left;
    margin:5px;
    border: none;    
}

.CategoryDisplay a {   
  display: block;   
  text-decoration:none;
}  

.ThumbHolder
{
    width:125px;
    height:125px;
}
.ThumbHolder img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.RelatedThumbHolder
{
    width:80px;
    height:80px;
}
.RelatedThumbHolder img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Title 
{
    width:125px;
    line-height:20px;
    text-align:center;
}

/* PRODUCT PAGE
----------------------------------------------------------*/
#ProductPageDisplay table
{
    width: 730px;
}

#ProductImage
{
    border: none;    
    float:left;
}
#ProductItems
{
    float:left;
}
#ProductDescription
{
    clear:both;
}
#ProductItems
{
    float:left;
    padding-top:10px;
    _padding-top:0px;
    padding-bottom:10px;
}
#ProductItems table
{
    width:730px;
}
#ProductItems input[Type="submit"]
{
    width:50px;
}

.ItemDisplay
{
    text-align:right;
    display:block;
}
.ItemQtyCheckout
{    
    width:20px;
    text-align:center;
    vertical-align:middle;
}
.ItemQty input[Type="text"]
{    
    width:60px;
    text-align:right;
}
.ItemPrice
{
    text-align:right;
}

.ItemPriceCheckout
{
    width:100px;
}

.ItemCheckout
{
    width:400px;
}

.remove
{
    text-align:center;
    margin:2px;
}
.InlineButtons
{
    float:left;
    margin-left:2px;
    margin-right:2px;
    vertical-align:middle;
}
.InlineButtons input[Type="image"]
{
    margin-top:2px;
}
.InlineButtons input[Type="button"]
{
    padding-top:2px;
}
.quantity
{
    width:150px;
    text-align:center;
}

.action input[Type="button"]
{
    color:#005aa2;
    width:100px;
    height:20px;
    border: 1px solid #009dd6;    
    margin-top:5px;
}

.action input[Type="submit"]
{
    color:#005aa2;
    width:100px;
    height:20px;
    border: 1px solid #009dd6;    
    margin-top:5px;
}

.noborder
{
    border-style:none;
}

.imagebutton
{
    width:84px;   
    height:29px;
    vertical-align:top;
    margin-top:-4px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #005aa2;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#footer
{
	clear:both;
	float:right;
	width:730px;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer span
{
	margin-left:10px;
	margin-right:10px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    border:none;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #005aa2;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #009dd6;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #009dd6;
}

input[Type="submit"]
{
    color:#005aa2;
    width:100px;
    height:20px;
    border: 1px solid #009dd6;
}

input[type="button"]
{
    color:#005aa2;
    width:100px;
    height:20px;
    border: 1px solid #009dd6;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #009dd6;
  border-collapse: collapse;
}

table td 
{
  padding: 3px;   
  border: solid 1px #009dd6;
  vertical-align:top;
  line-height:20px;
}

table .first_row
{
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table#noborder
{
  border: none;
  border-collapse: collapse;
}

table#noborder td 
{
  padding: 3px;   
  border: none;
  vertical-align:top;
  line-height:20px;
}

table .first_row
{
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* CODOMO */
#cot_tl_fixed{
    position:fixed;
    _position:absolute;
    bottom:0;
    right:0;
    _top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
    _left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}

#cot_tl_fixed img
{
    border:0;
    margin:0;
    width:100px;
    height:85px;
}


/* EXPANDABLE TREE
----------------------------------------------------------*/
	/* Turn off list bullets */
	ul.mktree  li { list-style:none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul  { margin-left:-10px; padding:0px; list-style-position: inside; }
	ul.mktree li  { margin-left:5px; padding:0px; text-indent: 0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px;  }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../../Content/g/tree_minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../../Content/g/tree_plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../../Content/g/tree_bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	/*ul.mktree  li { font-size: 12pt; }*/
	ul.mktree  li ul { margin-left:0px}
	ul.mktree  li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
	
	/* fix for IE7 */
	*:first-child+html ul.mktree, ul.mktree ul {margin-left: -20px; padding:0px; list-style-position: inside;}
    /* fix for IE6 */
    * html ul.mktree, ul.mktree ul, * html ul.mktree, ul.mktree ul {margin-left: -20px; padding:0px; list-style-position: inside;}
