﻿/* -----[ Base Style Sheet ]--------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
table,th,td,form,fieldset,input,textarea {
	margin:0;
	padding:0;
}
body {
background-repeat:repeat-x;
background-image: url(../img/background/nav/mainNavBlock-Bg.jpg);
background-color:#FFFFFF;
	margin: auto;
	color: #34332F;
	font: normal small "Trebuchet MS", "Arial", sans-serif;
	text-align: center;
	font-size:12px;
}
table {
	border: 0;
	border-collapse: collapse;
}
table tr {
	vertical-align: top;
}
table th {
	font-weight: normal;
}
textarea {
	font-size: 1em;
}
img {
	border: 0;
}
ul li {
	list-style: none;
}
strong {
	color: #222;
}
em {
	color: #222;
	padding-right: 1px;
}
span {
	color: #888;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
var {
	font-style: normal;
}

/* -----[ Lists ]--------------------------------------------------------------------- */

p,
dl,
ol.list,
ul.list {
	padding-bottom: 15px;
	line-height: 1.4;
}
ol.list li,
ul.list li {
	padding-bottom: 5px;
	line-height: 1.3;
}
ol.list li {
	margin-left: 25px;
	padding-left: 0;
}
ul.list li {
	background: url(../img/icons/bullet_green.png) no-repeat 0 1px;
	padding-left: 18px;
}
ul.list li.subList,
ul.list li.subList ul li {
	background: none;
}
ul.list li.subList ul li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 0.9;
}
ul.list li.subList ul li a {
	text-decoration: none;
}

dl dt {
	float: left;
	width: 10em;
	padding-right: 10px;
	color: #666;
	line-height: 1.5em;
	text-align: right;
}
dl dd {
	line-height: 1.5em;
}

/* -----[ Tables ]--------------------------------------------------------------------- */

div.center, p.center,
tr.center th, tr.center td,
th.center, td.center {
	text-align: center !important;
}
tr.left th, tr.left td,
th.left, td.left {
	text-align: left !important;
}
tr.right th, tr.right td,
th.right, td.right {
	text-align: right !important;
}
tr.noWrap th, tr.noWrap td,
th.noWrap, td.noWrap {
	white-space: nowrap !important;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a {
	outline: none;
	color:#BB3502;
	text-decoration: underline;
}
a.light {
	color: #36F;
	text-decoration: none;
}
a:hover {
	color: #F26432 !important;
	text-decoration: none;
}

/* -----[ Icons ]--------------------------------------------------------------------- */

a.icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-left: 20px;
	text-decoration: none;
}
a.go {
	background-image: url(../img/icons/bullet_go.gif);
}
a.accept {
	background-image: url(../img/icons/accept.gif);
}
a.add {
	background-image: url(../img/icons/add.gif);
}
a.delete {
	background-image: url(../img/icons/cross.gif);
}
a.help {
	background-image: url(../img/icons/help.gif);
}
a.edit {
	background-image: url(../img/icons/bullet_pencil.gif);
	background-position: 0 1px;
	padding-left: 18px;
}
a.logon {
	background-image: url(../img/icons/key.gif);
	background-position: 0 1px;
	padding-left: 18px;
}
a.view {
	background-image: url(../img/icons/magnifier.gif);
	background-position: 0 2px;
	padding-left: 18px;
}
a.basketContinue {
	background-image: url(../img/icons/basket_go.gif);
}
a.basketAdd {
	background-image: url(../img/icons/basket_add.gif);
}
a.basketRemove {
	background-image: url(../img/icons/basket_remove.gif);
}
a.wishlistAdd {
	background-image: url(../img/icons/script_add.gif);
}
a.wishlistRemove {
	background-image: url(../img/icons/script_delete.gif);
}
a.deliveryAddress {
	background-image: url(../img/icons/lorry.gif);
}
a.deliveryAddressAdd {
	background-image: url(../img/icons/lorry_add.gif);
}
a.deliveryAddressRemove {
	background-image: url(../img/icons/bullet_delete.gif);
	padding-left: 15px;
}
a.save {
	background-image: url(../img/icons/bullet_disk.gif);
	background-position: 0 1px;
	padding-left: 18px;
}
a.print {
	background-image: url(../img/icons/printer.gif);
}
a.viewCatalogue {
	background-image: url(../img/icons/application_view_catalogue.png);
	background-position: 0 1px;
	padding-left: 18px;
}
a.viewList {
	background-image: url(../img/icons/application_view_list.png);
	background-position: 0 1px;
	padding-left: 18px;
}

