/*-----------------------------------------------------------
	Stylesheet for www.nella.nu
	Author:			Gabriel Svennerberg
	Email:			gabriel@svennerberg.com
	Website:		www.svennerberg.com
	Last edited:	2006-09-28
-----------------------------------------------------------*/

/* Main style
-----------------------------------------------------------*/
body {
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
}

a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
a:active {

}
form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 90%;
}
a img {
	border: 2px solid #000;
}


/* Main Layout
-----------------------------------------------------------*/
#wrapper {
	background: #fff url(../img/mainbg.gif) top left repeat-x;
	width: 100%;
	max-width: 990px;
	min-width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* Main Menu
-----------------------------------------------------------*/
#mainmenu {
	margin: 5px 20px 0 0;
	padding: 0;
	float: right;
	list-style: none;
}
#mainmenu li {
	float: left;
}

#mainmenu li a {
	display: block;
	padding: 0 15px;
	line-height: 2em;	
	color: #333;
	text-decoration: none;
}

#mainmenu li.selected {
	background: url(../img/mainmenu/right.gif) no-repeat bottom right;
}	
#mainmenu li.selected a {
	background: url(../img/mainmenu/left.gif) no-repeat bottom left;
	color: #fff;
	font-weight: bold;
	float: left;
}

/* Submenu
-----------------------------------------------------------*/
#submenu {
	margin: 0 0 1em;
	padding: 2px 10px;
	list-style: none;
	background: #ffebf5;
	
}
#submenu li {
	display: inline;
	margin-right: 10px;
	font-size: 100%;
	
}
#submenu li.selected {
	font-weight: bold;
	font-size: 120%;
}
#submenu li a:link,
#submenu li a:visited {
	text-decoration: none;
}
#submenu li a:hover {
	text-decoration: underline;
}
#submenu li a:active {
	text-decoration: underline;
}

/* Branding
-----------------------------------------------------------*/
#branding {
	padding-top: 20px;
	margin-left: 20px;
}
#branding h1 {
	width: 140px;
	height: 158px;
	background: url(../img/logo.gif) top left no-repeat;
	text-indent: -5000px;
	float: left;
	display: none;
}

#branding #logo {
	border: none;
	float: left;
	margin-top: 17px;
}

#branding #photos {
	width: 600px;
	height: 137px;
	float: right;
	margin: 27px 0 0 0;
	
	display: inline;
}

#branding #photos img {
	margin-left: 10px;
}


/* Basket
-----------------------------------------------------------*/
#basket {
	clear: both;
	float: left;
	margin: 1em 20px 0;
	background: #ffebf5 url(../img/basket/topleft.gif) top left no-repeat;
	display: inline;
}
#basket .inner1 {
	float: left;
	background: url(../img/basket/topright.gif) top right no-repeat;
}
#basket .inner2 {
	float: left;
	background: url(../img/basket/bottomleft.gif) bottom left no-repeat;
}
#basket .inner3 {
	float: left;
	background: url(../img/basket/bottomright.gif) bottom right no-repeat;
	padding: 5px 20px;
}

#basket select {
	float: left;
}
#basket p {
	margin: 0 0 0 10px;
	float: left;
}

#basket ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#basket ul li {
	display: inline;
	margin-left: 10px;
}


/* Content
-----------------------------------------------------------*/
#content {
	clear: both;
	margin: 30px 0 1em;
	float: left;

	width: 100%;
}


/* MainContent
-----------------------------------------------------------*/
#maincontent {
	margin: 0 340px 0 20px;
	/* IE double float bug */
	display: block;
}

#maincontent h2 {
	font-size: 400%;
	color: #f09;
	margin: 0 0 .2em;
}

#maincontent h3 {
	margin: 1em 0 .2em;
	font-size: 150%;
	font-weight: bold;
}

#maincontent h4 {
	margin: 1em 0 .2em;
	font-size: 100%;
	font-weight: bold;
}

