/* Pink - #F8B9D4 */
/* Blue - #CEE8E5 */
/* Gray - #7A7675 */
/* Dark - #666 */

body
{
    margin:0;
    padding:0;
    border:0;
    color:#666;
    background: #9E9C9D;
    font:normal normal 400 12px Verdana, sans-serif;
    text-align:center;
    overflow:scroll;
    overflow-x:auto;
}

p 
{
    font:normal normal 400 12px Verdana, sans-serif;
    margin:0;
    padding:0;
}

table
{
    font:normal normal 400 12px Verdana, sans-serif;
}

a
{
    color:#7A7675;
    text-decoration:none;
}

a:hover
{
    color:#666;
}

h1
{
    margin:5px 0;
    padding:0;
    font-size:16px;
    font-weight:900;
    text-align:center;
}

h2
{
    margin:4px 0;
    padding:0;
    font-size:14px;
    font-weight:900;
    text-align:center;
}

h3
{
    margin:2px 0;
    padding:0;
    font-size:12px;
    font-weight:900;
    text-align:center;
}

img
{
    border-width:0;
}

/* ########## CENTERING ########## */

.center
{
    clear: both;
}

.center[class]
{
    display: table;
    margin: 0 auto;
}

.shrinkwrap ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.shrinkwrap ul li
{
    display: block;
    position:relative;
    float: left;
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-indent: 0;
}

/* Page Containers */

div#pagecon
{
    float:left;
    display:block;
    position:relative;
    width:100%;
    height:auto;
    padding:5px 0 0 0;
    background: #F8B9D4 url('/images/stars.jpg') repeat center 0;
    text-align:left;
}

div.footcon
{
    float:left;
    display:block;
    position:relative;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    background: #9E9C9D url('/images/footer_grad.png') repeat-x 0 0;
    text-align:left;
}

div.container
{
    display:block;
    position:relative;
    width:980px;
    height:auto;
    margin:0 auto;
    padding:0;
}

div.container_inner, div.container_inner_full, div.container_inner_front
{
    display:block;
    position:relative;
    float:left;
    width:980px;
    height:auto;
    margin:0;
    padding:0 0 0px 0;
    text-align:left;
    background: url('/images/bg.png') repeat-y;
}

div.container_inner_full
{
    background: url('/images/bg_full.png') repeat-y;
}

div.container_inner_front
{
    background: url('/images/bg_front.png') repeat-y;
    background: url('/images/bg.png') repeat-y;
}

/* Header */

.header_con
{
    display:block;
    position:relative;
    float:left;
    width:980px;
    height:223px;
    margin:0;
    padding:0;
}

.header
{
    display:block;
    position:relative;
    float:left;
    width:980px;
    height:165px;
    margin:0;
    padding:0;
}

a.header_left
{
    display:block;
    position:relative;
    float:left;
    width:400px;
    height:165px;
    margin:0;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/header_left.png');
}

a.header_left:hover
{
    background-position:0 -165px;
}

.header_logo
{
    display:block;
    position:relative;
    float:left;
    width:220px;
    height:165px;
    margin:0;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/header_logo.png');
}

.header_right
{
    display:block;
    position:relative;
    float:left;
    width:270px;
    height:165px;
    margin:0;
    padding:0;
    background:url('/images/header_right.png') no-repeat 0 0;
}

a.header_bag
{
    display:block;
    position:relative;
    float:left;
    width:90px;
    height:165px;
    margin:0;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/header_bag.png');
}

a.header_bag:hover
{
    background-position:0 -165px;
}

/* Header Buttons */

div.header_search_con
{
    display:block;
    position:relative;
    float:right;
    clear:both;
    height:28px;
    width:182px;
    margin:5px 0 0 0;
    padding:0;
}

div.header_search
{
    display:block;
    position:relative;
    float:left;
    width:55px;
    height:25px;
    margin:2px 0 0 0;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/header_search.png');
    overflow:hidden;
}

div.header_search:hover
{
    background-position:0 -25px;
}

#search_form
{
    float:left;
    position:relative;
    display:block;
    width:127px;
    height:25px;
    margin:0 0 0 0;
    padding:0;
    border:none;
}

#search_form fieldset
{
    margin:0;
    padding:0;
    border:none;
}

#search_form input {
    float:left;
    margin:4px 0 0 0;
    padding:0 2px 0 3px;
    border:1px solid #7A7675;
    width:100px;
    height:19px;
    line-height:19px;
    background: #FFF;
    color:#666;
    font-size:12px;
    font-weight:400;
}

#search_form input.btn, #search_form input.btn_on
{
    display:block;
    position:relative;
    border:none;
    cursor:pointer;
    font-size:2px;
    text-indent:-9000px;
    background:url('/images/icon_search.png') no-repeat;
    width:20px;
    height:20px;
    line-height:20px;
    padding:0;
    margin:5px 0 0 0;
}

#search_form input.btn:hover, #search_form input.btn_on:hover
{
    background-position:0 -20px;
}

#search_form input.btn_on
{
    background-position:0 -40px;
}




#order_form
{
    float:right;
    position:relative;
    display:block;
    width:525px;
    height:30px;
    margin:3px 0 0 0;
    padding:0;
    border: solid 0px red;
}

#order_form fieldset
{
    margin:0;
    padding:0;
    border:none;
}

#order_form label
{
    float:left;
    position:relative;
    display:block;
    width:70px;
    height:19px;
    line-height:19px;
    text-align:right;
    font-size:13px;
    font-weight:600;
}

#order_form input {
    float:left;
    margin:0 2px 0 2px;
    padding:0 0 0 1px;
    border:0px solid #4e4e4e;
    width:120px;
    height:19px;
    line-height:19px;
    background: #FFF;
    color:#000;
    font-size:12px;
    font-weight:400;
}

#order_form select
{
    float:left;
    margin:0 2px 0 0;
    padding:0;
    border:0px solid #4e4e4e;
    width:120px;
    height:19px;
    background: #FFF;
    color:#000;
    font-size:12px;
    font-weight:400;
}


#order_form input.btn
{
    display:block;
    position:relative;
    border:none;
    cursor:pointer;
    font-size:2px;
    text-indent:-9000px;
    background:url('/images/icon_go.png') no-repeat;
    width:20px;
    height:20px;
    line-height:25px;
    padding:0;
    margin:0;
}

#search_form input.btn:hover
{
    background-position:0 -20px;
}



