/*
 * Information om style
 * Överst i stil.css finns all "orginal css"
 * Neders i css´en hittar du strukturen på sidan, det är denna du ändrar för att style om temat.
 * // Mikael Åkesson 
 */

body {
	margin:0px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(grafik/bg.png) repeat-x #090909;
	color:#fff;
}

h3 {
	font-size:13px;
	font-weight:bold;
}
p{
	margin-top:0;
}

a {
color:#fff;
text-decoration: none;
}
a:hover
{
color:#fff;
text-decoration: underline;
}

.related a {
color:#fff;
text-decoration: underline;
}

.related a:hover {
color:#fff;
text-decoration: underline;
}



/* HÄR BÖRJAR STANDARD CSS */

img {
	border:0px;
}

table {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	border-collapse:collapse;
	font-size:11px;
}

td.title {
	font-weight:bold;
}

/* PRODLIST */

div.sortPrice {
	padding:5px;
	background:#f0f0f0;
}
div.sortPriceText {
	float:left;
	width:auto;
	margin-right:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	padding-top:4px;
}
div.sortPriceDrop {
	float:left;
	width:auto;
}

div.prodListBox {
	float: left;
	margin:5px;
	width:140px;
	height:180px;
	color:#666;
	text-align:center;
}
div.prodListImg {
	width:140px;
	height:100px;
	margin:10px auto;
	overflow:hidden;
	text-align:center;
}
div.prodListPrice {
	width:140px;
	margin:auto;
	padding:5px 0px;
	overflow:hidden;
	color:green;
	font-weight:bold;
}
div.prodListName {
	width:140px;
	padding:5px 0;
	overflow:hidden;
}

div.prodListName a{
	font-size:10px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}
div.prodListName a:hover{
	color:#666;
	text-decoration:none;
}

/* SLUT PRODLIST */



/* STYLING AV INPUTTARNA */
input[type=radio]
{
	border:none;
}
textarea
{
	border:1px solid #d9d9d9;
}
input[type=text]
{
	border:1px solid #d9d9d9;
	width:144px;
	padding:2px 3px;
	font-size:12px;
	color:#383838;
}
input[type=password]
{
	border:1px solid #d9d9d9;
	width:150px;
	font-size:12px;
	color:gray;
}
select {
	border:1px solid #d9d9d9;
}

/* SLUT INPUTTARNA */



/* HÄR BÖRJAR PRODUKT STILEN INNE I PRODUKTEN */
div.prodHeader {
	width:100%;
	padding:10px 0;
}
div.prodHeader h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}

div.prodImg{
	width:250px;
	float:left;
}
div.prodImgBig {
	width:250px;
	min-height:250px;
	overflow:hidden;
}
div.prodImgThumbnails {
	width:220px;
	padding:5px;
	margin:10px auto;
}
div.prodImgThumbnailsSingel {
	width:auto;
	float:left;
}
div.prodImgThumbnailsSingel:hover	{
	cursor:pointer;
	border:1px solid #ccc;
}

div.prodInfo {
	float:left;
	margin:0 0 0 10px;
	width:305px;
	min-height:280px;
	padding-left:10px;
	border-left:1px dotted #ccc;
}

div.prodPrice {
	float:left;
	height:auto;
}
span.priceText {
	font-style:italic;
	font-size:11px;
	color:#666;
}
p.priceBig {
	font-weight:bold;
	color:#080808;
	font-size:16px;
	margin:0;
}

p.originalPrice {
	font-style:italic;
	text-decoration:line-through;
	font-weight:bold;
	color:#cc0000;
	font-size:11px;
	margin:0;
}
div.addToBasket {
	float:right;
	height:auto;
}

div.prodDotted {
	width:100%;
	height:1px;
	border-top:1px dotted #ccc;
	margin:10px 0;
}

div.infoBox {
	width:100%;
	margin:5px;
}
div.infoName {
	float:left;
	font-weight:bold;
	font-size:11px;
}
div.infoVar {
	margin-left:90px;
	font-size:11px;
}

div.shortDesc {
	font-style:italic;
	font-size:11px;
	color:#999;
}
div.prodInfoDottedBox p {
	margin:0px;
	padding:0px;
}

input.amountProduct {
	width:25px;
}

