/*
    @@@@@ COLOURS @@@@@


                                            211c18 (old darker)
                    background darkbrown- #a97735;
                    darkbackground gray - #211c21;
                        background gray - #6a6660;
                            border      - #54504c;
                          hi-light gray - #b2aba1;
                                   green- #bad224; 
                                   pink - #ec008c; 
                                newpink - #ff00c5;

background blue -                           #95aba7;
new blue -                                  #42b6ff;
dark logo colour -                          #231f20;



*/  
a.brand
{
    color:#ccc;
    font:normal normal 900 11px Arial, Helvetica, sans-serif;
    text-decoration:none;
}
a.brand:hover{color:#666;}
a.flash1
{
    border:1px solid red;
    position:relative;
    z-index:200;   
    width:auto;
    height:auto;   
}
div.flash1
{
    display:block;
    width:100%;
    overflow:hidden;
    background:black;   
}
div.flash2
{
    display:none;
    width:100%;
    overflow:hidden;
    background:black;   
}
/* ########## GENERAL ########## */
ul, li
{
 list-style-type: none; 
    
}

body
{
    font: normal 0.80em Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    border:0;
    color:#6a6660;
    background:#95aba7;
    background-image: url(../images/main_back.gif);
    margin: 0 auto;
}
div.wrapAll
{
    display:block;
    position:relative;
    width:90%;
    height:auto;
    margin: 10px auto 0 auto; 
    min-width:990px;
    max-width:1500px;  
}
a.level0_link:link, a.level0_link:active, a.level0_link:visited, a.level0_link:hover
{
    position:absolute;
    color:white;
    text-decoration:none;
          
}
div.dark_font{color:#6a6660;}
div.dark_font a:link, a:visited, a:active
{    
    text-decoration:none;
    color:#6a6660;
} 
div.dark_font a:hover{color:#b2aba1;}

a.link_btn:link, a.link_btn:active, a.link_btn:visited
	{
        display:block;
        position:relative;
        background:url(../images/btn_background.gif);
        width:111px;
        height:16px;
        font-weight: bold;
        color:black;
        border:none;
        cursor:pointer;
        font-size:12px;
	    text-decoration:none;
	    text-align:center;
	}
a.link_btn:hover
	{
	    color:White;
           
	}
a.link_back:link, a.link_back:active, a.link_back:visited
{

    display:block;
    float:left;
    margin-top:3px;
    height:16px;
    font-weight: bold;
    color:#6a6660;
    border:none;
    cursor:pointer;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
a.link_back:hover
{
    color:#CCCCCC;	    
}
img.back_img
{
   
       float:left;
    margin:-1px 2px 0 6px;
    height:16px;
    width:16px;    
}
a
{
    font-weight: bold;
    color: #6a6660;
}


a:hover
{
    color: #CCCCCC;
}

img
{
    border-width: 0px;
}

h1
{
    font: bold 1.25em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6a6660;
    padding:5px 0;
    margin-left:40px;
}
h1.dark
{
    font: bold 1.25em Arial, Helvetica, sans-serif;
    text-align: center;
    padding:5px 0;
    margin-left:40px; 
    color: #6a6660;   
}
h2
{
    font: bold 1.13em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6a6660;
}

h3
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6a6660;
}
h3.dark
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6a6660;
}
/* ########## CENTERING ########## */

.center
{
    clear: both;text-align:center;
}

.center[class]
{
    display: table;
    margin: 0 auto;
}

.shrinkwrap ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.shrinkwrap ul li
{
    display: block;
    float: left;
    margin: 0;
    list-style-type: none;
    padding: 0px;
    text-indent: 0;
    width:150px;
}

/* ########## FRONT PAGE CONTAINER ########## */
/* ########## FRONT PAGE CONTAINER ########## */

/* @@@@@ Brands Page @@@@@ */
h3.hleft{text-align:left;margin:20px 0;clear:both;}
ul.ulB
{
    display:block;
    float:left;
    height:auto;  
    margin:0 0px 10px 0;
}
ul.ulB li
{
    float:left;
    clear:both;
    width:250px;
    height:auto;    
    margin:1px 0;
}
ul.ulB li.uli{height:200px;width:200px;text-align:center;}
ul.ulB li.ulia{height:70px;width:200px;text-align:center;padding-top:5px;}
div.brandsP
{
    display:block;
    float:left;
    height:auto;
    position:relative;
    width:100%;    
}
div.bL{width:100%;margin:0 30px 5px 0;}
div.bR
{
    width:100%;
    float:left;  
    text-align:left;
}
a.aBrands{font: normal normal 400 9px Verdana, sans-serif;}
/* front page customisable pages */

.edit_con {
    width: 100%;
    margin: 0px auto;
    border: 0px solid #CCCCCC;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.edit_con2 
{
    margin: 0;
    margin-left: 50%;
    display: table;
    display: inline-block;
}

.edit_img {
    position: relative;
    left: -50%;
}

.front_info 
{
    float:left;
    width: 100%;
    height:auto;
    margin: 8px auto;
    position: relative;
    z-index: 10;
}

div.front_logo
{
    float:left;
    width:23%;
    height:100%;
    margin-left:2px;
}

img.front_logo
{
    margin: 0 auto;
    max-width: 150px;
    width:auto;
}

div.front_text
{
    float:left;
    height:100%;
    width:75%;
    margin-left:3px;
}

p.front_text
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: black;
    text-align:left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height:auto;
    width:auto;
}



/* ########## MAIN LAYOUT ########## */

a.login_h, a.login_h:active, a.login_h:visited, a.login_h:link
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    color: #6a6660;   
    text-decoration:none;
    padding:0 20px;
    line-height:20px;
    height:20px;
   
    
}
a.login_h:hover
{
    color: white;
    background-color:#ec008c;
    
}
div.logged_in
{
    position:relative;
    margin-top: 0px;
    display: block; 
    float:left;    
    height: 20px;
    margin-bottom: -30px;
    width:200px;
    text-align:center;
    overflow:hidden;
    z-index:100;
}
div.logged_in .uname
{
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #053805;   
    width: auto;   
    float: right;
    height:20px;
}
div.logged_in .login
{
    display: block;
    float: right;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #053805;   
    width: auto;
}
div.logged_in .login2
{
    margin: 0 0 0 0px;
    display: block;
    float: right;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #053805;   
    width: auto;
}
.layout
{
 margin-top:4px;   
}
/* column container */
.colmask
{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;  
    min-height:480px;
    color:#6a6660;
}

/* 3 column settings */

.layout .colmid
{
    float: left;
    width: 200%;
    margin-left: -150px;
    position: relative;
    right: 100%;
}
.layout .col_con
{
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 300px;
    padding-left:2px;
}
.layout .middlewrap
{
    float: left;
    width: 50%;
    position: relative;
    right: 150px;
    background: white;
}
.layout .middle
{
    border: 1px solid #54504c;
    margin: 0 159px 0 155px;
    position: relative;
    left: 200%;
    overflow: hidden;
    background: white;
    min-height:550px;
    height:auto !important;
    height:550px;
}



.layout .col_left
{
    float: left;
    float: right;
    width: 150px;
    overflow:hidden;
    position: relative;
    right: 0px;
    border:1px solid #54504c;
}
.layout .col_right
{
    float: left;
    float: right;
    width: 150px;
    margin-right: 1px;
    position: relative;
    left: 50%;
    background: #FFFFFF;
    border:1px solid #54504c;
}



/* ########## MAIN INFO CONTAINERS ########## */

#scroll
{
    width:auto;
    height:480px; 
    border: solid 2px #CCCCCC;
    background-color:white; 
    overflow:auto; 
    overflow-x:hidden;
}

#info_con_s
{
    float:left;
    width:90%;
    padding-right:5%;
    margin-left:2.5%;
    height:550px;
    overflow:hidden; 
    color:#6a6660;
    background:white;
    /*
    border-left:2px solid #bad224;
    border-right:2px solid #bad224;
    */
}
#info_con_s_h
{
    float:left;
    width:100%;
    margin-right:-40px;
    margin-left:0px;
    height:550px;
    overflow:hidden; 
    /*background: url(../images/background.png);*/
    background: white;
}
#info_con_ns
{
    width:auto;
    height:550px; 
    margin: 0 0 0 0;
    overflow:hidden; 
}
#info_con2
{
    float:left;
    position: relative;
    width:95%;
    margin:0 0px 0 2%;
    height:550px;
    overflow:hidden;
    background-color:white;
    color:#6a6660;
}
div.info_con2b
{
    float:left;
    position: relative;
    width:100%;
    margin-right:0px;
    margin-left:0px;
    height:550px;
    overflow:hidden;
    background-color:white;
    padding: 0 0 0 0;
    color:#6a6660;
}
/* ########## HEADER ########## */

#header
{
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    background: none;
    margin: 0px auto 0 auto;
}

#header_top
{
    clear: both;
    float: left;
    width: 100%;
    height: 78px;
    overflow:hidden;
    padding-top:0px;
}

/* ########## LOGO ########## */

.logo
{
    clear: left;
    float: left;
    margin: 0px 0px 0px 0px;

}

div.advert
{
    clear:right;
    float: right;
    margin: 0;
}

img.advert
{

    float: right;
    display: block;
    width:115px;
    height:60px;
    margin:20px 0 0 -115px;
}


/* ########## RIGHT SIDE HEADER ########## */

#header_right_con
{
    clear: right;
    float: right;
    width: auto;
    height: 35px;
    margin: 0px 0px 0px 0px;
    text-align:right;
}

p.menu_basket
{
    float: right;
    width: auto;
    margin: 5px 0px 0px 3px;
    font: bold 0.75em Arial, Helvetica, sans-serif;
    color: #5a5a2d;
    text-align: left;
}
#menu_basket_info
{
    width: auto !important;
    width:150px;
    display: block;
    margin: 0 5px; 
    text-align:right;
}

a.menu_basket:visited, a.menu_basket:active, a.menu_basket:link, a.menu_basket
{
    display: block;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor:pointer;
    padding-left: 5px;
    text-decoration: none;
    color: white;
    background:#6a6660;
    height:38px;
    border-bottom:1px solid #6a6660;
    border-top:1px solid #6a6660;
    border-right:1px solid #6a6660;
    width: auto !important;
    width:150px;
} 

a.menu_basket:hover
{
    color: white;
    background:#42b6ff;
    border-bottom:1px solid #2a74a3;
    border-top:1px solid #2a74a3;
    border-right:1px solid #2a74a3;
}


img.menu_basket
{
    float: right;
    margin: 23px 4px 0 0;
    width:auto;
    height:auto;
}
div.menu_basket_curr
{
    position:relative;
    display:block;
    padding-right:5px;
    float: right;
    font: bold 10px Arial, Helvetica, sans-serif;
    width: auto;
    text-align: right;   
    color:white; 
}




/* ########## HEADER LINKS ########## */

#toplink
{
    font: thin 1.22em Arial, Helvetica, sans-serif;
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    padding: 0 10px;
}

a.toplink:visited, a.toplink:active, a.toplink:link, a.toplink
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    color: #5a5a2d;
}
a.toplink:hover
{
    color: #CCCCCC;
}

