/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    background-image: url(../images/rp_body_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
	background-color: #ffffff;
	}

a img {border: none; }

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

/*a:visited {
	color: #666666;
	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: #222222;*/
  text-decoration: underline;
	}

/*a:active {
	color: #666666;
	}*/



h1 {

	font-size: 1.5em;

	color: #9a9a9a;

	}



h2 {

	font-size: 1.4em;

	}



h3 {

	font-size: 1.3em;

	}



h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}
.contactShadow {
  width: 450px;
  background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
  border-bottom:0px solid #A1A9B5;

}

#contactAddressWrapper {
  float: left;
  border: 1px solid;
}





.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6 {

	margin: 0em 0;

	}



/*  Might uncomment either or both of these if having problems with IE peekaboo bug:

h1, h2, h3, h4, h5, h6, p {

	position: relative;

	}

*html .centerColumn {

	height: 1%;

	}

*/



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0em;
    color: #666666;
    border: 1px solid #d2d2d2;
	}

input[type="hidden"] {
    display: none;
}

input[type="image"] {
    border: 0px;
}

form {
    border: 0px solid #d2d2d2;
}



.contactInput {
  border: 1px solid #d2d2d2;
}

#login-email-address, #login-password {
  border: 1px solid #d2d2d2;
  width: 150px;
}

.important {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}

.important a {
  font-size: 11px;
  color: #99CC33;
  text-decoration: none;
  font-weight: normal;
}

.important a:hover {
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
}




TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
    color: #666666;
    border: 1px solid #d2d2d2;
	}



input:focus, select:focus, textarea:focus {
	background: #F0FFD7;
	}



FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #d2d2d2;
    text-align: left;
    font-size: 11px;
    width: 450px;
	}



LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #666666;
    font-size: 12px;
	}



LABEL, h4.optionName {

	line-height: 1.5em;

	padding: 0.2em;

	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}

#logo {
  margin: 20px 0px 0px 20px;
}

#indexDefaultHeading {
  font-size: 11px;
}








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

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

.inputLabel a {
  font-size: 11px;
  color: #99CC00;
  text-decoration: none;
}

.inputLabel a:hover {
  font-size: 11px;
  color: #336600;
  text-decoration: underline;
}




LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {

	width: 11em;

	float: left;

	}



#checkoutPayment LABEL.radioButtonLabel {

	font-weight: bold;

	}



P, ADDRESS {

	padding: 0.5em;

	}



ADDRESS {

	font-style: normal;

	}



.clearBoth {

	clear: both;

	}



HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

HR.cartHr {
  font-size: 1px;
  height: 1px;
  margin-top: 0.5em;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 210px;
  padding-left: 5px;
  padding-top: 35px;
	}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0px;
    margin: 2px 0px 2px 0px;
	border: 1px solid #cc0000;
    width: 460px;
    font-weight: bold;
    text-align: left;
    font-size: 11px;
	}



.messageStackWarning, .messageStackError {
	background-color: #ffffff;
	color: #ff0000;
    font-weight: bold;
    text-align: left;
	}



.messageStackSuccess {
	background-color: #ffffff;
    border: 1px solid #99CC33;
	color: #666666;
    font-weight: bold;
    text-align: left;
	}



.messageStackCaution {
    background-color: #ffffff;
    border: 1px solid #FFFF66;
	color: #666666;
    font-weight: bold;
    text-align: left;
	}



/*wrappers - page or section containers*/

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
  margin: 0px;
  padding: 0px;
	}



#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
  background-color: #ffffff;
}

#divContentMainWrapper {
  background-color: #ffffff;
  background-image: url(../images/rp_content_shadow.jpg);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  border: 0px solid;
  clear: both;
}

#horizontalMenuMainWrapper {
  width: 100%;
  height: 41px;
  background-color: #ffffff;
  background-image: url(../images/rp_menu_mid.jpg);
  background-repeat: repeat-x;
  float: left;
}

#horizontalMenuBoxLeft {
  width: 3px;
  height: 41px;
  background-image: url(../images/rp_menu_left.jpg);
  background-repeat: no-repeat;
  float: left;
}

