/**
* Template designed by 12leaves.com
* 12leaves.com - Free ecommerce templates and design services
 * 
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2008-2009 12leaves.com
 * @copyright Copyright 2003-2005 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_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.buttonRow {
	padding: 4px 0;
}

.buttonRow a, .navNextPrevWrapper a {
	text-decoration: none;
}

.cssButton, .cssButtonHover {
/*	width : 20em;*/
	background: #e7eef5 !important;
	color: #475a6d;
	border: 1px solid #b5c8da !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	font-weight: bold;
	margin: 3px 0;
	padding: 0.24em 0.3em;
	cursor: pointer;
	/*border-spacing: 1px;*/
/*	margin-left: auto;
	margin-right: auto;*/
/*	display: block;*/
	/*vertical-align: top;*/
	line-height: 16px;
}


.cssButtonHover {
/*	color: #354555;
	background: #d8e4f0 !important;  */
/*	border-style: inset;/
	text-decoration: none;*/
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {/*width: 7em;*/}

.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {/*width: 10em;*/}

.button_shipping_estimator {
	font-weight: normal;
	display: block;
	margin: 7px 0;
	padding: 0 0.3em;
	line-height: 20px;
}
.button_sold_out, .button_sold_out_sm {
	background: none !important;
	border: none !important;
	cursor: default !important;
	padding: 0 !important;
	color: #444444;
}
.button_in_cart, .button_checkout,  .button_login, .button_continue_checkout, .button_confirm_order {
	background: #e2f4b5 !important;
	border: 1px #c1d393 solid !important;
	color: #3c3c3c;
	padding: 0.4em 0.4em;
	width: auto !important;
}  
.button_tell_a_friend {
	width: 22px !important;
	height: 22px;
	background: #e7eef5 url("../images/arrow.gif") no-repeat center center !important;
	margin: 0;
}

.button_submit {/*width: 18em;*/}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button-search-header {
/*	border: 0px;*/
	width: 22px;
	margin: 0;
	float: left;
/*	background: url("../images/main_sidebox_left.gif") left top;*/
}
/**
* Template designed by 12leaves.com
* 12leaves.com - Free ecommerce templates and design services
 * 
 * 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: 5px 0 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	background: #066 url("../images/bodyback.gif")  repeat-x top center;
	-webkit-text-size-adjust:none;
}
#body_wrapper {
	width: 960px;
	margin: 0 auto;
	color: #333;
	text-align: left;
	font-size: 12px;
}
#header_bg_1 {
	/*background: url("../images/body_bg.gif") repeat-y 50% center;*/
	padding: 0 0 40px 0;
}
#header_bg_2 {
	/*background: url("../images/header_bg_big.gif") no-repeat 50% top;*/
}
a img {border: none; }


a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: underline;
	}
 
a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

.blue-link a {
	color: #FF3300;
	font-weight: bold;
}
.arrowed-link {
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
}
.columnLeft a, .columnRight a, .columnLeft a:visited, .columnRight a:visited {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
#columnCenter {
  width: 750px;
	padding: 0 2px 0 0;
	float: left;
	vertical-align: top;
}
h1 {
	font: bold 24px Arial;
	color: #FF3300;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 5px 0 17px 0 !important;
	}

h2 {
	padding: 15px 0 5px 0 !important;
	display: block;
	}

h3 {
	font-size: 1.3em;
	padding-bottom: 10px;
	}

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

/*  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: 12px;
	margin: 0.1em;
	}
select {
	border: 1px solid #dddddd;
}
fieldset input, fieldset select {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 2px;
}


#productGeneral form {
	margin: 0 !important;
}
TEXTAREA {
	margin: auto;
	width: 95%;
	}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

/* Only for IE6*/
* html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #ececec;
}
* html legend {
	margin: 3px 0 12px 0;
}
/* /Only for IE6*/

/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #ececec;
}
*+ html legend {
	margin: 3px 0 12px 0;
}
/* /Only for IE7*/



FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #ececec;
	}

LEGEND {
	font: bold 13px Arial;
	padding: 4px 8px;
	color: #000000;
	background: #f3f3f7;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
span.optionName {
	padding: 0;
	margin: 0;
	width: 105px;
	font-size: normal;
}
/*.optionName label {
	font: bold 12px Verdana;
}*/
/*.attribsSelect {
	width: 120px;
	float: left;
}*/

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

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

.categoryListBoxContents img {
	border: 1px solid #dddddd;
}
.categoryListBoxContents a, .categoryListBoxContents a:visited {
	font: bold 13px arial;
}

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

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

.clearRight {
	clear: right;
	}

HR {
	height: 1px;
	margin: 10px 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: 0;
	margin: 0;
} 
ul.inline-list li {
	float: left;
	padding: 4px 0 0 8px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 7px;
	margin: 20px 20px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
	}
/*wrappers - page or section containers*/
.mainWrapper {
	text-align: left;
	width: 946px;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, .mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin: 12px 0 0 0;
	width: 100%;
}

.topper-menu {
	height: 25px;
}
.topper-menu li {
	font: 11px arial;
	float: left;	
	margin: 11px 1px 0 10px;
	color: #aec6cd;
}
.topper-menu a, .topper-menu a:visited {
	color: #6699CC;
	text-decoration: none;
}
.topper-menu a:hover {
	color: #565656;
	text-decoration: underline;
}
#logoWrapper {
	}
