.br_1 { border: 1px solid; }
 
/** * PureOrange Template designed by zen-cart-power.com * 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: 12px;
	color: #333333;
	line-height: 17px; 	
	background: lightslategray;
}
 
a img { border: none; }
 
a:link {
	color: #365DA0;
	text-decoration: none; }
 
a:visited {
	color: #365DA0;
	text-decoration: none; }
 
a:hover {
	color: red;
	text-decoration: underline; }
 
a:active { color: #2b2b2b; }
 
#navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: underline; }
 
	#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
		color: #2b2b2b;
		text-decoration: underline; }
 
.blue-link a { color: #0075e2; }
 
.columnLeft a, .columnRight a { text-decoration: none; }
 
.columnLeft a:hover, .columnRight a:hover { text-decoration: underline; }
 
#columnCenter { padding: 14px 0 0px 0px; }
 
h1 {
	font: bold 24px Arial;
	color: #4e637e;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important; }
 
h2 {
	font: bold 18px tahoma;
	padding: 15px 0 5px 0 !important;
	display: block; }
 
h3 {
	font-size: 1em;
	padding-bottom: 0px; }
 
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger { font-size: 1em; }
 
.biggerText { font-size: 1.2em; }
 
h1, h2, h3, h4, h5, h6 { margin: 0.3em 0.3em; }
 
/*  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 {
	font-size: 13px; /*	display: inline;*/
	margin: 0em; }
 
TEXTAREA {
	margin: auto;
	display: block;
	background:white;
	width: 95%; }
 
/*input:focus, select:focus, textarea:focus {	background: #ffffe7;	margin:0.1em;	}*/
/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6; }
 
/* /Only for IE7*/
FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6; }
 
LEGEND {
	font: bold 12px Verdana;
	padding: 4px 6px;
	color: #4e6a96;
	background: #f3f3f7; }
 
LABEL {
	padding: 0.2em; /*	line-height: 1.5em;*/
	line-height: 23px; }
 
h4.optionName {
	padding: 0;
	margin: 0;
	width: 0px;
	font: bold 11px verdana; }
 
/*.optionName label {	font: bold 12px Verdana;}*/
/*.attribsSelect {	width: 120px;	float: left;}*/
LABEL.checkboxLabel, LABEL.radioButtonLabel { margin: 0.5em 0.3em; }
 
.centerBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { float: left; }

LABEL.inputLabel {
	width: 9em;
	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, ADDRESS { padding: 0.5em; }
 
ADDRESS { font-style: normal; }
 
.clearBoth { clear: both; }
 
HR {
	height: 1px;
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4; }
 
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0; }
 
.float-right { float: right; }
 
.float-left { float: left; }
 
.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 6px;
	margin: 0; }
 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px; }
 
.align-center {
	margin: auto !important;
	text-align: center !important; }
 
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	margin: 0 10px;
	border: 1px solid #9a9a9a; }
 
.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff; }
 
.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e; }
 
.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000; }
 
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 980px;
	vertical-align: top; /*	border: 1px solid #9a9a9a;*/ }
 
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em; }
 
.topper-menu li {
	font: 11px verdana;
	float: left;
	margin: 9px 2px 0 14px; }
 
#logoWrapper {
	background-color: #ffffff;
	height: 120px; 
	width: 725px;
	}
 
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper { margin: auto; }
 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0em; }
 
#tagline { float: left; /*	margin: 0.7em 0 0 1em;	padding: 0 0 0.4em 1em;*/ }
 
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em; }
 
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em; }
 
#accountLinksWrapper, #sendSpendWrapper, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%; }

.floatingBox{
	margin: 0;
	width: 44%; 
}	
#checkoutShipto{
	margin-left:20px;
}
 
.wrapperAttribsOptions { margin: 0.3em 0em; }
 
/*navigation*/
.current {
	font-size: 15px;
	padding: 2px; }
 
.navSplitPagesLinks, .navSplitPagesResult { padding: 5px 45px 10px 0; }
 
.navSplitPagesLinks a {
	color: #00000;
	padding: 2px;
	margin: 0px; }
 