img.toplink
{
    float: left;
    margin: 0px 2px 0px 10px;
    height: 20px;
    width: 20px;
}

#level0
{
    margin-top: 21px;
    position: absolute;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/level12.png) repeat-x 0px 0px;
    text-align:center;
    z-index:100;
    text-align:center;
    left:0;
}
#level0 .b_border
{

    border-bottom:1px solid #6a6660;   
    width:567px;
    margin: -16px auto 0 auto;
        margin-left: 38px;
    
}


/* ########## HEADER LEVEL1 MENU ########## */


/* LEVEL1 - Menu Level 1 */
#level1
{
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 20px;
    /*background: url(../images/level1.png) repeat-x 0px 0px;*/
    background-color:#6a6660;
    padding-left:0px;
}

#level2
{
    text-align: center;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    position:relative;
    display:block;
    clear: both;
    width:100%;
    float:left;
    overflow: hidden;
    height: 20px;
    line-height: 16px;
    background: url(../images/level2.gif) repeat-x 0px 0px;
}
#level2off
{
    text-align: center;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    position:relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 16px;
    background: #6a6660;
}
/* MENU - Menu Button Unselected */

.menucon
{
    width:200px;
}

/* LEVEL2CON - Level 2 container */

.level2con
{
    float:left;
    width:150px;
}

/* LEVEL2LINK - Level 2 link */

level2link
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    height:20px;
    text-align: center;
    color: #FFFFFF;
}

a.level2link:visited, a.level2link:active, a.level2link:link, a.level2link
{
    text-decoration: none;
    color: white;
}

a.level2link:hover
{
    color: black;
}

/* LEVEL2LINKO - Level 2 link selected */

level2linko
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
}

a.level2linko:visited, a.level2linko:active, a.level2linko:link, a.level2linko
{
    text-decoration: none;
    color: black;
}

a.level2linko:hover
{
    color: #000000;
}

.menu
{
    float: left;
    display:block;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}

a.menu:visited, a.menu:active, a.menu:link, a.menu
{
    float:left;
    display:block;
    margin: 0px -4px 0px 0px;
    color: white;
}

a.menu:hover
{
    color: #CCCCCC;
}

span.menu
{
    display:block;
    float:left;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-align: center;
    width:150px;
    margin: 0 1px;
}
span.menuo
{
    display:block;
    float:left;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-align: center;
    background: url(../images/level1btn.gif);
    width:150px;
    height:20px;
}
img.menu_l
{
    float: left;
    display:block;
    height: 20px;
    width: 1px;
    margin: 0 0 0 0;
}

img.menu_r
{
    float: left;
    display:block;
    height: 20px;
    width: 3px;
    margin: 0 0 0 0;
}

/* MENUO - Menu Button Selected */

.menuo
{
    float: left;
    display:block;
    height: 20px;
    width:100%;
    cursor: pointer;
    text-decoration: none;
}

a.menuo:visited, a.menuo:active, a.menuo:link, a.menuo
{
    /*border-top:1px solid #54504c;*/
    margin: 0px -4px 0px 0px;
    color: black;
    display:block;
    float:left;
}

a.menuo:hover
{
    color: black;
}



img.menuo_l
{
    float: left;
    height: 20px;
    width: 1px;
}

img.menuo_r
{
    float: left;
    height: 20px;
    width: 3px;
}

/* BUTTONO - Side Button Selected */

.buttono
{   
    float: left;
    display:inline-table;
    height: 23px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}
a.buttono:visited, a.buttono:active, a.buttono:link, a.buttono
{
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    width:150px;
    height:23px;
    float:left;
}
a.buttono:hover
{
    color: #FFFFFF;
}

span.buttono
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 23px;
    background: url(../images/button_m.png) repeat-x 0px 0px;
}


/* BUTTONM - Middle Content Title Button */

span.buttonm
{
    float: left;
    height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #6a6660;
    text-align: center;
    line-height: 23px;
    background: url(../images/button_m.png) repeat-x 0px 0px;
}

img.buttonm
{
    float:left;
    height: 23px;
    width: 2px;
}

/* BUTTON - Side Button Unselected */

.button_con
{   
    float:left;
    width:150px;
    height:23px;
}

.button
{   
    float: left;
    display:inline-table;
    height: 23px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}
a.button:visited, a.button:active, a.button:link, a.button
{
    margin: 0px 0px 0px 0px;
    color: #87D0ED;
    width:150px;
    height:23px;
    float:left;
}
a.button:hover
{
    color: #FFFFFF;
}

span.button
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 23px;
    background: #000000;
}

/* ########## NAVIGATION BUTTONS END ########## */





/* ########## SIDE BARS ########## */

.side_left_con
{
    float: left;
    width: 150px;
    height: 480px;
}


/* ########## SIDE BARS ########## */

/* SIDE_* - Containers for side items */

.side_search
{
    float: left;
    width: 150px;
    height: 550px;
    background: #6a6660;
}

/* ########## SIDE BRAND AND SCROLLING START ########## */

#side_brand
{
    margin-top: 1px;
    position:relative;
    float: left;
    clear: left;
    width: 136px;
    height: 239px;
    overflow: hidden;
    margin-bottom:10px;
}

/* wrap to make sure that image area is clickable */
#side_b_wrap {
	margin-top:10px;
	float: left;
	width: 12px;
	height: 220px;
	background: url(../images/scroll_line_v.gif) repeat 0px 0px;
	visibility:hidden;
}

/* top image of track */
#side_b_track_top {
	position: absolute;
	width: 12px;
	height: 28px;
}

/* vertical track */
#side_b_track {
	position: absolute;
	width: 12px;
	height: 215px;
}

/* vertical track handle */
#side_b_bar {
	width: 12px;
	height: 20px;	
    visibility:hidden;
}

/* ########## SIDE BRAND AND SCROLLING END ########## */


#side_w_wrap 
{
    margin-top: 50px;
	float: right;
	width: 12px;
	height: 200px;
    background: url(../images/scroll_line_v2.gif) repeat 0px 0px;
}

/* top image of track */
#side_w_track_top {
	position: absolute;
	width: 12px;
	height: 12px;
}

/* vertical track */
#side_w_track {
	position: absolute;
	width: 12px;
	height: 200px;
}

/* vertical track handle */
#side_w_bar {
	width: 12px;
	height: 20px;
}


/* wrap to make sure that image area is clickable */
#side_w_wrap {
	float: right;
	width: 12px;
	height: 200px;
	background: url(../images/scroll_line_v.gif) repeat 0px 0px;
}

