/***************************************
****************************************
    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#container
{
    margin:0 auto;
    width:980px;
    text-align:left;
}


/**************************************/
/* HEADER */
div#header
{
    height:auto !important; /*ie6 min height*/
    height:150px;
    min-height:150px;
}


#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;
     
}


div#content
{        
    float:left;
    width:768px;
}

div#content_inside
{    
    padding:20px 30px;  	
}

/**************************************/
 /*RHS / MENU */
/**************************************/
div#lhs
{    
    float:left;   
    width:210px;
    overflow:hidden;
} 


/* FOOTER */
div#footer
{   
    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 
{
    background:#000000;
	height:auto;
    min-height:100%;
    /*i cant remember the ie7 bg zoom bug atm will fix later*/
    overflow: -moz-scrollbars-vertical;

    
}

body
{    
    color:#000;    
    font-family:Arial;    
}

html,  body, #aspnetForm
{
    min-height:100%;
    display:block;
}

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 {}
#localnav h4 a:hover {color:#ff0000;padding-left:18px;background:url(../images/linkarrow.jpg) center left no-repeat;font-weight:bold;}

#basket .reg:hover,
#basket .login:hover{opacity:0.7}

address
{
    margin-left:20px;
}

#container
{  
}



.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:Verdana, Arial, Sans-Serif;
    zoom:1;         
    position:relative;
    background:url(../images/logo.gif) 0 33px  no-repeat;
   
}

    #header #logo
    {
        display:block;
        height:114px;
        overflow:hidden;
        position:absolute;
        text-indent:-9000px;        
        top:33px;
        left:0;

        width:591px;
        height:93px;  
        zoom:1;
    }
    

    
    #welcomeusername
    {
        margin:17px 0 0 0;
        text-align:left;    
        float:right;   
        color:#fff;
        height:auto !important;
        min-height:1em;
        height:1em;
        font-size:110%;
        width:320px;
        position:relative;
        top:-7px;
        font-weight:normal;
    }
    
    #welcomeusername span
    {
        font-weight:bold;
        color:#F7AF09;
    }

    #basket
    {
        margin:3px 0 0 0;
        float:right;
        display:inline;
        clear:right;
        background:#fff;
        width:320px;
        height:84px;
        background:#000000 url(../images/sprite.png) no-repeat scroll 0 -233px;
        font-size:90%;
        font-family:Arial;
    }   
          
        #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
{

    padding:0 0 15px;
    background:url(../images/searchbg.gif) repeat-x top left; 
    
    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:#e80e00 url(../images/globalnav.gif);  
    height:auto !important;
    height:41px;
    line-height:40px;
min-height:41px;
    padding-left:4px;
    
    font-family: "FuturaStd Bold", "Myriad Pro", Arial;
    
    width:739px;
    
    text-transform:uppercase;
}

    #globalnav li
    {
        list-style-type:none;
        float:left;
        display:inline;      
        height:auto !important;
        height:41px;
        min-height:41px;       
        background:#e80e00 url(../images/globalnavbutton.gif);  
        position:relative;
        padding:0 8px;
    }

    #globalnav a
    {
        padding:3px 3px;
        /*background:#e80e00;  */
        color:#fff;
        font-weight:bold;
        font-size:120%;
    }

    #globalnav .selected a
    {
        
    }

    #globalnav .drop
    {
        background: url(../images/dropdown.gif) 99% 13px no-repeat; 
        padding-right:30px;
        z-index:10;
    }

    #globalnav a:hover
    {
        
    }









        /*dropdown*/
        

        #globalnav .drop:hover,
        #globalnav .hover
        {
            background: url(../images/dropdown.gif) 100% -53px no-repeat; 
           
        }

        
		#nav ul ul 
		{
		
			position:absolute;
			zoom:1;
			z-index:10;
			top:88%;
			right:0px;		
            text-align:left;
            font-family:Arial;
            
            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:210px;
    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.
***************************************/  
    
#localnav
{
    padding:10px;
    font-family:Arial;
    visibility:hidden;
}

#localnav a
{
    color:#000;   
    display:block; 
}

#localnav li li
{
    border-bottom:dotted 1px #000;
}
#localnav li li li 
{
    border-bottom:none;
}

#localnav h3 a
{
    font-size:120%;
    padding:20px 0;
   /* 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 0;
    font-size:90%;
}    

#localnav li li.selected h4 a
{
  color:#ff0000;
  padding-left:18px;
  background:url(../images/linkarrow.jpg) center left no-repeat;
  font-weight:bold;
}    
    
#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:40px;
}   

#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:83%;
    padding:5px 0;
}

    #breadcrumb span
    {
        color:#000;
    }

    #breadcrumb a
    {
        color:#666; 
    }


/***************************************
    MAIN AREA STYLES: #main
    ------------------------------------
    Style rules for the main page area
    (all content areas).
***************************************/
#main
{    
    border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    
    border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;   
    
    
    background:#fff url(../images/bgline.gif) top left repeat-y;
}
    #main .something
    {
        
    }
    
/***************************************
    LHS AREA STYLES: #rhs
    ------------------------------------
    Style rules for the RHS column.
***************************************/
#lhs
{

}


.socialbookmark
{
    margin:0 auto;
    width:200px;
}
		


/***************************************
    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:Arial;
    
    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:"FuturaStd Bold", "Myriad Pro", Arial;
    text-transform:uppercase;
}

h2
{
    color:#000;
    font-size:160%;
    padding:3px 0;
    font-weight:bold;
    font-family:"FuturaStd Bold", "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:24px; 
    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;
}

.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;
        
        
            
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
    }



    .taxmsg
    {
        color:#aaa;
    }

    .nowprice
    {
        color:#CC0000;
    }
    

    #prodleft
    {
        float:left;
        display:inline;
        width:405px;
        padding-top:20px;
    }

    #prodright
    {
        float:left;
        display:inline;
        width:300px;
        padding-top:20px;
    }


    #prodpad
    {
        padding-left:20px;
        padding-top:30px;
    }





    #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;
    }



    #prodright h2
    {
        color:#ff0000;
        font-weight:bold;
        padding:14px 0 7px;        
        font-size:100%;
        font-family:Arial;
        clear:both;
    }



    #price
    {
        font-size:200%;
        
        margin:5px 0;
        line-height:0.8em;
        
    }
    
    #price del {/*color:#CC0000;*/}
    
    #price strong
    {
        font-weight:bold;
        line-height:1.2em;
    }

    .box
    {
        background:#efefef url(../images/boxarrow.gif) top left no-repeat;
        padding:25px 10px 10px;   
        font-size:90%;     
    }

    .qtybox {text-align:right;}
    
    #select
    {
        padding:0 0 12px 0;
    }
    
    #select div
    {
        clear:both;
        padding:5px 0;
    }
    
    #select label
    {
        float:left;
        width:110px;
        font-weight:bold;
        color:#000;
        
    }
    
    #select select,
    #select input
    {
        float:right;
        width:150px;
        border:solid 1px #ccc;        
    }
    
    #select input
    {
        margin-right:108px;    
    }



    .addtobasket,
    .addtowishlist
    {
        float:right;
        display:inline;
        margin-bottom:2px;
    }






    #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:"FuturaStd Bold", "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-left:6px;  
        margin-bottom:6px;  
    }

    #colours span,
    #colours a
    {
        text-indent:-9999px;        
        float:left;
        display:inline;
        width:28px;
        height:28px;      
        font-size:0;
        /*cursor:pointer;*/
    }
    
    


    #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:109px;
        
        
        /*display:inline;        
        float:left;*/
        
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;       
        zoom: 1;               
        *display: inline;
        
        
        background:none;
        padding:0;
        /*overflow:hidden;*/
    }

    #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}









#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:"FuturaStd Bold", "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:"FuturaStd Bold", "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:"FuturaStd Bold", "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:10px 0;
    color:#fff;
    font-size:80%;
    line-height:100%;
    text-shadow: #000 0px 0px 4px;
}
        
    #footer a 
    {
        color:#fff;
    }

	#footer .footerleft
	{
	    clear:both;
	    float:left;
	    width:50%;
	    margin-left:20px;
	    display:inline;
	}

	#footer .footerright
	{
	    text-align:right;
	    float:right;
	    width:30%;
	    margin-right:20px;
	    display:inline;
	}


	#cards 
	{
	    display:block;
	    margin:0 auto;
	    clear:both;
	    padding-top:5px;
	    padding-bottom:40px;
	}

/***************************************
    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.
***************************************/

.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
{
    float:right;
    width:300px;
    height:175px;
}
/*
.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 Arial;
	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;

}



#lhs h6 {
	clear:both;
	display:block;
	float:none;
	font-size:98%;
	font-weight:bold;
	padding:4px 0 0 70px;
}

#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
***************************************/