/* ########## GENERAL ########## 


gray: #6b6b6e;
gray-border(light) #a8a8aa;



*/
body
{
    font: normal 0.80em Arial, Helvetica, sans-serif;
    padding: 0;
    border: 0;
    min-width: 1050px;
    color: #6b6b6e;
    background-color: #ececec;
    margin: 0 auto;
    /*background: url(../images/background.gif) repeat 0 0;
    background: url(../images/background_logos.gif) repeat 0 0;*/
}

div.hold_foot
{    
    display:block;
    height:auto;
    width:auto;
    margin:8px 0px 5px 0px;  
    font-size:10px;   
    font-weight:bold;
    background:none;
}
span.footer_text
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align:center;
    padding: 0px 0 0px 0;
    height:15px;
    line-height:20px;
    margin-top:0px;
    background: #CCCCCC;

    display:block;
    clear:both;
    
}
div.footer_FM
{
    position: relative;
    display: block;
    margin: 10px auto 0px auto;    
    text-align: center;
    color:  #fcb30f;
    height: 60px;
}
img.worldpay
{
    margin-top:6px;
    float: right;
    display: block;  
    border:1px solid #a8a8aa;
    margin-right:-1px;
}
img.paypal
{
    margin-top:6px;
    float: left;
    display: block; 
    border:1px solid #a8a8aa;
    margin-left:-1px;

}
a.footer_text:visited, a.footer_text:active, a.footer_text:link, a.footer_text
{
    font: bold 11px Arial, Helvetica, sans-serif;
    margin: 0 5px;
    text-decoration: none;
    color:#6b6b6e;
    padding: 0px 1px 0px 1px;
    height: 15px;
    line-height:15px;
    
}
a.footer_text:hover
{
     /*color: #b2aba1;*/
  color: white; 
}
span.wrapAll
{
    display:block;
    position:relative;
    width:90%;
    height:auto;
    margin: 0 auto;    
}

iframe.iframe
{
    margin-top: 10px;
    display: none;
    text-align: center;
    position: relative;
    width: 468px;
    height: 60px;    
    margin-bottom: -70px;    
    background-color:#6b6b6e;
    border:0px solid #6b6b6e;
    
}
div.banner_class
{
    margin-top: 10px;
    display: block;
    text-align: center;
    position: relative;
    width: 396px;
    height: 51px;    
    margin-bottom: -70px;    
    background-color:#6b6b6e;
    border:0px solid #6b6b6e;    
}
div.logged_in
{
    position:relative;
    clear:both;
    margin-top: 2px;
    display: block; 
    float:right;    
    height: 18px;
    width:115px;
    text-align:left;
    max-width:250px;
    overflow:hidden;
    z-index:100;

}
a.login_h:link, a.login_h:active, a.login_h:visited
{
    text-decoration:none;
    color:#6b6b6e;
    
}
a.login_h:hover
{
    color:White;
    
} 
div.logged_in .uname
{
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #6b6b6e;   
    width: auto;   
    float: right;
    margin-right:8px;
}
div.logged_in .login
{
    display: block;
    float: right;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #6b6b6e;   
    width: auto;
}
div.logged_in .login2
{
    margin: 0 0 0 0px;
    display: block;
    float: right;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #6b6b6e;   
    width: auto;
}






a
{
    font-weight: bold;
    color: #6b6b6e;
}

a:hover
{
    color: #CCCCCC;
}

img
{
    border-width: 0px;
}

h1
{
    font: bold 1.25em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6b6b6e;
}

h2
{
    font: bold 1.13em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6b6b6e;
}

h3
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6b6b6e;
}

/* ########## CENTERING ########## */


.center
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.center[class]
{
    display: table;
    margin: 0 auto;
    text-align:center;
}

.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-align:center;
}

/* ########## FRONT PAGE CONTAINER ########## */


/* 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 ########## */

/* column container */
.colmask
{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #a8a8aa;
    background: #FFFFFF;
    min-height: 480px;
        margin-left:-1px;
        margin-top:-1px;
}