#side_i_wrap {
	margin-top:75px;
	float: right;
	width: 12px;
	height: 400px;
	background: url(../images/scroll_line_v2.gif) repeat 0px 0px;
	margin-left:-1.1%;
}
div.side_i_wrapb {
    margin-top:75px;
    float: right;
    width: 12px;
    height: 400px;
    background: url(../images/scroll_line_v2.gif) repeat 0px 0px;
    margin-left:-1.1%;
    position:relative;
}
/* top image of track */
#side_i_track_top {
	position: absolute;
	width: 12px;
	height: 12px;
}

/* vertical track */
#side_i_track {
	position: absolute;
	width: 12px;
	height: 400px;
}

/* vertical track handle */
#side_i_bar {
	width: 12px;
	height: 20px;
}

/* ########## SIDE TYPE AND SCROLLING START ########## */

#side_type
{
    margin-top: 1px;
    position:relative;
    float: left;
    width: 136px;
    height: 143px;
    overflow: hidden;
    margin-bottom:5px;
    color:White;
}

/* wrap to make sure that image area is clickable */
#side_t_wrap {
    margin-top: 8px;
	float: left;
	width: 12px;
	height: 120px;
	background: url(../images/scroll_line_v.gif) repeat 0px 0px;
	visibility:hidden;
}

/* top image of track */
#side_t_track_top {
	position: absolute;
	width: 12px;
	height: 28px;
}

/* vertical track */
#side_t_track {
	position: absolute;
	width: 12px;
	height:115px;
}

/* vertical track handle */
#side_t_bar {
	width: 12px;
	height: 20px;
    visibility:hidden;
}
#side_t_bar:hover {
	width: 12px;
	height: 20px;
    visibility:hidden;
    background:url(../images/scroll_bar_v_w.png);
}
/* ########## SIDE TYPE AND SCROLLING END ########## */

/* ########## SCROLL BAR - PROD INFO RECOMMENDED ########## */



#left
{
    display:block;
    float:left;
    width:45%;
    height:355px;
    position:relative;
    overflow:visible;
    margin-right:50px;
}
#left2
{            
    display:block;
    float:left;
    width:80px;
    height:300px;
    position:relative;
    text-align:left;
    overflow:visible;
    margin-top:0px;
    border:1px solid blue;
}
#wrap_info
{
    height:370px;
    display:block;
    width:auto;
    overflow:hidden;
} 
#wrap_info .right
{
    position:relative;
    display:block;
    height:370px;
    text-align:left;
    margin:0px 0px 0 0px;
    overflow:hidden;
} 
#prod_con
{
    clear: both;
    width: 100%;
    height: 490px;
    overflow: hidden;
    position:relative;
    z-index:200;
}
#prod_con
{
    clear: both;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

div.wrap_zooms
{
     float:left;
     display:block;

     position:relative;   

     height:350px;
  
}
div.wrap_zooms div.wrap_zooms_inner
{
    
    display:block;
    float:left;
    position:relative;

    width:100%;
         height:350px;
}

/* ########## PRODUCT INFO PAGE ########## */

/* INFO_IMAGE - Main Image */
span.wrap_info_image
{
    cursor:pointer;
    display:block;
    position:relative;
    height:304px;
    width:300px;
    background:#FFFFFF;   
    text-align:center;
    vertical-align: middle;
    clear:both;
    margin-left:10%;
    margin-top:5px;
}

.info_image_main
{
    display: block;
    clear:both;
    margin: 0px auto 0 auto;
    cursor:pointer;
}

#info_image
{
    display:block;
    position:relative;
    border: none;
    text-align:center;
}


div.image_col2
{
    display:block;
    position:relative;
    float:left;
    width:70px; 
    margin-top:24px;    
}
span.wrap_info_image_m
{
    display:block;
    position:relative;
    height:auto;
    width:60px;
    background:white;   
    margin-bottom:3px;
    text-align:center;
}
span.zoom_instr
{
    display:block;
    width:100%;
    position:relative;
    font: bold 12px Arial, Helvetica, sans-serif;
    color:#cccccc;
    height:20px;
    line-height:19px;
    text-indent:30px;
    text-align:center;
}
a.more_zoom
{
    color: #99cc00;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration:none;
}
a.more_zoom:hover
{
    color: #cccccc;
    
}
div.zoom_key
{
    height:30px;
    width:300px;
    z-index:10;
    background:white;
    text-align:center;
}
span.zoom_s
{ 
    display:block;
    /*background:url(/images/small_zoom.png) 32px 4px no-repeat;
    */text-align:center;    
    color:#666666;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin:0px 9px 0 0px;
    padding-top:7px;
    height:30px;
    cursor:pointer;
}
span.highlight{color:#42b6ff;}
span.p_red{color:Red;}
span.zoom_l
{
    background:url(/images/large_zoom.png) center top no-repeat;
        float:left;
    text-align:center;    
    width:90px;
    height:20px;
    cursor:pointer;
    color:#666666;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin:0px 9px 0 0px;
    vertical-align:text-top;
    display:block;
    padding-top:25px;
}
span.zoom_l:hover{color:#99cc00;}
span.zoom_sl
{
    background:url(/images/sl_zoom.png) center top no-repeat;
        float:left;
    text-align:center;    
    width:90px;
    height:20px;
    cursor:pointer;
    color:#666666;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin:0px 9px 0 0px;
    vertical-align:text-top;
    display:block;
    padding-top:25px;
}
span.zoom_sl:hover{ background:url(/images/sl_zoom_h.png) center top no-repeat;
  color:#99cc00;}
    span.zoom_opt
    {
        color:#99cc00;
        text-align:center;
        cursor:pointer;
        margin:5px auto;
        
    }
	/* LARGE ZOOM /WRAPS */
    div.wrap_img_z
    {	
        position:absolute;
        display:none;
        width:95%;
        height:300px;	
        overflow:hidden;
        background:#FFFFFF;
        float:left;
        z-index:200;
        cursor:crosshair;
        margin-left:2px;
    }	
	div.wrap_zoom_ref1
	{
        display:block;
        position:relative;
        text-align:center;   
        width:1200px;
        height:1200px;
        cursor:crosshair;
	    background:#ffffff;
	}
	img.zoom_img1
	{
        display:block;
        position:relative;
		cursor:crosshair;
		z-index:200;
		float:left;
	
	}
	/* LARGE ZOOM /WRAPS END */
	/* SMALL ZOOM /WRAPS */
	span.zoom_icon
	{
		position: absolute;
		width: 140px; 
		height:90px; 
        margin-left:-70px;
        margin-top:-45px;
		border:1px solid #666666;	
		cursor:crosshair;
		overflow:hidden;
	    display:none;	
	    z-index:200;
	    background:white;
	   
	}
	span.wrap_zoom_ref
	{
        display:block;
        position:relative;
        text-align:center;   
        width:600px;
        height:600px;
        cursor:crosshair;
        vertical-align:middle;
	    background:#FFFFFF;
	    z-index:200;
	    overflow:hidden;
	}

	img.zoom_img
	{
		position: relative;		
		display:block;
		cursor:crosshair;
		vertical-align:middle;
        z-index:200;
		margin:0 auto;
	}
	/* SMALL ZOOM /WRAPS END */	
	/* reference IMG */
	span.reference
	{
		position: relative;
		text-align:center;			
		display:block;
		cursor:pointer;
		vertical-align:middle;
	    clear:both;
	    float:left;
	}
	img.reference
	{
	    position: relative;
		text-align:center;			
		display:block;
		cursor:pointer;
	    vertical-align:middle;
	    clear:both;
	    float:left;
	}	
	/* END reference IMG */
	
















#reco_wrap {
	float: left;
	width: 220px;
	height: 11px;
}

/* left image of track */
#reco_track_left {

	width: 28px;
	height: 12px;
}

/* horizontal track */
#reco_track {
position: absolute;
	margin: 5px 0 0 0px;
	width: 220px;
	height: 11px;
	background: url(../images/scroll_line_hwhite.gif) repeat 0px 0px;
}

/* horizontal track handle */
#reco_bar 
{
 
	width: 28px;
	height: 12px;
}

/* ########## SCROLL BAR - INFO PAGES ########## */


/* ########## SCROLL BAR - RIGHT ########## */

/* wrap to make sure that image area is clickable */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* wrap to make sure that image area is clickable */
#side_r_wrap
{
    margin-top: 95px;
	float: right;
	position:relative;
	width: 12px;
	height: 320px;
	background: url(../images/scroll_line_v2.gif) repeat 0px 0px;
	z-index:200;
	margin-left: -5px;
	margin-right:1px;
}

/* top image of track */
#side_r_track_top {
	position: absolute;
	width: 12px;
	height: 45px;
}

/* vertical track */
#side_r_track {
	position: absolute;
	width: 12px;
	height: 340px;
}

/* vertical track handle */
#side_r_bar { width: 12px; height: 45px; }

/* ########## SCROLL BAR - PRODUCT LIST ########## */

