﻿/*------------------------------------------------------------------
	RETOUCH ApS - www.retouch.dk 
	layout.css
	
	[Table of contents]
	1. Body
	2. Typography
	3. Frame
	4. Navigation
	5. Buttons
	6. Contact form
	7. Smart text elements
	8. Page elements
	
-------------------------------------------------------------------*/


/* [1. Body
----------------------------------------------- */

body {
	font:normal 12px/normal  Helvetica, Arial, sans-serif;
	/* font: font-weight font-size/line-height font-family */	
	color:#4b4b4b;
	text-align:left;
	background:#fff url('../images/bg.gif') repeat-y center; 
}
body,html    { padding:0 0 10px 0; }


/* [2. Typography
----------------------------------------------- */

/* Headlines */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; }

h1 { font-size: 31px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 18px; margin-bottom: 0.75em; }
h3 { font-size: 16px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 14px; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }

h1 {
	text-transform:uppercase;
	margin-bottom: 0.7em;
}
h2 {
	color:#898989;
	margin-bottom: 0.9em;
}

/* Text elements */

p       { line-height:140%; margin:0 0 10px 0; font-weight:normal; }

a       { text-decoration: none; color:#f26522; }
a:focus,
a:hover { text-decoration: underline; color:#f26522; }


/* Lists */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#content ul li {
    line-height:140%;
}

/* [3. Frame]
----------------------------------------------- */

#sitecontainer {
	width:960px;
	margin:0 auto;
	position:relative;
}
#mainarea{
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
}
#content {
	width:675px;
	float:left;
	padding:15px 20px 0 0;
}
#sidebar {
	width:245px;
	float:right;
	margin-top:-45px;
}

#logo {
	width:246px;
	height:151px;	
	background:url('../images/logo.png') no-repeat;
	text-indent:-9000px;
	float:left;
	clear:both;
	margin:0 0 30px 0;
}

/* [4. Navigation]
----------------------------------------------- */

/* Topmenu */

#topmenu {
	padding:0;
    margin: 0;
	width:695px;
	float:left;
	clear:both;
}
#topmenu ul {
	list-style-type:none;
	margin:15px 0 0 0;
	padding:0 0 12px 0;	
	border-bottom:1px #fff solid;
	float:left;
	width:675px;
	clear:both;	
}
#topmenu ul li {
	float:left;
	margin:0 20px 0 0;
	display:inline;
	height:37px;	
}
#topmenu ul li a {
	color:#000;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	height:31px;
	line-height:31px;
}
#topmenu ul li a:hover { text-decoration:none; }
#topmenu ul li.current a {
	background: transparent url('../images/btnTopmenuRight.gif') no-repeat scroll top right;
    display: block;
    float: left;
	padding-right: 2px;
	color:#fff;
}
#topmenu ul li.current {
	background:url('../images/btnMenuTip.gif') no-repeat bottom center;		
}
#topmenu ul li.current a span  {
	background: transparent url('../images/btnTopmenuLeft.gif') no-repeat;
    display: block;
	float:left;	
    padding: 0 8px 0 10px;
}


/* submenu */

#submenu {
	padding:0;
    margin: 0;
	width:675px;
	float:left;
	clear:both;
}
#submenu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 12px 0;	
	float:left;
	width:675px;
	clear:both;	
}
#submenu ul li {
	float:left;
	margin:0 14px 0 0;
	display:inline;
	height:28px;	
}
#submenu ul li a {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	height:22px;
	line-height:22px;
}
#submenu ul li a:hover { text-decoration:none; }
#submenu ul li.current a {
	background: transparent url('../images/btnTopmenuRight.gif') no-repeat scroll top right;
    display: block;
    float: left;
	padding-right: 2px;
	color:#fff;
}
#submenu ul li.current {
	background:url('../images/btnMenuTip.gif') no-repeat bottom center;		
}
#submenu ul li.current a span  {
	background: transparent url('../images/btnTopmenuLeft.gif') no-repeat;
    display: block;
	float:left;	
    padding: 0 8px 0 10px;
}



/* [5. Buttons]
----------------------------------------------- */

/* styles for all buttons */

a.btn {
    display: block;
    float: left;		
}
a.btn span { display: block; float:left; }
a.btn:hover { outline: none; cursor: pointer; text-decoration:none;}

