BODY {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background :url("/sites/34/images/bg_page.gif") repeat 0 0;
}
FORM {
  margin: 0px;
  padding: 0px;
}

#idMain {
  margin-top: 10px;
  background-color: #FFFFFF;
  text-align: left;
  width: 777px;
  background-image: url(/sites/34/images/main-shading.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#idTop {
  height: 28px;
  padding: 1px;
  background-image: url(/sites/34/images/top_left-bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#idLogo {
  padding-top: 4px;
  padding-left:6px;
  float: left;
}
#idBadBrowserMsg {
  border: 1px solid #FF0000;
  background-color: #EFEFEF;
  font: 10px verdana, sans-serif;
  padding: 3px;
  margin: 5px;
}


/* TOP BUTTONS (My Account, Wish List, etc) */

#idAccount {
  padding-top: 3px;
  height: 25px;
  float: right;
}        
UL#idAccountButtons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
  _float: right;   /* IE FIX */
}
UL#idAccountButtons LI {
  height: 25px;
	padding: 4px 3px 4px 2px;
	_padding: 2px 3px 0px 2px;   /* IE FIX */
	float: left;
	color: #A6A7B9;
	font: 8pt arial, sans-serif;
}
UL#idAccountButtons LI A {
  color: #898BA8;
  text-decoration: underline;
  text-transform: lowercase;
}
UL#idAccountButtons LI A:hover {
  color: #6F5FA0;
}
UL#idAccountButtons LI.clsDivider {
  background-image: url(/sites/34/images/top-divider.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding: 0px 5px 0px 4px;
}

UL#idAccountButtons LI#idTopWishList {
  background-image: url(/sites/34/images/top-wishlist.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
UL#idAccountButtons LI#idTopWishList A {
  margin-left: 20px;
}

UL#idAccountButtons LI#idTopJewelryBox {
  background-image: url(/sites/34/images/add-to-bag-icon.jpg); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left:16px;
}
UL#idAccountButtons LI#idTopJewelryBox A {
  /* margin-left: 20px; */
}

UL#idAccountButtons LI#idTopCheckOut {
  padding-top: 1px;
}

#idContentContainer {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: 4px;
}


/* PRIMARY NAVIGATION */

#idPrimaryNav {
  background:url("/sites/34/images/bg_primaryNavx2_nowords.gif") no-repeat 0 0 #A6A7B9;
  height: 26px;
}   

.thPrimaryNav
{
	background:url("/sites/34/images/bg_primaryNavx2_nowords.gif") no-repeat 0 0 #A6A7B9;
	height: 26px;
	color: white;
}

#primaryNav {
	float:right;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px
}

DIV#primaryNav A {  
  color: #FFFFFF;
  font: bold 12px arial;
  text-decoration: none;
	
}

UL#idNavButtons {
	margin: 0px;
	padding: 0px;
  list-style-type: none;
  float: right;
}
UL#idNavButtons LI {
  cursor: pointer;
  height: 26px;
  float: left;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
	background-color: #F1F1F5;
  background-image: url(/sites/34/images/nav-bg-left.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
UL#idNavButtons LI DIV {
  padding: 5px 10px 2px 10px;
  background-image: url(/sites/34/images/nav-bg-right.gif);
  background-repeat: no-repeat;
  background-position: top right;
	background-color: #A6A7B9;
}
UL#idNavButtons LI DIV.clsDiamond {
  padding: 5px 15px 2px 10px;
  background-image: url(/sites/34/images/nav-bg-right-diamond.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
UL#idNavButtons LI DIV A {  
  color: #FFFFFF;
  font: bold 11px arial;
  text-decoration: none;
}
UL#idNavButtons LI.clsHover {
  background-color: #7C7399;
  background-image: url(/sites/34/images/nav-bg-left-hover.gif);
}
UL#idNavButtons LI.clsHover DIV {
  padding: 5px 10px 2px 10px;
  background-image: url(/sites/34/images/nav-bg-right-hover.gif);
}
UL#idNavButtons LI.clsHover DIV.clsDiamond {
  padding: 5px 15px 2px 10px;
  background-image: url(/sites/34/images/nav-bg-right-hover-diamond.gif);
}
UL#idNavButtons LI.clsHover DIV A {  
  color: #655E89;
}

#idxPrimaryNav {
  background:url("/sites/34/images/bg_primaryNavx2.gif") no-repeat 0 0 #A6A7B9;
  height: 26px;
}   


/* SECONDARY (POPUP) NAVIGATION */