#maincontent p {
	margin: .2em 0 1em;
}

#maincontent img {

}



/* Highlight
-----------------------------------------------------------*/
#highlight h2 {
	font-size: 400%;
	color: #f09;
	margin: 0 0 .2em;
}
#highlight p {
	font-size: 120%;
	line-height: 2em;
	margin: 0 0 1em;
}


/* Footnote
-----------------------------------------------------------*/
div.footnote {
	margin-top: 2em;
	font-style: italic;
	font-size: 90%;
}

/* Sidebar
-----------------------------------------------------------*/
#sidebar {
	width: 280px;
	float: right;
	margin: 0 20px 0 0;	
	background: #ffebf5 url(../img/sidebar/top.gif) top left no-repeat;
	display: inline;
	
}
#sidebar .padding {
	padding: 20px;
	background: url(../img/sidebar/bottom.gif) bottom left no-repeat;
}
#sidebar h3 {
	font-size: 200%;
	margin: 1em 0 .1em;
	border-top: 1px solid silver;
	padding-top: 1em;
	
}
#sidebar h3.first {
	border: none;
	padding: 0;
	margin-top: 0;
}
 
#sidebar h4 {
	font-size: 150%;
	margin: 1em 0 .2em;
}
#sidebar p {
	font-size: 100%;
	margin: 0 0 1em;
}

#sidebar ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin-bottom: .2em;
}
#sidebar p.date {
	border-bottom: 1px solid #666;	
	padding-bottom: 1em;
}
#sidebar p.link {
	text-align: right;
}

#txtNewsletterEmail {
	width: 180px;
}

/* Footer
-----------------------------------------------------------*/

#footer {
	clear: both;
	margin: 2em 0;
}

/* Feature
-----------------------------------------------------------*/
.feature {
	margin: 1em 0;
	padding: .5em 0;
	border-top: 1px dotted silver;
}

.feature .products {
	padding-left: 10px;
}
.feature .products img {
	margin-right: 10px;
	border: 5px solid #eee;
	padding: 2px;
}


.feature .popular {
}
.feature .popular div {
	float: left;
	width: 164px;
	margin: 1em 20px 1em 0;
}
.feature .popular div p {
	margin: 0;
	padding: 0;
}
.feature .popular img {
	width: 150px;
	height: 150px;
	border: 5px solid #eee;
	padding: 2px;
}

/* Kollektionsidan
-----------------------------------------------------------*/
#page-kollektioner #maincontent {
	margin: 0 396px 0 20px;
}

#page-kollektioner #sidebar {
	width: 344px;
	background: #ffebf5 url(../img/sidebar/top-wide.gif) top left no-repeat;
}
#page-kollektioner #sidebar .padding {
	background: url(../img/sidebar/bottom-wide.gif) bottom left no-repeat;
	float: left;
}
#page-kollektioner #sidebar h2 {
	margin-bottom: .2em;
}
#page-kollektioner #sidebar .bigimagetext {
	margin: 0;
	text-align: right;
	font-size: 90%;
}
#page-kollektioner #sidebar .price {
	float: left;
}
#page-kollektioner #sidebar .buttons {
	float: right;
}
#page-kollektioner .outofstock {
	clear: both;
}




/* bilder
-----------------------------------------------------------*/
#products {
	float: left;
	margin: 1em 0;
}
#products  div {
	float: left;
	margin-right: 20px;
	width: 94px;
	height: 12em;
}
#products  img {
	width: 75px;
	border: 2px solid #333;
}
#products  p {
	margin: 0;
}

/* Kollektioner
-----------------------------------------------------------*/
#kollektioner {
	margin: 1em 0;
}
#kollektioner div {
	float: left;
	margin-right: 20px;
}
#kollektioner img {
	width: 120px;
}
#kollektioner p {
	margin: 0;
}


