@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #FFF url("/images/layout/paperback1.jpg");
	padding: 0px;
	margin: 0px;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
.BodyPopup {
	background-color: #EEEEEE;
	padding: 5px;
}
a {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
hr {
	border: none;
	/*border-top: 1px dashed #300064;
	border-bottom: 1px dashed #EEE;*/
	background: url("/images/layout/divider_flourish.gif") top center no-repeat;
	padding: 10px 0px;
	margin: 0px;
	display: block;
	clear: both;
}
	
li {
	list-style-image: url("/images/icons/arrow1.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 11px;
}
/*************** HEADER **************/
.HeaderBar {
	background: #FFF;
	width: 933px;
	height: 182px;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
}


/*************** SIDE BAR **************************/
.MenuSideBarLeft {
	background: url("/images/layout/leftboxback.jpg") top left repeat-y;
	border: none;
	width: 214px;
	padding: 0px 15px 0px 25px;
	_width: 254px;
	margin: 0px;
}
.MenuSideBarLeftTop {
	background: url("/images/layout/leftboxheader.jpg") top left no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 254px;
}
.MenuSideBarLeftBottom {
	background: url("/images/layout/leftboxfooter.jpg") top left no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 254px;
	display: block;
}


/*****************   MENU   *********************/
.MenuBoxes {
	width: 678px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}
.MenuBox {
	height: 41px;
	float: left;	
	padding: 0px;
	margin: 0px 11px 0px 0px;
	z-index: 1000;
}

#mnuHome { width: 94px; height: 41px; background: url("/images/toolbar/1homeup.png"); }
#mnuHome:hover { background: url("/images/toolbar/1homedown.png"); }

#mnuAboutUs { width: 134px; height: 41px; background: url("/images/toolbar/2aboutup.png"); }
#mnuAboutUs:hover { background: url("/images/toolbar/2aboutdown.png"); }

#mnuTeas { width: 128px; height: 41px; background: url("/images/toolbar/3ourteaup.png"); }
#mnuTeas:hover { background: url("/images/toolbar/3ourteadown.png"); }

#mnuStores { width: 102px; height: 41px; background: url("/images/toolbar/4storesup.png"); }
#mnuStores:hover { background: url("/images/toolbar/4storesdown.png"); }

#mnuContact { margin: 0px; width: 157px; height: 41px; background: url("/images/toolbar/5contactup.png"); }
#mnuContact:hover { background: url("/images/toolbar/5contactdown.png"); }


/*******************************************/
.TagLine {
	float: right; 
	font-size: 26px; 
	font-style: italic; 
	padding: 55px 5px 0px 0px; 
	color: #4A8D41; 
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.SmallMenuBox {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	position: absolute;
	top: 0;
	right: 0;
}
#mnuSmallLeft { 
	background: url("/images/layout/headerlinkleft.png") top left no-repeat;
	float: right;
	height: 45px;
	width: 11px;
}
#mnuSmall {
	background: url("/images/layout/headerlinkrightedge.jpg") repeat-x;
	width: auto;
	height: 35px;
	_height: 45px;
	padding: 10px 10px 0px 0px;
	float: right;
}
#mnuSmall ul {
	margin: 0px; 
	padding: 0px;
}

#mnuSmall ul li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 3px 10px 12px;
	position: relative;
	color: #FFFFFF;
	border-right: 1px solid #006600;
}

#mnuSmall li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
#mnuSmall li a:hover {
	color: #CCFF00;
}

.TopMenu {
	width: 1024px;
}
.TopMenuBar {
	padding: 125px 0px 0px 10px;
	text-align: left;
	font-size: 14px;
	color: #AAA;
	width: auto;
}
.TopMenu a {
	color: #EFF0DB;
}
.TopMenu a:hover {
	color: #FFF;
}
/************** CONTENT BAR ***************/
.ContentBar {
	background: #FFF;
	width: 933px;
	_width: 933px;
	line-height: 1.35em;
	height: auto;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	text-align: left;
	display: block;
}