#idPopupNavSets {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  margin: 0px;
  padding: 0px;
  z-index: 95;
}
.clsPopupNav {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  margin-top: 6px;
  margin-left: 2px;
  padding: 0px;
  table-layout: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  display: none;
  z-index: 95;
  width: 120px;
  background-image: url(/sites/34/images/popupnav-bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
  
.clsPopupNav TD, .clsPopupNav TD.clsPopupNavItemHover {
  margin: 0px;
  padding: 3px 2px 3px 4px;
  color: #8889A5;
  background-image: url();
  font: 8pt arial, sans-serif;
  cursor: pointer;
  _cursor: hand;
  width: 120px;
  text-transform: lowercase;
}

.clsPopupNav TD.clsPopupNavItemHover {
  background-image: url(/sites/34/images/popupnav-hover-bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #9496b7;
  color: #FFFFFF;
}

    
/* CONTENT CONTAINERS */

#idPrimaryContent {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font: 8pt arial, sans-serif;
  color: #888888;
}

#idLeftContentContainer {
  width: 100%;
  height: 100%;
  /* float: left; */
}

.clsLeftContentShadow {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-color: White;
}

#idRightContentContainer {
  /* float: right; */
}

#idPrimaryContent A, #idPrimaryContent A:visited {
  color: #555555;
}
#idPrimaryContent A:hover {
  color: #6F5FA0;
}

#idPrimaryContent .clsTextContent {
  line-height: 15px;
  padding: 10px 4px 10px 25px;
}

#idPrimaryContent UL.clsLinkList {
  width: 250px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  list-style-type: none;
  border-top: 1px solid #D3D4DC;
  border-bottom: 1px solid #D3D4DC;
  background-image: url(/sites/34/images/link_list-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

#idPrimaryContent table
{
	font-size: 10px;
}

#idPrimaryContent UL.clsLinkList LI {
  padding: 2px 0px 2px 25px;
}

#idPrimaryContent .clsContentTagline {
  text-align: center;
  margin-top: 50px;
  width: 350px;
}

#idPrimaryContent INPUT, #idPrimaryContent SELECT, #idPrimaryContent TEXTAREA {
  font: 8pt arial, sans-serif;
  color: #999999;
}

#idPrimaryContent .clsContentTitle {
  text-align: left;
  margin: 15px 0px 0px 30px;
}

#idPrimaryContent .clsContentShippingTitle {
  text-align: left;
  margin: 15px 0px 0px 3px;
}

#idPrimaryContent .clsContentMain {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  margin-top: 5px;
  border-top: 1px solid #D3D4DC;
  padding: 10px 5px 0px 30px;
}

#idPrimaryContent .clsContentEmailPopup {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  margin-top: 0px;
  border-top: 1px solid #D3D4DC;
  padding: 10px 5px 0px 30px;
}

#idPrimaryContent .clsContentMain #idUserName {
  font-size: 9pt;
  font-weight: bold;
}

#idPrimaryContent .clsContentSection {
  border-top: 1px solid #AAAAAA;
  padding: 4px;
  background-image: url(/sites/34/images/cart-table-cell-bg.gif);
  background-repeat: repeat-x;
}

#idPrimaryContent #idSearchForm INPUT, #idPrimaryContent #idSearchForm SELECT {
  /*width: 250px;*/
  margin-bottom: 5px;
  
}

#idPrimaryContent .clsActionButtonBar {
  height: 25px;
  vertical-align: middle;
  text-align: right;
  background-color: #DFE5D9;
  background-image: url(/sites/34/images/bar-background-01.gif);
  background-repeat: repeat-x;
}

#idPrimaryContent .clsActionButtonBar1 
{
	height: 24px;	
	background-image: url(/sites/34/images/cart-table-cell-bg.gif);
  background-repeat: repeat-x;  
  background-repeat: repeat-y;  	
  border-top: 1px solid #AAAAAA; 
  border-bottom:1px solid #AAAAAA;
  text-align: right;
  background-color: #DFE5D9;  
}


/* BREADCRUMBS */
#idPrimaryContent .clsBreadCrumbs {
  color: #444444;
  padding: 2px 0px 4px 2px;
  font-size: 10px;
  text-transform: lowercase;
}
#idPrimaryContent .clsBreadCrumbs B {
  color: #000000;  
   font-size:11px;
}
#idPrimaryContent .clsBreadCrumbs A {
  color: #444444;
  text-decoration: none !important;
  border: 0px !important;
}
#idPrimaryContent .clsBreadCrumbs A:hover {
  text-decoration: underline !important;
}