input.buyButton {
	padding:3px 10px;
	background:#000;
	border:0;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

/* STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */
tr.trInProduktTipReview{
	background:#f0f0f0;
	font-weight:bold;
}
/* SLUT STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */


/* HÄR SLUTAR PRODUKT STILEN INNE I PRODUKTEN */

/* HÄR BÖRJAR ACCOUNT STYLE */
tr.title {
	font-weight:bold;
	font-size:10px;
}

tr.accountEven {
	background:#F4F4F4;
}
/* HÄR SLUTAR ACCOUNT STYLE */

/* HÄR BÖRJAR STYLING AV KUNDVAGNEN OCH KASSAN  */
.box_header
{
	background: url(img/box_header_r.png) no-repeat right top;

	padding-right: 10px;

	margin-right: 0px;
	font-size:10px;
}

.box_header .box_header_content
{
	background: url(img/box_header_l.png) no-repeat left top;
	height: 13px;
	padding:5px 5px 3px 10px;
	font-weight: bold;
}

div.boxCont {
	padding:5px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	}

.cart_table
{
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	margin-left: 1px;

}

.cart_table tr
{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.cart_table td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.cartTotalPay
{

	height: 28px;
	border: 1px solid #c2c2c2;
	background: url(img/cart_totals_bg.png) repeat-x;
	margin: 10px 0;
}

#cart_gotocheckout
{
	color: #187d00;
	font-weight: bold;

}
.checkout_box
{
	border:1px solid #CCCCCC;
	height:auto;

}

div.cartMessage {
	width:250px;
	float:left;
}
div.cartTotal {
	float:right;
	padding-left:10px;
	width:250px;
	margin-left:10px;
}
div.cartDotted {
	width:100%;
	height:1px;
	border-bottom:1px dotted #CCCCCC;
	margin:3px 0;

}
div.loginMessage {
	padding:10px;
	border:1px dotted #ccc;
	margin:10px 0;
}
div.loginMessage a {
	text-decoration:underline;
	font-weight:bold;
}
div.loginMessage a:hover {
	text-decoration:none;
}

/* HÄR SLUTAR AV KUNDVAGNEN OCH KASSAN  */

/* HÄR BÖRJAR TOOLTIP  */

#tooltip {
	position: absolute;
	z-index: 3000;
	width: 140px;
	border: 1px dotted #484848;
	background-color: #f8f8d1;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	opacity: 0.85;
	color:#000;
}
#tooltip h3{
	margin:0;
	font-size:12px;
	font-weight:bold;
} #tooltip div {
	margin: 0;

}

img.tooltip
{
	vertical-align: middle;

}
/* HÄR SLUTAR TOOLTIP  */

/* LOGINSIDAN */
div.loginPageBox
{
	float: left;
	width: 260px;
	margin-right: 20px;
}
div.loginPageBox a
{
	text-decoration: underline;
}
div.loginPageBox td .formlabel
{
	text-align: right;
}
/* LOGINSIDAN SLUT */

div.errorBox {
	background:#FEF1EC;
	padding:10px;
	border:1px solid #CD0A0A;
	color:#CD0A0A;
}
div.errorBox a {
	color:#CD0A0A;
	font-weight:bold;
	text-decoration:underline;
}
div.errorBox a:hover {
	text-decoration:none;
}

div.errorBox ul
{
	list-style: none;
}

div.successBox {
	width: 90%;
	padding: 10px;
	margin: 10px auto 10px auto;
	font-size: 12px;
	font-family: Tahoma;
	color: #006600;
	background:#DBFDD9;
	border: 1px solid #009900;
}

/* HÄR SLUTAR STANDARD CSS */






/* HÄR SLUTAR STYLE PÅ TABBARNA*/



/* Här börja sidans struktur */

div.site{
	width:994px;
	margin:auto;
	background:transparent;
}

div.header {
	width:982px;
	height:174px;
	background:url(grafik/header.png) no-repeat;
	padding:0 6px;
}
div#logo {
	width:221px;
	height:36px;
	float:left;
	margin:40px 0 0 40px;
}
div#headerInfo {
	width:250px;
	float:right;
	color:#fff;
	font-size:10px;
	margin:40px 20px 0 0;
}
div#headerInfo a {
	color:#FF0000;
	text-decoration:none;
}
div#headerInfo a:hover {
	text-decoration:underline;
}

