/*

cartrackingdevices.net SCREEN style sheet
=================================================

Copyright:		2009 dpivision.com
Author:			Ian Sidaway
Last edit:		21/10/2009 by Ian Sidaway
Notes:			Horizontal top-level departments, optional drop-down sub departments

*/


/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a img {
	border: none;
	}


/* =BASE
================================================= */

html {
	background: #fff;
	}
body {
	background: #fff url(../graphics/tramigo/body-bg.gif) repeat-x left 0;
	color: #111;
	font: 62.5%/1.8em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #111;	
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #900;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 1em 0;
	}
p {
	font-weight: normal;
	line-height: 1.8em;
	}
h2 {
	clear: both;
	font-size: 2em;
	margin: 1.5em 0 1em 0;
	}
h2#pageTitle {
	color: #111;
	font-size: 2.8em;
	margin: 1.2em 0 1em 0;
	}
h2 span {
	color: #aaa;
	}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 2em 0 1em 0;
	}
h4,
h5 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {
	font-size: 2em;
	font-weight: bold;
	color: #ff0000;
	}
.note {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: .5em 10px;
	}
.message.positive {
	border: 1px solid #0f0;
	padding: .5em 10px;
	}
.message.negative {
	border: 1px solid #f7e1e1;
	padding: .5em 10px;
	}
.warning {
	border: 1px solid #f7e1e1;
	padding: .5em 10px;
	}
address {
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.8em;
	margin: .5em 0;
	}
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	}
acronym:hover {
	border-color: #111;
	}


/* =CONTAINER
================================================= */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}


/* =HEADER
================================================= */

#header {
	border-top: 3.2em solid #111;
	font-size: 1.1em;
	height: 180px;	
	width: 100%;
	}
#header .inner {
	background: url(../graphics/tramigo/header-temp.png) no-repeat top right;
	height: 180px;	
	margin: 0 auto;
	position: relative;
	width: 960px;
	}

/* company logo & tagline */

h1#logo {
	height: 37px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999999px;
	top: 42px;
	width: 220px;
	}
h1#logo a {
	background: url(../graphics/tramigo/logo_black.gif) no-repeat 0 0;
	display: block;
	height: 37px;
	opacity: 1;
	}
h1#logo a:active {
	position: relative;
	top: 1px;
	}
h2#tagline {
	color: #fff;
	font-size: 2em;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 92px;
	}

/* shopping basket info */

#info {
	margin: 0 auto;
	position: relative;
	top: -3.2em;
	width: 960px;
	z-index: 10;
	-webkit-transition: background-color .2s linear;
	}
#basket {
	float: right;
	font-weight: bold;
	margin: 0;
	text-align: center;
	width: 220px;
	}
#basket a {
	background: #222;
	color: #aaa;
	display: block;
	height: 3.2em;
	line-height: 3.2em;
	-webkit-transition: color .2s linear;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	}
#basket a:hover {
	color: #fff;
	}


/* =MID
================================================= */

#mid {
	margin: 0 auto;
	padding-bottom: 1.5em;
	position: relative;
	width: 960px;
	}

/* breadcrumb trail */

#breadcrumbs {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #888;
	float: left;
	font-size: 1.1em;
	display: inline;
	margin: 1.4em 0 .5em 0;
	padding: .5em 10px;
	width: 688px;
	}
#breadcrumbs a {
	color: #444;
	font-weight: bold;
	}
#breadcrumbs a:hover {
	color: #111;
	}


/* =SIDEBAR
================================================= */

#sidebar {
	float: right;
	display: inline;
	width: 230px;
	}

/* logo */

#sideLogo {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
	margin: 1em 0 1em 0;
	padding: 3.8em 0;
	}

/* base */

#sidebar h3 {
	margin: 1.5em 0 1em 0;
	}

/* search */

#search {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 2em;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 5px;
	width: 165px;
	}
#searchKeyword:hover,
#searchKeyword:focus {
	border: 1px solid #ccc;
	}
#searchSubmit {
	background: #971116;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	float: right;
	font-size: 1.1em;
	margin: 0;
	overflow: hidden;
	padding: 5px .5em;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #d81920;
	cursor: pointer;
	}
	
/* reference currency */

#refCurrency {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 2em;
	}

#refCurrencySelection {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 5px;
	width: 165px;
	}

#refCurrencySubmit {
	background: #971116;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	float: right;
	font-size: 1.1em;
	margin: 0;
	overflow: hidden;
	padding: 5px .5em;
	text-transform: uppercase;
	}
	
