@charset "utf-8";

/* 	CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* 	Template Properties
*/

body {
	background-color: #F3F3F3;
	background-image: url(../../images/template/bg_gradient.gif);
	background-repeat: repeat-x;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 75%;
	color: #333;
}

.headerbg {
	width: 990px;
	margin: 55px auto 2px auto;
}

	.menutopbg {
		text-align: right;
		margin: 0 10px 0 0;
		padding-bottom: 0;
		text-transform: uppercase;
	}
		/*.menutopbg a {
			text-transform: uppercase;
			font-size: 0.9em;
			margin-left: 20px;
			color: #A5A5A5;
		}
			.menutopbg a:hover {
				color: #666;
			}*/
	
	.logo {
		float: left;
	}
	
	.cart {
		float: right;
		background-image: url(../../images/template/hd_shoppingcart.gif);
		background-repeat: no-repeat;
		padding: 2px 0 5px 118px;
		margin: 18px 10px 0 0;
	}
		.cart .cost {
			color: #878787;
		}
		.cart .details {
			background-image: url(../../images/template/bg_blackarrow-cart.gif);
			background-repeat: no-repeat;
			padding: 0 0 0 10px;
			margin: 0 0 0 10px;
			color: #000;
		}
	.headerbg .userinfo {
		background-image: url(../../images/template/bg_blackbar_left.png);
		background-repeat: no-repeat;
		width: 414px;
		height: 44px;
		float: left;
	}
		.headerbg .login {
			float: left;
			margin: 9px 0 0 12px;
			padding: 0 0 0 0px;
		}
			.login img {
				margin-right: 6px;
			}
		.loggedin {
			float: left;
			background-image: url(../../images/template/hd_loggedin.gif);
			background-repeat: no-repeat;
			margin: 9px 0 0 12px;
			padding: 7px 0 3px 135px;
			color: #FFF;
		}
			.loggedin a {
				color: #999;
			}
	
	.search {
		float: left;
		width: 576px;
		padding-top: 8px;
		padding-bottom: 7px;
		background-image: url(../../images/template/bg_blackbar_right.png);
		background-repeat: no-repeat;
	}
	
	.stockmenu {
		clear: both;
		text-align: center;
		padding: 10px 0 0 0;
		height: 38px;
		background-image: url(../../images/template/line_top.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
		/*.stockmenu a {
			font-size: 1.8em;
			color: #000;
			margin: 0 40px;
			text-transform: uppercase;
		}*/

.features {
	width: 990px;
	margin: 0 auto;
	line-height: 1px;
}
	.features .main {
		float: left;
	}
	.features .second {
		float: right;
		margin-bottom: 4px;
	}
	.features .third {
		float: right;
	}
	.features p {
		padding: 0;
		margin: 0;
	}

.scrollerheaders {
	width: 990px;
	margin: 15px auto 0 auto;
	background-image: url(../../images/template/line_home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 4px 0;
}
	.featured {
		background-image: url(../../images/template/hd_featured.gif);
		background-repeat: no-repeat;
		width: 75px;
		height: 17px;
		float: left;
		margin: 0 0 0 15px;
	}
	.new {
		background-image: url(../../images/template/hd_new.gif);
		background-repeat: no-repeat;
		width: 35px;
		height: 17px;
		float: right;
		margin: 0 240px 0 0;
	}

.darkerbg {
	background-image: url(../../images/template/bg_gradient_bottom.gif);
	background-repeat: repeat-x;
	height: 381px;
}

.scroller {
	width: 1000px;
	margin: 5px auto 30px auto;
}

.content {
	width: 990px;
	margin: 0 auto;
	padding: 4px 0;
	clear: both;
}
	.mainpanel {
		float: left;
		width: 770px;
		line-height: 1.5em;
	}
	.leftpanel {
		width: 200px;
		float: right;
		margin: 0 0 20px 20px;
	}
		.leftpanel .start {
			background-image: url(../../images/template/bg_aboutmenu_top.gif);
			background-repeat: no-repeat;
			height: 10px;
		}
		.leftpanel .panelcontent {
			background-color: #FFF;
			border-right: 1px solid #DADADA;
			border-left: 1px solid #DADADA;
			padding: 0 10px;
		}
		.leftpanel .end {
			background-image: url(../../images/template/bg_aboutmenu_end.gif);
			background-repeat: no-repeat;
			height: 10px;
		}

.footer {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-image: url(../../images/template/line_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
	.copyright {
		float: right;
		color: #B2B2B2;
		font-size: 0.9em;
	}
	.footer li {
		float: left;
		background-image: url(../../images/template/bg_greyarrow.gif);
		background-repeat: no-repeat;
		padding: 0 20px 0 10px;
	}
	.footer a {
		color: #9B9B9B;
		text-decoration: none;
	}
	.footer .logos {
		clear: both;
		text-align: right;
		padding: 10px 0 0 0;
	}



/* 	Drop Search Menu
*/


.search .buttons {
	margin: 11px 0 0 13px;
	float: left;
}
	.search .go {
		margin-top: 60px;
	}

#mostrar{
	display: block;
}

#caja {
	width: 576px;
	height: 125px;
	display: none;
	background-image: url(../../images/template/bg_dropdown-long.png);
	background-repeat: no-repeat;
	z-index: 100;
	margin-top: 2px;
}
	#caja ul {
		float: left;
		margin: 12px 0 0 5px;
	}
	#caja .second {
		margin: 12px 0 0 10px;
	}

#caja li {
	background-repeat: no-repeat;
}
	#caja .first li {
		padding: 0 0 5px 77px;
	}
	#caja .second li {
		padding: 0 0 5px 90px;
	}

