/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	}
 
a:visited {
	color: #7f7f7f;
	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: #7f7f7f;
	}

a:active {
	color: #0000FF;
	}

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

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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: 0.1em;
	}

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

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
#timeoutfieldset{
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	
}
	#timeoutfieldset FIELDSET
	{
	padding-left:10px;
	padding-top:10px;
	margin: 0;
	}
  
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

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

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

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


LABEL.inputLabel {
	width: 12em;
	float: left;
	}

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;
	}

P

	{
	padding:0.2em 0.5em 0.5em
	}
.style2
{
	padding:1.2em 0.5em 0.5em
}

ADDRESS {
	padding: 0.5em;
	padding-top: 2.5em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-left:0.5em;
	}

ADDRESS {
	font-style: normal;
	}


.clearBoth {
	clear: both;
	}

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

/*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 {
	background-color: #ffffff;
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

#headerWrapper,  #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0px;
	}
#contentMainWrapper
{
	margin: 0em;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:3px;
	*padding-bottom:13px;
	padding-left:0px;
	
}

#logoWrapper{
	background-color: #ffffff;
	
	
	}
.topbanner
{
	height:20px;
}
.shopping
{
	
	float:right;
}
#topbar
{
	border-bottom: solid 1px #ccc;
	vertical-align: bottom;
	padding: 13px 0px 13px 0px;

}
#logo {
float:left;
padding:2px 0px 2px 0px;
height:88px;
width:321px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 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: 47%;
	*width: 47%;
	
	}

.wrapperAttribsOptions {
	margin: 0em 0em;
	padding-top: 5px
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

 #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #003A74;
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%;
	}
 
#navMainWrapper
{
	background-color: #003A74;
	font-weight: bold;
	color: #ffffff;
	height: 28px;
	padding-bottom:0em;
	margin-bottom:0em;
}

#topnavmenu
{
	margin-top: 0px;
	background-color: #ffffff;
	font-weight: bold;
	color: #ffffff;
	height: 22px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:5px;

}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

.topbar
{
	background: url(../images/title_bar.gif) no-repeat;
	color: #ffffff;
	height: 20px;
	
	padding: 10px 0px 0px 15px;
	font-weight: bold;
	margin-bottom: 13px;
}
.topezbar
{
	background: url(../images/title_bar.gif) no-repeat;
	color: #ffffff;
	height: 20px;
	padding: 10px 0px 0px 15px;
	font-weight: bold;
	margin-bottom: -19px;
}


.productListing-heading, .productListing-heading a, productListing-heading a:hover
{
	color: #ffffff;
}

.productprice
{
	color: #000000;
	font-weight: bold;
	font-size: 11px
}

.topbar a, .topbar a:hover
{
	color: #ffffff;
}


.attribImg a.imghover
{	

}
.attribImg a.imghover:hover
{


	
}
.attribImg a.noimghover
{	

}
.attribImg a.noimghover:hover
{
	cursor:nw-resize;
}
#navMain
{
	border-bottom: solid 1px #999;
	padding-top: 9px;
	height: 25px
}

#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;
	/*border-right: solid 1px #ccc*/
	}

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

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	margin-top:30px;
	margin-left:10px;
	}

#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;
	}

#navMainSearch {
	float: left;
	margin-left:10px;
	margin-top:3px;
	}

	

#navMainSearch img {
	margin-bottom:-4px;
	}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#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;
	}
 #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn
{
	padding-left: 3px;
	
}
.banner
{
	background: url(../images/bg-main-products.png) repeat-x;
	height:400px;
	padding-bottom:5px;
	padding-bottom:3px;
	width: 776px;
	position: relative;
}
.promotion{
	position: absolute;
	left: 20px;
	top: 30px;
}
.promotion1{
	position: absolute;
	left: 515px;
	top: 250px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display karen change right->left */
#cartAdd {
	float: left;
	text-align: left;
	margin: 0em;
	padding-top: 1em;
	}

.productGeneral
{
		font-weight: bold;
		color: #003A74;
		font-size: 12px
}

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

.tableHeading, #cartSubTotal {
	background-color: #abbbd3;
	background: url(../images/otherheader.jpg) repeat-x;
	height: 2.3em;
	color: #FFFFFF;
	 }

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

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.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;
	}
