/**************************************************************************
*	set default styles:
*	in NN, center and td don't inherit from body, so need to define as same.
*
* n.b. these settings affect all inherited styles.
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fffff;
	background-image: url(images/background.gif);
	margin-top: 15;
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
}

center, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:link		{color: #6699cc;}
a:visited	{color: #6699cc;}
a:active	{color: #6699cc;}
a:hover		{color: #cc0000;}

/**************************************************************************
*	set default styles that inherit from body:
*
* n.b. these settings affect all inherited styles.
**************************************************************************/
blockquote {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 15;
}

ul {
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 25;
}

ol {
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 35;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #246494;
	margin-top: 0;
	margin-bottom: 5;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 5;
}

hr {
	size: 2;
	width: 100%;
	color: #b3d4ea;
	margin-top: 0;
	margin-bottom: 0;
}

/**************************************************************************
*	set generic styles:
**************************************************************************/
.mini {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.mandatory {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.not_mandatory {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/**************************************************************************
*	set form element styles:
**************************************************************************/
form {
	margin-top: 0;
	margin-bottom: 0;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17;
}
input.button {
	height: 24;
}

/**************************************************************************
*	set popup window styles:
**************************************************************************/
body.popup {
	background-color: #ffffff;
	background-image: none;
	margin-top: 0;
	margin-bottom: 0;
}

table.popup_header_footer {
	background-color: #b3d4ea;
}
table.popup_header_footer a:link, table.popup_header_footer a:visited, table.popup_header_footer a:active {
	color: #246494;
}
table.popup_header_footer a:hover {
	color: #cc0000;
}

/**************************************************************************
*	set product list styles:
**************************************************************************/
table.product_list {
}
table.product_list h2 {
	margin-top: 5;
}
table.product_list a					{text-decoration: none;}
table.product_list a:link			{color: #246494;}
table.product_list a:visited	{color: #246494;}
table.product_list a:active		{color: #246494;}
table.product_list a:hover		{color: #cc0000;}

table.product_list a.more:link		{color: #666666;}
table.product_list a.more:visited	{color: #666666;}
table.product_list a.more:active	{color: #666666;}
table.product_list a:hover				{color: #cc0000;}

/**************************************************************************
*	set specific styles:
**************************************************************************/

td.contents {
	padding-top: 5;
}

td.footer {
	font-size: 11px;
	padding-bottom: 15;
}

div.results_summary {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
	margin-bottom: 1;
}

body.email_receipt {
	background-color: #ffffff;
	background-image: none;
	margin-top: 0;
	margin-bottom: 0;
}

.accessories_details {
	font-size: 11px;
	color: #808080;
	margin-top: 0px;
	padding: 2px;
	border: 1px #666666 solid;
	background-color: #F9F9F9;
}

.application_details {
	font-size: 11px;
	color: #808080;
	margin-top: 0px;
	padding: 2px;
	border: 1px #666666 solid;
	background-color: #eeeeee;
}

table.email_border {
	border-style: solid;
	border-width: 1px;
	border-color: #246494;
}

div.prod_info {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: hand;
	margin-top: 10;
	margin-bottom: 0;
}
blockquote.prod_info_answer {
	margin-top: 10;
	margin-bottom: 15;
}

td.label_text {
	font-weight: bold;
	color: #000000;
}

div.prev_next {
	padding: 10;
	text-align: right;
}


.productDetails {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 5;
	margin-bottom: 5;
}


.currencySelector {
	width: 240px;
	height: 47px;
	padding: 18px 20px 0 44px; /*sets top, right, bottom, left*/
	margin-bottom: 4;
}

.currencySelectorPayment {
	width: 240px;
	height: 47px;
	padding: 20px 10px 0 0; /*sets top, right, bottom, left*/
	margin: 0px
}

.viewBasket {
	width: 146px;
	height: 47px;
	padding: 14px 10px 0 44px; /*sets top, right, bottom, left*/
	margin-bottom: 4;
}

.greytxt {
	color: #cccccc;
}

.smalllink {
	font-size: 10px;
}