#caja .category {
	background-image: url(../../images/template/hd_category.gif);
}

#caja .style {
	background-image: url(../../images/template/hd_style.gif);
}

#caja .brand {
	background-image: url(../../images/template/hd_brand.gif);
}

#caja .colour {
	background-image: url(../../images/template/hd_colour.gif);
}

#caja .size {
	background-image: url(../../images/template/hd_size.gif);
}

#caja .price {
	background-image: url(../../images/template/hd_pricerange.gif);
}

#caja .keyword {
	background-image: url(../../images/template/hd_keyword.gif);
}

#caja .sortby {
	background-image: url(../../images/template/hd_sortby.gif);
}












/* 	Content Styles
*/

.spacer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
	.content .spacer {
		clear: left;
	}

a {
	color: #000;
}

p, .tips {
	padding-bottom: 15px;
	line-height: 1.5em;
}

.content ul li {
	line-height: 1.5em;
	list-style: circle;
}

.content ol li {
	line-height: 1.5em;
}

.content ul {
	margin: 15px 0 15px 20px;
}

.content table {
	margin: 15px 0;
}

h1 {
	color: #7C7C7C;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.3em;
	padding: 5px 0 10px 0;
}
	h2.stock {
		padding: 10px 0;
	}

h3 {
	font-size: 1.1em;
	padding: 30px 0 3px 0;
}

.panelitem {
	padding: 0 0 30px 0;
}

.leftpanel .hd, .leftpanel h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: none;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.note {
	font-size: 0.9em;
	color: #777;
}
	.note a {
		color: #777;
	}


.pic-right {
	float: right;
	border: 1px solid #D7D7D7;
	padding: 2px;
	margin: 0 0 10px 10px;
	text-align: right;
}
	.pic-right .pic {
		width: 80px;
	}

.branchphoto {
	float: right;
	border: 1px solid #40AEE9;
	padding: 2px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}

.staffphoto {
	float: right;
	border: 1px solid #40AEE9;
	padding: 2px;
	clear: both;
}
	.staffphoto .pic {
		margin: 0;
	}

.feedback {
	border: 1px solid #DDD;
	padding: 5px;
	margin: 10px 0;
}
	.feedback .by {
		font-size: 0.9em;
		line-height: 20px;
		color: #666;
		padding-left: 10px;
	}

.content .sitemap li {
	list-style: none;
	padding-bottom: 3px;
}

.photogallery {
	padding-left: 20px;
}
	.photogallery .photo {
		border: 1px solid #DDD;
		padding: 4px;
		float: left;
		margin-right: 20px;
	}
	.photogallery .pic {
		width: 80px;
	}