.navNextPrevWrapper {
	text-align: left; /*tpl_products_next_previous.ph*/
	margin-left: 20px; }
 
.navNextPrevCounter {
	margin: 0em;
	font-size: 14px; }
 
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none; }
 
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-image: url(../images/tile_back.gif); /*	background-color: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%; /*	color: #ffffff;*/ }
 
#navSuppWrapper {
	border-top: 2px solid #cecece;
	margin: 25px 0 0 0;
	padding: 12px 0 12px 0; }
 
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image: none; }
 
#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em; }
 
#navMain ul li, #navCatTabs ul li { display: inline; }

.footer-links {
margin-top:10px;
border-top:2px solid silver;
padding:10px 0px 0px 30px;
}
 
.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 14px; }
 
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap; }
 
.legalCopyright {
	text-align:center;
	font: 11px verdana !important; }
 
#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; }
 
#navMainSearch { float: right; }
 
#navBreadCrumb {
	padding: 0.5em 0.5em ;
	font: bold 14px arial;
	margin-right: 20px;
	color: #2b2b2b;
	background-color: #f6f6f6; }
 
	#navBreadCrumb a { color: #2b2b2b; }
 
		#navBreadCrumb a:hover {
			color: red;
			text-decoration: underline; }
 
#top_nav {
	/*background: #777777 url("../images/bg_tabs_right.gif");*/
	background: red;
	font: bold 13px arial;
	margin: 0em;
	height: 30px; /*	padding: 0.5em;*/ }
 
#tab_nav a {
	color: #ffffff;
	text-decoration: none; }
 
#tab_nav li {
	float: left;
	/*background: url("../images/bg_tabs_left.gif") no-repeat 0 0;*/
	padding: 0 0 0 0px;
	border-right: 1px solid white; }
 
	#tab_nav li a {
		display: block;
		/*background: url("../images/bg_tabs_right.gif") no-repeat right 0;*/
		padding: 7px 12px 7px 10px; }
 
	#tab_nav li:hover { background-position: left -40px; }
 
		#tab_nav li a:hover { 
		text-decoration: underline; 
		background-position: right -40px; }
 
#tab_nav #tab_active { background-position: 0 -78px; }
 
	#tab_nav #tab_active a { background-position: right -78px; }
 
#tab_nav li.home-link {
	text-align: center;
	vertical-align: middle; }
 
	#tab_nav li.home-link a {
		display: block;
		padding: 0px 20px 10px 18px; /*background: url("../images/home_tab.gif") no-repeat left 0;*/
		height: 27px;
		width: 2px; }
 
	#tab_nav li.home-link:hover a { background-position: left -39px; }
 
#login_logout_section, #login_logout_section a {
	font: normal 11px verdana;
	color: #ffffff;
	padding: 11px 7px; }
 
#login_logout_section a:hover { text-decoration: underline; }
 
.top-nav-right {
	background: url("../images/top_nav_right_bg.jpg") right top;
	height: 39px;
	width: 6px;
	float: right; }
 
.top-nav-left {
	background: url("../images/top_nav_left_bg.jpg") left top;
	height: 39px;
	width: 6px;
	float: left; }
 
#navColumnOne, #navColumnTwo { background-color: transparent; }
 
/* Tools section styles */
#tools_wrapper {
	height: 28px;
	background: #fff9e4;
	margin: 0 4px !important;
	padding: 2px 3px 3px 3px; }
 
.line-header {
	font: 1px arial;
	margin: 0 4px; }
 
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left; }
 
.search-header { margin: 3px 0; }
 
	.search-header input {
		border: 0px;
		margin: 0px;
		color: #696969;
		background: none; }
 
	.search-header form { float: left; }
 
	.search-header input:focus { background: none; }
 
.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px; }
 
	.advanced_search a {
		font: 11px Verdana;
		text-decoration: none;
		color: #757575; }
 
		.advanced_search a:hover { text-decoration: underline; }
 
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
	background: #ffeecb; }
 
	.cart-header span { font-weight: bold; }
 
.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0; }
 
.full { background: url("../images/cart_full_icon.gif") no-repeat left top; }
 
