﻿/* CSS Document */
/* ///////////////////// Matias Vangsnes, 125.cc */
/* ///////////////////// html, body, general formatting  */

/* Title (name) */
h1 {
	display:none;
}
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
ol,
table,
tr,
td,
form,
hr {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0;
}
div.wholeWrap {
	margin:0 auto;
	width: 760px;
}

a	{
	text-decoration: none;
	color: #5B5600;
}
a:hover	{
	color: #00aeef;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

div.top {
	width: 760px;
	height: 167px;
	margin-top: 20px;
	background-image: url(../img/logo2.gif);
	background-repeat: no-repeat;
}

div.left {
	width: 200px;
	float: left;
}

div.right {
	width: 560px;
	float: left;
	padding-bottom: 40px;
}

div.frontpage {
	width: 408px;
	float: left;
	padding-right: 35px;
}

div.frontpageright {
	width: 117px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
}

h1 {
	display: none;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #5B5600;
}

h2.detail {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #5B5600;
}

h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #5B5600;
}

h4.detail {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

div.frontpage h4 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

h5.detail {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #5B5600;
}

dl {
	clear: left;
}

ul.topNav {
	padding-top: 14px;
	list-style-type: none;
}

ul.topNav li {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

dl {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

dd, dt, ul.topNav li {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

dt {
	color: #5B5600;
	margin-bottom: 5px;
}

dd {
	margin-left: 15px;
	margin-bottom: 5px;
}

dd a {
	color: #000;
	font-weight: normal;
}

hr.detail {
	border: none;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5B5600;
	clear: both;
}

div.listWrap {
	clear: both;
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EC008C;
}

div.list {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px;
}

div.list h3 {
	margin: 0px;
	padding: 0px;
	color: #5B5600;
}

div.list h5 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 13px;
}

div.list p {
	clear: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

ul.pager {
	clear: both;
}

img.list {
	float: right;
	margin: 0px;
	padding: 0px;
}

div.thumbs {
	float: left;
	overflow: hidden;
	width: 170px;
	height: 230px;
}

div.thumbs_margin {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	overflow: hidden;
	width: 170px;
	height: 230px;
}

img.thumbs {
	width: 170px;
	height: 170px;
	border: none;
}

div.thumbs_frontpage {
	float: left;
	overflow: hidden;
	width: 117px;
	padding-bottom: 15px;
}

img.thumbs_frontpage {
	width: 117px;
	height: 117px;
	border: none;
}

img.thumbs_cart {
	width: 39px;
	height: 39px;
	padding-right: 10px;
	border: none;
}

img.cart {
	width: 7px;
	height: 7px;
	padding-right: 3px;
	border: none;
}

img.search {
	padding-left: 5px;
	border: none;
	vertical-align: top;
}

/* Fler bilder och rekommenderade produkter */

img.more,
img.recommend {
	width: 117px;
	height: 117px;
	border: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

h3.more,
h3.recommend {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #EC008C;
}

/* Tillbaka knapp */

p.back {
	margin-top: 15px;
}

table.man td a {
	color: #EC008C;
	text-transform: uppercase;
	font-size: 11px;
}

table.man td {
	padding-bottom: 10px;
	width: 200px;
}

/* Formulär, generella */

div.l, div.r {
	float: left;
	margin-right: 10px;
}

div.wrap,
div.w {
	clear: left;
	padding-top: 10px;
}

div.l label,
div.r label,
div.w label {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}

form.detail {
	margin-top: 40px;
}

form.login {
	margin-top: 20px;
}

form.detail select {
	font-size: 11px;
	width: 100px;
}

input.text,
input.password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 160px;
	padding-left: 5px;
}

div.w select,
div.w input.text {
	width: 337px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	padding-left: 5px;
}
div.w textarea {
	width: 337px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	height: 60px;
	padding-left: 5px;
}

div.w select {
	width: 342px;
}

div.search input.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	width: 50px;
	height: 16px;
	padding-left: 5px;	
}

input.submit,
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	height: 20px;
	width: 130px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	/*margin-right: 5px;*/
	background-image: url(../img/bg_button130x20.gif);
	background-repeat: no-repeat;
}

form.detail input.submit {
	margin-top: 15px;
}

form.login p {
	margin-top: 10px;
	margin-bottom: 30px;
	clear: left;
}

form.detail p {
	margin-bottom: 5px;
}

table.cart {
	border: none;
	border-collapse: collapse;
	width: 460px;
}

table.cart th {
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
}

table.cart td {
	padding-top: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

table.cart tr.loop td {
    padding-top: 2px;
	padding-bottom: 2px;
}

table.cart tr.space td {
    height: 8px;
}

table.cart tr.line td {
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

table.simple,
table.man {
	border: none;
	border-collapse: collapse;
	margin-bottom: 35px;
	margin-top: 15px;
}

table.simple th {
	text-transform: uppercase;
		font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #5B5600;
	width: 60px;
}

table.simple td {
	font-size: 11px;
	line-height: 150%;
}

table.detail
{
    height: 1px;
    width: 100%;    
    clear: both;
}

table.detail td {
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 1px;
}	

div.frontpage h2 {
	margin-bottom: 5px;
}

div.frontpage p.ingress {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #5B5600;
}

div.frontpage p {
	line-height: 18px;
	margin-bottom: 15px;
}

div.frontpage .news {
    color:#EC008C
}

div.frontpage img {
    padding-bottom: 10px;
    border: 0px;
}
div.frontpage .img {
    padding-bottom: 0px;
    border: 0px;
}
div.frontpage .pink408 
{
    background-image:url(http://www.urbanliving.se/img/pink408.gif);
    height: 35px;
    width: 408px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;    
   	font-size: 11px;   
	font-weight: bold;
}
div.frontpage .height15px {
    margin-bottom: 15px
} 
div.frontpage .pink126 
{
    background-image:url(http://www.urbanliving.se/img/pink126.gif);
    height: 35px;
    width: 126px;
    vertical-align: middle;
    text-align: center;    
    color: #ffffff;
   	font-size: 11px;
	font-weight: bold;
}
div.frontpage .img126 {
    vertical-align: bottom;
} 

div.right p.text,
div.right p.detail {
	line-height: 18px;
	margin-bottom: 15px;
	margin-right: 100px;
}

div.right p.text {
	margin-right: 100px;
}

img.karta {
	border: none;
	width: 125px;
	height: 125px;
	float: right;
	margin-left: 70px;
}

img.detail {
	border: none;
	width: 320px;
	margin-left: 20px;
	margin-bottom: 25px;
	float: right;
	margin-top: 4px;
}

ol.normal {
	margin-left: 20px;
	margin-right: 100px;

}

ol.normal li {
    margin-left: 2px;
	margin-bottom: 15px;
	line-height: 18px;

}

div.thumbs div.name,
div.thumbs_margin div.name,
div.thumbs div.man,
div.thumbs_margin div.man {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

div.thumbs_frontpage div.name,
div.thumbs_frontpage div.man {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
}

div.thumbs div.man,
div.thumbs_margin div.man,
div.thumbs_frontpage div.man {
	margin-top: 0px;
}

div.thumbs div.man span,
div.thumbs_margin div.man span,
div.thumbs_frontpage div.man span {
	color: #5B5600;
	white-space: nowrap;
}