/*---------- FREIGHT INFO ----------*/
table#freightInfo,  table#freightInfo td{
border: solid 1px #cccccc;
}

/*---------- RED STRIPE ----------*/
#slideshowWrapper {
	width: 920px;
	height: 375px;
	margin: 0 auto;
	position: relative;
}

a.slideshowNav {
	position: absolute;
	height: 50px;
	width: 50px;
	background: url(/images/sliderNav.png) no-repeat;
	top: 150px;
	z-index: 20;
}

a.slideshowNav span {
	display: none;
}

a#next {
	right: -25px;
	background-position: top right;
}

a#prev {
	left: -25px;
	background-position: top left;
}
	

/*---------- RED STRIPE ----------*/
table.redTable {
	width: 960px;
	border-collapse: collapse;
}

table.redTable td {
	vertical-align: top;
	color: #ffffff;
}

table.redTable td a {
	color: #ffffff;
}

.footerHeading {
	border-bottom: 1px solid #b64040;
}


/*---------- SHOPPING CART ----------*/
#cartNav {
	margin: 20px 0 30px;
	width: 670px;
	height: 22px;
}

#cartNav a {
	height: 22px;
	display: block;
	float: left;
}

#cartNav a span {
	display: none;
}

.t1 {
	width: 131px;
	background: url(/images/cartNav.gif) no-repeat 0 -22px;
}
.t1:hover, .t1.current {
	background-position: 0 0;
}

.t2 {
	width: 185px;
	background: url(/images/cartNav.gif) no-repeat -131px -22px;
}

.t2.current {
	background-position: -131px 0;
}

.t3 {
	width: 175px;
	background: url(/images/cartNav.gif) no-repeat -316px -22px;
}

.t3.current {
	background-position: -316px 0;
}

.t4 {
	width: 159px;
	background: url(/images/cartNav.gif) no-repeat -491px -22px;
}

.t4.current {
	background-position: -491px 0;
}

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

.tblCheckout {
	border-collapse:collapse;
	width: 650px;
}

.tblCheckout tr#tableHeading {
	color: #ffffff;
	height: 40px;
	background: url(/images/roundedBars.png) no-repeat;
}

.tblCheckout th {
	vertical-align: middle;
	border-right: solid 1px #cccccc;
}

.noBorder {
	border-right: none !important;
}


.tblCheckout td {
	padding: 5px 0;
	text-align: center;
	border-right: solid 1px #cccccc;
}

.trOdd {
	background: #e3e3e3;
}

.left {
	float: left;
}
.right {
	float: right;
}

.trSubChkout {
	background: #4f0000;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.trSub, .trTotalChkout {
	background: url(/images/roundedBars.png) no-repeat 0 -40px;
	height: 40px;
	color: #ffffff;
}

#btnCheckout {
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	margin-top: 20px;
}

span#copyBilling {
	color: #bd0000;
	cursor: pointer;
	
}

span#copyBilling:hover {
	text-decoration: underline;
}

span.errorMessage {
	width: 618px;
	display: block;
	background: #f3f3f3;
	padding: 15px;
	border: 1px solid #cccccc;
}

.tblPayOptions {
	width: 648px;
	background: #f3f3f3;
	padding: 15px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

input.field {
	border: solid 1px #cccccc;
	background: #f3f3f3;
	padding: 3px;
}

#accountDetails {
	float: right;
	width: 100%;
}

.basket {
	float: right;
	width: 160px;
	position: relative;
	height: 50px;
}

.basket#empty {
	width: 250px;
}

#account {
	float: right;
	color: #fff;
	position: relative;
	margin: 0 30px 0 0;
}

#welcome {
	margin-right: 20px;
	float: right;
}

#login {	
	top: -12px;
	position: relative;
	float: right;
}

#account a {
	display: block;
}

span.cost{
	height: 30px;
display: block;
font-weight: bold;
margin-left: 20px;
float: right;
}

span.cart {
	background: url(/images/cart.png) no-repeat left top;
	padding-left: 35px;
	height: 40px;
display: block;
float: right;
}

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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	line-height: 1.5;
	background: url(/images/wood.jpg) repeat-y top center;
}
a {
	color: #999999;
}

.printLogo {display: none;}

img {border: 0;}
img a {border: 0;}
h2 {font-size: 12px;}
h3 {font-size: 15px; height: 30px; color: #333333;}

.clear {
	clear: both;
}



img#logo {
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 1;
}

p strong {
	font-weight: bold;
}

.newsAndCart {
	width: 920px;
	height: 30px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 0;
}
.newsAndCart a {
	color: #dadada;
}

.newsAndCart li {
	float: left;
	padding-right: 20px;
}

img#news {
	float: left;
	padding-right: 10px;
}

div#news {
	left: 0;
	top: 0;
	position: absolute;
}

div#news ul {
	float: left;
}
.content {
	padding-bottom: 20px;
	width: 920px;
	margin: 0 auto;
	line-height: 1.6;
}

