/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	/*background-color: #e5edf5;*/
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d1d1d1;
	}
	

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size:17px; 
	color:#3195ff;
	font-weight:bold;
	text-transform:uppercase;	
	}

h2 {
	font-size: 1.4em;
		color:#a5a5a5;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.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 {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
	
INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background-color: none;
	/* background: #E4FEF5; */	
	}	



FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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: 99px;
	/* changed : twd
	width: 7em;
	*/
	float: left;
	font-size:11px;
	}

LABEL.inputLabelPopup {
	width: 110px;
	/* changed : twd
	width: 7em;
	*/
	float: left;
	font-size:11px;
	}

.inputLabel_account{
	width: 110px;	
	float: left;
	text-align:right;
	font-size:11px;
}	

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-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*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*/
#mainWrapperOuter {
	background-color: #ffffff;
	text-align: left;
	width: 790px;
	vertical-align: top;
	border: 1px solid blue;
	
	}
#mainWrapper {
	/*background-color: #ffffff;*/
	text-align: left;
	width: 790px;
	
	border: 0px solid red;
	background-image: url(../images/bg_stripe.gif);
	
	
	}

.topMenu {
	border: 0px solid #FF0000; 
	width: 773px;
	margin: 0px 0px 0px 0px;
	}

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	margin:0px 5px 0px 5px;
	border: 0px solid #000000;
	padding-top: 5px;
	}

#contentMainWrapper {
	background: #ffffff;
	margin: 0px 5px 0px 5px;
	width: 780px;	
	}

#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);*/
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:104px;
	
	}

#logo {
	float: left;
	width: 575px;
	height: 104px;
	}

.headerCartText {
	color: #000000;
	padding-left: 0px;
	font-size: 12px;
	text-align: left;
	
	border: 0px solid #000000;
	}

/*.headerCartlink {
	line-height: 30px;
	border: 0px solid red;
	
	}*/
	
/*.headerCartlink a, .headerCartlink a:link, .headerCartlink a:visited {
	color: #000000;
	border: 0px solid #000000;
	}*/
	
.headerCartText a, .headerCartText a:link, .headerCartText a:visited {
	color: #000000;
	border: 0px solid #000000;
	}


.headerCartItems {
	line-height: 40px;
	color: #ff8a00;
	}

.headerCartItems a, .headerCartItems a:link, .headerCartItems a:visited {
	color: #000000;
	}
	
.cartLogin {
	clear: both;
	padding-left: 30px;
	color: #000000;
	font-size: 12px;
	}
	
.cartLogin a, cartLogin a:link, cartLogin a:visited {
	color: #000000;
	text-decoration: underline;	
	}
.cartLogin a:hover {
	text-decoration: none;
	color: #000000;
	}
		
.headerShoppingCart {
	margin-top: 10px;
	float: left;
	border: 0px solid blue;
	width: 192px;
	height: 83px;
	padding-top: 6px;
	font-weight: bold;
	background-image: url(../images/shopping_cart_bg.gif);
	
	}

.headerBanner {
	background: #FFFFFF;
	padding: 0px 4px 5px 5px;
	border: 0px solid #ffffff;
	}

.headerNavBreadCrumb {
	background-color: #FFFFFF;
	background-image:url(../images/bradcrumb_bg_strait.gif);
	background-position:center;
	background-repeat: no-repeat;
	height: 28px;
	padding: 0px 3px 0px 3px;
	border: 0px solid #000000;
	color: #1679ff;
	
	}	

.headerNavBreadCrumb_twoline {
	background-color: #FFFFFF;
	background-image:url(../images/bradcrumb_bg_strait2.gif);
	background-position:center;
	background-repeat: no-repeat;
	height: 40px;
	padding: 0px 3px 0px 3px;
	border: 0px solid #000000;
	color: #1679ff;
	
	}	
		
	
.breadCrumbBg {
	background-image:url(../images/bradcrumb_bg2.gif);
	}
	
.breadCrumbBgRightMiddle {
	background-image:url(../images/navBarMiddleRightBg.gif);
	}

.breadCrumbBgRightMoreMiddle {	
	background-image:url(../images/navBarMiddleRightMoreBg.gif);
	
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
	 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 0px solid #000000;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 0px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: none;
	background-image: url(../images/tile_back1.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: none;
	background-image: url(../images/tile_back1.gif);
	padding: 0.5em 0.2em;
	font-weight: normal;;
	color: #ffffff;
	height: 30px;
	}


#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;
	}