#horizontalMenuBoxRight {
  width: 3px;
  height: 41px;
  border: 0px solid;
  background-image: url(../images/rp_menu_right.jpg);
  background-repeat: no-repeat;
  background-position: right;
  float: right;
}


.horizontalMenuLink {
  width: 80px;
  height: 41px;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 11px;
  color: #666666;
  text-align: center;
}

.horizontalMenuLinkPrice {

}

.horizontalMenuSpacer {
  width: 2px;
  height: 41px;
  line-height: 40px;
  background-image: url(../images/rp_menu_spacer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}

.horizontalMenuLink a {
 text-decoration: none;
 color: #666666;
}

.horizontalMenuLink a:hover {
 text-decoration: underline;
 color: #222222;
}


#headerWrapper {
  /*background-color: #00CCFF;*/
  height: 181px;
  background-image: url(../images/rp_header_spacer.jpg);
  background-repeat: repeat-x;
}

.rp_head_search_one {
 width: 178px;
 height: 27px;
 background-image: url(../images/search_bg.jpg);
 background-repeat: no-repeat;
 float: left;
}

.rp_head_search_two {
 height: 27px;
 float: left;
 border: 0px solid;
}


.rp_search_header {
  width: 137px;
  height: 14px;
  border: 0px solid #d6f28c;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #808080;
  font-weight: normal;
  border: 0px;
}




#categoriesContent {
  border-bottom: 1px solid #666666;
  background-color: #ffffff;
  background-image: url(../images/rp_cat_box_bg.jpg);
  background-repeat: repeat-x;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#logoWrapper{
	background-image: url(../images/rp_logo_wrapper_bg.jpg);
	background-repeat: no-repeat;
  background-position: center;
  width: 750px;
	height:154px;
  border: 0px solid #000000;
  float: left;
	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	}

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em 0.5em 0.5em 0.0em;

	margin-right: 0.5em 0.5em 0.5em 0.0em;

	}



#tagline {

	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	}



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



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 45%;
    height: 209px;
    border: 1px solid #d2d2d2;
	}


#checkoutBillto {
  font-size: 11px;
  color: #666666;
  width: 46%;
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
  height: 180px;
}

#checkoutShipto {
  font-size: 11px;
  color: #666666;
  width: 46%;
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
  height: 180px;
}

.floatingBox  {
  font-size: 11px;
  color: #666666;
  width: 46%;
  margin: 5px 5px 5px 5px;
  padding: 6px 6px 6px 6px;
  height: 168px;
}

#checkoutShippingHeadingAddress, #checkoutShippingHeadingMethod, #checkoutPaymentHeadingAddress {
  width: 465px;
  color: #666666;
  padding: 3px 0px 3px 0px;
  border-bottom: 1px #d2d2d2 solid;
  text-align: left;
  font-size: 11px;
}

span.termsdescription {
  font-size: 11px;
  color: #666666;
}

span.termsdescription a {
  font-size: 11px;
  text-decoration: none;
  color: #99CC00;
}

span.termsdescription a:hover {
  font-size: 11px;
  text-decoration: underline;
  color: #669900;
}

span.termsiagree {
  color: #cc0000;
  font-size: 11px bold;
}



.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}



/*navigation*/



.navSplitPagesResult {
font-size: 11px;
}

.navSplitPagesLinks {
font-size: 11px;
}



.navNextPrevCounter {
	margin: 0em;
	font-size: 11px;
    color: #666666;
    text-align: center;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}



#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);*/
	padding: 0.0em 0.0em;
	font-weight: normal;
	color: #334206;
	height: 1%;
	}

#navSuppWrapper {
  background-color: #e0e0e0;
}


#navMainWrapper {
  /*height: 161px;*/
  height: 27px;
  background-image: url(../images/rp_top_right_header.jpg);
  background-repeat: no-repeat;
  background-position: right;
  margin: 0px;
  padding: 0px;
  border: 0px solid #fff000;
}




#navCatTabsWrapper {

	background-color: #ffffff;

	color: #9a9a9a;

	background-image:none;

}



#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}



#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #334206;
	white-space: nowrap;
    }



#navCatTabs ul li a {

	color: #9a9a9a;

	}



