/*
 * 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:210px;
	border:1px solid #ccc;
	color:#666;
}
div.prodListBox:hover {
	/*background:#ededed;*/
	border:1px solid #666;
	cursor:pointer;
}
div.prodListImg {
	width:140px;
	height:120px;
	margin:10px auto;
	overflow:hidden;
	text-align:center;
}
div.prodListPrice {
	width:160px;
	margin:auto;
	padding:5px 0px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}
div.prodListName {
	width:160px;
	padding:5px 10px;
	overflow:hidden;
}

div.prodListName a{
	font-size:12px;
	color:#666;
	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*/


body {
   background: #b78757 url(img/body.jpg) no-repeat 50% 0;
   padding: 50px 0 0 0;
}

h1 {
   font-family: Georgia, sans-serif;
   font-size: 20px;
}

/* wrappers */
#content-wrapper-top,
#content-wrapper,
#content-wrapper-bottom {
   width: 847px;
   margin: 0 auto;
}

#content-wrapper-top {
   background: url(img/content-wrapper-top.png) no-repeat bottom left;
}

#content-wrapper {
   background: url(img/content.png) repeat-y 50% 0;
}

#content {
   background: #e0c1a1;
   width: 825px;
   min-height: 700px;
   margin: 0 auto;
   padding: 0;
}

#content-wrapper-bottom {
   background: url(img/content-wrapper-bottom.png) no-repeat top left;
}

/* header */
#header {
   background: url(img/header.png) repeat-x;
   height: 126px;
   position: relative;
}

#header .navigation {
   list-style-type: none;
   margin: 0;
   position: absolute;
   right: 20px;
   top: 20px;
}

#header .logo {
   position: relative;
   left: 10px;
}

#header .navigation li {
   border-left: 1px solid #c96;
   float: left;
   padding: 0 5px;
}

#header .navigation li:first-child {
   border: 0;
}

#header .navigation a {
   border-bottom: 1px dotted black;
   color: black;
}

#header .navigation a:hover {
   border-bottom: 1px dotted #999;
}

#header strong {
   position: absolute;
   top: 65px;
   right: 225px;
}

#newsletter input[type="text"] {
   border: 1px solid #cba680;
   background: url(img/newsletter.png) repeat-x;
   color: #7e4e1e;
   font-size: 10px;
   height: 24px;
   width: 155px;
   line-height: 24px;
   padding: 0 5px;
   position: absolute;
   top: 60px;
   right: 50px;
}

#newsletter input[type="image"] {
   position: absolute;
   top: 60px;
   right: 25px;
}

#newsletter .subscription-options {
   position: absolute;
   top: 93px;
   right: 60px;
}

#newsletter input[type="radio"] {
   margin-right: 0px;
}

/* navigation */
#navigation {
   display: block;
   background: url(img/navigation.png) repeat-x;
   height: 46px;
   padding: 20px 0 0 0;
   margin: 0;
   list-style-type: none;
}

#navigation li {
   background: url(img/nav-left.png) no-repeat;
   float: left;
   height: 31px;
   padding: 0 0 0 7px;
   margin: 0 0 0 10px;
}

#navigation a  {
   background: url(img/nav-right.png) no-repeat top right;
   display: block;
   font-weight: bold;
   font-size: 10px;
   text-decoration: underline;
   height: 31px;
   line-height: 27px;
   padding: 0 7px 0 0;
}

/* main-content */
#main-content {
   background: url(img/main-content.png) repeat-x;
   border: 1px solid transparent;
   font-family: georgia, sans-serif;
   font-size: 14px;
   padding: 20px;
}

/* sidebar */
#sidebar {
   border-left: 1px solid #d4a97e;
   float: right;
   width: 150px;
   line-height: 1.5em;
   padding: 0 40px 10px 40px;
}

#sidebar a {
   color: #930;
   text-decoration: underline;
}

#sidebar img {
   margin: 10px 0 15px 0;
}

#sidebar ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#sidebar li {
   margin-bottom: 5px;
}

#sidebar li:before {
   content: "» ";
}
   
/* footer */
#footer {
   color: #4e3b28;
   width: 820px;
   margin: 0 auto 40px auto;
   font-family: Georgia, serif;
   font-size: 12px;
}

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

table,
tr,
td {
    border: 0 !important;
}