#logo {
	padding: 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, .mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	}

#tagline {
	float: left;
	}
#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;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
#header {
	width: 960px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #333;
	text-align: left;
	height: 90px;
	z-index: 3;
	position: relative;
}

#logo {
	float: left;
	margin: 0;
	width: 270px;
	color: #000;
}

#banner {
	float: left;
	margin: 10px 0;
	width: 468px;
	font-size: 11px;
}

#banner a:link, #banner a:visited { color: #333; text-decoration: none; }
#banner a:hover { text-decoration: none; }

#topright {
	position: absolute;
	float: right;
	margin: 0;
	width: 180px;
	text-align: right;
	right: 0;
	top: 0;
}

#badge {
	width: 140px;
	height: 130px;
	float: right;
}

#topnav {
	width: 960px;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #333;
	height: 30px;
	z-index: 5;
	float: left;
	height:30px;
}

/*navigation*/
#topnav ul {
	margin: 0px;
	padding: 0px;
	width: 960px;
}

	#topnav ul li {
		list-style: none;
		margin: 0px 2px 0px 0px;
		padding: 0;
		float: left;
		text-align: center;
		height:30px;
	}

#topnav ul li#tna { width: 90px; background: url(../images/tna-off.gif) no-repeat left 5px; }
#topnav ul li#tnb { width: 110px; background: url(../images/tnd-off.gif) no-repeat left 5px; }
#topnav ul li#tnc { width: 110px; background: url(../images/tnc-off.gif) no-repeat left 5px; }
#topnav ul li#tnd { width: 110px; background: url(../images/tnd-off.gif) no-repeat left 5px; }
#topnav ul li#tne { width: 130px; background: url(../images/tne-off.gif) no-repeat left 5px; }
#topnav ul li#tnf { width: 130px; background: url(../images/tne-off.gif) no-repeat left 5px; }
#topnav ul li#tng { width: 80px; background: url(../images/tng-off.gif) no-repeat left 5px; }
#topnav ul li#tnh { width: 70px; background: url(../images/tnh-off.gif) no-repeat left 5px; }
#topnav ul a:link, #topnav ul a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#topnav ul a:hover {
	color: #000;
	text-decoration: none;
}

#topnav ul li a:link, #topnav ul li a:visited { display: block; height: 19px; padding-top: 11px; }
#topnav ul li#tna a:link, #topnav ul li#tna a:visited { background: url(../images/tna-off.gif) no-repeat left 5px; }
#topnav ul li#tnb a:link, #topnav ul li#tnb a:visited { background: url(../images/tnd-off.gif) no-repeat left 5px; }
#topnav ul li#tnc a:link, #topnav ul li#tnc a:visited { background: url(../images/tnd-off.gif) no-repeat left 5px; }
#topnav ul li#tnd a:link, #topnav ul li#tnd a:visited { background: url(../images/tnd-off.gif) no-repeat left 5px; }
#topnav ul li#tne a:link, #topnav ul li#tne a:visited { background: url(../images/tne-off.gif) no-repeat left 5px; }
#topnav ul li#tnf a:link, #topnav ul li#tnf a:visited { background: url(../images/tne-off.gif) no-repeat left 5px; }
#topnav ul li#tng a:link, #topnav ul li#tng a:visited { background: url(../images/tng-off.gif) no-repeat left 5px; }
#topnav ul li#tnh a:link, #topnav ul li#tnh a:visited { background: url(../images/tnh-off.gif) no-repeat left 5px; }
#topnav ul li a:hover { display: block; height: 22px; padding-top: 8px; }
#topnav ul li#tna a:hover { background-position: left top; }
#topnav ul li#tnb a:hover { background-position: left top; }
#topnav ul li#tnc a:hover { background-position: left top; }
#topnav ul li#tnd a:hover { background-position: left top; }
#topnav ul li#tne a:hover { background-position: left top; }
#topnav ul li#tnf a:hover { background-position: left top; }
#topnav ul li#tng a:hover { background-position: left top; }
#topnav ul li#tnh a:hover { background-position: left top; }
#topnav ul li.active a:link, #topnav ul li.active a:visited { display: block; height: 22px; padding-top: 8px; }
#topnav ul li#tna.active a:link, #topnav ul li#tna.active a:visited { background: url(../images/tna-on.gif) no-repeat left top; }
#topnav ul li#tnb.active a:link, #topnav ul li#tnb.active a:visited { background: url(../images/tnd-on.gif) no-repeat left top; }
#topnav ul li#tnc.active a:link, #topnav ul li#tnc.active a:visited { background: url(../images/tnd-on.gif) no-repeat left top; }
#topnav ul li#tnd.active a:link, #topnav ul li#tnd.active a:visited { background: url(../images/tnd-on.gif) no-repeat left top; }
#topnav ul li#tne.active a:link, #topnav ul li#tne.active a:visited { background: url(../images/tne-on.gif) no-repeat left top; }
#topnav ul li#tnf.active a:link, #topnav ul li#tnf.active a:visited { background: url(../images/tne-on.gif) no-repeat left top; }
#topnav ul li#tng.active a:link, #topnav ul li#tng.active a:visited { background: url(../images/tng-on.gif) no-repeat left top; }
#topnav ul li#tnh.active a:link, #topnav ul li#tnh.active a:visited { background: url(../images/tnh-on.gif) no-repeat left top; }
/* Tools section styles */
#tools_wrapper {
	height: 35px;
	background: url("../images/tools_bg.gif") repeat-x left top;
}
#tools-right {
	background: url("../images/tools_right_bg.gif") no-repeat right top;
	height: 35px;
	width: 8px;
	float: right;
}
#tools-left {
	background: url("../images/tools_left_bg.gif") no-repeat left top;
	height: 35px;
	width: 8px;
	float: left;
}