/* SIDEBAR SECTION NAVIGATION */

#idSidebarSectionNav {
  background-image: url(/sites/34/images/sidebarnav-bg.gif);
  background-repeat: no-repeat;
  margin-top: 1px;
  background-color: #F8F8F8;
  border: 1px solid #E1E1E1;
  line-height: 17px;
  height: 100%;
  padding: 5px 2px 5px 2px;
  font-size: 10px;
}
#idSidebarSectionNav H1 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 8pt;
  color: #A8AABB;
}



/* SIGNIN - REGISTRATION */

#idSigninContainer {
  margin-bottom: 20px;
}
.clsSigninFormContainer {
  margin: 25px 20px 0px 25px;
  float: left;
  background-image: url(/sites/34/images/content-right-bg.gif);
  background-repeat: no-repeat;
  background-position: 200px 41px;
}

#idPrimaryContent #idSigninFormReturning, #idPrimaryContent #idSigninFormNew {
  padding: 10px 5px 5px 20px;
}
#idPrimaryContent #idSigninFormReturning INPUT, #idPrimaryContent #idSigninFormNew INPUT {
  /*width: 240px;*/
  margin-bottom: 5px;
}



/* SHOPPING STYLES */

#idPrimaryContent .clsShoppingTitle {
  color: #444444;
  padding: 2px 0px 4px 0px;
  font-size: 10px;
  text-transform: lowercase;
}
#idPrimaryContent .clsShoppingTitle B {
  /*color: #AAAAAA;*/
  color:#000000;
  /*font-weight: normal;*/
  font-size:11px;
}
#idPrimaryContent .clsShoppingTitle A {
  color: #444444;
  text-decoration: none !important;
  border: 0px !important;
}
#idPrimaryContent .clsShoppingTitle A:hover {
  text-decoration: underline !important;
}

#idPrimaryContent #idSearchTools SELECT {
  text-transform: lowercase;
}

#idPrimaryContent #idSearchTools .clsResultsTally {
  padding-top: 5px;
  font-size: 10px;
  color: #AAAAAA;
  text-align: right;
  text-transform: lowercase;
}

#idPrimaryContent #idShoppingResults, #idPrimaryContent #idShoppingResultsAll {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  margin-top: 5px;
  border-top: 1px solid #D3D4DC;
  padding: 10px 5px 0px 5px;
}
#idPrimaryContent #idShoppingResultsAll {
  padding: 0px;
}

#idPrimaryContent #idShoppingResultsAll #idScrollingResults {
  height: 395px;
  _xeight: 405px; /* IE FIX */
  overflow: auto;
  _overflow: visible;  /* IE FIX */
  padding: 10px 0px 0px 0px;
}


#idPrimaryContent #idShoppingResults .clsProductThumbnail, #idPrimaryContent #idShoppingResultsAll .clsProductThumbnail  {
 /* float: left; Commented by clavib*/
  margin: 2px 15px 2px 15px;
}

#idPrimaryContent #idResultsPaging {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  border-top: 1px solid #D3D4DC;
  padding: 5px 0px 5px 0px;
  text-transform: lowercase;
}

#idPrimaryContent #idResultsPaging A {
  padding: 0px 1px 0px 1px;
}
#idPrimaryContent #idResultsPaging A:hover {
  text-decoration: underline !important;
}


/* CART STYLES */

#idPrimaryContent .clsCartTop {
  background-image: url(/sites/34/images/content-right-bg.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

#idPrimaryContent .clsCartTitle {
  background-image: url(/sites/34/images/content_left-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  color: #999999;
  padding: 2px 0px 4px 0px;
  font-size: 10px;
  text-transform: lowercase;
}
#idPrimaryContent .clsCartTitle B {
  color: #444444;  
  font-size :11px ;    
}
#idPrimaryContent .clsCartTitle A {
  color: #999999;
  text-decoration: none !important;
  border: 0px !important;
  
}
#idPrimaryContent .clsCartTitle A:hover {
  text-decoration: underline !important;
}
#idPrimaryContent #idCartTop {
  background-image: url(/sites/34/images/cart-title-bg.gif);
  background-repeat: repeat-y;
}
#idPrimaryContent #idCartTop #idCartMessage {
  color: #9496b7;
  font: bold 10pt arial, sans-serif;
  padding: 8px 0px 0px 15px;
  /*text-transform:lowercase;*/
}
#idPrimaryContent .clsCartNote01 {
  padding: 5px 4px 5px 0px;
  text-align: right;
  font-size: 10px;
  color: #AAAAAA;
}
.clsReminders{
border-top: 1px solid #AAAAAA;
  border-right: 1px solid #FFFFFF;
  vertical-align: top;
  text-align: left;
  padding: 15px 2px 7px 17px;
  background-image: url(/sites/34/images/cart-table-cell-bg.gif);
  background-repeat: repeat-x;
  font-size: 10px;
}