/* 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;    background-color:#6b6b6e;
    border-right:1px solid #a8a8aa;
}
.layout .middlewrap
{
    float: left;
    width: 50%;
    position: relative;
    right: 150px;
}
.layout .middle
{
    margin: 0 150px;
    position: relative;
    left: 200%;
    overflow: hidden;
    border: 1px solid #a8a8aa;
    border-top: none;
    min-height: 550px;
        height: auto !important; 
    border-bottom:none;
}
.layout .col_left
{
    float: left;
    float: right;
    width: 150px;
    overflow: hidden;
    position: relative;
    right: 0px;
    margin-left: 0;
    height: 100%;
}

.layout .col_right
{
    float: left;
    float: right;
    width: 150px;
    margin-right: 0px;
    position: relative;
    left: 50%;
    border-left:1px solid #a8a8aa;
}

/* ########## 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: 96%;
    margin-right: -40px;
    margin-left: 10px;
    height: 550px;
    overflow: hidden;
}
#info_con2
{
    float:left;
    position: relative;
    width:98.1%;
    margin-right:0px;
    margin-left:0px;
    height:550px;
    overflow:hidden; 
}

#info_con_ns
{
    width: auto;
    height: 550px;
    margin: 0 0 0 0;
    overflow: hidden;
}
#info_con_new
{
    width: auto;
    height: auto;
    margin: 0 0 0 0;
}
/* ########## HEADER ########## */

#header
{
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    background-color:#cccccc;
    margin: 10px auto 0 auto;
    border-top:1px solid #a8a8aa;
    border-left: 1px solid #a8a8aa;
    border-right: 1px solid #a8a8aa;
    height:125px;
    background: url(../images/header_background.png) 0 0 repeat-x;
    margin-left:-1px;
}

#header_top
{
    clear: both;
    float: left;
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin-bottom: 0px;
}

/* ########## LOGO ########## */

.logo
{
    clear: left;
    float: left;
    margin: 2px 0px 0px 5px;
}

/* ########## RIGHT SIDE HEADER ########## */

#header_right_con
{
    clear: right;
    float: right;
    width: 115px;
    height: 30px;
    margin: 5px 0px 0px 0px;
}

p.menu_basket
{
    float: left;
    width: 80px;
    margin: 0px 0px 0px 3px;
    font: bold 0.75em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: left;
}
p.menu_basket:hover
{
    color: white;
}
a.menu_basket:visited, a.menu_basket:active, a.menu_basket:link, a.menu_basket
{
    float:right;
    text-decoration: none;
    color: #6b6b6e;
}

a.menu_basket:hover
{
    color: white;
}

img.menu_basket
{
    float: left;
    margin: 23px 4px 0 0;
    width: auto;
    height: auto;
}

/* ########## HEADER LINKS ########## */

.dropmenudiv
{
    display:inline;
    z-index: 100;
    visibility: hidden;
    width: auto;
    color: #999966;
    position: absolute;
    text-align: left;
    margin: -20px 0 0 -1.55%;
}
.dropmenudiv a
{
    display: block;
    width: auto;
    color: #999966;
    text-align: left;
    text-decoration: none;
}
.dropmenudiv a:hover
{
    color: #505025;
}



.toplink_con
{
    display: block;
    float: right;
    height: 22px;
    line-height: 22px;
    margin: 0 0px;
    padding: 0 0px;
    width:115px;
}

a.toplink:visited, a.toplink:active, a.toplink:link, a.toplink
{
    float: left;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    color: #6b6b6e;
}
a.toplink:hover
{
    color: white;
}

img.toplink
{
    float: left;
    margin: 5px 2px 0px 10px;
    height: 18px;
    width: 18px;
}
div.wrap_chat
{
    top:-78px;
    position:relative;
    border:1px solid #a8a8aa;
    margin-top:15px;
    float:right;
    display:block;     
}


/* ########## HEADER LEVEL1 MENU ########## */
div.level1_spacer
{
   margin-top:2px;
   float:left;
   background: url(../images/level1spacer.png) 0px 0px; 
   width:2px; 
   height:28px;
}

#level1
{
    clear: both;
    width: auto;
    height: 28px;
    overflow: hidden;
    background: url(../images/level1.png) repeat-x 0px 0px;
    text-align:center;
    position: relative; 
}

.level1con
{
    float: left;
    width: 120px;
    padding: 0 10px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
}

.level1con:hover
{
    background: url(../images/level1.png) repeat-x 0px 0px;
    color:#cccccc;
}

.level1search
{
    float: right;
}

.level1cono
{
    float: left;
    width: 120px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    background: #6b6b6e;
    border:1px solid #a8a8aa;
    
}


/* ########## LEVEL 1 LINK ########## */

a.level1link:visited, a.level1link:active, a.level1link:link, a.level1link
{
    font: bold 0.90em Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 28px;
    color: #6b6b6e;
    cursor: pointer;
}

a.level1linko:visited, a.level1linko:active, a.level1linko:link, a.level1linko
{
    font: bold 0.90em Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 28px;
    color: white;
    cursor: pointer;
}
a.level1linko:hover
{
 color:#cccccc;   
}