#wrap {
	float: left;
	width: 250px;
	height: 11px;
}

/* left image of track */
#track-left {
	position: absolute;
	width: 45px;
	height: 11px;
}

/* horizontal track */
#track {
	position: absolute;
	margin: 5px 0 0 5px;
	width: 250px;
	height: 11px;
	background: url(../images/scroll_line_h.gif) repeat 0px 0px;
}

/* horizontal track handle */
#handle {
	width: 45px;
	height: 11px;
}

/* ########## RIGHT SIDE ########## */

#side_right_con
{
    float: left;
    width: 150px;
    height: 550px;
    margin-bottom: 2px; 
    /*background: url(../images/side_bg.png) repeat-y 0px 0px;*/
}

/* ########## SIDE BRAND AND SCROLLING START ########## */

#side_right
{

    position:relative;
    float: left;
    clear: left;
    width: 134px;
    height: 507px;
    overflow: hidden;
}

#side_soon
{
    position:relative;
    float: left;
    clear: left;
    width: 146px;
    height: 458px;
    overflow: hidden;
}

/* wrap to make sure that image area is clickable */



/* ########## LEFT SIDE TEXT STYLES ########## */

/* SIDE_TEXT_C - Search Text Header Central */


/* SIDE_TEXT_C - Search Text Header Central */

.side_text_c
{
    clear:both;
    color: white;
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 5px 4px 2px 10px;
}
/* SIDE_TEXT_L - Search Text Header Left */

span.side_text
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
}

.side_text_l
{
    width: 127px;
    clear:both;
    color: #6a6660;
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px 0px 0px 0px;
    background: white;
    padding-left: 5px;
    height: 17px;
}

/* SIDE_TEXT_S - Search Text Sub Section */

.side_text_s
{
    color: #CCCCCC;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    margin: 0 0 0 5px;
    text-align: left;
}

a.side_text_s:visited, a.side_text_s:active, a.side_text_s:link, a.side_text_s
{
    padding-left: 5px;
    position: absolute;
    display: block;
    height:15px;
    width: 120px;
    text-decoration: none;
    color: White;
}

a.side_text_s:hover
{
    color: white;
    background: #ec008c;
}

.side_text_ss
{
    position: absolute;
    display: block;
    height:15px;
    width: 120px;
    color: #87D0ED;
    margin: 0 0 0 5px;
    padding-left: 5px;
    text-decoration:none;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: left;
}

a.side_text_ss:visited, a.side_text_ss:active, a.side_text_ss:link, a.side_text_ss
{
    text-decoration: none;
    color: White;
}

a.side_text_ss:hover
{
    
    color: white;
    background: #ec008c;
}

/* SIDE_TEXT_SI - Search Text Sub Section Indented */

.side_text_si
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    text-decoration:none;
    color: white;
    text-align: left;
    margin: 0 0 0 12px;
}

a.side_text_si:visited, a.side_text_si:active, a.side_text_si:link, a.side_text_si
{
    position: absolute;
    display: block;
    height:15px;
    width: 120px;
    color: white;
    margin: 0 0 0 5px;
    padding-left: 5px;
    text-decoration: none;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}

a.side_text_si:hover
{ 
    color: white;
    background: #ec008c;
}

/* SIDE_TEXT_SIS - Search Text Sub Section Indented SELECTED */

.side_text_sis
{
    position: absolute;
    display: block;
    height:15px;
    width: 120px;
    color: white;
    margin: 0 0 0 5px;
    padding-left: 5px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: left;

}

a.side_text_sis:visited, a.side_text_sis:active, a.side_text_sis:link, a.side_text_sis
{
    color: white;
    background: #ec008c;
    text-decoration: none;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

a.side_text_sis:hover
{
    color: white;
}

/* ########## RIGHT SIDE TEXT STYLES ########## */
a.right_con
{
    float: left;
    width: 100%;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background: #6a6660;
    color:white !important;
    border-bottom:1px solid #54504c;
}
a.right_con:hover
{
    color:white;
    background: #42b6ff;
}
a.right_con1
{
    float: left;
    width: 100%;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background: #6a6660;
    color:white !important;
}
a.right_con1:hover
{
    color:white;
    background: #42b6ff;
}
.r_item_con
{
    float:left;
    clear: both;
    width: 130px;
    margin: 5px 0 5px 6px;

}
div.right_lbl
{
    width:100px;
    height:35px;
    border:1px solid #bad224; 
    text-align:center;
    background-color:white;   
    overflow:hidden;    
}
.r_item
{
    display:block;
    margin: 5px auto 5px auto;
}
.r_text
{
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font: bold 10px Arial, Helvetica, sans-serif;
}

a.r_text
{
    text-decoration: none;
    color:black;
}
a.r_text:hover
{
    text-decoration: none;
    color:#CCCCCC;
}
a.bwt{color:#000;}.bwt:hover{color:#666;}
.r_price
{
    font: bold 10px Arial, Helvetica, sans-serif;
     color:#6a6660;
}
.r_sprice
{
    font: bold 10px Arial, Helvetica, sans-serif;
    color:#42b6ff;
}
/* ########## FOOTER ########## */

img.foot_logo
{

 text-align:center;   
 width:950px;
 height:62px;
 margin: 5px 0;   
    
}
#footer_con
{
    clear: both;
    width: auto;
    background: white;
    height:auto;
    border:0px solid #bad224;
    margin:0 157px;
    height: 28px;
}
img.logo_img
{
     display: block;
     width:844px;
     height:47px;  
     margin: 0 auto; 
}
img.logo
{
 margin-top:1px;
 position: absolute;
 float: left;
 display: block;
 width:150px;
 height:78px;
   
}
a.logo:link, a.logo:active, a.logo:visited, a.logo:hover
{
 position:relative;
 display: block;

 height:78px;  
  
}
.footer_text_con
{
    margin: 2px 0px 2px 0px;
    padding: 2px;
    border: solid 1px #54504c;
    background-color: white;
    margin-top:2px;
    margin-bottom:2px;
    overflow:hidden;
    height:auto;
    color: White;
        background-color: #6a6660;
}
div.footer_legal
{
    display: block;
    position: relative;
    color: black;
    font: normal 12px Arial, Helvetica, sans-serif;  
    background: none;
    margin:0px 0 0 0;
}
div.footer_legal,p.footer_text2{position:relative;top:-30px;}
.footer_link_con
{
    margin: 2px 0px 2px 0px;
    overflow:hidden;
    height:15px;
    color:#6a6660;

}
.footer_link_con1
{
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    overflow:hidden;
    height:16px;
    color:#6a6660;
    background: White;
}
.footer_logo
{
    float:left;
    overflow:hidden;
}
span.footer_text
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: black;
    text-align:center;   
}
form.frmNews,div.footer1i
{
    display:block;
    float:left;  
    background:#C7CFC1;
    padding:0px 8px;
    border:1px solid #99AEA9;
    height:40px;
}
form.frmNews input
{
    border:1px solid #666;
    width:157px;
    height:16px;
}
form.frmNews input.submit
{
    border:1px solid #666;
    width:30px; 
    height:20px;
    text-align:center;
    padding:0;margin:0;   
}
a.newsLink,a.newsLink:hover{text-decoration:none;color:#666;}
a.newsLink:hover{text-decoration:underline;}
div.footer1
{
    position:relative;
    float:left;
    margin:0 0 0px 0%;
    display:block;
    width:99.9%; 
    height:60px;
}
div.footer1 div.footer1i
{ 
    width:auto;
    float:right;
    font:normal 900 11px arial,sans-serif;
}
div.footer1 img 
{
    display:block;
    margin:2px 0 0 0;
    border:1px solid #99AEA9; 
}
p.nFooter
{
    margin:0;padding:0;
    text-align:left;     
    font-size:11px;
    font-weight:900;   
    width:200px;
}
.footer_text2_con
{
    margin: 0px 0px 0px 0px;
    margin-top:2px;
    margin-bottom:2px;
    height:auto;
}
p.footer_text
{
    font: bold 12px Arial, Helvetica, sans-serif;
    background-color: #6a6660;
    text-align:center;
    color:White;
    
}
p.footer_text2
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: white;
    text-align:center;
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
    height:auto;
    width:200px;
}
p.footer_text3
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6a6660;
    text-align:center;
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
    height:auto;
}
a.footer_text:visited, a.footer_text:active, a.footer_text:link, a.footer_text
{
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 0 5px;
    text-decoration: none;
    color:black;
    padding: 0px 2px 0px 2px;
    height: 15px;
    line-height:15px;
    
}
a.footer_text:hover
{
    /*color: #b2aba1;*/
    color:black;
    background:#42b6ff;
}
a.footer_text2:visited, a.footer_text2:active, a.footer_text2:link, a.footer_text2
{
    padding: 0px 2px 0px 2px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
}
a.footer_text2:hover
{
    color:black;
    background:#42b6ff;
}