#idCartTable TD {
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #FFFFFF;
  vertical-align: top;
  text-align: left;
  padding: 4px 2px 1px 4px;
  background-image: url(/sites/34/images/cart-table-cell-bg.gif);
  background-repeat: repeat-x;
  font-size: 10px;
}
#idCartTable TD.clsCartBGHilite1 {
  background-color: #E0E6DA;
  background-image: url(/sites/34/images/cart-table-head-bg.gif);
  background-repeat: repeat-x;
}

#idCartTable TD.clsCartBGHilite {
  background-color: #D5D6E0;
  background-image: url(/sites/34/images/cart-table-highlight-bg.gif);
  background-repeat: repeat-x;
}

#idCartTableContainer{
	/*color:#000000;	*/
	/*Added on 10/12/2005*/  
	/*height: 365px; 
	 _xeight: 375px;
	overflow: auto;
   _overflow:visible ;
   padding: 0px 0px 0px 0px;    */
}

.clsNoDecoration1 {
  text-decoration: none !important;
   border-right:0px !important;
}
#idCartTable THEAD TD {
  padding: 4px 2px 4px 2px;
  vertical-align: middle;
  text-align: left;
  background-color: #E0E6DA;
  background-image: url(/sites/34/images/cart-table-head-bg.gif);
  background-repeat: repeat-x;
}
#idCartTable .clstbhead
{
	padding: 4px 2px 4px 2px;
  vertical-align: middle;
  text-align: left;
  background-color: #E0E6DA;
  background-image: url(/sites/34/images/cart-table-head-bg.gif);
  background-repeat: repeat-x;
}
#idCartTable TD.clsCenterCell {
  text-align: center;
}
#idCartTable TD.clsRightCell {
  text-align: right;
  padding-right: 4px;
}
#idCartTable TD SELECT {
  margin-top: 1px;
  margin-bottom: 1px;
}

#idCartTable THEAD TD #idCartTableHeadTotal {
  font-size: 9pt;
  font-weight: bold;
}

#idCartTable TD .clsQuantityInput {
  width: 25px;
}

#idCartTable TD.clsBold {
  font-size: 8pt;
  font-weight: bold;
}

#idCartTable TD.clsProductPrice {
  font-size: 9pt;
  font-weight: bold;
}

#idCartTable TD.clsProductThumbnail {
  padding-top: 8px;
  width: 120px;
  border-right: 0px !important;
}
#idCartTable TD.clsProductSummary {
  font: 10px arial, sans-serif;
  color: #666666;
  width: 200px;
}
#idCartTable TD.clsProductSummary .clsProductTitle {
  color: #898BA8;
  font: bold 9pt verdana, sans-serif;
  padding-bottom: 4px;
}

#idCartTable TFOOT TD.clsCartFooterLeft {
  text-align: left;
  border-right: 0px;
}
#idCartTable TFOOT TD.clsCartFooterLeft B {
  font-size: 9pt;
  font-weight: bold;
}
#idCartTable TFOOT TD.clsCartFooterLeft .clsCartGiftCertInfo {
  width: 275px;
  font-size: 10px;
  color: #AAAAAA;
}
#idCartTable TFOOT TD.clsCartFooterRight {
  text-align: right;
  padding-right: 4px;
  font-size: 8pt;
  line-height: 25px;
}

.clsCartFooterRight1 {
  text-align: right;   
  padding-right: 4px;  
  line-height: 25px;  
  font-size: 8pt;
  color:#000000;  
}

#idCartTable TFOOT TD.clsCartFooterRight B {
  font-size: 9pt;
  font-weight: bold;
}



/* PRODUCT DETAILS */

#idProductDetails {
  background-image: url(/sites/34/images/content-right-bg.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 335px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  
}