.BodyBox {
	width: auto;
	float: right;
	padding: 0px;
	margin: 0px;
}
.ContentTable {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.ContentBox {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	width: 933px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.ContentBoxSmall {
	padding: 5px;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footerback.png") top left repeat-x;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.35em;
	width: 933px;
	_width: 933px;
	height: auto;
	margin: 0px;
	padding: 5px 0px 5px;
	margin: 0px;
	text-align: left;
	display: block;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}
.FooterBox1 {
	float: right;
	margin-left: 35px;
	border-right: 1px dotted #DDD;
	padding: 0px 5px 0px 0px;
}
.FooterBox2 {
	float: left;
	margin-right: 35px;
	border-left: 1px dotted #DDD;
	padding: 0px 0px 0px 5px;
}
.FooterText {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #300064;
	font-size: 10px;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #E1FFCE;
}
.FooterText a {
	color: #FFF;
}
.FooterText a:hover {
	color: #CCFF00;
	text-decoration: underline;
}



.SpecialsFrame {
	background-color: #EEE;
	border: 1px solid #DDD;
	display: none;
	position: fixed;
	width: 450px;
	height: auto;
	left: 50%;
	top: 35px;
	margin: 0px 0px 0px -225px;
	z-index: 1000;
}
	
/***********************************************/
/*  STORE STYLES
/***********************************************/

.StoreGoogleMap {
	display: none;
	position: fixed;
	top: 30%;
	left: 30%;
}
.StoresProvince {
	width: 665px;
	height: 25px;
	padding: 4px 5px 0px;
	margin: 4px 0px;
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	/*background-color: #BFDFFF;	border: 1px solid #99CCFF;*/
	background: url("/images/layout/slidebartop.jpg") no-repeat;
}
.StoreProvinceClick {
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
}
.StoreProvinceUp {
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
}
.StoresList {
	width: 675px;
	position: relative;
	display: none;
}

.StoreCell {
	background: url("/images/layout/teaback.jpg") top left no-repeat;
	float: left;
	width: 210px;
	height: 140px;
	margin: 0px 4px 5px 0px;
	padding: 5px;
	font-size: 12px;
}

/**********************************************/
/* TEA IMAGE STYLES                           */
/**********************************************/
.TeaCatBox {
	width: 160px;
	height: auto;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
}
.BorderImage {
	width: 160px;
	height: 160px;
	background: url("/images/layout/imageborder.png") top left no-repeat;
	margin: 0px;
	padding: 0px;
}
.TeaCatImage {
	width: 160px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}	
/**********************************************/
/* Shop Cart Styles                           */
/**********************************************/
table.mincart {
	margin: 12px 0px 5px;
}
p.mincart {
	margin: 0px;
}

.boxSubCat {
	display: none;
	font-size: 12px;
}
.boxSubCatActive {
	display: block;
	font-size: 12px;
}
.SubCatList {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
.expandcat {
cursor:pointer;
}
/*==========================================*/
#SubCatTable {
	padding: 5px 0px 0px;
}
#SubCatTable table {
	background: url("/images/gradient1.jpg") top left repeat-y;
}
#SubCatTable td {
	background: none;
}

.catname{
 line-height: .75em;
 padding: 2px 0px 0px 2px;
 margin: 0px;
 font-size: 10px;
 font-weight: normal;
}

.catnavigation, .prodnavigation {
	line-height: 1em;
	padding: 2px;
	margin: 0px;
	font-size: 12px;
	background: none;
	font-weight: bold;
}
td .catnavigation {
	background: url("/images/gradient2.jpg") top left repeat-y;
	font-size: 11px;
}
td .prodnavigation {
	/*background: url("/images/gradient2.jpg") top left no-repeat; */
}
.navdesc {
	padding: 2px 5px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}
.catdesc {
	padding: 2px 15px 0px;
	margin: 0px;
	font-size: 10px;
}
.catdesc p {
	border: 1px dotted #300064;
	padding: 4px 4px 0px;
}
.prodname {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}


.prodseparator {
	background: none;
	border: none;
	text-align: center;
}
.prodseparator hr {
	border: none;
	background: url("/images/layout/divider_flourish.gif") top center no-repeat;
	padding: 10px 0px;
	margin: 0px;
}

.detaildescription {
	font-size: 12px;
	padding: 5px;
	border: 1px dotted #000066;
}

