body {
	
	margin: 0px;
	padding:0;
	background-color: #32393e;
	color: #333333;
	font: 13px/20px "Trebuchet MS", Verdana, Arial, sans-serif;

}

#pageSurround {
	/* Modified by Overtorp.com */
	width: 980px;

	/*width: 748px;*/
	margin: 0px auto;
	padding: 0px;
	/*padding: 5px;*/
	/*background-color: #505050;*/
	/*background-color: #FFFFFF;*/
	color: #333333;
	/*width:834px;*/
}

#PageOuter {
	/* Modified by Overtorp.com */
	background-image:url(../styleImages/backgrounds/contentBgSdw.jpg);
	background-position:center top;
	/*background-position:left top;*/
	background-repeat:repeat;
	width:100%;
	/*width: 950px; Den är 86 pixlar mindre än #pageSorround width*/
	/*width:834px;*/
	margin:0 auto;
	padding:0;
	
}


#Header {
	/* Modified by Overtorp.com */
	text-align: right;
	height: 51px;
	/*height: 110px;*/
	/*height: 90px;*/ 
	width: 980px;
	/*width: 752px;*/
	margin:0 0 0px 0;
	padding-top:1px;
	/*padding-bottom: 8px;*/
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #505050;
	/*background-color: #ffffff;*/
	color: white;
	}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}
	
	.SmallHeaderHeader  {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	}

#Currency{
	margin-top:5px;
	margin-left:90px;
	padding: 0px 0px 0px 15px;
	float:left;
	}
	
	#Currency #img{
		border:none;
		margin-top:2px;
		padding-top:0px;

	}
	
#Currency  .dropDown {

	width: 120px;

	}

#Language {
	margin-top:5px;
	padding-left:15px;
	float:left;
	}

	#Language #img{
		border:none;
		margin-top:2px;
		padding-top:0px;

	}
	
	
	#Language a {
		color:white;
		text-decoration:none;

	}
	
#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:12px;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
	margin-top:7px;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: white;
	text-decoration:none;
	}

#Login a:hover {
	/* Modified by Overtorp.com */
	
	text-decoration:underline; 
	color:red;
	/*color:#3aa8cc;*/
	}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	/* Modified by Overtorp.com */
	
	position: relative;
	left: 17px;
	width: 205px;
	/*width: 190px;*/
	padding:10px 0 0 5px;
	float: left;
	font-size:11px;
	z-index:20;
	/*background-color: #667777;*/
	}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #C6EADD;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	/* Modified by Overtorp.com */
	
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width:185px;
	/*background-color:#3CC;*/
	}

.LeftBox a {
	color: #FFFFFF;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #C6EADD;
	text-decoration:none;
	}

/**LEFT COLUMN - ORDER TELEFON LOGGAN
**** Added by Overtorp.com ****/

#order_tel {
	/* Modified by Overtorp.com */
	
	padding-bottom:8px;
	}

/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	/* Modified by Overtorp.com */
	
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	/*background: #667777;*/
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	/* Modified by Overtorp.com */
	
	margin:0 0 0 10px;
	color: #FFFFFF;
	/*background: #667777;*/
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	/* Modified by Overtorp.com */
	
	/*float: right;*/
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}


.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}



.li-nav a{
	/* Modified by Overtorp.com */
	
	padding-bottom: 6px;
	padding-top:0px;
	/*margin-left: -3px;*/
	font-size: 14px;
	width: 185px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
	
#mainmenu-nav a img{
	border:none;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom:0px;

	}

.li-nav a:hover{
	/* Modified by Overtorp.com */
	
	/*padding: 0px;*/
	width: 185px;
	display: block;
	/*text-indent: 2px;*/
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Verdana, Arial;*/
	color: red;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #C6EADD; }



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	/* Modified by Overtorp.com */
	
	position: relative;
	width:746px;
	/*width:537px;*/
	float: left;
	margin:20px 0 0 15px;
	padding:0px;
	}


#Content p {margin-left:10px;}

#ContentBox {
	color: white;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 13px;
	color: #FFFFFF;
	background:#32393e;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #FFFFFF;
	background:#667777;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	/* Modified by Overtorp.com */
	
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	/*background:#667777;*/
	padding:6px 0pt 6px 5px;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	/* Modified by Overtorp.com */
	
	border:2px solid white;
	letter-spacing: 1px;
	
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background:#df0009;
	/*background:#242726;*/
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	/* Modified by Overtorp.com */
	
	text-decoration:underline;
	
	color: black;
	/*color: #C6EADD;*/
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0px;
	/*padding: 3px;*/
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:0px 0px 0 0px;
	/*margin:5px 5px 0 5px;*/
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 145px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #667777;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	display:none;
	float:left;
	/*display:inline; /*fixes IE6 float bug*/*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#C6EADD;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	/* Modified by Overtorp.com */
	
	margin:5px 0;
	padding:0;
	width:98%;
	/*border-top:1px dotted #CCCCCC;*/
	}

