/**
 * 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 $
 */
*+html>body input { 
margin-top: 2px;
margin-right: 0px;
margin-bottom: 1px;
margin-left: 2px;
 }      /* targets IE7 */

body {
	margin: 0 auto;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	font-size: 72.5%;
	color: #000000;
	/*background: #7E9CA7 url(../images/bg.gif) repeat-x;*/
	background: #4ca5ff url(../images/bg1.png) repeat-x;
	/*background: #228CD8 url(../images/bg.gif) repeat-x;*/
	}

a img {
z-index: 1000;
	border: none;
 }

a:link, #navEZPagesTOC ul li a {
	/*color: #567D8C;*/
	color: #0065CC;
	text-decoration: none;
	}
 
a:visited {
	color: #0065CC;
	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: #4CA5FF;
	/*color: #F2F2F2;*/
	}

a:active {
color: #4CA5FF;
	}

h1 {
	font-size: 1.5em;
	/*color: #9a9a9a;*/
	color: #4CA5FF;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}

h2 {
	font-size: 1.2em;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	padding: 10px;
	text-align: center;
	color: #0065CC;
	}

h3 {
	color: #4CA5FF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}
	
h4 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px double #6c8b98;
	}	

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}

.biggerText {
	font-size: 1.2em;
	}

h1 {
	text-align: center;
	}	

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

#attribsOptionsText {
margin-bottom: 0.3em;
margin-top: 0.8em;
}

#accountNotifications .notice, fieldset {
padding-bottom: 10px;
}

#accountNotifications .notice {
padding-top: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
}


#contactUsNoticeContent a {
color: #21455B;
}


/*protx stuff*/

#protxdirectcardsacceptedHeading {
display: none;
}

#protxdirectcardsacceptedContent {
float: left;
padding-bottom: 30px; }

.ProtxDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; }

.ProtxDirectCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }

.ProtxDirectCardsAcceptedSidebox3DSecureIcon { margin-left: 4px; margin-bottom: 4px; }

/*  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: 0.1em;
	}

TEXTAREA {
	margin: auto;
	margin-top: 0.6em;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0.5em 0.5em 1.5em;
	border: 1px solid #0065CC;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	background-color: transparent;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #0065CC;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0em;
	padding-right: 0.2em;
	border: none;
	}

#indexProductList .inputLabel {
margin-left: 20px;

}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#cartContentsDisplay {
background-color: #7E9CA7;
}

LABEL.inputLabel {
	width: 8em;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
	float: left;
	color: #4CA5FF;
	}	

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
#checkoutSuccessMainContent font {
	text-indent: 0px;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}

P {
	padding: 0.5em;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}

ADDRESS {
	padding: 0.5em 0.5em 0.5em 0.8em;
	font-style: normal;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
	/*border-bottom: 1px solid #21455B;*/
	border-bottom: 1px solid #6C8B98;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	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: 800px;
	vertical-align: top;
	margin: 0 auto;
	}
	
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
position: relative;
	margin-top: 4px;
	/*background: url(../images/contentGlow.gif) repeat-y;
	background: url(../images/contentShadow.gif) repeat-y;
	background-position: left;*/
	/*background: url(../images/siteContent.png) repeat-y;
	background-position: right;*/
	/*border-right: 1px solid #6C8B98;*/
	/*border-right: 1px solid #21455B;*/
	padding: 0px;
	}


#container {
/*height: 154px;*/
}

#bottomSiteContent {
float: right;
width: 600px;
height: 17px;
background: url(../images/bottomSiteContent1.png) no-repeat;
background-position: 0px 0px;

}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}
	
#demoBox object {
margin-left: 20px;
}	

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	margin-left: 0.8em;
	margin-right: 0.8em;
	width: 44%;
	}
	
#checkoutBillto .important {
	margin-bottom: 0;
	margin-top: 1.5em;
	margin-left: 0.8em;
	margin-right: 0.8em;
	width: 100%;
	}
	

#accountLinksWrapper  {
	width: 60%;
	float: none;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
margin: 5px;
text-indent: 15px;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	height: 30px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	}

/*#mainLogo {
	background: url(../images/logoSmall.gif) no-repeat top left;
	/*background: url(../images/xclusiveXmasLogo.gif) no-repeat top left;
	height: 192px;
	width: 800px;
	}*/
	
#logo {
float: left;
width: 238px;
height: 154px;
background: url(../images/xiLogo1.png) no-repeat;
}

