/*
Theme Name: Svensk Kolgrill 2008

Colors:

Dark blue: #212125;
Red: #661800;
Light bg: #f2f2f2;
Lines: #e5e5e5;
*/

*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 Verdana, Helvetica, Arial, Sans-serif; /* 1em = 10px */
	background-color: #dedede;
	color:#212125;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------------  BASICS */

a {
	text-decoration:none;
	color:#661800;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
	color: #661800;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}

p {
	font: 1.1em/1.6 verdana, arial, sans-serif;
	padding-bottom: 0.6em;
	color:#333;
}

img {
	border:0;
}

/*--------------------------------------------------------------------  WRAP */

.wrap {
	width: 968px;
	margin: 0 auto;
	background: url(img/wrap-bg.gif) 0 0 repeat-y;
}

/*--------------------------------------------------------------------  HEADER */

#header {
	background: #212125 url(img/header-bg.gif) 0 bottom repeat-x;
	height: 80px;
	padding-top: 31px;
	margin: 0 4px;
}

#mainnav {
	float:right;
	width: 600px;
	margin-top: 48px;
	display:inline;
	margin-right:20px;
}
#mainnav ul {
	list-style:none;
}
#mainnav li {
	display:inline;
	font: 11px/29px Verdana, sans-serif;
}
#mainnav li a {
	color: #fff;
	padding: 0 14px;
	height: 32px;
	display:block;
	width:auto;
	float:right;
}
#mainnav li.sel span {
	background: url(img/mainnav-bg-left.gif) 0 1px no-repeat;
	padding: 8px 14px 0 14px;
	height: 24px;
}
#mainnav li.sel a {
	background: #fff url(img/mainnav-bg-right.gif) right 0 no-repeat;
	color: #212125;
	padding:0;
	height: 32px;
}
#mainnav li a:hover {
	text-decoration:none;
	color: #b1b1b1;
}
#mainnav li.sel a:hover {
	color: #212125;
}

#logo{
	display:block;
	width:259px;
	height:66px;
	text-indent:-9009px;
	background:transparent url(img/svenskkolgrill.gif) no-repeat 0 0;
	font-size:0.1em;
	margin-left:20px;
}
#logo a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
}
#main {
	padding-top: 10px;
}
/*--------------------------------------------------------------------  COLUMNS */

#infocol {
	width: 200px;
	float:right;
	margin: 0 14px 0 10px;
	display:inline;
}

#contentcol {
	float:right;
	width: 530px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0 9px;
	margin-bottom: 20px;
}

#menucol {
	margin-left: 14px;
	display:inline;
	float:left;
	width: 170px;
}


#contentcol-wide {
	float:right;
	width: 750px;
	border-left: 1px solid #e5e5e5;
	padding: 0 14px 0 9px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------------  FOOTER */

#footer {
	clear:both;
	color: #ccc;
	font-size: 1.1em;
	line-height: 39px;
	background: url(img/footer-bg.gif) 0 0 no-repeat;
	height:43px;
	width: 920px;
	padding: 0 24px;
}
#footer a {
	color: #ccc;
}
#copyright {
	float:right;
}
/*--------------------------------------------------------------------  NAV */

ul.nav {
	list-style:none;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.nav li {
	border-bottom: 1px solid #e5e5e5;
}
.nav li a {
	color: #212125;
	font: 1.1em/23px Verdana,sans-serif;
	display:block;
	padding-left: 20px;
	background: url(img/arrow.gif) 9px center no-repeat;
	width: 150px;
}
.nav li a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
}

.nav li.current-cat a {
	background-color: #e5e5e5;

	font-weight:bold;
}

#menucol h3 {
	font: 1.2em/1.2 Verdana,sans-serif;
	color: #000;
	padding: 5px;
	background-color: #f2f2f2;
	font-weight: bold;
}


/*------------------------------------------------------ MENUCOL */

#menucol .itemwrap {
	background: #ededed url(img/menucol-item-bg-top.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}
#menucol .item {
	background: url(img/menucol-item-bg-bottom.gif) 0 bottom no-repeat;
	padding:10px;
}

#infocol .itemwrap {
	background: #ededed url(img/infocol-item-bg-top.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}
#infocol .item {
	background: url(img/infocol-item-bg-bottom.gif) 0 bottom no-repeat;
	padding:10px;
}
#infocol .item p {
	padding-bottom:0;
	margin-bottom:0;
}
#infocol {
	margin-bottom: 40px;
}	

/*--------------------------------------------------------------------  CONTENTCOL */

#contentcol h1, #contentcol-wide h1 {
	font-size: 2.4em;
	line-height: 1;
	padding-bottom: 0.4em;
	font-weight: bold;
}
#contentcol h2, #contentcol-wide h2 {
	font-size: 1.8em;
	line-height: 1.4;
	padding-bottom: 0.1em;
	padding-top: 0.5em;
}

#contentcol-wide p {
	width: 510px;
}
#contentcol-wide p.push {
	float:right;
	width: 200px;
	border-top: 1px solid #ccc;
	display:block;
	font-style:italic;
	color: #4d4d4d;
	padding-top: 3px;
	clear:both;
	margin-top: -4px;
}

