@charset "utf-8";
/* CSS Document */


/* Paging panel - including sorting */
.paging-container {
	background: top left no-repeat url(/skin/images/paging-bg.gif);
	margin: 10px 0;
	padding: 6px 15px 8px 15px;
	font-size: 11px;
}
.paging-container .paging {
	float: left;
	width: 400px;
}
.paging-container .sorting {
	float: right;
	width: 250px;
	text-align: right;
}
.paging-container strong {
	font-size: 12px;
	padding-right: 15px;
}
.paging-container a:link, .paging-container a:active, .paging-container a:visited {
	padding: 2px;
	color: #058bd0;
	text-decoration: none;
}
.paging-container a:hover {
	color: #058bd0;
	text-decoration: underline;
}
.paging-container em {
	color: #626262;
	font-weight: bold;
	font-style: normal;
	padding: 2px;
}
.paging-container a.active:hover {
	background-color: #a47c54;
	color: #ffffff;
	border: 1px solid #6d4b29;
}
.paging-container .sorting a:link, .paging-container .sorting a:active, .paging-container .sorting a:visited {
	padding: 2px;
	color: #878787;
	text-decoration: none;
}
.paging-container .sorting a:hover {
	color: #878787;
	text-decoration: underline;
}

/* Category lising */
.categorylist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.categorylist li {
	float: left;
	width: 200px;
	height: 180px;
	background: top left no-repeat url(/skin/images/box-categorylist.gif);
	margin: 3px;
	padding: 10px;
	text-align: center;
}
.categorylist .name {
	margin-bottom: 4px;
	padding-bottom: 4px;
	background: bottom repeat-x url(/skin/images/categorylist-info-div.gif);
}
.categorylist .name a {
	display: block;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}
.categorylist .name a:hover {
	text-decoration: underline;
}

/* Product listing page */
.productlist {
}
.productlist .product {
	width: 325px;
	border: 1px solid #e0e0e0;
	vertical-align: top;
}
.productlist .product .image {
	float: left;
	width: 140px;
	padding: 8px;
}
.productlist .product .image img {
	margin-bottom: 12px;
}
.productlist .product .details {
	width: 160px;
	margin: 6px 0 0 153px;
	line-height: normal;
}
.productlist .product .sku {
	color: #bdbdbd;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: bottom repeat-x url(/skin/images/productlist-info-div.gif);
}
.productlist .product .name {
	font-size: 11px;
	color: #686868;
	padding-bottom: 4px;
	border-bottom: 4px solid #e0e0e0;
	margin-bottom: 3px;
}
.productlist .product a {
	color: #686868;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.productlist .product .name p {
	font-weight: normal;
	font-size: 11px;
	margin: 2px 0;
	color: #555555;
}
.productlist .product a:hover {
	text-decoration: underline;
}
.productlist .product .price {
}
.productlist .product .price em {
	font-style: normal;
	font-size: 18px;
	color: #353535;
}
.productlist .product .rrp {
	color: #058bd0;
	margin: 4px 0;
}
.productlist .product .saveprice {
	color: #dd051d;
}
.productlist .product .description {
	margin-top: 6px;
	padding-top: 4px;
	border-top: 4px solid #e0e0e0;
}

.productlist .product .buttons {
	width: 180px;
	margin: 10px 0 15px 143px;
}




/* Cart Listing */
.cartlist {
	width: 673px;
	background: top left repeat-x url(/skin/images/row-div.gif);
}
.cartlist th {
	padding: 5px;
	background-color: #f1f1f1;
	border-bottom: 2px solid #dfdfdf;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
}

.cartlist th.remove {
	text-align: center;
}

.cartlist td {
	vertical-align: top;
	padding: 8px 5px;
	border-bottom: 2px solid #dfdfdf;
}

.cartlist td.remove {
	text-align: center;
}

.cartlist td input {
	width: 40px;
	border: 1px solid #a1a1a1;
	padding: 2px 4px;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.cartlist td p {
	margin: 1px;
}

.cartlist td.price {
	width: 80px;
}

#product select, #product input {
	width: auto;
	background-color: white;
	border: 1px solid #A1A1A1;
}

#checkout-login {
	float: right;
	padding: 0 0 0 5px;
	width: 250px;
	border: 2px solid #d7d5d5;
}

#checkout-login .form th {
	width: 70px;
}
#checkout-login .form td {
	padding: 3px 0;
}

#checkout-details {
}
#checkout-details h3 {
	margin: 0;
}

#panel-calculator {
	float: left;
	margin-top: 20px;
	width: 380px;
	border-right: 4px solid #e0e0e0;
}
#panel-cartdetails {
	margin: 0 0 0 350px;
	text-align: right;
	font-size: 14px;
	color: #141414;
}

#panel-cartdetails input {
	width: auto;
}
#panel-cartdetails input.button {
	width: auto;
	margin-bottom: 18px;
}