.empty { background: url("../images/cart_empty_icon.gif") no-repeat left top; }
 
.td-search-header { width: 303px; }
 
.td-languages { width: 303px; }
 
.languages-wrapper select, .languages-wrapper { font: 11px tahoma, arial !important; }
 
.languages-wrapper select { height: 18px; }
 
.languages-wrapper form { float: right; }
 
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important; }
 
/* /Tools section styles */
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert { vertical-align: top; }
 
/*.content,*/
.shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em; }
 
#productDescription {
	font-size: 13px !important;
	padding-left: 30px;
	padding-top: 10px;
	margin: 50px 100px 10px 10px;
	border: 1px solid pink; }
 
#productAttributes {
	padding-left: 3px;
	margin-left: 320px;
	/*border-left: 1px solid pink;
	border-right: 1px solid pink;
	background: seashell;*/
	height: 60px;
	width: 280px; }
 
.alert {
	color: #FF0000;
	margin-left: 0.5em; }
 
.advisory {  }
 
.important { font-weight: bold; }
 
.notice {  }
 
.rating {  }
 
.gvBal { float: right; }
 
.centerColumn, #bannerOne, #bannerTwo,#bannerFour, #bannerFive, #bannerSix { padding: 0.8em; }
 
.centerColumn { padding: 0.8em 0.4em; }
 
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP { font-size: 0.9em; }
 
#siteinfoIP { float: left; }
 
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, {
	color: #0075E2;
	margin: 1px 8px; }
 
#productPrices {
	font: bold 16px arial;
	color: #a30101;
	margin: 20px 0px 0px 320px;
	display: block;
	padding-left: 4px;
	/*border-left: 1px solid pink;
	border-right: 1px solid pink;
	border-top: 1px solid pink;
	border-bottom: 1px solid pink;*/
	width: 280px;
	height: 60px;
	/*background: seashell; */
	}
 
/*Shopping Cart Display*/
#cartAdd {
	margin: 0px 0px 20px 320px; /*float: right;	text-align: center;*/
	width: 280px;
	/*border-left: 1px solid pink;
	border-right: 1px solid pink;
	background: seashell;*/
	padding-left: 3px;
	font: bold 14px tahoma; }
 
.tableHeading TH { border-bottom: 1px solid #aaaaaa; }
 
.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, .cartTotalsDisplay { padding: 0.5em 0em; }

#cartInstructionsDisplay{
padding-left:20px;
padding-bottom:20px;
}
 
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em; }
 
#scUpdateQuantity { width: 2em; }
 
.cartQuantity { width: 4.7em; }
 
.cartNewItem { position: relative; /*	color: #0075E2;*/ /*do not remove-fixes stupid IEbug*/ }
 
.cartOldItem { position: relative; /*	color: #0075E2;*/ /*do not remove-fixes stupid IEbug*/ }
 
#cartBoxListWrapper a { color: #0075E2; }
 
.cartBoxTotal {
	text-align: right;
	font-weight: bold; }
 
.cartRemoveItemDisplay { width: 3.5em; }
 
.cartAttribsList { margin-left: 1em; }
 
#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9; }
 
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important; }
 
.mediaTitle { float: left; }
 
.mediaTypeLink { float: right; }
 
.normalprice, .productSpecialPriceSale {
	padding-right: 0px;
	text-decoration: line-through;
	color: #888888; }
 
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #a30101;
	padding-right: 0px; }
 
.productPriceDiscount {
	color: #a30101;
	padding-left: 10px; }
 
#reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 15px 5px 6px 300px;
	display: block;
	padding-right: 0px; }
 
.orderHistList {
	margin: 0;
	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: 0px 15px 15px 10px ;
	border: 1.5px #FF0000 solid; }
 
#productMainImageBySamos { text-align: left; }
 
.categoryIcon {  }
 
#cartImage { margin: 0.5em 1em; }
 
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em; }
 
