﻿/* commented backslash hack v2 \*/
html, body {
    height: 100%;
    min-height: 100%;
}
/* end hack */

html {
     height: 100%;
     min-height: 100%;
}
body
{
	background-image: url(library/image/site/bg2.gif);
	background-position: top left;
    height: 100%;
    min-height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
html>body
{
    height: 100%;
}

form
{
	margin: 0px;
}

.roller:hover,
.roller:hover img
{
    filter : alpha(opacity=90); /* IE */
    -moz-opacity: 0.9; /* Mozilla */ 
}
.disabled
{
    filter : alpha(opacity=50); /* IE */
    -moz-opacity: 0.5; /* Mozilla */ 
}

a,
a:link,
a:active,
a:visited
{ 
    text-decoration: none; 
}
a:hover 
{ 
    text-decoration: underline; 
}




div.wrapper
{
	padding: 20px 0px 0px 0px;
	width: 960px;
	text-align: center;
}
div.main
{
	float: left;
	width: 960px;
	border: solid 1px #f9c1d3;
	background-color: #ffffff;
	text-align: left;
}
div.nav
{
	background-color: #f9c1d3;
	background-image: url(library/image/site/bgNav.gif);
	background-repeat:repeat-x;
}
div.content
{
	float: left;
	min-height: 550px;
	padding: 15px 0px 10px 0px;
}
div.footer
{
	float: left;
	background-image: url(library/image/site/bottombg.gif);
	background-repeat:repeat-x;
	height: 58px;
	width: 960px;
}
div.footer div
{
	text-align: center;
	padding: 6px;
}
div.footer a,
div.footer a:link,
div.footer a:visited,
div.footer a:active
{
	padding: 0px 30px 0px 30px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
div.footer a:hover
{
	text-decoration: underline;
}

.content .left
{
	float: left;
	width: 163px;
}

.content .center
{
	float: left;
	width: 652px;
}
.content .center .padder
{
    padding-left: 18px;
}

.content .right
{
	float: left;
	width: 145px;
}











/*------admin css-------*/
.admin_nav
{
    margin-top: 10px;
    width: 150px;
    border: solid 1px #cdcdcd;
    float: left;
    text-align: left;
    background-color: #ffffff;
}
.admin_content
{
    color: #494e54;
    margin-top: 10px;
    text-align: left;
    width: 930px;
/*    border: solid 1px #cdcdcd;*/
    background-color: #ffffff;
}
.admin_main
{
    width: 964px;
    background-color: #ffffff;
    float: left;
}

.admin_content h1
{
    font-family: Verdana, lucida, sans-serif;
    font-size: 16px;
    color: #787878;
    margin-top: 0px;
    padding: 0px;
    font-weight: normal !important;
    letter-spacing: +.2em;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(styles/icons/h1.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.menuheader { text-align: center; border-bottom: solid 1px #cdcdcd; margin-bottom: 2px; padding-bottom: 3px; margin-top: 10px; }


/*-----begin admin popup----------*/
    .admin_menu
    {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: #ffffff;
        width: 190px;
        border: solid 1px green;
        text-align: left;
        padding: 5px;
        z-index: 0;
    }
    .admin_link
    {
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navcontainer
    {
        height: 200px;
    }
    .navcontainer ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer li { margin: 0 0 3px 0; }

    .navcontainer a
    {
        display: block;
        padding: 2px 2px 2px 24px;
        border: 1px solid #333333;
        width: 160px;
        background-color: #999999;
        background-image: url(library/image/admin/l1_down.gif);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer a:link, .navlist a:visited
    {
        color: #EEE;
        text-decoration: none;
    }

    .navcontainer a:hover
    {
        border: 1px solid #333333;
        background-color: #FF6600;
        background-image: url(library/image/admin/l1_over.gif);
        color: #333333;
    }

    .active a:link, .active a:visited, .active a:hover
    {
        border: 1px solid #333333;
        background-color: #FF6600;
        background-image: url(library/image/admin/l1_over.gif);
        color: #333333;
    }
/*-----end admin popup------------*/




/*-----begin login panel----------*/
    .loginpanel
    {
        background-color: #ffffff;
        width: 216px;
        float: left;
    }
    .loginpanel .textbox
    {
        height: 18px;
        width: 200px;
        background-image: url(library/image/site/textbox.gif);
        background-repeat: no-repeat;
        border: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 7px;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
        padding-left: 2px;
    }
    .loginpanel div.txt
    {
        color: #494e54;
        float: left;
        text-align: left;
        width: 140px;
        padding-top: 9px;
        padding-left: 8px;
        padding-bottom: 7px;
    }
    .loginpanel div.txt a,
    .loginpanel div.txt a:link,
    .loginpanel div.txt a:active,
    .loginpanel div.txt a:visited
    {
        font-size: 11px;
    }
    .loginpanel div.txt a:hover
    {
        font-size: 11px;
    }
    .loginpanel div.button
    {
        float: right;
        width: 60px;
        text-align: right;
        padding-top: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
        font-size: 10px;
        color: #494e54;
    }
/*-----end login panel------------*/



body {
}
a:link, a:visited, a:active
{
    font: normal 12px verdana, lucida, sans-serif;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.gv
{
	font: normal 12px verdana, lucida, sans-serif;
	background-color: #ffffff;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	width: 750px;
	color: #000000;
}

.gvnormalrow
{
	font: normal 12px verdana, lucida, sans-serif;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: top;
}
.gvaltrow
{
	background-color: #efefef;
}

.gvalt td
{
    font: normal 12px verdana, lucida, sans-serif;
	background-color: #efefef;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: top;
}
.gvnorm td
{
    font: normal 12px verdana, lucida, sans-serif;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: top;
}
.gvheader th
{
	color: #323232;
    font: normal 13px verdana, lucida, sans-serif;
	background-color: #cdcdcd;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	border-bottom: solid 1px #969696;
	text-align: left;
}

.gvlink
{
    font: normal 12px verdana, lucida, sans-serif;
	color: #808080;
	text-decoration: underline;
	font-weight: normal;
}
A.gvlink:visited
{
	color: #808080;
    font: normal 12px verdana, lucida, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
.pageheader
{
	font-weight: bold;
	font-size: 16px;
	color: #808080;
	font-family: Verdana, Arial;
}

.textshort
{
	font-size: 12px;
	width: 52px;
	color: #696969;
	font-family: Verdana, Arial;
}
.textmedium
{
	font-size: 12px;
	width: 100px;
	color: #696969;
	font-family: Verdana, Arial;
}
.textlogin
{
	font-size: 10px;
	width: 135px;
	font-family: Verdana, Arial;
	background-color: #b60000; 
	color: #ffffff; 
	border: solid 1px #ffffff;
}
.textlong
{
	font-size: 12px;
	width: 202px;
	color: #696969;
	font-family: Verdana, Arial;
}
A.savelink,
A.savelink:visited,
A.savelink:active,
A.savelink:visited
{
	font-size: 12px;
	color: #991223;
	font-family: Verdana, Arial;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #cccccc;
	border: solid 1px #323232;
}

A.savelink:hover
{
    background-color: #ffcccc;
    text-decoration: none;
}
.dropdownlist
{
	font-size: 12px;
	width: 200px;
	color: #696969;
	font-family: Verdana, Arial;
}


.adminbit
{
    border-left: solid 1px #ffd0d0; 
    border-top: solid 1px #ffd0d0; 
    border-right: solid 1px #ffd0d0; 
    text-align: right;
}


.adminbit_page
{
    background-color: #ffefef; 
    border: solid 1px #ffd0d0; 
    text-align: right;
}
.rightdiv
{
	clear: none;
	display: block;
	left: 1px;
	float: right;
	position: relative;
	top: 1px;
}
.detailsview
{
	color: #000000;
	vertical-align: top;
	width: 400px;
	text-align: left;
}


 
.option,
.option_over
{
	width: 150px;
	float: left;
	clear: both;
}
.option_over
{
	background-color: #ededed;
}
.option .item,
.option_over .item
{
	width: 125px;
	float: left;
}
.option .remove,
.option_over .remove
{
	width: 25px;
	float: left;
	text-align: right;
}
.option input,
.option_over input
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.option .remove a,
.option_over .remove a
{
}

/*-----------------------*/






/*--product search-------*/
.product_long
{
	float: left;
	margin: 20px 0px 0px 18px;
}

.product_long .img
{
	width: 271px;
	height: 350px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-align: left;
}
.product_long .img img
{
	border: 0px;
}
.product_long .title
{
	width: 300px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #4995d1;
	background-color: #e8edf8;
	background-image: url(library/image/site/arrows.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0px 5px 30px;
}
.product_long .description
{
	width: 300px;
	float: left;
	padding: 10px 10px 10px 10px;
	min-height: 75px;
}
.product_long .price
{
	width: 300px;
	float: left;
	color: #df3966;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}
.product_long .oldprice
{
	width: 300px;
	float: left;
	color: #000000;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 4px 10px;
}
.product_long .quantity,
.product_long .sizes,
.product_long .colours
{
	width: 300px;
	float: left;
	padding-top: 5px;
}
.product_long .left
{
    width: 80px;
    padding-left: 10px;
}
.product_long .right
{
    width: 200px;
}
.product_long .right select
{
    width: 180px;
}
.product_long .successful
{
}
.product_short
{
	width: 271px;
	min-height: 175px;
	float: left;
	margin: 20px 0px 0px 18px;
}
.product_short .img 
{
	width: 135px;
	height: 180px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 0px;
}
.product_short .img img
{
	border: 0px;
}
.product_short .title,
.product_short .title a
{
	width: 125px;
	float: left;
	font-weight: bold;
	color: #4995d1;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}
.product_short .description
{
	width: 125px;
	float: left;
	font-size: 11px;
}
.product_short .price
{
	width: 125px;
	float: left;
	color: #df3966;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 5px 0px;
}
.product_short .oldprice
{
	width: 125px;
	float: left;
	color: #000000;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
.product_short .more_info
{
	background-image: url(library/image/site/more_bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: 125px;
	float: left;
	height: 22px;
}
.product_short .more_info a
{
	padding: 4px 0px 0px 25px;
	display: block;
	color: #745a5b;
	font-weight: bold;
	font-size: 11px;
}

/*-----------------------*/





.samecat
{
    margin-top: 7px;
    margin-bottom: 30px;
}
.samecat a,
.samecat a:link,
.samecat a:active,
.samecat a:visited
{
	display: block;
	width: 143px;
	padding: 5px 0px 5px 20px;
	color: #df3966;
	font-weight: bold;
	font-size: 12px;
}

.samecat a:hover,
.samecat a.active
{
	background-color: #f9c1d3;
	text-decoration: none;
}









.subcat
{
	float: left;
	text-align: center;
}
.subcat div
{
	margin: 10px 30px 0px 30px;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
}








.basket
{
    border: solid 1px #e8edf8;
}
.basket th
{
    background-color: #e8edf8;
    color: #4995d1;
    height: 25px;
    vertical-align: middle;
    padding: 0px 0px 0px 3px;
    font-weight: bold;
}
.basket th a,
.basket th a:link,
.basket th a:active,
.basket th a:visited
{
    color: #4995d1;
    text-decoration: none;
    font-weight: bold;
}
.basket th a:hover
{
    text-decoration: underline;
}
.basket td.item
{
    height: 25px;
    padding: 0px 0px 0px 3px;
    border-bottom: solid 1px #edf2fd;
}
.basket td input
{
    width: 50px;
    font-size: 11px;
    border: solid 1px #e8edf8;
    padding: 4px 1px 4px 1px;
}



.repeaterpager,
.repeaterpager:active,
.repeaterpager:visited,
.repeaterpager:link,
.repeaterpager_current,
.repeaterpager_current:active,
.repeaterpager_current:visited,
.repeaterpager_current:link
{
    color: #4995d1;
}
.repeaterpager_current
{
    font-weight: bold;
}


.checkout
{
    margin-bottom: 30px;
}

.checkout th.head
{
    text-align: left;
	color: #4995d1;
	background-color: #e8edf8;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
}
.checkout th.head a
{
	color: #4995d1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.checkout th
{
    text-align: left;
    padding: 2px 0px 2px 2px;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    width: 150px;
}
.checkout td
{
    text-align: left;
    padding: 2px 0px 2px 2px;
    width: 300px;
}
.checkout td input,
.checkout td select
{
    text-align: left;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    width: 300px;
}



.myorder
{
    margin-bottom: 30px;
}

.myorder th.head
{
    text-align: left;
	color: #4995d1;
	background-color: #e8edf8;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
}

.myorder th
{
    text-align: left;
    padding: 2px 0px 2px 2px;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    width: 150px;
}
.myorder td
{
    text-align: left;
    padding: 2px 0px 2px 2px;
    width: 300px;
}





.login
{
    margin-bottom: 30px;
    width: 163px;
}

.login th
{
    text-align: left;
	color: #4995d1;
	background-color: #e8edf8;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
}
.login td
{
    text-align: left;
    color: #333333;
    font-weight: normal;
	font-size: 10px;
	padding: 2px 0px 0px 20px;
}
.login td input,
.login td select
{
    text-align: left;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    width: 135px;
}

.redtext
{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: Red;
    border: solid 1px red;
    padding: 5px 19px 5px 19px;
    margin: 2px 0px 4px 0px;
    min-width: 30px;
    text-decoration: blink;
}
.disabled
{
    background-color: #ededed;
    border: solid 1px #666666;
}