#navEZPagesTOCWrapper {

	font-weight: bold;

	float: right;

	height: 1%;

	border: 1px solid #9a9a9a;

	}



#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;
    font-size: 11px;
    text-align: left;
	}



#navMainSearch {
  width: 380px;
  text-align: left;
	float: right;
	}

#navMain {
  width: 330px;
  height: 14px;
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  float: left;
}

#navMain ul li a {
  height: 14px;
  font-size: 11px;
  color: #ffffff;
  text-align: none;
}




#navBreadCrumb {

	padding: 0.5em 0.5em;

	background-color: #ffffff;

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	}



#navEZPagesTop {
  width: 700px;
  height: 41px;
	background-color: #ffffff;
	background-image: url(../images/rp_menu_mid.jpg);
  background-repeat: repeat-x;
	font-size: 0.95em;
	font-weight: normal;
  text-align: left;
	margin: 0em;
	padding: 0em;
  float: left;
	}

#navEZPagesTopLeftSpac {
  width: 25px;
  height: 41px;
  float: left;
}





#navColumnOne, #navColumnTwo {

	background-color: transparent;

	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}



/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;

	}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

    padding-top: 0.5em;
    padding-bottom: 6px;
    padding-left: 0.5em;
    padding-right: 0.5em;
	}



.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 0.9em;

	}

#siteinfoLegal {
  background-color: #e0e0e0;
  font-size: 11px;
  color: #111111;
}

#siteinfoLegal a {
  color: #111111;
}

#siteinfoLegal a:hover {
  color: #000000;
}




/*Shopping Cart Display*/

#cartContentsDisplay {
  font-size: 11px;
  color: #666666;
  width: 465px;
}

#disc-ot_coupon {
  border: 1px solid #d2d2d2;
}



#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #ffffff;
    background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
	}

#checkoutConfirmDefaultBillingAddress, #checkoutConfirmDefaultShippingAddress {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #ffffff;
    background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
}


#ccTotalHeading, .cartTotalDisplay {
  border-right: 1px solid #e4e4e4;
}

#checkoutConfirmDefaultHeadingComments, #checkoutConfirmDefaultHeadingCart {
  font-size: 11px;
  color: #666666;
}



.accountHead {
    border-top: 1px solid #e4e4e4;
    border-left: 0px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 11px;
    text-align: left;
    color: #666666;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    background-color: #ffffff;
    background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
}

.backDefaultAddress {
  padding: 1px;
  margin-top: 5px;
  font-size: 11px;
  color: #666666;
  border: 1px solid #d2d2d2;
  text-align: left;
}



.cartTableHeading th {
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #ffffff;
    background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
}




#scRemoveHeading {
    border-right: 1px solid #e4e4e4;
}


.tableHeading, #cartSubTotal {
	background-color: #ffffff;

	 }

#cartSubTotal TD {
	border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
	font-weight: bold;
    color: #99CC00;
	text-align: right;
	line-height: 2.2em;
	padding-right: 4.0em;
	}

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



.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {

	padding: 0.5em 0em;

	}

.cartProductDisplay {
  color: #666666;
  line-height: 40px;
}

.cartProductDisplay a {
  color: #666666;
  text-decoration: none;
}

.cartProductDisplay a:hover {
  color: #000000;
  text-decoration: underline;
}




.cartUnitDisplay, .cartTotalDisplay {

	text-align: right;

	padding-right: 0.2em;

	}



#scUpdateQuantity {

	width: 2em;

	}



.cartQuantity {
    border-left: 0px;
	width: 4.7em;
	}





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

	}



.cartOldItem {
	color: #ffffff;
	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartRemoveItemDisplay {
    border-right: 1px solid #e4e4e4;

	width: 3.5em;

	}



.cartAttribsList {

	margin-left: 1em;

	}



#mediaManager {

	width: 50%;

	margin: 0.2em;

	padding: 0.5em;

	background-color: #E4FEf5;

	border: 1px solid #003D00;

	}

.mediaTitle {

	float: left;

	}

.mediaTypeLink {

	float: right;

	}



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	}



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

.productPriceDiscount {
  color: #336600;
}