/* ########## 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: #CCCCCC;*/
    background: #6b6b6e; 
}

/* ########## SIDE BRAND AND SCROLLING START ########## */

#side_brand
{
    margin-top: 1px;
    position:relative;
    float: left;
    clear: left;
    width: 136px;
    height: 195px;
    overflow: hidden;
    margin-bottom:0px;
}

/* wrap to make sure that image area is clickable */
#side_b_wrap {
	margin-top: 5px;
	float: left;
	width: 12px;
	height: 170px;
	background: url(../images/scroll_line_v.png) no-repeat 0px 0px;
    visibility:hidden;
}

/* top image of track */
#side_b_track_top {
	position: absolute;
	width: 11px;
	height: 11px;
}

/* vertical track */
#side_b_track {
	position: absolute;
	width: 12px;
	height: 170px;
}

/* vertical track handle */
#side_b_bar {
	width: 12px;
	height: 12px;
	margin-left:-1px;
	margin-top:1px;	
	visibility:hidden;
}

/* ########## SIDE BRAND AND SCROLLING END ########## */

/* ########## SIDE TYPE AND SCROLLING START ########## */

#side_type
{
    margin-top: 0px;
    position:relative;
    float: left;
    width: 136px;
    height: 190px;
    overflow: hidden;
    margin-bottom:5px;
}

/* wrap to make sure that image area is clickable */
#side_t_wrap {
    margin-top: 6px;
	float: left;
	width: 12px;
	height: 170px;
	background: url(../images/scroll_line_v.png) no-repeat 0px 0px;
	visibility:hidden;
}

/* top image of track */
#side_t_track_top {
	position: absolute;
	width: 11px;
	height: 11px;
}

/* vertical track */
#side_t_track {
	position: absolute;
	width: 12px;
	height: 170px;
}

/* vertical track handle */
#side_t_bar {
	width: 12px;
	height: 12px;
	margin-left:-1px;
	margin-top:1px;
	visibility:hidden;
}
/* ########## SCROLL BAR - PROD INFO RECOMMENDED ########## */

#reco_wrap
{
    float: left;
    width: 250px;
    height: 9px;
}

/* left image of track */
#reco_track_left
{
    position: absolute;
    width: 21px;
    height: 9px;
}

/* horizontal track */
#reco_track
{
    position: absolute;
    margin: 2px 0;
    width: 250px;
    height: 9px;
    background: url(../images/scroll_line_h.png) repeat 0px 0px;
}

/* horizontal track handle */
#reco_bar
{
    width: 12px;
    height: 12px;
}

/* ########## SCROLL BAR - INFO PAGES ########## */

#side_i_wrap
{
    margin-top: 50px;
	float: right;
	width: 12px;
	height: 450px;
	background: url(../images/scroll_line_v_whitelong.png) no-repeat 0px 0px;
}

/* top image of track */
#side_i_track_top
{
	position: absolute;
	width: 11px;
	height: 11px;
}

/* vertical track */
#side_i_track
{
	position: absolute;
	width: 12px;
	height: 442px;
}

/* vertical track handle */
#side_i_bar
{
	width: 12px;
	height: 12px;
	margin-left:-1px;
	margin-top:1px;
}

/* ########## SCROLL BAR - RIGHT ########## */

/* wrap to make sure that image area is clickable */
#side_r_wrap
{
    margin-top: 125px;
	float: left;
	width: 12px;
	height: 170px;
	background: url(../images/scroll_line_v_white.png) no-repeat 0px 0px;
}

/* top image of track */
#side_r_track_top
{
	position: absolute;
	width: 11px;
	height: 11px;
}

/* vertical track */
#side_r_track
{
	position: absolute;
	width: 12px;
	height: 170px;
}

/* vertical track handle */
#side_r_bar
{
	width: 12px;
	height: 12px;
	margin-left:-1px;
	margin-top:1px;
}

/* ########## SCROLL BAR - PRODUCT LIST ########## */

#wrap
{
    float: left;
    width: 250px;
    height: 9px;
}

/* left image of track */
#track-left
{
    position: absolute;
    width: 21px;
    height: 9px;
}

/* horizontal track */
#track
{
    position: absolute;
    margin: 5px 0 0 5px;
    width: 250px;
    height: 9px;
    background: url(../images/scroll_line_h.png) repeat 0px 0px;
}

/* horizontal track handle */
#handle
{
    width: 12px;
    height: 12px;
}

/* ########## RIGHT SIDE ########## */

