html, body, table {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e; 
}

html, body {
	margin: 0px;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	text-align: center;
}

h1, h2 , h3, h4{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000; 
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}


form {
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	border: 0px;
}

a:link, a:visited, a:active {
	color: #4e4e4e;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.errorMessages {
	border: 1px solid red;
	background-color: #ffe8e8;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	color: red;
}

.okMessage {
	border: 1px solid green;
	background-color: #e8ffe8;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	color: green;
}

.loginActive{
  width: 100px;
  height: 12px; 
  color: #000000;
  font-size: 10px;
  font-weight: normal;
}

.loginNotActive{
  width: 100px;
  height: 12px; 
  color: #d2d2d2;
  font-size: 10px;
  font-weight: bold;
}

.passwordActive{
  width: 100px;
  height: 12px; 
  color: #000000;
  font-size: 10px;
  font-weight: normal;
}

.passwordNotActive{
  width: 100px;
  height: 12px; 
  color: #d2d2d2;
  font-size: 10px;
  font-weight: bold;
}

#cartPanel a{
  color: #d9d9d9;
}

#cartPanel a:hover{
  color: #ffffff;
}

#userPanel{
  color: #ffffff;
}

#userPanel table{
  color: #ffffff;
}

#userPanel table a{
	
	/*color: #5492d6;*/
  color: #5080d7;
}

#userPanel table a:hover{
	color: #67a9eb;
}

#userPanel #statusDiv{
  background-image: url(/obrazky/status_stripe.png);
  background-repeat: repeat-x;
}

#statusDiv .logoutLink{
  font-size: 10px;
  color: #ffffff;
  float: right;
}

.logoutLink .logoutImg {
	vertical-align: bottom;
}

.logoutLink a {
	border: 0px;
	color: #d9d9d9;
}

.logoutLink a:hover {
	border: 0px;
	color: #ff0000;
}

#horizontalPanelDiv{
	color: #ffffff;
}

#horizontalPanelDiv a{
	border: 0px;
	/*color: #5492d6;*/
  color: #5080d7;
}

#horizontalPanelDiv a:hover{
	border: 0px;
	color: #67a9eb;
}

#cartTableDiv a{
  font-weight: normal;
}

#cartTableDiv a:hover{
  font-weight: normal;
}

#cartTableDiv .parameters {
  font-size: 10px;
}

.productPriceSpan{
  color: #f16905;
  font-weight: bold;
}

.productOldPriceSpan{
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: line-through;
}

.shippingDescriptionSpan{
  font-size: 10px;
}

.mandatoryInputSpan{
  color: #ff0000;
}

.tipSpan{
  color: #ff0000;
  font-weight: bold;
}

.rightPanelTitleDiv a{
  color: #000000;
}

.leftPanelTitleDiv a{
  color: #000000;
}

.upperCase{
	text-transform: uppercase;
}

