html {
    background: #dfdfdf;
}

.clearing {
	clear: both;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	width: 994px;
	margin: auto;
}

img {
	border: none;
}

a.faqlink {
	color:#ff8a00;
	text-decoration:none;
}

a {
	text-decoration:underline;
	color: #ff8a00;
}

a:hover {
    color: red;
}

ul li {
	list-style-type:square;
}

a.faqlink:hover {
	color:red;
	text-decoration:underline;
}

img.img {
	border: solid #006183 1px;
}

h1 {
/*	margin-left: 10px;
	margin-right: 10px;
	font-size: 180%;
*/}

h2, h3, h4 {
	/*font-weight: normal;*/
	color: #ff8a00;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-size: 180%;
	color: #000;
	background: #fff url(h2b_cut.jpg) left center no-repeat;
	padding-left: 50px;
}

dt, span.dt {
	font-weight: bold;
}

p {
	text-indent:20px;
}

p.indexpage {
	color: #006183;
}

p.indexpage b {
	color: #000;
}

/* POSITIONING */
div.container {
	/*padding-left: 180px;*/
	margin-right: 0px;
	padding: 10px 10px 10px 0px;
	/*margin-left: 180px;*/

	background: #fff url(menu_border.jpg) left top repeat-y;
	text-align: justify;
	font-size: 100%;
	border-left: solid #ffe900 1px;
	border-right: solid #ffe900 1px;
	/*margin-right: 160px;*/
}

div.container ul li {
	padding: 0px;
}

div.text {
	margin-left: 170px;
}

div.search {
	display: block;
	position: absolute;
	right: 0px;
	margin-right: 15px;
	margin-top: 7px;
	background-color: #FAFAFA;
	color: black;
	text-align: center;
}

.search input {
    vertical-align: top;    
}

div.menu {
	display: block;
	float: left;
	width: 155px;
	padding: 0px;
	background-color: #fff;
	margin: 0px;
}

div.menu strong {
	padding-left: 20px;
	margin-left: 10px;
	color: #ffcc00;
	background: #fff url(spidermux_spider_yellow.png) left center no-repeat;
}

div.menu a.home {
	padding: 0px;
}

div.menu li a {
	margin: 0px;
	margin-left: 10px;
	padding: 3px;
	padding-left: 20px;
	display: block;
	font-size: 100%;
/*	font-weight: bold;
	color: #006183;*/
	color: #000000;
	color: #000;
	background: #fff url(../images/spidermux_spider_tiny.png) left center no-repeat;
}

div.menu a:hover {
	color: #ff8a00;
	background: #fff url(../images/spidermux_spider_yellow.png) left center no-repeat;
}

.menu b {
	margin: 3px 0 0px 0;
	padding: 6px 0 0 6px;;
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	background: #fff url(menub_cut.jpg) top left no-repeat;
	height: 30px;
}

.menu ul, .menu ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


div.heading {
	background: #fff url(head_rainbow_black_logo.jpg) top left no-repeat;
	font-size: 160%;
/*	font-weight: bold;*/
	text-align: center;
	color: #ee3c6a;
	height: 60px;
	margin: 0px;
}

div.heading b {
	width: 100%;
	height: 50px;
	font-size: 190%;
	text-align: right;
	color: #006183;
	font-weight: bold;
}

div.subtitle {
	font-weight: bold;
}

br.smallbr {
  font-size:30%;
}

div.footer {
	padding: 5px 0 5px 0;
	clear: both;
	text-align: center;
	background: #dedede url(footb.jpg) top left no-repeat;
}

span.wai {
	display: none;
}

div#google {
	text-align: right;
    display: block;
    margin: 10px 0 10px 0;
    padding: 2px 0 2px 3px;
}

div#google input.write {
	border: 1px solid #000;
	margin: 0px 0 5px 0;
	width: 100%;
	background: #fff694;
	color: black;
}

div#google input.click {
	border: none;
	background: #ffed55;
	color: black;
}

table.catalogtable {
	
	}
	table.catalogtable td {
		border: solid black 1px;
		padding: -2px;
	}

.BankBanners {
	display: block;
	float: right;
	padding: 3px;
	background-color: #FFF;
}

.ShopNavigation {
	display: block;
	border: solid #fff694 1px;
	margin: 3px;
	}
	.ShopNavigation span {
		padding: 4px;
	}
	.ShopNavigation .done {
		
	}
	.ShopNavigation .current {
		background-color: #fff694;
	}

.CartInfo {
	display: block;
	float: right;
	width: 250px;
	border: solid #fff694 1px;
	padding: 2px;
}

.shippingform {
	display:block;
	float:right;
	padding: 5px;
	margin-right: 5px;
	border: solid #fff694 1px;
	}
	.shippingform .indexTD {
		width: 150px;
	}
	.shippingform label {

	}
	.shippingform .required {
		color: #F00;
		text-decoration: none;
	}
	.buttonsArea {
		margin-left: 33%;
	}


.TermsContainer {
	overflow: scroll;
	width: 700px;
	height: 400px;
	white-space: pre;
	border: solid black 1px;
	padding: 3px;
}


.error {
	color : #ff0000;
}