.selections {
	clear: both;
	margin-bottom: 10px;
}
	.selections .pic {
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
		width: 100px;
	}
	.selections .txt {
		color: #3F3F3F;
		line-height: 25px;
	}
		.selections .txt a {
			color: #3F3F3F;
			text-decoration: none;
		}
			.selections .txt a:hover {
				text-decoration: underline;
			}

.example {
	text-align: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-weight: bold;
}

.eventitem {
	clear: both;
	padding: 0 0 30px 0;
}
	.eventitem .pic {
		float: right;
		margin: 0 0 10px 10px;
		border: 1px solid #CCC;
	}
	.eventitem .hd {
		font-weight: bold;
		font-size: 1.2em;
	}
	
.specials-details {
	margin-bottom: 10px;
}
	.specials-details .highlight {
		font-weight: bold;
		margin-right: 5px;
	}

.specials-stores {
	margin-bottom: 20px;
}
	.specials-stores .branch {
		margin-right: 5px;
	}





.compmenu {
	padding: 5px;
}
	.compmenu .menuitem {
		background-image: url(../../images/template/bg_blackarrow.gif);
		background-repeat: no-repeat;
		padding: 0 0 10px 18px;
	}
	.compmenu a {
		text-decoration: none;
	}
		.compmenu a:hover {
			text-decoration: underline;
		}




/* Status Styles */

