/*
Theme Name: Medguide
Description: Ett tema skapat av Media People.
Version: 1.0
Author: Media People
Author URI: http://mediapeople.se

*/
* {
	margin: 0;
}
html, body {
	background: url(img/bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height:100%;
	line-height:1.5em;
	margin:0;
	padding: 0;
	text-align: center;
}
h1 {
	font-weight:normal;
	letter-spacing:-1px;
}
a:link, a:visited, h1 a {
	color: #df3079;
	text-decoration:none;
}
a:hover, a:hover h1 {
	text-decoration:underline;
}
strong {
	color: #006aba;
}
#main {
	height: auto !important;
	height: 100%;
	margin:0 auto -80px; /* made changes here , daniel */
	min-height: 100%;
}
#quote {
	height:100px;
	margin: 10px auto 65px auto;
	width:970px; /* Same width as beautiful quote images */
}
div.scroller {
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0 auto;
	padding:0 0 80px 0; /*made changes here, daniel*/
	z-index: 0;
}
div.scroller div.section {
	padding: 0;
	float: left;

}
div.scroller div.content {
	width: 4000px;
}
#quote {
	height:100px;
	margin: 10px auto 25px auto;
	max-height:100px;
	width:970px;
}
.desc-right-ph {
	float:right;
	margin:0;
	padding: 55px 6% 0 0;
	width:26%;
}
.desc-left-ph {
	float:left;
	margin:0;
	padding: 55px 0 0 6%;
	width:26%;
}
.desc-left, .desc-right {
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size: 1.2em!important;
	line-height: 1.4em!important;
	width:83%;
}
.desc-left ul, .desc-right ul {
	margin-left: 40px;
	padding-left: 0;
}
.desc-left strong, .desc-right strong { /* Strong text goes blue and big */
	color: #006aba;
	font-size: 1.2em;
}
.desc-left strong a, .desc-right strong a {
	color: #006aba;
	border-bottom: 1px dotted #006aba;
}
.desc-left strong a:hover, .desc-right strong a:hover {
	border-bottom: 1px dotted #df3079;
	color: #df3079;
	text-decoration:none;
}
.product-ph {
	overflow:hidden;
	margin: 0 auto;
}
img#product {
	overflow:hidden;
	margin: 0 auto;
	float:none;
}
#arrow-left {
	float:left;
	left: 1.6%;
	padding: 0 0 0 4px;
	position: absolute;
	top: 230px;
	z-index:50;
}
#arrow-right {
	float:right;
	right: 1.6%;
	padding: 0 0 0 4px;
	position: absolute;
	top: 230px;
	z-index:50;
}
#footer {
	position: relative;
	width:100%;
	height:6em;
	clear: both;
	z-index: 50;
}
#info {
	float: left;
	font-size:14px;
	color: #df3079!important;
	text-align:right;
	width: 250px;
	margin: 0 auto;
}
#shop {
	float: left;
	font-size:1.6em;
	width: 200px;
}
.clear {
	clear: both;
}
#shop a { /* The pretty in pink links */
	padding: 2px 5px 2px 5px;
	margin:0 auto;
	float:left;
	color:#df3079;
}
#cart {
	clear: right;
	margin: 0 auto;
	padding-left: 0;
	padding-top:2px;
	font-size: 1.1em;
	width: 940px;
	text-align:left;
	line-height:1.4em;
	letter-spacing:-0.5px;
}
#cart input#quantity { /* The huge quantity */
	font-weight:bold;
	margin:-1px 2px 2px 2px;
	background-color:transparent;
	border:1px #d9d9d9 solid;
	font-size: 2em;
	color:#df3079;
	padding:2px;
	width:40px;
	float:left;
}
#cart span, #cart strong {
	color: #006aba;
}
#cart .icons {
	float:left;
	width:18px;
	height:44px;
}
#cart .icons input {
	padding: 4px 0;
	margin-top:-3px;
}
#cart p {
float: left;
width: 405px;
}
#credits {
	bottom:0.6em;
	font-size:0.6em;
	margin:0 auto;
	text-align:center;
	width: 800px;
	clear: both;
}
blockquote {
	bottom:0.6em;
	font-size:0.7em;
	margin:0 auto;
	padding-left:3.5%;
	position: absolute;
	text-align:center;
}
blockquote a.copyright {
	color:#999999;
	font-weight:bold;
}
blockquote a.copyright:hover {
	text-decoration:underline;
}
/* All the form stuff */
.LV_validation_message{
    margin:0;
    display:inline;
}

.LV_valid {
    color:#00CC00;
    display: none;
}
	
.LV_invalid {
    color:#df3079;
    display: none;
}
    
.checkout .LV_valid_field,
.checkout input.LV_valid_field:hover, 
.checkout input.LV_valid_field:active,
.checkout textarea.LV_valid_field:hover, 
.checkout textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.checkout .LV_invalid_field, 
.checkout input.LV_invalid_field:hover, 
.checkout input.LV_invalid_field:active,
.checkout textarea.LV_invalid_field:hover, 
.checkout textarea.LV_invalid_field:active {
    border: 1px solid #df3079;
}


/*********************************** forms *****************************************/

.checkout { 
	margin: 0 auto;
	width:400px;
}

label { margin-top: 4px; font-weight: bold; display: block; text-align: left; padding-left: 70px; }
label.displayInline { margin-top:10px; display: inline; float:left;Ê}
.checkout input, select {
  width:60%;
}

.checkout input.Street {
	width:43%;
	display: inline;
}

.checkout input.Zip {
	width:15%;
	display: inline;
}

.checkout input#FirstName, .checkout label#FirstName, .checkout input#LastName {
	width:29%;
	display: inline;
}


.checkout input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(img/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

.checkout input.checkbox {
  width:15px;
  background:none;
  border:0;
   margin-top:10px;
  float:left;
}

.checkout input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

.checkout input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

.checkout input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(img/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
  font-size: 1.6em;
  letter-spacing: -1px;
  margin-bottom:10px;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:60%;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 1.4em; 
  letter-spacing: -1px;
  color:#666666;
}
.displayCost {
	font-size:1.2em;
	letter-spacing: -1px;
	padding-top:20px;
	color:#df3079;
	display: block;
	font-weight: normal;
	background:transparent url("img/shopping-cart.jpg") top left no-repeat;
	height: 40px;
}
#villkor {
	text-align:left;
	padding: 8px;
	width:480px;
	margin:0 auto;
	background:#f8f8f8;
}
#villkor h2 {
	font-size:1.3em;
	padding-top:10px;
	padding-bottom:5px;
	color: #006aba;
}
