@charset "UTF-8";
/* CSS Document */

body {
	background: #fff url(images/bg.gif);
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6e6e;
}

img, div { 
behavior: url(iepngfix.htc);
}

.clear {
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}
img {
	margin: 0 0 -3px 0;
}
#container {
	background: #fff;
	width: 920px;
	padding: 1px 10px 10px 10px;
	margin: auto;
}
#content {
}
.warning {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.sub-title {
	font-weight: bold;
	color: #005E9D;
}
.small {
	font-size: 11px;
}
.line {
	border-bottom: 1px solid #c7c7c7;
	clear: both;
}
.form-select {
	font-size: 10px;
}


.btn-a, #basket-dd ul li .btn-a {
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fba011), to(#e45802));
	background: -moz-linear-gradient(#fba011, #e45802);
	background-color: #e45802;
	padding:5px 10px;
	font-size: 13px;
}
.add-basket-btn .btn-a {
	font-size: 15px;
	padding:6px 14px;
}
.btn-a:hover, #basket-dd ul li .btn-a:hover {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
	background: -moz-linear-gradient(#999, #555);
	background-color: #999;
	text-decoration: none;
}
.btn-a:active, .btn-a:focus, #basket-dd ul li .btn-a:active, #basket-dd ul li .btn-a:focus {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#999));
	background: -moz-linear-gradient(#555, #999);
	background-color: #999;
}
#basket-dd ul li .btn-a {
	width: 75px;
	display: block;
}

.btn-null {
	cursor: default;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fba011), to(#e45802));
	background: -moz-linear-gradient(#fba011, #e45802);
	background-color: #e45802;
	padding:5px 10px;
	font-size: 13px;
}

.btn-null:hover{
	text-decoration: none;
}


/* TOP SECTION */


#top-links{
background: url(images/top-links.jpg) repeat-x;
height: 28px;
font-size: 11px;
}

#top-links ul{
list-style: none;
padding: 0;
margin: 0;
border-left: 1px solid #2a658f;
border-right: 1px solid #01315f;
height: 28px;
}

#top-links ul li{
width: 151px;
float: left;
text-align: center;
border-left: 1px solid #01315f;
border-right: 1px solid #2a658f;
}

#top-links ul li a{
display: block;
height: 21px;
color: #fff;
padding-top: 7px;
}

#top-links ul li a:hover{
background: #012b54;
text-decoration: none;
}

#header {
	height: 87px;
	background: url(images/header.jpg) repeat-x;
	text-align: right;
}
#logo {
	float: left;
	width: 159px;
	height: 46px;
	padding: 22px 39px 0 33px;
}
#top-number-box {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 16px 0 0 60px;
	text-align: center;
}
.top-number {
}
#top-link {
	font-size: 11px;
	padding: 15px 5px 15px 0;
}
#top-link a {
	color: #fff;
}
#top-link a:hover {
	text-decoration: underline;
}
#basket-box-outer {
	float: right;
	width: 108px;
	height: 30px;
	color: #fff;
	font-size: 12px;
}
#basket-box, #account-box {
	height: 24px;
	width: 108px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#032a50), to(#021c37));
	background: -moz-linear-gradient(#032a50, #021c37);
	background-color: #032a50;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	text-align: center;
}
#account-box:hover, #basket-box-outer:hover #basket-box {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d2d61), to(#135298));
	background: -moz-linear-gradient(#0d2d61, #135298);
	background-color: #0d2d61;
	color: #fff;
}
#account-box {
	float: left;
}
#top-menu {
	font-size: 12px;
	padding: 0 18px 4px 0;
	float: right;
	width: 225px;
	color: #fff;
}
#top-menu #basket-box a, #top-menu #account-box a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 4px 0 0 0;
}
/* BASKET */


#basket-dd {
	background: #fff;
	padding: 8px 12px;
	color: #555;
	position: absolute;
	text-decoration: none;
	z-index: 1502;
	left: auto;
	display: none;
	border: 2px solid #246796;
	width: 200px;
	font-size: 10px;
	top: 63px;
	margin-left: -120px;
}
#basket-dd p {
	margin: 0;
	padding: 0 0 3px 0;
}
#basket-box-outer:hover #basket-dd {
	display: block;
}
#basket-dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#basket-dd ul li {
	padding: 5px 0;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
#basket-box-outer:hover #basket-dd {
	f\loat: left;
}
}
#basket-dd ul li a:hover {
	text-decoration: underline;
}
#basket-dd-btns {
	height: 23px;
}
/* LEFT SECTION */