a.header_account, a.header_wishlist, a.header_wishlist, a.header_mybag, a.header_checkout, a.header_account_on, a.header_wishlist_on, a.header_wishlist_on, a.header_mybag_on, a.header_checkout_on
{
    display:block;
    position:relative;
    float:right;
    clear:both;
    height:28px;
    margin:0;
    padding:0;
    overflow:hidden;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

a.header_account, a.header_account_on
{
    width:124px;
    background-image:url('/images/header_account.png');
    margin:0 0 0 0;
}

a.header_wishlist, a.header_wishlist_on
{
    width:125px;
    background-image:url('/images/header_wishlist.png');
    margin:0 0 0 0;
}

a.header_mybag, a.header_mybag_on
{
    width:95px;
    background-image:url('/images/header_mybag.png');
    margin:8px 0 0 0;
}


a.header_checkout, a.header_checkout_on
{
    width:92px;
    background-image:url('/images/header_checkout.png');
    margin:0 0 0 0;
}

a.header_account:hover, a.header_wishlist:hover, a.header_wishlist:hover, a.header_mybag:hover, a.header_checkout:hover
{
    background-position:0 -28px;
}

a.header_account_on, a.header_wishlist_on, a.header_wishlist_on, a.header_mybag_on, a.header_checkout_on
{
    background-position:0 -56px;
}

/* Basket Total */

.header_bagtotal
{
    display:block;
    position:relative;
    float:right;
    clear:both;
    height:16px;
    line-height:16px;
    font-size:11px;
    font-weight:700;
    margin:-4px 2px -3px 0;
    padding:0;
    z-index:2;
    white-space:nowrap;
}

/* Level1 + Buttons */

div.level1
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:985px; /*5px extra IE6 */
    height:58px;
}

a.level1_home, a.level1_wholesale, a.level1_clothing, a.level1_accessories, a.level1_newin, a.level1_sale, a.level1_home_on, a.level1_wholesale_on, a.level1_clothing_on, a.level1_accessories_on, a.level1_newin_on, a.level1_sale_on, div.level1_left, div.level1_right
{
    display:block;
    position:relative;
    float:left;
    height:58px;
    margin:0;
    padding:0;
    overflow:hidden;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

a.level1_home, a.level1_home_on
{
    width:103px;
    background-image:url('/images/level1_home.png');
}

a.level1_wholesale, a.level1_wholesale_on
{
    width:146px;
    background-image:url('/images/level1_wholesale.png');
}

a.level1_clothing, a.level1_clothing_on
{
    width:127px;
    background-image:url('/images/level1_clothing.png');
}

a.level1_accessories, a.level1_accessories_on
{
    width:155px;
    background-image:url('/images/level1_accessories.png');
}

a.level1_newin, a.level1_newin_on
{
    width:131px;
    background-image:url('/images/level1_newin.png');
}

a.level1_sale, a.level1_sale_on
{
    width:100px;
    background-image:url('/images/level1_sale.png');
}

a.level1_home:hover, a.level1_wholesale:hover, a.level1_clothing:hover, a.level1_accessories:hover, a.level1_newin:hover, a.level1_sale:hover
{
    background-position:0 -58px;
}

a.level1_home_on, a.level1_wholesale_on, a.level1_clothing_on, a.level1_accessories_on, a.level1_newin_on, a.level1_sale_on
{
    background-position:0 -116px;
}








a.level1w_home, a.level1w_wholesale, a.level1w_packs, a.level1w_clothing, a.level1w_accessories, a.level1w_newin, a.level1w_sale, a.level1w_home_on, a.level1w_wholesale_on, a.level1w_packs_on, a.level1w_clothing_on, a.level1w_accessories_on, a.level1w_newin_on, a.level1w_sale_on, div.level1w_left, div.level1w_right
{
    display:block;
    position:relative;
    float:left;
    height:58px;
    margin:0;
    padding:0;
    overflow:hidden;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

a.level1w_home, a.level1w_home_on
{
    width:97px;
    background-image:url('/images/level1w_home.png');
}

a.level1w_wholesale, a.level1w_wholesale_on
{
    width:127px;
    background-image:url('/images/level1w_wholesale.png');
}

a.level1w_packs, a.level1w_packs_on
{
    width:95px;
    background-image:url('/images/level1w_packs.png');
}

a.level1w_clothing, a.level1w_clothing_on
{
    width:110px;
    background-image:url('/images/level1w_clothing.png');
}

a.level1w_accessories, a.level1w_accessories_on
{
    width:137px;
    background-image:url('/images/level1w_accessories.png');
}

a.level1w_newin, a.level1w_newin_on
{
    width:114px;
    background-image:url('/images/level1w_newin.png');
}

a.level1w_sale, a.level1w_sale_on
{
    width:82px;
    background-image:url('/images/level1w_sale.png');
}

a.level1w_home:hover, a.level1w_wholesale:hover, a.level1w_packs:hover, a.level1w_clothing:hover, a.level1w_accessories:hover, a.level1w_newin:hover, a.level1w_sale:hover
{
    background-position:0 -58px;
}

a.level1w_home_on, a.level1w_wholesale_on, a.level1w_packs_on, a.level1w_clothing_on, a.level1w_accessories_on, a.level1w_newin_on, a.level1w_sale_on
{
    background-position:0 -116px;
}

div.level1_left
{
    width:117px;
    background-image:url('/images/level1_left.png');
}

div.level1_right
{
    width:101px;
    background-image:url('/images/level1_right.png');
}

/* Left Menu Container */

div.left
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:auto;
    padding:0;
    overflow:hidden;
}

div.newsletter_con
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:71px;
    padding:0;
    background: url('/images/newsletter_bg.png') no-repeat 0 0;
}

#form_newsletter
{
    float: right;
    clear:both;
    width: 200px;
    height: auto;
    margin: 25px 0 0 0;
}

#form_newsletter #email1
{
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 2px;
    border: 1px solid #7A7675;
    width: 140px;
    height: 18px;
    background-color: #FFFFFF;
    color: #7A7675;
    font-size:12px;
    position:relative;
    z-index:101;
}

#form_newsletter input.btn
{
    display:block;
    position:relative;
    border:none;
    cursor:pointer;
    font-size:2px;
    text-indent:-9000px;
    background:url('/images/icon_go.png') no-repeat;
    width:20px;
    height:20px;
    line-height:20px;
    padding:0;
    margin:0;
}

#form_newsletter input.btn:hover
{
    background-position:0 -20px;
}

/* Sort By */

div.sort_con
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:67px;
    padding:0;
}

div.sort_by, div.sort_or, div.sort_right
{
    display:block;
    position:relative;
    float:left;
    height:67px;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

div.sort_by
{
    background-image:url('/images/sort_by.png');
    width:58px;
}

div.sort_or
{
    background-image:url('/images/sort_or.png');
    width:15px;
}

div.sort_right
{
    background-image:url('/images/sort_right.png');
    width:21px;
}

a.sort_type, a.sort_pattern, a.sort_pattern_on, a.sort_type_on
{
    display:block;
    position:relative;
    float:left;
    height:67px;
    margin:0;
    padding:0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

a.sort_type, a.sort_type_on
{
    width:45px;
    background-image:url('/images/sort_type.png');
}

a.sort_pattern, a.sort_pattern_on
{
    width:61px;
    background-image:url('/images/sort_pattern.png');
}

a.sort_pattern:hover, a.sort_type:hover
{
    background-position:0 -67px;
}

a.sort_pattern_on, a.sort_type_on
{
    background-position:0 -134px;
}

/* Menu */

div.menu_con
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:auto;
    padding:0;
}

div.menu_top
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:8px;
    padding:0;
    background-image:url('/images/menu_t.png');
    background-position:0 0;
    background-repeat:no-repeat;
}