#side_right
{
    position: relative;
    float: left;
    width: 138px;
    height: 503px;
    overflow: hidden;
}

#side_right_con
{
    float: right;
    position: relative;
    width: 150px;
    height: 550px;
     border-bottom:1px solid #a8a8aa;
    background: #FFFFFF;
    margin-bottom:-1px;
}

.right_con
{
    float: left;
    width: 100%;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background: url(../images/level2.png) repeat-x 0 -2px;
    color:#6b6b6e;
    height:26px;
}
.right_con:hover
{
       background: url(../images/level2.png) repeat-x 0 -2px; 
        color:#CCCCCC;
    
}
.right_con1
{
    float: left;
    width: 100%;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background: white;
    color:#6b6b6e;
}
.right_con1:hover
{
       background: white; 
        color:#CCCCCC;
    
}
/* ########## LEFT SIDE TEXT STYLES ########## */

/* SIDE_TEXT_C - Search Text Header Central */

.side_text_c
{
    clear:both;
    color: black;
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 6px 4px 1px 10px;
}
/* SIDE_TEXT_L - Search Text Header Left */

span.side_text
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
}

.side_text_l
{
    width: 120px;
    clear:both;
    color: black;
    font: bold 1.00em Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 5px 4px 5px 5px;
  
    padding-left: 5px;
    height: 17px;
    /*background: url(../images/browseby_backt.png) 0 0 repeat-x;*/
}

/* 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: #6b6b6e;
    background: white;*/
    background:White;
    color:#6b6b6e;
     background: url(../images/browseby_back.png) 0 0 repeat-x;
}

.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: #6b6b6e;
      background: url(../images/browseby_back.png) 0 0 repeat-x;
}

/* 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: #6b6b6e;
     background: url(../images/browseby_back.png) 0 0 repeat-x;
}

/* 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: #6b6b6e;
     background: url(../images/browseby_back.png) 0 0 repeat-x;
    text-decoration: none;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

a.side_text_sis:hover
{
    color: #6b6b6e;
}

/* ########## RIGHT SIDE TEXT STYLES ########## */

.r_item_con
{
    float: left;
    clear: both;
    width: 130px;
    height:130px;
    margin: 5px 0 5px 6px;
}

.r_item
{
    display: block;
    margin: 5px auto 5px auto;
}

.r_text
{
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

a.r_text:visited, a.r_text:active, a.r_text:link, a.r_text
{
    text-decoration: none;
}

.r_price
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

.r_sprice
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: Red;
}

/* ########## FOOTER ########## */

div.foot_image
{
    text-align:center;
    margin:0px auto 0px auto;
    position:relative;
    width:800px; 
    top:-68px;   
    clear:both;
    margin-bottom:-68px;
    height:60px;
    
}
div.foot_image2
{
    text-align:center;
    margin:0px 151px;
    position:relative;
    width:auto; 
    top:-68px;   
    clear:both;
    margin-bottom:-68px;
    height:60px;
}
#footer
{
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}

#footer_b
{
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.footer_t
{
    margin: 0px 150px 0px 150px;
    height: auto;
}

.footer_t_a
{
    float: left;
    width: 59%;
}

.footer_t_b
{
    float: left;
    width: 40%;
}

.footer_image
{
    float: right;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.footer_logo
{
    float: left;
    overflow: hidden;
}

.footer_text_con
{
    background-color: #FFFFFF;
    overflow:hidden;
    height:auto;
    margin:0px 0px;
    display:block;
    clear:both;
}
.footer_text
{
    font: normal 0.77em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: center;
}
p.logo_footer_text
{
    font: normal 0.77em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: center; 
}
p.footer_text
{
    font: normal 0.77em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: center;
    height:100%;
    vertical-align:middle;
}
.footer_text2
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: center;
    background:none;
}

a.footer_text:visited, a.footer_text:active, a.footer_text:link, a.footer_text
{
    text-decoration: none;
}

a.footer_text2:visited, a.footer_text2:active, a.footer_text2:link, a.footer_text2
{
    width:200px;
    margin:4px 0;
    display:block;
    position:relative;
    padding: 0px 2px 3px 2px;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-decoration: none;
    background-color:none;
}
a.footer_text2:hover
{
    color: #CCCCCC; 
}

.footer_text_links
{
    font: normal 1.00em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: left;
    text-decoration: none;
}

a.footer_text_links:visited, a.footer_text_links:active, a.footer_text_links:link, a.footer_text_links
{
    text-decoration: none;
}

.footer_text_dets
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    text-align: left;
    text-decoration: none;
}