#left-column {
	width: 190px;
	float: left;
	min-height: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#search-box {
	padding: 10px 0 0 0;
}
#search-box form #query {
	width: 223px;
	height: 24px;
	padding: 0 10px;
	background: url(images/search-box.png) no-repeat;
	border: none;
}
#search-box form #query:focus {
	border: none;
	outline: none;
	margin: 0;
}
#menu {
	padding: 5px 0 10px 0;
	font-size: 11px;
}
#small-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 22px;
}
#small-menu li {
	padding: 3px 0;
}
#small-menu a {
	text-decoration: none;
	color: #666;
}
#small-menu a:hover {
	color: #f3850c;
}
.sub-text {
	font-size: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 8px;
	padding: 0 5px 10px 5px;
	width: 160px;
}
.sub-btn {
	clear: both;
	padding: 4px 0 0 0;
}
.sub-img {
	float: right;
	padding: 0 0 0 8px;
}
.sub-header {
	height: 23px;
	color: #FFF;
	padding: 8px 0 0 30px;
	margin-bottom: 8px;
	font-size: 12px;
	width: 140px;
	clear: both;
}
.sub-header a {
	color: #fff;
}
#sub-phone {
	background: url(images/sub-header-phone.jpg) no-repeat;
}
#sub-payment {
	background: url(images/sub-header-lock.jpg) no-repeat;
}
#sub-normal {
	background: url(images/sub-header.jpg) no-repeat;
	height: 23px;
	color: #FFF;
	padding: 8px 0 0 15px;
	margin-bottom: 8px;
	font-size: 12px;
	width: 155px;
}
.sub-grey {
	background: url(images/sub-grey-header.jpg) no-repeat;
	padding: 7px 0 0 8px;
	color: #666;
}
#sub-grey a {
	color: #666;
}
#sub-grey a:hover {
	color: #005E9D;
	text-decoration: none;
}
.sub-number {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #f3850c;
}
.right-sub-header {
	background: url(images/bar-grey.jpg) repeat-x;
	height: 22px;
	color: #666;
	padding: 7px 0 0 8px;
	margin: 0 0 8px 0;
	font-size: 12px;
}
.right-sub-header a {
	text-decoration: none;
	color: #666;
}
.right-sub-header a:hover {
	color: #005E9D;
	text-decoration: none;
}
#visit-store {
	background: url(images/sign-up-box.jpg) repeat-y;
	color: #FFF;
	padding: 10px 16px 10px 16px;
	font-size: 12px;
}
#visit-store a {
	color: #FFF;
}
#visit-store ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 7px;
}
#visit-store li {
	background: url(images/tick.gif) no-repeat;
	padding: 0 0 0 20px;
}
#store-map {
	clear: both;
}
.search-spacer {
	padding: 4px 0;
}
#payment-logos {
	text-align: center;
	padding: 20px 0;
}
/* MAIN SECTION */

#icons-holder{
height: 75px;
background: #f6f6f8;
margin: 10px 0;
padding: 7px;
}

p.icons-title{
font-size: 16px;
float: left;
margin: 0;
padding: 18px 0 0 5px;
color: #005E9D;
}

ul#icons{
padding: 0;
margin: 0;
list-style: none;
float: right;
}

ul#icons li{
float: left;
text-align: center;
padding: 0 9px;
}

ul#icons li a{
color: #005E9D;
display: block;
width: 57px;
padding-top: 60px;
}

ul#icons li a:hover{
text-decoration: none;
}

ul#icons li#Hands a{
background: url(images/icon-hands.gif) no-repeat;
}

ul#icons li#Hands a:hover{
background: url(images/icon-handsOn.gif) no-repeat;
}

ul#icons li#Feet a{
background: url(images/icon-feet.gif) no-repeat;
}

ul#icons li#Feet a:hover{
background: url(images/icon-feetOn.gif) no-repeat;
}

ul#icons li#Eyes a{
background: url(images/icon-eyes.gif) no-repeat;
}

ul#icons li#Eyes a:hover{
background: url(images/icon-eyesOn.gif) no-repeat;
}

ul#icons li#Feet a{
background: url(images/icon-feet.gif) no-repeat;
}

ul#icons li#Feet a:hover{
background: url(images/icon-feetOn.gif) no-repeat;
}

ul#icons li#Hips a{
background: url(images/icon-hips.gif) no-repeat;
}

ul#icons li#Hips a:hover{
background: url(images/icon-hipsOn.gif) no-repeat;
}

