﻿html, body, pre, form, blockquote, fieldset
{
    margin:0;
    padding:0;
}

a img
{ border:0px; }

body
{
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:16px;
	background-color:#000;
}

a, a:visited, a:hover
{ text-decoration:none; }

a, a:visited
{ color:#808080; }

a:hover
{ color:#fff; }

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:1px;
}

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;
}

div.result_tabs li a:hover, div.result_tabs li a.active
{
    background-position:0% -42px;
    border-bottom:1px solid white;
}

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:5px 15px 4px 6px;
}

div.result_tabs li div
{
    border-bottom:1px solid black;
    height:21px;
    width:auto;
    float:left;
}

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; }

/* 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;
}