div.topMenu {
	width:100%;
	height:43px;
	background:url(grafik/topMenuBg.png) repeat-x;
	margin-top:26px;
}
div.topMenuText {
	float:left;
	padding:14px 0px;
	border-right:1px solid #09090A;
	border-left:1px solid #222222;
}
div.topMenuText a {
	font-weight:bold;
	padding:14px 8px;
	font-size:13px;
	font-style:italic;
	text-transform:uppercase;
}
div.topMenuText a:hover{
	text-decoration:none;
	background:#a80000;
	color:#fff;
}
div.topLogin {
	float:right;
	color:#fff;
	margin-right:5px;
}
div.topLogin a {
	color:#fff;
	text-decoration:none;
}
div.topLogin a:hover {
	text-decoration:underline;
}
input.input {
	width:84px;
	height:15px;
	background:#151515;
	border:1px solid #000;
	padding:3px 5px;
	color:#999999;
	margin:10px 0 0 0 ;
	font-size:10px;
}
input.loginIcon {
	width:35px;
	height:34px;
	background:url(grafik/loginIcon.png) no-repeat;
	border:0;
	vertical-align:middle;
	cursor:pointer;
}
input.searchIcon {
	width:31px;
	height:29px;
	background:url(grafik/searchIcon.png) no-repeat;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	
}

input.send {
	width:64px;
	height:29px;
	background:url(grafik/sendButton.png) no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}

div.contTop {
	width:994px;
	height:8px;
	background:url(grafik/contTop.png) no-repeat;
	margin-top:10px;
}
div.cont {
	width:982px;
	background:url(grafik/contBg.png) repeat-y;
	padding:0px 6px;
}
div.contFooter {
	width:994px;
	height:7px;
	background:url(grafik/contFooter.png) no-repeat;
}

div.left {
	float:left;
	width:167px;
}

div.menuBoxHeader {
	border-top:1px solid #292929;
	border-bottom:1px solid #292929;
	width:157px;
	height:23px;
	background:url(grafik/menuBoxHeaderBg.png) repeat-x;
	padding:7px 0 0 10px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
div.menuBoxCont {
	width:147px;
	background:url(grafik/menuBoxContBg.png) repeat-x;
	background-position:top;
	padding:5px 10px;
}

div.menuBoxContLine {
	width:100%;
	height:1px;
	background:none;
	border-top:1px solid #272727;
	margin:10px 0;
}

div.middle {
	float:left;
	width:626px;
	background:#fff;
	color:#000;
	min-height:600px;
	padding:10px;
}
div.middle h1 {
	color:#CB3333;
	font-weight:bold;
	font-size:14px;
}
div.middle a {
	color:#000;
}
div.middle a:hover {
	color:#000;
}

div.welcomeText {
	width:468px;
	height:158px;
	background:url(grafik/welcomeTextBg.png) no-repeat;
	padding:20px 158px 25px 20px;
	color:#fff;
	margin-top:-10px;
	margin-left:-10px;
}

div.welcomeText h1 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

div.right {
	float:left;
	width:167px;
}

div.newsBox {
	
}
p.newsHeadline {
	color:#CBCBCB;
}

p.newsHeadline a {
	color:#CBCBCB;
	text-decoration:underline;
}
p.newsHeadline a:hover {
	text-decoration:none;
}

p.newsDate {
	color:#999999;
	margin-bottom:0;
}

div.footer {
	background:transparent;
	margin:15px 0 30px 0;
	padding:0 6px;
}

 /* Product menu */

.treeview li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.treeview ul.menu_sub li
{
	border: 0;
}

.treeview li,
.treeview a.selected,
.treeview li.expandable,
.treeview li.collapsable,
.treeview ul.menu_sub
{
	background: transparent;
}

.treeview li.collapsable
{
	padding-bottom: 0;
}
 .treeview .hitarea
{
	width: 11px;
	height: 11px;
	margin-left: -10px;
}

.treeview a
{
	margin-left: 5px;
}

.treeview .collapsable-hitarea
{
	background: url(grafik/minus.png) no-repeat;
	vertical-align:middle;
}

.treeview .expandable-hitarea
{
	background: url(grafik/plus.png) no-repeat;
	vertical-align:middle;
}
 .treeview .last,
.treeview ul.menu_sub,
.treeview li.lastCollapsable,
.treeview li.lastExpandable
{
	border-bottom: 0;
}

/* SLUT sidans struktur */