/* ########## FOOTER END ########## */
/* ########## MAIN CONTENT ########## */

/* ########## PRODUCT LIST ########## */

/* ########## PRODUCT LIST START ########## */

.plist_text
{
    clear:both;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

.plist_textprod
{
    clear:both;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: white;
    color: #6a6660;
}
a.plist_textprod:hover
{
    color: #CCCCCC;    
}
a.plist_textprod1
{
    clear:both;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
}
a.plist_textprod1:hover
{
    color: #CCCCCC;  
  
}
div.prodlist_lbl
 {
    border: 0px solid #6a6660; 
    background:white;
    width: 200px;
}
.plist_newin
{
    padding: 0 2px;
    margin-left: 2px;
    background:#ff0000;
    background:#42b6ff;
    color:#FFF;
    font: bold 10px Arial, Helvetica, sans-serif;
}
.plist_price
{
   /* background: #ec008c;
    color: White;
   */
    color:#6a6660;
    font: bold 10px Arial, Helvetica, sans-serif;
    padding: 0 2px;
    margin-right: 2px;
}


.plist_sprice
{
    padding: 0 2px;
    margin-left: 2px;
    background:#ff0000;
    color: #FFF;
    font: bold 10px Arial, Helvetica, sans-serif;
}

a.plist_sprice:visited, a.plist_sprice:active, a.plist_sprice:link, a.plist_sprice
{
    text-decoration: none;
}

.plist_item
{
    position:relative;
    float: left;
    display: block;
    text-decoration: none;
    cursor:pointer;
    width: 200px;
    height: 200px;
}

.plist_image
{
    color: #FFFFFF;
    position:relative;
    margin: 0px auto 1px auto;
    width:auto;
    height:auto;
    z-index:1;
}
.plist_image2
{
    background-image: none;
    background-repeat:no-repeat;
    background-position:center center;
    font-size:0px;
    text-indent: -999999px;
    color: #FFFFFF;
    position:relative;
    margin: 0px auto 1px auto;
    width:200px;
    height:200px;
    z-index:1;   
}
a.plist_image:visited, a.plist_image:active, a.plist_image:link, a.plist_image
{
    display:block;
    text-decoration:none;
}

#plist_head
{
    position : relative;
    width : 100%;
    background:white;
    height:28px;
}

#plist_con
{
    position : relative;
    clear:both;
    overflow : hidden;
    width : 100%;
    height:525px;
    white-space: nowrap;
    text-align:center;
}

#plist_head
{
    position : relative;
    width : 100%;
    height:21px;
    overflow:hidden;
    margin: 0 auto;
}

#plist_back
{
    position:relative;
    float: left;
    width:60px;
    margin: 0px 0px 0px 0px;
}

#plist_ttext
{
    float: right;
    position:relative;
    width:150px;
    text-align:center;
    margin: 0px 0px 0px 0px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #6a6660;
    background:white;
    line-height:21px;
}

#plist_mid
{
    position:relative;
    width:550px;
    margin: 0px auto 0 50px;
}

#wrap {
	margin-top: 1px;
	float: left;
	width: 251px;
	height: 12px;
}

/* left image of track */
#track-left {
	position: absolute;
	width: 15px;
	height: 12px;
}

/* horizontal track */
#track {
	position: absolute;
	margin-top: 3px;
	width: 250px;
	height: 12px;
	background: url(../images/scroll_line_h.gif) repeat 0px 0px;
}

/* horizontal track handle */
#handle {
	width: 20px;
	height: 12px;
}

.page_button 
{
    float:left;
	width: 16px;
	height: 16px;
	margin-top:1px;
}

#pageination 
{
    float:left;
	width: 60px;
	height: 20px;
	text-align:center;
	margin: 4px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#6a6660;
}

/* ########## PRODUCT LIST END ########## */


/* ########## PRODUCT INFO PAGE ########## */

a.link:active, a.link:visited, a.link:link
{
    color:#6a6660;
    text-decoration:none;
    font: bold 11px Arial, Helvetica, sans-serif;    
}
a.link:hover
{
    
 color:#b2aba1;   
}

img.link
{
 float:left;
 height:22px;
 width:22px;  
 display:block;
 position:relative;
 margin-top:-6px; 
 margin-right:5px;
    
}
/* ########## PRODUCT INFO PAGE ########## */

/* COL_1 COL_2 - Seperating Colums (Details/Other)  */
div.main_image
{
    overflow:hidden;
    width:300px;
    height:300px; 
    text-align:center;
    margin:0 auto;       
}
div.hold_link
{
    overflow:hidden;
    width:90%;
    height:auto; 
    text-align:left;
    margin:7px 0 0 0;  
}
#col_1
{
    float: left;
    width: 55%;
    margin-right: 0.8%;
    height: 350px;
    overflow: hidden;
}
#col_2
{
    float: right;
    width: 250px;
    height: 350px;
    overflow: hidden;

}

/* Column 1 - Main Product Details*/

/* LINK_* - Corner Link Buttons */

/* Column 1 - Main Product Details*/

/* LINK_* - Corner Link Buttons */

#link_back
{
    clear: left;
    float: left;
    margin: 0px 0px 0px 0px;
}

#link_zoom
{
    position:relative;
    clear: right;
    float: right;
    margin: 0px 0px 0px 0px;
}
a.link_zoom
{
    margin-top:2px;
    display:block;
    position:relative;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    background:url(../images/icon_zoom.gif);
    height:21px;
    width:125px;   
    text-indent:35px;
    line-height:19px;
    color:White;   
}
a.link_zoom:hover
{
    color:Black;    
}
#link_tell
{
    position:absolute;
    display:block;
    float: left;
    margin: 5px 0 0 10px;
}

#link_more
{
    display:block;
    float: left;
    margin: 2px 0 0 0;
}

/* INFO_IMAGE - Main Image */

.info_image_main
{
    display: block;
    height: auto;
    margin: 0px auto 0 auto;
   /* border: 1px solid #a8a8aa;*/
}

img.info_image
{
    float: left;
    height: auto;
    width: auto;
}

.info_image_con
{
    margin: 0 auto;
   /* border: 1px solid #a8a8aa;*/
}

/* image_view - Other Views text and Images Container */

#image_con
{
    position: relative;
    float: left;
    display: block;
    text-align: center;
    overflow: visible;
    width: 100%;
    height: 300px;
    z-index: 1;
}

#image_view
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6a6660;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

/* INFO_TITLE - Title Container */

#info_title
{
    float: left;
    clear: left;
    text-align: left;
    font: bold 1.10em Arial, Helvetica, sans-serif;
    color: #6a6660;
    z-index: 1;
    width: 100%;
    margin-top:5px;
}

.info_zoom
{
    float:right;
    display: block;
    width: 140px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.info_zoom_link
{
    float: right;
    display: block;
    font: bold 11px Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-decoration: none;
    margin-top:0px;
}

/* INFO_PRICE - Title Container */

#info_price
{
    float: left;
    clear: left;
    text-align: left;
    font: bold 1.00em Arial, Helvetica, sans-serif;
    color: #6a6660;
    width: 100%;
}

.info_sprice
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    color: #42b6ff;
}

/* INFO_CODE - Code Container */

#info_code
{
    clear: left;
    float: left;
    width: 100%;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #6a6660;
}

#info_link
{
    float:left;
    font: thin 1.22em Arial, Helvetica, sans-serif;
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

span.info_link
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    margin:0 auto;
    
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #6a6660;
    text-align: center;
    width:110px;
}

a.info_link:visited, a.info_link:active, a.info_link:link, a.info_link
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    float: right;
    display: block;
    height: 20px;
    width: 80px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #6a6660;
}
a.info_link:hover
{
    color: #CCCCCC;
}
a.info_link_tell:visited, a.info_link_tell:active, a.info_link_tell:link, a.info_link_tell
{
    display:block;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    height: 20px;
    width: auto;
    text-decoration: none;
    text-align: right;
    cursor: pointer;
    color: #6a6660;
    margin-top:2px;
}
a.info_link_tell:hover
{
    color: #CCCCCC;
}
img.info_link
{
   
    margin: 0px 2px 0px 10px;
    height: 18px;
    width: 18px;
}

img.info_link_b
{
    float: left;
    margin: -2px 0px 0px 10px;
    height: 18px;
    width: 18px;
}


/* INFO_COLCON - Container for col 1 and 2 */

#info_col_con
{
    float: left;
    width: 100%;
    height: 195px;
}

/* INFO_COL1 - Container for info_details (description) */

#info_col1
{
    float: left;
    width: 100%;
    height: 15px;
    margin-right: -10%;
}

/* INFO_COL2 - Container Size Slection & Add to Basket */

#info_col2
{
    float: left;
    width: 54%;
    height: 195px;
}

/* INFO_DETAILS - Container for Description with scrolling */