.productSalePrice {
  border: 0px solid;
}




.orderHistList {

	margin: 1em;

	padding: 0.2em 0em;

	list-style-type: none;

	}



#cartBoxListWrapper ul, #ezPageBoxList ul {

	list-style-type: none;

	}

#cartBoxListWrapper {
  width: 155px;
  padding: 0px 0px 0px 5px;
  color: #ffffff;
  text-align: left;
  font-size: 11px;
  }

#cartBoxListWrapper A {
  color: #ffffff;
}

#cartBoxListWrapper A:hover {
  text-decoration: underline;
}




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



#cartBoxEmpty, #cartBoxVoucherBalance {

	font-weight: bold;

	}



.totalBox {

	width: 5.5em;

	text-align: right;

	padding: 0.2em;

	}



.lineTitle, .amount {

	text-align: right;

	padding: 0.2em;

	}

.lineTitle {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

.lineTitleShippingFree, .totalBoxShippingFree {
  font-size: 11px;
  font-weight: bold;
  color: #99CC00;
  padding: 0.2em;
}

.totalBoxShippingFree {
  font-weight: normal;
}

.lineTitleCoupon, .totalBoxCoupon {
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
  padding: 0.2em;
}

.totalBoxCoupon {
  font-weight: normal;
}

.amount {

	width: 5.5em;

	}



/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 1em 0em ;

	}



.categoryIcon {}



#cartImage {

	margin: 0.5em 1em;

	}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
    background:#ffffff url(../images/rp_content_bg.gif) repeat-x scroll center top;
    border-bottom:1px solid #A1A9B5;
	}

.accountTopLink a {
  font-size: 11px;
  color: #fff000;
}

#discountcouponInfoMainContent p {
  width: 465px;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

#discountcouponInfoMainContent {
  width: 465px;
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
  margin: 0px;
  padding: 0px;
}

#logoffDefaultMainContent {
  font-size: 11px;
  color: #666666;
}

#logoffDefaultMainContent a {
  font-size: 11px;
  color: #99CC33;
  text-decoration: none;
}

#logoffDefaultMainContent a:hover {
  font-size: 11px;
  color: #669900;
  text-decoration: underline;
}

#checkoutSuccessLogoff, #reviewsWriteReviewsRate, #textAreaReviews, #reviewsWriteReviewsNotice,
#productReviewsDefaultNoReviews, #reviewsInfoDefaultDate, #reviewsInfoDefaultMainContent {
  font-size: 11px;
  color: #666666;
}

.productsAllMain {
  height: 115px
}

.productAllName {
  font-size: 11px;
}

.productAllName a {
  text-decoration: none;
}

.productAllName a:hover {
  text-decoration: underline;
}

.productsAllBuyNowButton {
  text-align: right;
  margin: 2px 0px 2px 0px;
}

.productAllPrice {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  margin: 2px 0px 2px 0px;
}

.productsAllDesc {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-align: justify;
  margin: 2px 0px 2px 0px;
}

.productsAllDesc a {
  text-decoration: none;
  color: #99CC00;
}

.productsAllDesc a:hover {
  text-decoration: underline;
  color: #336600;
}

h2.centerBoxHeading, #indexCategoriesHeading, #allProductsDefaultHeading,
#cartDefaultHeading, #siteMapHeading, #accountDefaultHeading, #ezPagesHeading,
#pageFourHeading, #pageTwoHeading, #pageThreeHeading, #productListHeading,
#productName, #loginDefaultHeading, #createAcctDefaultHeading, #checkoutShippingHeading,
#checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #timeoutDefaultHeading,
#addressBookDefaultHeading, #accountEditDefaultHeading, #acctNewslettersDefaultHeading,
#addressBookProcessDefaultHeading, #conditionsHeading, #privacyDefaultHeading,
#advSearchDefaultHeading, #advSearchResultsDefaultHeading, #discountcouponInfoHeading,
#logoffDefaultHeading, #checkoutSuccessHeading, #reviewsWriteHeading, #productReviewsDefaultHeading,
#reviewsDefaultHeading, #reviewsInfoDefaultHeading, #accountHistoryDefaultHeading,
#orderHistoryDetailedOrder {
    width: 460px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:37px;
    text-transform:uppercase;
    text-align: left;
	/*font-size: 1.3em;*/
	color:#6F7887;
    background:#CDD1D8 url(../images/rp_content_title_bg.gif) repeat-x scroll center top;
    border-bottom:1px solid #A1A9B5;
    height:37px;
    overflow:hidden;
    padding-left: 5px;
	}