.promote {
	padding-bottom: 9px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3px;
}

#contentcol ul, #contentcol-wide ul {
	list-style:none;
	margin-bottom: 5px;
}
#contentcol-wide ul {
	width: 510px;
}
#contentcol li, #contentcol-wide li {
	background: url(img/arrow.gif) 3px 6px no-repeat;
	padding-left: 13px;
	font: 1.1em/1.6 verdana, arial, sans-serif;
	color:#333;
}
#indexcol li {
		background: url(img/ring.gif) 3px 6px no-repeat;
		padding-bottom: 3px;
}
#indexcol h2 a:hover {
	text-decoration:none;
}
#indexcol h2 {
	font-weight:bold;
}
#indexcol .product-data h2 {
	font-weight:normal;
}
/*--------------------------------------------------------------------  FIRST PAGE DISPLAY */

.col3 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.col3-item {
	width: 170px;
	float:left;
}
.col3-middle {
	padding: 0 4px 0 5px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin: 0 5px 0 4px;
}
.col3-item p {
	padding-bottom: 0;
	font-size: 1.0em;
}

/*------------------------------------------------------ IMAGES */

.img-right {
	float:right;
	margin-left: 25px;
	margin-bottom: 5px;
}

/*------------------------------------------------------ FORM */

#s {
	height: 15px;
	width: 107px;
	border: 1px solid #ccc;
	padding:4px 0 0 0;
	margin:0;
	font: 1.1em/15px verdana,sans-serif;
	float:left;
}
#searchsubmit {
	border: 1px solid #ccc;
	background: #e5e5e5 url(img/searchbtn-bg.gif) 0 0 repeat-x;
	width: 33px;
	height: 21px;
	font-size: 1.0em;
}
form div {
	text-align:right;
}

label {
	font-size: 1.1em;
}

#antal {
	width: 1.5em;
}
#btnKop {
	vertical-align:bottom;
	padding-right: 5px;
	padding-left: 5px;
}
.product-data {
	clear:both;
	margin-top:5px;
}
/*--------------------------------------------------------------------  MISC */

.clearfix {
	font-size:0.00001px;
	visibility:hidden;
	height:0;
	clear:both;
}

code {
	font: 1.1em/1.2 Arial, verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	display:block;
}
 
abbr {
	cursor:help;
}


a.nav {
	padding-left: 14px;
	background: url(img/arrow.gif) 3px center no-repeat;
}
/*--------------------------------------------------------------------  KUNDVAGN */


.kundvagn {
	border: 1px solid #ccc;
	background-color: #ededed;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
}
.not_empty {
	border: 1px solid #025d00;
}
.kundvagn h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 3px;
	padding-top: 1px;
	background: url(img/shoppingcart.gif) 0 0 no-repeat;
	font-size:1.4em;
}
.kundvagn .orders {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 7px;
	font: 1.1em/1.4 Arial,sans-serif;
}
/*--------------------------------------------------------------------  ITEM */

#contentcol .item {
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
}
#contentcol .item img {
	float:left;
}
.item .info {
	width: 330px;
	float:right;
}
#contentcol .info h2 {
	margin-bottom: 2px;
	padding-top:0;
	line-height: 1;
}
.info h2 a:hover {
	text-decoration:none;
}
.info a {
	margin-right: 15px;
}
#contentcol .cat-desc h1 {
	padding-bottom: 5px;
}
#contentcol .cat-desc {
	margin-bottom: 5px;
}


/*--------------------------------------------------------------------  ORDER TABLE */

.order {
	width: 530px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.1em;
	line-height: 2.2;
	margin: 15px 0;
	background-color: #fff;
}
.order .order-top td, #order .order-line td {
	border-bottom: 1px solid #e5e5e5;
}
.order .order-top {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
}
.order .order-amount {
	padding-left: 4px;
	width: 50px;
}
.order .order-product {
	width: 250px;
}
.order .order-price {
	text-align:right;
	width: 110px;
}
.order .order-rowtotal {
	text-align:right;
	width: 100px;
}
.order .order-delete {
	text-align:right;
	padding-right: 4px;
	width: 38px;
}
.order .order-final-price {
	text-align:right;
}
.order .order-total {
	background-color: #f2f2f2;
}
.order .order-total td {
	border-top: 1px solid #e5e5e5;
}
.order-line td {
	border-bottom: 1px solid #e5e5e5;
}

.till-kassan-btn {
	text-align:center;
}
.andra-kundvagn-info {
	clear:both;
	padding: 10px 0 30px 0;
}

/*--------------------------------------------------------------------  KASSAN */

.order-kassan {
	width: 492px;
}

.kassa-block {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	text-align:left;
}

.kassa-block div {
	text-align:left;
}
.kassa-block-order {
	background-color: #fff;
}