/* btnOrange21 */

a.btnOrange1 {
	background: transparent url('../images/btnOrange1Right.png') no-repeat scroll top right;
    height: 18px;
	padding-right: 4px; /* width for button-right */
	/* font styles */
    color: #fffefe;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
	text-transform:uppercase;	
}
a.btnOrange1 span {
	background: transparent url('../images/btnOrange1Left.png') no-repeat;
    line-height: 18px;
    padding: 0 6px 0 10px;
}
a.btnOrange1:hover span { color: #fff; }

/* btnOrange2 */

a.btnOrange2 {
	background: transparent url('../images/btnOrange2Right.png') no-repeat scroll top right;
    height: 22px;
	padding-right: 3px; /* width for button-right */
	/* font styles */
    color: #fffefe;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
	text-transform:uppercase;	
}
a.btnOrange2 span {
	background: transparent url('../images/btnOrange2Left.png') no-repeat;
    line-height: 23px;
    padding: 0 7px 0 10px;
}
a.btnOrange2:hover span { color: #fff; }

/* btnGreen1 */

a.btnGreen1 {
	background: transparent url('../images/btnGreen1Right.png') no-repeat scroll top right;
    height: 18px;
	padding-right: 3px; /* width for button-right */
	/* font styles */
    color: #fffefe;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
	text-transform:uppercase;	
}
a.btnGreen1 span {
	background: transparent url('../images/btnGreen1Left.png') no-repeat;
    line-height: 18px;
    padding: 0 7px 0 10px;
}
a.btnGreen1:hover span { color: #fff; }

/* btnGreen2 */

a.btnGreen2 {
	background: transparent url('../images/btnGreen2Right.png') no-repeat scroll top right;
    height: 36px;
	padding-right: 4px; /* width for button-right */
	/* font styles */
    color: #fffefe;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
	text-transform:uppercase;	
}
a.btnGreen2 span {
	background: transparent url('../images/btnGreen2Left.png') no-repeat;
    line-height: 36px;
    padding: 0 16px 0 20px;
}
a.btnGreen2:hover span { color: #fff; }



/* [6. Contact form]
----------------------------------------------- */

/* [7. Smart text elements]
----------------------------------------------- */

.left-image,
.leftImage  { margin:5px 15px 10px 0; float:left; }
.right-image,
.rightImage { margin:5px 0 10px 15px; float:right; }

/* filegallery */

.filegallery              { margin: 0 0 20px 0; }
.filegallery tr           { background:#f2f2f2; }
.filegallery .alternative { background-color:#f9f9f9; }
.filegallery .last        { text-align: right; }
.filegallery tr:hover     { background-color: #fef8bf; }
.filegallery th, 
.filegallery td {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.filegallery thead th {
    background-color: #757575;
    font-weight: bold;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
.filegallery .typeicon {
    vertical-align: middle;
    margin: 0 10px 0 0;
}


/* quote */

.quote {
	margin:10px 0 20px 40px;
	padding: 0 0 0 15px;
	border-left: 5px #000 solid;
	font-style:italic;
	font-size:14px;
}

/* image gallery */
.imagegallery {	margin:0 0 20px 0; }
.imagegallery img {	margin:0 5px 5px 0; }

/* pic */
.pic { text-align:center; margin:0 0 20px 0; }

/* embeddedmedia */
.embeddedmedia { text-align:center;	margin:0 0 20px 0; }


/* [8. Page elements]
----------------------------------------------- */

/* basket */

.basket {
	background:#f2f2f2;
	height:100%;
	overflow:hidden;
	clear:both;
	margin:0 0 30px 0;
	width:225px;
	padding:0 10px 10px 10px;
}
.basket .title {
	background:#757575;
	width:225px;
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 10px;
	margin:0 -10px 10px -10px;
}
.basket .emptyBasketText {
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	text-align:center;
	margin:20px 0 10px 0;
}
.basket .basketInfo {
	font-size:11px;
	color:#3f3f3f;
	font-style:italic;
}
.basket .basketInfo a {
	font-weight:bold;
}
.basket a.btn {
	float:right;
}
.basket .cancel 
{
    float:right;
    margin:0 20px 0 0;
    line-height:18px;
    font-size:11px;
}
.orderBox .cancel  
{
    float:right;
    margin:0 20px 0 0;
    font-size:11px;    
    line-height:40px;
}


/* basket table */


table.orderTable {
	margin:0 0 10px 0;
}
table.orderTable tbody td {
	padding:6px 2px;
	border-bottom:1px #ccc solid;
	vertical-align:top;
	font-size:11px;
}
.orderBox table.orderTable tbody td {
	font-size:12px;
	padding:10px 2px;
}
table.orderTable tbody .itemMinus {
	background:url('../images/iconMinus.gif') no-repeat;
	width:13px;
	height:13px;
	float:left;
	text-indent:-9000px;
}
table.orderTable tbody .itemPlus {
	background:url('../images/iconPlus.gif') no-repeat;
	width:13px;
	height:13px;
	float:left;
    margin:0 3px 0 0;	
	text-indent:-9000px;	
}

table.orderTable tbody .plusminus { width:36px }
table.orderTable tbody .amount {
    white-space: nowrap;
    font-weight: bold;
    color: #757575;
}
table.orderTable tbody .desc {
	width:110px;
	text-transform:uppercase;
	font-weight:bold;
	color:#f26522;
}
table.orderTable tbody .desc span 
{
    font-size:12px;
    color:#6d6d6d;
    font-style:italic;
    text-transform:none;
    font-weight:normal;
    display:block;
    margin:2px 0 -2px 0;
}
.orderBox table.orderTable tbody .desc {
	width:520px;
}
table.orderTable tbody .price {
	font-size:11px;
	font-weight:bold;
	color:#757575;
	white-space:nowrap;	
	text-align:right;
}
table.orderTable tfoot td {
	padding:6px 2px;
	text-align:right;	
	font-size:19px;
	color:#3f3f3f;
}
table.orderTable tfoot p {
	background:url('../images/basketTableFooterBorder.gif') repeat-x bottom;	
	float:right;
	font-weight:bold;
	padding:0 0 4px 0;
	text-transform:uppercase;
	margin:0;
}


/* companyInfo */

.companyInfo p {
	font-size:20px;
	color:#a3a2a2;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 20px 0;
}
.companyInfo p strong {
	color:#6a6a6a;
}

/* frontpage */

.frontpage {}
.frontpage img { display:block; margin:5px 0 0 0; }

/* newsletter */

.newsletter { margin:20px 0 15px 0; clear:both; }
.newsletter h3 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
.newsletter .content {
	background:#757575;
	padding:10px 15px 15px 15px;
	width:645px;
}
.newsletter .content .column {
	float:left;
	margin:0 15px 0 0;
}
.newsletter .content label {
	display:block;
	margin:0 0 2px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.newsletter .content label span {
	color:red;
	background:red;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	padding:0 2px;
	margin:0 0 0 5px;
	font-size:11px;
}
.newsletter .content .text {
	padding:8px 10px;
	font-size:13px;
	width:175px;
}
.newsletterThankyou {
	background:#97bd00;
	padding:24px 0;
	font-size:19px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

/* news */

.news {
	clear:both;
	margin:0 0 20px 0;
}
.news .picture {	
	margin:0 15px 0 0;
	float:left;
}
.news .content {
	float:left;
	width:550px;
}
.onenews .content {
	width:440px;
}
.news .title {
	color:#f26522;
	font-weight:bold;
	font-size:16px;
}
.news p {
	font-size:13px;
	color:#575757;
}
.news p a {
	font-weight:bold;
}

/* breadcrumb */

.breadcrumb {	
	font-size:31px;
	color:#000000;
	font-weight:bold;
	margin:0;
	list-style-type:none;	
	line-height:140%;
	clear:both;
}
.breadcrumb li {
	float:left;
	margin:0 5px 0 0;
}
.breadcrumb a {
	color:#a4a4a4;
	text-transform:uppercase;
}
.breadcrumb h1 {
	margin-bottom:0.5em;
	line-height:140%;
}


/* pagging */

.pagging {
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	padding:12px 0;
	width:100%;
	clear:both;
}
.pagging .previous {
	float:left;
}
.pagging .next {
	float:right;
}


/* product */

#productContainer {
	width:690px;
	margin-left:-5px;
	margin-right:-10px;
}

.product {
	background:url('../images/productBg.png') no-repeat top left;
	width:222px;
	padding:7px 0 7px 7px;
	margin:0 0 20px 0;
	float:left;
}
.product .boxBottom {
	background:url('../images/productBg.png') no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	height:7px;
	margin:0 0 -14px -7px;
}
.product .pic { position:relative; margin:0; width:215px; }
.product .pic img { display:block; }
.product .info {
	width:201px;
	background:#757575;
	padding:7px;
	color:#fff;
}
.product .info h2 {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: .3em;
}
.product .info p {
	font-style:italic;
	font-size:11px;
	color:#e7e7e7;
	margin:0 0 5px 0;
}
.product .text {
	width:15px;
	padding:1px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin:0 5px 0 0;
}
.product a.btn { margin:1px 10px 0 0; }

.product .price {
	font-size:12px;
	line-height:19px;
	font-weight:bold;
}
.product .newItem {
	background:url('../images/iconNyhed.png') no-repeat;
	width:73px;
	height:49px;
	position:absolute;
	top:0;
	left:0;
}
.product .magnifier {
	background:url('../images/iconMagnifier.png') no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	right:12px;
}



/* product page */

.productPic {
	background:url('../images/productPictureBg.png') no-repeat top left;
	width:407px;
	height:407px;
	padding:7px 0 0 7px;
	float:left;
	margin-left:-3px;
}
.productPic img { display:block; }

.orderInfo {
	width:255px;
	float:right;
	margin:5px 0 0 0;
}
.orderInfo .price {
	font-size:20px;
	color:#525252;	
}
.orderInfo .price strong {
	color:#121212;	
}
.orderInfo .text {
	width:20px;
	padding:1px 2px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin:0 7px 0 0;	
}
.orderInfo .btn {
	
}
.orderInfo .desc {
	font-size:20px;
	line-height:130%;
	color:#3f3f3f;
	padding:10px 0 0 0;
	border-top:1px #000 solid;
}


/* related products */

#relatedProductsContainer {
	clear:both;
	margin:30px 0 40px -10px;
	width:685px;

}
#relatedProductsContainer h2 {
	color:#000;
	text-transform:uppercase;
	font-size:24px;
	margin:0 0 10px 14px;
}
#relatedProductsContainer a {
	background:url('../images/productRelatedPictureBg.png') no-repeat top left;
	width:122px;
	height:122px;
	padding:5px 0 0 5px;
	float:left;
	margin:0 0 10px 10px;
}
#relatedProductsContainer a img { display:block; }

/* tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	/*background:transparent url('../images/tooltip.png') no-repeat;*/
	background:transparent url('../images/tooltip.gif') no-repeat;
	width:164px;
	height:48px;
	padding: 10px 12px 0 12px;
	text-align:left;
}
#tooltip div {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    font-style: italic;
    margin: 0;
}
#tooltip h3 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}


/* orderTable */

.orderBox {
	background:#f2f2f2;
	padding:20px;
	width:635px;
	float:left;
	margin:0 0 40px 0;
}
.orderBox .nextStepLine {
	background:url('../images/orderStep.gif') no-repeat;
	width:675px;
	height:26px;
	display:block;
	margin:10px 0 15px -20px;
	clear:both;
} 
.orderBox .colLeft {
	width:305px;
	float:left;
}
.orderBox .colRight {
	width:305px;
	float:right;
}
.orderBox .row {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:0 0 15px 0;
}
.orderBox label {
	font-size:14px;
	color:#353535;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin:0 0 8px 0;
}
.orderBox label span {
	color:#ff0000;
	margin:0 0 0 5px;
}
.orderBox .text {
	padding:7px;
	width:280px;
}
.orderBox .textarea {
	width:290px !important;
	height:100px;
}
.orderBox .checkbox {
	font-size:12px;
	color:#353535;
	font-weight:normal;
	text-transform:none;
}
.orderBox .check {
	float:left;
	margin-right:10px;
}
.orderBox .orderText {
	color:#000;
	font-size:12px;
	line-height:120%;
	font-style:italic;
	margin:5px 0 0 0;
}
.orderBox .btn {
	float:right;
	margin:5px 0 0 0;
}

