/* General page layout  begin */
body {
	margin: 0px;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-family: arial, verdana, sans-serif;
	background:#fff;
  text-align: center;
}

#pageContent{
  margin: 0 auto;
  text-align: left;
}

#box-wrap {
	padding:0 220px 0 0;
  overflow: hidden;
}
#left-col {
	float:left;
	width:100%;
}
#right {
	float:right;
	width:220px;
	margin-right:-220px;
	display:inline;
  border-top: 5px solid #e7e7e7;
}
#cont {
	padding: 0 0 0 200px;
}
#content {
	float:right;
	width:100%;
  background: url(images/bordercontent1.gif) no-repeat top right;
  border-left: 1px solid #c0c0c0;
  margin-left: -1px;
}
#left {
	float:left;
	margin-left:-200px;
	width:200px;
	display:inline;
}



.clear{
  clear: both;
}

a{
  color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#000000;
}
input.transpng {
	behavior: url("png.htc");
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bubble.png');*/
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#000000;
}
/*--------*/
td {
  font-size: 11px;
}
div.main {
  padding-bottom: 7px;
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
}
.lineV {
}
.lineH {
}
/*--------*/
.left_bg {
  padding-right: 12px;
  border-right: 1px solid #c0c0c0;
}
.center_bg {
  padding: 0 12px;
}
.right_bg {
  padding-left: 12px;
  padding-top: 22px;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f4f4f4;
}
/* General page layout  end */


/* Header layout  begin */
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
}

/*----categories----*/
#category-nav {
}
#category-nav a, #category-nav a:visited {
}
#category-nav a:hover {
}
dl.level1 {
	margin:0;
}
#category-nav dl {
	margin:0;
}
#category-nav dd {
	margin:0;
}
#category-nav dt a{
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 12px;
  padding: 7px;
  border-bottom: 1px solid #999;
}
#category-nav dt a:hover{
  text-decoration: underline;
}
#category-nav dl dl dt a{
  padding: 2px 7px 2px 17px;
  border-bottom: none;
}
#category-nav dl dl{
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
#category-nav dt.level-sel a{
  border-bottom: none;
  font-weight: bold;
}
#category-nav dt.level-act {
}


/*----infobox Left----*/
.infoBoxCell {
  border-top: 2px solid #ff8200;
  padding-bottom: 24px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
h3 {
  font-size: 11px;
  line-height: 11px;
  padding: 7px 10px;
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
}
h3 {
  text-decoration: none;
}
h3 a:hover{
  text-decoration: none;
}
div.infoBoxContents{
  padding: 10px 0 0 0;
}




/*--------*/

.infobox {
}
.infoBoxContents {
}
h2 {
  font-size: 20px;
  color: #ff8200;
  padding: 15px 0;
  margin: 0;
  clear: both;
}
h2 a{
  color: #ff8200;
  text-decoration: none;
}


/*----contentbox-----------------------------------------------*/
table.contentBox {
}
td.contentBoxContentsLeft {
  display: none;
}
td.contentBoxContentsCenter {
}
td.contentBoxContentsRight {
  display: none;
}
table.contentBoxContents {
}


.productColumnSell{
  width: 33%;
  padding: 9px;
  vertical-align: top;
}
.productFirstRow .productColumnSell{
  padding-top: 0;
}
.first{
  padding-left: 0px;
}
.last{
  padding-right: 0px;
}
.productTable{
  border: 1px solid #999999;
  background: url(images/tablebg.gif) repeat-x bottom;
}
.productImageCell{
  text-align: center;
  padding-top: 10px;
}
.productNameCell{
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0 10px;
  vertical-align: top;
}
.productNameCell a{
  text-decoration: none;
}
.productPriceCell{
  text-align: center;
  padding: 0 10px 5px 10px;
  font-size: 14px;
}
.productPriceOld{
  text-decoration: line-through;
}
.productPriceSpecial, .productPriceCurrent{
  font-weight: bold;
  color: #ff8200;
}


/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	height: 23px;
	font-weight: bold;
	padding-right: 3px;
}

a.productListing-heading, a.productListing-heading:visited{
}
a.productListing-heading:hover {
}

