/* gaeldom.net */

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";
@import "ie7win.css";

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* -- Geneic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 76%;

}


h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

ul, ol
{
	list-style-position: outside;
}

fieldset
{
	border : none;
}

legend
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*	Completely remove text from presentation */
/*	Not used to hide text  - screen readers won't pick it up either	*/
.invisible
{
	display: none;
}

/*	Used to hide text that screen readers should pick up */
.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

/*	Set this on any copy that needs to be removed / replaced before launch */
.replaceThis
{
	font-weight: bold;
	background: #ff0;
	color: #f00;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */

.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
*/

.img260AlignLeft
{
	padding-right:	10px;
	float: 			left;
	width: 			260px;
	padding-bottom: 10px;
}

.img260AlignRight
{
	padding-left:	10px;
	padding-bottom: 10px;
	padding-right:	10px;
	float:			right;
	width: 			260px;
}

.imgAlignLeft
{
	padding-right:	10px;
	float: 			left;
	padding-bottom: 10px;
}

.imgAlignRight
{
	/*border:  solid 1px white;*/
	padding-left:	10px;
	padding-bottom: 10px;
	padding-right:	10px;
	float:			right;
}
#basket {
    background-color: #507CD1;
    z-index:100;
}
#basket a, #basket a:hover, #basket a:visited {
    color: #fdf703;
}
#basket2 {
    display: block;
    position: absolute;
    border-radius: 20px;
    padding: 10px;
    background-color: #507CD1;
    height: auto !important;
}

table.basketOuter {
    color: White;
}
table.basket {
    color: Black;
}
tr.basket
{
    color:Black;
    background-color:#507CD1;
}
#uiBasketTable
{
    color:#333333;
    border-collapse:collapse;
}


/* Forums */
.chat-bubble {
  background-color:#EDEDED;
  border:2px solid #666666;
  font-size:12px;
  line-height:1.3em;
  margin:20px auto 20px 0px;
  padding:10px;
  position:relative;
  text-align:left;
  width:97%;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -moz-box-shadow:0 0 5px #888888;
  -webkit-box-shadow:0 0 5px #888888;
}

.chat-bubble-arrow-border {
  border-color: transparent transparent #666666 transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-22px;
  left:30px;
}

.chat-bubble-arrow {
  border-color: transparent transparent #EDEDED transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-19px;
  left:30px;
  z-index: 1;
}   

.quotelevel0
{
  background-color:#CFCFCF;
}
.quotelevel0 .chat-bubble-arrow
{
  border-color: transparent transparent #CFCFCF transparent;
}
.quotelevel1
{
  background-color:#DFDFDF;
}
.quotelevel1 .chat-bubble-arrow
{
  border-color: transparent transparent #DFDFDF transparent;
}
.quotelevel2
{
  background-color:#EFEFEF;
}
.quotelevel2 .chat-bubble-arrow
{
  border-color: transparent transparent #EFEFEF transparent;
}
.quotelevel3
{
  background-color:#FFFFFF;
}
.quotelevel3 .chat-bubble-arrow
{
  border-color: transparent transparent #FFFFFF transparent;
}
        
/* begin normal CCS for Tier 1 browser: Firefox */
/*




		CSS IN HERE




*/



/*	Any developer or test CSS goes into dev.css */
/*	Called last so you can override styling from in here */
@import "dev.css";

/*	Any Safari hash hacks go at the end of the file */