#refCurrencySubmit:hover {
	background: #d81920;
	cursor: pointer;
	}
/* top-level navigation */

#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	left: 0;
	position: absolute;
	top: -4.1em;
	width: 960px;
	}
#navDept li {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	}
#navDept li a {
	background: #a21318;
	border-top: 1px solid #971116;
	color: #cbd7e2;
	display: block;
	float: left;
	font-weight: bold;
	height: 4em;
	letter-spacing: .1em;
	line-height: 4em;
	display: block;
	padding: 0 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	-webkit-transition: background-color .2s linear;
	}
#navDept li a:hover {
	background: #971116;
	color: #fff;
	}
#navDept li a:active {
	background: #971116;
	color: #fff;
	height: 3.8em;
	position: relative;
	top: 1px;
	}
#navDept li a.selected {
	background: #fff;
	border-top-color: #fff;
	color: #111;
	text-shadow: none;
	}
#navDept li a:hover.selected {
	background: #fff;
	color: #111;
	}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	z-index: 9999;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 170px;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer / */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	font-size: 1.1em;
	left: 0;
	position: absolute;
	top: -216px;
	width: 720px;
	}
#navTools li {
	border-left: 2px solid #222;
	color: #fff;
	display: inline;
	font-weight: bold;
	height: 3.2em;
	line-height: 3.2em;
	margin-left: 1em;
	padding-left: 1.1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	}
#navTools li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#navTools li a {
	color: #aaa;
	-webkit-transition: color .2s linear;
	}
#navTools a:hover {
	color: #fff;
	}
#navTools a:active {
	top: 1px;
	position: relative;
	text-shadow: none;
	}

/* menu items */

.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 1.5em;
	}
.navStatic li {
	background: url(../graphics/tramigo/bullet.gif) no-repeat 10px 50%;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 .5em 0;
	padding-left: 2.2em;
	}
.navStatic li a {
	color: #777;
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	}

/* newsletter signup */

#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#newsletterSubmit {
	background: #5a8bb6;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#newsletterSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* menu items */

#recentlyViewed {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 1.5em;
	}
#recentlyViewed li {
	background: url(../graphics/tramigo/bullet.gif) no-repeat 10px 50%;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 .5em 0;
	padding-left: 2.2em;
	}
#recentlyViewed li a {
	color: #777;
	}
#recentlyViewed li a:hover {
	color: #111;
	}

/* hidden schizzle */

#shopByBrand,
#adv {
	display: none;
	}


/* =MAIN
================================================= */

#main {
	float: left;
	display: inline;
	width: 710px;
	}


/* =CONTENT
================================================= */

#content {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 3em;
	}
#content p {
	font-size: 1.3em;
	}
#content p.strap {
	border-left: 3px solid #eee;
	color: #aaa;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.6em;
	margin-top: 1.5em;
	padding-left: 1em;
	}
#content p a {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	padding: 0 .2em;
	}
#content p a:hover {
	border-bottom: 1px solid #ddd;
	color: #111;
	}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	font-size: 1.2em;
	list-style: disc;
	margin: .5em 0 .5em 2em;
	padding-left: .5em;
	}
#content ol {	
	margin: 1em 0 2em 0;
	}
#content ol li {
	font-size: 1.2em;
	list-style: disc;
	margin: .5em 0 .5em 2em;
	padding-left: .5em;
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
#content #contactDetails {
	background: #f2f2f2;
	float: right;
	margin-left: 20px;
	padding: 1em 15px;
	width: 320px;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}

/* content images */

.image-right {
	float: right;
	margin: 0 0 1em 20px;
	}
.image-left {
	float: left;
	margin: 0 20px 1em 0;
	}
.image-center {
	clear: both;
	margin: 0 auto 1em auto;
	text-align: center;
	}
.framed {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 10px;
	}


/* =SUBDEPARTMENTS
================================================= */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}


/* =FORMS
================================================= */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #111;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
fieldset p {
	font-size: 1.3em;
	}
label {
	display: block;
	font-size: 1.1em;
	}
.formField {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 5px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 3px 5px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	margin-right: 5px;
	padding: 3px 5px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	margin-right: 5px;
	padding: 5px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	margin-right: 5px;
	padding: 5px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #971116;
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 5px .5em;
	}
.formButton:hover {
	background: #d81920;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #999;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}

/* content area forms (checkout, login, contact form etc.) */

#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 310px;
	}
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}


/* =TABLES
================================================= */

table {
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 1.1em;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #eee;
	border-bottom: 1px solid #e6e6e6;
	letter-spacing: .1em;
	padding: 5px;
	text-transform: uppercase;
	}