div.menu_content_con
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    min-height:100px;
    height:auto;
    padding:0;
    margin:0;
}


div.menu_bg 
{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    z-index: 0;
    overflow:hidden;
}

div.menu_content
{
    position:relative;
    width: 200px;
    height:auto;
    z-index:1;
    padding: 3px 35px 3px 10px;
    overflow:hidden;
}

div.menu_bottom
{
    display:block;
    position:relative;
    float:left;
    width: 200px;
    height:32px;
    padding:0;
    background-image:url('/images/menu_b.png');
    background-position:0 0;
    background-repeat:no-repeat;
}

/* Menu Link Buttons */

a.menu_button, a.menu_button_on, a.menu_button_b, a.menu_button_b_on
{
    float:left;
    margin:0;
    overflow:hidden;
    font-size:11px;
    font-weight:700;
    width:145px;
    height:26px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/menu.png');
    line-height:23px;
    text-align:left;
    padding:0 0 0 10px;
    margin:1px 0;
    white-space:nowrap;
    overflow:visible;
}

a.menu_button_b, a.menu_button_b_on
{
    line-height:15px;
    white-space:normal;
}

a.menu_button:hover, a.menu_button_b:hover
{
    background-position: 0px -52px;
}

a.menu_button_on:hover, a.menu_button_b_on:hover, a.menu_button_on, a.menu_button_b_on
{
    background-position: 0px -26px;
    color:#000;
}

a.menu_button2, a.menu_button2_on
{
    float:left;
    margin:0 0 1px 0;
    overflow:hidden;
    font-size: 10px;
    font-weight:700;
    width:155px;
    height:18px;
    background-position:0 0;
    background-repeat:no-repeat;
    background:url('/images/menu2.png');
    line-height:18px;
    text-align:left;
    text-indent:20px;
    white-space:nowrap;
    overflow:hidden;
}

a.menu_button2:hover
{
    background-position:0px -36px;
}

a.menu_button2_on
{
    background-position:0px -18px;
    color:#000;
}

div.front_menu_t, div.front_menu_b
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:198px;
    overflow:hidden;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
}

div.front_menu_t
{
    height:31px;
    background-image:url('/images/front_menu_t.png');
}

div.front_menu_t:hover
{
    background-position:0 -31px;
}

div.front_menu_b
{
    height:49px;
    background-image:url('/images/front_menu_b.png');
}

div.front_menu_b:hover
{
    background-position:0 -49px;
}

div.front_menu_m
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:198px;
    height:484px;
    background: url('/images/front_menu_m.png') repeat-y 0 0;
}

div.front_menu_inner
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:198px;
    height:484px;
    overflow:hidden;
}

div.front_menu
{
    display:block;
    position:relative;
    float:left;
    margin:8px 0 8px 12px;
    padding:0;
    width:145px;
    height:auto;
    overflow:hidden;
    background:#FFF;
}

div.front_l
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:27px;
    height:564px;
    overflow:hidden;
    background: url('/images/front_l.png') no-repeat 0 0;
    z-index:2;
}

div.front_m
{
    display:block;
    position:relative;
    float:left;
    margin:0 -10px 0 -21px;
    padding:0;
    width:750px;
    height:564px;
    background: url('/images/front_m.png') repeat-x 0 0;
    z-index:1;
}

div.front_r
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:17px;
    height:564px;
    overflow:hidden;
    background: url('/images/front_r.png') no-repeat 0 0;
    z-index:2;
}

div.front_inner
{
    display:block;
    position:relative;
    float:left;
    margin:7px 0 0 0;
    padding:0;
    width:750px;
    height:551px;
    overflow:hidden;
}

div.front_main
{
    position:absolute;
    margin:0;
    padding:0;
}

.fp_image
{
    display:block;
    margin:0 auto;
    text-align:center;
}

.fp_text
{
    display:block;
    text-align:center;
    width:145px;
    font-weight:bold;
    font-size:13px;
}


/* Main Content */

div.content, div.content_full, div.content_front
{
    display:block;
    position:relative;
    float:left;
    width: 780px;
    height:auto;
    padding:5px 0 20px 0;
}

div.content_full
{
    width: 960px;
    padding:5px 10px 20px 10px;
}

div.content_front
{
    width:980px;
    padding:5px 0 20px 0;
}

/* Footer */

div.footer
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:980px;
    height:auto;
    background: #9E9C9D;
}

div.footer_top
{
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:980px;
    height:17px;
    background: #9E9C9D url('/images/footer_grad.png') repeat-x 0 0;
}

div.footer_con
{
    display:block;
    position:relative;
    float:left;
    width: 980px;
    height:50px;
    margin:3px 0;
}

div.footer_l
{
    display:block;
    position:relative;
    float:left;
    width:16px;
    height:50px;
    background: transparent url('/images/footer_left.png') no-repeat 0 0;
}

div.footer_r
{
    display:block;
    position:relative;
    float:left;
    width:22px;
    height:50px;
    background: transparent url('/images/footer_right.png') no-repeat 0 0;
}

div.footer_m
{
    float: left;
    position: relative;
    width:942px;
    margin:0;
    height:50px;
    background: transparent url('/images/footer_mid.png') repeat-x 0px 0;
}

div.footer_m p
{
    font-size:12px;
    font-weight:900;
    text-align:center;
    line-height:40px;
}

/* Full Screen Zoom */

#overlay
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1000px;
    background-color: black;
    z-index:100;
    -moz-opacity: 0.0;
    opacity:.0;
    filter: alpha(opacity=0);
}

#fullscreen_container
{
    position:absolute;
    top: 0%;
    left: 0%;
    width:925px;
    width:100%;
    height:0;
    z-index:101;
    margin: 0 auto;
    padding:0;
    text-align:center;
    overflow:hidden;
}

#fullscreen_content
{
    position: relative;
    margin: 4px auto;
    width:100%;
    width:925px;
    height:643px;
    z-index: 101;
    display:block;
    text-align:center;
}

#fullscreen_center
{
    position: relative;
    margin: 0 auto;
    width:643px;
    height:643px;
    z-index: 100;
    display:block;
    background:#FFFFFF;
    text-align:right;
}