.catsep {
	/* Modified by Overtorp.com */
	
	/*
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	*/
	padding-left:5px;
	padding-right:0px;
	padding-bottom:5px;
	
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #667777;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#32393E;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {
	/* Modified by Overtorp.com */
	
	line-height:28px;
	}
.catview .Price {
	/* Modified by Overtorp.com */
	
	border:3px solid white;
	font-size: 24px;
	color: white; 
	background: red;
	font-weight: bold;
	text-align:center;

	}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:0px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	text-align:center;
	width:730px;
	color:white;
	}

.LightBox {
	display:table-cell;
	vertical-align:middle;
	width:730px;
	}

.LightBoxImage {
	/* Modified by Overtorp.com */
	margin-left:25px;
	padding:0px;
	border: 3px solid red;
	}


/**PRODUCT DESCRIPTION
***********************/

/* Original lägg till #label_x för att påverka Märkes spec utseende.*/
#ProdDescription {
	text-align:center;
	padding:4px;
	margin-bottom:20px;
	color: white;
	/*background: #df0009;*/
	background: #df0009;
	border: white 2px solid;
	}

/* Original lägg till #label_x för att påverka Märkes spec utseende.*/
#ProdDescription h2 {
	margin:0px 0px 0px 0px;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background-color: #df0009;
	color:white;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	}
	
/* Cabriolet*/
#label_8 #ProdDescription {
	text-align:center;
	padding:4px;
	margin-bottom:20px;
	color: white;
	background: black;
	border: white 2px solid;
	}

/* Cabriolet*/
#label_8 #ProdDescription h2 {
	margin:0px 0px 0px 0px;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background-color: black;
	color:white;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	}



/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/


#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

	/* Original lägg till #label_x för att påverka Märkes spec utseende.*/
#ProdPrice {
	text-align: center;
	/* display:inline; used to fix IE6 double margin bug with floated elements */
	height:66%;
	font-size:20px;
	padding: 4px;
	color:white;
	border: 2px white solid;
	background:#df0009;  
	width: 130px;
	margin-left: auto ;
	margin-right: auto ;

	}
	
	/*Cabriolet*/
#label_8 #ProdPrice {
	text-align: center;
	/* display:inline; used to fix IE6 double margin bug with floated elements */
	height:66%;
	font-size:20px;
	padding: 4px;
	color:white;
	border: 2px white solid;
	background: black;  
	width: 130px;
	margin-left: auto ;
	margin-right: auto ;

	}


/**PRODUCT OPTIONS
********************/

	/* Original lägg till #label_x för att påverka Märkes spec utseende.*/
#ProdOptions {
	clear: both;
	float: right;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	color: white;
	width:auto;
	padding-right:10px;
	}
	
#ProdOptions .textbox {
	color: black;
	background: #FFFFFF;
	border: 3px solid #df0009;
	font-size: 15px;
	}

	/*Cabriolet*/
#label_8 #ProdOptions .textbox {
	color: black;
	background: #FFFFFF;
	border: 2px solid black;
	font-size: 15px;
	}

#Options {
	margin: 0px 0 0 0;
	padding:0 0 0 0px;
	text-transform:none;
	font-size:15px;
	font-weight:bold;
	color: white;
	}

.OptionsStyle {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 3px solid #df0009;
	width:auto;
	}
	
	/*Cabriolet*/
#label_8 .OptionsStyle {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px solid black;
	width:auto;
	}
	
.OptionsStyleInput {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 3px solid #df0009;
	width: 55px;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	display: inline;
	clear: both;
	float: right;
	text-align:left;
	margin:0 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/

/* Original lägg till #label_x för att påverka Märkes spec utseende.*/
#ProdBuy {
	float: right;
	color: #ffffff;
	background: none;
	font-size:14px;
	font-weight: bold;
	width:720px;
	margin:10px 0px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin {
	color: #ffffff;
	background: #667777;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #667777;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #C6EADD;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #C6EADD;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}

#MatMidja {
		display:none;
		position:absolute;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		border: 2px solid #000;
		margin-top: -500px;
		width: 624px;
		height: 500px;
		background-color:#00FF00;
		z-index:1;
}


#mattGuide {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	background-color: white;
	color: black;
	border: solid #df0009 4px;

}

#mattGuideSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	padding: 2px;
	background-color: white;
	color: black;
	border: solid #df0009 4px;

}

#mattGuideTable {
	margin-bottom:20px;
	margin-top: -2px;

}

#mattGuideTableSmall {
	margin-bottom:20px;

}





