ul.pricing {
	font-size: 12px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li.discount-item {
	color: red;
}



.secure-panel {
	float: right;
	width: 170px;
	text-align: left;
	padding: 10px 10px 0 10px;
	border: 1px solid #d8d8d8;
}
.secure-panel p {
	text-align: center;
}
.secure-panel img {
	margin: 10px auto;
}

.action-buttons {
	text-align: right;
	margin: 10px 0;
}
.action-buttons img {
	margin-left: 10px;
}

.related-product {
	float: left;
	border: 1px solid #c4c4c4;
	padding: 5px;
	width: 200px;
	margin: 5px 10px 5px 0;
	height: 110px;
	line-height: normal;
}

.related-product img {
	float: left;
}



/* Product Details - default table layout style, non-specific fields */
#product .product-details { padding: 2px; margin: 2px; border-spacing: 1px; border: none; width: 95%}

#product .product-details th {
	background: url(/skin/images/icon-arrow.gif) no-repeat 0 10px;
	border-bottom: 1px dotted #cccccc;
	padding: 5px 5px 5px 14px;
	width: 130px;
	color: #058BD0;
	font-weight: bold;
	text-align: left;
}
#product .product-details td {
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	width: auto;
	text-align: left;
}
#product .product-details td p {
	text-align: left;
	margin: 0;
}

/* Product Features - 2 cols split */
#product .product-features {
        width: 100%;
}
#product .product-features td {
        width: 50%;
	vertical-align: top;
}
#product .product-features ul {
        margin-top: 0;
}

/* Product Specs - grid with multiple rows / cols */
#product .product-specs {
        width: 100%;
}
#product .product-specs th {
        background: none;
        background-color: #cccccc;
        text-align: center;
        padding: 3px;
        color: #868686;
        vertical-align: top;
        border-bottom: 1px solid #cccccc;
}
#product .product-specs td {
        padding: 3px;
        border-bottom: 1px solid #cccccc;
}
#product .product-specs td.heading {
        background-color: #dedede;
}
#product .product-specs td.centred {
        text-align: center;
}


#stepbar {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	width: 680px;
	height: 34px;
}
#stepbar li {
	float: left;
	display: inline;
	width: 170px;
	height: 34px;
	margin: 0;
	padding: 0;
}
#stepbar a {
	display: block;
	height: 34px;
}
#stepbar span {
	display: none;
}
.step1 {
	background: top left no-repeat url(/skin/images/checkout-progress_p1.gif);
}
.step2 {
	background: top left no-repeat url(/skin/images/checkout-progress_p2.gif);
}
.step3 {
	background: top left no-repeat url(/skin/images/checkout-progress_p3.gif);
}
.step4 {
	background: top left no-repeat url(/skin/images/checkout-progress_p4.gif);
}
















/**** Full Product details page ****/

/* Product layout */
#product {
	width: 675px;
	background: center repeat-y url(/skin/images/product-bg.gif);
}
#product .top {
	height: 10px;
	background: center no-repeat url(/skin/images/product-top.gif);
}
#product .bottom {
	height: 10px;
	background: center no-repeat url(/skin/images/product-bottom.gif);
	clear: left;
}

#product input.button {
	border: 0;
	width: auto;
	padding: 0;
}

/* Product images */
#productimage {
	float: left;
	margin: 0 10px;
	border: 1px solid #c4c4c4;
}
#product .thumbs {
	margin: 5px 5px 0 5px;
	line-height: normal;
	padding: 0;
}

#product img.zoom-info {
	margin: 0 0 0 10px;
}

#product .thumbs img {
	margin: 5px;
	border: 1px solid #c4c4c4;
}

/* Product name */
#product h1 {
	margin: 0;
	padding: 0;
	color: #525252;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#product .main-details {
	width: 350px;
	padding-right: 10px;
	height: 292px;
	float: right;
}

/* Product links - print, send to friend, ask a question */
#product .main-links {
	border-bottom: 6px solid #e0e0e0;
	padding: 6px 0;
}

/* Product pricing info - price, RRP, save */
#product .main-priceinfo {
	font-size: 14px;
	color: #525252;
	padding: 0 0 6px 0;
}
#product .price-full {
	width: 350px;
	line-height: 20px;
}
#product .price-left {
	width: 180px;
	float: left;
}
#product .price-right {
	width: 150px;
	float: right;
}
#product span.price {
	font-size: 30px;
	font-weight: bold;	
	line-height: 30px;
}
#product span.currency {
	font-size: 10px;
}
span.item-label {
	background-color: #77a708;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
}
#product span.sku {
	font-size: 12px;
}
#product span.rrp {
	color: #058bd0;
	font-weight: bold;
}
#product span.save {
	color: #dd051d;
	font-weight: bold;
}

/* Product review star rating */
#product .main-rating {
	clear: both;
	padding: 3px 0;
	border-bottom: 6px solid #e0e0e0;
}
#product .main-rating img {
	margin: 0 3px 3px 0;
	vertical-align: middle;
}

