/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */

/* Clean Business theme by Dieter Schneider for www.csstemplateheaven.com 2007*/

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B39;
	background-color: #290000;
	background-image: url(../images/doubler_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}


body#infoShoppingCart, body#popupSearchHelp {
	background-color: #fff;
	background-image: none;
	margin: 10px 20px;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3B3B39;
	text-decoration: none;
	}
 
a:visited {
	color: #3B3B39;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #ff9900;
	}

a:active {
	color: #000000;
	}

h1 {
	font-size: 1.5em;
	color: #777;
	}

h2 {
	font-size: 15px;
	color: #888;
	}

h3 {
	font-size: 15px;
	color: #888;
	}

h4 {
	font-size: 12px;
	color: #000000;
	}

h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0px;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 11px;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;

	}

FIELDSET {
	padding: 12px;
	margin: 0.5em 0;
	border: solid 1px #ddd;
	background-color: transparent;
	font-size: 11px;
	}

LEGEND { 
	font-weight: bold; 
	padding: 3px 12px; 
	margin-bottom: 15px;
	background-color: #eee; 
	color: #777; 
	border: solid 1px #ddd; 
	}

LABEL, h4.optionName {
	font-size: 11px;
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 11px;
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0px;
	border: none;
	border-bottom: 1px dotted #ccc;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #dddddd;
	}

.messageStackWarning, .messageStackError {
	font-size: 11px;
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 900px;
	vertical-align: top;
	background-image: url(../images/mainwrapper_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

#logoWrapper {
    background-color: transparent;
    height:175px;
	}
	
#headerWrapper {
	height: 206px;
	background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	margin-top: 15px;
	}
	
#contentMainWrapper {
	/*margin: 0em;*/
	padding: 0px 0px 24px 0px;
	margin: 0px;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	}
	

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	margin: 0px;
	} 

#tagline {
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align : right;
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 12px;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.floatingBox1 {
	margin: 0;
	width: 40%;
	}
	
.floatingBox1 LEGEND { 
	font-weight: bold; 
	padding: 3px 12px; 
	margin-bottom: 15px;
	background-color: #fff; 
	color: #333; 
	border: solid 0px silver; 
	}

FIELDSET.floatingBox1 {
	padding: 12px;
	margin: 0.5em 0;
	border: dotted 1px silver;
	background-color: transparent;
	font-size: 11px;
	}
		
.floatingBox2 {
	margin: 0;
	width: 55%;
	}

FIELDSET.floatingBox2 {
	padding: 12px;
	margin: 0.5em 0;
	border: solid 1px green;
	background-color: transparent;
	font-size: 11px;
	}

.floatingBox2 LEGEND { 
	font-weight: bold; 
	padding: 3px 12px; 
	margin-bottom: 15px;
	background-color: #fff; 
	color: green; 
	border: solid 0px silver; 
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	padding: 6px 0px;
	}
.navSplitPagesLinks {
	padding: 6px 0px;
	}
.navNextPrevCounter {
    margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0px;
	height: 31px;
	background-color: transparent;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/nav_cat_bg.jpg);
	background-repeat: no-repeat;
	}
	
#navSuppWrapper {	
   	margin: 0px;
	height: 105px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #cc99cc;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	}
	
#navCatTabsWrapper {
    margin-left: 20px;
	margin-right: 20px;
	width: 920px;
	background-image: none;
	height: 35px;
	position: absolute;
	top: 12px;
}

#navMain ul, #navCatTabs ul  {
	margin: 0;
	padding:  5px 10px 0 0;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	}

#navMain2 {
	font-family: Arial;
	padding: 48px 0px 0px 25px;
	}	

#navMain2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}
	
#navMain2 ul li {
	display: inline;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}

#navSupp ul {
	padding-top: 35px;
	padding-left: 220px;
	margin-bottom: 15px;
	list-style-type: none;
	text-align: left;
	color: #cc99cc;
	}

#navMain ul li a,  #navCatTabs ul li a {
	text-decoration: none;
	padding: 5px 10px;;
	margin: 0;
	color: #990000;
	font-weight: bold;
	font-family: Arial;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 5px 4px;;
	margin: 0;
	color: #cc0099;
	font-weight: normal;
	}

