* html .clearfix {
	height: 1%; /* IE5-6 */
}
* + html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body{
	background: #000000;
}
body, td{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
	color: #efefef;
	margin: 0;
}
a{
	color: #C3C6CC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer;
	cursor: url(images/rockcursor.cur);
}
a.sideNav, a.sideNavSmaller{
	color: #D1D3D8;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}
a.sideNav{
	font-size: 16px;
}
a.sideNavSmaller{
	font-size: 14px;
}
a.sideNav:hover, a.sideNavSmaller:hover{
	color: #FFFFFF;
}
div.boxHolder{
	background: #A0A19B; 
	width: 35%;
	padding: 10px; 
	margin: 5px; 
	float: right;
}
div.boxHolder div.boxHeading{
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px; 
}
.mainNav{
	height: 30px;
	float: left;
	padding: 0 10px;
}
.right{
	float: right;
}
#topMenu{
	padding-left: 15px;
}
#topMenu a{
	background: transparent url(images/menu_marker.gif) no-repeat scroll 0 4px;
	padding-left: 15px;
	padding-right: 15px;
}
div.content select{
	font-size: 10px;
	width: 175px;
}
div.footerNav a{
	font-weight: bold; 
}
div.footerNav a:hover{
	text-decoration: underline;
}

div.productSmallItem{
	width: 185px;
	background: #000000;
	float: left;
	margin: 5px;
}
div.productItem{
	width: 165px;
	background: #000000;
	float: left;
	margin: 3px;
}
div.productItemName{
	background-image: url(images/__boxes.gif); 
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
}
div.productItemName a{
	font-weight: bold; 
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	display: inline-block;
	padding: 0 4px;
}
div.productItemName a:hover{
	color: #ffffff;
}
div.productSmallItem{
	width: 185px;
	background: #000000;
	float: left;
	margin: 5px;
}
div.productItem{
	width: 161px;
   border: 1px solid #682a2a;
	background: #000000;
	float: left;
	margin: 3px;
   
}
div.productItemName{
	background: #2c2828;
	background-repeat: repeat-x;
	background-position: left top;
   text-align: center;
	height: 34px;
}
div.productItemName a{
	font-weight: bold; 
	font-size: 10px;
	color: #fff;
	display: inline-block;
	padding: 5px 4px;
}
div.productItemName a:hover{
	color: #ffffff;
}
div.productItemImage {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 90%;
}
div.productItemPrice {
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 95px;
	height: 40px;
}
div.productItemActions{
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	width: 80px;
	float: right;
}

div.imageContainer{
	width:150px;
	height:75px;
	margin: auto;
}
div.imageContainer a{
	position: relative;
	z-index: 1000;
	display: block;
	width:150px;
	height:75px;
	text-indent: -9000px;
	outline: none;
}
div.imageContainer a:hover{
	background-image: url(images/previewHover.gif);
}

.myInput{
  color: white;
  background-color: #A1A09B;
  border: black 1pt solid;
  margin: 2px;
}

.label{
  display: none;
}

.myInput0{
  display: none;
  color: white;
  background-color: #A1A09B;
  border: black 1pt solid;
  margin: 2px;
}

.subCatList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #1a1a1a;
  color: white;
}

.listingType{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	width: 310px;
	height: 25px;
}
.listingType a{
	background:#1a1a1a;
	border:1px solid white;
	color:white;
	padding:5px;
	height:25px;
}
.listingType a:hover{
	color:black;
	text-decoration: none;
}
.listingType a.active{
	background:#A0A19B;
	color:black;
}
.listingType a.active:hover{
	color:white;
	text-decoration: none;
}
ul#products{
	list-style-type:none;
	margin:10px auto;
	padding:0px;
}
ul#products li.grid{
	float:left;
	margin:1px;
	padding:5px;
	text-align:center;
	width:150px;
	height:130px;
	border:1px solid #1a1a1a;
}
#products li.grid div.subtext{
	padding-top:3px;
}
.productListing{
	background: #101010;
}
.productListing-heading{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background: #101010;
	text-transform: uppercase
}
.productListing-even{
	color: #000000;
	background:#333333;
}
.productListing-odd{
	color: #000000;
	background: #666666;
}
.productListing-data{
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
}
.productListing-even a, .productListing-odd a{
	color: #8B929C;
}
.productListing-even a:hover, .productListing-odd a:hover{
	color: #A9987E;
}
td.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px;
}
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: white;
  background-color: #666;
}
.myInput{
  color: white;
  background-color: #666;
  border-bottom: black 1pt solid;
  border-left: black 1pt solid;
  border-right: black 1pt solid;
  border-top: black 1pt solid;
}

