@import url('lib/960.css');
@import url('lib/reset.css');
@import url('lib/forms.css');
@import url('lib/typography.css');

body {
	background: #CCC;
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
}

h1 {
	margin-top: 27px;
}

#container {
	margin-top: 7px;
	padding-top: 14px;
	background: #FFF;
	font-size: 1.2em;
	color: #666;
}

.form-button, #content .form-button {
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 4px;
	border: none;
	background: #333;
	color: #CCC;
}

#content .form-button {
	font-size: 1.2em;	
}

#content .back {
	font-size: 1.2em;
	color: #CCCCCC;
	text-decoration: none;
}

.form-button:hover, #content .form-button:hover {
	background: #CCC;
	color: #333;
}

.form-button.orange {
	background: #EB7E00;
	color: #FFF;
}

.form-button.orange:hover {
	background: #009FEE;
}

.form-button.blue {
	background: #009FEE;
	color: #FFF;
}

.form-button.blue:hover {
	background: #EB7E00;
}

/***** Extra template for checkout *****/

#page-background {
	background: #FFF;
	margin: 0px 10px;
}

#page-background #content .page-wrapper {
	margin-right: 0px;
}

#page-background #sidebar-right .module {
	margin-top: 10px;
	margin-right: 10px;
}

/***** Header *****/

#head {
	position: relative;
	z-index: 29;
}

#shop-navigation ul {
	float: right;
	margin-bottom: 9px;
}

#shop-navigation ul li a {
	color: #000;
	text-decoration: underline;
}

#header-cart {
	float: right;
	border: 1px solid #DCDCDC;
	width: 218px;
}

#header-cart-content {
	padding: 9px;

}

#header-cart-content h3 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 0px;
	float: left;
}

#header-cart-content a, #header-cart-content p {
	float: right;
	text-decoration: none;
	color: #666;
	margin-bottom: 0px;
	font-size: 1em;
}

#header-cart-items a:hover {
	text-decoration: underline;
}

#header-cart-content #header-cart-expand-link {
	float: left;
}

#header-cart-content .header-cart-subtotal {
	color: #000;
}

#header-cart-expanded {
	position: absolute;
	z-index: 100;
	display: none;
	width: 198px;
	padding: 9px;
	background: #FFF;
	border: 1px solid #DCDCDC;
}

#header-cart-expanded button {
	float: right;
}

#header-cart-expanded h5 {
	float: left;
	font-size: 1.1em;
	color: #FFF;
	background: #009FEE;
	padding: 4px;
	margin: 5px 0px;
}

#header-cart-expanded #cart-topbar {
	margin-right: 0px;
}

#header-cart-expanded ol li {
	border-top: 1px solid #333;
	padding: 5px;
}

#header-cart-expanded ol li.odd {
	background: #EEE;
}

#header-cart-expanded ol li.last {
	border-bottom: 1px solid #333;
}

#header-cart-expanded .product-images {
	float: left;
	margin-right: 5px;
}

#header-cart-expanded .product-details {
	float: left;
	width: 103px;
}

#header-cart-expanded .product-details .price {
	color: #000;
	font-weight: bold;
}

#header-cart-expanded .product-details a {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	text-decoration: none;
}

#header-cart-expanded .product-details a:hover {
	text-decoration: underline;
}

#search_mini_form h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 9px;
	margin-right: 10px;
	float: left;
}

#search_mini_form .mini-search {
	float: right;
}

#search_mini_form .mini-search input#search {
	border: 1px solid #666;
	width: 175px;
}

#search_mini_form .mini-search input.button {
	padding: 3px 4px;
	border: none;
	font-weight: bold;
	background: #333;
	color: #CCC;
}

#search_mini_form .mini-search input.button:hover {
	background: #CCC;
	color: #333;
}

/***** Page and module *****/

#main {
	padding: 8px 0px 10px 0px;
	border-top: 3px solid #CCC;
	background: #DEDEDE;
}

