* {
	margin: 0;
	padding: 0;
}

#notification_options li
{
    list-style: none;
}

.productimg
{
    border: solid 1px silver;
    margin: 5px;
}

#warning
{
    padding: 10px;
    border: 1px dashed #FF7700;
    background: #ffffcc;
    margin-bottom: 10px;
}

.productImage
{
    float: right;
    margin: 5px;
    border: solid 1px silver;
}

sup
{
	color: Red;
}

.tophead
{
    font-size: smaller;
	position: absolute;
	left: 295px;
}

.tophead a
{
	padding-right: 20px;
	font-weight: bold;
	color: White;
}

a 
{
    text-decoration: none;
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(/content/images/bg.gif) repeat-x;
	color: #466;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input, select {
	color: #555;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	padding: 2px;
}
p,cite,code,ul {
	font-size: 1.1em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
}

code {
	background: url(/content/images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/content/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}

.clearer {
	clear: both;
}

.container {
	background: url(/content/images/logo.jpg) no-repeat;
}

.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}

.navigation {
	float: left;
	height: 92px;
	
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

.main {
	background: #FFF url(/content/images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

.productDetail
{
	margin-top: 10px;
	font-size: 1.1em;
}

.productDetail table
{
	width: 500px;
}

.productDetail h2
{
	border-bottom: 1px dashed #DDD;
	height: 20px;
	margin-bottom: 10px;
}

.sidenav {
	float: left;
	width: 24%;
}
.sidenav h2 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav .catalogue li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav .catalogue li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav .catalogue li a:hover {
	color: #111;
	background: url(/content/images/nav_li.gif) no-repeat;
}

.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/content/images/li.gif);
	margin-left: 18px;
}

.styled {
	border: 2px double #E5E5E5;
	width: 97%;
	padding: 2px 3px;
}
.button {
	padding: 2px 3px;
	font-size: 1em;
}

.footer {
	background: #0094D6 url(/content/images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.list {
    font: 1em "Lucida Sans Unicode",sans-serif;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.sortable
{
    font: 1em "Lucida Sans Unicode",sans-serif;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.list td, th
{
    padding: 5px;
    border: dashed 1px LightSkyBlue;
}

.sortable td, th
{
    padding: 5px;
    border: dashed 1px LightSkyBlue;
}

.list tr:hover
{
	background: #f4f4f4;
}

.sortable tr:hover
{
	background: #f4f4f4;
}

.heading
{
    font-weight: bold;
    background-color: #f4f4f4;
}

.oddrow
{
    background: ghostwhite;
}

.evenrow
{
    background: white;
}

.imported
{
    background: #FFFFCC;
}

.fraud 
{
	background: #FFE3E0;
}

.fraud:hover
{
	background: #FF7F7F;
}

#adminform
{
    width: 700px;
}

label
{
    font-size: 1.2em;
}

#adminform .text, .noeditor
{
    margin-bottom: 5px;
    padding: 2px;
    width: 95%;
}

#adminform select
{
    margin-bottom: 5px;
    padding: 2px;
}

#adminform textarea
{
    height: 200px;
}

hr
{
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div .validations
{
	font-weight: bold;
	background-color: #FFE6D6;
    font-size: 1.2em;
    padding: 10px;
    border: solid 1px red;
    width: 600px;
}

.payment
{
    background-color: #f4f4f4;
    padding: 10px;
    border-top: dashed 1px;
    border-bottom: dashed 1px;
}

.payment p
{
    font-size: smaller;
    padding-bottom: 0px;
}

.validations ul
{
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: small;
}

.validations li
{
	list-style: disc;
}

fieldset
{
    border: dashed 1px LightSkyBlue;
    margin-top: 20px;
    margin-bottom: 20px;
}

 legend
{
    font-weight: bold;
    background-color: #f4f4f4;
    border: dashed 1px LightSkyBlue;
    padding: 2px 6px
}

form fieldset div
{
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.file
{
	width: 90%;
}

#form div
{
	margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;	
}

#checkouttext
{
	margin-top: 5px;
	width: 200px;
}

#form * select
{
	margin-top: 5px;
}

.productgrid
{
	width: 100%;
}

.productgrid td
{
	padding: 3px;
}

.productTitle
{
	font-size: 1.2em;
	font-weight: bold;
}

.login *
{
	font-size: small;
}

.login form
{
	padding-top: 5px;
}

.login form input.text
{
	width: 200px;
}

.login form .btn
{
	margin-top: 5px;
}