﻿html
{
	font-family:Verdana, Arial;
}
#header 
{
	
	height:160px;
	background-image:url(../Images/bg/header_image.jpg);
}
#footer
{
	
}
.hidden
{
	visibility:hidden;
}

.innerPopup
{
	position:relative;
	top:50%;
}
.modalPopup
{
	position: relative;
	background:#fff;
	border:1px solid #CCCCCC;
	text-align:center; 
	font-weight:bold; 
	width:400px;
	height:200px;
}




.EditWindow
{
	width:500px;
	height:400px;
	background-color:#FFFFFF;
}
#footer ul
{
	
	margin-top:5px;
	margin-bottom:5px;
	
	
}
#footer li
{
	display:inline;
	padding:0 1.0em;
	text-decoration:none;
	border-right:1px solid #F76013; 
}
#footer li.last
{
	border:none;
}

/***
COLORS
***/
.orange
{
	color:#F76013;
}

.productItem
{
	
	width:550px;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
list-style-type:circle;
}
.productItem ul
{
list-style-position:inside;
list-style-type:disc;
}
.productItem img
{
	float:right;
}
.productActions
{
	height:30px;
	width:550px;
	
	background-image:url('../images/bg/productActionBG.gif');
	margin: 0px 0px 10px 0px;
	clear:both;
	
	
}
.shoppingcart
{
	position:relative;
	display:block;
	margin-top:-6px;
	margin-left:auto;
}
/***
FORMS
***/

label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
label {
  width: 120px; /* Width of labels */
}

label { color: #333; }
.textbox 
{
	width:200px;
}
.validate
{
	vertical-align:top;
	position:relative;
	top:3px;
	
}
em
{
	color:Red;
}

.OrangeButton
{
	
	
	width: 185px;
	border-left: 1px solid #ea9502;
	border-right: 1px solid #ea9502;
	text-align:center;
	padding-top:5px;
	color:White;	
	height:19px;
	
	
}
h1
{
	font-size:1em;
}
.CheckBox label
{
	width:250px;
}
#headerBar
{
	width:100%;
	height:24px;
	background-image: url(../Images/header-bg_new.gif);
	border-left: 1px solid #b2b1b5;
	border-right: 1px solid #b2b1b5;
	font-weight:bold;
	margin-bottom:3px;


}
#headerBar h1
{
	font-size:0.8em;
	padding-top:4px;
	margin-left:3px;

}
#headerBar input
{
	
	
	float:right; margin:-16px 0 0 0;
	display:inline

	
}
.SelectedCategory
{
	background-image: url(../Images/header-bg_new.gif);
	border-left: 1px solid #b2b1b5;
	border-right: 1px solid #b2b1b5;
	
}
a
{
	text-decoration:none;
	font-family: Verdana, Arial;
}
body
{
	font-family:Verdana, Arial;
	font-size:100%;
	line-height:1em;
	}
#mainContainer
{
	font-size:0.7em;
}
#footer
{
	font-size:0.7em;
}
#left h1
{
	font-weight:bold;
}
.productItem h1
{
	font-weight:bold;
}
.UpDownButton
{
	margin-left:30px;

}
.LeftButton
{
	margin-left:10px;
}
.RightButton
{
	position:relative;
	margin-right:8px;
}
.VATInformation
{
	font-size:0.6em;
	color:#6d6d6d;
}
.RemoveButton
{
padding-right:2px;
padding-top:2px;
}
.ProductUpDownButton
{
padding-right:2px;
padding-top:-2px;
}