#logo a {
float: left;
width: 238px;
height: 154px;
}

#space {
float: right;
width: 560px;
height: 65px;
margin-right: 2px;
}

#space li {
float: right;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
list-style: none;
font-size: 12px;
}

#space a {
color: #0065CC;
}

#topNav {
float: right;
width: 562px;
height: 44px;
}

#topNav ul {
margin-right: 20px;
margin-top: 14px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#topNav li {
float: right;
padding-bottom: 0px;
margin-bottom: 0px;
list-style: none;
}

#topNav a {
display: block;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background: url(../images/navTab.png) no-repeat;
background-position: bottom;
width: 83px;
height: 24px;
text-align: center;
padding-top: 10px;
padding-bottom: 0px;
margin: 0px;

}

#topNav a:hover {
background: url(../images/navTabActive.png) no-repeat;
}

#topNav ul li a.active {
background: url(../images/navTabActive.png) no-repeat;
}

#topNavBar {
float: right;
width: 562px;
height: 43px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
background: url(../images/topNavBar.png) no-repeat;
background-position: 0px 0px;
}

#navCatTabs {
position: absolute;
top: 169px;
left: 300px;
/*left: 0px;*/
width: 200px;
height: 250px;
z-index: 2000;
}

#navCatTabs ul {
margin: 0px;
padding: 0px;
}

#navCatTabs ul li {
width: 200px;
height: 36px;
padding: 0px 0px 0px 0px;
margin: 0px;
list-style: none;
border-bottom: 1px double #cccccc;
background: url(../images/siteNavListItem.png) no-repeat;
background-position: right;
}

#navCatTabs a {
display: block;
width: 240px;
height: 36px;
cursor: pointer;
font-size: 12px;
padding: 12px 0px 0px 0px;
text-decoration: none;
text-indent: 0px;
text-align: center;
color: #0065CC;
}

#navCatTabs a:hover {
color: #4CA5FF;
}

#navCatTabs .category-subs-selected {
display: block;
background-color: transparent;
width: 240px;
height: 36px;
padding-top: 6px;
background-image: url(../images/siteNavButton1.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -2px -2px;
color: #FFFFFF;
}

#CategoriesContent {
float: left;
position: relative;
/*display: block;*/
width: 200px;
height: 500px;
z-index: 2000;
}

#categoriesContent a {
/*width: 240px;*/
float: left;
position: relative;
display: block;
width: 200px;
height: 36px;
cursor: pointer;
font-size: 12px;
padding: 12px 0px 0px 0px;
margin: 0px;
text-decoration: none;
text-indent: 13px;
list-style: none;
border-bottom: 1px double #EDEBEB;
background: url(../images/siteNavListItem.png) no-repeat;
background-position: right;
z-index: 2000;
}

#categoriesContent a:hover {
color: #4CA5FF;
}

#categoriesContent .category-subs-selected {
display: block;
background-color: transparent;
/*width: 240px;*/
width: 240px;
height: 36px;
position: relative;
padding-top: 6px;
background-image: url(../images/siteNavButton1.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -2px -2px;
color: #FFFFFF;
z-index: 2000;
}

#catBoxDivider {
height: 0px;
width: 0px;
}


#categoriesHeading {
/*position: absolute;
top: 500px;
left: 300px;*/
float: left;
width: 205px;
height: 20px;
color: #0065CC;
padding-top: 10px;
text-indent: 33px;
/*background: url(../images/categoryHeading.png) no-repeat;*/
background: url(../images/category.png) no-repeat;
background-position: center left;
}

#informationHeading {
margin-top: 20px;
float: left;
width: 205px;
height: 20px;
color: #0065CC;
padding-top: 10px;
text-indent: 33px;
/*background: url(../images/categoryHeading.png) no-repeat;*/
background: url(../images/infologo.png) no-repeat;
background-position: center left;
}

#informationContent {
/*position: absolute;
top: 550px;
left: 300px;*/
float: left;
width: 200px;
height: 150px;
z-index: 2000;
}

#informationContent li {
margin-top: 8px;
margin-bottom: 8px;
border-bottom: 1px double #EDEBEB;
background: url(../images/siteNavListItem.png) no-repeat;
background-position: right;
}

#informationContent a {
display: block;
}
	
	
/*#mainLogo a {
	float: left;
	height: 192px;
	width: 800px;
	}*/
	
