
table.bgBorderBlack 	{ border: solid 1px #000000; }
table.bgBorderWhite 	{ border: solid 1px #FFFFFF; }
table.bgBorderRed 		{ border: solid 1px #C60015; }

img.bgBorderBlack 		{ border: solid 1px #000000; }

td.bkWhite		 		{ background-color: #FFFFFF; }
td.bkBlack		 		{ background-color: #000000; }
td.bkRed		 		{ background-color: #C60015; }

hr {
	height: 1px;
	border: #C60015 1px solid; 
}


/* Basket */
.basket {
	width: 96%;
	text-align: center;
	border: solid 1px #000;
	font-size: 11px;
	color: #000;	
}

.basketTitle { 
	text-align: center;
	font-size: 12px; 
	font-weight: bold; 
	background-color: #000;
	color: #fff;
}

.basketData {
	padding: 2px;
}

.basketItem {
	font-weight: bold; 
	margin: 1px;
}

.basketValue {
	font-weight: bold; 
	margin: 1px;
	color: #c60015; 
}

.basketEmpty {
	font-weight: bold; 
	margin: 1px; 
	color: #c60015;
}

.epayment {
	font-weight: bold; 
	font-size: 10px; 
	margin: 1px; 
	color: #c60015;
}

.basketButton {
	font-weight: bold; 
	font-size: 12px; 
	border: #000 1px solid; 
	color: #fff;
	background-color: #c60015;
	height: 18px;
	font-size: 11px;
	cursor: pointer;
	margin: 5px 2px;
}

/* */
html, body { 
	margin: 0px; 
	padding: 0px;
}	


body {
	background: url(/images/casa_home_repeat_copyright.jpg);
	background-color: #000; 
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #c60015;
	margin: 0;
	padding: 0 0 10px;
}

h2 {
	font-size: 12px;
	color: #ff6633;
	margin: 0 0 5px;
}

.box-title {
	font-weight: bold;
	padding: 0 3px;
	font-size: 12px;
	color: #ff6633;
}

/* Links */
a:link, a:visited {
	color: #ff6633; 
	text-decoration: none; 
}

a:hover {
	color: #c60015;
}

#topMenu {
	font-size: 13px; 
	font-weight: bold; 
	color: #ffffff;
}

#topMenu .selected {
	font-size: 12px; 
	font-weight: bold; 
	color: #c60015; 
	text-decoration: none; 
	padding: 0 5px;
}

#topMenu a:link, #topMenu a:visited {
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	padding: 0 6px;
}

#topMenu a:hover {
	color: #c60015;
}

a.moreInfo:link, a.moreInfo:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.moreInfoBig:link, a.moreInfoBig:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.moreInfo:hover, a.moreInfoBig:hover {
	color: #999999;
}

a.select:link, a.select:visited { 
	font-size: 12px;
	color: #333; 
	font-weight: normal; 
	text-decoration: none;
}

a.select:hover {
	text-decoration: underline;
}

a.typeInfo:link, a.typeInfo:visited	{
	font-size: 14px;
	font-weight: bold;
	color: #C60015;
	text-decoration: underline;
}

a.typeInfo:hover {
	color: #000;
	text-decoration: none;
}

a.box:link, a.box:visited	{
	border: solid 1px #fff;
}

a.box:hover {
	border: solid 1px #000000;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Left Menu */
.nav {
	font-size: 14px; 
	font-weight: bold; 
	color: #C60015; 
	text-align: right;
}

.navNormal {
	font-size: 12px; 
	font-weight: bold; 
	color: #000; 
	background-color: #ffffff; 
	height: 30px; 
	padding-right: 7px; 
	text-align: right;
}

.navOver {
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #000; 
	height: 30px; 
	padding-right: 7px; 
	text-align: right; 
	cursor: pointer;
}

/* Misc ID */
#body {
	padding: 5px;
}

#footer {
	text-align:center;
	line-height: 20px;
	font-size: 9px; 
	font-weight: bold; 	
	color: #fff;
}

#added {
	text-align: center;
	font-size: 14px;
	padding: 10px;
	color: #0066D0;
}

#price {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 0 0;
	color: #CC0033;
}

#price img {
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;	
}

#article {
	text-align: justify;
	font-size: 12px;
	color: #000;
} 

#article img {
	float: left;
	margin-right: 10px;	
}

#errorResult {
	font-size: 12px;
	font-weight: bold;
}

#picture {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

#scroll {
	width: 100%;
	height: 300px;
	overflow: scroll;
}

/* Misc Classes */
.content {
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
	font-size: 13px; 
	color: #000;	
}

