/* MAIN CSS - PAGE TEMPATE */

body {
	margin: 0px;
	background: url(/images/bg.jpg) repeat-x top center;
	background-color: #036;
}

.bricks {
	background: url(/images/bg_bricks.jpg) no-repeat top right;
}

.yellow {
	color: #C60;
}

hr {
	height: 1px;
	width: 100%;
	color: #FFF;
}

.dashed_box {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	border-color: #FCC;
	width: 100%;
}

.categ_box {
	padding:2px;
	
}

.transp {
	opacity: 0.80; 
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter:alpha(opacity=80);
}

a img {
	opacity: 1.0; 
	-moz-opacity: .99;
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100);
}

a:hover img {
	opacity: 0.9; 
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
}

.pic {
	border: thin solid #CCC;
}

.system_msg {
	 padding: 14px 14px 14px 14px;
	 border: 1px solid #999;
	 background: #CCC;
}

.main {
	padding: 0;
	background: url(/images/logo_btm.gif) no-repeat 10px top;
}

.quote {
	font: italic 14px Georgia, serif;
	color:#FFC;
	background-color:#000;
	border: 1px solid;
	border-color:#666;
	padding:10px;
	margin:10px;
	background:url(/images/quotes_bg.gif) no-repeat top left;
}

.right {
	float:right;
}

.left {
	float:left;
}

.note {
	font: italic 14px Georgia, serif;
	background-color:#222;
	color:#FFC;
	border: 1px solid;
	border-color:#666;
}

/* TEXT CSS */

td {
	font: 11px Verdana, Arial, sans-serif;
	color: #CCC;
	line-height: 18px;
	font-weight: normal;
}

p {
	font: 11px Verdana, Arial, sans-serif;
	color: #CCC;
	line-height: 18px;
	font-weight: normal;
}

.label {
	font: 11px Verdana, Arial, sans-serif;
	color: #999;
  	font-weight: bold;
	line-height: 16px;
}

.title {
	font:  bold 18px Helvetica, Arial, sans-serif;
	color: #C30;
}

.caption {
	font: 12px Verdana;
	color: #EEE;
	font-weight: normal;
}

strong {
	font-weight: bold;
	color: #FFF;
}

.smallfont {
	color: #CCC;
	font:  10px Verdana;
  	line-height: 15px;
}

.large {
	font: bold 18px Helvetica, Arial, sans-serif;
}

#cart {
	border: 1px solid #ccc;
	background-color: #000000;
}

#modal {
	border: 1px solid #ccc;
	background-color: #111;
}

.cartcolumn {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	padding: 2px;
	background-color: #990000;
	text-transform:capitalize; 
}

/* FORM CSS */

select, textarea {
	font: 11px Verdana;
	color: #333;
	background: #CCC;
   	border: 1px solid #f5f4f4;
}

.radio {
	font-family: Verdana;
	font-size: 11px;
}

.field {
	font: 11px Verdana;
	color: #333;
	background: #CCC;
   	border: 1px solid #f5f4f4;
}

.btn {
	font: 11px Verdana;
	height: 30px;
}

optgroup {
	background:#CCC; 
	color:#333; 
	font-family: Verdana;
	font-size: 9px;
}

optgroup option {
	background:#CCC; 
	color:#333; 
	font-family: Verdana;
	font-size: 9px;
}

/* LINK CSS */

h3 {
	font: 16px Verdana, serif;
	color: #C30;
	font-weight: bold;
}

.orange, .orange a:link, .orange a:active, .orange a:visited {
	color: #C30;
	text-decoration: none;
}

.orange a:hover {
	color: #F30;
}

a, a:link, a:active, a:visited {
	font: 11px Verdana;
	color: #F60;
	text-decoration: none;
}

a:hover {
	font: 11px Verdana;
	color: #F90;
	text-decoration: none;
}

.smallfont a:link, .smallfont a:active, .smallfont a:visited {
	font: 10px Verdana;
	color: #C30;
	text-decoration: none;
}

.cat_label a:link, .cat_label a:active, .cat_label a:visited {
	font: 18px Verdana;
	color: #F60;
	text-decoration: none;
}

.cat_label a:hover {
	font: 18px Verdana;
	color: #F90;
	text-decoration: underline;
}

.smallfont a:hover {
	font: 10px Verdana;
	color: #F30;
	text-decoration: underline;
}

.small {
	font-size:11px;
}

a.gray:link, a.gray:active, a.gray:visited {
	color: #999;
	text-decoration: none;
	line-height: 30px;
}

a.gray:hover {
	color: #CCC;
	text-decoration: underline;
	line-height: 30px;
}

.white {
	color: #FFF;
	text-decoration: none;
}

.white a, .white a:link, .white a:active, .white a:visited {
	color: #FFF;
	text-decoration: none;
}

.white a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer {
	font: 10px Verdana;
	line-height: 18px;
	color: #FFC;
	text-decoration: none;
	word-spacing: 0.1em;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	font: 10px Verdana;
	color: #FF9;
	text-decoration: none;
	word-spacing: 0.1em;
}

.footer a:hover {
	font: 10px Verdana;
	color: #FF3;
	text-decoration: underline;
	word-spacing: 0.1em;
}

#crumbs {
	color: #FFF;
	font-weight: bold;
}

#crumbs a, #crumbs a:link, #crumbs a:active, #crumbs a:visited {
	color: #DDD;
	text-decoration: none;
	font-weight: normal;
}

#crumbs a:hover {
	color: #FFC;
	text-decoration: underline;
	font-weight: normal;
}

.event_title, .event_title a, .event_title a:link, .event_title a:active, .event_title a:visited {
	color: #FFC;
	text-decoration: none;
	font-weight: normal;
}

.event_title a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/* LIST CSS */

#list li {
	margin: 6px;
	list-style-image: none;
}

/* Manage Account */

.module_title {
	font:bold 11px Verdana;
	color: #333;
	background-color:#999;
}