#info_details
{
    color: #6a6660;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
    width: 100%;
    height: 170px;
    overflow: auto;
    overflow-x: hidden;
}
p.notice
{
    font-weight:900;
    font-size:14px;    
    
}
p#size_tab
{
    text-align: center;
    color: #6a6660;
    font: normal 0.90em Arial, Helvetica, sans-serif;
    margin:0;
}

/* SIZE_TAB_CON - Container for Size Table with scrolling */

#size_tab_con
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    margin: 0;
    overflow: auto;
    height: 85px;
}

/* SIZE_SELECT - Size selection Table */

table.size_select
{
    font: normal 0.99em Arial, Helvetica, sans-serif;
    margin: auto auto;
    border-spacing: 0px;
    background: #FFFFFF;
    text-decoration: none;
    color: #6a6660;
    height: 40px;
}
table.size_select th
{
    text-align: left;
    font-weight: bold;
    padding: 1px 1px;
    border: 0px;
}
table.size_select td
{
    text-align: right;
    padding: 6px 6px;
}
table.size_select thead th
{
    text-align: center;
    font-weight: bold;
    background: url( '../images/form_t_m.gif' );
    height: 20px;
    color:White;
    border:1px solid #2a74a3;
}
table.size_select th.corner
{
    background:none;
}
table.size_select tr.odd
{
    background: #FFFFFF;
}
table.size_select th.size_col
{
    width:100px;
    overflow:hidden;   
    text-align:center; 
}

/* SIZE_BUTTON - Add to Basket button */

.size_button
{
    display:block;
    width:auto;
    height:auto;
    margin: 0 auto;
}

/* Column 2 - Other*/

#info_recommend
{   
    margin-top:0px;
    width: 98%;
    height: 357px;
    margin-bottom: 8px;   
    overflow:hidden;
    background-color:white;
      border: solid 0px #6a6660;
    padding-left:5px;
}
.info_browse
{
        padding-left:5px;
    width: 98%;
    height: 205px;
    margin-bottom: 5px;
    border: solid 0px #6a6660;
        background-color:white;
        border-left: 0px solid black;
}

/* RECO_* - Recommended Section */



.reco_item
{
    display:block;
    margin: 5px auto 1px auto;
    height: 105px;
}


/* BROWSE - Browse Similar Items Section */

#browse
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    clear: both;
    float: left;
    line-height: 20px;
}

a.browse:visited, a.browse:active, a.browse:link, a.browse
{
    font: bold 11px Arial, Helvetica, sans-serif;
    clear: both;
    float: left;
    width: 100%;
    display:block;
    line-height: 20px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    color: #6a6660;
}
a.browse:hover
{
    color: #b2aba1;
}

img.browse
{
    float: left;
    margin: 3px 5px 0px 10px;
    height:16px;
    width:16px;
}

/* ########## PRODUCT INFO PAGE END ########## */
#reco_head
{
    position: relative;
    width: 99%;
    height: 20px;
    background: #6a6660;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
    overflow: hidden;
    float:left;
}

#plist_mid
{
    position: relative;
    width: auto;
    height: 30px;
    float: left;
    margin:0 px;
}

#reco_head_text
{
    float: left;
    height: 25px;
    width: 150px;
    line-height: 30px;
    margin: 2px 0px 0 3px;
    font: bold 10px Arial, Helvetica, sans-serif;
    color:White;
}
#reco_head_text2
{
    float: left;
    height: 25px;
    width: 150px;
    line-height: 30px;
    margin: 0px 0px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}
#browse_head_text
{
    float: right;
    height: 25px;
    width: 21%;
    line-height: 30px;
    margin: 4px 0px 0 3px;
    font: bold 10px Arial, Helvetica, sans-serif;
}
/* RECO_* - Recommended Section */

.reco_title
{
    display: block;
    margin: 0 auto;
}

.reco_item
{
    float: left;
    display: block;
    margin: 0 auto;
}


td.pinfo_img
{
    height:110px;
    width:150px;
    text-align:center;   
    padding: 0 25px 5px 25px;
}
/* ########## STORE LOCATOR ########## */

table.tstoreloc {    
    margin: 7px 0px 0px 0px;
    width: auto;
    border-collapse: collapse;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
}
a.storeloc:visited, a.storeloc:active, a.storeloc:link, a.storeloc
{
    text-decoration: none;
}

/* ########## FORMS ########## */

/* ########## SEARCH FORM ########## */

/* side search form */
#search_box 
{
    float:left;
    width: 145px;
    height: 31px;
    margin: 13px 0 2px 0;
}

#search_box #frm_search {
    float: left;
    margin: 2px 0 0 5px;
    padding: 0 0 0 5px;
    border:1px solid white;
    width: 112px;
    background: #6a6660;
    color: white;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}
#search_box #go 
{
    float: left;
    width:16px;
    height:16px;
    margin: 2px 0 0 5px;
}

/* ########## NEWSLETTER FORM ########## */

#form_newsletter 
{
    float:left;
    width: 145px;
    height: 50px;
    margin: 5px 0 0 0;
}

#form_newsletter #email1 {
    float: left;
    margin: 2px 2px 0 5px;
    padding: 0 0 0 5px;
    border:1px solid #5a5a2d;
    width: 110px;
    height: 14px;
    background-color: #FFFFFF;
    color: #5a5a2d;
    font: normal 0.77em Arial, Helvetica, sans-serif;
}
#form_newsletter #go 
{
    float: left;
    width:20px;
    height:20px;
}

.newsletter_text
{
    float:left;
    display:block;
    position:relative;
    font: normal 0.77em Arial, Helvetica, sans-serif;
    color: #5a5a2d;
    margin: 15px 0 -5px 10px;
}

/* ########## SIDE FORM ########## */

#side_form  
{
    float:left;
	height:auto;
	margin: 12px 0 0 0;
}

#side_form select 
{
    float:left;
    margin: 3px 0 3px 5px;
    width: 140px;
    display:block;
	border:1px solid white;
	color:white;
	font: normal 0.88em Arial, Helvetica, sans-serif;
	background-color:#6a6660;	
	clear:both;
 }
 
/* ########## GENERAL INPUT FORM ########## */

.input_form fieldset
{
	display: block;
	position:relative;
	clear:both;
	color:#5a5a2d;
	border: 0px solid #211c21;
	margin: 0 0 0 0;
	padding: 0 0.2em 0 0.8em;
}

.input_form textarea
{
	color:#5a5a2d;
	font: normal 0.9em Arial, Helvetica, sans-serif;
}

.input_form input
{
    display: block;
	position: relative;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	width: 14em;
	top: -1.4em;
	left: 12em;
	color:#5a5a2d;
}

.input_form input.submit
{
	width:auto;
	float:left;
    display:block;
    margin: 16px 0 0 -1.1em;
}

.input_form input.submit2
{
	width:auto;
	float:left;
	margin: 2em 0 0 3em;
}

.form_link
{   
    height:26px;
	width:144px;
	float:left;
	display:block;
    margin: 0 -6em 0 0;
}

.input_form label
{
	clear: both;
	position:relative;
	float: left;
	display: block;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color:#5a5a2d;
	width: 10em;
	margin-top: -1em;
	font-weight: bold;
}

.input_form label.first
{
	margin-top: 1em;
}

.input_form label.desc
{
    position:relative;
	margin-top: 1em;
	width: 25em;
}

.input_form label.desc_wide
{
	margin-top: 1em;
	width: 35em;
}

.input_form select
{
	position: relative;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color:#5a5a2d;
	top: -1.3em;
	width: 14.7em;
	left: 12em;
	display: block;
	margin-bottom:3px;
}

.input_form textarea
{
    clear:both;
    font: normal 0.9em Arial, Helvetica, sans-serif;
	position: relative;
	width: 23.9em;
	height: 8em;
	margin: 0.2em 0 3em 0.1em;
	display: block;
	overflow:auto;
}

.input_form_clearer
{
	clear: both;
	height: 10px;
}

.form_err_con
{
	clear: both;
	float: left;
	display: block;
	margin-left: 1em;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	width: 25em;
	font-weight: bold;
}

/* ########## GENERAL INPUT FORM CONTAINER ########## */

.form_t_l
{
	display: block;
	float: left;
	background:url('../images/form_t_l.gif')  no-repeat;
	width:20px;
	height:20px;
}
.form_t_r
{				
	display: block;
	float: right;
	background:url('../images/form_t_r.gif') no-repeat;
	width:20px;
	height:20px;
    margin-right:-8px;
}				
.form_t_m
{
	
	display: block;
	width:auto;
	background: url('../images/form_t_m.gif')   ;
	height: 20px;
	margin: 0 8px 0 0;
}
.form_b_m
{
 
    display:block;
	width:auto;
	background: url('../images/form_b_m.gif');
	height:20px;
	margin:0 0 0 8px;
}		
.form_b_l
{
	display:block;
	float: left;
	background:url('../images/form_b_l.gif') no-repeat;
	width:20px;
	height:20px;
	margin-left:-8px;
}		
.form_b_r
{
	display:block;
	float: right;
	background:url('../images/form_b_r.gif')  no-repeat;
	width:20px;
	height:20px;
}