.cartAttribsList ul{
	margin:0 0 0 -13px;
	padding:0 0 0 20px;
}
.cartAttribsList ul li{
	margin:0;
	padding:0 0 0 0px;
}
#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImageDetail
{
	
}
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes - karen change to 20%->25% */
.attribImg {
	width: 16%;
	margin-left: 0.3em;
}

.attribImgSpec {
	width: 100%;
	padding: 2px 0;
}

#productAttributes
{
	font-size:10px;
	position:relative;
	padding-top:5px;
	margin-top:6px;
}
#productAttributes form
{
	font-size:10px;
}
.embroidery
{
	float:left;
	width:233px;
	
}

.attributesComments {font-weight: normal; font-size: 11px; padding-top: 20px}

.selectlinename
{
	width: 130px;
	float: left;
	font-weight: bold;
}
.selectlinevalue
{
	width: auto;
	float: left
}

.attributename
{
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #003A74
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
.centerBoxContentsNew
{
	border: solid 1px #E3E3E3;
	margin: 5px 6px 5px 6px;
	min-height: 135px;
}
.centerBoxContentsFeatured
{
	border: solid 1px #7f7f7f;
	margin: 5px 6px 5px 6px;
}
	
.centerBoxContentsNew a
{
	font-weight: normal;
	color:#7F49A1;	
}

.centerBoxContentsNew a:hover
{
	color:#AB80C6;
	text-decoration: underline;
}

.centerBoxContentsFeatured a
{
	font-weight: bold;
}

.price
{
	color:#802100;
	font-weight: normal;
}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin-top: 23.7em ;
	margin-bottom:8px;
	*margin-top: 0.7em ;
	}
.centerBoxWrapper_category
	{
		border: 1px solid #9a9a9a;
	height: 1%;
	margin-top: 0.7em ;
	margin-bottom:8px;
	*margin-top: 0.7em ;
	}
.middleBoxWrapper
{
	background-color:#F7F8FA;
	height:209px;
	margin-top:2px;
}
h2.centerBoxHeading {
	font-size: 1em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxezpagesHeading , h3.leftBoxHeading a,h3.leftBoxezpagesHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	
	}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/otherheader.jpg);
	padding-top: 5px;
	height: 16px
	/*padding: 0.5em 0.2em;*/
	}
.leftBoxezpagesHeading
{
	margin: 0em;
	background-color: #044283;
	
	padding-top: 5px;
	height: 16px
	/*padding: 0.5em 0.2em;*/
}
.categoryleftBoxHeading
{
	margin: 0em;
	background-color: #520893 !important;
	background-image: url(../images/categoryheadblue.jpg);
	padding-top: 10px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 1em;
}
.leftBoxContainer, .rightBoxContainer {
	margin-left: 0px;
	/*border: 1px solid #9a9a9a;*/
	/*border-bottom: 5px solid #336633;*/
	margin-top: 0px;
	}

.sideBoxContent {
	background-color: #ffffff;
	border: solid 1px #9a9a9a;
	padding: 5px 5px 10px 15px;
	line-height: 18px;
	}
	
.sideBoxContent a{
}

.sideBoxContent a:hover{
}

.sideBoxNewsContent {
	background-color: #ffffff;
	border: solid 1px #9a9a9a;
	padding: 0px 5px 0px 15px;
	margin-top:0px;
	line-height: 18px;
	
	}
.sideBoxNewsContent form{padding:0 ; margin:0;}
.sideBoxNewsContent a{
}