#head h1 a {
	width: 302px;
	height: 60px;
	background-repeat: no-repeat;
	margin-left: 28px;
}

#content {
	background: #FFF;
}

#content a, .sidebar a {
        color: #979799;
        text-decoration: underline;
}

#content a:hover, .sidebar a:hover {
        text-decoration: none;        
}

#sidebar-left .module, #sidebar-right .module {
	background: #FFF;
}

#sidebar-left .module-title, #sidebar-right .module-title {
	padding: 4px;
}

.sidebar .module-content {
	margin: 0px 10px;
}

#sidebar-left .module ul {
	margin: 0px 0px 10px;
	list-style-type: none;
	font-size: 1.4em;
}

#sidebar-left .callout {
	background: transparent;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

/***** Left Navigation *****/

.layered-nav {
	padding-bottom: 0px;
	margin-top: 0px;
}

.sidebar .module .module-title {
	margin-bottom: 8px;
	color: #FFF;
	background: #009FEE;
}

.layered-nav.home h3 {
	background: #333;
}

.layered-nav dd {
	margin-left: 0px;
}

.layered-nav ul {
	margin: 0px;
	list-style-type: none;
}

.layered-nav ul li a {
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	color: #CCC;
	background: #333;
	margin-bottom: 2px;
}

.layered-nav ul li a:hover {
	background: #D900C0;
	color: #FFF;
}

.layered-nav dl {
	margin-bottom: 0px;
}

/***** Sidebar *****/

.mini-compare-products ol {
	margin-right: 0px;
}

.mini-compare-products ol li {
	margin-bottom: 4px;
}

.mini-compare-products .form-button {
	margin-top: 10px;
}

.mini-wishlist h3 a {
	color: #FFF;
}

.mini-wishlist ol li {
	vertical-align: top;
	margin-bottom: 10px;
}

/***** Breadcrumbs *****/

#breadcrumbs {
	font-size: 1.1em;
	padding: 7px 10px;
}

#breadcrumbs li a {
	padding: 3px 2px;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

#breadcrumbs li a:hover {
	background: #666;
	color: #FFF;
}

/***** Page Bits *****/

h3.page-title, .cms-page-view #content .page-head h3, .cms-no-route #content h3 {
	color: #FFF;
	font-size: 1.5em;
	background-color: #009FEE;
	display: block;
	float: left;
	padding: 10px 20px 5px;
	margin: 10px;
}

.page-wrapper {
	margin: 10px;
}

/***** Home page *****/

.deals {
	margin: 10px;
}

.deals div {
	float: left;
	position: relative;
}

.deals .odd {
	margin-right: 4px;
}

.deals .deal-strapline {
	position: absolute;
	width: 250px;
}

.deals .odd .deal-strapline {
	top: 280px;
	left: 0px;
}

.deals .even .deal-strapline {
	top: 30px;
	right: 0px;
}

.deals h3 {
	color: #FFF;
	font-size: 2.2em;
	font-weight: lighter;
	line-height: 1.2em;
	padding: 0px 10px 5px;
}

.deals .odd h3 {
	background: #ff41ff;
	text-align: left;
	float: left;
}

.deals .even h3 {
	background: #00b900;
	text-align: right;
	float: right;
}

/***** Shopping Cart *****/

.checkout-cart-index .page-wrapper {
	margin-top: 10px;
	padding-top: 20px;
}

.checkout-cart-index h3 {
	margin-left: 0px;
}

ul.checkout-types {
	margin-bottom: 10px;
}

#content a.checkout-proceed-link {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	padding: 6px 10px;
	text-align: center;
	background:#EB7E00;
	color: #FFF;
}

#content a.checkout-proceed-link:hover {
	background: #009FEE;
}

/***** Shopping Cart *****/

#shopping-cart-table {
	border: 1px solid #333333;
	font-size: 1.1em;
}