.form_t_title
{
    float: left;
	display: block;
	overflow:hidden;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:white;
	width:auto;
	float: left;
	margin: 3px 0 -10px 10px;
	position:relative;
	z-index:100;
}
.form_innercon 
{
    position:relative;
    display:block;
    width: 300px;
    margin: 0 auto;
    background:none;
}

.form_innercon_wide
{
    position:relative;
    display:block;
    width: 90%;
    margin: 0 auto;
}

.form_content 
{
    position:relative;
	background: url('../images/footer_bg.png');
	border-left: 3px solid #42b6ff;
	border-right: 3px solid #42b6ff;
	display: block;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;    
	background:white;
	color:#6a6660;
}
.form_content_h 
{
    position:relative;
	background: url('../images/footer_bg.png');
	display: block;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;    
	background-color:white;
	opacity: .5;
	moz-opacity: .5;
	filter: alpha(opacity=50);

}
.form_container
{
    position:relative;
	display: block;
	margin: 0 auto;
	width:95%;			
}
.con_hright
{
    position:relative;
	display: block;
	margin: -25px auto -25px auto;
	width:auto;	
	float:right;	
	text-align:right;
	background:none;
	z-index:200;
}
.form_container_thin
{
    position:relative;
	display: block;
	margin: 0 auto;
	width:50%;			
}

.form_container_wide
{
    position:relative;
	display: block;
	margin: 0 auto;
	width:95%;	
}

#form_col_1
{
  
    float: left;
    width: 47%;
    margin-left:5.5%;
}
#form_col_2
{
    float: left;
    width: 47%;
}

.form_desc
{
     font: normal 0.88em Arial, Helvetica, sans-serif;
     color:#5a5a2d;
     margin: 0 0 0 0;
}

.form_desc_m
{
     font: normal 12px Arial, Helvetica, sans-serif;
     color:white;
     margin: 0.2em 0 0.2em 2em;
}

fieldset
{
     border: 0px solid #000000;
     color:#5a5a2d;
}

#title_other
{
    display:none;
}

/* ########## ACCOUNT ########## */

table.account
{
    width:100%;
    border-spacing: 0px;
    border: 1px solid #000000;
    background: #FFFFFF;
    margin: 0px 1px 0px 1px;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color:#5a5a2d;
}
table.account th
{
    font-weight: bold;
    text-align: center;
    background: url('../images/footer_bg.png');
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
}
table.account td
{
    text-align: left;
    padding: 3px 3px;
}

table.account th.title
{
    font-weight: bold;
    text-align: center;
    background: #e9e9e9;
}

table.account td.side
{
    background: url('../images/footer_bg.png');
    font-weight: bold;
    border-right: 1px solid #000000;
}

table.account td.divide
{
    border-right: 1px solid #000000;
}

table.account th.divide
{
    border-right: 1px solid #000000;
}

/* ########## BASKET ########## */

.basket_image
{
    position:relative;
    margin: 0px auto 1px auto;
    border: solid 1px #000000;
    z-index:1;
}

.basket_text 
{
    text-align:center;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}

table.basket
{
    width:100%;
    border-spacing: 0px;
    border: 0 solid #000000;
    margin: 0 auto;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}
table.basket th
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

table.basket td
{
    text-align: center;
    padding: 3px 3px;
}

table.basket th.title
{
    font-weight: bold;
    text-align: center;
    background: #e9e9e9;
}

table.basket td.side
{
    background: #e9e9e9;
    font-weight: bold;
    border-right: 1px solid #000000;
}

table.basket td.divide
{
    border-right: 1px solid #000000;
}

table.basket th.divide
{
    border-right: 1px solid #000000;
}

table.basket td.footer
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

table.basket td.footer_t
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-top: 1px solid #000000;
}

table.basket td.footer_m
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
}

table.basket td.footer_b
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
}

table.promocon
{
    width:100%;
    border-spacing: 0px;
    border: 0 solid #000000;
    margin: 0 auto;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}

table.promocon td
{
    text-align: left;
    padding: 3px 0 0 0;
}


table.basketpromo
{
    border-spacing: 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #FFFFFF;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}
table.basketpromo td
{
    text-align: left;
    padding: 0 2px 0 4px;
}


.loyalty_desc
{
    text-align:left;
    font: bold 0.77em Arial, Helvetica, sans-serif;
}

.conf_msg
{
    text-align:center;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

/* ########## TELL A FRIEND ########## */

#fcol_1
{
    position:relative;
    float: left;
    width: 49.4%;
    height:480px;
}
#fcol_2
{
    position:relative;
    float: left;
    width: 49.4%;
    height:480px;
    margin-right: 0.8%;
}
.finfo_main
{
    clear: both;
    float: left;
    width: 100%;
    height:300px;
}

/* ########## CONTACT ########## */

.con_address
{
    margin-left: 2em;
    width:90%;
    font: bold 0.99em Arial, Helvetica, sans-serif;
    text-align:left;
}

/* ########## ORDERS TABLE ########## */

table.orders
{
    width:100%;
    border-spacing: 0px;
    border: 0 solid #000000;
    margin: 0 auto;
    font: normal 0.88em Arial, Helvetica, sans-serif;
}
table.orders th
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
table.orders th.right
{
    font-weight: bold;
    text-align: right;
    background: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
table.orders td
{
    text-align: left;
}
table.orders td.center
{
    text-align: center;
}
table.orders td.right
{
    width: 100px;
    text-align: right;
}
table.orders td.centerw
{
    text-align: center;

    background-color: white;
}
table.orders td.centerwbt
{
    text-align: center;
    background-color: white;
    border-top: 1px solid #211c21;
}
table.orders td.centerwbb
{
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #211c21;
}
table.orders td.centerwbbb
{
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #211c21;
    border-top: 1px solid #211c21;
}
table.orders td.centerwr
{
    text-align: right;
    background-color: white;
}
table.orders td.centerwbtr
{
    text-align: right;
    background-color: white;
    border-top: 1px solid #211c21;
}
table.orders td.centerwbbr
{
    text-align: right;
    background-color: white;
    border-bottom: 1px solid #211c21;
}
table.orders td.centerwbbbr
{
    text-align: right;
    background-color: white;
    border-bottom: 1px solid #211c21;
    border-top: 1px solid #211c21;
}
table.orders th
{
    font-weight: bold;
    text-align: left;
    background-color: White;   
}
table.orders th.title
{
    font-weight: bold;
    text-align: center;
    background: white;
}
table.orders th.bbot
{
    font-weight: bold;
    text-align: left;
    background-color: White;  
    border-top: 1px solid white;
    border-bottom: 1px solid #000000; 
}
table.orders td.dispatched 
{
    text-align: center;
    font-weight: bold;
    background:white;
    border-top: 1px solid #211c21;
    border-left: 1px solid #211c21;
    border-right: 1px solid #211c21;
}
table.orders td.side
{
    background: #e9e9e9;
    font-weight: bold;
    border-right: 1px solid #000000;
}

table.orders td.divide
{
    border-right: 1px solid #000000;
}

table.orders th.divide
{
    border-right: 1px solid #000000;
}

table.orders td.footer
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

table.orders td.footer_t
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-top: 1px solid #000000;
}

table.orders td.footer_m
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
}

table.orders td.footer_b
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #000000;
}

/* BUTTONO - Side Button Selected */

.buttono
{   
    float: left;
    display:inline-table;
    height: 23px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}
a.buttono:visited, a.buttono:active, a.buttono:link, a.buttono
{
    border-bottom: 1px solid #211c21;
    margin: 0px 0px 0px 0px;
    color: #6a6660;
    width:149px;
    height:23px;
    float:left;
    background: white;
}
a.buttono:hover
{
    color: #6a6660;
}

span.buttono
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 23px;
    background: url(../images/button_m.png) repeat-x 0px 0px;
}

/* BUTTON - Side Button Unselected */

.button_con
{   
    float:left;
    width:150px;
    height:23px;
      border-bottom: 1px solid #211c21;
}

.button
{   
    float: left;
    display:inline-table;
    height: 23px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}
a.button:visited, a.button:active, a.button:link, a.button
{
    border-bottom: 1px solid #211c21;
    margin: 0px 0px 0px 0px;
    color: white;
    width:150px;
    height:23px;
    float:left;
    background: #6a6660;
}
a.button:hover
{
    border-bottom: 1px solid #211c21;
    color: #FFFFFF;
    background:#ec008c;
}

span.button
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 23px;
    border-bottom: 1px solid #211c21;
    
}

/* ########## NAVIGATION BUTTONS END ########## */

