﻿#nav ul
{
    
}

#nav li
{
    float:left;
}

#nav a
{
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    height:20px;
    width:89px;
    text-align:center;
    padding:9px 0px 0px 0px;
    background: transparent url(../images/navoff_bg.png) no-repeat !important;
    background: transparent url(../images/navoff_bg.gif) no-repeat;
    background-repeat:no-repeat;
    
}

#nav a:hover
{
    background: transparent url(../images/navon_bg.png) no-repeat !important;
    background: transparent url(../images/navon_bg.gif) no-repeat;
    background-repeat:no-repeat;
}

#nav a.navon
{
    background: transparent url(../images/navon_bg.png) no-repeat !important;
    background: transparent url(../images/navon_bg.gif) no-repeat;
    background-repeat:no-repeat;
    
}

#ctl00_rightcol
{
    color:#6a6868;
    line-height:1.6em;
}

#ctl00_rightcol p
{
    color:#6a6868;
    line-height:1.6em;
    font-size:1.1em;
    margin:15px 0px 20px 0px;
}

#ctl00_rightcol h1
{
    color:#157ee8;
    font-weight:bold;
    font-size:1.7em;
    margin:5px 0px 25px 0px;
    
}

#ctl00_rightcol h2
{
    color:#6a6868;
    font-weight:bold;
    font-size:1.2em;
    margin:5px 0px 25px 0px;
    
}

#ctl00_rightcol a
{
    color:#157ee8;
    text-decoration:none;
}

#ctl00_rightcol a:hover
{
    text-decoration:underline;
}

#ctl00_rightcol ul
{
    list-style:disc;
}

#ctl00_rightcol li
{
    list-style:disc;
    line-height:1.4em;
    margin:0px 0px 10px 15px;
}


#leftcol
{
    color:#6a6868;
}

#leftcol p
{
    color:#6a6868;
    line-height:1.1em;
    font-size:1em;
    margin:15px 0px 20px 0px;
}

#leftcol a
{
    color:#b91222;
    text-decoration:none;
}

#leftcol a:hover
{
    text-decoration:underline;
}

.leftcol_mid li
{
    margin:10px 0px 10px 5px
}

.remove
{
    width:130px;
    text-align:right;
    color:#d20000;
    padding:0px 0px 5px 0px;
}
.remove_button
{
 float:right;
 vertical-align:middle;
}
.basket_text
{
    float:left;
    width:115px;
    line-height:1.1em;
}

.basket_item
{
    padding:8px 5px 8px 5px;
    font-size:1.1em;
    border-top: dashed 0px #ccc;
    border-bottom: dashed 1px #ccc;
}

.basket_item_arrange
{
    padding:8px 0px 8px 0px;
    font-size:1.1em;
    border-top: dashed 0px #ccc;
    text-align:center;
}

.basket_full
{
    background-color:#bc1700;
    color:#fff;
    padding:10px 0px 0px 0px;
    font-size:1.2em;
    font-weight:bold;
    height:24px;
    margin:5px 0px 0px 0px;
    text-align:center;
}








#footer a
{
    text-decoration:underline;
    color:#fff;
}

#footer a:hover
{
    text-decoration:none;
}





#designedby a
{
    text-decoration:underline;
    color:#777777;
}

#designedby a:hover
{
    text-decoration:none;
}


/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/




.form_element p{
width: 300px;
clear: left;
margin: 0;
border: solid 1px #000000;
padding: 0px 0px 0px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
}

.form_element label{
font-weight: bold;
font-size:11px;
line-height:15px;
color:#646a6f;
text-align:right;
float: left;
margin:0px;
padding:0px 20px 0px 0px;
margin-left: 0px; /*width of left column*/
width: 135px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form_element input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 205px;
height:20px;
background-color:#ffffff;
border: solid 1px #8997bc;
margin:0px;
padding:0px;
}

.form_element textarea{
width: 250px;
height: 94px;
background-color:#ffffff;
border: solid 1px #8997bc;
font-family:Verdana;
margin:0px;
padding:0px;
}


.radio_element p{
width: 300px;
margin: 0;
padding: 0px 0px 0px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
}

.radio_element label{

font-size:11px;
float:left;
margin:0px;
padding:3px 0px 0px 0px;
width:126px;
margin-left: 0px; 
}

.radio_element table
{
    margin-bottom:20px;
}
.asterix
{
    color:Red;
}

.errorlabel
{
color:Red;
font-weight:bold;
}

.postcode_button
{
    position:absolute;
    margin-top:-28px;
    margin-left:135px;
}

.Postcode_finder
{
    margin-left:155px;
}



/*######################################### Client Grid view ############################*/

.DisplayBox
{
border: solid 1px #cccccc;

}
.DisplayBox td
{
padding-left:5px;
padding-top:10px;
padding-bottom:10px;
vertical-align:top;

    
}
.DisplayBox a
{
    color:Black;
}
.DisplayBox th
{
    text-align:left;
    vertical-align:top;
	padding-top:6px;
	padding-left:5px;
	color:#ffffff;
	height:17px; 
	background-image:url(../admin/images/menu_shim.gif);   
}

.DisplayBox th a
{
    
	color:#ffffff;
}
.DisplayBoxSelectedRow
{
    background-color:#cccccc;
    background: #b1d5f9;
    color:#3c3c3c;
}
.DisplayBoxSelectedRow a
{
        color:#ffffff;
     
}
.DisplayBoxAlternateRow
{
    background-color:#e3e2e2;    
}













