/*
 * 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:11px;
}

h3 {
	font-size:13px;
	font-weight:bold;
}
p{
	margin-top:0;
}

a {
color:#000000;
text-decoration: none;
}

.related a {
color:#000000;
text-decoration: none;
}

.related a:hover {
color:#c0c0c0;
text-decoration: none;
}

a:hover
{
color:#c0c0c0;
text-decoration: none;
}

/* 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;
}

/* PAGEMENU*/
#pageMenu {
	float: left;
	margin: 0;
    padding: 0;
	font-weight: bold;
}

#pageMenu ul{

	
	margin: 0;
    padding: 0;
	list-style: none;
    width: inherit;
    
}
#pageMenu ul li
{
	padding: 5px 0 9px 0;
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
    
}

#pageMenu ul li:hover
{
    background: #D4D4D4;

}

#pageMenu li ul {display: none;

}

#pageMenu ul li a
{

	display: block;
	text-decoration: none;
	padding: 6px 10px 0 10px;
	margin-left: 1px;
	white-space: nowrap;
    color: #fff;
}

#pageMenu li:hover ul
{
    margin-top: 9px;
	display: block;
	position: absolute;
    background: #d4d4d4;

}

#pageMenu li:hover ul li
{
	height: 25px;
	width: inherit;
	margin: 0;
    display: block;
    
    

}

#pageMenu li:hover li
{
    display: block;
	float: none;
	width: inherit;

}

#pageMenu li:hover li:hover a
{
	float: none;
	width: inherit;

}



#pageMenu li:hover li:hover
{
	float: none;
    display: block;
    
	
    
}
#pageMenu li:hover a
{
    display: block;
	color: #666;
}
#pageMenu li:hover li a:hover{
	background: transparent;
    text-decoration: underline;
}
/* PAGEMENU END*/


/* 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:180px;
	height:230px;
	color:#666;
	position: relative;
}
div.prodListBox .buttons {
        position: absolute;
	bottom: 0px;
	left: 15px;
}
div.prodListBox:hover {
	cursor:pointer;
}
div.prodListImg {
	width:140px;
	height:120px;
	margin:10px auto;
	overflow:hidden;
	text-align:center;
}
div.prodListPrice {
        color: #090;
	font-weight: bold;
	width:160px;
	margin:auto;
	padding:5px 0px;
	overflow:hidden;
}
div.prodListName {
	width:160px;
	padding:5px 10px;
	overflow:hidden;
}

div.prodListName a{
	font-size:12px;
	color: black;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}
div.prodListName a:hover{
	color:#666;
	text-decoration:none;
}

div.dottedLine{
    width: 100%;
    height: 1px;
    border-top:1px dotted #ccc;
    margin: 5px 0;
}

/* 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;
}

input.campaign_code_submit{
	background:url(../../img/icons/refresh.png);
	border:none;
	vertical-align:middle;
	height:16px;
	width:16px;
	cursor:pointer;
}
input.campaign_code_remove{
	background:url(../../img/icons/delete.gif);
	border:none;
	vertical-align:middle;
	height:16px;
	width:16px;
	cursor:pointer;
}

/* 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;
}

/* STIL FÖR KÖP-DIALOGRUTAN */

.ui-dialog {
    background: #666;
    opacity: 0.9;
}

.ui-dialog .ui-widget-content {
    color: white;
}

/* 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;
}
#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 */

body {
    background: url(img/body.png);
}

#site {
    background: url(img/site.png) repeat-y;
    width: 996px;
    margin: 0 auto;
    padding: 0 9px 0 9px;
}

/* header */
#header {
    background: white url(img/header.png) no-repeat top right;
    height: 82px;
    padding: 20px 0 0 20px;
}

/* navigation */
#navigation {
    background: white url(img/navigation.png) repeat-x 0 1px;
    padding-top: 1px;
    height: 72px;
}

#navigation ul,
#navigation li {
    float: left;
    margin: 0;
    padding: 0;
}

#navigation ul {
    list-style: none;
}

