/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
    background-image: url(../images/background.gif);
	background-color:#000000;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #01874A;
  text-decoration: none;
}

A:hover {
  color: #666;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg.gif);
  background-repeat: repeat-x;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  width: 750px;
  height: 187px;
  padding-top: 0px;
  padding-left: 6px;
}

TABLE.headerNavigation {
  /*background-image: url(../images/tile_back.gif);*/
  background-color: #000000;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  width: 100% !important;
  color: #ffffff;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #62A4C8;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #434344;
  border: 0px solid #9a9a9a;
  margin-bottom: 1px;
}

.centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 38px;
  padding-left: 5px;
}

.leftboxheading {font-family: trebuchet ms, Verdana, sans-serif;}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
  background-image: url(../images/tile_back.gif);
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #434344;
  /*background-image: url(../images/tile_back.gif);*/
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #abbbd3;
  background-image: url(../images/tile_back.gif);
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

/*center main section
-----------------------------------*/
h1	{
  font-size: 16px;
  font-weight: bold;
  color: #01874A;
  margin: 0px;
  padding: 0px;
}

h2	{
  font-size: 12px;
  font-weight: bold;
  color: #01874A;
  margin: 0px;
  padding: 0px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #01874A;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.gif);
  font-size: 11px;
  color:#ffffff;
}

TD.footertop {
  padding: 5px;
  color:#ffffff;
}

TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #FFE34D;
   font-size: 10px;
   padding: 3px;
   border: 1px solid #01874A;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

TD.productListing-data-description-odd {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #01874A;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top {
  color: #008000;
  text-decoration: none;
}
A.category-links {
  color: #ffffff;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FF0000;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

.homebanner {
  height: 38px;
  padding-left: 5px;
  font: 18px Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../images/welcome.gif);
  background-repeat: repeat-x;
}

.faqheader{
  font: 15px Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #01874A;
}

.faqheader A{
  font: 15px Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #01874A;
}

.faqheader A:hover{
  font: 15px Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
}

.deposit{
  border: 1px solid #000000;
}

.deposit1{
  border-bottom: 1px solid #000000;
  padding: 2px;
}

.deposit2{
  border-right: 1px solid #000000;
  padding: 2px;
}

.deposit4{
  border-top: 1px solid #000000;
  padding: 2px;
}

.atol{
  border-left: 2px solid #666666;
  border-right: 2px solid #666666;
  padding: 2px;
}

#infoShoppingCart{
  color: #ffffff;
}

.productPrices{
  color: #01874A;
}


#indexDefaultMainContent .ted_content a	{color: white; text-decoration: underline;}
#indexDefaultMainContent .ted_content a:hover	{color: #e9edef;}

/*======
Home page
====*/