#idProductDetails .clsProductDetailWithBGImage {
  background-repeat: no-repeat;
  background-position: top middle;
  width: 250px;
  /*height: 270px;*/
  text-align: center;
}
#idProductDetails .clsProductDetailWithBGImage .clsProductDetailTitle {
  padding-top: 200px;
  width: 200px;
  color: #898BA8;
  font: bold 9pt verdana, sans-serif;
}
#idProductDetails .clsProductDetailWithBGImage .clsProductDetailDesc {
  width: 200px;
  font: 10px arial, sans-serif;
  color: #666666;
  padding-top: 5px;
}
#idProductDetails .clsProductDetailWithBGImage .clsZoomButton {
  position: absolute;
  z-index: 100;
  float: right;
  border: 0px solid red;
  margin-top: 150px;
  margin-left: 240px;
  _margin-left: 220px;
}

#idProductDetails .clsProductDetailWithBGImage .clsProdDetail {
  position: absolute;
  z-index: 100;
  float: right;
  border: 0px solid red;
  margin-top: 175px;
  margin-left: 230px;
  _margin-left: 210px;
}

#idProductDetailsAction {
  background-image: url(../images/content-right-bg.gif);
  background-repeat: no-repeat;
  background-position: right 1px;
  border-top: 1px solid #D3D4DC;
  margin-top: 10px;
  
}


/* PAGE FOOTER */

#idFooter {
  background-color: #A4B693;
  font: 10px arial, sans-serif;
  background-image: url(/sites/34/images/footer-shading-01.gif);
  background-repeat: no-repeat;
  background-position: top left;
}  
#idFooterNav {
  padding: 2px 5px 1px 5px;
  background-image: url(/sites/34/images/footer-shading-02.gif);
  background-repeat: no-repeat;
  background-position: top right;
  font: 10px arial, sans-serif;
}
UL#idFooterNavButtons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
UL#idFooterNavButtons LI {
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 2px;
  text-align: center;
  text-transform: lowercase;
}
UL#idFooterNavButtons LI A, UL#idFooterNavButtons LI A:visited {
  color: #FFFFFF;
}
UL#idFooterNavButtons LI A:hover {
  color: #626C58;
}
UL#idFooterNavButtons LI.clsDivider {
  background-image: url(/sites/34/images/footer-nav-divider.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#idFooterContent {
  padding: 0px 5px 2px 5px;
  color: #626C58;
  font: 10px arial, sans-serif;
}
UL#idFooterContentItems {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
  text-transform: lowercase;
}
UL#idFooterContentItems LI {
	float: left;
	margin: 0px;
	padding: 2px 2px 0px 2px;
  text-align: center;
}
UL#idFooterContentItems LI A, UL#idFooterContentItems LI A:visited {
  color: #626C58;
  text-decoration: none;
}
UL#idFooterContentItems LI A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
UL#idFooterContentItems LI.clsDivider {
  background-image: url(/sites/34/images/footer-nav-divider.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 5px;
  padding-right: 5px;
}  
#idCartTable TD.clsWishlistDetails {
  color: #444444;
  line-height: 16px;
}

/* UTILITY */
.clsWidth50 { width: 50px !important; }
.clsWidth80 { width: 80px !important; }
.clsWidth100 { width: 100px !important; }
.clsWidth120 { width: 120px !important; }
.clsWidth150 { width: 150px !important; }
.clsWidth200 { width: 200px !important; }
.clsWidth250 { width: 250px !important; }
.clsWidth300 { width: 300px !important; }
.clsWidth350 { width: 350px !important; }
.clsWidth400 { width: 400px !important; }
.clsWidth450 { width: 450px !important; }
.clsWidth500 { width: 500px !important; }
.clsWidth550 { width: 550px !important; }

.clsNoDecoration {
  text-decoration: none !important;
  border: 0px !important;
}

.clsFloatContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Catlinks
{	
	color: #9496B7 !important;
	font-family:verdana, sans-serif !important;	
	font-size :10px !important; 
	font-weight:bold !important;
}
.Catheads
{
	color: #A5B794 !important;
	font-family:verdana, sans-serif !important;	
	font-size :12px !important; 
	font-weight:bold !important;
}
.clsFloatContainer {display: inline-block;}
/* Hides from IE-mac */
* html .clsFloatContainer {height: 1%;}
.clsFloatContainer {display: block;}
/* End hide from IE-mac */    

.confirmtext
{
  color: #9496B7;
  font-family:verdana, sans-serif;	
  font-size  :12px; 
  font-weight:bold;
  padding: 8px 0px 0px 15px;
}

.category_image {
	float: left;
}

.category_description {
	color: #888888;
	font-size: 12px;
}

.product_description, p.product_description {
	color: #888888;
	font-size: 14px;
}

#product_add_to_cart_price_display {
	font-size: 14px;
}

#product_add_to_cart_quantity_display {
	font-size: 14px;
}