#contentcol .kassa-block h2 {
	color: #333;
	font-size: 1.6em;
	font-weight:bold;
	line-height: 1.4;
	padding-bottom: 0.1em;
	padding-top:0;
	margin-top:0;
}

.error-block {
	border: 1px solid red;
}
.error-text {
	color: red;
}

/*--------------------------------------------------------------------  FORMS */

label {
	margin-top: 0.8em;
	font: 1.1em/1.8em verdana,helvetica, sans-serif;
	display:block;
	color: #1a1a1a;
}
#amount {
	display: inline;
}
input.text {
	width: 140px;
	display:block;
	border:1px solid #a7a6aa;
	background-color:#fff;
	padding:2px;
}
input.long {
	width: 200px;
	clear:both;
}
input.short {
	width: 50px;
}
textarea.text {
	border:1px solid #a7a6aa;
	background-color:#fff;
	padding:2px;
}
input.error {
	border-color: red;
	color:#000;
}
.messagesent {
	margin-bottom: 15em;
}
input.text:focus {
	background-color: #e5e5e5;
}
textarea.text:focus {
	background-color: #e5e5e5;
}
textarea.error {
	border-color:red;
	color:#000;
}
input.btn {
	margin-top: 0.8em;
	padding: 2px 5px; 
}
.error {
	color:red;
}

.radiobtn label {
	display:inline;
	padding-left: 5px;
	font: 1.1em/1.6 verdana,helvetica, sans-serif;
	color: #1a1a1a;
}
.radiobtn {
	padding: 6px 0 2px 0;
}

.chkbox label {
	display:inline;
	padding-left: 5px;
	font: 1.1em/1.6 verdana,helvetica, sans-serif;
	color: #1a1a1a;
}
.chkbox {
	padding: 6px 0 2px 0;
}

.btn {
	background: #661800 url(img/btn-bg.gif) 0 center repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 1em;
}
#antal {
	margin: 1px 10px 1px 0;
	width: 24px;
	text-align:right;
	font-size: 12px;
}
#l_antal {
	display:inline;
	font-size: 12px;
	margin-right:5px;
}
input.kop {
	background: #036601 url(img/btn_bestall.gif) 0 0 no-repeat;
	color: #fff;
	width: 74px;
	height: 24px;
	border:0;
}
input.kop:hover {
	 cursor: pointer;
	 background: #036601 url(img/btn_bestall.gif) -74px 0 no-repeat;
}
input.kop:active {
	 cursor: pointer;
	 background: #036601 url(img/btn_bestall.gif) -148px 0 no-repeat;
}
h2#orderit {
	padding:0;
	margin:0;
	display:inline;
	margin-left: 15px;
}

/*--------------------------------------------------------------------  Product */

.product-features li {
	margin-bottom: 0.6em;
}


.product-info {
	float:left;
	width: 340px;
}
.product-meta {
	float:right;
	width: 172px;
	padding-left: 10px;
	
}

.price {
	font: 1.6em/1.3 arial,sans-serif;
}
.price_numbers {
	font-weight: bold;
	color:#661800;
}
.frakt {
	color: #666;
	margin-bottom: 10px;
}

.product-data {
	padding: 10px;
	background-color: #f2f2f2;
	border:1px solid #e5e5e5;
	margin-bottom: 10px;
}

.product-meta a img {
	border: 1px solid #ccc;
}
.product-meta a:hover img {
	border: 1px solid #808080;
}
.product-meta img {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------------  SMALL CART */

.small_cart {
	width: 100%;
	font-size: 1.1em;
}
.small_cart_product {
	text-align:left;
}
.small_cart_q {
	text-align:right;
	width: 20px;
}


/*--------------------------------------------------------------------  DEBUG */


.obs, #debug {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background-color: #f1f831;
	text-align:center;
}
.obs p {
	margin:0;
	padding:0;
}
.price_list {
	color: #661800;
}
.logo {
	margin-bottom: 5px;
	border:0;
}

#fakturera {
	/*
	padding-left: 110px;
	background: url(img/faktura.gif) 0 0 no-repeat;
	*/
}
#pg {
	/*
	padding-left: 110px;
	background: url(img/pg.gif) 0 0 no-repeat;
	*/
}

.kampanj {
	background-color: #effb86;
}
.kampanjpris {
	font: 1.6em/1.3 verdana,sans-serif;
	font-weight:bold;
	color: #661800;
	margin-bottom: 5px;
}

.fancyimg-right {
	border: 5px solid #f2f2f2;
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.robustfoto {
	width: 520px;
	padding: 5px;
	background-color: #f2f2f2;
	border:1px solid #e5e5e5;
	margin-bottom: 10px;
	color: #4d4d4d;
	font-size:1.2em;
	line-height:1.2;
	font-style:italic;
}
.robustfoto img {
	margin-bottom:5px;
}
.robustbild {
	padding: 5px;
	float:right;
	margin-left:10px;
	background-color: #f2f2f2;
	border:1px solid #e5e5e5;
	margin-bottom: 10px;
	color: #4d4d4d;
	font-size:1.2em;
	line-height:1.2;
	font-style:italic;
}