a.close:visited, a.close:active, a.close:link, a.close
{
    height: 20px;
    width:643px;
    line-height: 20px;
    margin: 2px 4px;
    padding: 0 4px;
    font-size:14px;
    font-weight:900;
    text-decoration: none;
    text-align:right;
    cursor: pointer;
    background:#FFFFFF;
}
a.close:hover
{
    color: #CCCCCC;
}

div.fullscreen_image
{
    margin:0 auto;
    text-align:center;
    width:579px;
    height:579px;
    position:relative;
    background: #FFFFFF;
    z-index:101;
}

img.fullscreen_image
{
    margin:2px 0;
    z-index:101;
}

div.fullscreen_image_alt
{
    width:100%;
    height:64px;
    position:relative;
    background: #FFFFFF;
    text-align: center;
    z-index:101;
}

img.fullscreen_image_alt
{
    margin:2px 0;
    display:block;
}

div.fullscreen_text
{
    margin:0 auto;
    width:643px;
    height:15px;
    position:relative;
    background: #FFFFFF;
    font-size:10px;
    font-weight:900;
    text-align:center;
    z-index:101;
}

p.fullscreen_text
{
    font-size:10px;
    font-weight:900;
    text-align:center;
}

/* Promotion Page */

div.promobar, div.promobar2
{
    float: left;
    position: relative;
    width: 770px;
    height:27px;
    margin:2px 0px;
    border: solid 2px #F8B9D4;
    background: #F8B9D4;
}

div.promobar2
{
    width: 367px;
    margin: 2px -6px;
}

div.promobar_title, div.promobar_title_full
{
    float: left;
    position: relative;
    width: 78px;
    height:23px;
    line-height:22px;
    border: solid 2px #7A7675;
    background: #CEE8E5;
    font-size:13px;
    font-weight:900;
    color:#666;
    margin:0 2px 0 0;
    padding:0 10px;
}

div.promobar_title_full
{
    width: 736px;
    height:23px;
    line-height:22px;
    border: solid 2px #7A7675;
    background: #CEE8E5;
}

div.promobar_content, div.promobar_content1, div.promobar_content2, div.promobar_content3
{
    float:left;
    position:relative;
    width:652px;
    height:23px;
    font-size:12px;
    font-weight:900;
    line-height:22px;
    padding:0 5px;
    border: solid 2px #7A7675;
    background: #CEE8E5;
}

div.promobar_content1
{
    width:387px;
    margin: 0 2px 0 0;
}

div.promobar_content2
{
    width:353px;
}

div.promobar_content3
{
    width:353px;
}

.promo_right_con
{
    position:relative;
    float:right;
    display:block;
    width:370px;
}

.promo_item_con
{
    float: left;
    width: 85px;
    height:130px;
    margin: 0 3px;
}

.promo_item
{
    display: block;
    text-align:center;
    margin: 0 auto;
}

.promo_text
{
    margin: 1px 0;
    text-align: center;
    font-size:10px;
    font-weight:600;
}

a.link_remove
{
    float:left;
    position:relative;
    font-size: 2px;
    text-align:left;
    text-indent: -9000px;
    width: 19px;
    height: 19px;
    background: url('/images/icon_remove.png') no-repeat 0 0;
}

a.link_remove:hover
{
    background-position: 0px -19px;
}

/* Product List */

div.plist_row
{
    float:left;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    clear:left;
}

div.plist_con
{
    width:190px;
    height:190px;
    line-height:190px;
    white-space: nowrap;
    margin:0;
    overflow:visible;
}
/*
a.plist_promo
{
    position:relative;
    display:block;
    float:left;
    width:55px;
    height:55px;
    margin:0 0 -55px 0;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url('/images/promo.gif');
    z-index:100;
}

a.plist_promo:hover
{
    background-position:0 -55px;
}*/

a.plist_promo
{
    position:absolute;
    margin:0;
    width:55px;
    height:55px;
    overflow:visible;
    background: url('/images/promo.gif') no-repeat 0 0;
    text-indent:-9000px;
    overflow:hidden;
    z-index:100;
}

a.plist_promo:hover
{
    background-position:0 -55px;
}

img.plist_promo
{
    position:absolute;
    margin:0;
    height:auto;
    overflow:visible;
    z-index:100;
}


img.plist_item
{
    position:relative;
    display:block;
    margin:auto auto;
    text-align:center;
	vertical-align:middle;
}

div.plist_item
{
    float:left;
    width:190px;
    height:auto;
    background:none;
    margin:0;
    padding:3px 5px 2px 0px;
    cursor:pointer;
}

.plist_item a
{
    cursor:pointer;
}

p.plist_item
{
    text-align:right;
    font-size:12px;
    font-weight:400;
    padding: 0px 8px;
}

div.plist_desc, div.plist_dept
{
    display:block;
    position:relative;
    float:left;
    height:auto;
    background:#F8B9D4;
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
}

div.plist_dept
{
    padding-bottom:2px;
}

p.plist_desc, p.plist_desc2, p.plist_dept
{
    font-size:13px;
    font-weight:600;
    text-align:center;
    line-height:30px;
    min-height:30px;
    width:182px;
    color:#666;
    background:#F8B9D4;
    white-space:nowrap;
    border-left: solid 2px #7A7675;
    border-right: solid 2px #7A7675;
    border-top: solid 2px #7A7675;
}

p.plist_desc2
{
    font-size:12px;
    line-height:14px;
    white-space:normal;
}

p.plist_dept
{
    border-bottom: solid 2px #7A7675;
}

div.plist_price
{
    display:block;
    position:relative;
    float:left;
    height:auto;
    background:#CEE8E5;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:2px;
}

p.plist_price
{
    color: #000;
    font-weight:900;
    font-size:11px;
    line-height:15px;
    height:17px;
    width:182px;
    background:#CEE8E5;
    border-left: solid 2px #7A7675;
    border-right: solid 2px #7A7675;
    border-bottom: solid 2px #7A7675;
    text-align:center;
}

p.plist_price:hover
{
    text-decoration:none;
}

span.plist_sprice
{
    color: #666;
}

.plist_colours
{
    float:right;
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    text-align:center;
    border: solid 1px #000;
    color:#000;
    background: #FFF;
    padding: 0px 2px;
    margin: 3px 3px 3px 0;
    width:auto;
}

div.nav_con
{
    display:block;
    position:relative;
    float:left;
    width: 780px;
    height:29px;
    margin:3px 0;
}

div.nav_l, div.nav_bl
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tl.png') no-repeat 0 0;
}

div.nav_bl
{
    background: transparent url('/images/nav_bl.png') no-repeat 0 0;
}

div.nav_r, div.nav_br
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tr.png') no-repeat 0 0;
}

div.nav_br
{
    background: transparent url('/images/nav_br.png') no-repeat 0 0;
}

div.nav_m, div.nav_bm
{
    float: left;
    position: relative;
    width:760px;
    margin:0;
    height:29px;
    background: transparent url('/images/nav_tm.png') repeat-x 0 0;
}