#topSiteContent {
float: right;
width: 600px;
height: 17px;
background: transparent;
background: url(../images/topSiteContent.png) no-repeat;
/*padding-top: 10px;*/
background-position: top;
}	
	
	
#loginStuff ul {
margin: 0px;
padding: 0px;
}

#navSuppWrapper {
	margin-top: 20px;
	background: url(../images/footerShadow.png) no-repeat;
	height: 51px;
	width: 800px;
	}
	
#navSupp {
clear: left;
float: left;
height: 30px;
width: 800px;
margin: 20px 0px 5px 140px;
}
	
#navSupp a {
	float: left;
	/*background: url(../images/list_icon.png) no-repeat center left;*/
	font-family: "lucinda sans console", geneva, kalimati, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0065CC;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-left: 1px double #0065CC;*/
	text-align: center;
	}
	
#navSupp a:hover {
text-decoration: underline;
}	

a .footerBorder {
border-right: none;
}

#homeFooter {
border: none;
}
	
#siteinfoLegal {
float: left;
height: 30px;
width: 800px;
text-align: left;
text-indent: 125px;
font-family: lucinda sans console, geneva, kalimati, sans-serif;
color: #0065CC;
padding-bottom: 5px;
margin-top: 10px;
margin-bottom: 30px;
}

#navCurrenciesWrapper {
margin-top: 2px;
margin-bottom: 3px;
}

#navCurrenciesWrapper a {
color: #ffffff;
text-decoration: none;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}

#navCurrenciesWrapper a:hover {
color: #000000;
text-decoration: none;
}


/*#navMain {
float: left;
height: 30px;
padding: 0px 10px 0px 0px;
margin: 0px;
/*background-color: #567D8C;*/
/*margin-bottom: 2.60px !important;
}*/

/*#navMain ul {
margin: 0px;
padding: 0px;
}

#navMain ul li {
	display: inline;
	list-style: none;
	text-indent: 15px;
	}
	
#navMain ul li a {
	float: left;
	background: url(../images/list_icon.png) no-repeat center left;
	font-family: "lucinda sans console", geneva, kalimati, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #f2f2f2;
	}

#navMain ul li a:hover {
background: url(../images/list_icon_active.png) no-repeat center left;
color: #FFFFFF;
}*/

/*#navCatTabs ul {
	clear: left;
	float: left;
	margin: 0;
	padding: 0em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}	
	
#navCatTabs ul li {
	clear: left;
	float: left;
	display: block;
	}	
	
#navCatTabs ul li a {

}

#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 {
	margin: 0.5em;
	}
	
#indexProductListCatDescription {
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;

}	
	
#sorter {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
color: #0065CC;
}	

#productsListingTopNumber {
color: #0065CC;
}

#productsListingListingTopLinks {
color: #0065CC;
margin-right: 10px;
}

#productsListingBottomNumber {
color: #0065CC;
margin-bottom: 10px;
}

#productsListingListingBottomLinks {
color: #0065CC;
margin-right: 10px;
}
	
#productListing th {
color: #0065CC;
}	

#productListing div {
padding-top: 10px;
}

.listingProductImage {
border: 1px double #EDEBEB;
}

.listingDescription {
color: #0065CC;
}


.logIn {
float: right;
list-style: none;
color: #4CA5FF;
font-size: 12px;
font-family: "lucinda sans console", geneva, kalimati, sans-serif;
text-indent: 50px;
padding: 7px 10px 0px 10px;
}

.logIn a {
padding: 5px 5px 5px 20px;
background: url(../images/logIn.png) no-repeat center left;
color: #4CA5FF;
}

.myAccount {
float: right;
list-style: none;
color: #4CA5FF;
font-size: 12px;
font-family: "lucinda sans console", geneva, kalimati, sans-serif;
padding: 7px 10px 0px 10px;
}

.myAccount a {
padding: 5px 5px 5px 20px;
background: url(../images/myAccount.png) no-repeat center left;
color: #4CA5FF;
margin-left: 0px;
margin-right: 0px;
}

.logoff {
float: right;
list-style: none;
color: #4CA5FF;
font-size: 12px;
font-family: "lucinda sans console", geneva, kalimati, sans-serif;
padding: 7px 10px 0px 10px;
}

.logoff a {
padding: 5px 5px 5px 20px;
background: url(../images/logOff.png) no-repeat center left;
color: #4CA5FF;
margin-left: 0px;
margin-right: 0px;
}

#logoffDefaultHeading {
margin-bottom: 20px;
}

.shoppingCart {
float: right;
list-style: none;
color: #4CA5FF;
font-size: 12px;
font-family: "lucinda sans console", geneva, kalimati, sans-serif;
padding: 7px 10px 0px 10px;
}

.shoppingCart a {
padding: 5px 5px 5px 20px;
background: url(../images/cart.png) no-repeat center left;
color: #4CA5FF;
margin-left: 0px;
margin-right: 0px;
}

.shoppingCart a:visited {
color: #4CA5FF;
}

.shoppingCart a.active {
color: #4CA5FF;
}

.checkOut {
float: right;
list-style: none;
color: #4CA5FF;
font-size: 12px;
font-family: "lucinda sans console", geneva, kalimati, sans-serif;
padding: 7px 10px 0px 10px;
}

.checkOut a {
padding: 5px 5px 5px 20px;
margin-left: 0px;
margin-right: 0px;
background: url(../images/checkout.png) no-repeat center left;
color: #4CA5FF;
}

.checkOut a:visited {
color: #4CA5FF;
}

#navMainSearch {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-family: "lucinda sans console", geneva, kalimati, sans-serif;
	}
	
#searchContent {
padding: 10px;
}	
	
/*#navMainSearch form, select, input {
padding-top: 5px;
padding-bottom: 5px;
}*/