#navigation ul ul {
   display: none;
}

#navigation li {
    background: url(img/navigation-separator.png) no-repeat 100% 1px;
    padding: 0 15px;
}

#navigation li a {
    font: bold 14px/38px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
}

#navigation li a:hover {
    background: url(img/active-link-indicator.png) no-repeat 50% 32px;
    color: red;
}

#webshop-button {
    float: right;
    margin: 7px 10px 0 0;
}

/* content */
#content-wrapper {
    background: white;
    padding: 2px 0 20px 0;
}

#content {
    float: right;
    width: 690px;
    margin-right: 25px;
}

/* sidebar */
#sidebar {
    width: 220px;
    float: left;
    margin: 0 20px;
}

#sidebar h2 {
    background: red url(img/sidebar-header.png);
    color: white;
    font: bold 15px/33px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #333;
    padding: 0 10px;
    margin-top: 20px; padding-top: 0;
}

#sidebar h2:first-child {
    margin-top: 0;
}

/* categories */
.treeview,
.treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    margin-top: 4px;
}

.treeview .hitarea {
    display: none;
    height: 17px;
    width: 17px;
    margin-left: -20px;
    float: left;
    cursor: pointer;
}

.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 20px;
    background: url(img/heart.png) no-repeat 0 5px;
}

.treeview a {
    font: bold 13px/17px Arial, Helvetica, sans-serif;
}

.menu_sub li {
    background: none;
}

#treecontrol { margin: 1em 0; display: none; }

/* children (subpages) */
#children ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#children a {
   font: bold 13px/17px Arial, Helvetica, sans-serif;
   padding-left: 30px;
   background: url(img/heart.png) no-repeat 0 50%;
   height: 20px;
   display: block;
}

#children .current {
   color: red;
   text-decoration: underline;
}

/* cart */
#cart .articles {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

#cart .price {
    font-weight: bold;
}

/* search */
#search {
    margin: 0 5px;
}

#search input[type="text"] {
    background: url(img/search.png) no-repeat;
    border: 1px solid #c2c2c2;
    height: 25px;
    padding: 0 0 0 25px;
    width: 183px;
    margin: 0 0 10px 0;
}

/* information */
#information {
    list-style: none;
    margin: 0 0 0 15px;
    line-height: 2em;
    padding: 0;
}

#information li:before {
    content: "- ";
}

/* footer */
#footer {
    background: white url(img/footer.png) repeat-x 0 20px;
    height: 100px;
    position: relative;
    padding-top: 23px;
}

#footer p {
    color: #666 !important;
    font-weight: bold;
    position: absolute;
    top: 55px;
    left: 225px;
}

#footer a {
    color: red;
    text-decoration: underline;
}

#shop-safely {
    position: absolute;
    top: 30px;
    right: 30px;
}

#footer-shadow {
    background: url(img/footer-shadow.png) no-repeat;
    line-height: 9px;
    width: 1012px;
    margin: 0 auto;
}

/* front page */
.frontpage-box {
   float: left;
   width: 284px;
   margin-left: 55px;
}

.first {
   margin-left: 17px;
}

.frontpage-box h2 {
   background: url(img/sidebar-header.png) repeat-x;
   color: white;
   font: bold 15px/33px Arial, Helvetica, sans-serif;
   text-shadow: 1px 1px 1px #333;
   padding: 0 10px;
   margin: 2px 0;
}

.frontpage-box img {
   margin-bottom: 10px;
}

.bottom-link {
   color: red;
   text-decoration: underline;
   display: inline-block;
   background: url(img/heart.png) no-repeat 0 50%;
   padding: 0 0 0 25px;
   line-height: 18px;
}

#slider {
    margin: 0 17px 17px 17px;
}

/* misc. */
.clear {
    clear: both;
}

div.WelcomeText {
    border-bottom: 1px dotted black;
}

.news {
    list-style-type: none;
    margin: 0 0 0 20px; padding: 0;
    cursor: pointer;
}

.news li {
    margin: 10px 0;
}