#shopping-cart-table thead th {
	border: 1px solid #333333;
	background: #333;
}

#shopping-cart-table tbody {
	border: 1px solid #333333;
}

#shopping-cart-table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333333;
	color: #666;
}

#shopping-cart-table tfoot td {
	border-bottom: none;
	border-top:  1px solid #333;
}

#shopping-cart-table button {
	float: right;
}

#shopping-cart-table button.continue-shopping {
	float: left;
}

#shopping-cart-table tr.odd {
	background: #EEE;
}

#shopping-cart-table td a {
	color: #666;
}

#shopping-cart-table td input {
	padding: 2px;
	border: 1px solid #666;
}

#shopping-cart-table tfoot td {
	font-size: 0.8em;
}

.shopping-cart-fieldset {
	width: 300px;
	float: left;
}

.shopping-cart-fieldset .module {
	border-bottom: none;
}

.shopping-cart-fieldset input {
	border: 1px solid #666;
}

.shopping-cart-fieldset select {
	border: 1px solid #666;
}

#shopping-cart-totals-table {
	width: 280px;
	font-size: 1.1em;
}

.module.page-wrapper.cart-empty p {
	padding: 0px 10px;
}

#shopping-cart-table #shopping-cart-update-button {
	background-color: #009FEE;
	color: #FFF;
}

#shopping-cart-table #shopping-cart-update-button:hover  {
	background: #EB7E00;
}

.shopping-cart-fieldset ul.checkout-types {
	float: right;
}

.shopping-cart-fieldset#cart-totals {
	float: right;
	margin: 0px;
}

/***** Checkout *****/

ol#checkoutSteps {
	margin: 10px 0px;
	border-bottom: 1px solid #BBB;
	border-left: none;
	border-right: none;
	border-top: none;
}

ol#checkoutSteps .section {
	font-size: 1.1em;
	line-height: 1.3em;
}

ol#checkoutSteps li.section {
	border-top: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #BBB;
}

ol#checkoutSteps li.active {
	border: 1px solid #333333;
}

ol#checkoutSteps li .head {
	background-color: #FFF;
}

ol#checkoutSteps li .head h3 {
	color: #BBB;
}

ol#checkoutSteps li.active .head {
	background-color: #DADBDC;
}

ol#checkoutSteps li.active .head h3 {
	color: #333;
}

ol#checkoutSteps.one-page-checkout li.section div.head h3 .step-count {
	background-color: #999;
	color: #CCC;
}

ol#checkoutSteps.one-page-checkout li.section.active div.head h3 .step-count {
	background-color: #009FEE;
	color: #FFF;
}

ol#checkoutSteps.one-page-checkout li.section .panel {
	margin: 0px;
	padding: 15px 0px;
	background: url(../images/bg-content-top.gif) repeat-x scroll 0 0;
}

ol#checkoutSteps select, #checkoutSteps input {
	border: 1px solid #666;
}

ol#checkoutSteps #checkout-step-login .form-button {
	font-size: 1.1em;
}

ol#checkoutSteps .form-button.right {
	font-size: 1.1em;
	float: right;
	background: #EB7E00;
	color: #FFF;
}

ol#checkoutSteps .form-button.right:hover {
	background: #009FEE;
}

ol#checkoutSteps a.back.left {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	padding: 4px;
	border: none;
	background: #333;
	color: #CCC;	
}

ol#checkoutSteps a.back.left:hover {
	text-decoration: underline;
	background: #CCC;
	color: #333;
}

ol#checkoutSteps li #billing-new-address-form .composite-item,
ol#checkoutSteps li #shipping-new-address-form .composite-item {
	margin-right: 0px;
}

ol#checkoutSteps li #billing-new-address-form .composite-item label,
ol#checkoutSteps li #shipping-new-address-form .composite-item label {
	text-align: left;
}