.attributesComments {
	margin: 10px 0;
	color: #83785c; }
 
/*list box contents*/
.centerBoxContents, .categoryListBoxContents, .additionalImages { margin: 1em 0em; }
 
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew { margin: 1em 0em; }
 
.centerBoxWrapper { height: 1%; /*	border: 1px solid #e6e6e6;*/ /*	margin: 27px 0;*/ /*	padding: 12px;*/ }
 
h2.centerBoxHeading {
	font: bold 20px Arial;
	color: #4e637e;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 24px 0 15px 0 !important; }
 
.centerBoxWrapper h2 { margin: 0 0 15px 0 !important; }
 
/*sideboxes*/
.columnLeft { padding: 0 10px 0 0; }
 
.columnRight { padding: 0 0 0 10px; }
 
h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.4em arial;
	color: #000000; /*background: url("../images/sidebox_right.gif") no-repeat right top;*/ }
 
h3.leftBoxHeading a, h3.rightBoxHeading a {
	font: normal 11px verdana, arial;
	color: #ffffff;
	text-decoration: none; }
 
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none; }
 
.sidebox-header-left { padding: 0 0 0 0.3em; /*background: url("../images/sidebox_left.gif") no-repeat left top;*/ }
 
.main-sidebox-header-left { padding: 0 0 0 0.3em; /*background: url("../images/main_sidebox_left.gif") no-repeat left top !important;*/ }
 
.main-sidebox-header-right { padding: 0 0 0 0.3em; /*background: url("../images/main_sidebox_right.gif") no-repeat right top !important;*/ }
 
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #ffffff; }
 
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.4em 0.3em 0.4em 0.4em !important; /*background-color: #abbbd3;	background-image: url(../images/tile_back.gif);*/ }
 
.leftBoxHeading label, .rightBoxHeading label { line-height: 16px; }
 
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 16px 0 4px 0;
	border: 1px solid gray; }
 
.sideBoxContent {
	border: 0px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
	padding-left: 7px; /*	padding: 0.7em 0.4em 1em 0.4em;*/ }
 
	.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
		font: normal 11px verdana;
		color: #454545;
		line-height: 17px; }
 
.sidebox-products {
	display: block;
	color: #0075E2 !important;
	padding: 2px; }
 
#shoppingcartContent { background: #f4fcfd !important; }
 
.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg { text-align: center; }
 
.additionalImages { text-align: left; }
 
.centeredContentSamos {
	text-align: center;
	width: 130px;
	border: 1px solid blue; }
 
.additionalImages a { text-decoration: none; }
 
#bestsellers .wrapper { margin: 0em 0em 0em 1.5em; }
 
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px; }
 
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em; }
 
#upProductsHeading { text-align: left; }
 
#upDateHeading { text-align: right; }
 
/* categories box parent and child categories */
A.category-top {
	font: 14px arial;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url("../images/arrow.gif") no-repeat 0 3px;
	line-height: 20px; }
 
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none; }
 
A.category-top:hover {

	font-weight:bold;
	text-decoration: underline; }
 
.categories-top-list { padding: 2px 0; /*background: url("../images/dotted_line.gif") repeat-x 0 top;*/ }
 
.no-dots { background: none; }
 
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important; }
 
.subcategory { padding: 0 0 6px 12px; }
 
	.subcategory a { line-height: 12px !important; }
 
A.category-subs, A.category-products {
	color: #0075E2;
	text-decoration: underline; }
 
A.category-subs:hover, A.category-products:hover { 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: #f4f4f4;
	height: 1.5em;
	vertical-align: top; }
 
.rowEven {
	background-color: #fdfdfd;
	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: #dadada;
	height: 2em; }
 
.productListing-rowheading {
	background-color: #cfd8e6;
	background-image: url(../images/tile_back.gif);
	height: 2em; /*	color: #FFFFFF;*/ }
 
.tabTable { margin: 6px 0 4px 0; }
 
	.tabTable td {
		padding: 12px 8px;
		text-align: left; }
 
.productListing-even { background-color: #f7f7f3; }
 
#siteMapList {
	margin-left:30px;
	width: 45%;
	float:left;
}

#siteMapList_Links {
	margin-left:30px;
	float:left;
}
 
.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; }
 