a.footer_text_dets:visited, a.footer_text_dets:active, a.footer_text_dets:link, a.footer_text_dets
{
    text-decoration: none;
}

div.foot_out
{    
    margin-left:-1px;
    margin-right:-1px;
    width:100%;
    border:1px solid #a8a8aa;
    border-top:none;
    float:left;
    background:#CCCCCC; 
    display:block;
    height:80px;    
    margin-bottom:5px;   
}

/* ########## MAIN CONTENT ########## */

/* ########## PRODUCT LIST ########## */

.plist_table
{
    height: 210px;
    width: 180px;
    /*border: 1px solid #a8a8aa;
    background-color: #F8F8F8;*/
    margin: 2px 10px;
}

.promo_desc
{
    float:left;
    height: 210px;
    width: 165px;
    margin: 2px 20px;
    border: 3px dashed #a8a8aa;
    white-space:normal;
}

.plist_table_img
{
    height: 160px;
    width: 160px;
}

.plist_table_text
{
    height: 50px;
    width: 180px;
}
td.pinfo_disp
{
    text-align:center;
    width:150px;
    height:40px;
    vertical-align:text-top;
}
td.pinfo_img
{
    height:110px;
    width:100px;
    text-align:center;   
    padding: 0 25px 5px 25px;
}
.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 0.88em Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: normal;
    color: #6b6b6e;
}

.plist_price
{
    color: #6b6b6e;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

a.plist_price:visited, a.plist_price:active, a.plist_price:link, a.plist_price
{
    text-decoration: none;
}

.plist_sprice
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: red;
}

a.plist_sprice:visited, a.plist_sprice:active, a.plist_sprice:link, a.plist_sprice
{
    text-decoration: none;
}