ul#icons li#Neck a{
background: url(images/icon-neck.gif) no-repeat;
}

ul#icons li#Neck a:hover{
background: url(images/icon-neckOn.gif) no-repeat;
}

ul#icons li#Knees a{
background: url(images/icon-knees.gif) no-repeat;
}

ul#icons li#Knees a:hover{
background: url(images/icon-kneesOn.gif) no-repeat;
}

ul#icons li#Elbows a{
background: url(images/icon-elbows.gif) no-repeat;
}

ul#icons li#Elbows a:hover{
background: url(images/icon-elbowsOn.gif) no-repeat;
}

ul#icons li#Back a{
background: url(images/icon-back.gif) no-repeat;
}

ul#icons li#Back a:hover{
background: url(images/icon-backOn.gif) no-repeat;
}


table#access2 td {
	border-bottom: 1px solid #ccc;
	padding: 7px 4px;
}
a {
	color: #005E9D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#home-main-img {
	margin-top: 10px;
	background: url(images/home-main-img.jpg) no-repeat;
	float: right;
	height: 180px;
	width: 730px;
}
#home-main-img2 {
	margin-top: 10px;
	background: url(images/home-free-delivery.jpg) no-repeat;
	float: right;
	height: 180px;
	width: 730px;
}
#home-main-img3 {
	margin-top: 10px;
	background: url(images/home-guarantee.jpg) no-repeat;
	float: right;
	height: 180px;
	width: 730px;
}
#home-find-out {
	padding: 126px 0 0 42px;
	width: 125px;
}
#main-column {
	width: 730px;
	min-height: 700px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#main-column ul, #main-column ol {
	padding: 0 0 0 16px;
	margin: 0;
}
#main-column li {
	padding: 3px 0;
}
#breadcrumb {
	padding: 0 0 8px 13px;
	font-size: 11px;
}
#breadcrumb a {
	color: #6c6e6e;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #f3850c;
}
.content-bar {
	height: 23px;
	background: url(images/content-bar.jpg) no-repeat;
	color: #FFF;
	font-size: 12px;
	padding: 8px 10px 0 18px;
}
.content-bar a {
	color: #FFF;
	text-decoration: none;
}
.content-bar a:hover {
	color: #f3850c;
}

.browse-holder{
padding: 12px 10px;
}

.browse-img {
	text-align: center;
	padding: 0 0 14px 0;
}

.browse-info {
	padding: 0 11px 0 10px;
	line-height: 15px;
	font-size: 12px;
}
.browse-summary {
	padding: 4px 0 0 0;/*min-height: 36px;*/
}

.browse-price {
	color: #f3850c;
	font-size: 14px;
	font-weight: bold;
}
.browse-vat {
	color: #999;
	font-size: 11px;
}


.home-product {
	width: 165px;
	margin: 0 2px 6px 0;
}
.home-product-top {
}
.home-product-bottom {
	padding: 0;
}
.home-products-container {
	padding: 6px;
	margin: 0 0 14px 0;
	border-left: 1px dotted #ccc;
}



.cat-pic {
	text-align: center;
	padding: 0 0 14px 0;
}
.cat-holder {
	padding: 4px 11px 0px 10px;
	line-height: 15px;
	font-size: 12px;
}
.level {
	padding: 5px 0;
}
.browse-title, .home-cat-title {
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 5px 0;
}
.home-cat-title {
	text-align: center;
}
.browse-title a, .home-cat-title a {
	text-decoration: underline;
	color: #666;
}
.browse-title a:hover, .home-cat-title a:hover {
	color: #f3850c;
}

.category-txt {
	padding: 10px 100px 30px 16px;
}
#text-area {
	padding: 20px 80px 20px 30px;
	border-left: 1px dotted #ccc;
}
#contact-info {
	float: right;
	width: 240px;
	line-height: 18px;
	margin: 4px 0 20px 0;
}
/*Example for a Menu Style*/
.hometabs {
	height: 53px;
	background: url(images/home-tabs.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#main-column .hometabs ul {
	margin:0px;
	padding:0 0 0 9px;
	list-style:none;
	height: 36px;
}
#main-column .hometabs li {
	float: left;
	line-height:23px;
	height: 36px;
	text-align: center;
	padding: 0;
}
#main-column .hometabs li a {
	color:#ffffff;
	text-decoration:none;
	padding:6px 0 0 0;
	height: 30px;
	width: 178px;
	display: block;
	text-shadow: 0 -1px 1px #d32f00;
	font-weight: bold;
}
#main-column .hometabs li a.tabactive {
	background: url(images/home-tab-over.jpg) repeat-x;
	position:relative;
}

