/* Global Styles */
body, div, h1 { font-family: arial, verdana; margin: 0; padding: 0 }
body { margin: 0; padding: 0; font-size: small; background-color: #000000; color: #ffffff; }
img { border: 0px; }
p { font-family: arial, verdana; }

.wrongCode {
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	padding:4px;
	padding-left:6px;
	width:135px;
}


.layout {
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.copyright {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 15px;
}

.rightBar {
	background-image: url("/images/right-gradient.png");
	background-repeat: repeat-y;
	color: #000000;
	vertical-align: top;
}
.right_bar_message {
	height: auto !important;
	min-height: 300px;
}
.bodyText {
	color: #ffffff;
	padding: 20px;
	vertical-align: top;
	font-size: 1.1em;
}
h1 {
	font-size: 1.3em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;

	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h2 {
	color: #DFB95B;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

.table_border {
	border-bottom: thick solid #FFFFFF;
}

.visit_store_box {
	border: thick solid #DFB95B;
	background-color: #ffffff;
	width: 130px;
	height: 80px;
	color: #000000;
	margin-left: 20px;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.button_link{
	text-decoration: none;
}

.right_bar_message{
	padding: 15px;
	vertical-align: top;
}

.breadcrumb {
	font-size: 11px;
	margin: 0px;
	position: relative;
	top: -10px;
}
.Catalogue {
	float: right;
	padding: 10px;
	text-align: center;
}

.Catalogue a {
	text-decoration: none;
	font-weight: bold;
}
.CatalogueSidebar {
	text-align: center;
}
.CatalogueSidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
