
/*******************
 Screen Styles
/******************/

@import url("typo.css");
@import url("layout.css");
@import url("nav-elements.css");
@import url("forms.css");
@import url("tables.css");
@import url("tools.css");

#bottomNav #bottomNavPrint {
	margin-left:60px;
	float:left;
	}

#bottomNav #bottomNavClose {
	float:right;
	}

#boxCheapy {
	display:block;
	float:left;
	width:100px;
	height:100px;
	min-height:120px;
	background:#FFF;
	margin-bottom:10px;
	margin-right:10px;
	padding: 3px 3px 3px 3px;
	text-align:center;
	}

#boxCheapy #boxImg img {
	width:75px;
	border-top: 1px solid #B80327;
	border-bottom: 1px solid #B80327;
	border-left: 1px solid #B80327;
	border-right: 1px solid #B80327;
	}

#CategoryTextLeft {
	float:left;
	width:150px;
	font-size: 11px;
	text-align: left;
	}

#boxCategory {
	display:block;
	float:left;
	width:125px;
	height:100px;
	min-height:180px;
	background:#FFF;
	margin-bottom:10px;
	margin-right:10px;
	padding: 3px 3px 3px 3px;
	text-align:center;
	}

#boxCategory #boxTitle {
	/* text-align:center; */
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
	height:25px;
	/* line-height:25px; */
	vertical-align:baseline ;
	font-size: 12px;
	color:#330000;
	margin-bottom:3px;
	/* border-bottom: 1px solid #B80327; */
	}

#boxCategory #boxTitle a {
	font-weight: normal;
	font-size:11px;
	}

#boxCategory #boxImg img {
	width:75px;
	border-top: 1px solid #B80327;
	border-bottom: 1px solid #B80327;
	border-left: 1px solid #B80327;
	border-right: 1px solid #B80327;
	}

#boxCategory #boxText {
	/*
	margin-left:3px;
	margin-right:3px;
	*/
	font-weight: normal;
	font-size: 11px;
	color: #C71E20;
	/* text-align: justify; */
	}

#boxCategory img {
	margin-bottom:3px;
	/* margin-left:3px; */
	margin-right:3px;
	}