#accountDefault {
width: 455;
font-size: 11px;
color: #666666;
}

#accountLinksWrapper {
font-size: 11px;
color: #666666;
width: 465px;
border: 0px;
text-align: left;
}

#siteMapMainContent {
width: 460px;
font-size: 11px;
color: #666666;
text-align: left;
}

#siteMapMainContent a {
text-decoration: none;
color: #99CC00;
}

#siteMapMainContent a:hover {
text-decoration: underline;
color: #336600;
}

#siteMapMainContent p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


.privacyContent {
  font-size: 11px;
  color: #666666;
  text-align: justify;
  width: 460px;
}

.privacyContent a {
  color: #99CC00;
  text-decoration: none;
}

.privacyContent a:hover {
  color: #336600;
  text-decoration: underline;
}

#checkoutSuccessOrderLink, #checkoutSuccessContactLink {
  width: 460px;
  font-size: 11px;
  color: #666666;
}

#checkoutSuccessOrderLink a, #checkoutSuccessContactLink a {
  text-decoration: none;
  color: #99CC00;
}

#accountHistInfo {
  width: 460px;
  font-size: 11px;
  color: #666666;
}

#myAccountShipInfo, #myAccountPaymentInfo {
  margin: 2px
}

.forwardAccountHistory {
  font-size: 11px;
  color: #666666;
  margin: 1px;
  padding: 1px;
}

.forwardAccountHistory a {
  font-size: 11px;
  text-decoration: none;
  color: #99CC00;
  margin: 1px;
}

.forwardAccountHistory a:hover {
  font-size: 11px;
  text-decoration: underline;
  color: #336600;
  margin: 1px;
}

#accountLinksWrapper a {
text-decoration: none;
font-size: 11px;
color: #666666;
}

#accountLinksWrapper a:hover {
text-decoration: underline;
font-size: 11px;
color: #000000;
}



#productAdditionalImages {
  width: 460px;
}

#whatsNew {
width: 465px;
}

#featuredProducts {
width: 465px;
}

/*FAQ display*/

#faqTop {
background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
border-bottom: 0px solid #A1A9B5;
width: 465px;
height: 16px;
}

.handcursor{
cursor:hand;
cursor:pointer;
background:#FFFFFF url(../images/rp_prod_section_bg.gif) repeat-x scroll center top;
border-bottom:0px solid #A1A9B5;
clear:both;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:28px;
line-height:20px;
text-align:left;
width:465px;
}

.faqList, .switchgroup1 {
  width: 465px;
  font-size: 11px;
  color: #666666;
  text-align: justify;
}

.faqList {
  width: 400px
}

.colapsDiv {
  font-size: 11px;
  color: #666666;
  text-align: left;
}

.colapsDiv a {
  text-decoration: none;
  font-size: 11px;
  color: #666666;
}

.colapsDiv a:hover {
  text-decoration: underline;
  font-size: 11px;
  color: #222222;
}


#newSignup {
width: 43%;
height: 210px;
font-size: 11px;
}

#oldSignup {
width: 43%;
height: 210px;
font-size: 11px;
}

.newSignup {
background:#ffffff url(../images/rp_new_cust_bg.gif) no-repeat scroll right top;
height: 24px;
}

.oldSignup {
background:#ffffff url(../images/rp_old_cust_bg.gif) no-repeat scroll right top;
height: 24px;
}

.cartBoxTotal {
  text-align: right;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 5px 0px 0px;
  font-size: 11px;
}

.cartBoxVat {
  text-align: right;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 5px 0px 0px;
  font-size: 11px;
	}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#categoriesHeading {
    border-top: 1px solid #666666;
}




.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0em;

	background-color: #abbbd3;

	/*background-image: url(../images/tile_back.gif);*/

	padding: 0.0em 0.0em;
  border-top: 0px solid #666666;

	}