ol#checkoutSteps li #billing-new-address-form label,
ol#checkoutSteps li #shipping-new-address-form label,
#payment_form_HSBC li label {
	float: left;
	text-align: right;
	width: 260px;
	margin: 6px 15px 0px 0px;
}

ol#checkoutSteps li #payment_form_HSBC li .v-fix-1 .validation-advice,
ol#checkoutSteps li #payment_form_HSBC li .v-fix-2 .validation-advice {
	margin-left: 0px;
}

ol#checkoutSteps li #billing-new-address-form #billing-street-address,
ol#checkoutSteps li #shipping-new-address-form #shipping-street-address,
ol#checkoutSteps li #billing-new-address-form .validation-advice,
ol#checkoutSteps li #shipping-new-address-form .validation-advice {
	margin-left: 275px;
}

ol#checkoutSteps li #billing-new-address-form .customer-name .validation-advice,
ol#checkoutSteps li #shipping-new-address-form .customer-name .validation-advice,
ol#checkoutSteps li #billing-new-address-form #billing-street-address .validation-advice,
ol#checkoutSteps li #shipping-new-address-form #shipping-street-address .validation-advice {
	margin-left: 0px;
}

ol#checkoutSteps li #billing-new-address-form #billing-street-address input,
ol#checkoutSteps li #shipping-new-address-form #shipping-street-address input,
#payment_form_HSBC li input, #payment_form_HSBC li select {
	margin-bottom: 10px;
}

ul#payment_form_HSBC {
	list-style-type: none;
	margin: 0px;
}

#payment_form_HSBC li .v-fix-1 {
	float: left;
	margin-right: 10px;
	width: 140px;
}

#payment_form_HSBC li .v-fix-2 {
	float: left;
	width: 103px;
}

ol#checkoutSteps li #payment_form_HSBC .validation-advice {
	margin-top: -10px;
	margin-left: 275px;
	margin-bottom: 10px;
}

ol#checkoutSteps li #checkout-review-table {
	font-size: 1em;
}

ol#checkoutSteps li #checkout-review-table thead th {
	background: #333;
}

ol#checkoutSteps li #checkout-review-table .attributes-col {
	font-weight: normal;
}

ol#checkoutSteps li #review-buttons-container {
	float: right;
}

ol#checkoutSteps li #review-buttons-container input {
	border: none;
}

#sidebar-right .one-page-checkout-progress h3 {
	background-color: #009FEE;
}

/***** Forgot Password *****/

.module.page-wrapper.forgot-password {
	margin-top: 10px;
}

.forgot-password .module-content {
	margin: 0px 10px;
}

/***** Login Page *****/

#content .login-form {
	margin-top: 10px;
}

.module.page-wrapper.login-form .login-box {
	width: 440px;
	float: left;
	margin: 0px 10px;
}

/***** Customer Account Section *****/

.sidebar-reorder ol#cart-sidebar-reorder {
	margin-right: 0px;
	line-height: 1.3em;
	list-style-type: outside;
}

.sidebar-reorder ol#cart-sidebar-reorder li {
	margin-bottom: 5px;
}

#sidebar-left .account-nav ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4em;
}

.account-nav ul li.on {
	font-weight: bold;
}

.account-nav ul li a {
	text-decoration: none;
}

.account-nav ul li a:hover {
	text-decoration: underline;
}

#content .page-wrapper input {
	border: 1px solid #666;
}

#content .page-wrapper label {
	margin-bottom: 3px;
}

#content .account-page {
	margin-top: 10px;
}

#content .account-page .module-content, #content .forgot-password .module-content {
	margin: 0px 10px;
}

#content .account-page h3,
#content .login-form h3,
.cms-page-view #content .page-head h3,
.cms-no-route #content h3.module-title,
#content .contact-form h3,
#content .forgot-password h3 {
	margin-left: 0px;
}

#content .account-order-view-table {
	margin: 0px 10px;
}

#content .account-page .module-content table, #content .account-order-view-table table {
	border: 1px solid #333;
	font-size: 1.1em;
}