.pending, .ontransfer {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.submitted, .fulfilled {
	background-color: #00CCFF;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.active {
	background-color: #99CC99;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.expired, .unpaid, .cancelled, .waiting, .arrived, .inactive {
	background-color: #FF9999;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.collected, .despatched {
	background-color: #99CC99;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}





/* 	Stock Area
*/

.stockpic_main {
	background-image: url(../../images/bg_img_med.gif);
	background-repeat: no-repeat;
	padding: 8px 1px 8px 1px;
	float: left;
}
	.stockpic_main img {
		width: 512px;
		height: 384px;
	}

.stockexpand {
	float: left;
	margin-left: 19px;
	width: 457px;
}
	.stockexpand .toplinks {
		background-image: url(../../images/template/line_sm.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 35px;
	}
	.stockexpand .crumb {
		float: left;
		color: #666;
		font-size: 0.9em;
		margin-top: 8px;
	}
		.stockexpand .crumb a {
			color: #666;
			text-decoration: none;
		}
	.stockexpand .buttons {
		float: right;
	}
		.stockexpand img {
			vertical-align: top;
		}
	.stockexpand h1 {
		margin-top: 10px;
		color: #000;
	}
	.stockexpand .price {
		float: right;
		font-size: 0.75em;
		font-weight: bold;
		text-transform: lowercase;
	}
	.stockexpand .oldprice {
		color: #999;
		font-style: italic;
	}

.stockpics {
		
}

.stockpic_thumbs {
	background-image: url(../../images/bg_img_smaller.gif);
	background-repeat: no-repeat;
	float: left;
	width: 120px;
	height: 100px;
	padding-top: 8px;
	margin: 10px 3px 0 0;
}
	.stockpic_thumbs img {
		width: 120px;
		height: 90px;
	}

.stockcolumns, .columns {
	clear: both;
}
	.stockcolitem, .colitem {
		float: left;
		background-image: url(../../images/template/bg_stockcols.gif);
		background-repeat: no-repeat;
		width: 132px;
		height: 184px;
		padding-top: 7px;
		margin: 0 15px 15px 0;
		text-align: center;
	}
		.stockcolitem img, .colitem img {
			width: 128px;
			height: 96px;
			padding-right: 4px;
		}
		.stockcolitem .details, .colitem .details {
			margin: 3px 0 0 0;
			line-height: 1.3em;
		}
		.stockcolitem a, .colitem a {
			text-decoration: none;
		}
			.stockcolitem a:hover, .colitem a:hover {
				text-decoration: underline;
			}
		.stockcolitem .date {
			font-size: 0.9em;
			color: #999;
		}





/* 	Forms and Datagrids
*/

.datagrid {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
	.datagrid th {
		text-align: left;
		vertical-align: top;
		background-color: #D0D0D0;
		padding: 10px 5px;
		font-weight: normal;
		font-size: 0.9em;
	}
	.datagrid .thin, .form .thin {
		width: 1%;
	}
	.datagrid .subheader {
		text-align: center;
		background-color: #E3E582;
	}
	.datagrid td, .form_info .datagrid td {
		vertical-align: middle;
		padding: 5px 5px;
		border-bottom: 1px dotted #DFDFDF;
		text-align: left;
		line-height: 1.3em;
		color: #666;
	}
	.datagrid .pic {
		width: 80px;
	}
	.datagrid .date {
		font-size: 0.9em;
		color: #666;
		line-height: 20px;
	}
	.datagrid .nowrap {
		white-space: nowrap;
	}
	.datagrid .right, .form_info .datagrid .right, .form .right {
		text-align: right;
		padding-right: 10px;
	}
	.datagrid .center {
		text-align: center;
	}
	.datagrid .total, .form .total {
		background-color: #CCC;
		text-align: right;
		font-weight: bold;
	}
	.datagrid .price, .form .price {
		font-weight: bold;
	}
	.datagrid .oldprice {
		font-style: italic;
	}
	.datagrid .stockno {
		padding: 5px 0 10px 0;
	}

.form {
	border-collapse: collapse;
}
	.form th {
		vertical-align: top;
		text-align: left;
		padding: 8px 25px 8px 10px;
		background-color: #E2E2E2;
		border-bottom: 1px solid #F3F3F3;
		font-size: 0.9em;
		line-height: 1.3em;
		text-transform: uppercase;
	}
	.form td {
		vertical-align: top;
		padding: 8px 4px 8px 10px;
		border-bottom: 1px solid #F3F3F3;
	}
	.form .subheader {
		text-align: center;
		background-color: #CCC;
		font-size: 1.3em;
		color: #000;
	}

.form_info {
	border-collapse: collapse;
}
	.form_info th, .datagrid .form_info th {
		vertical-align: top;
		text-align: left;
		padding: 8px 25px 8px 10px;
		background-color: #E2E2E2;
		border-bottom: 1px solid #F3F3F3;
		font-size: 0.9em;
		text-transform: uppercase;
	}
	.form_info td, .datagrid .form_info td {
		vertical-align: top;
		padding: 4px 4px 4px 10px;
		border-bottom: 1px solid #F3F3F3;
	}
	.form_info .subheader {
		text-align: center;
		background-color: #CCC;
		font-size: 1.3em;
		color: #000;
	}
	.form_info .overdue {
		color: #CC0000;
		font-weight: bold;
		background-color: #CCC;
	}
	.form_info .credit {
		color: #0099CC;
		font-weight: bold;
	}

.formFieldTiny {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 1em;
	padding: 4px;
	width: 30px;
}

.formFieldSmall {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 1em;
	padding: 4px;
	width: 80px;
}

.formFieldMedium {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 1em;
	padding: 4px;
	width: 180px;
}

.formFieldLarge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 1em;
	padding: 4px;
	width: 230px;
}

.formFieldHuge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 1em;
	padding: 4px;
	width: 350px;
}

.formFieldSearch {
	font-size: 1em;
	width: 150px;
	padding: 2px;
	border: 1px solid #DDD;
	z-index: 50;
}
	.leftpanel .formFieldSearch {
		width: 170px;
	}

.formFieldSearchText {
	font-size: 1em;
	width: 144px;
	padding: 2px;
	border: 1px solid #DDD;
	z-index: 50;
}

.button {
	border: 1px solid #DDD;
	background-color: #EBEBE8;
	font-family: Tahoma;
	font-size: 1em;
	padding: 3px;
	font-weight: bold;
}

.go {
	margin: 4px 0 0 0;
}


/* Forum Styles 
*/

.forumtbl {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0px;
	border: 1px dotted #DADAD7;
}
	.forumtbl th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 1em;
	}
	.forumtbl td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 1em;
		line-height: 1.4em;
	}
	.forumtbl .center {
		text-align: center;
	}
	.forumtbl .pic {
		width: 80px;
		border: none;
		margin: 0px;
	}
	.forumtbl .username {
		font-weight: bold;
	}