.plist_item
{
    float: left;
    position:relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

a.pinfo_item:link, a.pinfo_item:active, a.pinfo_item:visited 
{
    
    text-align:center;
    color:#6b6b6e;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}
a.pinfo_item:hover
{
    color:#CCCCCC;   
    
}
a.plist_promo
{
    float:left;
    position:relative;
    z-index:10;
    margin:0;
    height:0;
    overflow:visible;
}

img.plist_promo
{
    position:absolute;
    margin:0;
    height:auto;
    overflow:visible;
}

.plist_image
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0px;
    text-indent: -999999px;
    color: #FFFFFF;
    position: relative;
    margin: 0 8px;
    width: 160px;
    height: 160px;
    z-index: 1;
    
}

a.plist_image:visited, a.plist_image:active, a.plist_image:link, a.plist_image
{
    display: block;
    text-decoration: none;
}

#plist_con
{
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 525px;
    white-space: nowrap;
}

#plist_head
{
    position: relative;
    width: 100%;
    height: 22px;
    /*background: url(../images/level2.png) repeat-x 0px 0px;
    border-bottom: 1px solid #a8a8aa;*/
    overflow: hidden;
    margin: 0 auto;
    padding-top:3px;
}

#plist_back
{
    float: left;
    width: 60px;
    margin: 0px 0px 0px 0px;
}

#plist_ttext
{
    float: right;
    height: 30px;
    width: 180px;
    line-height: 30px;
    margin: 2px 3px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    text-align:center;
}

a.page_button:visited, a.page_button:active, a.page_button:link, a.page_button
{
    font: bold 0.88em Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    height: 20px;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
    color: #6b6b6e;
}

a.page_button:hover
{
    color: #CCCCCC;
}

img.page_button
{
    margin: 2px 0 -4px 0;
    height: 15px;
    width: 14px;
}
.page_button_con
{
    float: left;
    width: 180px;
    height: 20px;
    line-height: 20px;
    margin:0 5px 0 10px;
}

#pageination
{
    float: left;
    width: 60px;
    height: 20px;
    text-align: center;
    margin: 2px 0 -4px 0;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}

/* ########## PRODUCT INFO PAGE ########## */

#prod_con
{
    clear: both;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

/* 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: left;
    width: 43.7%;
    height: 350px;
    overflow: hidden;
}

/* Column 1 - Main Product Details*/

/* LINK_* - Corner Link Buttons */

#link_back
{
    clear: left;
    float: left;
    margin: 3px 0px 0px 3px;
    z-index: 100;
    position: relative;
}

/* INFO_IMAGE - Main Image */

.info_image_main
{
    display: block;
    height: auto;
    margin: 8px 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: #6b6b6e;
    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: #6b6b6e;
    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: #6b6b6e;
    width: 100%;
}

.info_sprice
{
    font: bold 1.00em Arial, Helvetica, sans-serif;
    color: red;
}

/* INFO_CODE - Code Container */

#info_code
{
    clear: left;
    float: left;
    width: 100%;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
}

#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: #6b6b6e;
    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: #6b6b6e;
}
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: #6b6b6e;
    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: #6b6b6e;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
    width: 100%;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

p#size_tab
{
    text-align: center;
    color: #6b6b6e;
    font: normal 0.90em Arial, Helvetica, sans-serif;
}

/* 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: 125px;
}

/* 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: #6b6b6e;
}
a.size_select:hover
{
    font-weight: bold;
    color: #6b6b6e;
}


table.size_select
{
    font: normal 0.99em Arial, Helvetica, sans-serif;
    margin: auto auto;
    border-spacing: 0px;
    background: #FFFFFF;
    border-right: 0px solid #6b6b6e;
    border-bottom: 0px solid #6b6b6e;
    text-decoration: none;
    color: #6b6b6e;
    height: 40px;
}
table.size_select th
{
    text-align: left;
    font-weight: bold;
    padding: 1px 1px;
    border: 0px;
    border-top: 0px solid #6b6b6e;
    border-left: 0px solid #6b6b6e;
}
table.size_select td
{
    text-align: right;
    border-top: 0px solid #6b6b6e;
    border-left: 0px solid #6b6b6e;
    padding: 6px 6px;
}
table.size_select thead th
{
    text-align: center;
    font-weight: bold;
    border-left: 0px solid #6b6b6e;
    border-top: 0px solid #6b6b6e;
    background: url( '../images/form_t_m.png' );
    height: 20px;
}
table.size_select th.corner
{
    border: 0px;
    background: url( '../images/form_t_m.png' );
}
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_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;
}
#reco_head
{
    position: relative;
    width: 100%;
    height: 25px;
    background: url(../images/level2.png) repeat-x 0px 0px;
    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 5px;
}

#reco_head_text
{
    float: left;
    height: 25px;
    width: 150px;
    line-height: 30px;
    margin: 6px 0px 0 3px;
    font: bold 10px Arial, Helvetica, sans-serif;
}
#reco_head_text2
{
    float: left;
    height: 25px;
    width: 150px;
    line-height: 30px;
    margin: 4px 3px;
    font: bold 0.88em Arial, Helvetica, sans-serif;
}
#browse_head_text
{
    float: right;
    height: 25px;
    width: 21%;
    line-height: 30px;
    margin: 6px 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;
}

/* 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 0.88em 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: #6b6b6e;
}
a.browse:hover
{
    color: #CCCCCC;
}

img.browse
{
    float: left;
    margin: 0px 2px 0px 10px;
}
img.browseimg
{
    float: left;
    margin: 3px 5px 0px 0px;
}
/* ########## 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: 5px 0 -10px 0;
}

#search_box #frm_search {
    float: left;
    margin: 0px 0 0 5px;
    padding: 0 0 0 5px;
    border:1px solid #a8a8aa;
    width: 112px;
    height:17px;
    line-height:17px;
    background: white;
    color: #6a6660;
    font: bold 12px Arial, Helvetica, sans-serif;
    background: url(../images/browseby_backt.png) 0 0 repeat-x;
}
#search_box #go 
{
    float: left;
    width:18px;
    height:18px;
    margin: 0px -2px 0 4px;
}

/* ########## 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 #a8a8aa;
    width: 110px;
    height: 14px;
    background-color: #FFFFFF;
    color: #6b6b6e;
    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: #6b6b6e;
    margin: 15px 0 -5px 10px;
}

/* ########## SIDE FORM ########## */

#side_form
{
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

#side_form select
{
    float: left;
    margin: 0px 0 2px 5px;
    width: 140px;
    display: block;
    border: 1px solid #a8a8aa;
    color: white;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    background-color: #6b6b6e;
    clear:both;
}

/* ########## GENERAL INPUT FORM ########## */

.input_form fieldset
{
    display: block;
    position: relative;
    clear: both;
    color: #6b6b6e;
    border: 0px solid black;
    margin: 0 0 0 0;
    padding: 0 0.2em 0 0.8em;
}

.input_form textarea
{
    color: #6b6b6e;
    font: normal 0.9em Arial, Helvetica, sans-serif;
}
input_form.radio_nb
{
 border:0px solid black;   
}
.input_form input
{
    display: block;
    position: relative;
    font: normal 0.9em Arial, Helvetica, sans-serif;
    width: 14em;
    top: -1.4em;
    left: 10em;
    color: #6b6b6e;
    border:1px solid #a8a8aa;
}

.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: #6b6b6e;
    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: #6b6b6e;
    top: -1.4em;
    width: 14.5em;
    left: 10em;
    display: block;
}

.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.png' ) no-repeat;
    width: 10px;
    height: 20px;
}
.form_t_r
{
    display: block;
    float: right;
    background: url( '../images/form_t_r.png' ) no-repeat;
    width: 10px;
    height: 20px;
}
.form_t_m
{
    display: block;
    width: 100%;
    background: url( '../images/form_t_m.png' );
    height: 20px;
    border-bottom:1px solid #a8a8aa;
}
.form_b_m
{
    display: block;
    width: 100%;
    background: url( '../images/form_b_m.png' );
    height: 20px;
       border-top:1px solid #a8a8aa;
}
.form_b_l
{
    display: block;
    float: left;
    background: url( '../images/form_b_l.png' ) no-repeat;
    width: 10px;
    height: 20px;
}
.form_b_r
{
    display: block;
    float: right;
    background: url( '../images/form_b_r.png' ) no-repeat;
    width: 10px;
    height: 20px;
}