div.nav_bm
{
    background: transparent url('/images/nav_bm.png') repeat-x 0 0;
}






a.bCrumb
{
    float: left;
    position: relative;
    font-weight:900;
}

.status_con
{
    float:left;
    display:block;
    position: relative;
    width:270px;
}

.pagination_con
{
    float:left;
    display:block;
    position: relative;
    width:278px;
}

.sort_con
{
    float:left;
    display:block;
    position: relative;
    width:200px;
    overflow:hidden;
}

.sort_title 
{
    float:left;
    display:block;
    width:25px;
}

.plist_status
{
    float:left;
    display:block;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
    text-align:center;
    padding: 0px 0px;
    margin:7px 10px;
}

a.statuslink:visited, a.statuslink:active, a.statuslink:link, a.statuslink, a.statuslink_on
{
    float:left;
    display:block;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
    text-align:center;
    background: transparent;
    padding: 1px 1px;
    margin:6px 2px;
}

a.statuslink:hover
{
    background: #CEE8E5;
}

a.statuslink_on
{
    border: solid 1px #7A7675;
    padding: 0px 1px;
    background:#CEE8E5;
}

a.statuslink_on:hover
{
    background: #666666;
    color:#F8B9D4;
}

.selection fieldset
{
    float:left;
    display:block;
    position:relative;
    border:none;
    margin:7px 0 0 0;
    padding:0;
}

.selection label
{
    position: relative;
    display: block;
    float: left;
    width: 160px;
    text-align:left;
    font-size:11px;
    font-weight:900;
    overflow:visible;
}

.selection select
{
    display: block;
    position: relative;
    height:18px;
    width:110px;
    top:-15px;
    left:50px;
    border:none;
    text-align:left;
    font-size:10px;
}

/* Brand Links */

.brand_info
{

}

.brand_link_con
{
    display: block;
    position: relative;
    float:left;
    clear: both;
    width:100%;
    height:auto;
    margin: 20px 0;
}

a.brand_link
{
    float:left;
    display:block;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    text-align:center;
    border: solid 1px #000;
    color:#000;
    background: transparent;
    padding: 3px 4px;
    margin:4px;
}

a.brand_link:hover
{
    background: #F8B9D4;
    color:#000;
}

span.brand_link_count
{
    color:#666;
}

/* Product List Promotions */

.p_red
{
    color:#666;
    background:#F8B9D4;
    padding:2px;
    margin: 5px auto;
    text-align:center;
    font-size:11px;
    font-weight:700;
}

.p_red:hover
{
    background:#CEE8E5;
}

/* ########## GENERAL INPUT FORM ########## */

.input_form fieldset
{
    display: block;
    position: relative;
    clear: both;
    border: none;
    margin: 0;
    padding: 0 0.2em 0 0.8em;
}

.input_form textarea
{
    font-size:10px;
    font:normal normal 400 12px Verdana, sans-serif;
    margin:0;
    padding:0;
}

.input_form textarea.wholesale
{
    border: solid 1px #7A7675;
    font:normal normal 400 12px Verdana, sans-serif;
    margin:2px 0;
    padding:0;
}

.input_form input
{
    display: block;
    position: relative;
    height:14px;
    width:131px;
    top: -1.4em;
    left: 10em;
    border: solid 1px #7A7675;
    text-align:left;
    font-size:10px;
    padding-left:5px;
    padding-top: 2px;
}

.input_form input#pay_ref
{
    top:0;
    left:0;
}

.input_form input.wholesale
{
    display: block;
    position: relative;
    height:14px;
    width:131px;
    top:0;
    left:0;
    border: solid 1px #7A7675;
    text-align:left;
    font-size:10px;
    margin:0;
    padding:0;
}

.input_form input.check
{
    display: block;
    position: relative;
    height:auto;
    width:auto;
    top: -2.4em;
    left: 22em;
    padding:none;
}

.input_form input.hidden
{
    display:none;
}

.input_form input.btn
{
    font: normal normal 900 12px Verdana, sans-serif;
    display:block;
    position:relative;
    color:#666;
    border:none;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    border: solid 2px #7A7675;
    background: #F8B9D4;
    width:139px;
    height:29px;
    line-height:25px;
    padding: 0 0 4px 0;
    margin: 10px 0 -20px -1.7em;
}

.input_form input.btn:hover
{
    background: #CEE8E5;
}

.input_form input.wsbtn
{
    font: normal normal 900 12px Verdana, sans-serif;
    display:block;
    position:relative;
    color:#666;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    border: solid 2px #7A7675;
    background: #F8B9D4;
    width:139px;
    height:29px;
    line-height:22px;
    padding:0;
    margin:2px auto;
    top:0;
    left:0;
}

.input_form input.wsbtn:hover
{
    background: #CEE8E5;
}

a.link_btn:link, a.link_btn:active, a.link_btn:visited, a.link_btn
{
    font: normal normal 900 12px Verdana, sans-serif;
    display:block;
    position:relative;
    border: solid 2px #7A7675;
    background: #F8B9D4;
    width:135px;
    height:25px;
    line-height:22px;
    padding: 0;
    color:#666;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
}
a.link_btn:hover
{
    background: #CEE8E5;
}

.input_form input.submit
{
    width: auto;
    float: left;
    display: block;
    color:#FFFFFF;
    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;
    width: 10em;
    margin-top: -1em;
    text-align:left;
    font-size:10px;
    font-weight:600;
}

.input_form label.check
{
    clear: both;
    position: relative;
    float: left;
    display: block;
    width: 22em;
    margin-top: -1em;
    text-align:left;
    font-size:10px;
    font-weight:600;
}

.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
{
    display: block;
    position: relative;
    height:18px;
    width:138px;
    top: -1.4em;
    left: 10em;
    border: solid 1px #7A7675;
    text-align:left;
    font-size:10px;
    padding-left:5px;
    padding-top: 2px;
}

.input_form textarea
{
    clear: both;
    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;
    background:transparent;
}

.form_err_con
{
    clear: both;
    float: left;
    font-size:11px;
    font-weight:100;
    display: block;
    width: 25em;
    height:auto;
    font-weight: bold;
    white-space:normal;
}

/* ########## GENERAL INPUT FORM CONTAINER ########## */

.form_t_l
{
    display: block;
    float: left;
    background: url( '/images/form_t_l.gif') no-repeat;
    width: 2px;
    height: 20px;
}
.form_t_r
{
    display: block;
    float: right;
    background: url( '/images/form_t_r.gif') no-repeat;
    width: 2px;
    height: 20px;
}
.form_t_m
{
    display: block;
    width: 100%;
    background: url( '/images/form_t_m.gif') repeat;
    height: 20px;
}
.form_b_m
{
    display: block;
    width: 100%;
    background: url( '/images/form_b_m.gif');
    height: 2px;
}
.form_b_l
{
    display: block;
    float: left;
    background: url( '/images/form_b_l.gif') no-repeat;
    width: 2px;
    height: 2px;
}
.form_b_r
{
    display: block;
    float: right;
    background: url( '/images/form_b_r.gif') no-repeat;
    width: 2px;
    height: 2px;
}

