/* Author:				Perfica, www.perfica.se
*  Contact:				info@perfica.se
*  Version:				1.0
*  Created:				2008
*
*
* CONTENTS
* -----------------
* == INCLUDE
* ----> defaults
* ----> forms
* ----> navigation
* == LAYOUT
**-----------------------------------------------------------------------------------
/* == INCLUDE
-----------------------------------------------------------------------------------*/

@import url(defaults.css);
@import url(forms.css);
@import url(navigation.css);

@import url(external/slimbox.css);

/*-----------------------------------------------------------------------------------
* == LAYOUT
* --------------------------------------------------------------------------------- */
div#wrapper {width:800px; margin:20px auto; border:5px solid #fff; background:#fff;}
div#cart_container {}

div#container {}

div#header {position:relative; background:#273581;}
	#header h1 {margin:0; padding:0;}
	#header h1 a {text-decoration:none; color:#333333; font-weight:normal;}

div#content {padding:0px 40px 40px; margin-top:5px;}


div#footer {background:#273581;padding:15px 10px; clear:both; color:#fff;}
	#footer p {margin:0;}

div.index .post {margin-bottom:0;}

div.section {width:200px; float:left; margin:15px 0 0 15px;}

/*-----------------------------------------------------------------------------------
* == LANGUAGE
* --------------------------------------------------------------------------------- */
ul#language {overflow:hidden; float:right; margin:5px 5px 0 0;}
	#language li {float:left; margin-left:5px;}

/*-----------------------------------------------------------------------------------
* == PROMOTION && SLIDESHOW
* --------------------------------------------------------------------------------- */
#slideshow_container {height:120px; padding:5px 0;background: #fff url(../img/bg_header.jpg) no-repeat 0 50%;}
#slideshow {float:right;}
#slideshow, #slideshow li {height:120px; width:320px;}
	#promotion img {}
	#promotion p {}

#overlay {position:absolute; z-index:100; top:0; left:0; padding:15px; background:url(../img/overlay_slideshow.png) no-repeat;}

div#slideshow {position:relative; overflow:hidden;} 
	div#slideshow li {position:absolute;}

/*-----------------------------------------------------------------------------------
* == GUESTBOOK
* --------------------------------------------------------------------------------- */

.guestbook form {margin:15px 0;}

/* Validation code */