#main-column .hometabs li.left a.tabactive {
	background: url(images/home-tab-left.jpg) repeat-x;
}
#main-column .hometabs li.right a.tabactive {
	background: url(images/home-tab-right.jpg) repeat-x;
}
#hometab1, #hometab2, #hometab3, #hometab4 {
	height: 213px;
	padding: 24px 356px 0 38px;
	line-height: 16px;
}

#hometab1 a, #hometab2 a, #hometab3 a, #hometab4 a{
color: #f3850c;
text-decoration: underline;
line-height: normal;
}

#hometab1 a:hover, #hometab2 a:hover, #hometab3 a:hover, #hometab4 a:hover{
color: #6c6e6e;
}

#hometab2, #hometab3, #hometab4{
display: none;
}

#hometab1 {
	background: url(images/home-tab-content-welcome.jpg) no-repeat;
}
#hometab2 {
	background: url(images/home-tab-content-promise.jpg) no-repeat;
}
#hometab3 {
	background: url(images/home-tab-content-visit.jpg) no-repeat;
}
#hometab4 {
	background: url(images/home-tab-content-call.jpg) no-repeat;
}

.tabtitle{
color: #f3850c;
font-size: 22px;
line-height: normal;
font-weight: bold;
height: 90px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.tabsubtitle{
color: #005E9D;
font-weight: normal;
font-size: 22px;
line-height: normal;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0 0 10px 0;
margin: 0;
}

/* RIGHT SECTION */

#right-column {
	width: 170px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#entertainment {
	background: url(images/entertainment-bg.gif) repeat-y;
}
.entertainment {
	background: #FFF;
	margin: 0 15px 3px 17px;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 8px 7px 8px;
}
.entertainment-title {
	color: #666;
}
/* FOOTER SECTION */

#footer {
	clear: both;
	margin: auto;
	padding: 20px 16px 20px 20px;
	font-size: 11px;
	line-height: 14px;
	background: url(images/footer.jpg) repeat-x #f3f3f3;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #f3850c;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer li {
	padding-bottom: 6px;
}
#footer-list-col1 {
	float: left;
	width: 138px;
	border-right: 1px solid #999;
}
#footer-list-col2 {
	float: left;
	width: 138px;
	padding: 0 7px 0 15px;
}
#footer-col3 {
	width: 339px;
	float: left;
	padding: 0 7px 0 20px;
}
#footer-col4 {
	width: 128px;
	text-align: center;
	float: left;
	padding-left: 20px;
}
.helpline {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
#footer-bottom {
	clear: both;
	width: 292px;
	font-size: 10px;
	padding: 15px 0 0 0;
}
* html #footer-bottom {
	text-align: center;
	padding: 25px 0 10px 0;
	clear: both;
}
/* CATEGORY PAGE */

.sort-products {
	padding: 0 3px 10px 3px;
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
}
.sort-products-bottom {
	padding: 10px 3px 10px 3px;
	font-size: 10px;
	border-top: 1px dotted #ccc;
}
.sort-products a {
	color: #839f09;
}
.sort-products-form {
	font-size: 10px;
}
/* PRODUCT PAGE */

#product-container {
	padding: 21px 0 20px 2px;
	border-left: 1px dotted #ccc;
}
#product-left-container {
	float: left;
	width: 330px;
	padding: 0 0 20px 20px;
}
#product-frame {
	text-align: center;
	height: 330px;
}
.extra-title {
	padding: 15px 0 5px 0;
	font-weight: bold;
}
#product-col {
}
.thumb-product-frame {
	height: 60px;
	margin: 0 6px 6px 0;
	width: 60px;
	float: left;
	text-align: center;
}
#product-info {
	width: 320px;
	padding: 0 14px 0 20px;
	float: right;
	margin-bottom: 20px;
	border-left: 1px dotted #ccc;
}
.product-title {
	padding: 10px 0 0 0;
}

.product-title h1{
font-size: 16px;
font-weight: bold;
color: #666;
margin: 0;
padding: 0;
display: inline;
}


.product-code {
	color: #999;
	font-weight: bold;
}
.product-price {
	font-size: 16px;
	color: #e2001a;
}
.enlarge-image {
	text-align: center;
	padding: 5px 0 8px 0;
	color: #666;
	font-size: 12px;
}
.price {
	color: #f3850c;
	font-size: 24px;
	font-weight: bold;
}
.alt-price {
	font-weight: bold;
	font-size: 15px;
	color: #005E9D;
}
.VAT-tag {
	font-weight: bold;
	font-size: 13px;
	color: #999;
}