.title {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.typeInfo {
	font-size: 14px; 
	color: #000; 
	font-weight: bold;
}

.info {
	font-size: 10px; 
	color: #000000;
}

.infoHeading {
	font-size: 12px; 
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 3px 2px 0px;
}

.infoTitle {
	font-size: 12px; 
	color: #333333;
	font-weight: bold;
}

.infoData {
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
}

.infoOdd {
	background-color: #fff;
	padding: 3px 2px 0px;
}

.infoEven {
	background-color: #ccc;
	padding: 3px 2px 0px;
}

.infoFile {
	color: #00aa00;
}

.heading {
	text-decoration: underline;
	font-size: 12px; 
	color: #333333;
	font-weight: bold;
}

.grandTotal {
	font-size: 12px; 	
	color: #c60015; 
	font-weight: bold; 
}

.line {
	border: solid 1px #000;
}

.update {
	font-size: 15px; 
	font-weight: bold;
	color: #ff6633;	
}

.order_ok {
	color: #33CC99;
}

/* Form */
input, textarea, select {
	border: solid 1px #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.button { 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #000; 
	cursor: pointer;
}

.searchButton {
	font-weight: bold; 
	font-size: 12px; 
	border: #f00 1px solid; 
	color: #fff;
	background-color: #C60015;
	height: 17px;
	font-size: 11px;
	cursor: pointer;
}

a.print-button:link, a.print-button:visited, a.print-button:active { 
	vertical-align: bottom;
	display: inline-block;
	font-size: 12px;
	font-weight: bold; 
	color: #fff; 
	background-color: #000;
	margin: 0; 
	height: 20px;
	padding: 2px;
	margin-left: 10px;
	text-align: center;
	width: 100px;
}

	a.print-button:hover {
		color: #fff;
	}

.clear { 
	border: none;
}

.searchText {
	width: 100px;
	height: 17px;
	margin: 0;
	padding: 0 0 0 2px;	
	font-size: 11px;
}

.searchResult {
	color: #c71585;
	font-size: 14px;
	font-weight: bold;
}

.fieldRequired {
	color: #dc143c;
 	font-weight: bold; 
	font-size: 24px; 
	margin: 0; 
	padding: 10px 0 0 0; 
	line-height: 0;
}

.fieldTitle {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
		
}

.form td {
	padding-bottom: 4px;

}

.page {
	margin: 2px 2px;
	cursor: pointer;
} 

#pageLinks {
	margin-top: 10px;
	text-align:center;
}

/* Error */
#error {
	color: #dc143c;
	font-size: 12px;
}

#error ul {
	margin-top: 0;
}

/* Ticker */
span.news_title {
	background-color: #ff6633;
	color: #fff;
	font-weight: bold;
}

.ticker {
	display: none; 
	margin-top: -10px; 
	margin-bottom: 10px;
	padding: 2px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000; 
	overflow: hidden;
	background-color: #fff;
}

/* lightbox */

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	background: url(/images/casa_home_repeat_copyright.jpg);
}

.white_content {
	display: none;
	position: absolute;
	padding: 2px;
	border: 1px solid #f00;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.medium {
	width: 420px;
	top: 25%;
	left: 30%;
}

.enlarge {
	width: 900px;
	top: 0;
	left: 10%;
}

.product {
	border: 1px #000 solid;
	display: block;
	font-size: 12px;
	margin: 0 10px 20px;
	padding: 0;
	text-align: center;
	width: 138px;	 
}
	
	.product img {
		border: none !important;
		padding: 18px;		
	}

	.product strong {
		border-top: 1px solid #000;
		display: block;
		font-weight: normal;
		height: 36px;
		overflow: hidden;
		padding: 2px 5px 0;
	}
	
	.product em {
		border-bottom: 1px solid #000;
		color: #FF8800;
		display: block;
		font-style: normal;
		height: 20px;
	}
	
	.product a:link, .product a:visited, .product a:active {
		background: #000;
		color: #fff;
		display: block;
		margin: 0 !important;
		padding: 4px 0;
		text-decoration: none;
		width: auto !important;
	}
	
		.product a:hover {
			background: #c60015;	
			color: #fff;			
		}
		
#sitemap {
	font-size: 12px;
}		

/* Associated Products */
div#select-associated-products {
	border: 1px #000 solid;
	height: 100px;
	overflow: scroll;
	position: relative;
}

	div#select-associated-products ul {
		list-style: none !important;
		margin: 0;
		padding: 0 !important;
	} 
	
		div#select-associated-products ul li {
			clear: both;
			color: #000000;
			font-size: 12px; 
			margin: 0;
			padding: 0;
		}
		
		div#select-associated-products ul li input {
			float: left;
			width: 25px;			
		}
		
		div#select-associated-products ul li span {
			display: block;
			float: left;
		}