.line-header {
	margin: 0 4px;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 22px;
	padding: 2px 0 0 3px;
	float: left;
}
.search-header {
	margin: 3px 10px 3px 10px;
}
.search-header input {
	margin: 0;
	color: #696969;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 6px 0 0 10px;
}
.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #000000 !important;
}
.advanced_search a:hover {
	text-decoration: underline !important;
}
.cart-header {
	line-height:19px;
	padding: 4px 1px 0px 4px;
	margin: 2px 10px !important;
}
.cart-header .blue-link {
	background: url("../images/blue_arrows.gif") no-repeat right 7px;
	padding: 0 11px 0 0 !important;
}
.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;
}
.languages-wrapper {
	padding: 5px 1px 2px 1px;
	line-height:30px;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	line-height: 17px !important;
	color: #000000;
}
/* /Tools section styles */
#login_logout_section{
	margin:2px 12px 0 10px;
}
#login_logout_section a{color:#FF3300;}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 11px !important;
	padding: 0.2em;
	}

#productAttributes {
	margin: 17px 0;
	border: 1px #ededed solid;
	background: #f9f9f9;
}
.attributesComments {
	font: bold 15px Arial;
	color: #666666;
	border-bottom: 1px solid #e7e7e0;
	background: #efefef;
	padding: 6px 5px;
	margin: 10px 0 20px 0;
}

#attribsOptionsText {
	font: bold 16px arial;
	background: #f0f0f0 /*#b7b7a5*/;
	color: #666666 /*#ffffff*/;
	padding: 4px 6px;
	margin: 0;
}

.wrapperAttribsOptions, .wrapperAttribsQtyPrices, .wrapperAttribsOneTime {
	margin: 0px 10px;

}
#crumbbar {
	float: left;
	clear: both;
	width: 960px;
	background: #FFC500;
	line-height: 30px;
	height: 30px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

	#crumbbar p.breadcrumb {
		float: left;
		margin: 0;
		padding: 0px 0px 0px 18px;
		font-size: 11px;
	}
		#crumbbar p.breadcrumb a:link, #crumbbar p.breadcrumb a:visited {
			color: #000;
			text-decoration: none;
		}

		#crumbbar p.breadcrumb a:hover {
			text-decoration: underline;
		}

		#crumbbar p.breadcrumb a.breadcrumbhomelink {
			padding-left: 22px;
			background: url("../images/homeicon.gif") no-repeat top left;
		}

#searchbar {
	float: left;
	width: 960px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background: #fea;
	text-align: center;
}

	input.searchbox {
		margin: 4px 0px 0px 5px;
		width: 200px;
		font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
		padding: 1px 0px;
	}

	input.searchsubmit {
		padding: 0px;
		margin: 0px 0px 0px 5px;
		font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
		width: 60px;
		font-size: 0.8em;
		color: #000;
		height: 22px;
		cursor: pointer;
		background:none repeat scroll 0 0 #FFAA33
	}
#mainpage {
	width: 960px;
	clear: both;
	float: left;
	margin: 0px;
	padding:10px 0px;
	color: #000000;
	text-align: left;
	background: #fff;
}

	#leftnav {
		float: left;
		padding: 0 0 0 10px;
		width: 180px;
	}

	#maincontent {
		float: right;
		padding: 5px 10px 10px 0;
		width: 750px;
	}

		