.RRP {
color: #999;
}
.option-table td {
	padding: 2px 10px;
}
#quantity {
	background: url(images/bar-grey.jpg) repeat-x;
	width: 60%;
}
.two-prices{
font-size: 11px;
line-height: 13px;
padding-top: 5px;
}

.two-prices .popup{
display: none;
position: absolute;
border: 1px solid #999;
padding: 15px;
background: #f7fbfc;
width: 250px;
margin: 11px 0 0 0;
font-size: 12px;
line-height: 16px;
}

.two-prices:hover .popup{
display: block;
}

#tab-top {
	width: 692px;
	height: 9px;
	background: url(images/tab-top.gif) no-repeat;
}
#tab-sides {
	width: 692px;
	background: url(images/tab-sides.gif) repeat-y;
}
#tab-bottom {
	width: 692px;
	height: 9px;
	background: url(images/tab-bottom.gif) no-repeat;
}
#tab-container {
	padding: 0 0 0 20px;
}
#producttabs {
	height: 25px;
	padding: 0 0 0 25px;
}
#producttabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
#producttabs li {
	float: left;
	padding: 0 2px;
}
#producttabs li a {
	cursor: pointer;
	color:#ffffff;
	text-decoration:none;
	display: block;
	width: 130px;
	height: 20px;
	padding: 5px 0 0 0;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#555));
	background: -moz-linear-gradient(#999, #555);
	background-color: #999;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
}
#producttabs li a.tabactive, #producttabs li a.tabactive:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fba011), to(#e45802));
	background: -moz-linear-gradient(#fba011, #e45802);
	background-color: #e45802;
	position:relative;
}
#producttabs li a:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#999));
	background: -moz-linear-gradient(#555, #999);
	background-color: #e45802;
	position:relative;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4 {
	width:100%;
	text-align:center;
	padding:6px 0px;
	font-size:12px;
}

#tabspec {
	width:632px;
	padding:0 30px;
	font-size:12px;
	line-height: 20px;
	text-align: left;
}

#tabcontent2, #tabcontent3, #tabcontent4 {
display: none;
}
#opinion {
	padding: 0 280px 0 35px;
	text-align: left;
	background: url(images/icon-opinion.gif) no-repeat 88% 10px;
	min-height: 163px;
}
.opinion-title {
	color: #005E9D;
	font-size: 15px;
	line-height: 18px;
}
/* CHECKOUT SECTION */

.checkout-title {
	font-weight: bold;
	color: #666;
}
table.cart {
	font-size: 11px;
}
.row-main {
	background: #00457e;
	color: #fff;
	font-weight: bold;
}
.row1 {
	background: #fff;
	height: 36px;
}
.row2 {
	background: #e7e7e7;
	height: 36px;
}
.row-update {
	background: #fff;
}
table.cart .row1 td, table.cart .row2 td, table.cart .row-update td {
	border-bottom: 1px solid #999;
}
table.cart td.cart-payment {
	border-bottom: 1px dashed #999;
}
.payment-option {
	border-bottom: 1px dashed #999;
}
#buy-process {
	text-align: center;
	padding: 0 0 30px 0;
}
.process-button {
	text-align: right;
}
#payment-area {
	background: #ececec;
	border: 1px solid #999;
	padding: 10px;
	color: #666;
}
/* SITE MAP */

#site-map-right-col {
	float: right;
	width: 220px;
}
.site-map-price {
	float: right;
	color: #dc2525;
	width: 240px;
}
.site-map-price-title {
	float: right;
	font-weight: bold;
	width: 240px;
}
/* ARTICLES */

#articleimgs {
	width: 145px;
	float: right;
	padding: 8px 8px 0 8px;
	background: #ececec;
	margin: 0 0 20px 20px;
}
#articleimgs img {
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
}

.blog-title{
font-size: 14px;
font-weight: bold;
}

.blog-title a{
color: #666;
}

.blog-post{
border-bottom: 1px dotted #ccc;
}

.blog-post a{
text-decoration: underline;
}

.blog-post a:hover{
color: #f3850c;
}

.pagination{
	padding: 10px 0 0 0;
}

.newer{
	float: left;
}

.older{
	float: right;
}

.backtoshop{
	padding: 32px 0 10px 10px;
}