.sideBoxNewsContent a:hover{
}
	
	
	.leftsideBoxContent {
	background-color: #ffffff;
	border: solid 1px #9a9a9a;
	padding: 18px 5px 10px 15px;
	
	}
	.leftsideBoxContent a
	{
		color: #69098F !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	
	}
	.leftsideBoxContent a:hover
	{
		color: #7F7F7F !important;
		
	
	}
	.rightheaderContent {
	
	
	 margin-left:0px;
	
	}
	.rightheaderContent a
	{
		color: #064892 !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	
	}
	.rightheaderContent a:hover
	{
		color: #7F7F7F !important;
		
	
	}
	.rightenlink
	{
		margin-left:0px;
		 float:right;
		 padding-top:10px;
		 border-top: 1px solid #999999;
		 width:620px;
		text-align:right;
		padding-right:10px;
		
	}
	.rightenlink a
	{
		color: #064892 !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	
	}
	.rightenlink a:hover
	{
		color: #7F7F7F !important;
		
	
	}
	.rightsplink
	{
		margin-left:0px;
		 float:right;
		 padding-top:10px;
		 border-top: 1px solid #999999;
		 width:613px;
		text-align:right;
		padding-right:10px;
		
	}
	.rightsplink a
	{
		color: #064892 !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	
	}
	.rightsplink a:hover
	{
		color: #7F7F7F !important;
		
	
	}
	span a
	{
		color: #69098F !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	}
	span a:hover
	{
		color: #7F7F7F !important;
	}
	.productAttributes a
	{
		color: #3158BC !important;
		font-size:0.9em;
	        text-decoration: none;
		font-weight:bolder;
	}
.productAttributes a:hover
	{
		color: #7F7F7F !important;
	}
table.sidebarborder {
margin:1pt 3pt 3pt;
padding-left:10px;
}
h3.leftBoxHeading a:hover, h3.leftBoxezpagesHeading a:hover,h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}
	

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .leftBoxezpagesHeading 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,.leftBoxezpagesHeading, .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;
	}
.centerLeftBoxContentsNew
{
	text-align: left;
}
.itemTitle
{
		width: 100%;
		text-align: center;
		font-size: 12px;
}

#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 */
A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000000;
	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 {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

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

.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: url(../images/otherheader.jpg) repeat-x;
	height: 2.3em;
	color: #FFFFFF;
	}
	
.productListing-rowheading_update{
	background-color: #abbbd3;
	background: url(../images/otherheader.jpg) repeat-x;
	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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
.width90 {width:90px;}

.width280 {width:250px; text-align: left !important}
.optionspec { border-top: solid 1px #000; }
.imgpopupcolor {margin-bottom:-4px;}
.productshowheight {height:160px;}

/* pages of solutions for box */
.featured_products {
background-color:#0A51A1;
color:#FFFFFF;
font-weight:bold;
line-height:27px;
margin:3px 0 0;
padding:0 0 0 15px;
}

#education {
float:left;
margin:0;
padding:20px 0 0;
}

#education .box-left {
border:1px solid #BBBBBB;
float:left;
padding:28px 11px 12px 13px;
position:relative;
width:260px;
}

#education .form-title {
background-color:#003871;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
left:16px;
margin:-22px 0 0;
padding:8px;
position:absolute;
top:10px;
}

#education p.text-level {
color:#000000;
font-size:11px;
font-weight:bold;
padding:0 0 10px;
}
#education p {
font-size:11px;
margin:0;
padding:0;
}

#education .box-right {
border:1px solid #BBBBBB;
float:left;
margin:0 0 0 17px;
padding:28px 11px 12px 13px;
position:relative;
width:290px;
}

#education .lineb {
float:left;
font-weight:bold;
text-align:right;
width:87px;
}

#education .lineinput {
float:left;
padding:10px 0 10px 4px;
width:161px;
}

.category_top_image{
	background: url(../images/category_top_banner.jpg) no-repeat;
	width:766px;
	height:115px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	padding-top: 20px;
	padding-left: 20px;
}
.width90 {width:90px;}

.width200 {width:273px; border: 1px solid rgb(204, 204, 204); float:left;}
.width350 { width:482px; padding-left:6px; }
.rightdetailproduct
{
	
	
	border-top: 1px solid rgb(204, 204, 204);
	width: 482px;
	padding:5px 0px  5px 0;
	margin-left:5px;
	position:relative;
	z-index:0;
	font-size:10px !important;
	
}

.divattribute
{
	
	float: left;
	width: 524px;
	margin-top: 1px;
}
.divsize
{
	border-bottom: 1px solid rgb(204, 204, 204);
	border-top: 1px solid rgb(204, 204, 204);
	padding :5px;
	margin-bottom:5px;
	
	
}
.productAttributes
{
	
	border-top: 1px solid rgb(204, 204, 204);
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
}
.buttonRow_update{
	margin: 0;

}
.productListing-rowheading-paging {
	background-color: #abbbd3;
	background-image: url(../images/otherheader.jpg);
	height: 20px;
	color: #FFFFFF;
	padding:3px;
	}