#footer {
	clear: both;
	width: 940px;
	padding: 10px 10px 8px 10px;
	margin: 0px;
	color: #000;
	background: #f60;
	border-bottom: 1px solid #fff;
}

#footer a:link, #footer a:visited { color: #000; text-decoration: none; }
#footer a:hover {color: #fff; text-decoration: underline; }

	#bottomlinks {
		float: left;
		width: 400px;
	}

	#bookmark {
		width: 540px;
		float: right;
		text-align: right;
		padding: 0px;
		margin: 0px;
	}

	ul.bookmarks {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: right;
	}

		ul.bookmarks li{
			list-style: none;
			margin: 0px 1px;
			padding: 0;
			line-height: 16px;
			height: 16px;
			display: inline;
			text-align: right;
		}

			ul.bookmarks li a:link, ul.bookmarks li a:visited {
				background-image: url("../images/icons/share.png");
				background-repeat: no-repeat;
				padding: 1px 1px 1px 20px;
			}

			ul.bookmarks li a#sblink1:link, ul.bookmarks li a#sblink1:visited { background-position: left -68px; }
			ul.bookmarks li a#sblink2:link, ul.bookmarks li a#sblink2:visited { background-position: left top; }
			ul.bookmarks li a#sblink3:link, ul.bookmarks li a#sblink3:visited { background-position: left -85px; }
			ul.bookmarks li a#sblink4:link, ul.bookmarks li a#sblink4:visited { background-position: left -34px; }
			ul.bookmarks li a#sblink5:link, ul.bookmarks li a#sblink5:visited { background-position: left -17px; }
			ul.bookmarks li a#sblink6:link, ul.bookmarks li a#sblink6:visited { background-position: left -51px; }

#footerlinks {
	clear: both;
	width: 935px;
	padding: 12px 0px 20px 25px;
	margin: 0px;
	font-size: 12px;
	background-color: #310;
	color: #fff;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

	#footerlinks a:link, #footerlinks a:visited { color: #edc; text-decoration: none; font-size:12px;}
	#footerlinks a:hover { color: #fff; text-decoration: underline; }
	#footerlinks ul{list-style:none outside none;padding:0;margin:0;}

	#footerlinks h4 {
		font-size: 1.1em;
		color: #fff;
		line-height: 1.2em;
	}
	.footerlinks1 {
		margin: 0px 8px 0px 0px;
		float: left;
		width: 135px;
		color: #fff;
		padding: 10px 5px 0px 10px;
	}

	.footerlinks2 {
		margin: 0px 8px 0px 0px;
		float: left;
		width: 150px;
		color: #fff;
		padding: 10px 5px 0px 5px;
	}

		input.newsletter {
			width: 145px;
			padding: 2px 5px;
		}

		input.newslettersubmit {
			background: #fff;
			margin-top: 2px;
			border: 0px;
			color: #000;
			font-family: arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
			font-size: 1em;
			font-weight: bold;
			height: 22px;
			cursor: pointer;
		}

	.footerlinks3 {
		margin: 0px 8px 0px 0px;
		float: left;
		width: 115px;
		color: #fff;
		padding: 10px 5px 0px 5px;
	}

	.footerlinks4 {
		margin: 0px 8px 0px 0px;
		float: left;
		width: 170px;
		color: #fff;
		padding: 10px 5px 0px 5px;
	}

	.footerlinks5 {
		margin: 0px 8px 0px 0px;
		float: left;
		width: 270px;
		color: #fff;
		padding: 10px 0px 0px 5px;
	}
#copyright{
	background:url(../images/bottomlogo.gif) no-repeat left top;
	text-align:left;
	color:#000000;
	padding:2px 0 0 110px;
	margin:10px 0 0 0;
	height:40px;
	width:350px;
	float:left;
}
#copyright a{
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}
#viewType {
	width:150px;
	margin:10px 0 0 0;
  float: right;
  text-align: right;
  height: 40px;
  line-height: 40px;
  color: #000000;
  padding-right: 2px;
  font-size: 12px;
}
#exchangelinks{
	margin:10px 0 0 0;
	width:960px;
}
#exchangelinks div{float:left;padding:0 5px 0px 5px;white-space:nowrap;}
.alert {
    color: #FF0000;
    margin-left: 0.5em;
}
.important {
	font-weight: bold;
	}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}
.centerColumn form {
	margin: 0.1em 0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {
	font: normal 12px arial;
	color: #FF3300;	
	text-decoration: none;
}

.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {
	text-decoration: underline;
}

.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
	height: 205px;
	width: 150px !important;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 0 !important;
	padding: 10px 18px 12px 18px;
}
.no-right-margin {
	margin-right: 0px !important;
	border-right: none;
}

#specialsListing .specialsListBoxContents {
	width: 148px !important;
	margin: 0 !important;
	padding: 18px 18px 12px 18px;
	border: none;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #f9f9f9;
	 }