.forumtbl_stats {
	border: none;
	margin: 0px;
	border-collapse: collapse;
}
	.forumtbl_stats td {
		padding: 2px;
		border-bottom: 1px solid #DADAD7;
		text-align: center;
	}
	.forumtbl_stats th {
		border-bottom: 1px solid #CCC;
		padding: 2px;
	}

.forumtbl_threads {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border-top: 1px solid #DADAD7;
	border-left: 1px solid #DADAD7;
	border-right: 1px solid #DADAD7;
}
	.forumtbl_threads th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 1em;
	}
	.forumtbl_threads td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 1em;
		line-height: 1.5em;
		border-bottom: 1px solid #DADAD7;
	}
	.forumtbl_threads .center {
		text-align: center;
	}
	.forumtbl_threads .pic {
		width: 80px;
		border: none;
		margin: 0px;
	}
	.forumtbl_threads .username {
		font-weight: bold;
	}

.forumtbl_messages {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border-top: 1px solid #DADAD7;
	border-left: 1px solid #DADAD7;
	border-right: 1px solid #DADAD7;
}
	.forumtbl_messages th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 0.95em;
	}
		.forumtbl_messages th .date {
			font-weight: normal;
			font-size: 0.8em;
			color: #666;
		}
	.forumtbl_messages td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 0.95em;
		border-bottom: 1px solid #DADAD7;
	}
	.forumtbl_messages .username {
		background-color: #f5f5f5;
		text-align: center;
		vertical-align: middle;
		width: 120px;
		border-bottom: none;
		line-height: 1.3em;
	}
		.forumtbl_messages .username a {
			font-weight: bold;
		}
	.forumtbl_messages .posttitle {
		background-color: #f5f5f5;
		font-weight: bold;
	}
	.forumtbl_messages .postname {
		float: left;
		margin-top: 2px;
	}
	.forumtbl_messages .postbuttons {
		float: right;
	}
	.forumtbl_messages .userinfo {
		background-color: #f5f5f5;
		font-size: 0.85em;
		line-height: 1.3em;
		padding-left: 12px;
		padding-bottom: 10px;
	}
		.forumtbl_messages .userinfo img {
			border: 1px solid #CCC;
		}
	.forumtbl_messages .postcontent {
		padding: 5px;
		border-left: 1px solid #DADAD7;
		line-height: 1.4em;
	}
	.forumtbl_messages .signature {
		border-top: 1px solid #CCC;
		margin-top: 50px;
		color: #888;
	}


.forum_crumb {
	margin: -10px 0 10px 2px;
	font-size: 0.95em;
	color: #888;
}
	.forum_crumb a {
		color: #888;
		text-decoration: underline;
	}

.forum_search {
	text-align: right;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 10px;
}

	.formFieldForumSearch {
		width: 120px;
		padding: 3px;
		border: 1px solid #EBEBEB;
		background-color: #FFF;
		font-size: 1em;
		color: #666;
	}

.forum_buttons {
	text-align: right;
	margin-bottom: 10px;
}
	.forum_buttons img {
		margin-left: 7px;
	}

.forum_moderated {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}


.forum_results {
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0px;
}

.forum_title {
	font-size: 1.2em;
	font-weight: bold;
}

.forum_status {
	font-size: 0.8em;
	color: #666;
}

.forum_descrip {
	
}



/* 	Shopping Cart */

.shopping-cart .buttons img { 
	float: left; 
}

.shopping-cart .controls {
	float: right;
	padding: 15px 10px;
}
	.shopping-cart .controls a {
		background-image: url(../../images/template/bg_blackarrow-cart.gif);
		background-repeat: no-repeat;
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
		color: #333;	
	}


.shopping-cart .member-prices { 
	background-color: #666; 
	color: #FFF; 
	text-align: center; 
	width: 200px;
	padding: 10px;
}

.newcust {
	float: left;
	width: 465px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #CCC;
}
	.newcust h2 {
		padding-top: 0;
	}

.existingcust {
	float: left;
	width: 465px;
	padding: 10px;
	border: 1px solid #CCC;
}
	.existingcust h2 {
		padding-top: 0;
	}

.shopping-cart .checkout {
	clear: both;
	text-align: right;
	padding: 10px 0;
}

.shopping-cart .makepayment {
	text-align: center;
	padding: 10px 0;
}



/********
	Events Calendar Formatting
********/