.ted_content {position:relative; width:728px; height:1885px;  background-color: black; padding:0px; margin: 0px; color:#FFFFFF; font-family:trebuchet ms, Arial, Helvetica, sans-serif;}
	.ted_content #skydive {position: absolute; width: 317px; height: 541px; background:url(../images/bg-sprite.jpg) no-repeat 0px -463px;}

.ted_content p {font-size: 14px;}


.first_left {width:280px; height: 510px;  position:absolute; top:0; left:0; width:280px;}
		.tl {background: url(../images/tl.gif) no-repeat top left; position:absolute; top:0px; left:0px; z-index:2000; width:12px;height:12px;}
		.bl	{background: url(../images/bl.gif) no-repeat top left; position:absolute; bottom:0px; left:0px; z-index:2000; width:12px;height:12px;}
	.tag   {width:222px; height:81px; position: absolute; top:20px; left:24px; z-index:600; border:0;}
	.group {width:203px; height:42px; position: absolute; bottom:74px; right:35px; z-index:500; border:none;}
	.rugby {width:203px; height:40px; position: absolute; bottom:19px; right:35px; z-index:400; border:none;}
	

.first_right {width:410px; height: 510px; position:absolute; left:300px; top:0px; background-color:#01874A; }
	.first_right p {margin :50px 30px 30px 30px; line-height:17px; }
	.why {width:196px; height: 39px; position: absolute; bottom:105px; right:35px; z-index:300;}
	p.quote {position:absolute; bottom:0px; margin:10px 30px 10px 30px; font-style: italic;}

#tours_wrap {position:relative; height:600px; width:720px; top:521px; left:0px; background:url(../images/bgscroll.jpg) no-repeat top right black;  z-index:1000;}
p.adventure {margin:4px 10px 10px 10px; color:#000000; line-height:16px; z-index:1001;}
.second_left {position:absolute; height:161px; left:0px; top:-4px; width:208px; z-index:1002;}
	.second_left a {display:block; width:208; height: 184px; background: url(../images/tour-sprite.jpg) 0 0 no-repeat;}
.second_right {position:absolute;height:161px; left:208px; top:-7px;  width:483px; z-index:1003;}

p.snow {margin:4px 10px 10px 10px;  color:#000000; line-height:16px;z-index:1004;}
.third_left {position:absolute; height:128px; left:0px; top:161px; width:208px;z-index:1005;}
	.third_left a {display:block; width:208; height: 129px; background: url(../images/tour-sprite.jpg) 0px -169px no-repeat;}
.third_right{position:absolute; height:128px; left:208px; top:161px; width:483px;z-index:1006;}

p.extreme {margin:4px 10px 10px 10px;  color:#000000; line-height:16px;z-index:1007;}
.forth_left {position:absolute; height:184px; left:0px; top:282px; width:208px;z-index:1008;}
	.forth_left a {display:block; width:208; height: 161px; background: url(../images/tour-sprite.jpg) 0 -290px no-repeat;}
.forth_right {position:absolute;height:184px; left:208px; top:282px; width:512px;z-index:1009;}

.fifth_left {position:absolute; height:644px;left:13px; top:984px; background-color: #01874A; width:354px; z-index:1050;}
	.we-are {position:absolute; width: 330px; height:111px; background:url(../images/bg-sprite.jpg) no-repeat -394px -582px #01874A;}
	ul.are {margin:130px 20px 0px 3px;line-height: 16px;list-style-type: disc;list-style-position:outside; font-size:14px;}
	.tr {background: url(../images/tr.gif) no-repeat top left; position:absolute; top:0px; right:0px; z-index:2001; width:12px;height:12px;}
	.br	{background: url(../images/br.gif) no-repeat top left; position:absolute; bottom:0px; right:0px; z-index:2002; width:12px;height:12px;}


.fifth_right {position:absolute; left:367px; top:984px; background-color:#484848; width:341px;z-index:1060;}
	.we-not { display:block; overflow: hidden; height:118px; background:url(../images/bg-sprite.jpg) no-repeat -367px -462px #01874A;}
	ul.not {margin:46px 20px 0px 3px;line-height: 16px;list-style-type: disc;list-style-position:outside; font-size:14px;}
	
#icon_wrap	{position:absolute; top:1628px; left:367px; width:341px;z-index:1060;}
	p.quotetwo {position:absolute; bottom:80px; padding:0 15px; font-style:italic; line-height:16px; font-size:14px;}
	.more {position:absolute; bottom:23px; right:8px;}
	.icons {position:absolute; bottom:0px; right: 20px; width:100%; height:81px; text-align:right;}



.sixth {position:absolute; left:0px; top:1637px; height:248px; width:720px; background:url(../images/sellers.gif) no-repeat top left;}
	.btm_link1 { position:absolute; left:0px; top:42px; }
		.btm_link1 a {display:block; height:206px; width:142px; background: url(../images/sellers-sprite.jpg) 0 0 no-repeat;}
		
	.btm_link2 { position:absolute; left:145px; top:42px; width:145px; }
		.btm_link2 a {display:block; height:206px; width:143px; background: url(../images/sellers-sprite.jpg) 0 -206px no-repeat;}
		
	.btm_link3 { position:absolute; left:290px; top:42px; }
		.btm_link3 a {display:block; height:206px; width:143px; background: url(../images/sellers-sprite.jpg) 0 -412px no-repeat;}
		
	.btm_link4 { position:absolute; left:435px; top:42px;}
		.btm_link4 a {display:block; height:206px; width:143px; background: url(../images/sellers-sprite.jpg) 0 -618px no-repeat;}
		
	.btm_link5 { position:absolute; left:580px; top:42px;}
		.btm_link5 a {display:block; height:206px; width:143px; background: url(../images/sellers-sprite.jpg) 0 -824px no-repeat;}
	



		#rugby_cup	{width: 726px;height: 1350px; position:relative; font-family: Verdana; font-size: 12px; line-height: 16px;}
		#rc_header	{position: absolute; width: 726px; height: 284px;}
		#rc_summary	{position: absolute; width: 410px; top: 265px; padding: 24px 15px 0; height:275px; font-size: 14px; line-height: 17px; }
		#rc_summary p span { font-size: 16px; }

		#rc_specifics { background: #000000; position: absolute; top: 282px; width: 267px; left: 440px; padding: 5px 10px; height:300px;}
		#rc_specifics a { color: white; }
		#rc_specifics a img { border: none; }
		#rugby_cup #rc_specifics ul { list-style: disc; margin: 0 0 0 30px; color: #fff; font-size: 18px; line-height: 19px;}
	    #rugby_cup #rc_specifics ul li { margin: 6px 0; }
	    #rugby_cup #rc_specifics ul li span { font-size: 15px; font-weight: normal; line-height: 18px; }
		#rugby_cup #rc_specifics ul li img { margin: 5px 0; }

		#rugby_cup ul {list-style: none; text-indent: none; padding: 0px;}

		#rc_extras	{position: absolute;  top: 610px; background: #009a51; width:390px; padding: 5px;}
		#rc_extras ul { margin: 0; padding: 5px; }
		#rc_extras ul li	{list-style: disc inside; text-indent:-10px; padding: 0 15px; margin: 0 0 15px 0;}
		#rc_extras ul li.r_title { padding-bottom:0px; margin:0 0 0 -15px; list-style: none;}

		#rc_tickets	{position:absolute; top:580px; left: 400px; width: 320px;  padding: 10px;}
		#rc_tickets ul { margin: 5px 0 15px 0; }
		#rc_tickets ul li {margin:0; padding: 0; }
		#rc_tickets ul li#cup-title { font-size: 18px; margin: 0 0 5px 0; }

 		#rc_int_balls { position: absolute; top:1150px; width: 726px; }
	
		#rc_pool_games { background: #f4deb6; position: absolute; top:1220px; width: 210px; height: 370px; padding: 10px; }
		#rc_pool_games a img { border: none; }
		#rc_quater_games { background: #eecf8e; position: absolute; top:1220px; left: 242px; height: 370px; width: 215px; padding: 10px; }
		#rc_semi_finals { background: #e0a629; position: absolute; top:1220px; left: 490px; height: 370px; width: 215px; padding: 10px; }