#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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;
	}

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

.cartOldItem {
/*	color: #0075E2;*/
	position: relative;  /*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;
	}

.product-box-name {
	padding: 4px 0 3px 0;
}
.normalprice, .productSpecialPriceSale {
	font-weight: normal !important;
	text-decoration: line-through;
	color: #aaaaaa;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .central-boxes-price {
	color: #a30101;
	}
.table-price {
	font: bold 12px arial;
/*	color: #a30101;*/
}
.centerBoxWrapper .productSpecialPrice, .centerBoxWrapper .productSalePrice {
	background: #fff9de;
}

#specialsListing .productPriceDiscount, .centerBoxWrapper .productPriceDiscount {
	display: none;
}
.centerBoxWrapper .normalprice, .centerBoxWrapper .productSpecialPrice {
	padding: 0 3px 0 0;
}

.central-boxes-price {
	font: normal 12px arial;
	color: #FF3300;
}
.free, .call-for-price {
	font: normal 11px arial;
	color: #ffffff;
	background: #990000;
	padding: 0 2px;
}
.free {
	background: #990000;
}
.call-for-price {
	background: #888888;
}
.columnar-product-img {
	height: 150px;
	text-align: center;
}
.columnar-product-info {
}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.centerColumn .detail-link, .detail-link:visited {
	font: normal 12px arial;
	color: #0075e2;
	float: right;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
	display: none;
}
.detail-link:hover {
	color: #0075e2;
	text-decoration: none;
}
.productListing-data h3 {
	font: bold 13px arial;
/*	margin: 0px !important;*/
}
.productListing-data {
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}
.service-text {
	font: italic 11px verdana;
	color: #777777;
}
.table-product-attributes {

}
#productListing {
	padding: 0 0 15px 0;
}
.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;
	}
#reviewsDefault h2 {
	padding-top: 0 !important;
}
#reviewsDefault .smallProductImage {
	width: 150px;
	height: 120px;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}
#productMainImage {
	float: none !important;
	margin: 0px 15px 15px 0;
}
.product-detail-div {
        width:100%
	vertical-align: top;
	text-align: left;
}
.left-side-info {
	width: 64%;
	float: left;
}
.right-side-info{
        float: right;
        width: 36%
}
#productDetailsList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 95% !important;
	text-align: center;
}
.product-info-label {
	font: normal 11px arial;
	color: #777777;
}
#productAdditionalImages {
	padding: 12px 0;
}
#productAdditionalImages h2 {
	border-bottom: 1px solid #e6e6e6;	
}
#productQuantityDiscounts {
        float: left;
	padding: 5px 5px 5px 10px;
	text-align: left;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
}
#productQuantityDiscounts .discount_price{width:60px;float:left;}
#productQuantityDiscounts table {
	border: none;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-spacing: 0px !important;
/*	border-collapse: collapse;*/
	margin: 0;
	background: #fafafa;
}
#productQuantityDiscounts table td {
	border: 1px solid #eeeeee;
	border-left: none;
	border-bottom: none;
	padding: 4px;
}

.categoryIcon {}

.categoryImg {
	margin: 0 0 12px 0;
}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	padding: 0 0 20px 0;
	}

h2.centerBoxHeading {
	font: bold 19px Arial;
	color: #111;
	border-bottom: 1px solid #eaeaea;
	padding: 6px 11px !important;
	margin: 0 0 20px 0 !important;
	background: #f5f5f2;
}

.columnLeft {
	padding: 0 14px 0 0;
}
.columnRight {
	padding: 0 0 0 18px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 14px arial;
	color: #111;
	background: url("../images/nav-header.gif") no-repeat right top;
	}

h3.leftBoxHeading a, h3.rightBoxHeading a {
	font: normal 11px arial;
	color: #000000;
	text-decoration: underline;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
.sidebox-header-left {
	padding: 0;
	background-color:#FFE27F;
}
.main-sidebox-header-left {
	padding: 0;
	background-color:#FFE27F;
}
.main-sidebox-header-right {
	padding: 0 0 0 0.3em;
}
#categoriesHeading {
	color: #000000;
}
#categoriesContent {
	background-color: #FFF3CC;
}
/*
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #ffffff;
}
*/
#manufacturersContent select {
	width: 88% !important;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 7px 6px 6px 6px !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
	padding: 0px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 0 0 15px 0;
	background-color: #FFF3CC;
	}

.sideBoxContent {
	border: 1px solid #ececec;
	border-top: none;
	background-color: #FFF3CC;
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial;
	color: #000000;
	line-height: 17px;
}
.sidebox-products {
	display: block;
/*	color: #0075E2 !important;*/
	padding: 2px;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}

.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, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .gvBal, .attribImg {
	text-align: center;
	}
#cartEmptyText {
	margin: 10px 2px !important;
	padding: 15px !important;
	background: #fffadd;
	border: 1px solid #f6eada;
}