#navSupp {
	text-indent: 5px;
	float: left;
	width: 590px;

	}
	
.termsCondition {
	float: left;
	line-height: 1.5em;
	width: 180px;
	text-align:right;
	font-weight: bold;
	}

.termsCondition a, .termsCondition a:link, .termsCondition a:visited  {
	color: #ffffff;
		text-decoration: underline;
	}
	
.termsCondition a:hover { 
	text-decoration: none;
	}

#navSupp a:link, #navSupp a:visited {
	color:#ffe71c;
	font-weight: bold;
	line-height: 3em;
	}

#navSupp a:hover {
	color:#ffe71c;
	font-weight: bold;
	line-height: 3em;	
	}


#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: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 0px 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: 6px 5px 5px 10px;
	
	font-size: 0.95em;

	margin: 0em;
	}
	
#navBreadCrumb a, navBreadCrumb a:link, navBreadCrumb a:visited {
	color: #000000;
	}
#navBreadCrumb a:hover {
	color: #000000;
	text-decoration: underline;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back1.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 
{
	width:310px;
	height:40px;
	margin-left:30px;
	font-size:12px;
	text-align:left;
	float:left;
}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
	


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 0px solid #9a9a9a;
	background-color: #e2e3e8;
	}

.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;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	padding-top: 18px;
	border: 0px solid #000;
	}

.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;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.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;
	}
	
#ezPagesHeading {
	font-size:17px; color:#3195ff; width:500px; border: 0px solid #00ff00; font-weight:bold;
	text-transform:uppercase;
	}

/*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;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
background-image: url(../images/left_bottom_address_box.gif);
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 130px;

}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#searchHeading {
	font-size: 0.9em;
	color: #ffffff;
	background-image: url(../images/search_header_img.gif);
	background-repeat: no-repeat;
	}
.buttonGo {
	/*background-image:url(../buttons/english/button_go.gif);*/
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	border:0px solid #000000;

	}

.centerBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	background-image: url(../images/tile_back1.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxHeading, .rightBoxHeading {
	display: none;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #9a9a9a;
	border-bottom: 0px solid #336633;
	background-image: url(../images/side_box_top.gif);
	margin-top: 0.5em;
	padding-top: 14px;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.2em .8em 0.2em .8em;
	background-image: url(../images/side_box_middle.gif);
	background-repeat:repeat-y;
	border: 0px solid #000000;
	}
	
.leftBoxBottom,.rightBoxBottom {
	background-image: url(../images/side_box_bottom.gif);
	height: 13px;
	}
	
#blanksideboxContent {
	/*background-image: url(../images/left_bottom_box_bg.gif);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.addressBoxContent {
	margin: 20px 0px 10px 2px;
	background-image: url(../images/left_bottom_box_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 11px;
	width: 182px;
	padding: 10px 5px 0px 6px;
	height: 88px;
	position: fixed bottom;
	}
		
#search {
	
	}

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;
	}

#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;
	font-size:11px;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #a2a2a2;
	display: block;
	background-image: url(../images/cat_arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	text-align: left;
	}

A.category-top:hover {
	color: #000000;
	text-decoration: none;
	font-size:11px;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #a2a2a2;
	display: block;
	background-color: #f4f3f3;
	background-image: url(../images/cat_arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	text-align: left;
	}
	
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	font-size:11px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #a2a2a2;
	display: block;
	text-align: left;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	font-size:11px;
	text-align: left;
	}
.category-subs-parent {
	font-weight: bold;
	}
.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: #E8E8E8;
	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: 10%;*/
	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: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	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;
	}
	
	
	
	/*  twd : strat */
	.cont_text_field {

	background:transparent url('../images/input_image.gif');
	background-repeat:no-repeat;
	background-position:right;
	border:0px;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	/* height:29px; */
	padding-top:6px;
	width:250px;
	
}

.cont_text_field1{
	background:transparent url('../images/contact_textarea_repeat.gif');
	background-repeat:repeat-x;	
	width:350px;
	height:129px;
}
.cont_text_field2{
	background:transparent url('../images/contact_textarea_repeat1.gif');
	background-repeat:repeat-x;
	background-position:right bottom; 	
	width:8px;
	height:130px;
}
.test{
	background:transparent url('../images/contact_textarea_middle.gif');
	background-repeat:repeat-x;
	background-position:right bottom;	
	overflow-x:hidden;
	overflow-y:scroll;
	margin-top:10px;
	width:97%;
	height:80%;
	border:0px;
	padding-left:8px;
	
	
}
.align_right{
	 text-align:right;
}
.align_left{
	 text-align:left;
}