p.validation_code span {padding:5px 10px;}
	.validation_code .black {color:#000000; background:#000000;}
	.validation_code .blue {color:#0000FF; background:#0000FF;}
	.validation_code .green {color:#00FF00; background:#00FF00;}
	.validation_code .red {color:#FF0000; background:#FF0000;}
	.validation_code .yellow {color:#FFFF00; background:#FFFF00;}

/*-----------------------------------------------------------------------------------
* == LINKS
* --------------------------------------------------------------------------------- */

div.links {overflow:hidden;}
	.links .column {float:left; width:30%; margin-right:2%; margin-bottom:15px;}
	.links .row {clear:left;}
	
	.links h3 {}
	.links ul {}
	.links ul li {margin-bottom:3px;}
	
/*-----------------------------------------------------------------------------------
* == STAFF
* --------------------------------------------------------------------------------- */
div.staff {overflow:hidden;}
	.staff .column {float:left; width:230px;margin:0 10px 10px 0; 
		position:relative;		/*border:1px solid #ccc; border-right:2px solid #ccc;border-bottom:2px solid #ccc;*/}
	.staff .row {clear:left;}
	.staff span.title {letter-spacing:2px; color:#666666; display:block; margin-bottom:5px;}
	.staff h3 {margin: 0 0 5px 0;}
	.staff dl dt {font-weight:bold; margin-top:10px;}
	
/*-----------------------------------------------------------------------------------
* == PORTFOLIO
* --------------------------------------------------------------------------------- */	

div.portfolio {}

/* CSS code from old site (2008-12-02) */

div.ref_post {width:230px; height:185px; position:relative;float:left; margin:10px 10px 0 0; overflow:hidden;}
p.fler_referenser {clear:left;padding-top:10px;}
.ref_post h3 {margin:5px 0;}

.ref_post ul {position:absolute; bottom:5px; width:200px;}

.ref_desc {background:#efefef;position:absolute;top:155px; width:210px;left:0px;height:185px;padding:0 10px; opacity: .9; filter: alpha(opacity=90);}
#content .ref_desc p {width:auto;padding:5px;}

.ref_post img {margin:0; padding:0;}
	
/*-----------------------------------------------------------------------------------
* == GALLERY
* --------------------------------------------------------------------------------- */
div.gallery {}
	.gallery ul {overflow:hidden; margin-bottom:15px;}
	.gallery ul li {float:left; margin-right:10px;}
	
	div.gallery_image {text-align:center;}
	

/*-----------------------------------------------------------------------------------
* == WEBSHOP
* --------------------------------------------------------------------------------- */	
div.webshop {margin-left:200px;}
	.webshop span.price {font-size:200%; color:#990000; display:block; margin:5px 0;}
	.webshop_latest span.price, .webshop_category span.price  {font-size:120%;}
	.webshop_latest span.price, .webshop_categories span.price {padding:0px 0px; width:85px; margin:0;}
	.webshop a.more_info {margin-top:15px; float:left;}

	form#add_to_basket {padding:10px; background:#efefef; text-align:center; margin-bottom:10px; border:2px solid #ccc;}
		#add_to_basket legend {}
		#add_to_basket label {display:inline;}
		#add_to_basket button {display:inline; padding:2px 5px; } 
		#add_to_basket .small {width:50px;}
		#add_to_basket .input_text {background:#fff;}

	/* LATEST PRODUCTS */
/*div.webshop_latest {}
	.webshop_latest ul {overflow:hidden;}
	.webshop_latest ul li {float:left; margin:0 15px 15px 0; width:240px; height:160px; overflow:hidden;}
	.webshop_latest ul img {}
	.webshop_latest ul h3 {padding-top:5px; font-size:125%; font-weight:bold; margin-bottom:2px;}
	.webshop_latest ul a {color:#666;}
	.webshop_latest ul li.row {clear:left;}
*/
	/* CATEGORY */
div.webshop_category {}
	.webshop_category ul {overflow:hidden;}
	.webshop_category ul li {float:left; margin:0 15px 15px 0; width:240px; height:160px; overflow:hidden;}
	.webshop_category ul h3 {padding-top:5px; font-size:125%; font-weight:bold; margin-bottom:2px;}
	 .webshop_category ul a {color:#666;}
	.webshop_category ul li.row {clear:left;}	

	/* CATEGORY */
div.webshop_product {}
	.webshop_product ul {overflow:hidden;}
	.webshop_product ul li {float:left; margin:5px;}
	.webshop_product ul li.row {clear:left;}	
	.webshop_product .price {text-align:center;}
	.webshop_product .column {float:right; width:250px; margin-left:15px;}

	/* CART */
div#cart { padding:10px; background:#29367E; color:#ccc; margin-bottom:10px;}
	#cart form {}
	#cart label {display:inline; font-weight:normal;}
	#cart select {width:175px;}
	#cart p.summary {margin:5px 0; text-align:right;}

	#cart ul {overflow:hidden; margin-bottom:5px;}
	#cart ul li {margin-bottom:2px;}
	#cart li a {color:#fff;}
	#cart li a:hover {font-weight:normal; text-decoration:underline;}

/* CHECKOUT */	

div.webshop_checkout {}
	.webshop_checkout tr.summary th {}
	.webshop_checkout .summary button {display:inline;}
	.webshop_checkout .summary a {padding:0 15px; font-weight:normal;}
	.webshop_checkout .list {margin-bottom:15px;}

	.webshop_checkout fieldset {overflow:hidden; margin-bottom:30px;}
	.webshop_checkout .row {clear:left;}
	
	.webshop_checkout .section {width:240px;}
	.webshop_checkout .section .input_text{width:238px;}

/* SEARCH */

form#webshop_search {margin-left:5px;}
	#webshop_search .input_text {height:23px; width:125px;}
	#webshop_search button {display:inline;}
	
/*-----------------------------------------------------------------------------------
* == VIDEO
* --------------------------------------------------------------------------------- */	

div.video {}

/* PLAYER */

#video_player {margin-bottom:15px;}

/* LIST */

ul#video_list {}
	#video_list li {overflow:hidden; margin-bottom:5px; padding:5px;}
	#video_list li.row1 {}
	#video_list li.row2 {}
	#video_list img {float:left; margin-right:10px; width:100px;}
	#video_list p {margin-bottom:3px;}
	
/* DESC */	

div#video_description {overflow:hidden;background:#efefef; border:2px solid #ccc; padding:10px; margin-bottom:15px;}

/* MISC */
#h_video_more {clear:left;}

/*-----------------------------------------------------------------------------------
* == LEVERANTÖRER
* --------------------------------------------------------------------------------- */
div.suppliers {}
	.suppliers table {width:100%;}
	.suppliers table td {width:60%; padding-top:15px;}
	.suppliers table tr {border-bottom:2px solid #efefef;}
	.suppliers table td.image {text-align:right; padding-right:5%; width:25%;}
	.suppliers table td a {display: block; margin-top: 5px;}

/*-----------------------------------------------------------------------------------
* == LUNCH
* --------------------------------------------------------------------------------- */
ul.lunch_list { margin-bottom: 20px; }
ul.lunch_list li { list-style:square inside; }

/*-----------------------------------------------------------------------------------
* == CONTACT
* --------------------------------------------------------------------------------- */	
div.contact {overflow:hidden;}
	.contact form {float:left; width:300px;}
	.contact .large {}
	
	.contact #extra_info {clear:left; padding:10px; background:#efefef;}
		#extra_info p {margin:0;}
/* MAP */	
div#map {float:left; width:380px; margin:48px 0 0 20px; padding:10px; padding-right:0; }

/*-----------------------------------------------------------------------------------
* == PORTFOLIO
* --------------------------------------------------------------------------------- */	

div.portfolio {}

/* CSS code from old site (2008-12-02) */

div.ref_post {width:230px; height:185px; position:relative;float:left; margin:10px 10px 0 0; overflow:hidden;}
p.fler_referenser {clear:left;padding-top:10px;}
.ref_post h3 {margin:5px 0;}

.ref_post ul {position:absolute; bottom:5px; width:200px;}

.ref_desc {background:#efefef;position:absolute;top:155px; width:210px;left:0px;height:185px;padding:0 10px; opacity: .9; filter: alpha(opacity=90);}
#content .ref_desc p {width:auto;padding:5px;}

.ref_post img {margin:0; padding:0;}	
	
/*-----------------------------------------------------------------------------------
* == SITEMAP
* --------------------------------------------------------------------------------- */		
div.sitemap {}
	.sitemap ul {margin-left:30px;}
/*-----------------------------------------------------------------------------------
* == POST - container that's beeing used for news, blog etc
* --------------------------------------------------------------------------------- */	
div.post {overflow:hidden; margin-bottom:35px;}
	div.post h3 {margin:0 0 5px; padding:0;}
	span.date {font-size:80%; margin-bottom:5px; display:block;}	
.post ul {clear:both;float:right; overflow:hidden;}
.post ul li {float:left; margin-left:10px;}
.index .post ul li {float:none; margin:0 0 10px 10px;}
/*-----------------------------------------------------------------------------------
* == IMAGES CONTAINERS - determines what side of the page the images should be display on.
* --------------------------------------------------------------------------------- */

.right {float:right; margin:0 0 5px 10px;}
.left {float:left; margin:0 10px 5px 0;}
	ul.right img, ul.left img {display:block; margin-bottom:5px;}

/*-----------------------------------------------------------------------------------
* == FX
* --------------------------------------------------------------------------------- */

/* MESSAGES */
div#fx_messages_container {overflow:hidden; height:45px; width:630px; position:relative; color:#fff;
	position:absolute; right:0px; top:13px;}
	ul#fx_messages {position:relative; width:8000000px;}
	ul#fx_messages li {height:45px; width:600px; float:left; line-height:45px; font-size:14px; text-align:center;}

/*-----------------------------------------------------------------------------------
* == CLOSED.PHP
* --------------------------------------------------------------------------------- */

div.closed {text-align: center;}
div.closed p {margin: 0 auto; width: 450px;}
div.closed_languages {margin: 40px 0;}
div.closed_languages a {padding: 0 2px; margin: 0;}

/*-----------------------------------------------------------------------------------
* == BOXES - Boxes that beeing included on desired places.
* --------------------------------------------------------------------------------- */		
	
div#boxes {float:right; width:230px; margin-top:55px; margin-left:20px;}	
div.index {float:left;width:460px; margin-right:40px;}
div.news_current {float:left;width:220px;}

/* GENERAL */	

div.boxes {margin-bottom:20px;}
	
	
	.boxes ul {list-style-type:disc; list-style-position:inside;}

/* BLOG */	
div#blog_latest {}	
	#blog_latest dl {}
	#blog_latest dl dt {}
	#blog_latest dl dd {}


/* CALENDAR */
div#calendar_latest {}
	#calendar_latest dl {}
	#calendar_latest dl dt {}
	#calendar_latest dl dd {}


/* GALLERY */
div#gallery_latest {}
	#gallery_latest dl {}
	#gallery_latest dl dt {}
	#gallery_latest dl dd {}

/* LUNCH */
div#lunch_latest {}
	#lunch_latest dl {}
	#lunch_latest dl dt {}
	#lunch_latest dl dd {}
	
	
/* NEWS */	
div#news_latest {clear:left; overflow:hidden; padding-top:15px; padding-bottom:15px; border-top:2px solid #ccc;border-bottom:2px solid #ccc;}
	#news_latest img {float:left; margin:0 10px 0px 0;}
	#news_latest div {float:left; width:48%; margin-right:4%;}
	#news_latest div.omega {margin-right:0;}
	#news_latest h4 {margin:5px 0;}
	#news_latest dl {}
	#news_latest dl dt {}
	#news_latest dl dd {}


/* PORTFOLIO */	
div#portfolio_latest {}
	#portfolio_latest dl {}
	#portfolio_latest dl dt {}
	#portfolio_latest dl dd {}


/* WEBSHOP */	
div#webshop_latest {}
	#webshop_latest ul {}
	#webshop_latest ul li {}
	
/*-----------------------------------------------------------------------------------
* == MISC
* --------------------------------------------------------------------------------- */
.split {}