.content p {
	margin: 0 0 0.7em 0;
}

table#contentTable {
	width: 950px;
	border-collapse: collapse;
}

#header {
	width: 1000px;
	height: 300px;
	position: relative;
	top: -26px;
}

#topShaddow {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	background: url(/images/topShaddow.png) repeat-x;
	z-index: 2;
}

.tartan {

	height: 180px;
	width: 100%;
}

.wrap {
	width: 1000px;
	padding-top: 30px;
	margin: 0 auto;
}


.container {
	width: 1000px;
	background: url(/images/containerBg.png) repeat-y;
}

#footer {
	width: 100%;
	margin-top: 50px;
	position: relative;
	background: url(/images/footer.jpg) no-repeat center top;
	height: 219px;
	float: left;
}

#footerShaddow {
	background: url(/images/footerShaddow.png) repeat-x;
	width: 100%;
	position: absolute;
	top: -25px;
	height: 53px;
}
	

#footerStripe {
	height: 250px;
	background: url(/images/redStripe.png) repeat-x;
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#footerStripeLeft {
	width: 10px;
	background: url(/images/redCorners.png) no-repeat 0 0;
	height: 250px;
	position: absolute;
	left: -10px;
	top: 0;
}

#footerStripeRight {
	width: 10px;
	background: url(/images/redCorners.png) no-repeat -10px 0;
	height: 250px;
	position: absolute;
	right: -10px;
	top: 0;
}

iframe#facebookLike {
	position: absolute;
	bottom: -25px;
	left: 30px;
}

#pageBottom {
	height: 26px;
	width: 1000px;
	background: url(/images/pageBottom.png) no-repeat;
	position: relative;
	bottom: -26px;
	left: 0;
}
	
#breadcrumbs {
	width: 950px;
	height: 35px;
	font-size: 9px;
}

.sidebar {
	width: 250px;
	float: left;
}

.contentWithSidebar {
	float: right;
	width: 650px;
}

table.collapse, table.collapse td {
	border-collapse: collapse;
}

#sidebar {
	width: 250px;
	vertical-align: top;
}
#content {
	width: 650px;
	padding: 0 0 0 20px;
	vertical-align: top;
}



#star {
	padding-right: 5px;
}

.image {
	text-align: center;
	width: 230px;
}
.text {
	width: 430px;
}

.text ul {
	margin-left: 20px;
	list-style-image: url('/images/dot.jpg');
}
.text li {
	padding-left: 5px;
}

.vertical
{
	margin: 0 0 0 0px;
	width: 200px;
	list-style: none;
}
#backToTop {
	float: right;
	font-size: 10px;
}
hr {
	color: #cccccc;
	background: #cccccc;
	height: 1px;
	border: none;
}



.vertical li {

}

.vertical li a
{

	padding: 7px 0 7px 10px;
	display: block;
	color: #333333;
	text-decoration: none;
}

.vertical li a:hover
{
	text-decoration: underline;
}

.vertical li
{

	font-size: 13px;


}
.vertical li a.branch
{

	text-decoration: underline;


}
.vertical li a.selected
{
	text-decoration: underline;

}

ul.lv2 li a
{
border-bottom: solid 1px #cccccc;
	padding-left: 20px;
	margin-left: 15px;
	font-weight: normal;

}
ul.lv1 ul.lv2 li a
{

	padding-left: 20px;
	margin-left: 15px;
	font-weight: normal;

}
ul.lv1 li a
{
border-bottom: solid 1px #cccccc;
	font-weight: bold;
}
.vertical li.selected branch hasChildren ul.lv2 {
	padding: 0 0 150px 0;
}
ul.lv2 li a:hover {
	text-decoration: underline;
}
ul.lv2 li a.selected
{
	text-decoration: underline;
}

.heading {
	border-bottom: 1px solid #cccccc;
}

.heading.checkout {
	margin: 20px 0;
}


/*---------- PRODUCT GRID ----------*/

.productWrapper {
	margin: 10px 25px 10px 0;
	float: left;
	width: 200px;

}

.productDetails {
	height: 230px;
	width: 198px;
	text-align: center;
	border: 1px solid #cccccc;
	position: relative;
}

.productDetails:hover {
	background: url(/images/plus.png) no-repeat 170px 5px;
}

.productDetails a {
	display: block;
}


.productWrapper#last {
	margin: 10px 0 0;
}

img.productThumb {
	margin-top: 10px;
	height: 120px;
	clear: both;
}

span.productName {
	line-height: 1;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

span.productPrice {
	font-size: 22px;
	position: absolute;
	bottom: 5px;
	width: 198px;
	text-align: center;
	font-weight: bold;
	display: block;
	left: 0;
}

span.currency {
	position: relative;
	top: -8px;
	font-size: 10px;
}

img.addToCartGrid {
	cursor: pointer;
}

#footerContent {
	position: absolute;
	left: 0;
	top: 40px;
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

