/***************************************
****************************************
    LAYOUT AND STYLES
****************************************
***************************************/



/* Font definition for Internet Explorer */
/*         (*must* be first)            
@font-face {
  font-family: "FuturaStd Bold";
  src: url(futura-bold.eot) ;
}
  */
/* Font definition for other browsers 
@font-face {
  font-family: "FuturaStd Bold";
  src: url(FuturaStd-Bold.otf);
}

*/


/***************************************
****************************************
    LAYOUT
    ------------------------------------
    DO NOT ADD FORMATTING STYLES TO
    THIS SECTION - IT IS FOR *LAYOUT*
    INFORMATION ONLY. MARGIN AND PADDING
    INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/

div#containerwrapper
{
    padding:15px 0;
}
div#container
{
    margin:0 auto;
    width:980px;
    text-align:left;
    background:#fff;
    
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;

    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
    
    -webkit-box-shadow: #333 0px 0px 3px;
    -moz-box-shadow: #333 0px 0px 3px;
    box-shadow: #333 0px 0px 3px;
    
    behavior: url(/PIE.htc);
}


/**************************************/
/* HEADER */
div#header
{
    height:auto !important; /*ie6 min height*/
    height:104px;
    min-height:104px;
}


#content ul.toplinks em {display:block;
font-size:80%;
font-style:normal;
height:20px;
margin-top:-32px;}

/**************************************/
/* CONTENT */

div#main
{    
    padding-bottom:25px;/*ie*/
	min-height:600px;
}

.leftColTemplate div#content,
.rightColTemplate div#content
{        
    float:left;
    width:800px;
}

.threeColTemplate div#content
{        
    float:left;
    width:620px;
}

div#content_inside
{    
    padding:0 10px;  	
}

/**************************************/
 /*RHS / MENU */
/**************************************/
div#lhs,
div#rhs
{    
    float:left;   
    width:180px;
    overflow:hidden;
} 



/* FOOTER */
div#footer
{   
    width:980px;
    margin:0 auto;
    clear:both;
}

/***************************************
    END
***************************************/
/***************************************
****************************************
    GENERAL STYLES
    ------------------------------------
    PLEASE ADD NEW STYLE RULES TO THE
    APPROPRIATE SECTION ONLY. DO NOT
    REMOVE SECTION HEADERS EVEN IF THEY

    ARE NOT IN USE.


    Reminder: If you're setting a width
    and a padding/margin you're looking
    for trouble with ie6
    http://css.maxdesign.com.au/listamatic/about-boxmodel.htm


****************************************
***************************************/

/***************************************
    MEDIA STYLES
    -----------------------------------
    Add any styles here that only
    need to appear on a certain device.
***************************************/
/*If a title has an image instead of text then this
 will display the text rather than the image*/
/*@media handheld
{    
    .hidetext,
    #logo
    {
        text-indent:0px;
        background: none;
    }   
}
*/

@media print 
{
    /*more styles in tripoli/print.css*/
    div#rhs,
    div#globalnav,
    #wrap .banner,
    #ctl00_ctl00_PanelSocialBookmark
    {
        display:none;
    }
}

/***************************************
    USEFUL
***************************************/
.hidetext{text-indent:-9000px; overflow:hidden;}



/***************************************
    GLOBAL STYLES
    ------------------------------------
    Style rules with a global effect.
***************************************/
/*
@font-face 
{
    font-family:'Swis721 Th BT';
    src: url(../fonts/TT0759M_.TTF);
}
*/

*
{
    
}

html 
{
	height:auto;
    min-height:100%;
    overflow: -moz-scrollbars-vertical;
    background: #F5F6F7;

    
}

body
{    
    color:#000;    
    font-family:Arial, Sans-Serif;
}

html,  body, #aspnetForm
{
    min-height:100%;
    display:block;
}

#aspnetForm
{
    /*background: url(../Images/christmas_balls.png) no-repeat scroll top left transparent;*/
}

ul#globalnav #search{}

a
{
   
    text-decoration:none;
}