.reset{
	background:transparent url('http://192.168.0.2/ati_store/includes/templates/classic/buttons/english/button_reset.gif');
	background-repeat:repeat-x;
	width:72px;
	height:21px;
	border:0px;
	cursor:pointer;

}

.select_class {
	background:transparent url('../images/contact_textarea_repeat.gif');
	background-repeat:no-repeat;
	border-top:1px solid #f2f2f2;
	border-right:0px;
	background-color:#fbfbfb;
	height:23px;
	border-bottom:1px solid #d0d0d0;
	border-left:0px ;
	width:248px;

}

.separator{
	background:transparent url('../images/contact_separator1.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:355px;
	height:10px;
	border:0px;	
}
.separator_cart_tr{
		background:transparent url('../images/separator_cart_tr.gif');
		background-repeat:no-repeat;
		background-position:left;
		border:0px solid red;;	
		width:555px;
		height:5px;;
}

.separator_order_history_tr{
		background:transparent url('../images/separator_cart_tr.gif');
		background-repeat:no-repeat;
		background-position:left;
		border:0px solid red;;	
		width:550px;
		height:5px;;
}

.separator_cart{
		background:transparent url('../images/separator_cart.gif');
		background-repeat:no-repeat;
		background-position:right;
		height:5px;
		border:0px solid red;
		width:558px;
}

.separator_p{
	background-position:left;
	width:550px;
	padding-top:5px;
	padding-bottom:10px;
}

.separator2{
	background:transparent url('../images/separator2.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:355px;
	height:10px;
	border:0px;	
}
.separator2_start{
	background:transparent url('../images/dot.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:20px;
	height:12;
	border:0px;	
}
.separator2_dot{
	background:transparent url('../images/separator_dot.gif');separator_dot.gif
	background-repeat:repeat-x;
	background-position:right;
	height:12px;
	border:0px;	
}
.backgroundLeft{
	background-position:left;
}
#small {
	width:352px;
}
.no_repeat{
	 background-repeat:no-repeat;
	
}

.float_right{
	float:right;
}
.float_left{
	float:left;
}


.fontHeader{
	color:#1c74fc;
	font-size:16px;
	font-weight:bold;
	
}
.fontCreateAccount{
	color:#a0a0a0;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	text-align:justify;
	padding-left:1px; 
	padding-bottom:5px;
	letter-spacing:.01em;
}

.cont_text_field_login {
	background:transparent url(../images/login_mail_bg.gif) no-repeat scroll right center;
	border:0px none;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	/* height:25px; */
	padding-top:6px;
	padding-bottom:4px;
	width:238px;	
}


.cont_text_field_login_fields {
	background:transparent url(../images/friends_email_bg_350.gif) no-repeat scroll right center;
	border:0px none;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	/* height:25px; */
	padding-top:6px;
	padding-bottom:4px;
	width:350px;	
}


.cont_text_field_pass , .cont_text_field_state{
	width:115px;	
}
.cont_text_field_start{
	width:240px;;	
	float:right;
	background-position:right;

}


.shipping{
	background:transparent url(../images/back_small.gif) repeat-x scroll right center;
	border:0px none;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	/* height:25px; */
	
	width:500px;	
	height:25px;
	float:left
}

.shippingRight{
	background:transparent url(../images/back_small_right.gif) no-repeat;
	border:0px none;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	/* height:25px; */
	width:12px;	
	height:25px;
	float:left;
	padding-top:6px;
	padding-bottom:4px;
	
}

.cont_text_field_zip{
	background:transparent url(../images/login_zip_bg.gif) no-repeat scroll right center;
	width:78px;
	
}

#login-password{	
	background:transparent url(../images/login_pass_bg.gif) no-repeat scroll right center;
	
}

.border_right{
	 border-bottom:0px;
	 border-left:0px;
	 border-top:0px;
	 
	border-right:2px solid #FFFFFF;
}
.divForAncor{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.productQuantity{
	padding: 3px 0px 3px 0px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.div_arrow{
	background-image: url(../images/cat_arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	display: block;
	width:18px;
	height:10px;
	float:left;
}

.bulletin{
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position:top left;
	display: block;
	width:558px;
	height:auto;
	border:0px solid red;
	float:left;
	font-size:12px;
	margin-top:10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.best_sellers_contentimg {
cursor: pointer;
}

.text_size_p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:0px;
	margin:0px;	
	margin-right:10px;
}

.text_size_p_padd{
	margin-bottom:15px;	
}

.bullet_p{
	margin-left:25px;
}

.ul_design{
	list-style-type:none;
	background:url(../images/li_image.gif) no-repeat;
	background-position:left top;
	height:9px;
	margin-left:0px;
	padding-left:0px;	
	border:0px solid red;
	padding-left:10px;
	margin:10px 0px;
	clear:both;
	text-align:left;
	vertical-align:top;
	height:15px;
	
	
}

	/* twd : end */
	

/* BOCB -jlk*/	
#siteMapHeading
{
	text-transform:uppercase;
	color: #1e64f7;
}

.siteMapSeperator
{
	width:354px;
	height:7px;
	background:url(../images/site_hr_img.gif) no-repeat;
}

.siteStore
{
	background:url(../images/cat_arrow.gif) no-repeat left;
	padding-left: 20px;
	text-transform:uppercase;
	color: #ff7700;
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, 'sans-serif';
	margin-top: 10px;
}

.siteRoot
{
	background:url(../images/site_Root_level_bg.gif) no-repeat;
	width:354px;
	height:29px;
	padding-left:0px;
	padding-top:0px;
	margin-top: 5px;	
}

.siteRootContent
{	
	padding-left:0px;
	width:250px;
	text-transform:uppercase;
	color: #2e62ff;
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, 'sans-serif';	
	border:0px solid #000000;
	margin-left:5px;
	margin-top:7px;
	float:left;
}

.siteRootImage
{
	width:50px;
	height:11px;
	margin-left:0px;	
	float:left;
	border:0px solid #000000;
	margin-top:9px;
	background:url(../images/cat_arrow.gif) no-repeat right;
}
.linkClass a
{
	color: #000000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.linkClass a:hover
{
	color: #000000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.tellBack
{
	width:576px;
	border: 1px solid #000000;
	background:#7c7c7c;
	padding: 9px 9px 9px 9px;
	margin: 0px 0px 0px 0px;
	height:auto;
}
.tellContent
{
	border: 0px solid #000000;
	background:#FFFFFF;	
}

.tellHeader
{
	width:576px;
	height:121px;
	background:url(../images/tell_header.gif) no-repeat;
	border:0px solid #000000;
}

.tellHr
{
	background:url(../images/tell_hr.gif) no-repeat;
	width:466px;
	height:3px;
	margin-left:60px;
}

.tellHeding
{
	font-size:22px;
	font-weight:bold;
	color:#FF0000;	
	font-style:italic;
	margin-left:60px;
	background:#FFFFFF;
	width:153px;
	height:25px;
	background:url(../images/tell_header_text.gif) no-repeat;
}

.tellForm
{
	width:576px;
	height:405px;
	background:#ffffff;
	border:0px solid #000000;
}

.tellFooter
{
	width:576px;
	height:103px;
	background:url(../images/tell_footer_back.gif) no-repeat;
	background-position:bottom;
	border:0px solid #000000;
}

LABEL.tellInputLabel 
{
	width: 238px;
	border: 0px solid #000000;
	/* changed : twd
	width: 7em;
	*/
	float: left;
	font-size:12px;
	margin-right: 20px;
}
	
.tellTextField 
{
	background:transparent url('../images/input_image.gif');
	background-repeat:no-repeat;
	background-position:right;
	border:0px;
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	height:22px;
	padding-top:6px;
	width:265px;
	float: left;	
}
.itemTitle2{
font-size: 11px;
}

.product_details_table{
 width:69px; 
 float:left; 
 border: 0px solid #000; 
 margin-top: 12px; 
 padding-left: 7px; 
 color:#000000; 
 font-weight: bold; 
 font-size: 12px;
 text-align: center;
 }

.product_details_table_1{
 width:77px; 
 float:left; 
 border: 0px solid #000; 
 margin-top: 12px; 
 padding-left: 10px; 
 color:#000000; 
 font-weight: bold; 
 font-size: 12px;
 text-align: center;
 } 
 


/*EOCB -jlk*/



/* E-book Section */