TEXTAREA {
  width: 99%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
td#productInfoButtons{
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
td#productInfoModel{
	color: white;
	font-weight: bold;
	height: 24px;
}
table.productInfoTable td{
	color: white;
	font-weight: normal;
	padding: 2px;
}
#product-info-heading {
   
}
#product-info-heading h1 {
   font-size: 19px;
   margin: 0;
   padding: 0;
   font-weight: normal;
}
td#productInfoPrice{
	text-align: right;
	font-size: 24px;
}
td#productInfoDelivery{
	font-size: 13px;
   font-weight: normal;
   text-transform: lowercase;
}
td#productInfoDelivery p {
   padding: 0 0 0 5px;
}
td#productInfoPrice{
	color: #8ebe3a;
}
td#productInfoPrice s {
   color: #FF0000;
}
.productSpecialPrice {
   color: #8ebe3a;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FF0000; color:black; font-weight:bold; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:black; font-weight:bold; }

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.moduleRow { }
.moduleRowOver { background-color: #101010; cursor: url(images/rockcursor.cur); }
.moduleRowOver td { color: #FFFFFF; }
.moduleRowSelected { background-color: #333333; }
.moduleRowSelected td { color: #9D9F94; }

a.OutOfStock{
	color: red;
	text-decoration: none;
	font-weight: bold; 
}
a.OutOfStock:hover{
	color: #F3A347;
	text-decoration: none;
}
#TB_caption, #TB_closeWindow{
	font-family: Verdana, Arial, sans-serif; font-size: 10px; 
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }

.tooltipHolder{
	text-decoration: none;
	cursor: url(images/rockcursor.cur);
}
.tableMethod{
	display: none;
}

.wideListing .productItem{
	width: 228px;
	margin: 5px;
}
.straitListing .productItem{
	width: 210px;
}
#sms_phone_holder{
	background: #A1A09B;
	padding: 5px;
}
.boxTop{
	background-image: url(images/__box_top.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding: 15px 10px 10px 20px;
	font-family: Courier, Verdana;
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000000;
	font-size: 12px;
}
.boxMiddle{
	background-image: url(images/__box_middle.gif); 
	background-repeat: repeat-y; 
	background-position: left top;
	padding: 10px 20px 0;
	font-size: 12px;
}
.boxBottom{
	background-image: url(images/__box_bottom.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.boxMiddle select{
	font-size: 10px;
	width: 160px;
}
.boxTop a{
	color: #000000;
}
.bigBoxTop{
	background-image: url(images/__bigBox_top.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding: 15px 15px 10px 20px;
	font-family: Courier, Verdana;
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000000;
	font-size: 24px;
}
.bigBoxMiddle{
	background-image: url(images/__bigBox_middle.gif); 
	background-repeat: repeat-y; 
	background-position: left top;
	padding: 10px 20px 0;
	font-size: 14px;
}
.bigBoxBottom{
	background-image: url(images/__bigBox_bottom.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.footerBoxTop{
	background-image: url(images/__footerBox_top.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.footerBoxMiddle{
	background-image: url(images/__footerBox_middle.gif); 
	background-repeat: repeat-y; 
	background-position: left top;
	padding: 0 20px 0;
	text-align: right;
}
.footerBoxBottom{
	background-image: url(images/__footerBox_bottom.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.titleBoxTop{
	background-image: url(images/__titleBox_top.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.titleBoxMiddle{
	background-image: url(images/__titleBox_middle.gif); 
	background-repeat: repeat-y; 
	background-position: left top;
	padding: 0 20px 0;
	text-align: right;
	font-weight: bold; 
	font-size: 16px;
	text-transform: uppercase; 
}
.titleBoxBottom{
	background-image: url(images/__titleBox_bottom.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 15px;
}
.breadcrumb {
  padding-left: 15px;
}
.breadcrumb a{
	font-weight: normal; 
	font-size: 14px;
}
#tryggehandel {
   width: 200px;
}
#slideshow{
	margin: 0 auto;
}
.hidden{
	display: none;
}
.up{
	background-image: url(images/__up.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.down{
	background-image: url(images/__down.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.cartContent{
	padding: 1px 5px;
	vertical-align: top;
	background-image: url(images/__cart.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
	width: 180px;
	height: 30px;
	font-size:11px;
	color: black;
	cursor: pointer;
	cursor: url(images/rockcursor.cur);
}
.shipping_message{
	font-size: 16px;
	font-weight: bold; 
	color: white;
	text-align: center;
	background-color: #AE0E0E;
	padding: 5px;
}
.more_info{
	display: none;
}
#login-wrapper {
   margin: 3px;
   padding: 4px;
   border: 1px solid #616a5f;
}
#signup-wrapper {
   margin: 3px 3px 3px 0;
   padding: 4px;
   border: 1px solid #616a5f;
}
h1.category-h1 {
   margin: 0;
   padding: 0;
   font-size: 15px;
}
h1#start-top-heading {
   margin: 0;
   padding: 5px 0 10px 0;
   font-size: 15px;
   font-weight: normal;
   color: #FF0000;
   text-align: center;
}
#quick-find-top {
   padding: 15px 0 0 7px;
}
#quick-find-top input[type=text] {
      border: 1px solid #888a87;
}
#quick-find-top #search-headline {
   margin: 0;
   padding: 0;
}
#quick-find-top #input-controlls {
   margin: 0;
   padding: 0;
}
#quick-find-top input[type=image] {
   padding: 2px 0 0 2px;
}


#checkout-cartsummary {
   background: #1b1e1d;
   border: 1px solid #3d3b3b;
}
#checkout-deliverylist {
   background: #1e1e1e;
}
#checkout-paymentlist {
   background: #1e1e1e;
   margin-top: 10px;
   padding: 5px;
   border: 1px solid #3d3b3b;
}
.checkout-centerbox {
   text-align: center;
}
.checkout-centerbox h1 {
   font-size: 18px;
   margin: 0;
   padding: 0;
}
.checkout-centerbox h2 {
   font-size: 17px;
   margin: 0;
   padding: 0;
}
div#product-stock-price {
   background: #1e1e1e;
   margin: 5px 0 5px 0;
   padding: 5px;
   border: 1px solid #3d3b3b;
}

#follow-twitter-se {
   border: 0;
   padding: 0 0 0 4px;
}
#advertsLeft img {
	margin: 10px 10px 0 0;
}
#advertsRight img{
	margin: 10px 0 0 10px;
}