#navSupp ul li a:hover {
	color: #ff9900;
	}
	
#navMain2 ul li a, #navMain2 li, #navMain2 a   {
	color: #ffccff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 6px;
	margin: 0;
	}

#navMain2 ul li a:link, #navMain2 ul li a:visited {
	font-weight: bold;
	color: #993399;
	}

#navMain2 ul li a:hover {
	color: #ff9900;
	}
	
#navMain2 img {
	padding: 0px;
	margin: 0;
	border: 0;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	margin: 0 0 0 8px;
	width: 650px;
	background-color: transparent;
	}

.navMainSearch {
	margin: 22px 0 0 412px;
	}












#navEZPagesTop {
	background-color: #FFFFFF;
	}

#navBreadCrumb, #navBreadCrumb a {
	/*background-color: #444444;*/
	font-size: 10px;
	font-weight: bold;
	color: #887184;
	/*margin: 0em;*/
	padding: 6px 0px 6px 0px;
	}

#navBreadCrumb a:hover {
	color: #ff9900;
	}
	
#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0.5em 0.5em 1.5em;
	}

#navColumnOne {
	background-color: transparent;
	}

#navColumnTwo {
	background-color: transparent;	
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	
table {
	padding-left: 0px;
    padding-right: 0px;
    }

#MainContent {
	margin: 0px;
	padding: 0px 0px 24px 0px;
	}

/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	padding: 0;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 20px;
	}

.centerColumn {
	padding: 20px 40px 20px 24px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;

	}

/*Shopping Cart Display
#cartAdd {
	float: right;
	text-align: left;
	margin: 1em;
	border: 1px solid #000000;
	padding: 0em;
	}*/


p#cartAdd {
	text-align: left;
	}


.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 10px 0px;
	}

.cartProductDisplay {
	text-align: left;
	padding: 10px; 
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #606000;

	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
	width: 300px;
	border-right: #ccc 1px dotted;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
	padding-left: 0px;
	padding-top: 8px;
	background-image: url(../images/box_bg.jpg);
	background-repeat: no-repeat;
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 20px;
	/*height: 22px;*/
	font-family: Arial;
	font-weight: normal;
	color: #ff6600;
	text-align: left;
	text-transform: uppercase;
	}

	
.leftBoxHeading {
	margin: 0em;
	background-color: transparent;
	padding: 0px 0px 0px 27px;
	background-image: none;
	background-repeat: no-repeat;
	}

.leftBoxContainer {
	padding: 0px 0px 6px 0px;
	border: none;
	}

.sideBoxContent {
	background-color: transparent;
	padding: 10px 3px 50px 27px;
	background-image: none;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	height: 22px;
	color: #FFFFFF;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: transparent;
		padding: 5px 0px;
	background-image: none;
	background-repeat: no-repeat;
	}
	
.rightBoxContainer {
	border: none;
	}


h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}

h3.rightBoxHeading a:hover {
	color: #606000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #000000;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

TH#scProductsHeading {
	padding-left: 20px;
	text-align: left;
	}

#siteinfoLegal { 
	text-align: left;
	color: #ff9933;
	font-size: 10px; 
	background-color: transparent;
	padding-top: 20px;
	padding-left: 223px;
	}

#siteinfoIP { 
	text-align: center;
	color: #666;
	font-size: 9px; 
	background-color: #290000;
	padding: 3px 0 20px 0;
	}

#siteinfoLegal a:link, #siteinfoLegal a:active, #siteinfoLegal a:visited {
	color: #ff9933;
	}
#siteinfoLegal a:hover {
	color: #fff;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: transparent;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}
	
.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}	

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fafafa;
	height: 1.5em;
	vertical-align: top;
	}

.tabTable {
	border: #CCCCCC 1px solid;
	margin: 10px 0px;
	padding: 5px;
	}
	
.productListing-odd {background-color: #F9F9F9;
	border-bottom: #000000 1px solid;
                      }
					  
.productListing-even {background-color: #FFFFFF;
                      }
                      