.leftBoxContainer, .rightBoxContainer {

	margin: 0em;

	border: 0px solid #9a9a9a;

	border-bottom: 0px solid #336633;

	margin-top: 0.5em;

	}



.sideBoxContent {

	background-color: #ffffff;

	padding: 0.4em;

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	color: #FFFF33;

	text-decoration: none;

	} 



.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {

	color: #FFFFFF;

	}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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;
	}


.centerBoxContentsNew {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin-right: 1px;
  background-color: #ffffff;
  float: left;
  margin: 0.4em 0.4em 0.4em 0.0em;
  padding: 0px;
}


.productListing-data {
  color: #cc0000;
  font-size: 12px;
  font-weight: bold;
}

.rp_listingTitle {
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #d2d2d2;
}

.rp_listingTitle a {
  color: #99CC00;
  text-decoration: none;
  }

.rp_listingTitle a:hover {
  color: #86B02D;
  text-decoration: underline;
  }

.rp_listingPrice {
  height: 70px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  /*color: #ffffff;*/
  color: #99CC00;
  text-decoration: none;
  background:#6a9c15 url(../images/rp_content_green_bg.gif) repeat-x scroll center bottom;
  background-color: #ffffff;
  margin-top: 0.3em;
  border-top: 1px solid #d2d2d2;
}



.allListingPrice {
  font-size: 11px;
  color: #84AF10;
}

.allListingAdd {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
}



.tabTable {
  border: 1px solid #ffffff;;
  border-bottom: 1px solied #666666;
}

.itemTitle {
  font-size: 11px;
  color: #666666;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

.itemTitle a {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

.itemTitle a:hover {
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
}

.listingDescription {
  width: 220px;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-align: justify;
}







#featuredContent {
  background-image: url(../images/rp_featured_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #6f0000;
}

.featuredTextLink {
  color: #ffffff;
  padding: 2px 0px 2px 0px;
  text-decoration: none;
  font-size: 11px;
}

.featuredTextLink a {
  color: #ffffff;
  text-decoration: none;
}

.featuredTextLink a:visited {
  color: #ffffff;
  text-decoration: none;
}

.featuredTextLink a:hover {
  color: #fff000;
  text-decoration: underline;
}

.featuredPriceText {
  color: #fff000;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  font-size: 11px;

}



#moreinformationHeading {
  border-top: 1px solid #666666;
}

#moreinformationContent, #ezpagesContent {
  border-bottom: 1px solid #666666;
  font-size: 11px;
}

.moreInfoRow {
  border: 0px solid;
  width: 211px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/rp_cat_spacer.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: left;
  color: #222222;
}

.moreInfoRow a {
  color: #222222;
  text-decoration: none;
}

.moreInfoRow a:hover {
  color: #669900;
  text-decoration: underline;
}







#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: #0000CC;

}



#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



/* categories box parent and child categories */

.category-spacer {
  border: 0px solid;
  width: 211px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  background-image: url(../images/rp_cat_spacer.gif);
  background-repeat: repeat-x;
}


A.category-top, A.category-top:visited {
  color: #303f06;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
	}

A.category-top:hover {
  color: #669900;
  text-decoration: underline;
	}

A.category-links, A.category-links:visited {
  color: #303f06;
	text-decoration: none;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF6600;
	text-decoration: none;
  height: 20px;
  line-height: 20px;
	}

A.category-products:hover {
  color: #FF0000;
	text-decoration: none;
	}

SPAN.category-subs-parent {
	font-weight: bold;
	}

SPAN.category-subs-selected {
	font-weight: bold;
	}

/* end categories box links */



/*misc*/

.back {

	float: left;

	}



.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowOdd td {
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: middle;
	}



.rowEven td {
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: middle;
	}



.hiddenField {

	display: none;

}

.visibleField {

	display: inline;

}



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: #cacaca;

	height: 2em;

	}



.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #666666;
    height: 29px;
    font-size: 11px;
	}

.productListing-rowheading a {
	font-family: Arial, Helvetica, sans-serifm;
	color: #666666;
	}

.productListing-rowheading a:hover {
	color: #444444;
	}



