body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	background-color: #FFFFFF;
	margin: 12px;
	text-align: justify;
}

img {
	border: none;
}

p {
	margin: 4px 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 8px;
}

fieldset .item {
	padding-bottom: 4px;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8482;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

input.button {
	color: #FFFFFF;
	background-color: #A6D514;
	border-color: #87B600;
	font-weight: bold;
}

input.control {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted gray;
	margin: 8px 0;
}

label {
	cursor: pointer;
}

tr.alternate {
	background-color: #F3F3F3;
}

#container {
	width: 759px;
	margin: 0 auto;
}

#languages {
	padding: 2px 4px;
	font-size: 10px;
}

#languages a {
	color: #333333;
	text-decoration: none;
	margin-left: 6px;
}
#languages a:hover {
	text-decoration: underline;
}

#header {
	background-color: #262626;
	color: #FFFFFF;
	padding: 4px 8px;
	font-size: 10px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 12px;
}
#header a:hover {
	text-decoration: underline;
}

#header a.home {
	background-image: url(/images/home.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#logo {
	border: 1px solid #999999;
}

#sidebar {
	width: 228px;
	padding: 4px 2px 0 0;
}

#sidebar #new {
	margin-top: 12px;
}

#sidebar #new .item {
	padding: 5px 0;
}

#navigation .item {
	display: block;
	border: 1px solid #999999;
	padding: 4px 8px;
	margin-top: 1px;
	background-image: url(/images/nav_background.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#navigation a {
	color: #262626;
	text-decoration: none;
}
#navigation a:hover {
	color: #2DB3FB;
}

#navigation ul {
	list-style: none;
	padding: 12px 0 16px 8px;
	margin: 0 0 0 8px;
}

#navigation li {
	background-image: url(/images/arrow1.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 2px 10px;
}

#navigation li a:hover {
	text-decoration: underline;
}

#advantages {
	margin-top: 12px;
}

#advantages .title {
	color: #FFFFFF;
	background-image: url(/images/advantages_title_background.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #262626;
	padding: 3px 9px;
	margin-bottom: 8px;
}

#advantages .item {
	background-image: url(/images/arrow1.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 4px 10px;
	margin: 4px 8px;
	border-bottom: 1px dotted gray;
}

#contentContainer {
	width: 529px;
	padding: 4px 0 0 0;
}

#content {
	margin-left: 12px;
	height: 370px; /* IE "min-height" trick */
	min-height: 370px; /* IE "min-height" trick */
}
*>#content {
	height: auto; /* IE "min-height" trick */
}

#content h1 {
	font-size: 12px;
	color: #575757;
	background-image: url(/images/bullet1.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	margin: 8px 0 6px 0;
	padding-left: 16px;
}

#content h2 {
	font-size: 12px;
	color: #FDA101;
	margin: 8px 0 6px 0;
}

#content h3 {
	font-size: 11px;
	color: #575757;
	margin: 12px 0 4px 0;
}

#content a {
	color: #0B72AC;
}
#content a:hover {
	text-decoration: none;
}

#content a.readMore, #content .link a {
	color: #0B72AC;
	background-image: url(/images/read_more.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 12px;
}
#content a.readMore:hover,  #content .link a:hover {
	text-decoration: none;
}

#content .link {
	margin-top: 4px;
}


#content img.right, #content img.left {
	border: 1px solid #99CCE8;
	padding: 1px;
}
#content img.right {
	margin-left: 16px;
}
#content img.left {
	margin-right: 16px;
}

#orderSteps {
	color: gray;
}

#orderSteps .on {
	color: #262626;
}

#orderSteps strong {
	font-size: 12px;
}

#footer {
	margin-top: 12px;
	background-color: #262626;
	color: #FFFFFF;
	padding: 3px 9px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#gallery .picture {
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #262626;
	padding: 1px;
}

#paging {
	margin-top: 16px;
	text-align: center;
	clear: both;
}

.loginForm {
	margin-top: 16px;
}

.loginForm fieldset .item label {
	float: left;
	width: 120px;
}

.loginForm fieldset .item input {
	width: 150px;
}

p.error {
	font-weight: bold;
	color: #BF1E1A;
}