#content .account-page .module-content thead th, #content .account-order-view-table thead th {
	background: #333;
	border: none;
}

#content .account-page .module-content td, #content .account-order-view-table td {
	border-bottom: 1px solid #333;
}

#content .account-order-view-table tfoot td {
	border-bottom: none;	
}

#content .account-order-view-table .form-button {
	font-size: 1.3em;
}

#content .account-page .tag-heading {
	padding-top: 10px;
}

#content .account-page ul {
	list-style-type: none;
	margin-left: 0px;
}

#content .account-page .mini-product-tags ul {
	font-size: 1.4em;
	line-height: 1.6em;
}

#content .account-page .data-table .form-button {
	font-size: 1.1em;
}

#content .account-page .module-content {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content .account-page #wishlist-table .price {
	color: #979799;
	font-size: 0.8em;
}

.account-dashboard .ad-account-info {
	font-size: 1.1em;
	line-height: 1.3em;
}

.account-order-view .order-info ul {
	list-style-type: none;
	margin-left: 0px;
	font-size: 1.5em;
}

.sales-order-history .button-set {
	margin-left: 10px;
}

#content .account-page .link-cart, #content .account-page .link-remove {
	float: right;
	font-size: 1.2em;
	text-decoration: none;
	margin: 10px;
}

.primary-address-list h5 {
	font-size: 1.1em;
}

.primary-address-list address {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content .account-page table tfoot td {
	border-bottom: none;
}

#content .account-page .primary-address-list ol li {
	margin-bottom: 15px;
}

#content .col2-set .col-1, #content .col2-set .col-2, #content .col2-set2 .col-1, #content .col2-set2 .col-2 {
	width: 350px;
	margin-bottom: 20px;
	float: left;
}

#content .button-set {
	margin-bottom: 10px;
}

#content .module-content .button-set {
	margin-left: 0px;	
}

#content .module-content .form-button:hover, .button-set .form-button:hover {
	color: #333;
}

/***** Tags, Search, Reviews *****/

#content .tag-list, #content .search-results {
	margin-top: 10px;
}

#content .tag-list h3, #content .search-results h3 {
	margin-left: 0px;
}

#content .tag-list ul {
	font-size: 1.2em;
	list-style-type: none;
}

#search_autocomplete {
	background: #FFF;
	border: 1px solid #CCC;
	z-index: 99;
	position: relative;
}

#search_autocomplete ul {
	list-style-type: none;
	margin-bottom: 0px;
}

#search_autocomplete ul li {
	font-size: 1.1em;
	margin: 4px 0px;
}

#search_autocomplete ul .amount {
	margin-right: 10px;
}

#content .list-tools .pages {
	margin: 0px 180px;
}

#content .list-tools .pages ol {
	list-style-type: none;
}

#content .list-tools .pages ol li {
	display: inline;
}

#content .list-tools select {
	border: 1px solid #666;
}

.review-product-list .page-wrapper {
	padding-top: 20px;
}

#content .write-review ul {
	list-style-type: none;
}

#content .write-review ul li {
	margin-bottom: 10px;
}

#content .write-review ul li textarea {
	margin-top: 0px;
}

/***** CMS pages *****/

.cms-page-view #content {
	margin: 0px 10px;
	background: #FFF url('../images/bg-content-top.gif') repeat-x 0px 28px;
}

.cms-page-view .col3-set .col-1,
.cms-page-view .col3-set .col-2,
.cms-page-view .col3-set .col-3 {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.cms-page-view .col3-set .col-1 {
	margin-left: 10px;
}

.videoconferencing, .installed-systems {
	font-size: 1.1em;
	line-height: 1.2em;
}

/***** Contact page *****/

.module.page-wrapper.contact-form {
	margin-top: 10px;
}

.module.page-wrapper.contact-form .module-content {
	padding: 10px;
}

.module.page-wrapper.contact-form .module-content h4.legend {
	color: #FFF;
	background-color: #009FEE;
	padding: 3px 10px;
}

#contactForm ul, #callbackForm ul {
	list-style-type: none;
}

