/*
Current version: 1.0
	
	Site: Picovitro
	www: picovitro.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the Global rules and TinyMCE accessible styles.
	------------------------------------------------------------------
*/

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 100%/1.2 Arial, Helvetica, sans-serif;
}


html body
{ 
	font-size: 76%; 
}

h1, h2, h3, h4, h5, h6 {background:transparent;color:#40451b;font-family: Arial, helvetica, Sans-Serif;margin: 0.5em 0 .3em 0;}
h1 {font-size: 2.3em;margin: 0 0 .4em 0;}
h2 {font-size: 1.2em;font-weight:bold;}
h3 {font-size: 1em;}
h4, h5, h6 {font-size: 0.914em;}

p {font-size: 1em;padding: 0;margin: 0 0 1.1em 0;}

a {color: #bcd900;outline:none;text-decoration: none;}
	a:hover {} 

form label {font-size: .916em;}
input, select, textarea {font-size: 100%;padding: 2px;}
fieldset {border: none;}
hr {
	border: 0;
	height: 0px;
	border-top:1px dotted gray;
}

li {margin: 0 0 .5em 0;}

img {border: 0;}

ul, ol
{
	margin-left:10px;
	padding:0;
}

ul li, ol li
{
	margin-left:15px;
	padding:0;
}

/* SNIPPETS */


/* TINYMCE ACCESSIBLE */ 

.productImage
{
	margin:0 0 40px 0;
}