#siteMapList {
    font-size: 11px;
    color: #666666;
    text-align: left;
	}

#siteMapList ul li a {
    text-decoration: none;
    font-size: 11px;
    color: #666666;
	}

#siteMapList ul li a:hover {
    text-decoration: underline;
    font-size: 11px;
    color: #99CC00;
	}



.ratingRow {

	margin: 1em 0em 1.5em 0em;

	}



LABEL#textAreaReviews {

	font-weight: normal;

	margin: 1em 0em;

	}



#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {

	background-color: #ffffff;

	}

.information {padding: 10px 3px; line-height: 150%;}
.information a {
color: #99CC33;
text-decoration: none;
}

.information a:hover {
color: #99CC33;
text-decoration: underline;
}

.information {
padding: 0px 0px 0px 0px;
text-align: justify;
}

.buttonRowSignupNew {
padding: 0px 0px 0px 0px;
}

.buttonRowSignupOld {
padding: 0px 0px 0px 0px;
}

.buttonRowForgot {
width: 150px;
}



#shoppingcartBody #shippingEstimatorContent {

	clear: both;


	}

#shoppingcartContent {
  background-image: url(../images/cart_box_body_bg.jpg);
	background-repeat: no-repeat;
  background-position: top;
  background-color: #324206;
  width: 220px;
  margin: 0px;
  padding: 0px;
  text-align: left;
	}

#cartBoxEmpty {
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  padding: 0px 0px 0px 5px;
  height: 57px;
  line-height: 30px;
}




.seDisplayedAddressLabel {

	background-color:#85C285;

	text-align: center;

	}

.seDisplayedAddressInfo {

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	}

#seShipTo {
	padding: 0.2em;
	}

/*Contact Us Form Style*/

#contactUsForm {
  border: 1px solid #d2d2d2;
}

.fildsetLegend {
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}

#productDescriptionWrapper {
  width: 460px;
  float: left;
  border: 0px solid;
  margin: 3px 0px 5px 0px;
}

#productImageWrapper {
  width: 220px;
  float: left;
  border: 0px solid;
}

#productDescWrapper {
  width: 200px;
  float: right;
  font-size: 11px;
  border: 0px solid;
}

.productPriceWrapper {
  width: 200px;
  height: 40px;
  line-height: 40px;
  float: right;
  background-color: #ffffff;
  font-size: 11px;
  background-image: url(../images/rp_price_bg.gif);
  background-repeat: repeat-x;
}

#productPriceWrapper {
  height: 60px
}


.addToCart {
  width: 120px;
  height: 40px;
  float: left;
  text-align: center;
  padding-top: 8px;
}

span.imgLink {
  color: #666666;
  text-decoration: none;
  font-size: 11px;;
}

span.imgLink a {
  color: #666666;
  text-decoration: none;
}

span.imgLink a:hover {
  color: #000000;
  text-decoration: none;
}

#productPrices {
  height: 20px;
  color: #53a52a;
  text-align: right;
  margin: 0px;
  padding: 0px;
}



.productListing-odd, .productListing-even {
background:#FFFFFF url(../images/rp_listing_bg.gif) repeat-x scroll center top;
border: 0px solid #000000;
width:450px;
height: 121px;
}

.prodListingSectionBg {
  width: 465px;
  height: 28px;
  background:#ffffff url(../images/rp_prod_section_bg.gif) repeat-x scroll center top;
  border-bottom:0px solid #A1A9B5;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  clear: both;
}

.productDescriptionWithShadow {
  width: 465px;
  color: #666666;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  border: 0px solid;
  background:#ffffff url(../images/rp_content_small_bg.gif) repeat-x scroll center top;
}

.reviewCount {
	margin: 0em;
	font-size: 11px;
    color: #666666;
    text-align: left;
	}



div {
  border: 0px solid;
}

.contactInformation {
   float: left;
   font-size: 11px;
   text-align: left
}

.contactInformation a {
   float: left;
   font-size: 11px;
   text-align: left;
   color: #669933;
   text-decoration: none;
   }

.contactInformation a:hover {
   color: #336600;
   text-decoration: underline;
   }