.currpage {
	font-weight: bold;
	color: #000066;
}
.prodimage {
	color: #FFF;
}
.prodimage a {
	color: #FFF;
}
.specialimage {
	right: 0px; 
	bottom: 0px; 
	position: absolute; 
	background: url('/images/icons/special1.png') top left no-repeat; 
	width: 48px;
	_height: 48px;
	height: 36px;
	padding: 12px 0px 0px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.25em;
}
.specialimage2 {
	right: 0px; 
	bottom: 0px; 
	position: absolute; 
	background: url('/images/icons/special2.png') top left no-repeat; 
	width: 64px;
	_height: 64px;
	height: 48px;
	padding: 16px 0px 0px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25em;
}
.productcell {
	background: url("/images/layout/teaback.jpg") top left no-repeat;
}
.pagenums {
	padding: 5px 0px 0px;
	margin: 0px;
	border: none;
	background: none;
	line-height: 1.15em;
	vertical-align: middle;
}
.pagenums p {
	border: none;
	background: url("/images/layout/divider_flourish.gif") top center no-repeat;
	padding: 25px 0px 0px;
	margin: 0px;
	text-align: left;
}
td .pagenums {
	text-align: left;
}

.buybutton {
	background: url("/images/layout/addtocart.jpg") no-repeat;
	border: none;
	text-indent: -9999px;
	width: 115px;
	height: 25px;
}
.btnSubscribe {
	background: url("/images/layout/subscribe.jpg") no-repeat;
	border: none;
	text-indent: -9999px;
	width: 115px;
	height: 25px;
}
.prodprice, .price {
	font-size: 12px;
	background-color: #EEE;
	text-align: center;
	border: none;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #F6F6F6;
}
.priceweight {
	font-size: 11px;
}
/*----- REVIEWS ----------------*/
.reviewheader {
	font-size: 16px;
	font-weight: bold;
	color: #003;
}
.reviewcomments {
	border: 1px dotted #CCC;
	background-color: #E6E6E6;
	padding: 5px;
	margin: 5px;
	width: 95%;
}
hr.review {
	background: none;
	border: none;
	border-bottom: 1px dotted #aaa;
	margin: 5px 0px;
}
.reviewsforprod {
	font-size: 14px;
	display: block;
	margin: 5px 0px;
}
.reviewprod {
	font-size: 18px;
	color: #300064;
	font-weight: bold;
	margin: 5px 0px;
	display: block;
}
.reviewback {
	margin: 5px 0px;
}
/*---------------------------------*/
.detailprice {
	font-size: 14px;
	font-style: italic;
	background-color: #EEE;
	padding: 2px 0px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #F6F6F6;
	margin-bottom: 5px;
	display: block;
}
.detailprice .price {
	font-size: 14px;
	background: none;
	border: none;
}
.proddescription {
	font-style: normal;
	font-size: 11px;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/

.ContentHeader, h1, .detailname
{
	background: url("/images/icons/arrow3.jpg") top right no-repeat;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #300064;
	margin: 2px 0px 6px;
	line-height: normal;
	width: auto;
	display: block;
}
.detailname {
	padding-right: 400px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.SubTitle, h2
{
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	margin: 2px 0px 2px;
	line-height: 1.45em;
	text-align: left;
}
.LineTitle, h3, .cstitle
{
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	font-style: italic; */
	font-weight: normal;
	color: #330000;
	line-height: 1.4em;
	text-align: left;
	margin: 2px 0px;
}
.ParTitle, h4 {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #030;
	line-height: 1.3em;
	text-align: left;
	margin: 2px 0px;
}
.SmallNote {
	float: right; 
	font-size: 10px; 
	color: #999;
}
.MediumNote {
	float: right; 
	font-size: 11px; 
	color: #666;
}
.MenuHeader {
	border: none;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	margin: 5px 0px 4px;
	padding: 2px 0px 2px;
	text-align: center;
}
.MenuHeader2 {
	border: none;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	font-size: 14pt;
	font-weight: normal;
	width: 100%;
	margin: 3px 0px 5px;
	padding: 2px 0px 2px;
	text-align: center;
}
/**************************************/
/** Input Boxes
/**************************************/

input, select {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
}
#txtTeaSearch {
	width: 175px;
	font-size: 10px;
	margin: 4px 0px 4px;
}
#txtNewsSubscribe {
	width: 175px;
	font-size: 10px;
	margin: 4px 0px 4px;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/

.boxButton {
	width: auto;
	height: auto;
	padding: 2px 5px;
	margin: 0px 5px 5px 0px;
	background: url("/images/gradient4.jpg") top left repeat-y;
	border: 1px solid #300064;
	border-bottom: 2px solid #59822D;
	border-right: 2px solid #59822D;
	color: #000;
	text-align: center;
	font-size: 11px;
}
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #DDD;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 85px;
	height: 65px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.boxAdminMenu:hover {
	background-color: #E9FFE6;
	border-bottom: 2px solid #AAA;
	border-right: 2px solid #AAA;
	color:#006600;
}
.boxButtonLg {
	width: 125px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/blank125.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	padding: 4px 0px 0px;
	margin: 0px 0px 0px 5px;
}
.boxButtonLg a {
	text-decoration: none;
	color: #FFFFFF;
}
.boxButtonLg a:hover {
	text-decoration: underline;
	color: #CCFF00;
}

.boxButtonMed {
	width: 98px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/blank98.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	padding: 4px 0px 0px;
	margin: 0px 0px 0px 5px;
}
.boxButtonMed a {
	text-decoration: none;
	color: #FFF;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #CCFF00;
}


.boxButtonSm {
	width: 66px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/blank66.png") no-repeat;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	padding: 4px 0px 0px;
	margin: 0px 0px 0px 5px;
}
.boxButtonSm a {
	text-decoration: none;
	color: #FFF;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #CCFF00;
}

.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

.boxClear2 {
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
}

.datatab {
	color: #FFF;
	background: url("/images/layout/datatab.jpg") top left no-repeat;
	width: 120px;
	height: 23px;
	padding: 4px 0px 0px 5px;
	_height: 25px;
	_width: 125px;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/

.NewsListingContainer {
	background: url("/images/gradient1.jpg") top left repeat-y;
	/*border: 2px dashed #27005B;
	border-bottom: 2px dashed #27005B;
	border-right: 2px dashed #27005B;*/
	border: none;
	border-left: 1px dotted #BBB;
	text-align: left;
	padding: 5px;
	width: auto;
}
.NewsListingTitle {
	font-size: 16px;
	font-weight: bold;
	color: #033;
}
.NewsListingDate {
	float: right;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.boxError {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	width: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNote {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 0px 5px 5px;
	background: url("/images/layout/paperback1.jpg");
	border:1px solid #CCC;
	border-bottom:2px solid  #999;
	border-right: 2px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	text-align: left;
}
.boxData2 {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BDBDEF;
	padding: 3px;
	margin: 3px 0px 3px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}

.boxBorder {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.boxBook {
 width: 650px; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxBookImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxBookText {
  float: left; 
	width: 430px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}
/*********************************************/
/* Data Table styles
/*********************************************/
.tableData {
	border: 1px solid #CCC;
	background-color: #D9F1D8;
	border-spacing: 1px;
}
.tableData td, .cobtbl td {
	background-color: #FFF;
	padding: 1px;
	border: 0px;
}
.tableData .trHead td, .cobtbl .trHead td {
	background-color: #EAF8E9;
	font-weight: bold;
}
.tableData .trData:hover td, .cobtbl .trData:hover td {
	background-color: #D9E8F4;
}
.tableData thead td {
	text-align: center;
	font-weight:bold;
}

#tableCart {
	background-color: #DDDDFF;
	border: 1px solid  #CC99FF;
	border-bottom: 2px solid #CC99CC;
	border-right: 2px solid #CC99CC;
}
#tableCart tr td {
	background-color: #F6F6F6;
	background-image: none;
}
#tableCart #tableDataHR {
	background-color: #E9E9E9;
	background-image: none;
}
#tablePriceQty{
	background-color: #DDF;
	border: 1px solid  #CC99FF;
	border-bottom: 1px solid #CC99CC;
	border-right: 1px solid #CC99CC;
	_margin-top: 5px;
}
#tablePriceQty tr td {
	background-color: #FCFCFC;
	background-image: none;
	font-size: 11px;
}

.tdVertBar {
	border: none;
	border-right: 2px dashed #300064;
}
.cobtbl {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-spacing: 1px;
	font-size: 12px;
}
.cobll {
	/*background: url("/images/gradient4.jpg") top left repeat-y;*/
	padding: 1px;
	border: 0px;
	font-size: 12px;
}
.cobhl {
	background-color: #DDD;
	font-size: 12px;
}
/***********************************************/

.tableClear {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	width: auto;
}
.tableClear2
{
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	width: auto;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px; 
	padding: 5px;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#rowPart:hover {
	background-color: #D9E8F4;
	border-color: #D9E8F4;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 10px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 250px;
	background-color:#D9FFD9;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}
#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}
.VideoPopup {
	position: fixed;
	_position: absolute; 
	top: 25%; 
	left: 25%; 
	padding: 5px; 
	background: #CCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 600px;
	height: 400px;
	display: none;
}