/* Product selections - qty, options */
#product .main-selections {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
#product .main-qty {
	width: 80px;
	float: left;
}
#product .main-qty input {
	width: 24px;
	margin: 0 2px;
	font-size: 12px;
	padding: 3px 2px;
}
#product .main-qty img {
	margin-bottom: 3px;
	vertical-align: middle;
}
#product .main-option {
	width: 260px;
	float: right;
}
#product .main-option select {
	width: 254px;
	margin: 0 2px;
	font-size: 12px;
	padding: 2px;
}
#product .main-shipping {
	clear: both;
	font-weight: normal;
}
#product .shipping-info {
	width: 180px;
	float: left;
	line-height: 18px;
	padding-top: 10px;
}
#product .main-addcart {
	width: 156px;
	float: right;
	height: 57px;
}


/* Product details and information area */

/* Tab Content */
ul.tabs {
	margin: 10px 0 -1px 10px;
	padding: 0;
	float: left;
	list-style-image: none;
	list-style: none;
	height: 32px;
	width: 650px;
	font-weight: bold;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin-right: 1px;
	overflow: hidden;
	position: relative;
	background: top left no-repeat url(/skin/images/tab-bg.gif);
	list-style-image: none;
	list-style: none;
}
ul.tabs li a, ul.tabs li a:link, ul.tabs li a:active, ul.tabs li a:visited {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #525252;
	display: block;
	padding: 0;
	outline: none;
}
ul.tabs li a:hover {
	color: #000000;
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:link, html ul.tabs li.active a:active, html ul.tabs li.active a:visited, html ul.tabs li.active a:hover  {
	font-weight: bold;
	color: #525252;
	background: top left no-repeat url(/skin/images/tab-bg-active.gif);
	border-bottom: 1px solid #FFFFFF;
}

/* Alt tab style - book button */
ul.tabs li#alt {
	background: top left no-repeat url(/skin/images/tab-alt-bg.gif);
}
ul.tabs li#alt a:hover {
	background: top left no-repeat url(/skin/images/tab-alt-bg-hover.gif);
}
html ul.tabs li#alt.active, html ul.tabs li#alt.active a, html ul.tabs li#alt.active a:link, html ul.tabs li#alt.active a:active, html ul.tabs li#alt.active a:visited, html ul.tabs li#alt.active a:hover  {
	background: top left no-repeat url(/skin/images/tab-alt-bg-hover.gif);
}

.tab_container {
	background-color: #FFFFFF;
	border: 1px solid #c4c4c4;
	width: 620px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	clear: left;
	padding: 10px 15px 15px 15px;
	margin: 0 0 20px 10px;
}


#product em {
	font-style: normal;
	color: #b5b5b5;
}
#product .details p {
	margin: 0 0 10px 0;
}
#product .details .description {
	margin: 5px 10px 10px 10px;
}
#product .details .panel-shipping {
	background: top center no-repeat url(/skin/images/panel-product-shipping.gif);
	padding: 5px 15px;
	margin: 20px 0 10px 0;
	line-height: 25px;
	color: #626262;
	text-align: center;
	height: 132px;
}
#product .details .panel-shipping .title {
	background: bottom repeat-x url(/skin/images/panel-product-div.gif);
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 18px;
}
#product .details .panel-shipping .shippingamount {
	color: #74a407;
	font-size: 11px;
}

#product .review-total {
	float: left;
	width: 330px;
}
#product .review-total th {
	width: auto;
	background: none;
	padding: 1px;
	color: #545454;
	text-transform: uppercase;
	border: 0;
}
#product .review-total td {
	width: auto;
	border: 0;
	padding: 1px;
}

#product .addreview {
	float: right;
	width: 230px;
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#product .addreview a:link, #product .addreview a:active, #product .addreview a:visited {
	background-color: #78a709;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 40px;
}
#product .addreview a:hover {
	background-color: #EF5704;
	color: #FFFFFF;
	text-decoration: none;
}

#product .review-user {
}
#product .review-user th {
	width: 120px;
	background: none;
	padding: 10px 1px;
	font-size: 14px;
	border: 0;
	vertical-align: top;
}
#product .review-user th em {
	color: #545454;
	text-transform: uppercase;
	font-size: 12px;
}
#product .review-user td {
	width: auto;
	border: 0;
	padding: 10px 1px;
	vertical-align: top;
}

#product .review-user td em {
	font-size: 14px;
	color: #058BD0
}

.item-qa {
	border-bottom: 6px solid #E0E0E0;
	margin-top: 10px;
}

.item-qa p {
	margin: 3px 0;
}

.item-qa .question {
	background: top left no-repeat url(/skin/images/icon-question.gif);
	padding-left: 30px;
	line-height: 15px;
}

.item-qa .answer {
	background: top left repeat-x url(/skin/images/qa-answer-bg.gif);
	padding: 0 5px;
	min-height: 50px;
}
.item-qa .qa-logo {
	float: left;
	width: 86px;
	height: 44px;
	background: top left no-repeat url(/skin/images/qa-answer-logo.png);
	margin: 0 5px 5px 0;
}