/*correct order of psudeo classes*/
a:link{color:#666666;}
a:visited{color:#666666;}
a:hover{color:#999;}
a:active {color:#666666;}

#nav ul ul li a:hover {color:#F8AF08;}
#localnav h3 a:hover {}

#basket .reg:hover,
#basket .login:hover{opacity:0.7}

address
{
    margin-left:20px;
}



.freedel {display:block;margin:0 auto;}


/*
.transparent_class
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/


strong {font-weight:bold;}
#content em, #content i {font-style:italic;}
#content b {font-weight:bold;}
del{text-decoration:line-through;}


/*forces a div with floating image inside
 it to pull down to the end of the image*/
hr.clear {display: block; clear: left;
padding: 0;padding-top:0px;
visibility: hidden;width:1px;}

.cleardiv{font-size:0px;clear:both;float:none;height:0;}
.clear{clear:both;float:none;}

/***************************************
    HEADER STYLES: #header
    ------------------------------------
    Style rules for the header
    area only.
***************************************/
#header
{    
    /*font-family:"Myriad Pro" , Sans-Serif;*/
    zoom:1;         
    position:relative;
    background:url(../images/logo.gif?c=2) 40px 12px  no-repeat;
   position:relative;
}

    #connect
    {
        width:60px;
        height:191px;
        position: absolute;
        right: -60px;
        top: 30px;
        overflow:hidden;
    }

    #connectinside
    {
        width:60px;
        height:191px;
        position: relative;
        right:36px;
        background:url(../images/connect.png) top left no-repeat;
        text-indent:-9999px;
        overflow:hidden;
    }
    
    #connect .link {display:block;width:30px;height:30px;text-indent:-9999px;overflow:hidden;margin-bottom:4px;margin:4px 0 0 6px}
    #connect .top  {margin-top:12px;}

    #header #logo
    {
        display:block;
        height:114px;
        overflow:hidden;
        position:absolute;
        text-indent:-9000px;        
        top: 8px;
        left: 29px;

        width:591px;
        height:93px;  
        zoom:1;
    }
    

    
    #welcomeusername 
    {
        text-align: left;
        font-size: 110%;
        width: 320px;
        position: absolute;
        font-weight: normal;
        color: #000;
        top: 11px;
        left: 15px;
    }
    
    #welcomeusername span
    {
        font-weight:bold;
        color:#F7AF09;
    }

    #basket
    {
        margin:10px;
        float:right;
        display:inline;
        clear:right;
        background:#fff;
        width:320px;
        font-size:90%;
        /*font-family:"Myriad Pro" ;*/
        
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        behavior: url(/PIE.htc);
        border:solid 1px #333;
        
    }   
          
        #info
        {
            float:left;
            width:195px;
            font-size:110%;
        }  
        
        #info span
        {
            padding:7px 9px 0 13px;
            display:block;
        }  
         
        #info em
        {
            font-weight:bold;
        }
        
        #info strong
        {
            color:#f7af09;
            font-weight:bold;
            display:block;
            font-size:90%;
            margin-top:6px;
        }   
              
        #info a
        {            
            background:#FFFFFF url(../images/sprite.png) no-repeat scroll 155px -112px;
            border-top:1px dotted #000000;
            color:#000000;
            display:block;
            font-size:108%;
            font-weight:bold;
            margin-bottom:0;
            margin-top:9px;
            padding-top:6px;
            padding-bottom:6px;
        }  

        #info a:hover 
        {
            background:#fff url(../images/sprite.png) no-repeat scroll 157px -112px;
            color:#aaa;
        }		
           
        #buttons
        {
            float:right;
            display:inline;
            width:110px;
            display:block;
        }
        
           
        #basket .reg,
        #basket .login
        {
            color:#fff;
            display:block;
        }   
              
        #basket .reg
        {
            margin-top:13px;
        }   
              
          
        #basket .login
        {
            margin-top:10px;
        }  

              
          
          
    
    
    
    
    

/***************************************
    GLOBAL NAVIGATION STYLES: #globalnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/

#nav
{
    margin:0 10px;
    padding:0 0 15px;
    background: url("../images/globalnav.png") top right no-repeat;
    
    border-radius-topright: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-radius-bottomright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

#globalnav
{
    text-align:center;
    clear:both;
    float:left;
    display:inline;
    
    background: url(../images/globalnav.png);  
    height:auto !important;
    height:41px;
    line-height:40px;
    min-height:41px;
    padding-left:4px;
    
    /*font-family:  "Myriad Pro", Arial;*/
    
    width:721px;
    
    text-transform:uppercase;
}

    #globalnav li
    {
        list-style-type:none;
        float:left;
        display:inline;      
        height:auto !important;
        height:41px;
        min-height:41px;       
        position:relative;
        padding:0 8px;
        background-image: url(../images/dropdown.png);
    }

    
    #globalnav a
    {
        padding:3px 3px;
        /*background:#e80e00;  */
        color:#fff;
        font-weight:bold;
        font-size:120%;
    }

    #globalnav .selected a
    {
        
    }

    #globalnav .drop
    {

        
        background-repeat:no-repeat; 
        background-position: 99% 13px ;
        
        padding-right:30px;
        z-index:10;
    }

    #globalnav li:hover,    
    #globalnav .drop:hover
    {
        -moz-box-shadow:inset 0px 0px 1px #333;
        -webkit-box-shadow:inset 0px 0px 1px #333;
        box-shadow:inset 0px 0px 1px #333;
        
        /*background-color: rgba(0, 0, 0, 0.14);*/
    }
    #globalnav a:hover
    {
    }









        /*dropdown*/
        

        #globalnav li:hover
        {
            background-position: left -45px ; 
           
        }

        #globalnav .drop:hover,
        #globalnav .hover
        {
            background-position: 100% -53px ; 
           
        }

        
		#nav ul ul 
		{
		
			position:absolute;
			zoom:1;
			z-index:10;
			top:88%;
			right:0px;		
            text-align:left;
            /*font-family:"Myriad Pro" ;*/
            
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
                    
            border-radius-topright: 0;
            -moz-border-radius-topright: 0;
            -webkit-border-top-right-radius: 0;
            
            
            text-transform:none;
			background:#000;
			
		    padding:10px 20px 10px 10px;
		    
		    
    			
		}
		
		#nav ul ul li
		{
			float:left;
			width:100%;
			clear:both;
			border:none;
			zoom:1;
			padding:0;
			background:none;
			border-bottom:dotted 1px #444;
			
            height:auto;
            min-height:0;    
            
            line-height:1em;
		}
		

        #nav ul ul li:last-child
        {
            border:none;
        }
		
		#nav ul ul li a
		{
		    zoom:1;
			display:block;
			color:#fff;
			padding:5px 0;
			zoom:1;
			font-weight:normal;
			font-size:90%;
		    width:auto !important;
		    min-width:150px;
		    width:150px;
		}
		
		
		#nav ul ul .selected a
		{
		    
			color:#f8af08;
		
/*			font-family:"FuturaStd Bold";*/
		}
		
	
		
		#aspnetForm  #nav li ul
		{display:none;}
		#aspnetForm  #nav li:hover ul 
		{display:block;}

	/**/





 
.searchtop
{
    float:right;
    display:inline;
    width:215px;
    background:#fff;
    margin-top:8px;
    margin-right:15px;
    height:24px;
}   

    .searchtop input
    {
        vertical-align:middle;
        
    }  
    
    .searchtop input.example
    {
        color:#999;
    }   
            	    
    .searchtop 
    {
        text-align:right;
    }       
    
    #nav .searchtop .text
    {
        border:0;
        font-size:90%;
        width:155px;
    }   
        	    
          
/***************************************
    LOCAL NAVIGATION STYLES: #localnav
    ------------------------------------
    Style rules for the *local*
    navigation.
***************************************/  
    
/* ie 8/9 workaround for pages where the li arent being put inside the #localnav correctly */
#lhs > li h3 {display:none;}
    
#localnav
{
    margin:10px 3px 10px 10px ;
    /*font-family:"Myriad Pro" ;*/
    visibility:hidden;
    
    padding-top:1px;
    padding-bottom:10px;
    
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
    zoom:1;
    position:relative;
    background:#fff;
    
    -webkit-box-shadow: 0 0 4px #666666;
    -moz-box-shadow: 0 0 4px #666666;
    box-shadow: 0 0 4px #666666;
    behavior: url(/PIE.htc);
}

#localnav a
{
    color:#000;   
    display:block; 
}

#localnav li li
{
    border-bottom:dotted 1px #000;    
    margin-left: 10px;
    margin-right: 10px;
}
#localnav li li li 
{
    border-bottom:none;
}

#localnav h3 a
{
    font-size:120%;
    padding:10px 0;
    margin:10px;
   /* background:transparent url(../images/sprite.png) no-repeat scroll 169px -333px;*/
    border-bottom:dotted 1px #000;
}    

#localnav .selected h3 a
{
    /*background-position: 169px -368px;*/
}    
    
#localnav h4 a
{
    padding:8px 0px;
    font-size:90%;
    background:url(../images/linkarrowdown.jpg) center right  no-repeat;
}    

#localnav li li.selected h4 a
{
  color:#000;
  background:url(../images/linkarrow.jpg) center right  no-repeat;
}    
    
#localnav .selected  li ul
{
    padding-bottom:10px;
}    
    
#localnav h5 a
{
    border:none;
    padding:4px 0;
    color:#cc0000;
    font-weight:bold;
    font-size:90%;
    padding-left:0;
}   

#localnav h5 a:hover {color:#F8AF08} 
    




/*hide lower levels*/
#localnav ul
{
    display:none;
}
    
#localnav a.selected 
{
    text-decoration:underline;
}
#localnav li li a.selected 
{
    /*color:#ff6b43;*/
    text-decoration:underline;
}
    
    
    
/***************************************
    BREADCRUMB STYLES: #breadcrumb
    ------------------------------------
    Style rules for the breadcrumb
    only.
***************************************/
#breadcrumb
{
    color:#000;   
    font-size:12px;
    padding:5px 0;
}

    #breadcrumb span
    {
        color:#000;
        text-transform:uppercase;
    }
    
    #breadcrumb a
    {
        color:#666; 
        text-transform:none;
    }



/***************************************
    MAIN AREA STYLES: #main
    ------------------------------------
    Style rules for the main page area
    (all content areas).
***************************************/
#main
{        
    background:#fff;
    
            
}
    #main .something
    {
        
    }
    
/***************************************
    LHS AREA STYLES: #rhs
    ------------------------------------
    Style rules for the RHS column.
***************************************/
#lhs
{

}

.socialbookmark
{
    margin:0 auto;
    width:200px;
}	

.newsletter 
{
    background:url(../images/newslettersignbg.png) top left no-repeat;
    width:170px;
    height:180px;
    margin:10px;
}

.newsletter .title
{
    height:45px;
}

.newsletter .text
{
    width:150px;
    display:block;
    margin:3px auto;
    padding:3px 2px;
    border:solid 1px #002c7a;
}
.newsletter .example
{
    color:#999;
}

.newsletter .btn
{
    float:right;
    margin:5px 10px;
}

.newsletter .row 
{
    position:relative;
}

.newsletter .valid,
.newsletter .valsummary 
{ 
    background:#fff;
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 5px;
    padding: 3px;
    text-align: center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.newsletter .valsummary 
{
    color: red;
}
.newsletter .valid
{
    color: green;
}

.landingpage .newsletter 
{
    float:left;
    width:200px;
    height:180px;
    margin:0;
    background-image:url(../images/newslettersignbg_landing.png);
}

.landingpage .newsletter .text
{
    width:176px;
}

/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.
***************************************/


/*news stuff*/

.newslist {margin:30px 0px;}

.newslist .story
{
    height: auto !important;
    height: 120px;
    min-height: 120px;
    clear: both;
}
.newslist .story h2
{
    font-weight:normal;
    /*font-family:"Myriad Pro" ;*/
    
    margin: 0px;
    padding: 0px;
    font-size: 150%;
}
.newslist  .story  h2 span {color:#bfbfbf;}
.newslist  .story  h2 a {color:#000}
.newslist  .story  h2 a:hover {color:#DF0900;}
.newslist  .story  p  a:hover {color:#F9B009;}
.newslist  .story  p {margin:10px 0px}
.newslist  .story  p a,   
.newslist  .story  p a:visited {color:#000;font-weight:bold;}
.newslist  .story  img.newsimg{float:left;border:solid 5px #bfbfbf;margin:0px 20px 0px 0px}
.newslist  .story  img.newsimg:hover{float:left;border:solid 5px #000;margin:0px 20px 0px 0px}

.newslist  .story  img{border:solid 5px #bfbfbf;}

.newsdetail  .story .date {font-size:50%;color:#999;}
.newsdetail  .story  img {float:left;border:solid 5px #bfbfbf;margin:12px 12px 0px 0px}

a.back {float:left;color:#fff;padding:10px;background:#DF0900;font-weight:bold;}
a:hover.back {color:#000}
a.back span {font-size:130%;}







#content
{
   /* background:#fff url(../images/sprites1.png) 0px -771px no-repeat;*/

    
    _overflow:hidden;
}




h1,
.h1
{
    color:#000;
    font-size:200%;
    padding:4px 0;
    font-weight:bold;
    /*font-family: "Myriad Pro", Arial;*/
    text-transform:uppercase;
}

h2,
.h2
{
    color:#000;
    font-size:160%;
    padding:3px 0;
    font-weight:bold;
    /*font-family: "Myriad Pro", Arial;*/
    
}

p
{
    margin:10px 0;
}
	

blockquote 
{
    margin-left:10px;
    font-style:italic;
}



	
/* Tables */
#content table
{
    
}
    #content table caption
    {
        caption-side:bottom;
    }
    
    #content table thead
    {
        
    }
    
    #content table tbody
    {
        
    }

    #content table td
    {
    }

    #content table th
    {
        
    }

    #content table .odd
    {
        
    }
    
    
/* Lists */
.content ol
{

}

.content ul
{
    
}   
    .content ul li
    {
        background:transparent url(../images/bullet.gif) no-repeat scroll 2px 11px;
        padding:7px 5px 7px 21px;
    }




.pagerlist
{
    text-align:center;   
    font-weight:bold;
    font-size:90%;
    line-height:170%;
}









/*put into shop.css */


#products
{
    margin-left:-25px;  
    margin:10px 0 10px -25px; 
    font-size:95%;
}

#products li
{
    float:left;
    display:inline;
    margin-left:45px; 
    font-weight:bold;
    height:273px;
    width:215px;
    /*overflow:hidden;*/
    font-weight:bold;
    background:url(../images/loader.gif) 95px 95px no-repeat;
    padding:0;    
    position:relative;
}

#products img
{
    border:solid 2px #ccc;
    display:block;
    margin-bottom:10px;

}

#products img:hover {border:solid 2px #333}
.nohighlight #products img:hover {border:solid 2px #ccc}


.gridvat
{
    color:#aaa;
}


#products em
{
    float:right;
    font-weight:bold;   
}

#products strong
{
    display:inline;
    font-weight:bold;
    padding-right:4px;
}

#products span
{
    display:inline;
    
}
#products a
{
    color:#000;    
    /*position:relative;*/
}

#products a:hover {}

.banner
{
    position:absolute;
    left:-5px;
    top:-7px;
    width:100px;
    height:104px;
    text-indent:-9999px;
    text-align:left;    
    overflow:hidden;
    background-position:top left;
    background-repeat:no-repeat;
}

.saleextrasizebanner            {background-image:url(../images/saleextrasizebanner.png);}
.newarrivalextrasizebanner      {background-image:url(../images/newarrivalextrasizebanner.png);}
.extrasizebanner                {background-image:url(../images/extrasizebanner.png);}
.newarrivalbanner               {background-image:url(../images/newarrival.png);}
.salebanner                     {background-image:url(../images/salebanner.png);}

.bogofbanner            {background-image:url(../images/bogoff.png);}
.bogohpbanner            {background-image:url(../images/bogohp.png);}




#prodleft #image1 .hozbanner,
.hozbanner            
{
    background:#90C11B url(../images/hoz_promo_bg.gif) left top no-repeat;
    font-weight:bold;
    min-height:23px;
    _height:23px;
    left:2px;
    overflow:hidden;
    padding:0;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    width:208px;
    top:181px;
    font-size:11px;    
    padding:6px 0 0 0;    
}

#prodleft #image1 .hozbanner   
{
    background-image:url(../images/hoz_promo_bg_long.gif);
    left:423px;
    top:-1px;    
    font-size:13px;    
    width:284px;
    margin:10px;
}

#prodright .hozbanner
{
    display:block;
    clear:both;
    position:static;
    width:auto;
    background-image:url(../images/hoz_promo_bg_long.gif);
    line-height: 17px;
    margin: 10px 0;
}

.pager
{
    float:right;
    font-weight:bold;
    font-size:90%;
    width:50px;
    text-align:center;
}

.pagerbottom
{
    float:none;
    text-align:center;
    clear:both;
    width:240px;
    margin:0 auto;
}


    .pager img
    {
        vertical-align:middle;
    }


    .pager a
    {
        color:#000;
    }


    .pagerbottom a
    {
        margin:0px 10px;
    }


    .pager div
    {
        padding-bottom:4px;
    }

    .pager .fwd img
    {
        padding-bottom:4px;
    }


    
    /*
    .pager .back,
    .pager .fwd
    {
        text-align:left;
        text-indent:-9999px;
        overflow:hidden;
        font-size:0;
        margin-top:4px;
        cursor:pointer;
        
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;       
        zoom: 1;               
        *display: inline;
        
        font-size:0;
        
        
        
    }
    
    .pager .back
    {
       margin-right:3px;
       *float:left;
       *margin-left:9px;
    }


    .back .top
    {
        height:0;
        width:0;
        border-right:solid 12px #e0001a;
        border-top:solid 8px #fff;  
        display:block;
        font-size:0;
    }

    .pager .back .bottom
    {
        height:0; 
        width:0;
        border-right:solid 12px #e0001a;
        border-bottom:solid 8px #fff;  
        display:block;
        font-size:0;
        font-size:0;
    }


    .pager .fwd
    {
       margin-left:3px;
       
       *float:right;
       *margin-right:9px;
       
      
    }

    .pager .fwd .top
    {
        height:0;
        width:0;
        border-left:solid 12px #e0001a;
        border-top:solid 8px #fff;  
        display:block;
        font-size:0;
    }

    .pager .fwd .bottom
    {
        height:0; 
        width:0;
        border-left:solid 12px #e0001a;
        border-bottom:solid 8px #fff;  
        display:block;
        font-size:0;
    }




    .pagerbottom
    {
        width:auto;
        text-align:center;
    }
    
    .pagerbottom .fwd,
    .pagerbottom .back
    {
        text-indent:0px;
        
        color:#000;
        
        font-size:100%;
    }

    .pagerbottom .back
    {
        margin-right:4px;
        float:none;
        padding:0;
    }
    

    .pagerbottom .fwd
    {
        margin-left:4px;
       float:none;
       padding:0;
    }
    
    
    .back .pagwrap
    {
        margin-right:4px;
    }

    .fwd .pagwrap
    {
        margin-left:4px;
    }


    .pagwrap
    {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;       
        zoom: 1;               
        *display: inline;
    }


*/








.hidden,
.hidden select,
.hidden option,
#ctl00_ctl00_MainContent_Body_AddToCart_hiddensizes,
#ctl00_ctl00_MainContent_Body_AddToCart_hiddencolour
{    
    display: none;
    width: 0px;
    height:0px;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    font-size: 0px;
    line-height: 0px;
    /*float:left;    */
    position:absolute;
    zoom:1;
    overflow:hidden;
}


#product
{
    clear:both;
}


    #product .validation
    {
        width:auto;
        color:#CC0000;
        border-color:#CC0000;
        
        clear:both;
            
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
    }



    .taxmsg
    {
        color:#aaa;
        font-size:12px;
    }

    .nowprice
    {
        color:#CC0000;
    }
    

    #prodleft
    {
        float:left;
        display:inline;
        width:405px;
        padding-top:20px;
    }

    #prodright
    {
        float:left;
        display:inline;
        width:375px;
        padding-top:20px;
    }


    #prodpad
    {
        padding-left:20px;
        padding-top:0;
    }





    #prodleft #image1  
    {   
        position:relative;
        width:403px;
        height:501px;
        border:1px solid #CCCCCC;        
    }


    #prodleft #image1 *
    {
        border:solid 1px #ccc;
        padding:0;
        border:0;
        display:block;
        margin:0;
        
    }    
    #prodleft #image1 script {display:none;border:none;}

    #prodleft ul
    {
        margin-left:-14px;
        margin-top:10px;
        float:left;
        display:inline;
    }

    #prodleft ul li
    {
        float:left;
        display:inline;
        padding:0;
    }

    #prodleft ul li a
    {
        padding-left:14px;
    }


    #prodleft ul li img
    {
        border:solid 1px #ccc;
    }



    #prodright h2
    {
        color:#ff0000;
        font-weight:bold;
        padding:14px 0 7px;        
        font-size:100%;
        /*font-family:"Myriad Pro" ;*/
        clear:both;
    }



    #price
    {
        font-size:160%;
        
        margin:5px 0;
        line-height:0.8em;
        
    }
    
    #price del {/*color:#CC0000;*/}
    
    #price strong
    {
        font-weight:bold;
        line-height:1.2em;
    }

    .box
    {
        padding: 0 10px;   
        font-size:90%;     
    }

    .qtybox {text-align:right;}
    
    #select
    {
        padding:0 0 12px 0;
        width:250px;
        float:left;
    }
    
    #select .row
    {
        clear:both;
        padding:5px 0;
    }
    
    #select label 
    {
        float: left;
        color: #000;
        text-align: right;
        width: 60px;
        margin-right:5px;
        position: relative;
        top: 4px;
    }
    
    #select select, #select input 
    {
        border: 1px solid #ccc;
        width: 170px;
        float: left;
    }
    
    #select input
    {
        margin-right:108px;    
        text-align:center;
    }

    .addtowishlist
    {
        float: left;
        display: inline;
        margin-bottom: 2px;
        border: 0pt none;
        text-transform: uppercase;
        background: url(../images/star.png) no-repeat scroll right -1px transparent;
        padding: 1px 20px 1px 1px;
        font-size: 9px;
        cursor: pointer;
        position: relative;
        margin-left: 128px;
        margin-top: -27px;
        overflow:visible;
        line-height:17px;
    }

    .addtobasket
    {
        float:left;
        display:inline;
        margin-bottom:2px;
        *margin-left:20px;
    }

    #spec
    {
        
    }


    #sizes span
    {
        background:#000;
        color:#fff;
        font-weight:bold;
        float:left;
        display:inline;
        
        width:auto !important;
        min-width:20px;
        width:20px;
        padding:0px 4px;
        
        height:28px;
        margin-left:4px;
        line-height:28px;
        text-align:center;
        
        font-size:122%;
        
        /*font-family: "Myriad Pro", Arial;*/
        
        margin-bottom:4px;
        
       
    }
    
    #sizes li
    {
       
        padding-top:1px;
        padding-bottom:1px;
        background-position:2px 4px;
    }

    #colours 
    {
        margin-bottom:5px;
    }

    #colours a
    {
        border:solid 1px #000;
        margin-right:16px;  
        margin-bottom:6px;  
    }

    #colours span,
    #colours a
    {
        text-indent:-9999px;        
        float:left;
        display:inline;
        width:40px;
        height:40px;      
        font-size:0;
        /*cursor:pointer;*/
    }
    
    
    
    
.tabs 
{
    clear:both;
    position:relative;
    background:#fff;           
    width: 354px;
    padding-top: 30px;
    font-size:12px;
    zoom:1;
}
  
    .tabs .tabbuttons
    {
        
    }
    .tabs .tabpages
    {
        border:solid 1px #d6d6d6;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        zoom:1;
    }
    
    .tabs .tab
    {
        color:#000;
        background:#fbfbfb;
        width:175px;
        line-height:3;
        text-transform:uppercase;
        display:block;
        float:left;
        text-align:center;
        font-weight:bold;
        margin-top:-30px;
        position:relative;
        border:solid 1px #d6d6d6;
        float:left;
        
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; 
    }
    
    
    .tabs .tabpage
    {
        padding:10px;
        zoom:1;
        
    }
    
    .tabs .selected{color:#fff;background:#d51b19 url(../images/gradient.png) top left repeat-x ;}


    #colours .colours1 span,
    #colours .colours2 span,
    #colours .colours3 span
    {
        margin:0;
        
    }
    
    #colours .colours1 span
    {
       
    }
    #colours .colours2 span
    {
       width:14px;
    }
    
    #colours .colours3 span
    {
       width:9px;       
    }
    
    #colours .colours3 .c2
    {
       width:10px;       
    }






    #related
    {
        clear:both;
        padding:10px 0 30px 0;
    }
/*
    #related ul
    {
        float:left;
        margin-left:-38px;
        display:inline;
    }

    #related ul li
    {
        margin:0 0 5px 38px;
        
        
        width:144px;
        height:139px;
                
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;       
        zoom: 1;               
        *display: inline;
        
        
        background:none;
        padding:0;
    }
    
    #related .overlay 
    {
        background:url(../images/unselected.png) top left no-repeat;    
    }

    #related a 
    {
        color:#000;
        position:relative;
        display:block;
    }
    
    #related img
    {
        margin-bottom:10px;
    }


    #related img,
    #related strong,
    #related em    
    {
        display:block;
        font-size:85%;
        font-style:normal;
    }
    
    #related strong
    {
        font-weight:bold;
    }
*/



    .relatedsale
    {
        position:absolute;
        text-indent:-9999px;
        top:2px;
        left:2px;
        width:36px;
        height:39px;
        text-align:left;
        overflow:hidden;
        font-size:5px;
        background:url(../images/sale.png) top left no-repeat;
    }


    .relatednewarrival 
    {
        color:#689BD3;
        font-weight:bold;
        
        position:absolute;
        top:12px;
        right:2px;
        width:36px;
        height:39px;
        text-align:right;
        overflow:hidden;
        font-size:90%;
    }



    .relatedsale,
    .relatednewarrival {display:none}




    .productslider {position:relative;height:155px;clear:both;}
    .productslider .title 
    {
        position:absolute;
        left:0;
        top:0;
        width:135px;
        height:135px;
        font-size:16px;
        font-weight:bold;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        text-align:center;
        background:#fff;
       
    }   

    .productslider .inner {float:left; display:inline; margin-left:40px;}
    
    .landingpage {position:relative;overflow:hidden;padding-bottom:10px;}
    .landingpage .slider {position:relative;}
    
    #cycleNav     
    {        
        height: 24px;
        overflow: visible;
        position: absolute;
        z-index: 100;
        right: 0pt;
        top: 0pt;
        padding: 10px 6px 66px 86px;
        zoom:1;
        background:url(../images/blank.gif);
    }
    
    #cycleNav a {float:left;background:red;}
    
    #cycleNav a 
    {
        background: url("../images/slidernavbuttons.png") repeat scroll 0 0 transparent;
        float: left;
        height: 12px;
        overflow: hidden;
        text-indent: -999px;
        width: 12px;
        margin-right:5px;
        
    }
    
    #cycleNav .activeSlide 
    {
        background-position: 0 12px;
    }
    
    .miniproduct,
    .productslider li 
    {
        width: 146px;
        float:left;
        position:relative;
        overflow:hidden;
        height:139px; 
     }
    
    .miniproduct .overlay 
    {
        position:absolute;
        width:146px;
        height:139px;
        background:url(../images/unselected.png) top left no-repeat;
        z-index:2;
    }
    
    .selected .overlay 
    {
        background-image:url(../images/selected.png);
    }
    
    .miniproduct .slideinner 
    {
        width:135px;
        height:135px;
        display:block;
        position:relative;
    }
    
    .miniproduct .slideinnerpadding 
    {  
        left: 4px;
        top: 4px;
        position: relative;
    }
    
    .miniproduct a {display:block;}
    .miniproduct img {display:block;}
 
    .miniproduct .slidetitle 
    {
        color: #555555;
        font-size: 12px;
        position: absolute;
        bottom: 0pt;
        left: 0pt;
        width: 135px;
        height: 135px;
        text-align: center;
        text-transform: none;
        letter-spacing: 0.09em;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        
        /*
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');*/

        
    }
    
    
    
    .miniproduct .slidetitlepadding 
    {
        padding: 4px;
        display: block;
        overflow: hidden;
        height: 13px;       
        
        background: url(../images/bg_fff_50.png);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); 
        */
    }
    
    .ie .miniproduct .slidetitlepadding 
    {
        background:#fff; 
    }
    
    
    
    
    .tempthing__ 
    {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C */   
    }

.pagination {position:absolute;right:0;bottom:-8px;text-transform:uppercase;font-weight:bold;}

.infiniteCarousel {
  width: 730px;
  height:155px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 730px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 140px;
  margin: 0 0;
  position: absolute;
  top: 0;
}


.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  /*padding: 10px;*/
 /* height: 85px;
  width: 85px;*/
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 22px;
  width: 25px;
  background: url(../images/arrowleft.png) no-repeat 0 0;
  text-indent: -999px;
  top: 37px;
  cursor: pointer;
  padding:0;
 float : right;
  margin-left:5px;
  overflow:hidden;
}

.infiniteCarousel .itemstext   
{
    float: right;
    line-height:22px;
}

.infiniteCarousel .forward {
  background: url(../images/arrowright.png) no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  left: 0;
}
/*
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}*/





#overview
{
    
}


    #rugbykitleftwrap
    {    
        min-height:235px;
        overflow:hidden;
    }


    #rugbykitleft
    {
        float:left;
        display:inline;
        width:505px;        
        
    }



    #rugbykitright
    {
        float:left;
        display:inline;
        width:200px;
        
    }
    
    
    
    
    #rugbykitleft
    {
        
    }
    
        #rugbykitleft ul
        {
            
            margin-left:-20px;
            position:relative;
            zoom:1;            
        }
        
            #wrap #rugbykitleft li
            {
                float:left;
                display:inline;
                margin-left:20px;    
                margin-bottom:20px;   
            }

            #rugbykitleft .toplinks a
            {

                display:block;
                width:240px;
                height:240px;
                
                position:relative;
                
                
                border-radius: 8px;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                
                cursor:pointer;
                
            }


            .toplinks span
            {
                background:url(../images/bg74.png) top left repeat;
                
                
                position:absolute;
                top:136px;
                left:0;
                width:100%;
                
                height:75px;
                line-height:54px;
                
                text-align:center;
                color:#fff;
                font-weight:bold;
                font-size:200%;
                /*font-family: "Myriad Pro", Arial;*/
                text-transform:uppercase;
            }




    

            .widelink
            {
                display:block;
                clear:both; 
                background:url(../images/offtheshelf.jpg) top left repeat;
                width:502px;
                height:162px;
                margin-top:20px;
                text-indent:-9999px;
                overflow:hidden;
                cursor:pointer;
            }




            /*try display inline./...*/
            #bottomlinks
            {
                clear:both;
                position:relative;
                padding-top:35px;

            }

            #bottomlinks a
            {
                /*width:24%;*/
                padding-right:25px;

                min-height:45px;
                _height:45px;
                
                background:#fff url(../images/moreinfo.gif) bottom left no-repeat;
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: top;       
                zoom: 1;               
                *display: inline;
                
                
                color:#000;
                font-weight:bold;
                font-size:127%;
                /*font-family: "Myriad Pro", Arial;                 */
                text-transform:uppercase;
            }
            

        #rugbykitright
        {
            
        }
            #rugbykitright ul
            {
                padding-left:10px
            }
            
            #rugbykitright li
            {                 
                zoom:1;           
            }
            #rugbykitright a
            {
                display:block;
                padding:18px 0;
                color:#df0900;
                border-bottom:dotted 1px #333;
                font-weight:bold;
                font-size:127%;
                /*font-family: "Myriad Pro", Arial; */
                text-transform:uppercase;
            }
        
                .contactasalesrep
                {
                    background:url(../images/contactasalesrep.gif) center right no-repeat;
                }

                .specialoffers
                {
                    background:url(../images/specialoffers.gif) center right no-repeat;
                }

                .teamshirtbuilder
                {
                    background:url(../images/teamshirtbuilder.gif) center right no-repeat;
                }     
                
                .limitededition
                {
                    background:url(../images/limitededition.gif) center right no-repeat;
                }              
                
                #rugbykitright li:last-child a
                {
                    border:none;
                }




        #shirtbuliderlink
        {
            display: inline;
            display: block;
            float: left;
            margin-left: 12px;
            margin-top: 5px;
            position: relative;
            width: 181px;
        }

/***************************************
    FORMS STYLES: #content form
    ------------------------------------
    Style rules for form
    areas only.
***************************************/

.signupform {}

.signuppage span
{
    width: 200px;
    display: block;
    float: left;
    padding: 5px 0px;
    font-size: 120%;
}

.signupform submit
{
    display: block;
    float: left;
}

.signupform input
{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border:1px solid #ccc;
    height:17px;
    margin:3px 0;
    padding:8px;
    width:250px;
}

.signupform .mailbox input
{
    width: 16px;
    height: 16px;
    margin-top: 10px;
}
	
.signupbutton input
{	
	width:270px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin-top:20px;
	border:none;
	cursor:pointer;
	background:#D70500 url(../images/button.gif) 200px 1px no-repeat;
	_background:#D70500 url(../images/button.gif) 200px 2px no-repeat;
	color:#fff;
	font-size:130%;
	padding:10px 20px;
	text-align:left;
	font-weight:bold;
}
	
.signupbutton input:hover
{
    background: #000 url(../images/button2.gif) 200px center no-repeat;
    color: #E19F33;
}

.chk input {border:none;}

/***************************************
    FOOTER STYLES: #footer
    ------------------------------------
    Style rules for the footer
    area only.
***************************************/
#footer
{
    background:none;
    padding: 0;
    color:#000;
    font-size:80%;
    line-height:100%;
}
        
    #footer a 
    {
        color:#000;
    }

	#footer .footerleft
	{
	    text-align: left;
	    clear:both;
	    float:left;
	    width:50%;
	    margin-left:0;
	    display:inline;
	}
    
	#footer .footerright
	{
	    text-align:right;
	    float:right;
	    width:30%;
	    margin-right:0;
	    display:inline;
	}
    
	#cards 
	{
	    display:block;
	    margin:0 auto;
	    clear:both;
	    padding-top:5px;
	    padding-bottom:40px;
	}
	
	#socialfooter
	{
	    margin-top:10px;
	    float:right;
	    clear:both;
	    width:162px;
	    height:30px;
	    background:url(../images/footersocial.png) no-repeat;
	    padding-bottom:10px;
	    overflow:hidden;
	}
	
	#socialfooter a
	{
	    float:left;
	    display:inline;
	    text-indent:-999px;
	    overflow:hidden;
	    margin-right:3px;
	    width:30px;
	    height:30px;
	}
	
	#socialfooter .last
	{
	    margin-right:0;
	}
    
/***************************************
    WIDGET STYLES: content and rhs
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/



/***************************************
    SINGLE PAGE STYLES: #page
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/
/* Landing pages */
.landingpage .slider a {display:block;}
.landingpage .slider img {display:block;}

.bottomrow
{
    margin-top:10px;
    clear:both;
}            
.bottomrow a
{
    float: left;
    display:inline;
    margin-right:10px;
}
.bottomrow img
{
    display: block;
}
.bottomrow .last
{
    display: block;
    margin:0;
}

.testimonieswrap
{
    width:700px;
    overflow:hidden;
}




#sitemap 
{
    
}

    #sitemap div {float:left;}
    #overviewsitemap{width:300px;}    
    #prodsitemap{width:300px;}

    #sitemap a{color:#000;}
    #sitemap a:hover{color:#bfbfbf;}

        #sitemap ul li ul li
        {	   
            font-size:100%;
            margin-left:10px;
            padding:4px 0;
            font-style:italic;
        }  
            
        
            
            #prodsitemap .depth2 a.isparent
            {
                font-size: 130%;
                border-bottom: solid 1px #E2001A;
                display: block;
                font-weight: bold;
            } 
            

            a.depth1 
            {
                font-size: 150%;
                border-bottom: solid 2px #E2001A;
                display: block;
                font-weight: bold;
            }



#searchpage
{
}

    #searchpage table
    {
        width:99%;
    }

        #searchpage tr
        {
            border-bottom:1px solid #ccc;
        }
        
        #searchpage tr:hover
        {
            background:#efefef;
        }

            #searchpage th
            {
                background:#CC0000;
                color:#fff;
                font-weight:bold;
                font-size:110%;
                padding:3px 3px;
            }
            
            
            
            
            #searchpage td
            {
                
                padding:3px 3px;
            }


                #searchpage img
                {
                    
                }


                #searchpage a
                {                    
                    color:#CC0000;
                }




/***************************************
    JAVASCRIPT STYLES
    ------------------------------------
    Style rules for specific javascript
    files.

***************************************/
#easyTooltip
{
	padding:5px;
	border:1px solid #c5c5c5;
	background:#e5e5e5;
	/*opacity:.75;*/
}

.tweet
{
    
}
/*
.tweet {
 
  font-size: 80%;
 }
  
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
   }
    
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em;
      border-bottom:1px dotted #000000; }
      
      .tweet .tweet_list li a {
      }
        
    .tweet .tweet_list .tweet_even {
     }
      
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
*/

/* Select Box */

div.selector {
    border:1px solid #ccc;
    color:#62194F;
    display:block;
    float:left;
    height:34px;
    line-height:34px;
    position:relative;
    width:280px;	
}

div.selector select {
    margin-top:10px;
    height:34px;
}

div.selector.focus {
	border-color: #999;
}

div.selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	font-size: 1.1em;
	padding: 0;
	display: block;
	padding-right: 20px;
	background: url(../images/select.png) no-repeat right 60% !important;
	background: url(../images/select.gif) no-repeat right 60%;
	right: 0;
}

div.selector.focus span {
	left: 5px;
}

div.selector select {
	position: relative;
	font-size: 1.1em;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}


/*fancybox*/

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../Images/jquery.fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../Images/jquery.fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../Images/jquery.fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../Images/jquery.fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../Images/jquery.fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../Images/jquery.fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px "Myriad Pro" ;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../Images/jquery.fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../Images/jquery.fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../Images/jquery.fancybox/fancy_title_right.png) repeat-x;
}








/* jQuery Bookmark styles v1.1.4 */
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 240px;
	border: 1px solid #aaa;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;		
		
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: none;
	border: none;

}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}

.bookmark_list a:hover {
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size:14px;
}
.bookmark_list img {
	border: none;
}
.bookmark_list {
    display:block;
    float:right;
    height:20px;
    margin:0 auto 4px;
    width:140px;
}

#localnav li li h6 a.selected
{
	text-decoration:none;	
	font-weight:normal;
}

#localnav li li h6 a:hover.selected
{
	text-decoration:none;
	color:#F8AF08;
	font-weight:normal;
}

#localnav li li h6 a:hover
{
	text-decoration:none;
	color:#F8AF08;
	font-weight:normal;
}
#localnav li li h6 a:visited {
font-weight:normal;
}


#localnav li li h3 a{padding:0;margin-left:0;margin-right:0;border-width:0;}/*temp fix*/


#lhs h6 {
	clear:both;
	display:block;
	float:none;
	font-size:98%;
	font-weight:bold;
	padding:4px 0 0 0;
}

#lhs h6 a:hover{
	colour:#ccc;
}





.validationarea strong.information
{
    color:red;
    font-size:20px;
    padding:0 10px;
}







/***************************************
    FUTURE CSS
    ------------------------------------
    For testing css2/css3 selectors
    that don't work with all browsers.
***************************************/
/* E.g. This style rule will place an north east arrow after any link on your site to an external site. */
/*a[href^="http://"]:not([href*="smashingmagazine.com"])::after {content: "\2197";content: "\2197";*/



div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;z-index:9999}.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}


/***************************************
    END
***************************************/