tr {
	background: #f9f9f9;
	}
td {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #111;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


/* =PAGINATION
================================================= */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT LISTS
================================================= */

/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	padding: 1px 10px 0 170px;
	}
.products li:hover {
	background: #f2f2f2;
	}
.products li h3 {
	background: none;
	clear: left;
	margin: 1em 6.5em 1em 0;
	}
.products li h3 a {
	color: #900;
	-webkit-transition: color .2s linear;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	background: #eee;
	display: inline;
	float: left;
	margin: -3.4em 0 1em -158px;
	padding: 2px;
	position: relative;
	}
.products .image:hover {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare,
.products .seeAll {
	display: inline;
	font-size: 1.1em;
	margin: .5em 1em .5em 0;
	}
.products li p {
	font-size: 1.2em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #111;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .05em;
	margin: .5em 0 1em 0;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid */

.products.grid {}

/* sort by options / attributes header */

#productSort {
	display: none;
	}
#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	padding: 0 5px 1px 5px;
	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}


/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding-bottom: 3em;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {	
	float: left;
	margin: 0 0 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 3px 0 0;
	}
#product .image ul li a img {
	border: 1px solid #eee;
	padding: 2px;
	}
#product .image ul li a:hover img {
	border: 1px solid #ddd;
	padding: 2px;
	}

/* product price & options */

#product .info {
	background: #f9f9f9;
	border: 1px solid #eee;
	float: right;
	margin: 0 0 1em 0;
	padding: 1px 20px 20px 20px;
	position: relative;
	width: 278px;
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 1em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	font-size: 1.1em;
	float: left;
	margin-left: 1.2em;
	}
#product .info #addWishlist {
	border-left: 0;
	margin-left: 0;
	}
#product .info #addWishlist a,
#product .info #addComparison a {
	color: #666;
	}
#product .info #addWishlist a:hover,
#product .info #addComparison a:hover {
	color: #111;
	}
#product .actions {
	clear: both;
	}


/* =ARTICLES
================================================= */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	list-style: none;
	margin: 1em 0 .5em 0;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
#articles ul li a:hover {
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
================================================= */

/* star ratings */

.review {
	background: url(../graphics/tramigo/ratings.gif) no-repeat 0 0;
	display: block;
	font-size: 1.1em;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	font-size: 1.1em;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
#reviewcontainer p {
	font-size: 1.1em;
	}
#reviewcontainer p a {
	font-weight: bold;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
================================================= */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	border-top: 1px solid #eee;
	margin: 1em 0;
	}
ol#searchResults li {
	border-bottom: 1px solid #eee;
	list-style: none;
	margin: 1em 0;
	}
ol#searchResults li h3 {
	margin: 1em 0;
	}
#searchResults p {
	margin-top: -.5em;
	}
#searchResults span {
	color: #ccc;
	margin-left: .5em;
	}



/* =MISC
================================================= */

/* site map */

ul#sitemap,
ul#sitemap ul,
ul#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
ul#sitemap {
	margin: 1em 0;
	}
ul#sitemap li {
	margin: 1em 0;
	}
ul#sitemap li h3 {
	margin: 1em 0;
	}
ul#sitemap ul {
	padding-left: 2em;
	}
ul#sitemap ul li {
	list-style: disc;
	margin-left: .5em;
	padding-left: .5em;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0 2em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0 2em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}
#cv2 {
	margin: -2.9em 0 0 75px;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =FOOTER
================================================= */

#footer {
	clear: both;
	font-size: 1.1em;
	padding: 1em 0;
	}
#footer .inner {
	background: url(../graphics/tramigo/footer-bg.gif) no-repeat 0 0;
	height: 42px;
	margin: 1em auto;
	width: 960px;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 0 0 0 155px;
	}
#footer li {
	border-left: 2px solid #fff;
	color: #fff;
	display: inline;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	margin-left: 1em;
	padding-left: 1.1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #E1E1E1; 
	}
#footer a:hover {
	color: #fff;
	}
#footer a:active {
	top: 1px;
	position: relative;
	text-shadow: none;
	}


/* =FLOAT FIX
================================================= */

.inner:after,
#content:after,
.pagination:after,
#product:after,
#total:after,
.module1:after,
.module2:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.inner,
#content,
.pagination,
#product,
#total,
.module1,
.module2,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: inline-block;
	}
/* Hide from IE Mac \*/
.inner,
#content,
.pagination,
#product,
#total,
.module1,
.module2,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/* End hide from IE Mac */