.eventscal { margin: 0px auto; clear: both; }
.eventscal .break { background-color: #FFF; border: none; }
.eventscal td { padding: 2px; font-size: 0.9em; border: 1px solid #F5F5F5; }
.eventscal td a { display: block; font-weight: bold; }
.eventscal th { background-color: #D9E7F0; color: #005F8B; border: 1px solid #F5F5F5; }
.eventscal th a, eventscal th a:visited { text-decoration: none; }
.eventscal .days { background-color: #80B3CC; color: #FFF; }
.eventscal .eventOn { background-color: #FF7519; }
.eventscal .custEventOn { background-color: #FF7519; }
.eventscal .eventOn:hover { background-color: #FFB1AB; }
.eventscal .custEventOn:hover { background-color: #FFB1AB; }
.eventscal .custEventOn a, .eventscal .custEventOn a:visited { color: #FFF; text-decoration: none; z-index:10; }
.eventscal .eventOn a, .eventscal .eventOn a:visited { color: #FFF; text-decoration: none; z-index:10; }
.eventscal .eventOn a:hover { text-decoration: underline; position:relative; z-index:100; }
.eventscal .custEventOn a:hover { text-decoration: underline; position:relative; z-index:100; }
.eventscal .eventOn a span { display:none; }
.eventscal .custEventOn a span { display:none; }
.eventscal .eventOn a:hover span { display:block; position:absolute; float:left; white-space:nowrap; top:-2.2em; left:.5em; background:#fffcd1; border:1px solid #444; color:#444; padding:3px 5px; font-size: 11px; z-index:10; }
.eventscal .custEventOn a:hover span { display:block; position:absolute; float:left; white-space:nowrap; top:-2.2em; left:.5em; background:#fffcd1; border:1px solid #444; color:#444; padding:3px 5px; font-size: 11px; z-index:10; }







/* 	Carousel Override
*/

#mycarousel {
	float: left;
}

#mycarousel2 {
	float: right;
}

.carousel-component { 
	padding: 0;
}

.carousel-component .carousel-list li { 
	margin: 0 3px 0 0;
	width: 128px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height: 200px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	background-color:#FFF;
}

.carousel-component .carousel-list li a { 
	display: block;
	outline: none;
	background-image: url(../../images/bg_img_sm2.gif);
	background-repeat: no-repeat;
	padding: 9px 0 10px 0;
}

.carousel-component .carousel-list li a:hover { 
	
}

.carousel-component .carousel-list li img { 
	display: block;
}
								
.carousel-component .carousel-prev { 
	position: absolute;
	z-index: 3;
	cursor: pointer; 
	left: 5px; 
}

.carousel-component .carousel-next { 
	position: absolute;
	z-index: 3;
	cursor: pointer; 
	right: 5px; 
}






/* 	Other templates
*/

.container-progress {
	background-color: #F3F3EF;
	border: 1px solid #DDD;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

.container-tax {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
}
	.container-tax h1 {
		text-align: center;
		font-size: 2em;
		font-weight: normal;
		border-top: 5px solid #CCD00A;
		border-bottom: 5px solid #CCD00A;
		padding: 4px 0px;
		text-transform: uppercase;
		color:Black;
		background-image: none;
	}
	
	.container-tax h2 {
		color:Black
	}
		
	.container-tax .logo {
		float: left;
		width: 194px;
		height: 60px;
	}
	
	.container-tax .company {
		float: right;
		text-align: right;
		line-height: 1.6em;
		padding-right: 5px;
	}
	
	.container-tax h2 {
		border: 1px solid #9A9E07;
		text-align: center;
		background: none;
		font-size: 1.3em;
		margin-bottom: 0px;
	}
	
	.container-tax .taxdetails {
		border-collapse: collapse;
		width: 100%;
		border-bottom: 1px solid #9A9E07;
		border-right: 1px solid #9A9E07;
		border-left: 1px solid #9A9E07;
	}
		.container-tax .taxdetails th {
			width: 50%;
			text-align: right;
			vertical-align: top;
			padding: 5px;
		}
		.container-tax .taxdetails td {
			width: 50%;
			text-align: left;
			vertical-align: top;
			padding: 5px;
		}