#firstHeadingSell, #firstContentSell {
	padding-left: 5px;
}
#lastHeadingSell, #lastContentSell {
	padding-right: 5px;
}
.productListing-bottom {
	height: 1px;
	font-size: 1px;
  border-top: 1px solid #ccc;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.productListing-data {
  padding:5px;
  border-top: 1px solid #ccc;
}
.productListing-data .productListing-data{
  padding:0;
  border-top: none;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.productListing-odd {
}
TR.productListing-even {
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	text-decoration:none;
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
  background-color: #f4f4f4;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
  background-color: #f4f4f4;
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	font-weight:bold;
}
/* Content layout  end */


/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

div.bonus_points_cont {
  position: relative;
  text-align: right;
}
div.bonus_points {
  position: absolute;
  top: 0px; right: 0px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
html > body div.bonus_points {
  text-align: right;
  left: -111px;
}

#id_mysql_error{
  position:absolute;
  width:70%;
  background:#fddbdb;
  border:1px solid #525252;
  left:14%;
  top:50px;
}
#id_mysql_error td{
  font-size:11px;
  font-family:tahoma;
}
#id_mysql_error .heading{
  background:url(images/heading.gif);
  height:23px
}
#id_mysql_error .heading .heading{
  background:none;
  padding-left:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}
#id_mysql_error .close{
  text-align:right;
  padding-right:3px;
}
#id_mysql_error .error{
  padding:15px 15px 30px 15px;
}

.logo {
  float: left;
}
.contact {
  text-align: right;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 12px;
}
.basket {
  text-align: right;
  font-size: 12px;
  padding: 8px 0;
  line-height: 15px;
}
.basket span{
  background: url(images/basketicon.gif) no-repeat 0 0;
  padding-left: 25px;
}
.basket a{
  text-decoration: none;
  color: #797979;
}
.basket a:hover{
  text-decoration: underline;
}
.headerNav {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
.headerNav a{
  padding-left: 20px;
  text-decoration: none;
}
.headerNav a:hover{
  text-decoration: underline;
}
#header{
  height: 95px;
}
.breadcrumb{
  background: url(images/bordercontent.gif) no-repeat 0 0;
  line-height: 13px;
  padding: 14px 0 10px 0;
  color: #999999;
}
.breadcrumb a{
  color: #999999;
  text-decoration: none;
}


#footer {
  clear: both;
  padding-top: 30px;
}
.footer {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 29px;
}
.footer a{
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.footerLink {
  float: left;
  padding-left: 10px;
}
.footerNavigation {
  text-align: right;
}
.copyright {
  padding: 10px;
  color: #999;
}
.copyright a{
  color: #999;
}

.bannerCell{
  padding: 10px 0;
  border-top: 2px solid #ff8200;
}

.searchInput{
  width: 137px;
  height: 16px;
  border: 1px solid #999;
}

.goButton{
	margin-left: 3px;
	position: relative;
	top: 7px;
}
*html .goButton{
	top: 5px;
}
*+html .goButton{
	top: 5px;
}

.loginBox .infoBoxContents{
  color: #999;
}
.loginBox a{
  text-decoration: none;
}
.loginBox .inp{
  border: 1px solid #999;
  height: 16px;
  width: 167px;
  margin-bottom: 6px;
}

.additionalImages img{
  float: left;
}
.additionalImages a{
  float: left;
  border: 1px solid #ccc;
  margin: 0 3px 3px 0;
}

h1{
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #666666;
  border-bottom: 1px solid #c0c0c0;
}
.productModel{
  font-size: 10px;
  color: #666;
  padding-top: 5px;
}
.topRightArea{
  color: #666;
  width: 200px;
  padding-left: 20px;
}
.productBuy{
  overflow: hidden;
  padding-bottom: 10px;
}
.productsPrice{
  text-align: right;
  padding-bottom: 5px;
}
.productsPrice .productPriceOld{
  font-size: 14px;
}
.productsPrice .productPriceSpecial, .productsPrice .productPriceCurrent{
  color: #666;
  font-size: 20px;
}
.attributes{
  padding-bottom: 10px;
}
.weight{
  padding-bottom: 10px;
}
.manufacturers{
  padding-bottom: 10px;
}
.buttonReviews{
  padding-bottom: 10px;
  text-align: right;
}
.callUs{
  padding:  0 0 10px 50px;
  background: url(images/telus.jpg) no-repeat 0 0;
}
.callUs b{
  color: #ff8200;
}
.freeDelivery{
  padding:  0 0 10px 50px;
  background: url(images/freedelivery.jpg) no-repeat 0 0;
  color: #ff8200;
}
.wishlistBtton{
  padding-bottom: 10px;
  text-align: right;
}

td.additionalImages{
padding-top:10px;
}