.additionalImages a {
	text-decoration: none;
}
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	text-align: center !important;
}

#bestsellers .wrapper {
	margin: 0;
	}

#bestsellers li {
	background: url(../images/arrow_black.gif) no-repeat left 5px;
	padding: 0 0 0 12px;
}

#bestsellers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
.navNextPrevList {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0.1em;
    white-space: nowrap;
}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	font: 12px arial;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}
a.category-top:hover {
	text-decoration: underline;
} 

A.category-links {
	color: #FF3300;
	text-decoration: none;
	}
.categories-top-list {
	padding: 6px 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, A.category-subs:visited, A.category-products:visited {
	color: #444444;
	text-decoration: underline;
	}
A.category-subs:hover, A.category-products:hover {
	color: #444444;
	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;
	}
.back select{
	width:150px;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
#shoppingCartDefault #PPECbutton {
	margin-top: 10px;
	}
.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: #f0f0f0;
	height: 2em;
	}

.productListing-rowheading {
	background: #eef1f6;
	border: 1px solid #e2e6ec;
	height: 2em;
	}
.productListing-rowheading th {
	border-bottom: 1px solid #e2e6ec;
	border-top: 1px solid #e2e6ec;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}
.more-info a {
	color: #0075e2;
}
.productListing-even {
/*	background-color: #f7f7f3;*/
}
#siteMapList {
	width: 90%;
	float: right;
	}
#siteMapList li{
	margin:6px 0;
}
#siteMapList a{
  text-decoration:none;
}
.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;
	}
.home-banner {
	float: left;
	padding: 0 0 12px 0;
}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 12px 0;
}

/* Product Listing */
#clone_div{
	width:100%;
  height:100%;
	overflow:hidden;
	zoom:1;
}

#clone_div A, #clone_div2 A{
	text-decoration:none;
}

#clone_div A span.product_name, #clone_div2 A span.product_name{
	text-decoration:none;
	font-weight:normal;
	line-height:1.6;
	padding:0 5px;
}

#clone_div A span.product_price, #clone_div2 A span.product_price{
	text-decoration:none;
	font-weight:normal;
	line-height:1.6;
}

#clone_div A span.design_link, #clone_div2 A span.design_link{
	text-decoration:underline;
	color:#FF3300;
	font-weight:bold;
}

#clone_div, #clone_div2{
	margin-top:10px;
}

#clone_div div, #clone_div2 div{
	text-align:center;
	vertical-align:bottom;
	padding-left:0px;
        padding-right:0px;
        float:left;
        margin-bottom:20px;
	color:#454545;
	margin-right:20px;
}

#category_table{
	margin-right:-20px;
}

#category_table #td1{
	background-color:#F8F8F8;
	padding:15px 20px 20px 20px;
	width:40%;
	float:left;
	margin-right:20px;
	padding-bottom:0;
}
#category_table #td2{
	padding:15px 20px 0px 0px;
}

#td1 h2,#td2 h2{
	color:#FF3300;
}

#category_table div{
	padding:15px 20px 20px 20px;
}

#category_table div div{
	padding:0px;
}

#category_table p{
	color:#000000;
	font-size:1.1em;
	line-height:1.4;
	margin-top:10px;
	height:54px;
}

#category_table #td1 div img{
	border-color:#00BBF2;
	border-style:solid;
	border-width:2px;
}

#clone_div2 div{
	height: 275px;
	width: 180px !important;
	margin: 0 !important;	
}

#productListHeading{
	text-align:center;
}

#productName {
	text-align:center;
	font: bold 20px Arial;
	color: #FF3300;
	padding: 0 0 2px 0;
	margin: 5px 0 17px 0 !important;
}
.productInfoHelp{
  text-align:left;
	background-color:#F8F8F8;
	width:87%;
	height:100%;
	padding:8px 15px;
	margin:8px 0 0 0;
	font-size: 11px;
	color:#444;
	line-height:145%;
}
.instruction{
	width:425px;	
	color:#444;
	padding:0px 10px;
}
.howToOrder{
	font-size: 11px; font-weight: bold; color: #FFA500;
}
.productInfoHelp p.help_title{color:#FF3300;background: #F8F8F8 url("../images/icons/warning.gif") no-repeat 0px -1px;padding-left:22px;font-weight:bold;}
.productInfoHelp ul{padding-left: 20px; list-style:decimal}

#productTellFriendLink{
	text-align:center;
	width:100%;
}
#customize {
	text-align:center;
	font: bold 18px Arial;
	color: #ff3300;
	padding: 0 0 2px 0;
	margin: 5px 0 17px 0 !important;
}

.tagcloudHeading a{
	line-height:22px;
    padding-left:5px;
}

.tagcloudHeading div{
    padding-bottom:3px;
}


