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



/* Här börja sidans struktur */

body {
    background: white url(img/background-top.png) repeat-x;
}

/*body {
  background: url(img/background-bottom.png) repeat-x bottom left;
}*/

#wrapper {
    background: url(img/header-top.png) no-repeat;
    margin: 10px auto;
    padding: 22px 0 0 0;
    width: 985px;
}

/* header */
#header {
    background: url(img/header-background.jpg) no-repeat;
    height: 175px;
    position: relative;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

#slogan {
    position: absolute;
    top: 60px;
    left: 265px;
}

#cart-box {
    background: url(img/cart.png) no-repeat;
    position: absolute;
    top: 35px;
    right: 222px;
    width: 148px;
    height: 76px;
    padding: 40px 15px 0 15px;
}

#cart-box a {
    color: #c00;
    text-decoration: underline;
}

#cart-box .separator {
    background: url(img/cart-separator.png) repeat-x;
    margin: 5px 0 8px 0;
    line-height: 1px;
}

#login-box {
    background: url(img/login.png) no-repeat;
    position: absolute;
    top: 35px;
    right: 30px;
    width: 148px;
    height: 76px;
    padding: 40px 15px 0 15px;
}

#login-box input {
    margin: 2px 0;
}

#login-box input[type="text"],
#login-box input[type="password"] {
    font-size: 10px;
}

#login-box a {
    color: #c00;
    text-decoration: underline;
    background: url(img/arrow.png) no-repeat 0 60%;
    line-height: 1em;
    padding: 0 0 0 10px;
    position: relative;
    top: -5px;
    margin-right: 10px;
    font-size: 10px;
}

/* navigation */
#navigation {
    background: url(img/navigation.png) repeat-x;
    height: 47px;
    overflow: hidden;
}

#navigation ul {
    float: left;
    list-style-type: none;
    line-height: 38px;
    padding: 0;
}

#navigation > ul {
    margin: 4px 0 0 0;
}

#navigation li {
    float: left;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #600;
    border-left: 1px solid #f66;
}

#navigation a {
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Yanone Kaffeesatz', arial, serif;
    font-size: 12px;
}

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

/* sidebars */
.sidebar {
    float: left;
}

.sidebar .box {
    background: url(img/box.png) no-repeat bottom left;
    padding: 10px 10px 30px 10px;
    margin: 0 0 30px 0;
}
.sidebar .menu-box {

    background: url(img/box.png) no-repeat bottom left;
    padding: 10px 10px 30px 0px;
    margin: 0 0 30px 0;
}

.sidebar .header {
    display: block;
    margin-left: 1px;
}

#sidebar-left {
    width: 195px;
    
}

/* categories */
#category_menu {
    margin: -10px 0 0 0px;
    padding: 0 0 0 10px;
    width: 170px;
    overflow: hidden;
    background: url(img/menu_bg.png) repeat-y;        
}

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: outside;
}

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

.treeview .hitarea {
    height: 14px;
    width: 14px;
    margin: 0 -20px;
    float: left;
    cursor: pointer;
}

.treeview .expandable-hitarea {
    background: url(img/plus.png) no-repeat 50% 50%;
}

.treeview .collapsable-hitarea {
    background: url(img/minus.png) no-repeat 50% 50%;
}

.menu_sub .expandable-hitarea,
.menu_sub .collapsable-hitarea {
/*    background: none;*/
}

.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 16px;
    font-size: 12px;
    font-weight: bold;
}

.menu_sub li {
    font-size: 11px;
    font-weight: normal;
}

/* sale */
#outlet-link {
    display: block;
    padding: 0 0 0 12px;
    background: url(img/arrow.png) no-repeat 0 60%;
    line-height: 1em;
    color: #c00;
    text-decoration: underline;
    margin-bottom: 30px;
}

/* search box */
#search-form input[type="text"] {
    background: white url(img/looking-glass.png) no-repeat 5px 50%;
    border: 1px solid #a2a2a2;
    padding: 3px 0 3px 25px;
    width: 130px;
}

#search-form input[type="image"] {
    padding-top: 10px;
}

/* safe */
#safe {
    background: url(img/safe.png) no-repeat;
    height: 360px;
}

/* content */
#content {
    float: left;
    width: 561px;
    margin: 0 15px 0 15px;
}

/* weekly-offer */
#weekly-offer a.title {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    padding: 10px 0;
}

/* sidebar-right */
#sidebar-right {
    float: right;
    width: 183px;
    margin-left: 15px;
}

#newsletter input[type="text"] {
    border: 1px solid #a2a2a2;
    margin: 7px 0 9px 0;
}

#newsletter input[type="image"] {
    margin: 13px 0 0 0;
}

.news {
    list-style: none;
    padding: 0;
    margin: 10px;
}

.news li {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #999;
}

.news a {
    color: #c00;
    text-decoration: underline;
}

/* footer */
#footer {
    background: url(img/footer.png) no-repeat;
    height: 115px;
    margin: 30px auto;
    position: relative;
    width: 985px;
}

#footer .map {
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid #a0a0a0;
}

#footer .address {
    position: absolute;
    top: 40px;
    left: 280px;
}

#footer .contact-info {
    position: absolute;
    top: 40px;
    left: 540px;
}

#footer .facebook {
    position: absolute;
    top: 35px;
    right: 30px;
}

/* the product list view */
div.prodListBox,
div.prodListBox:hover {
    border: 0;
    width: 153px;
    height: 250px;
    margin: 10px 17px;
}

.prodListBox .buttons {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}

div.prodListName {
    width: 131px;
}

div.prodListName a {
    color: black;
}

div.prodListDesc {
    line-height: 1.2em;
}

div.prodListPrice {
    color: black;
    border: 0;
}

div.prodListPrice span {
    color: #093;
}

/* the product view */
div.prodInfo {
    width: 290px;
}

#currentPrice {
    color: #090;
    /* color: #c00;*/
}
#originalPrice {
    color: black;
    font-size: 16px;
    font-weight: normal;
}

div.addToBasket {
    float: none;
    display: block;
    margin-left: 5px;
}

input.buyButton {
    padding: 0;
    float: right;
    background: url(img/add-to-cart.png) no-repeat;
    line-height: 22px;
    height: 22px;
    width: 198px;
    text-shadow: 1px 1px 1px #333;
}

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

#placeholder {
    display: block;
}
.placeholder {
    display: block;
}