.samosimage {
	display: table-cell;
	vertical-align: middle;
	*font-size: 130px;
	border: 0px solid #E6E6E6;
	height: 150px;
	width: 150px; }
 
	.samosimage img {
		vertical-align: middle;
		border: 1px red solid; }
 	.samosimage img:hover {
		vertical-align: middle;
		border: 2px red solid; }
.bigbox {
	margin: 0;
	padding: 0px;
	width: 100%;
	border: 0px solid red; }
 
.columnsbox {
	padding: 0 8px;
	width: 150px;
	height: 290px;
	float: left;
	text-align: center;
	border: 0px solid blue; }
 
.columnscontentimg {
	text-align: center;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	*font-size: 130px;
	border: 0px solid #ff6f69; }

	.columnscontentimg img {
		vertical-align: middle;
		border: 1px solid red; }
 
 	.columnscontentimg img:hover {
		border: 2px solid red; 
 		} 
.columnscontenttxt {
	padding-top: 10px;
	text-indent:0em;
	width: 150px;
	height:30px;
	text-align: left;
	white-space:nowrap;
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	overflow-x:hidden;
	vertical-align: middle;
	border: 0px solid blue; }
 
.specialsListBoxContents {
	width: 150px;
	height: 280px;
	float: left;
	text-align: center;
	border: 1px solid blue; }
 
 
/*patch for productlistindetail start*/
.cpbt1 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold; }
 
.see_msnhd {
	width: 520px;
	overflow: hidden;
	float: left; }
 
.leftjt {
	padding: 30px 5px 0 0;
	float: left; }
 
.rightjt {
	padding: 30px 0 0 5px;
	float: left; }
 
.leftjt img,.rightjt img { cursor: pointer }
 
#content_logo {
	width: 17680px;
	overflow: hidden; }
 
	#content_logo li {
		display: block;
		float: left;
		width: 100px;
		margin-left: 5px;
		list-style: none; }
 
		#content_logo li img { border: 0; }
 
		#content_logo li a {
			font-size: 11px;
			color: #1aa8f3;
			padding-bottom: 3px; }
 
	#content_logo p { padding: 5px 0 0 0; }
 
/*patch for productlistindetail end*/

/*patch for bestseller Begin*/
.wrapper_bestseller{
	border:1px solid pink;
	margin:4px;
	width:50px;
	height:50px;
	float:left;
	}

.wrapper_bestseller img{
	vertical-align: middle;
	float:left;	
}

.wrapper_bestseller:hover{
	border:1px solid red;
	margin:4px;
	width:50px;
	height:50px;
	float:left;	
	}
/*patch for bestseller end*/



/*patch for jquery gallary start*/
#gallery {
    padding: 10px;
    /*background: #e1eef5;*/
  }
.ad-gallery {
  width: 555px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* www.codefans.net */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -23px;
      width: 18px;
      display: block;
      background: url(ad_scroll_back.png) 0px 30px no-repeat;
    }
    
    .ad-back, .ad-thumbs {
    	margin-left:20px;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -43px;
      width: 18px;
      background: url(ad_scroll_forward.png) 0px 30px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
    .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
        background-color:black;
        height:95px;
        padding-top:5px;
        padding-left:5px;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
            vertical-align: middle;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 1px solid red;
              display: block;
              vertical-align: middle;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
/*patch for jquery gallary end*/

.topper-menu{
	background-color:#f1f1f1;
	margin-top:8px;
	padding-bottom:8px;
 	vertical-align: middle;
    border: 0px solid blue;	
}

.productDetailsList
{
	font-size:13px;
	margin:0 0 0 330px;
	padding:5px 0 0 0;
}

.footeradtext{
	padding:0px 10px;
	font-weight:normal;
}

.favoriteaa{
    float:right;
    padding:10px 20px 0px 0px ;
    width:230px;
    height:110px;
    text-align:right;
}

.email_icon {
background:url("../images/email_icon.gif") no-repeat scroll left center transparent;
padding:0 0 0 18px;
}

.favorite_icon {
background:url("../images/favorite_icon.gif") no-repeat scroll left center transparent;
line-height:35px;
margin:0 0 0 30px;
padding:0 0 0 18px;
vertical-align:middle;
}

