/* General styles, applies to all areas */

BODY {
font-size : 11px;
font-family : Verdana, Arial, Helvetica, Sans-Serif;
margin-top : 1%;
margin-bottom : 1%;
margin-left : 1%;
margin-right : 1%;
background-color : #011C6D;
color:#FFFFFF
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H1 {
font-family: Verdana, Arial;
font-size : 100%;
font-weight : bold;
color : #006080;
}

H2 {
	font-size : 16px;
	color: white;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	border-bottom: solid 1px gray;
}

H3 {
font-size : 16px; color: white;
font-family : Verdana, Arial, Helvetica, Sans-Serif; 
display : block;
border-bottom: solid 1px gray;
}

HR {
color: gray;
background-color: gray;
height:1px;
}

TD, P, LI{
font-size : 11px;
font-family : Verdana, Arial, Helvetica, Sans-Serif;
font-size : 85%;
line-height : 110%;
}

P.smallbasic {
font-family: Verdana, Arial;
font-size : 70%;
}

P.smallnote {
font-size : 70%;
color : #FFFFFF;
display : inline;
}

P.smallfade {
font-size : 70%;
color : #FFFFFF;
}

.small {
font-size : 10px;
font-family : Verdana, Arial, Helvetica, Sans-Serif;
}

A {
color : #FFFFFF;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana, Arial;
font-size : 11px; 
/*font-size : 70%;*/
}

INPUT.button {
border-top : 1px solid #d3d3d3;
border-left : 1px solid #d3d3d3;
border-bottom : 1px solid #969696;
border-right : 1px solid #969696;
background-image : url(logos/button_bg.gif);
background-repeat:repeat-x;
font-family : Verdana, Arial;
font-size : 80%;
color : #000000;
}

INPUT.field {
border-top : 1px solid #747474;
border-bottom : 1px solid #747474;
border-left : 1px solid #747474;
border-right : 1px solid #747474;
font-family : Verdana, Arial;
font-size : 70%;
background : #ffffff;
color : #000000;
}

TEXTAREA.field {
border-top : 1px solid #747474;
border-bottom : 1px solid #747474;
border-left : 1px solid #747474;
border-right : 1px solid #747474;
font-family : Verdana, Arial;
font-size : 70%;
background : #ffffff;
color : #000000;
}

FORM.inline {
display : inline;
} 

/* Page top styles, applies to the top area */

TD.toplinks {
padding : 2px;
background-color : #011C6D;
border-top : 0px solid #c0c0c0;
border-bottom : 0px solid #c0c0c0;
}

P.toplinks {
font-family : Verdana, Arial;
font-size : 70%;
color : #FFFFFF;
}

/* Breadcrumb styles, applies to the breadcrumb area */

TD.topbreadcrumb {
padding : 5px;
}

P.topbreadcrumb {
font-family : Verdana, Arial;
font-size : 70%;
color : #FFFFFF;
}

A.topbreadcrumb {
text-decoration : none;
color : #FFFFFF;
}

/* Navigation styles, applies to the category navigation area on the left hand side */

TD.navigation {
padding : 15px;
border-right : 0px dashed #c0c0c0;
background-color : #243C81;
}

TD.nav_open { 
border-right : 0px solid #007ba4;
} 
 
P.nav_open { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #FFFFFF; 
} 
 
A.nav_open { 
color : #FFFFFF; 
} 
 
TD.nav_closed { 
border-right : 0px solid #eaeaea;
} 
 
P.nav_closed { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #FFFFFF; 
} 
 
A.nav_closed { 
color : #FFFFFF; 
}

/* Main styles, applies to the main page area on the right hand side */

TD.main {
padding : 15px;
background-color : #011C6D;
}

/* Cart snapshot styles, applies to the snapshot area of the shopping basket */

TD.basketbottom {
padding : 5px;
background-color : #011C6D;
border-top : 0px solid #c0c0c0;
border-bottom : 0px solid #c0c0c0;
}

FONT.basketbottom {
font-family: Verdana, Arial;
font-size : 70%;
color : #FFFFFF;
}

/* Bottom styles, applies to the bottom area */

TD.bottom {
padding : 5px;
}

/* Product table styles, applies to product detail area */

TABLE.product {
}

TD.product {
}


TD.details {
}

TR.list1 {
background-color : #011C6D;
} 

TR.list2 {
background-color : #012BA7;
} 

TD.grayborder {
border : 1px solid #eaeaea;
} 

TD.grayborder2 {
border : 1px solid #eaeaea;
background-color : #ffffff;
} 

TD.grayfill {
color : #000000 !important;
background-color : #f8f8f8;
border : 1px solid #eaeaea;
}


/* Shopping basket styles, applies to shopping basket table area */

TD.basketbasic {

border : 1px solid #eaeaea;
} 

P.basketbasic {
font-size : 80%;
} 

TD.baskettotal {
color : #000000 !important;
background-color : #f8f8f8;
border : 1px solid #eaeaea;
} 

P.baskettotal {
font-size : 80%;
font-weight : normal;
} 

/* Progress bar styles, applies to progress bar area */

P.pb {
font-size : 70%;
} 

TD.pbactive {
color : #FFFFFF;
border-top : 1px solid #f3f3f3;
border-bottom : 1px solid #f3f3f3;
background-color : #011C6D;
} 

TD.pbinactive {
	border-top : 1px solid #f3f3f3;
	border-bottom : 1px solid #f3f3f3;
	background-color : #011C6D;
	color: #011C6D;
}

a.info:active { color: silver; font-size: 10; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.info:link { color: silver; font-size: 10; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.info:hover { color: white; font-size: 10; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.info:vlink { color: silver; font-size: 10; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.info { color: silver; font-size: 10; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }

a:active   { color: gray; font-weight: bold; font-family: Verdana, Arial; text-decoration: none; font-size : 10px; border-width: 0px}
a:link  { color: white; font-weight: bold; font-family: Verdana, Arial; text-decoration: none; font-size : 10px; border-width: 0px}
a:hover  { color: white; font-weight: bold; font-family: Verdana, Arial; text-decoration: underline; font-size : 10px; border-width: 0px}
a:vlink  { color: gray; font-weight: bold; font-family: Verdana, Arial; text-decoration: none; font-size : 10px; border-width: 0px }
a { color: white; font-weight: bold; font-family: Verdana, Arial; text-decoration: none; font-size : 10px; border-width: 0px }

a.blue:active { color: navy; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.blue:link { color: navy; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.blue:hover { color: navy; font-weight: bold; font-family: Verdana, Arial; text-decoration: underline }
a.blue:vlink { color: navy; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }
a.blue { color: navy; font-weight: bold; font-family: Verdana, Arial; text-decoration: none }

a.sort:active   {color: white; text-decoration: none; border-width: 0px; font-weight: normal; font-size : 11px;}
a.sort:link  { color: white; text-decoration: none; border-width: 0px; font-weight: normal; font-size : 11px;}
a.sort:hover  { color: white; text-decoration: underline; border-width: 0px; font-weight: normal; font-size : 11px;}
a.sort:vlink  { color: white; text-decoration: none; border-width: 0px; font-weight: normal; font-size : 11px;}
a.sort { color: white; text-decoration: none; border-width: 0px; font-weight: normal; font-size : 11px;}