.form_t_title
{
    float: left;
    display: block;
    overflow: hidden;
    font: bold 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    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;
}

.form_innercon_wide
{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.form_content
{
    position: relative;
    background: url( '../images/footer_bg.png' );
    border-left: 1px solid #a8a8aa;
    border-right: 1px solid #a8a8aa;
    display: block;
    margin: 0px 0px 0px 0px;
    width: auto;
    height: auto;
}

.form_container
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
}

.form_container_thin
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
}

.form_container_wide
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
}

#form_col_1
{
    position: relative;
    float: left;
    width: 49%;
}
#form_col_2
{
    position: relative;
    float: left;
    width: 49%;
}

.form_desc
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    margin: 0 0 0 0;
}

.form_desc_m
{
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
    margin: 0.2em 0 0.2em 2em;
}

fieldset
{
    border: 0px solid #000000;
    color: #6b6b6e;
}

#title_other
{
    display: none;
}

/* ########## ACCOUNT ########## */

table.account
{
    width: 100%;
    border-spacing: 0px;
    border: 1px solid #a8a8aa;
    background: #FFFFFF;
    margin: 0px 1px 0px 1px;
    font: normal 0.88em Arial, Helvetica, sans-serif;
    color: #6b6b6e;
}
table.account th
{
    font-weight: bold;
    text-align: center;
    background: url( '../images/footer_bg.png' );
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #6b6b6e;
}
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 #a8a8aa;
}

table.account td.divide
{
    border-right: 1px solid #a8a8aa;
}

table.account th.divide
{
    border-right: 1px solid #a8a8aa;
}

/* ########## BASKET ########## */

.basket_image
{
    position: relative;
    margin: 0px auto 1px auto;
    border: solid 1px #a8a8aa;
    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 #a8a8aa;
    border-top: 1px solid #a8a8aa;
}

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 #a8a8aa;
}

table.basket td.divide
{
    border-right: 1px solid #a8a8aa;
}

table.basket th.divide
{
    border-right: 1px solid #a8a8aa;
}

table.basket td.footer
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
}

table.basket td.footer_t
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-top: 1px solid #a8a8aa;
}

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 #a8a8aa;
}

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 #a8a8aa;
    border-bottom: 1px solid #a8a8aa;
    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 #a8a8aa;
    border-top: 1px solid #a8a8aa;
}
table.orders th.right
{
    font-weight: bold;
    text-align: right;
    background: #FFFFFF;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
}
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 #a8a8aa;
}
table.orders td.centerwbb
{
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #a8a8aa;
}
table.orders td.centerwbbb
{
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
}
table.orders td.centerwr
{
    text-align: right;
    background-color: white;
}
table.orders td.centerwbtr
{
    text-align: right;
    background-color: white;
    border-top: 1px solid #a8a8aa;
}
table.orders td.centerwbbr
{
    text-align: right;
    background-color: white;
    border-bottom: 1px solid #a8a8aa;
}
table.orders td.centerwbbbr
{
    text-align: right;
    background-color: white;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
}
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 #a8a8aa;
}
table.orders td.dispatched
{
    text-align: center;
    font-weight: bold;
    background: white;
    border-top: 1px solid #a8a8aa;
    border-left: 1px solid #a8a8aa;
    border-right: 1px solid #a8a8aa;
}
table.orders td.side
{
    background: #e9e9e9;
    font-weight: bold;
    border-right: 1px solid #a8a8aa;
}