#navBreadCrumb {
	padding: 0em 0.5em;
	/*background-color: #ffffff;*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	font-family: "lucinda sans console", geneva, kalimati, sans-serif;
	color: #21455B;
	/*border: 1px double #F2F2F2;*/
	}

#navEZPagesTop {
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
/*border-left: 1px solid #6C8B98;
border-right: 1px solid #6C8B98;*/
/*border-left: 1px double #F2F2F2;*/
/*border-right: 1px double #F2F2F2;
background: #7e9ca7 url(../images/sidebarbg.gif);*/
}


 #navColumnTwo {
	/*background-color: transparent;
	background: url(../images/tile2.png) repeat;*/
	/*background-color: #F2F2F2;*/
	/*border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;*/
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productMainImage {
float: left;
margin-top: 20px;
margin-right: 10px;
}

#productMainImage img {
z-index: 1000;
border: 1px double #F2F2F2;
}

#productName {
padding-left: 10px;
padding-right: 10px;
margin-top: 25px;
text-align: left;
}

#productPrices {
padding-top: 5px;
padding-left: 10px;
text-align: left;

}

#productDescription {
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
}

#productAttributes {
margin-bottom: 10px;
border-bottom: 1px double #0065CC;
}
	
.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	clear: left;
	float: left;
	width: 100%;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #21455B;
	background-color: none;
	}

#productDetailsList {
display: block;
list-style: none;
}

#productDetailsList li {
margin-bottom: 5px;
/*background: url(../images/productDetailsList_icon.png) no-repeat;
background-position: left;*/
text-align: left;
margin-left: 40px;
}

#indexDefaultMainContent {
margin: 10px 20px 10px 20px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	padding-top: 5px;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-right: 0.8em;
	padding-left: 1.3em;
	/*padding-top: 0.8em;*/
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	min-height: 600px;
	/*background-color: transparent;
	background: url(../images/tile2.png) repeat;*/
	/*background-color: #F2F2F2;*/
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	color: #0065CC;
	/*border-right: 1px solid #6C8B98;*/
	}
	
.centerColumn {
z-index: 1000;
background: url(../images/siteContent.png) repeat-y;
background-position: center;
margin-top: 17px;
padding-bottom: 35px;
}	
	
.centerColumn p {
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	font-size: 12px;
}	

.centerColumn ul {
	margin-left: 9px;
	margin-right: 9px;
	padding-right: 0.9em;
	padding-left: 0.5em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	clear: left;
	float: right;
	text-align: center;
	margin-top: 1em;
	margin-right: 0.7em;
	margin-bottom: 1em;
	margin-left: 1em;
	border: 1px double #0065CC;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1em;
	padding-left: 1em;
	}

/*td {
float: left;
margin-left: 200px;
}*/

.tabTable td {
border: 1px double #cccccc;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	color: #21455B;
	}

#cartProdTitle {
margin-top: 3px;
color: #21455B;
}

.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: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#ccQuantityHeading, #ccProductsHeading, #ccTotalHeading {
padding-top: 0.25em;
padding-bottom: 0.25em;
background-color: #CACACA;
}

#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;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#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;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
/*Product Buttons*/
#productReviewLink {
padding-top: 75px;
}

