.login{
 position: relative;
 right:80px;
 top:15px;
 padding:0px;
 margin:0px;
 width: 300px;
 float:right;
}

.view, .index, .paging {
    padding:10px;
}

* {
 padding:0px;
 margin:0px;
 border:0;
}

.clr{
    clear: both;
}

.lowStock {
 font-weight:bold;
}

.noStock{
 color:red;
 font-weight:bold;
}

body {
 background: #ffffff url('../img/background-grad.jpg') repeat-x;
 color: #000000;
 font-family: arial,verdana,helvetica,arial,sans-serif;
 font-size: 12px;
}

a {
 background-color:transparent;
 color: #ed1b33;
 text-decoration: underline;
}

a:hover {
 background-color:transparent;
 background: #fff;
 color: #000000;
 text-decoration: none;
}

a img {
 background-color:transparent;
 border:none;
}



/* Notices and Errors */
#authMessage, div.message {
    background:#FBCACC none repeat scroll 0 0;
    border-bottom:2px solid #DEDEDE;
    border-right:2px solid #DEDEDE;
    clear:both;
    color:#990000;
    font-size:140%;
    font-weight:bold;
    margin:20px auto;
    padding:30px;
    text-align:center;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/* General Style Info */
h1, h2, h3, h4 {
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
}

h1 {
 color: #000000;
 font-size: 22px;
 margin: 0.1em 0;
}

h2 {
 background:#fff;
 color: #ed1c28;
 font-size: 18px;
 margin: 0.3em 0;
 padding-top: 0em;
}

h3 {
 color: #ed1c28;
 font-size: 18px;
 padding-top: 1.5em;
}

h4 {
 color: #000000;
 font-size: 16px;
 padding-top: 0.5em;
}

.carosel_nav ul, .carosel_nav li { margin: 0px; }
ul, li { margin: 0 7px; }

.carosel_nav li{
    height:89px;
    width:300px;
}
.red-text {
 color: #ed1c28;
}

.register_heading {
 font: normal 30px Arial, Helvetica, sans-serif;
 color: #ed1c28;
 padding-left: 30px;
}

/* Layout */
#container {
 text-align: justify;
}

#header{
 margin-top:8px;
 height:193px;
 clear:both;
}

#languages{
 position: relative;
 top:115px;
 padding:0px;
 width: 300px;
 left:16px;
}

.login{
 position: relative;
 right:0px;
 top:15px;
 padding:0px;
 width: 300px;
 float:right;
}

#login label {
 font-size: 12px;
 float: left;
 padding:0;
 margin:0;
}
#login input, textarea {
 float: right;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 padding:0;
 margin:0;
}

#header h1 {
 color: #fff;
 padding: 0px 30px;
}

#header h1 a {
 color: #fff;
 background: #003d4c;
 font-weight: normal;
 text-decoration: none;
}

#header h1 a:hover {
 color: #fff;
 background: #003d4c;
 text-decoration: underline;
}

.italic-header {
 font: italic 21px Arial, Helvetica, sans-serif;
 color: #ed1c28;
}

#please-register {
 width: 330px;
 background-image: url('../img/reg-bod.gif');
 background-repeat: repeat-y;
 float: right;
 margin-left: 20px;
}

.red {
 color: #ed1c28;
}

.black-text {
 color: #000000;
}

#front-pages {
 width: 645px;
 padding-left: 35px;
 text-align: justify;
}


/* acordian */
.basic  {
	width: 226px;
	font-family: arial;
    font-size: 12px;
	border: 0px solid black;
	margin-left:-21px;
    line-height: 20px;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
    color: #6a6a6a;
	padding: 10px;
    padding-left: 20px;
}
.basic .no_image a,
.basic .no_image a:hover,
.basic .no_image a.selected{
	background-image: none;
	padding:0px;
	font-weight: bold;
	font-size: 10px;
	border: 0px solid #FFFFFF;
	color: #6a6a6a;
	background-color: transparent;
}

.basic a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #6a6a6a;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("../img/AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("../img/transparent-dot.png");
}
.basic a.selected {
	color: #6a6a6a;
	background-color: white;
	background-image: url("../img/transparent-dot.png");
}

/* tooltip */
.pretty {
	font-family: Arial;
	position:absolute;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
:focus {
	outline: 0;
}

.red { color: #ed1c28; }
.no-border { border: 0px solid #ffffff; }

.italic-header {
 font: italic 21px Arial, Helvetica, sans-serif;
 color: #ed1c28;
}

/* table hover */
td.click, th.click
{
	background-color: #bbb;
}
td.hover, tr.hover
{
	background-color: #69f;
}
th.hover, tfoot td.hover
{
	background-color: ivory;
}
td.hovercell, th.hovercell
{
	background-color: #abc;
}
td.hoverrow, th.hoverrow
{
	background-color: #6df;
}

/* auto complete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* Tables */
#content table {
 background: #fff;
 border:1px solid #ccc;
 clear: both;
 color: #333;
 margin-bottom: 10px;
 width: 100%;
}

#content th {
 background: transparent url('../img/th-background.gif') repeat-x center;
 border: 0px solid #bbb;
 border-top: 0px solid #fff;
 border-left: 0px solid #fff;
 text-align: left;
 color: #ffffff;
 font-size: 12px;
 padding-left: 5px;
 padding-right: 5px;
}

#content th a {
 background: transparent url('../img/th-background.gif') repeat-x center;
 color: #ffffff;
 display: block;
 padding: 2px 4px;
 text-decoration: none;
}

#content th a:hover {
 background: transparent url('../img/th-background2.gif') repeat-x center;
 color: #ffffff;
 text-decoration: none;
}

#content table tr td {
 background: #fff;
/*
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
*/
 text-align: left;
 padding: 5px;
 vertical-align: top;
}

#content table tr.altrow td {
 background: #f4f4f4;
}

#content td.actions {
 text-align: right;
 white-space: nowrap;
}

#content th.actions {
 text-align: right;
 white-space: nowrap;
 padding-right:12px;
}

#content td.actions a {
 margin: 0px 6px;
}