.productListing-data {
	border-top: #CCCCCC 1px solid;
	}					  

.productListing-heading, .productListing-heading a {
	color: #555;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 3px;
	}
					  
					  
.listingProductImage {padding: 4px;}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #ffffff;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

#navCurrenciesWrapper {	
	padding: 13px 12px 3px 0;
	color: #ffffff;
	text-decoration: none;
	}
	

#navSuppWrapper ul li a { 
	font-size: 11px;
	color: #eee;
	}

#navSuppWrapper ul li a:hover { 


	color: #ff9900;
	}

/*#contentMainWrapper {
	padding-bottom: 36px;
	}*/
	
.legalCopyright {
	background-color: #eff0da;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	}
	
.centerBoxHeading {
	margin: 0em;
	background-color: transparent;
	padding: 0.5em 0.2em;
	color: #888;
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}

	
.centerBoxContentsNew {
	font-size: 11px;
	color: #888;
	}

.centerBoxContentsNew img {
	border: 1px #ddd dotted;
	}
	
h2#productPrices {
	margin: 0px;
	font-size: 12px;
	color: #888;
	}
	
#productDescription {
	font-size: 11px;
	}
	
#cartContentsDisplay  {
	border: 1px #DDDDDD solid;
	}
	
	
#LoginBox a:hover {
	color: green;
	}
	
#bannerbox h3 {
	display: none;
	}
	
table #frontAd {
	padding-left: 0px;
    padding-right: 0px;
    }
    
.sideBoxBanner {
	background-color: transparent;
	padding: 25px 0px 10px 0px;
	}
	
h2.greeting {
	font-size: 13px;
	font-weight: normal;
	}

.greeting a {
	color: #ff9900;
	}
.greeting a:hover {
	color: #888;
	}
	
.goodie {
	width: 100%;
	border: #ded1dc double 3px;
	margin-bottom: 24px;
	}

.goodies {
	width: 190px;
	border: #eee solid 1px;
	}
	
.goodies2 {
	width: 80px;
	border: #ddd solid 1px;
	}
	
.goodieinfo {
	padding: 0px 5px 15px 5px;
	color: #333;
	}

.goodieinfo h2 {
	margin-top: 0px;
	background-color: transparent;
	border-bottom: #ddd dotted 1px;
	}
	
h1#productName {
	background-color: transparent;
	color: #888;
	font-size: 16px;
	font-family: Arial;
	padding-bottom: 3px;
	border-bottom: #ddd dotted 1px;
	}
	
.new_products {
	float: left;
	width: 190px;
	height: 240px;
	text-align: center;
	margin: 5px 5px 0px 0px;
	border: 1px solid #eee;
	}
	
#newProductsDefault {
	
	vertical-align: middle;
	}
	
.centerBoxWrapperContents {
	/*float: left;*/
	}
	
h3#attribsOptionsText, h3#bannerboxallHeading {
	display: none;
	}

h3.attributesComments {
	font-weight: normal;
	font-size: 11px;
	}
	
h4.optionName {
	display: none;
	}
	
#productDescription ul {
	margin-left: 10px;
	}

#productDetailsList ul {
	font-size: 11px;
	margin: 0px;
	}

#productDescription li {
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	color: #777;
	padding-bottom: 3px;
	margin-left: 280px;
	}

#productDetailsList li {
	list-style-type: none;
	color: #777;
	}
	
#bannerboxContent {
	padding: 0px;
	}

#bannerboxallContent, #bannerboxContent {
	padding-left: 10px;
	}

h3.itemTitle a {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
	
#informationContent li, #informationContent a {
	font-size: 12px;
	color: #777;
	}
	
#informationContent a:hover {
	color: #ff6600;
	}
	
.details2 {
	padding-left: 20px;
	}
	
h2.crossSell {
	font-size: 12px;
	color: #999;
	}
	
#crossSell h3 {
	display: none;
	}
	
#crossSell img {
	margin: 0px;
	padding: 0px;
	}
	
.listingDescription {
	font-size: 11px;
	color: #777;
	}
	
#contactUsNoticeContent p {
	font-size: 12px;
	}