﻿/* 
	Make sure that this is consistent with 
	' Base fontname
	gsFontName = "Helvetica,Geneva,Arial,sans-serif"
	' Base fontsize
	gsFontSize = "11px"
	located in config file
*/
body
{
    font-family:Verdana;
	font-size:x-small;
}
html, div, pre, form, blockquote, fieldset
{
    margin:0;
    padding:0;
}

div#top a img, 
div#foot a img, 
div.col_left a img, 
div.col_right a img,
div.mid_top a img, 
div.teaser.image a img
{ border:0px; }

div#top img, 
div#foot img, 
div.col_left img, 
div.col_right img,
div.mid_top img
{ border:0px; }

a, a:visited
{ text-decoration:none; }

span.currentLocation
{
    color:#DDDDDD;
    padding-top:6px;
    float:left;
}

span.currentLocation a, span.currentLocation a:visited
{ color:inherit; }

div.search_results h2
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
}

div.result_tabs
{
    float:left;
    height:22px;
    width:100%;
    border-bottom:1px solid black;
    z-index:30;
}

div.result_tabs ul
{
    z-index:20;
    position:relative;
    top:2px;
}

div.result_tabs li a
{
    background:url('../common/tabs/tableftB.gif') no-repeat left top;
    padding-left: 4px;
    margin-right: 4px;
    border-bottom:1px solid black;
	color:#333333;
}

div.result_tabs li a:hover, div.result_tabs li a.active
{
    background-position:0% -42px;
    border-bottom:1px solid white;
	color:#000000;
}

div.result_tabs li a:hover span, div.result_tabs li a.active span
{ background-position:100% -42px; }

div.result_tabs li a span
{
    background:url('../common/tabs/tabrightB.gif') no-repeat right top;
    padding:3px 15px 4px 6px;
}

div.result_tabs li div
{
    border-bottom:1px solid black;
    height:21px;
    width:auto;
    float:left;
}

a.footer_print{
color:#003c78;
text-decoration:none;

}

a.footer_print:hover{
color:#f68b1f;
text-decoration:none;

}

a.tabActiveLink
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
td.tdTabActive
{
	padding:2px;
	background-color:#000000;
	color:#ffffff;
}

td.tdTabInactive
{
	padding:2px;
	background-color:#CCCCCC;
}
a.tabInactiveLink
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.productSortLink
{
	color:#000000;
	text-decoration:none;
}
a.productSortLink:hover
{
text-decoration:underline;
}


a, a:visited, a:hover
{ 
	border:0px;
  /*text-decoration:none;*/
}






table.form
{
    background-color:#eeeeee;
    margin-top:4px;
    margin-bottom:4px;
    padding:6px;
}
table.form td
{
    padding-right:6px;
    padding-top:2px;
}

table.form td.form_left
{
    white-space:nowrap;
    font-size:11px;
}

table.form td.form_right input
{ width:120px; }

.inpButton 
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	height:20px;
	padding-left:2px;
	padding-right:2px;
}

/* Spacing below rows in user profile form */
.editUserTable 
{
    border:1px solid #000000;
}
.tdEditUser {
	padding:4px 5px;
}
.editUserTableHead 
{
    background-color:#B9BAD1;
    height:20px;
    padding:10px;
}
.tdEditUserHead 
{
    background-color:#B7D8ED;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:5px;
}

/* Profile order delivery information and product information */
.tdProfileDetailsHeader {
	border-bottom:			1px solid black;
	font-size:				8pt;
	font-weight:			bold;
	padding-bottom:			2px;
}
.tdProfileDetails {
	font-size:				8pt;
}
.tdProfileDetailsFooter {
	border-bottom:			1px solid black;
	font-size:				8pt;
	padding-bottom:			2px;
}
.tdProfilePriceSum {
	border-top:				1px solid black;
	border-bottom:			1px solid black;
	font-size:				9pt;
	padding-top:			5px;
	padding-bottom:			5px;
}

/* UL style */
.ulMargin {
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
}