table.orders td.divide
{
    border-right: 1px solid #a8a8aa;
}

table.orders th.divide
{
    border-right: 1px solid #a8a8aa;
}

table.orders td.footer
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 1px solid #a8a8aa;
    border-top: 1px solid #a8a8aa;
}

table.orders td.footer_t
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-top: 1px solid #a8a8aa;
}

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 #a8a8aa;
}
	
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 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:#211c21;
	    background-image:url(../images/pagebackground.gif);
    }			
    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;
	     background-color:#211c21;
	     margin:0 5px;
	     border: 1px solid #a8a8aa;
    } 
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;  }




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;
}

.btn
{
    display:block;
    position:relative;
    background:url(../images/level2.png);
    width:110px;
    height:26px;
    line-height:26px;
    font-weight: bolder;
    color:#6a6660;
    border:none;
    cursor:pointer;
    font-size:.89em;
    margin-left:-8px;
    border:1px solid #a8a8aa;

}
.btn:hover
{
    color:#6a6660;
    background:url(../images/level2on.png);
}
a.link_btn:link, a.link_btn:active, a.link_btn:visited
{
    display:block;
    position:relative;
    background:url(../images/level2.png);
    width:110px;
    height:26px;
    line-height:26px;
    font-weight: bold;
    color:#6a6660;
    border:none;
    cursor:pointer;
    font-size:.89em;
    text-decoration:none;
    text-align:center;
    border:1px solid #a8a8aa;

}
a.link_btn:hover
{
    color:#6a6660;
    background:url(../images/level2on.png);	    
}
a.link_backbtn:link, a.link_backbtn:active, a.link_backbtn:visited
{
    display:block;
    position:relative;
    background:url(../images/level2.png);
    width:65px;
    height:20px;
    line-height:17px;
    font-weight: bold;
    color:#6a6660;
    border:none;
    cursor:pointer;
    font-size:.89em;
    text-decoration:none;
    text-align:center;
    border:1px solid #a8a8aa;

}
a.link_backbtn:hover
{
    color:#6a6660;
    background:url(../images/level2on.png);	    
}
a.checkout_link:link, a.checkout_link:active, a.checkout_link:visited
{
    display:block;
    position:relative;
    background:url(../images/checkout_btn.png);
    width:101px;
    height:15px;
    line-height:14px;
    font-weight: bold;
    color:white;
    border:none;
    cursor:pointer;
    font-size:.89em;
    text-decoration:none;
    text-align:center;
    border:1px solid #a8a8aa;
    margin-right:3px;
}
a.checkout_link:hover
{
    color:white;
    background:url(../images/checkout_btnOn.png);	    
}

div.credit_cards
{
 width:90%;
 height:auto;
 display:block;
 clear:both;
 text-align:center;
 margin: 0 0 0 5%;
}
div.credit_cards .card1
{
 float:right;   
    
}
div.credit_cards .card2
{
 float:left;   
    
}



/* NEW LEFT MENU */
a.bLevel2
{
    display:block;
    float:left;
    height:15px;
    line-height:14px;
    width:130px;
    margin:0 0 0px 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:#c80405;  color:white;
    /*border-bottom:1px solid #a8a8aa;*/
}
a.allLevel
{
    display:block;
    float:left;
    height:15px;
    line-height:14px;
    width:130px;
    margin:0 0 0px 0px;
    clear:both;
    padding-left:2px;
    color:white;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
    background:#211c21;
    border-bottom:1px solid #211c21;
}

a.allLevel:hover{color:#cccccc;}
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:#343435;
    /*background-color:#211c21;*/
    padding:0px 0px 0px 0px;
    border-right:6px solid #211c21;
    border-left:6px solid #211c21;
    border-top:1px solid black;
    border-bottom:5px solid black;
}
a.bLevel3:link, a.bLevel3:active, a.bLevel3:visited
{
    display:block;
    float:left;
    clear:both;
    color:#cccccc;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;   
    height:12px; 
    width:106px;
    margin:0px 0 0px 0px;
    line-height:11px;
    padding-left:12px;  
    border-left:1px solid black;     
    border-right:1px solid black;  
    border-bottom:1px solid #211c21;     
}
a.bLevel3:hover
{    
    background-color:#666666;
    color:white; 
    /*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:106px;
    margin:0px 0 1px 0px;
    line-height:11px;
    padding-left:12px; 
    background-color:#c80405;
    border:1px solid red;             
}
a.bLevel3On:hover
{
    background-color:#c80405;
    color:#CCCCCC;
    /*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;
}