.form_t_title
{
    float: left;
    display: block;
    overflow: hidden;
    color: #666;
    font-size:12px;
    font-weight:600;
    width: auto;
    float: left;
    margin: 2px 0 -10px 10px;
    position: relative;
}
.form_innercon
{
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align:center;
}

.form_innercon_wide
{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align:center;
}

.form_content
{
    position: relative;
    background: url('/images/form_b_l.gif') repeat-y top left;
    display: block;
    width: auto;
    height: auto;
}

.form_content_bg
{
    position: relative;
    width: auto;
    height: auto;
    padding: 0px 0px 10px 0px;
    background: url('/images/form_b_r.gif') repeat-y top right;
}

.form_container
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    background: url('/images/form_bg.gif') repeat 0 0;
    margin-bottom:15px;
}

.form_container_thin
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
    background: url('/images/form_bg.gif') repeat 0 0;
    margin-bottom:15px;
}

.form_container_wide
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    background: url('/images/form_bg.gif') repeat 0 0;
    margin-bottom:15px;
}

#form_col_1
{
    position: relative;
    float: left;
    width: 49%;
}
#form_col_2
{
    position: relative;
    float: left;
    width: 49%;
}

.form_desc
{
    margin: 0 0 0 0;
}

.form_desc_m
{
    margin: 0.2em 0 0.2em 2em;
    width:90%;
}

fieldset
{
    border: 0px solid #000000;
}

#title_other
{
    display: none;
}

/* ########## ACCOUNT ########## */

table.account
{
    width: 100%;
    border-spacing: 0px;
    border: 1px solid #000000;
    background: #FFFFFF;
    margin: 0px 1px 0px 1px;
}
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:0 auto;
    border:none;
}

.basket_text
{
    text-align: center;
    clear:both;
}

.basket_promo
{
    color:#666;
    background:#F8B9D4;
    padding:2px;
    margin: 5px auto;
    text-align:center;
    font-size:11px;
    font-weight:700;
}

.basket_promo:hover
{
    background:#CEE8E5;
}

span.basket_grey
{
    color:#000;
}

span.basket_size
{
    color:#000;
    font-size:11px;
}

span.basket_per
{
    font-size:10px;
}

table.basket
{
    float:left;
    border-spacing: 0px;
    border:none;
    margin:0 auto;
    width:955px;
    font-size:13px;
    font-weight:900;
    color:#666;
}
table.basket th
{
    font-weight: bold;
    text-align: center;
    padding: 1px 1px;
    border-bottom:solid 1px #FFF;
    height:30px;
    background: #F8B9D4;
    color:#666;
}

table.basket tr.product
{
    background: url('/images/basket_bg.gif') repeat-x;
    height:100px;
}

table.basket tr.normal
{
    height:auto;
}

table.basket td
{
    text-align: center;
    padding: 3px 3px;
    
}

table.basket td.name
{
    text-align: left;
}

table.basket td.titletotal
{
    text-align: right;
    color:#666;
    height:30px;
}

table.basket td.total
{
    text-align: right;
    height:30px;
    font-weight:900;
}

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: 0px solid #000000;
    border-top: 0px solid #000000;
    height:auto;
}

table.basket td.footer_t
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-top: 0px solid #000000;
    height:auto;
}

table.basket td.footer_m
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    height:auto;
}

table.basket td.footer_b
{
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    padding: 1px 1px;
    border: 0px;
    border-bottom: 0px solid #000000;
    height:auto;
}

table.promocon
{
    width: 100%;
    border-spacing: 0px;
    border: 0 solid #000000;
    margin: 0 auto;
}

table.promocon td
{
    text-align: left;
    padding: 3px 0 0 0;
}


table.basketpromo
{
    float:left;
    border: none;
    background-color: #F8B9D4;
    width:330px;
}

table.basketpromo td
{
    text-align: left;
    padding: 0 1px 0 2px;
    font-size:12px;
    height:30px;
    font-weight:900;
    color:#666;
    white-space:nowrap;
    border-bottom: solid 1px #FFF;
}

table.basketpromo td.title
{
    width:120px;
    overflow:hidden;
}

table.basketpromo td.bg
{
    background:#FFF;
}

.loyalty_desc
{
    text-align: left;
}

.conf_msg
{
    text-align: center;
    padding: 5px 0;
}

.info_left
{
    float:left;
    position:relative;
    width:340px;
    padding:5px;
}

.info_right
{
    float:left;
    position:relative;
    width:420px;
    padding:5px;
}

.info_right_a
{
    float:left;
    position:relative;
    display:block;
    width:150px;
    padding:10px;
    z-index:10;
}

.info_right_b
{
    float:left;
    position:relative;
    display:block;
    width:200px;
    padding:10px;
    z-index:10;
}

.info_right_links
{
    float:left;
    position:relative;
    display:block;
    z-index:1;
    width:360px;
    height:32px;
    padding:20px 20px;
    margin:0;
    background: url('/images/link_bg.jpg') no-repeat;
}

#sizemessage
{   
    clear:both;
    text-align:center;
    font-size: 11px;
    font-weight:700;
    padding:1px 20px;
    margin:0;
    border-bottom: solid 3px #F8B9D4;
    border-top: solid 3px #F8B9D4;
    overflow:hidden;
}

#personalise
{
    float:left;
    position:relative;
    display:block;
    width:360px;
    height:auto;
    padding:0 20px;
    margin:0;
    overflow:hidden;
}

#zoom_over
{
    position:relative;
    clear:both;
    float:left;
    z-index:99;
    width:417px;
    height:375px;
    margin:0 0 -377px 0;
    padding:0;
    background:#FFFFFF;
    border:solid 1px #000000;
    overflow:hidden;
}

.info_zoom
{
    float: left;
    clear: left;
    display: block;
    text-align: left;
    width: 100%;
    font: normal 0.90em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    margin: 2px 10px 0px 0px;
    z-index: 1;
}

#mouseWindow 
{
    position:absolute;
    display:block;
    top:0; 
    left:0;
    margin:0;
    padding:0;
    z-index:99;
    opacity:.35;
    filter:alpha(opacity=35);
    background:#F8B9D4;
    cursor:url(/images/magnify.cur),crosshair;
    border: solid 1px #666;
}

.prodmore, .prodmore_basket
{
    float:left;
    clear:both;
    position:relative;
    margin: 30px 0 0 0;
    width:780px;
    z-index:50;
}

.prodmore_basket
{
    margin:0 0 0 100px;
}