#contactForm .contact-input-fields, #callbackForm .contact-input-fields {
	float: left;
}

#contactForm .contact-form-address, #contactForm .contact-form-tel-fax, #callbackForm .contact-form-address, #callbackForm .contact-form-tel-fax {
	margin-left: 70px;
	float: left;
}

#contactForm .input-box, #callbackForm .input-box {
	margin-bottom: 10px;
}

#contactForm input, #callbackForm input {
	border: 1px solid #333;
	width: 200px;
}

/***** Help Desk *****/

#helpdesk {
	margin: 10px;
	font-size: 1.1em;
}

#helpdesk h4.head {
	background-color: #009FEE;
	color: #FFFFFF;
	padding: 5px 10px 5px;
}

/***** 404 page *****/

.cms-no-route #content .module {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px;
	background: #FFF url('../images/bg-content-top.gif') repeat-x 0px 0px;
}

.cms-no-route h3 {
	margin-top: 38px;
}

/***** Footer *****/

#foot .form-button {
	font-size: 1.56em;
}

#footer-newsletter {
	border-bottom: 2px solid #FFF;
}

.informational {
	border-top: 2px solid #949494;
	border-bottom: 2px solid #FFF;
}

.informational fieldset {
	border: none;
	padding-left: 0px;
}

#footer-newsletter #newsletter-validate-detail label {
	background: #009EEF;
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
	float: left;
	padding: 7px;
	margin-right: 20px;
}

#footer-newsletter #newsletter-validate-detail input {
	margin-top: 4px;
	border: 1px solid #666;
}

.informational h3 {
	background: #009EEF;
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
	float: left;
	padding: 7px;
}

.informational ul {
	margin: 0px 10px 30px 0px;
	list-style-type: none;
}

.informational ul li a, #footer-right #footerContactForm label {
	color: #DEDEDE;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7em;
}

#footer-left {
	width: 520px;
	float: left;
	padding-top: 32px;
}

#footer-col1, #footer-col2 {
	width: 260px;
	float: left;
}

#footer-right {
	border-left: 2px solid #FFF;
	width: 380px;
	float: left;
	padding: 32px 0px 20px 40px;
}

#footer-right #footerContactForm fieldset {
	padding: 0px;
	margin: 0px;
}

#footer-right #footerContactForm label {
	display: block;
	float: left;
	margin-right: 4px;
	text-align: right;
	width: 100px;
}

#footer-right #footerContactForm input {
	border: 1px solid #666;
	margin: 0px 0px 13px 0px;
	width: 220px;
}

#footer-right #footerContactForm textarea {
	border: 1px solid #666;
	margin: 0px 0px 15px 0px;
	width: 260px;
}

#footer-right #footerContactForm button {
	margin-left: 104px;
}

#foot .legality {
	background: #474747;
}

#foot .legality img {
	display: block;
	float: left;
	margin-top: 18px;
	margin-bottom: 17px;
}

#foot .legality-text {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	color: #CCC;
	margin: 30px 0px 0px 38px;
}

#foot .legality-text p {
	margin-bottom: 10px;
}

#foot .legality-text ul {
	list-style-type: none;
	float: left;
	margin: 0px;
}

#foot .legality-text ul li {
	padding: 0px 4px;
	float: left;
	border-right: 1px solid #666;
}

#foot .legality-text ul li.first {
	padding-left: 0px;
}

#foot .legality-text ul li.last {
	border-right: none;
}

#foot .legality-text ul li a, #foot .legality-text .credits a {
	color: #FFF;
	text-decoration: underline;
}

#foot .legality-text ul li a:hover, #foot .legality-text .credits a:hover {
	text-decoration: none;
}

#foot .legality-text .credits {
	float: right;
}