/* Bildcontainer
-----------------------------------------------------------*/
div.image {
	float: left;
	margin-right: 10px;
	width: 214px;
}
div.image img {
	border: 5px solid #eee;
	padding: 2px;
}
div.image p {
	margin: .1em 0;
}

/* Kontaktsidan
-----------------------------------------------------------*/
#frmContact label {
	display: block;
}
#frmContact #sName,
#frmContact #sEmail,
#frmContact #sMessage {
	width: 400px;
}
#frmContact #sMessage {
	height: 150px;
}
#frmContact .fake {
	display: none;
}


/* Läsvärtsidan
-----------------------------------------------------------*/
#lasvart h3 {
	margin: 1em 0 .2em;
}
#lasvart p {
	margin: .2em 0 1em;
}

/* Varukorgstabell
-----------------------------------------------------------*/
#basketTable {
	width: 99%;
	border-collapse: collapse;
	
}
#basketTable th {
	text-align: left;
	font-weight: bold;
	background: #ffebf5;
}
#basketTable td {
	padding: 2px;
}

#basketTable img {
	border: none;
}
#basketTable th.numeric {
	text-align: right;
}
#basketTable th.icon {
	text-align: center;
}

#basketTable td {
	border-bottom: 1px solid #eee;
}
#basketTable tr:hover {
	background: #eee;
}
#basketTable tr.footer:hover {
	background: none;
}

#basketTable tr.footer td {
	border: none;
	font-weight: bold;
}
.numeric {
	text-align: right;
}
.icon {
	text-align: center;
}

#frmBasket #btnSubmit {
	float: right;
}

/* Kassaformulär
-----------------------------------------------------------*/
#frmBasket #sName,
#frmBasket #sAdress,
#frmBasket #sCountry,
#frmBasket #sPhone,
#frmBasket #sEmail,
#frmBasket #sMessage {
	width: 300px;
}
#frmBasket #sZip {
	width: 70px;
}
#frmBasket #sCity {
	width: 226px;
}  
#frmBasket #sMessage {
	height: 80px;
}

/* Subscribe
-----------------------------------------------------------*/
#frmSubscribe {
	margin: 1em 0;
}
#frmSubscribe label {
	display: block;
}
#frmSubscribe #txtEmail {
	width: 300px;
}

/* Unsubscribe
-----------------------------------------------------------*/
#frmUnsubscribe label {
	display: block;
}
#frmUnsubscribe #txtEmail {
	width: 300px;
}



/* Återförsäljare
-----------------------------------------------------------*/
.aflogo {
	float: right;
	border: 5px solid #eee;
	padding: 2px;
	margin-left: 10px;
}

/* Lists
-----------------------------------------------------------*/
ul.info {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
dl.adress {
	margin: .2em 0 1em;
}
dl.adress dt {
	width: 100px;
	float: left;
}
dl.adress dd{

}

/* Lists
-----------------------------------------------------------*/
ul.linklist {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
ul.linklist li {
	margin-bottom: .2em;
}


/* Baskethelp
-----------------------------------------------------------*/
#FirstBasketItem {
	position: absolute;
	z-index: 101;
	left: 40px;
	top: 245px;
	width: 369px;
	text-align: left;
	
}
#FirstBasketItemTop {
	width: 369px;
	height: 81px;
	background: url(../img/talk/top.gif) top left no-repeat;
}
#FirstBasketItem .inner {
	background: #fff;
	padding: 0 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#FirstBasketItemBottom {
	background: url(../img/talk/bottom.gif) bottom left no-repeat;
	width: 369px;
	height: 40px;
}
#FirstBasketItem h4 {
	margin: 0;
}
#FirstBasketItem p {
	margin: .5em 0 0 0;
}
#FirstBasketItem p.close {
	text-align: center;
}


/* Misc classes
-----------------------------------------------------------*/
ul.adress {
	margin: .2em 0 1em;
	padding: 0;
	list-style: none;
}
ul.adress li {
	
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.notValid {
	text-decoration: line-through;
}
.alert {
	color: #f39;
}