.tagcloudHeading a.size7 { font-size: .9em;color:#69c; }
.tagcloudHeading a.size6 { font-size: 1.2em;color:#00aaaa; }
.tagcloudHeading a.size5 { font-size: 1.5em;color:#009999; }
.tagcloudHeading a.size4 { font-size: 1.8em;color:#008888; }
.tagcloudHeading a.size3 { font-size: 2.1em; color:#c95000; }
.tagcloudHeading a.size2 { font-size: 2.4em;color:#c95000; }
.tagcloudHeading a.size1 { font-size: 2.7em;color:#c95000; }
.tagcloudHeading a:hover{
    text-decoration: none;
    color:#ff9900;
}
.ezcontent ul{padding: 0 12px;margin: 0; color:#FF3300;}
.ezcontent ul li a{color:#FF3300;}
.ezcontent p a{font-weight:bold;}

.attrib_text{border:1px dashed #ccc;font-size: 11px;padding:5px;margin:0px 0px 2px 18px;}
.shipping_text{display:none;border:1px dashed #ccc;font-size: 11px;padding:5px;margin: 1px 215px -15px 22px;color:#FFA500;font-weight:bold;}
.attribsRadioButton{cursor:pointer;}
.attribsCheckbox{cursor:pointer;}


#play {width:750px; height:245px; overflow:hidden; margin:0 0 4px 1px; padding:0; background:#fff;}
#play_list a{display:block;width:750px;height:247px;position:absolute;overflow:hidden;}
#play_list a img{border:0}
#play_bg {position:absolute;background-color:#fff;margin-top:198px;height:30px;width:750px;filter: Alpha(Opacity=0);opacity:0;z-index:100;}
#play_text {position:absolute;margin:215px 0 0 672px;height:20px;width:80px;z-index:102;}
#play_text ul, #play_text ul li{ margin:0px; padding:0px; list-style:none;}
#play_text ul { list-style-type:none; width:80px; height:20px; padding-top:4px;}
#play_text ul li {
	width:30px;
	height:20px;
	float:left;
	color:#000;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	border: 1px solid #fff;
	background-color:#f0f0f0;
	filter: Alpha(Opacity=40);
	opacity:0.4;
	margin-right:2px;
}

#icon_email {
    padding-left: 25px;background: url(../images/icons/email.gif) no-repeat 0px 0px;padding-top: 3px;font-weight:bold;
}
#icon_skype {
    padding-left: 25px;background: url(../images/icons/skype.gif) no-repeat 0px 0px;padding-top: 3px;font-weight:bold;margin-top:5px;
}
#icon_msn {
    padding-left: 25px;background: url(../images/icons/msn_messenger.gif) no-repeat 0px 0px;padding-top: 3px;font-weight:bold;margin-top:5px;
}
#payment_paypal {
    background: url(../images/icons/payment.gif) no-repeat 0px 0px;
    height: 50px;
    margin-left: 6px;
    margin-top: 25px;
    width: 165px;
}

span.extra_charge{color:#A30101;font-style:italic;}
a.help_button{color:#FF3300;}
.hair_color_16,.hair_color_62,.hair_color_56,.hair_color_9,.hair_color_14,.hair_color_60,.hair_color_66,.hair_color_65,.hair_color_67,.hair_color_68,.hair_color_59,.hair_color_13,.hair_color_58,.hair_color_12,.hair_color_57,.hair_color_11,.hair_color_69,.hair_color_70,.hair_color_64,.hair_color_18,.hair_color_71,.hair_color_72,.hair_color_73,.hair_color_74,.hair_color_75,.hair_color_76,.hair_color_61,.hair_color_15{background: url("../images/hair_color.jpg") no-repeat left top;width:60px;height:68px;display:inline-block;margin-left:120px;}

.hair_color_16,.hair_color_62{background-position:-1px 0px;}
.hair_color_56,.hair_color_9{background-position:-60px 0px;}
.hair_color_14,.hair_color_60{background-position:-120px 0px;}
.hair_color_66,.hair_color_65{background-position:-180px 0px;}
.hair_color_67,.hair_color_68{background-position:-240px 0px;}
.hair_color_59,.hair_color_13{background-position:-1px -74px;}
.hair_color_58,.hair_color_12{background-position:-60px -74px;}
.hair_color_57,.hair_color_11{background-position:-120px -74px;}
.hair_color_69,.hair_color_70{background-position:-180px -74px;}
.hair_color_64,.hair_color_18{background-position:-240px -74px;}
.hair_color_71,.hair_color_72{background-position:-1px -147px;}
.hair_color_73,.hair_color_74{background-position:-60px -147px;}
.hair_color_75,.hair_color_76{background-position:-120px -147px;}
.hair_color_61,.hair_color_15{background-position:-180px -147px;}

.eye_color_1,.eye_color_47,.eye_color_2,.eye_color_48,.eye_color_3,.eye_color_49,.eye_color_4,.eye_color_50,.eye_color_5,.eye_color_51,.eye_color_6,.eye_color_52{background: url("../images/eye_color.jpg") no-repeat left top;width:120px;height:68px;display:inline-block;margin-left:105px;}

.eye_color_1,.eye_color_47{background-position:0px -3px;}
.eye_color_2,.eye_color_48{background-position:-118px -3px;}
.eye_color_3,.eye_color_49{background-position:-236px -3px;}
.eye_color_4,.eye_color_50{background-position:0px -76px;}
.eye_color_5,.eye_color_51{background-position:-118px -76px;}
.eye_color_6,.eye_color_52{background-position:-236px -76px;}

.skin_color_31,.skin_color_32,.skin_color_33,.skin_color_34,.skin_color_35,.skin_color_36,.skin_color_37,.skin_color_38,.skin_color_40,.skin_color_79,.skin_color_80,.skin_color_81,.skin_color_82,.skin_color_83,.skin_color_84,.skin_color_85,.skin_color_86,.skin_color_87,.skin_color_88,.skin_color_89{background: url("../images/skin_color.jpg") no-repeat left top;width:60px;height:80px;display:inline-block;margin-left:120px;}
.skin_color_31,.skin_color_80{background-position:0px 0px;}
.skin_color_32,.skin_color_81{background-position:-60px 0px;}
.skin_color_33,.skin_color_82{background-position:-120px 0px;}
.skin_color_34,.skin_color_83{background-position:-180px 0px;}
.skin_color_35,.skin_color_84{background-position:-240px 0px;}
.skin_color_36,.skin_color_85{background-position:0px -91px;}
.skin_color_37,.skin_color_86{background-position:-60px -91px;}
.skin_color_38,.skin_color_87{background-position:-120px -91px;}
.skin_color_40,.skin_color_88{background-position:-180px -91px;}
.skin_color_79,.skin_color_89{background-position:-240px -91px;}

.relate_links{margin:15px 40px 0px 40px;color:#454545;background: #ffffff url("../images/sidebox_bg.gif") repeat-x left bottom;height:45px;width:862px;padding:5px;}
.relate_links ul{margin-top:1px;width:830px;}
.relate_links ul li a{
	text-decoration: none;
	color:#6699CC;
}

.relate_links ul li a:hover{
	text-decoration: underline;
}
#checkoutSuccessThanks{margin-top:10px;font-weight:bold;color:#FFA500;}
#sorter a{padding-right:15px;}
#seeWhattheysaid{border:1px solid #ECECEC;padding:4px 0px 0px 0px;background-color: #FFF3CC;}
#seeWhattheysaid div{
    font-family: Georgia,"Times New Roman",times,serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.5em;
    overflow: hidden;
    padding: 5px 8px 2px;
    color:#333333;
}
#seeWhattheysaid p{
	padding:0px 10px 0px 6px;
}
.more_testimonials, a.more_testimonials:link, a.more_testimonials:visited{
    color: #111111;
    font-size: 11px;
    text-decoration: underline;
}
ul.testimonials {
    border-bottom: 1px solid #E5E5E5;
    line-height: 150%;
    padding: 0px 10px 10px 10px;
}
p.testimonials_text {
    font-family: Georgia,"Times New Roman",times,serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.33em;
    color:#666666;
}
p.testimonials_from {
	color:#000000;
	font-size: 11px;
	padding-right:10px;
	text-align:right;
}
#shipping_and_product_time{margin:25px 0px;}
#shipping_notice{margin:0px 0px 10px 0px;padding:5px;background-color:#F8F8F8;color:#333333;font-size:13px;}
.shippingOption{font-size:13px;cursor:pointer;}
.review{
	text-align:right;
}
.content{margin-right:10px;}
fieldset input[type="image"] {
	border: none;
}
#myAccountOrdersStatus td{padding:4px;}

#faq {
	text-align: center;
}
#faq a:link, #faq a:visited {
	color: #FFA500;
	font-weight:bold;
	text-decoration: none;
	display: block;
}
#faq a:hover {
	text-decoration: underline;
}
#discount {
	width: 163px;
	height: 73px;
	background: #fff url(../images/discount.gif) no-repeat left top;
	border: none;
	margin: 10px 0 0 0;
	padding: 7px 7px 0 0;
	text-align: right;
}
#discount a:link, #discount a:visited {
	color: #333;
	text-decoration: none;
	width: 163px;
	height: 73px;
	display: block;
}
#discount a:hover {
	color: #000;
	text-decoration: underline;
}				
#accountDefaultHeading{
	margin:5px 0 5px 0 !important
}
#prevOrdersTitle {text-align:center;
	padding:15px;
	margin:0;
	font-size:20px;
	font-weight:bold;
}
.linkPartners{
	margin:-8px 0 0 15px;
	color:#666;
}
#contactusContent div{font-size:12px;margin:5px 0;}