.productListing-rowheading-paging a{
	color: #FFFFFF;
	text-decoration: underline;	
}
.productListing-rowheading-paging a:hover{
	color: #FF8A00;
	text-decoration: underline;
}
.navSplitPagesLinks-paging{
	padding-top: 3px;

}
.imgLink
{
	padding-left:0px;
}
.noneselectsize {
padding:3px 0;
margin-left:0px;
*margin-left:10px;
}
.noneselectsize_image
{
	padding:3px 0;

*margin-left:0px;
}
.noneselectsizecolor
{
 padding:6px 0px;
 

}
#navRightRegister
	{
		float:left;
		width:667px;
		height:12px;
		margin-top:10px;
		text-align:left;
		margin-right:10px;
		margin-left:20px;
	
	}
	#navspRightRegister
	{
		float:left;
		width:660px;
		height:12px;
		margin-top:10px;
		text-align:left;
		margin-right:10px;
		margin-left:10px;
	
	}
	#navspRightRegister a
	{
		color:#fff;
	
	}
	#navspRightRegister a:hover
	{
		color:#7F7F7F;
	
	}
	
#navRightlink
{

		width:205px;
}

.EmbroideryStyle{

height:30px;
float:left;
}

.product_listing_row_style{
	text-align:center; 
	width:167px;
	min-height: 135px; 
	border-style:solid; 
	border-width:1px;
	border-color:#E3E3E3; 
	padding:5px;
	}
	
.cus_product_name_format{
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.cus_product_name_format a{
	color:#7F49A1;
}

.cus_product_name_format a:hover{
	color:#AB80C6;
	text-decoration: underline;
}

.cus_product_name_format1{
}

.cus_product_name_format1 a{
	color:#7F49A1;
}

.cus_product_name_format1 a:hover{
	color:#AB80C6;
	text-decoration: underline;
}

.custom_shoppingcart_border_left_format{
	border-left-color: #E3E3E3;
	border-left-style: solid;
	border-left-width: 2px;
}

.custom_shoppingcart_border_right_format{
	border-right-color: #E3E3E3;
	border-right-style: solid;
	border-right-width: 2px;
}

.custom_shoppingcart_border_bottom_format{
	border-bottom-color: #E3E3E3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.content
{
	
	float:left;
	width:98%;
	padding-top:1px;
}
.contentmiddle
{
	
	float:left;
	width:100%;
	padding-top:1px;
	*padding-top : 80px;
	
}
.centerspecialsBoxWrapper
{
	border: 1px solid #9a9a9a;
	height: 1%;
}
.quantitytext p
{
	margin:0;
	padding:0;
}
#indexDefaultMainContent p{
	margin:0;
	padding:10px 5px 5px;
	line-height:14px;
}
#m5
{
	z-index: 100;
}
.catDescContent
{
	padding-top:5px;
}
.rightenheader
{
	float:right;
	 width:630px;
	 margin-top:10px;
}
.rightspheader
{
	float:right;
	 width:623px;
	 margin-top:10px;
}
#login-password
{
	width:160px !important;
	*width:160px !important;
	
	
}
#login-email-address{
	width:160px !important;
	*width:160px !important;
	
}
.enterlinetext
{
	float:left;
	width:292px;
	*width:290px;
}
.message_product
{
	padding:8px;
	color:red;
}
.printlink

{	float:left;
	margin-top:10px;
	margin-left:10px;
}
.printlink a {
color:#064892 !important;
font-size:0.9em;
font-weight:bolder;
text-decoration:none;
}
.printlink a:hover
	{
		color: #7F7F7F !important;
		
	
	}
	.attribImg a.imghover:hover
{
	background: url(images/attributes/hover_button.png) no-repeat;
	width:44px;
	height:22px;
	cursor:pointer;
	*cursor:hand;

}
.selectColor .attribImg{ width:75px; float:left; height:55px;}
#label_price
{
	color:red;
	font-weight:bold;
}
#add_custom_embroidery a {
color:#3158BC !important;
font-size:1.1em;
font-weight:bold;
text-decoration:none;

}
#add_custom_embroidery a:hover {
color:#7F7F7F !important;

}