div.prodmore_title
{
    display:block;
    position:relative;
    float:left;
    font-size:13px;
    font-weight:600;
    text-align:center;
    line-height:28px;
    width: 775px;
    height:29px;
    margin:3px 0;
}

div.prodmore_title_l
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tl.png') no-repeat 0 0;
}


div.prodmore_title_r
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tr.png') no-repeat 0 0;
}

div.prodmore_title_m
{
    float: left;
    position: relative;
    width:755px;
    margin:0;
    height:29px;
    background: transparent url('/images/nav_tm.png') repeat-x 0 0;
}




.r_item_con
{
    float:left;
    width:125px;
    height:200px;
    margin:0 1px;
}

.r_image
{
    display:block;
    margin:0 auto;
    text-align:center;
}

.r_image_con
{
    display: block;
    margin: 0 auto;
    height:122px;
    width:122px;
}

.r_text
{
    margin: 2px 0;
    text-align: center;
    font-size:10px;
    font-weight:600;
    width:125px;
}

.r_price
{
    color: #F8B9D4;
    font-weight:900;
    font-size:10px;
    text-align:center;
}

span.r_sprice
{
    color: #666;
}

.info_topbar_con
{
    float:left;
    clear:both;
    position:relative;
    width:340px;
    height:24px;
}

.info_image_con
{
    display:block;
    position:relative;
    margin:0 auto;
    text-align:center;
    height:340px;
}

.info_image
{
    display:block;
    float:left;
    position:relative;
    margin:0;
    height:340px;
    width:auto;
    text-align:center;
}

.info_image_main
{
    display: block;
    position:relative;
    clear:both;
    margin:0;
    text-align:center;
    border: solid 0px black;
}

.info_image_main_off
{
    display:none;
}

.info_image_alt_con
{
    float:left;
    clear:both;
    position:relative;
    display:inline;
    width:340px;
    height:auto;
    margin:5px 0 0 0;
}

.info_image_alt
{
    padding:0 0 0 10px;
}

/* INFO_TITLE - Title Container */


div.info_title
{
    display:block;
    position:relative;
    float:left;
    font-size:13px;
    font-weight:600;
    text-align:center;
    line-height:28px;
    width: 420px;
    height:29px;
    margin:3px 0;
}

div.info_title_l
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tl.png') no-repeat 0 0;
}


div.info_title_r
{
    display:block;
    position:relative;
    float:left;
    width:10px;
    height:29px;
    background: transparent url('/images/nav_tr.png') no-repeat 0 0;
}

div.info_title_m
{
    float: left;
    position: relative;
    width:400px;
    margin:0;
    height:29px;
    background: transparent url('/images/nav_tm.png') repeat-x 0 0;
}

a.link_back, a.link_view, a.link_zoom, a.link_zoom_on, a.link_friend, a.link_wishlist, a.link_basket, .link_wishlist, .link_basket, .link_continue
{
    display:block;
    position:relative;
    float:left;
    clear:both;
    height:28px;
    margin:0;
    padding:0;
    border:0;
    cursor:pointer;
    text-indent:-9000px;
    background-position:0 0;
    background-repeat:no-repeat;
    overflow:hidden;
}

a.link_back
{
    margin: 0 -55px 0 2px;
    clear:left;
    width:53px;
    height:24px;
    background-image:url('/images/link_back.png');
}

a.link_view
{
    margin: 0 -55px 0 2px;
    clear:left;
    width:53px;
    height:24px;
    background-image:url('/images/link_view.png');
}

a.link_zoom, a.link_zoom_on
{
    float:right;
    clear:right;
    width:60px;
    height:24px;
    background-image:url('/images/link_zoom.png');
}

a.link_friend
{
    width:174px;
    height:46px;
    background-image:url('/images/link_friend.png');
}

a.link_wishlist, .link_wishlist
{
    width:174px;
    height:52px;
    background-image:url('/images/link_wishlist.png');
}

a.link_continue, .link_continue
{
    width:174px;
    height:44px;
    background-image:url('/images/link_continue.png');
}

a.link_basket, .link_basket
{
    float:right;
    width:145px;
    height:75px;
    background-image:url('/images/link_bag.png');
}

.link_basket, .link_wishlist
{
     color: transparent;
     text-transform: capitalize;
}


a.link_back:hover, a.link_zoom:hover, a.link_zoom_on
{
    background-position:0 -24px;
}

a.link_view:hover, a.link_view:hover
{
    background-position:0 -24px;
}

a.link_friend:hover
{
    background-position:0 -46px;
}

a.link_wishlist:hover, .link_wishlist:hover
{
    background-position:0 -52px;
}

a.link_basket:hover, .link_basket:hover
{
    background-position:0 -75px;
}

a.link_continue:hover
{
    background-position:0 -44px;
}




.info_blogo
{
    float:right;
    display:block;
    position:relative;
    font-size:12px;
    font-weight:600;
    text-align:left;
    padding: 1px 10px;
    margin:0;
    white-space:nowrap;
}

div.info_desc
{
    text-align: left;
    font-size: 12px;
    font-weight:100;
    padding: 2px 10px;
    margin: 10px 0;
}

div.info_desc p
{
    font-size: 11px;
    font-weight:100;
}

span.extra_name
{
    position:relative;
    display:block;
    float:left;
    font-size:10px;
    font-weight:100;
    height:auto;
    width:95px;
    margin: 1px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}