#productTellFriendLink {
padding-top: 75px;
}	

#productInfoHR {
width: 100%;
height: 1px;
padding-bottom: 10px;
border-bottom: 1px double #0065CC;
}

.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: 1px solid #21455B;*/
	border: 1px solid #6C8B98;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #21455B;
	}

/*sideboxes*/
.columnLeft {
float: left;
margin-right: 10px;
/*border-right: 1px double #A59E8C;*/
}

.columnRight {
/*border-left: 1px double #A59E8C;*/
}

#bannerTwo {
margin-right: 25px;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	font-weight: bold;
	color: #4CA5FF;
	text-align: left;
	/*background: url(../images/category_tile.png);*/
	}
#manufacturersHeading, /*#currenciesHeading,*/#musicgenresHeading, #recordcompaniesHeading, /*#searchHeading,*/#search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#currenciesHeading, #searchHeading {
font-size: 14px;
color: #F2F2F2;
}

.leftBoxHeading, .rightBoxHeading {
	text-indent: 20px;
	/*margin-left: 5px;
	margin-right: 5px;*/
	padding: 0.5em 0em 0.5em 0em;
	margin: 0em;
	font-size: 14px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	/*color: #21455B;*/
	color: #0065CC;
	/*background-image: url(../images/sidebarCategoryHeader.gif);*/
	/*border-bottom: 1px double #A59E8C;*/
	/*border-bottom: 1px double #F2F2F2;*/
	}
	
.centerBoxHeading {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0.5em 0.2em;
	font-size: 14px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	color: #21455B;
	border-bottom: 1px double #6C8B98;
	/*border-bottom: 1px double #21455B;*/
}

.leftBoxContainer {
	margin: 0em;
	/*border: 1px solid #A59E8C;*/
	/*border: 1px solid #F2F2F2;*/
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	/*background-color: #F2F2F2;*/
	}
	
.rightBoxContainer {
	margin: 0em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	background-color: transparent;
	}

.sideBoxContent {
	/*padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	display: block;*/
	}

/*.rightBoxCotainer .sideBoxContent {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	display: block;
	}*/


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, #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;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	color: #0065CC;
	}

#createAcctDefaultLoginLink {
margin-bottom: 10px;
margin-left: 1.5em;
}

#checkoutConfirmDefaultPayment, #checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultShipmentTitle {
margin-left: 0.8em;
}

#checkoutSuccessOrderNumber {
padding-top: 10px;
padding-left: 0.5em;
}

#checkoutSuccessOrderLink {
padding-top: 10px;
}

#checkoutSuccessContactLink {
padding-bottom: 10px;
}

.navNextPrevWrapper {
padding-bottom: 10px;
border-bottom: 1px double #0065CC;
}

#productDateAdded {
padding-top: 10px;
border-top: 1px double #0065CC;
}

#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 {
display: none;
}

#bannerbox2Heading {
display: none;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	/*display: block;
	/*color: #21455B;
	color: #F2F2F2;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 0px;
	background: url(../images/category_icon.png) no-repeat center left;*/
	}
	
A.category-top:hover, A.category-links:hover {
	/*color: #F2F2F2;
	background: url(../images/category_icon_active.png) no-repeat center left;*/
	}
	
A.category-links, A.category-links:visited {
	/*color: #004080;*/
	color: #0065CC;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 0px;
	text-indent: 20px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	background: url(../images/info.png) no-repeat center left;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	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 {
	display: block;
	float: left;
	/*margin-right: 5px;*/
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

.instructions {
padding: 5px;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	list-style: none;
	display: block;
	background: url(../images/list_icon_small.png) no-repeat center left;
	text-indent: 15px;
	padding: 5px;
	} 
	
#myAccountOrdersStatus td {
padding-left: 5px;
padding-bottom: 5px;
}	

.accountTotalDisplay, .accountTaxDisplay {
	width: 30%;
	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(file:///C|/xampp/htdocs/zencart/includes/templates/mdtrends/images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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, #infoShoppingCart {
	background-color: #ffffff;
	background-image: none;
	color: #21455B;
	}
.information {
	/*margin-left: 0.8em;
	margin-right: 0.8em;*/
	padding: 10px; 
	line-height: 150%;
	font-size: 12px;
	font-family: lucinda sans console, geneva, kalimati, sans-serif;
	color: #0065CC;
	}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	color: #21455B;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
DisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