input.btn
{
    display:block;
    position:relative;
    background:url(../images/btn_background.gif);
    width:111px;
    height:16px;
    font-weight: bold;
    color:black;
    border:none;
    cursor:pointer;
    font-size:12px;
    margin-left:-15px;
}
.btn:hover
{
    color:White;
}
input.basket_btn
{    
    background:url(../images/basket_btn.gif);
    border:none;
    cursor:pointer;
    width:125px;
    height:21px;
    padding-left:17px;
    color:white;
    font: bold 12px Arial, Helvetica, sans-serif;
    
    
}
input.basket_btn:hover
{
 color:white;   
    
}

input.login_input
{
    display:block;
    position:relative;
    background:url(../images/text_back.gif) no-repeat top right;
    font-weight: bolder;
    color:#6a6660;
    font-size:12px;
    border:none;
    padding:2px 0px 0 5px;
    margin-bottom:5px;
    overflow:visible;

    height:18px;
    width:133px;
    margin-left:-30px;
}




#rightside
	{
		display: block;
		width: 150px;
		float: right;
		background:white;
		height: 550px;
		margin: 0 0px 0 0px;
	}
	#rightside .inside_r
	{
		display: block;
		height: 520px;		
	}
	

	div.page
	{
		width: 148px;
		height: auto;
		position: relative;		
		display: block;
		float:left;
	}
	div.page .page_i
	{
		width:90%;
		height:502px;
		display: none;
		position:relative;
		background:white;		
		overflow:hidden;
		border-bottom: 1px solid #211c21;
	}
	div.rec_inside
	{
	 width:90%;
	 height:auto;
	 display:block;
	 float:left;
	 position:relative;   
	    
	}
	
	
	
	div.page .page_i2
	{
		width:90%;
		height:502px;
		display: block;
		position:relative;
		background:white;		
		overflow:hidden;
        border-bottom: 1px solid #211c21;
	}
    a.navlinkright:link, a.navlinkright:active, a.navlinkright:visited
	{
       display:block;
        width:150px;
        height:23px;
		text-align:center;
		font: bold 12px arial;
		text-decoration: none;	
		z-index: 10;
        border-bottom: 1px solid #211c21;
        background: white;
        color: white;
        line-height:23px;
	}	
    a.navlinkright:hover
    {
        border-bottom: 1px solid #211c21;
        background: white;
        color: #6a6660;
    }	


	div.wrap_page
	{
	 width:100%;
	 height:auto;
	 margin:0 0 0 20px;   
	    
	}
	
	
	
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ RIGHT MENU @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

div.u2
    {			
		overflow: hidden;
	    position: relative;			
	    display: block;
	    width: 150px; 	  
	    height: 550px; 			
	    text-align: left;	
	    /*border-top: 1px solid #000000;			
	    border-left: 1px solid #000000;
	    border-right: 1px solid #000000;
	    border-bottom: 1px solid #000000;*/ 	
	    margin-top: 0px;
	    margin-bottom: 0px; 
	    z-index: 100;
	    background-color:white;
    }			
    div.linktable2
    {
	    position: relative;
	    overflow: hidden;
	    display: block;	    
	    font-family: Verdana, Arial, Helvetica, sans-serif;			
	    color: #000000;
	    text-align: left;
	    height: 500px;
	    z-index: 90;
	    margin-top: 0px;
	    
    } 
div.bsell
{
    display: none;
    height: auto;
    width: auto;    
}
div.recview
{
    display: none;
    height: auto;
    width: auto;        
}
/* right menu buttons */

a.sidemen:visited, a.sidemen:active, a.sidemen:link, a.sidemen
{
    display: block;
    float: left;
    width: 150px;
    height: 20px;   
    line-height:20px;
    position: relative;
    color: white;  
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    clear: both;  
    text-align: center;
    background: #6a6660;
    vertical-align:middle;
}    
a.sidemen:hover {text-decoration: none; color: #87D0ED;  }
a.sidemen1:visited, a.sidemen1:active, a.sidemen1:link, a.sidemen1
{
    display: block;
    float: left;
    width: 100%;
    height: 20px;   
    line-height:20px;
    position: relative;
    color: white;  
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    clear: both;  
    text-align: center;
    background: #6a6660;
    vertical-align:middle;
    border-bottom:1px solid #211c21;
}    
a.sidemen1:hover {text-decoration: none; color: #CCCCCC;  }





div.wrap_rec_top
{
    position: absolute;
    margin-left: 0px;
    margin-top: 0px; 
    width: auto;
    height: 42px;    
}
div.wrap_recent .inside
{    
     display: block;
     border-top: 0px solid #000000; 
     /*border-bottom: 1px solid #000000;*/
     color: #000000;  
     font: bold 10px Arial, Helvetica, sans-serif; 
     padding-bottom: 0px; 
     margin: 2px auto 0  auto;
     text-align:center;
     width: auto;
}
/* SIZE_SELECT - Size selection Table */

a.size_select:visited, a.size_select:active, a.size_select:link, a.size_select
{
    font: normal 0.99em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #6a6660;
}
a.size_select:hover
{
    font-weight: bold;
    color: #6a6660;
}


/* SIZE_BUTTON - Add to Basket button */

.size_button_con
{
    display: block;
    margin: 0 auto;
}

.size_button
{
    display: block;
    float: left;
}

/* Column 2 - Other*/

#info_recommend
{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}

#info_recommend_con
{
    float:left;
    position: relative;
    width:78%;
    height: 170px;
    overflow: hidden;
    border-right:1px solid #a8a8aa;
}
div.info_browse_con
{
    float:right;
    position:relative;
    width:21%;
    height:170px;
    overflow:hidden;
}



/* NEW LEFT MENU */
a.bLevel2
{
    display:block;
    float:left;
    height:15px;
    line-height:14px;
    width:130px;
    margin:0 0 1px 0px;
    clear:both;
    font-size:10px;
    font-weight:bold;
    cursor:pointer;
    padding-left:2px;
    background:none;
    color:white;
    text-decoration:none;
}
a.bLevel2:hover
{
    background-color:#42b6ff;  color:black;
    /*border-bottom:1px solid #a8a8aa;*/
}
a.allLevel
{
    display:block;
    float:left;
    height:15px;
    line-height:14px;
    width:130px;
    margin:0 0 1px 0px;
    clear:both;
    padding-left:2px;
    color:white;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
    background:#42b6ff;
}

a.allLevel:hover{color:black;}
a.allLevel2
{
    display:block;
    float:left;
    height:15px;
    line-height:14px;
    width:130px;
    margin:0 0 0px 0px;
    clear:both;
    padding-left:2px;
    color:#cccccc;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
}

a.allLevel2:hover{color:white;}
div.lWrap
{
    display:block;
    float:left;
    height:auto;
    width:120px;
    margin:0px 0 0px 0px;
    overflow:visible;
    background-color:#6a6660;
    /*background-color:#211c21;*/
    padding:0px 0px 0px 0px;
    border-right:6px solid #6a6660;
    border-left:6px solid #6a6660;
    border-top:4px solid #6a6660;
    border-bottom:4px solid #6a6660;
}
a.bLevel3:link, a.bLevel3:active, a.bLevel3:visited
{
    display:block;
    float:left;
    clear:both;
    color:white;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;   
    height:12px; 
    width:117px;
    margin:0px 0 0px 4px;
    line-height:11px;
    padding-left:1px;  
   
}
a.bLevel3:hover
{    
    background-color:#6a6660;
    color:#42b6ff; 
    /*padding-left:15px;background-color:#c80405;background:url(../images/menuback.gif);*/
}
a.bLevel3On:link, a.bLevel3On:active, a.bLevel3On:visited
{
    display:block;
    float:left;
    clear:both;
    color:white;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;   
    height:12px; 
    width:117px;
    margin:0px 0 1px 4px;
    line-height:11px;
    padding-left:1px; 
    background-color:#42b6ff;
    border:1px solid #3085bb;             
}
a.bLevel3On:hover
{
    background-color:#42b6ff;
    color:white;
    /*background:url(../images/menuback.gif);*/
}
a.bLevel3a:link, a.bLevel3a:active, a.bLevel3a:visited
{
    display:block;
    float:left;
    clear:both;
    color:#CCCCCC;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;   
    height:15px; 
    width:130px;

    background:none;
    line-height:14px;
    margin:0px 0 0px 0;
    padding-left:2px;
}
a.bLevel3a:hover
{
    
    color:white;
}
a.fpBrands
{
    display:block;
    float:left;
    text-decoration:none;
    color:#333;   
    width:140px;
    height:140px;
}
ul.fpBrands
{
    float:left;  
}
ul.fpBrands li
{
    display:block;
    float:left;
    width:140px;
    height:140px;
    margin:1px;
    text-align:center;
    border:1px solid #666;
    cursor:pointer;
    background:#fff;
}
ul.fpBrands li img{display:block;float:left;}
ul.fpBrands li span
{
    display:inline-block;
    margin-top:60px;    
    
}