span.extra_val
{
    position:relative;
    display:block;
    float:left;
    font-size:10px;
    font-weight:900;
    height:auto;
    width:255px;
    margin: 1px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

div.info_size_con
{
    clear:both;
    float:left;
    width:100%;
    height: auto;
    padding: 0 10px;
}

.info_size
{
    float:left;
    position:relative;
    text-align: left;
    color: #F8B9D4;
    font-size: 13px;
    font-weight:900;
    height:auto;
    margin: 4px 0;
}

.info_colour
{
    text-align: left;
    font-size: 10px;
    font-weight:600;
    height:auto;
    margin: 5px 0;
}

.info_price
{
    float:left;
    text-align: left;
    width: 300px;
    padding:0 10px;
    font-size:15px;
    font-weight:900;
    margin-bottom:1px;
}

.info_sprice
{
    color: #F8B9D4;
}

.info_altprice
{
    float:left;
    text-align: left;
    width: 420px;
    padding:0 10px;
    font-size:10px;
    font-weight:200;
    margin-bottom:5px;
}

.info_text
{
    clear:both;
    text-align:center;
    font-size: 11px;
    font-weight:700;
    padding:1px 20px;
    border-bottom: solid 3px #F8B9D4;
    border-top: solid 3px #F8B9D4;
}

#selectcolour
{
    text-transform:capitalize;
}

#selectsize
{
    margin:0;
    padding:0;
    height:auto;
}

/* INFO_CODE - Code Container */

.info_code
{
    float:left;
    text-align:right;
    width: 90px;
    font-size:10px;
    font-weight:600;
    padding:0 5px 0 0;
}

div.size_button, div.size_button_on, div.size_button_off
{
    float:left;
    position:relative;
    height:100%;
    width:auto;
    padding:3px;
    color:#666;
    text-decoration:none;
    font-size:10px;
    font-weight:600;
    line-height:normal;
    border: solid 2px #F8B9D4;
    cursor:pointer;
    background: #F8B9D4;
}

div.size_button:hover
{
    color:#000;
    background: #CEE8E5;
    border: solid 2px #CEE8E5;
}

div.size_button_on
{
    border: solid 2px #7A7675;
    background: #CEE8E5;
}

div.size_button_on:hover
{
    color:#000;
}

div.size_button_off
{
    color:#ff0000;
    -moz-opacity: 0.5;
    opacity:.5;
    filter: alpha(opacity=50);
}

div.size_tab_con
{
    float:left;
    text-align: left;
    color: #F8B9D4;
    width: auto;
    margin: 0px 0 20px 0;
    font-size:12px;
    font-weight:600;
}

/* SIZE_SELECT - Size selection Table */

table.size_select
{
    margin: 0 auto;
    border-spacing: 0px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    font-size:11px;
}
table.size_select th
{
    text-align: left;
    font-weight: bold;
    border: 0px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    padding: 0;
    height:60px;
}
table.size_select th.image
{
    text-align: center;
    font-weight: bold;
    border: 0px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    padding: 0;
    height:60px;
}
table.size_select td
{
    text-align:center;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    padding:0;
}
table.size_select thead th
{
    text-align: center;
    font-weight: bold;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    height:auto;
}
table.size_select th.corner
{
    border: 0px;
    background: #FFFFFF;
}

div.oos
{
    background: #FF0000;
    color:#FFF;
    font-size:9px;
    line-height:18px;
    font-weight:200;
    text-align:center;
    height:19px;
    width:23px;
    border: solid 1px #000;
}

.size_input
{
    float:left;
    display: block;
    position: relative;
    height:16px;
    width:23px;
    border: solid 1px #000;
    text-align:center;
    font-size:10px;
    padding-top: 2px;
    margin:0;
    clear:both;
}

.size_qty
{
    float:left;
    display: block;
    position: relative;
    height:16px;
    width:23px;
    text-align:center;
    font-size:10px;
    margin:0;
    clear:both;
}

div.bag_con
{
    float:left;
    position:relative;
    margin:0;
    padding:0;
    height:0;
    width:0;
    overflow:visible;
    z-index:101;
}

div.bagConfirm
{    
    display:none;
    float:left;
    position:absolute;
    z-index:101;
    margin: -100px 0 0 225px;
    padding:20px 5px 10px 5px;
    width:181px;
    height:178px;
    opacity:0;
    filter:alpha(opacity=0);
    font-size:12px;
    font-weight:500;
    text-align:center;
    background:url('/images/basketbg.gif') center top no-repeat;
    overflow:hidden;
}

div.bagInner
{
    float:left;
    position:relative;
    display:block;
    width:171px;
    margin:0 5px;
    z-index:101;
    font-weight: 900;
}

span.bagCT
{
    color: #000;
    font-size:10px;
    font-weight: 900;
}

span.bagC
{
    color: #666;
    font-size:12px;
    font-weight: 900;
}

a.bagClink
{
    color: #666;
    font-size:12px;
    font-weight: 900;
    text-align:center;
    clear:both;
}

.basket_form
{
    padding:0;
    margin:0;
}

.basket_form fieldset
{
    padding:0;
    margin:0;
}

.basket_form input
{
    height:14px;
    width:auto;
    border: solid 1px #000;
    font-size:11px;
    font-weight:400;
    text-align:left;
}

.basket_form select
{
    text-align:left;
    width:auto;
    border: solid 1px #000;
    font-size:11px;
    font-weight:400;
    background:#FFFFFF;
}

.basket_form input.hidden
{
    display:none;
}

.deliverydate_form input
{
    display: block;
    position: relative;
    height:14px;
    width:175px;
    border: solid 1px #7A7675;
    font-size:11px;
    font-weight:400;
    text-align:center;
}

.deliverydate_form select
{
    position: relative;
    text-align:center;
    width:177px;
    display: block;
    border: solid 1px #7A7675;
    font-size:11px;
    font-weight:400;
    background:#FFFFFF;
}

.deliverydate_form input.hidden
{
    display:none;
}

.deliverydate_form input.small_btn
{
    display:block;
    position:relative;
    border:none;
    cursor:pointer;
    width:20px;
    height:20px;
    margin:0;
    padding:0;
    background:url('/images/icon_go.png') no-repeat;
    text-indent:9000px;
    font-size:0px;
}

.deliverydate_form input.small_btn:hover
{
    background-position: 0px -20px;
}

#fcol_1
{
    position: relative;
    float: left;
    width: 49.4%;
    height: auto;
}
#fcol_2
{
    position: relative;
    float: left;
    width: 49.4%;
    height: auto;
    margin-right: 0.8%;
}
.finfo_main
{
    clear: both;
    float: left;
    display:block;
    position: relative;
    width: 100%;
    height: auto;
}

/* ########## CONTACT ########## */

.con_address
{
    margin-left: 2em;
    width: 90%;
    font-size:14px;
    font-weight:300;
    text-align: center;
}

.frame_con
{
    position: relative;
    display: block;
    width:100%;
    margin:0;
    overflow:hidden;
}

.frame_t_l
{
    display: block;
    float: left;
    background: url('/images/frame_tl.jpg') no-repeat;
    width: 9px;
    height: 9px;
}
.frame_t_r
{
    display: block;
    float: right;
    background: url('/images/frame_tr.jpg') no-repeat;
    width: 9px;
    height: 9px;
}
.frame_t_m
{
    display: block;
    width: 100%;
    background: url('/images/frame_t.jpg') repeat;
    height: 9px;
}
.frame_b_m
{
    display: block;
    width: 100%;
    background: url('/images/frame_b.jpg') repeat;
    height: 9px;
}
.frame_b_l
{
    display: block;
    float: left;
    background: url('/images/frame_bl.jpg') no-repeat;
    width: 9px;
    height: 9px;
}
.frame_b_r
{
    display: block;
    float: right;
    background: url('/images/frame_br.jpg') no-repeat;
    width: 9px;
    height: 9px;
}

.frame_l
{
    position: relative;
    background: transparent url('/images/frame_l.jpg') repeat-y top left;
    display: block;
    margin: 0;
    width: auto;
    height: auto;
}

.frame_r
{
    position: relative;
    width: auto;
    height: auto;
    background: #FFF url('/images/frame_r.jpg') repeat-y top right;
}

.frame_content
{
    position:relative;
    display:block;
    width:auto;
    margin:0 auto;
    padding:0 6px;
    text-align:center;
}