/* -----[ Titles ]--------------------------------------------------------------------- */

h1, h2, h3 {
	font: medium "Trebuchet MS",sans-serif;
}
h1 {
	color: #C33;
	padding-top:10px;
	font-size: 18px;
	font-weight:bold;
}
.headerWrapper {
	height:44px;
	text-align:center;
	border:1px solid #F36734;
	background-image: url(../img/background/heading-Bg.gif);
	background-repeat:repeat-x;
}
h2 {
	color:#2F77BF;
	font-size:20px;
	padding-bottom:3px;
	margin-top:5px;
	margin-bottom:15px;
	border-bottom: 2px solid #B3D1EB;
}
h2 a {
	color: #7FA632;
	text-decoration: none;
}
h3 {
	padding-top:10px;
	padding-bottom:10px;
	color: #0054A5;
	font-size:15px;
}
h2 a,
h3 a {
	color: #36F;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}
h3 span {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	color: #C33;
	font-size:12px;
}

/* -----[ Hr ]------------------------------------------------------------------------------- */ 

hr {
	height:2px; 
	background-color: #F66433; 
	color: #F66433; 
	border: none; 
	margin: 10px 0 20px;
}

/* -----[ Message Display ]--------------------------------------------------------------------- */

.msgNotify,
.msgSuccess,
.msgWarning {
	border: 1px dotted #000;
	margin: 5px 20px 20px;
	padding: 10px;
}
.msgNotify {
	background: #FFEFBF;
	border-color: #B96;
}
.msgSuccess {
	background: #EAFFBF;
	border-color: #9B6;
}
.msgWarning {
	background: #FFDFD9;
	border-color: #B66;
}
.msgNotify h3,
.msgSuccess h3,
.msgWarning h3 {
	background-position: 0 3px;
	background-repeat: no-repeat;
	border: 0;
	margin: 0 0 5px;
	padding-left: 25px;
	padding-top:0!important;
}
.msgNotify h3 {
	background-image: url(../img/icons/comment_reverse.png);
	color: #960;
}
.msgSuccess h3 {
	background-image: url(../img/icons/accept.png);
	color: #360;
}
.msgWarning h3 {
	background-image: url(../img/icons/exclamation.png);
	color: #933;
}
.msgNotify p,
.msgSuccess p,
.msgWarning p {
	padding-bottom: 0;
	color: #444;
}
.msgCompact {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 5px;
}

.asyncNotify {
	background: #FFF4BF;
	margin: 5px 0;
	padding: 2px 5px;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.bubbleWrap {
	/*background: #E8E8DD;*/
	background: #D3D9E7;
	margin-bottom: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
}

.dataForm {
	font-family: "Trebuchet MS", "Arial", sans-serif;
}
.dataForm p {
	padding: 0;
}
.dataForm th,
.dataForm td {
	padding: 4px 10px;
}
.dataForm th {
	width: 10em;
	padding-right: 10px;
	color: #0054A5;
	text-align: right;
	vertical-align: top;
}
.dataForm th label {
	position: relative; 
	top: 3px;
}
.dataForm td label {
	font-weight:bold;
	font-size:13px;
	color:#0054A5;
}
.dataForm td input {
	margin-top:5px;
}
.dataForm td.checkList label,
.dataForm td.radioList span label {
	margin-right: 1em;
	padding-left: 4px;
	color: #0054A5;
}
.dataForm td.checkList input {
	position: relative;
	top:-4px;
}
.dataForm td.radioList input {
	position: relative; 
	top: 2px;
}
.dataForm span.options label {
	color:#555;
}

.radioListVertical input,
.radioListVertical label {
	line-height: 1.8;
}

.note {
	padding: 2px 0;
	margin-top:5px;
	color: #555;
	font: 11px;
	line-height: 1.2;
	text-align: left;
}
.validation {
	display: block;
	background: url(../img/icons/bullet_error.png) no-repeat 0 0;
	padding-left: 17px;
	color: #C23 !important;
	font-style: italic;
	text-align: left;
}
.highlight {
	background: #FFEFBF;
	padding: 0 2px;
	color: #333;
}

/* -----[ Data List ]--------------------------------------------------------------------- */

.columnList,
.dataList {
	width: 100%;
	margin-bottom: 15px;
}
.columnList tr,
.dataList tr,
.infoList tr {
	vertical-align: top;
}
.columnList tr.alternate,
.dataList tr.alternate {
	background: #F2F2F7;
}
.dataList th {
	background-color: #E0E0D5;
	padding: 10px 5px;
	font-weight: bold;
}
.dataList th {
	border: 1px solid #D7D7C9;
	color: #373F43;
}
.dataList p {
	text-align: left;
}
.dataList td {
	padding: 5px;
}
.dataList td.productThumb {
	width:110px;
}
.dataList a.extraBoldProductName {
	font-weight:bold;
	font-size:14px;
}
.dataList span {
	color:#666666;
}
.dataList span.small {
	font-size: 11px;
}

/* -----[ Column List ]--------------------------------------------------------------------- */

.columnList td {
	width: 33%;
	padding-right: 5px;
}
.columnList a {
	display: block;
	background: url(../img/icons/bullet_white.gif) no-repeat 0 0;
	padding-left: 18px;
	line-height: 1.4em;
}
.columnList a:hover {
	background-image: url(../img/icons/bullet_green.gif);
}

/* -----[ Info List ]--------------------------------------------------------------------- */

.infoList tr {
	border: 2px solid #FFF;
}
.infoList td,
.infoList th {
	padding: 2px 0;
}
.infoList th {
	width: 10em;
	background: #F2F2F7;
	padding-right: 5px;
	color: #666;
	text-align: right;
}
.infoList td {
	padding-left: 5px;
}
	

/* -----[ Form Inputs ]--------------------------------------------------------------------- */

input,
select,
textarea,
.checkbox label,
.checkList label,
.radioList label,
.value {
	font-family: "Trebuchet MS", "Arial" ,sans-serif;
}
input.inputText,
select.inputText,
textarea.inputText {
	background: #FFF;
	border: 1px solid #919596;
}
input.inputText {
	padding: 2px 3px;
	font-size: 11px;
}
select.inputText {
	padding: 1px 1px 1px 0;
}
textarea.inputText {
	padding: 1px 0 1px 3px;
}
input.inputText:focus,
select.inputText:focus,
textarea.inputText:focus {
	background: #FFF4BF;
	color: #000;
}
fieldset input.inputText:focus,
fieldset select.inputText:focus,
fieldset textarea.inputText:focus {
	background-color: #FFF !important;
}
input.inputButton,
a.linkButton {
	background: #676F73;
	border: 1px solid #474F53;
	border-top-color: #979FA3;
	border-left-color: #979FA3;
	padding: 2px 10px;
	color: #EEE;
	font: normal 15px "Trebuchet MS","Arial", sans-serif;
}
input.inputButtonSlim {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
input.inputButton:hover,
a.linkButton:hover {
	background: #575F63;
	color: #FFF;
	cursor: pointer;
}
a.linkButton,
a.linkButton:hover {
	text-decoration:none;
	color:#fff !important;
	padding:5px 15px 5px 15px;
}
input.required,
select.required,
textarea.required {
	border-color: #C66;
}

input.inputTextNumber {
	width: 40px;
	text-align: right;
}
input.inputTextShort {
	width: 60px;
}
input.inputTextMedium {
	width: 160px;
}
input.inputTextLong {
	width: 300px;
}
textarea.inputTextLong {
	width: 402px;
}

input.disabled {
	background: #979FA3 !important;
	border-color: #C7CFD3;
	border-top-color: #777F83;
	border-left-color: #777F83;
	color: #CCC !important;
	cursor: default !important;
}
.inputTextMCE {
	width: 450px;
	height: 350px;
}

/* -----[ Results Paging ]--------------------------------------------------------------------- */

.listPaging {
	width: 100%;
	margin: 5px 0 15px;
	background: #EEEEF2 url(../img/misc/bg-gradient.gif) repeat-x left center;
	border: 1px solid #D0D0D9;
	text-align: right;
}
.listPaging td {
	padding: 2px 3px 3px;
}
.listPaging a {
	color: #36F;
}
.listPaging b.total {
	margin-right: 10px;
}
.listPaging .pages a,
.listPaging .pages b {
	padding: 0 2px;
	text-decoration: none;
}
.listPaging a.disabled {
	color: #999 !important;
}

/* -----[ Miscellaneous ]--------------------------------------------------------------------- */

.hidden {
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity=50)
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearAfter {
	display: inline-block;
}
.clearAfter {
	display: block;
}
* html .clearAfter {
	height: 1%;
}
