@charset "iso-8859-1";

    /**********************************************************
    General Styles
    **********************************************************/
body{
	background-color: #E5ECF2;
	background-image: url(images/background.jpg);
}
    html, body
    {
        margin:             0;
        padding:            0;
        font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-size:          11px;
        color:              #000000;
    }

    td, dd, dl, dt
    {
        font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-size:          11px;
    }

    h1, h2, h2, h3, h4, h5, h6
    {
        font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-weight:        bold;
        color:              #000000;
        margin:             5px 0 0 0;
    }
    
    h1 { font-size: 16px; }
    h2 { font-size: 15px; }
    h3 { font-size: 14px; }
    h4 { font-size: 13px; }
    h5 { font-size: 13px; }
    h6 { font-size: 12px; }
	
	.error {color: #FF0000;}
	
	li.menu {
	list-style-type: square;
	list-style-image:  url(file:///Z|/www.sockshop.co.uk/images/bullet.gif);
	margin-left: 0px;
	padding-left: 0px;

}
	li.submenu { list-style-type: disc }
	
	fieldset {
	border: 1px solid #000000;
	padding: 3px;

}
.whitetext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
.name { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.price { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 50px}
.content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.smallwhitetext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF;}
.xsmalltext {color: #000000; font-size: 9px; font-weight: normal}
.copyright { font-size: 9px; color: #000000; font-family: Verdana, arial, san-serif; }
.productname { font-size: 11px; color: #FFFFFF; font-family: Verdana, arial, san-serif; line-height: 16px }
.productnameblack { font-size: 11px; color: #000000; font-family: Verdana, arial, san-serif; line-height: 16px }
.productprice {	font-size: 18px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; font-weight: bold;}
.productpriceblack {	font-size: 18px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; font-weight: bold;}
.image {border: 1px solid #000000;}

    /**********************************************************
    Links
    **********************************************************/

    a:link      {  text-decoration: none; color: #000066}
    a:hover     {  text-decoration: underline}
    a:visited   {  color: #000066; text-decoration: none}
    a:active    {  color: #000066}

    /**********************************************************
    Forms
    **********************************************************/
    
    form
    {
        margin-top: 0px;
        margin-bottom: 0px}

       .button {  font-size: 12px; font-weight: bold}
       .field  {
            background-color : #EEEEEE;
            border : 1px solid #999999;
            color : #000000;
            font : bold 11px/12px verdana,trebuchet,sans-serif;
            margin-bottom : 2px;
            margin-top : 2px;
    }

    input.textfield
    {
        border : 1px solid #999999;
        font-family : arial, helvetica, geneva, sans-serif;
        font-size : small;
    }
	
	select
    { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px;}
	input
    { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px;}
	
    /**********************************************************
    Custom styles
    **********************************************************/
    
    #search
    {
        font-size           : 12px;
        text-align:         right;
        background-color :  #EEEEEE;
        padding:            2px;
        border-bottom :     1px solid;
        border-top :        1px solid;
    }
    
    #leftmenu { width: 116px; }
	#rightmenu { width: 140px; }
    
