@import url('styles.base.css');

/* General styles */
body, div, p {
	color: #353535;
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
body {
	background:#202020 url('images/bg.gif') repeat-x scroll center top;
	border: 0px solid red;
	margin: 0 auto;
	height: 100%;
}
.bg-left {
	background:transparent url('images/bg_right.gif') no-repeat scroll right 0;
}
input,textarea,select {
	color: black;
	font: 12px arial, sans-serif;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
	color: #626262;
	border: 1px solid #dfe6ed;
	padding: 2px;
}
select {
	border: 1px solid #dfe6ed;
	padding: 1px;
}
p {
	color: #626262;
}
a, a:link, a:visited, a:active, a:hover {
	color: #626262;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.underlined, .underlined:link, .underlined:visited, .underlined:active {
	/*inherits*/
}
hr {
	border: 0px solid #eaf0f5;
	border-top-width: 1px;
}
.dark-hr {
	border: 0px solid #e3e3e3;
	border-top-width: 1px;
	height: 0px;
}
.error-text {
	color: #f27a00;
}
/* /General styles */

/* View large image link */

.view-large-image-link, .view-large-image-link:link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
	padding: 1px 0px 1px 15px;
}
/* Side boxes styles */
.sidebox-link, .sidebox-link:link, .sidebox-link:visited, .sidebox-link:hover, .sidebox-link:active {
	color: #626262;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	color: #353535;
	background-color: #ffffff;
	border: #ffffff 2px solid;
	width: 127px;
	padding: 2px 1px 0px 1px;
	height: 17px;
}
/* /Side boxes styles */

/* Categories side box */
.sidebox-rootcategory, .sidebox-rootcategory:link, .sidebox-rootcategory:visited, .sidebox-rootcategory:hover, .sidebox-rootcategory:active {
	color: #626262;
}
/* /Categories side box */

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0px 0px 0px 5px;
}

.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0px 5px 0px 0px;
}

.ajax-inner-loading-box {
	background: #e2006b url('images/icons/ajax_loader.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
	padding: 10px 10px 10px 10px;
}
/* /Ajax*/


/* Notification box */
.cm-notification-container {
	position: fixed;
	right: 8px;
	top: 0px;
	z-index: 16;
}
.notification-content {
	position: relative;
	margin-bottom: 1px;
}
.notification-w, .notification-n, .notification-e {
	background-color: #1b3737;
}

.notification-header-w, .notification-header-n, .notification-header-e {
	color: #ffffff;
	background: #191414 url('images/icons/notification_icon_e.gif') no-repeat left center;
}

.notification-body {
	color: #ffffff;
}

img.cm-notification-close {
	padding: 0px 4px 4px 4px;
	margin-right: -7px;
	float: right;
}
.notification-body p {
	margin: 3px -1px 0px 0px;
	text-align: right;
}
.notification-body b {
	font-weight: normal;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
	color: #ffffff;
}
.notification-n {
	background-color: #7DC91B;
}
.notification-header-n {
	background: #70B814 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
	background-color: #ffaa14;
}
.notification-header-w {
	background: #ff8214 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
	border: 1px solid #d1d1d1;
}
.section-title {
	background: #ececec url(images/section_title_bg.gif) repeat-x bottom;
}
.section-title a {
	color: #515151;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-title a.cm-combo-on {
	background: url('images/icons/section_icon_expanded.gif') no-repeat 0px 7px;
}
.section-title a.cm-combo-off {
	background: url('images/icons/section_icon_collapsed.gif') no-repeat 0px 7px;
}
.section-body, .section-body-details {
	border-top: 1px solid #d1d1d1;
	background-color: #f8f8f8;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	border: 1px solid #5f5f58;
	color: #ffffff;
	background-color: #77776c;
	font: normal 10px Verdana;
	padding: 2px 4px 2px 4px;
	/*text-transform: uppercase;*/
}

/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	height: 18px;
}
.button-submit-action, .button-action {

}
.button-submit-action, .button-action, x:-moz-any-link {

}
.button-submit {
	height: 18px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	background-color: #77776c;
	margin: 0px;
	height: 18px;
	line-height: 14px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a, x:-moz-any-link {
	padding: 1px 2px 3px;
}
.button-submit, .button {
	background-image: none;
}
.button-submit input, .button a {
	background-image: none;
}
.button-submit input {
	padding-bottom: 6px;
	line-height: 16px;
}
.button-submit-big {
	background: #e12f61 url(images/big_but_left.png) no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-big input {
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/big_but_right.png) no-repeat right top;
	font-size: 12px;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
	border: none;
}
.button-submit-big input, x:-moz-any-link {
	padding: 5px 16px 8px 4px;
}
/* /input buttons */
.button {
	padding: 0px;
	border: 0px none;
}
.button-action a {
	padding: 0px 5px;
	line-height: 16px;
	height: 16px;
}
/* link buttons */

/* /link buttons */
.text-button, .text-button:link, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:link, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	background: url(images/icons/text_but_arrow.gif) no-repeat right 5px;
}

.text-button-act, .text-button-act:link, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url(images/icons/action_text_but_arrow.gif);
}
.go-button {
	vertical-align: middle;
	padding-left: 3px;
}
.button-tool a, .button-tool a:link, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 12px Arial;
	color: #b20101;
	text-transform: lowercase;
}
.tags-buttons {
	margin-top: -32px;
}
/* /Buttons */

/* Category page */
.category-description {
	color: #626262;
}
.categories-columns {
	float: left;
	padding-right: 40px;
}
a.product-title, a.product-title:visited, a.product-title:hover, a.product-title:active {
	color: #626262;
	font: normal 11px Verdana;
	text-decoration: underline;
}
a.product-title:hover {
	text-decoration: none;
}
.product-details-title {
	color: #626262;
	font-size: 12px;
}
.sku {
	padding: 5px 0px 6px 0px;
}
.list-price {
	color: #757575;
}
.price, .sub-price {
	color: #fc004d;
	font: bold 12px Verdana;
}
p.price {
	margin: 0px;
}
.sub-price {
	color: #333333;
}
.discount {
	color: #666666;
}
/* Category page */

/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Checkout pages */
/* Tabs */
.tabs {
	background: #F2F4F4 url(images/tabs_bg.gif) 0px 0px;
	margin-top: 25px;
}
.tabs ul li, .tabs ul li.cm-active {
	padding: 4px 11px 6px 11px;
	margin: 2px 0px 0px 0px;
	height: 16px;
}
.tabs ul li.cm-active {
	background-color: #ffffff;
	border: 1px solid #d1d3d6;
	border-bottom-width: 0px;
	padding: 2px 11px 4px 11px;
	margin: 3px 0px 2px 0px;
}
/* /Tabs */

.cm-tabs-content {
	padding: 22px 5px;
	margin-bottom: 8px;
}
.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
}
.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
table label {
	width: auto;
	font-weight: normal;
}

/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
/* /jCarusel */

/* Listmania */

.lm-top {
	border-top: 1px solid #b7b7b7;
}
.lm-left {
	border-left: 1px solid #b7b7b7;
}
.lm-right {
	border-right: 1px solid #b7b7b7;
}
.lm-bottom {
	border-bottom: 1px solid #b7b7b7;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* Ads */
/* /Ads */

/* common styles */
.float-wrapper {
	position: relative;
	overflow: hidden;
}
.border {
	border: 1px solid #b7b7b7;
}
.no-items {
	background-color: #EFEFEF;
}
/* /common styles */

/* main styles */

#footer {
	padding: 15px 0px 22px;
}
/* Styles for the fixed width layout */
.helper-container, x:-moz-any-link {
	padding-right: 1px;
}
.helper-container {
	background:transparent url('images/bg_left.gif') no-repeat scroll 0 0;
}

#container {
	background-color: transparent;
}
.left-column, .right-column {
	border: 1px solid #e7e7e7;
	padding: 0px 3px 10px 3px;
}
.left-column {
	float: left;
	width: 71px;
	margin-left: -966px;
}
.right-column {
	float: left;
	width: 71px;
	margin-left: -179px;
}
/* /Styles for the fixed width layout */

/* /main styles */

/* top styles */

#top_menu {
	background: #f4457b url(images/top_menu_bg.gif) repeat-x left top;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#top_menu ul {
	z-index: 10;
}
#top_menu ul li span {
	display: block;
}
#top_menu ul li.cm-active span {
	background-color: #f4457b;
}
#top_menu li.first-level a, #top_menu li.first-level a:hover, #top_menu li.first-level.cm-active a, #top_menu li.first-level.cm-active a:hover {
	color: #ffffff;
	font: normal 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: uppercase;
	padding: 7px 20px;
	display: block;
	text-decoration: none;
}
#top_menu li.first-level li a, #top_menu li.first-level li a:hover, #top_menu li.first-level.cm-active li a, #top_menu li.first-level.cm-active li a:hover {
	font-weight: normal;
}
#top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a:hover {
	color: #ffffff;
	font: normal 11px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
}
#top_menu ul li.first-level ul a, #top_menu ul li.first-level ul a:hover, #top_menu ul li.first-level.cm-active ul a, #top_menu ul li.first-level.cm-active ul a:hover {
	color: #515151;
	text-transform: none;
}
#top_menu ul li.first-level ul, #top_menu ul li.first-level.cm-active ul {
	margin-top: 0px;
}
/* /top styles */

/* main menu style */
.buttons-container {
	padding: 10px 0px;
}
.top-text {
	background: url('images/icons/hot_news_icon.gif') no-repeat left 2px;
	padding-left: 13px;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #ff7800;
	margin-top: 15px;
}
/* /main menu style */

/* top tools styles */
.top-tools-container {
	background-color: #fff1f5;
	padding: 1px 5px 7px 5px;
	height: 29px; /* for Safari */
}
.top-tools-container span.float-left, .top-tools-container span.float-right {
	height: 37px;
	margin: -1px 0px 0px -5px;
}
.top-tools-container span.float-right {
	margin: -1px -5px 0px 0px;
}
.search-selectbox {
	border: 1px solid #d5d5d5;
}
.search-input {
	border: 1px solid #d5d5d5;
	width: 165px;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0px 8px 0px 8px;
}

/* /top tools */

/* content-tools */
.content-tools {
	padding: 4px 5px 3px 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.content-tools span.float-left, .content-tools span.float-right {
	width: 5px;
	height: 32px;
	margin: -5px 0px 0px -7px;
}
.content-tools span.float-right {
	margin: -5px -5px 0px 0px;
}
/* /content-tools */

/* cart box styles */
#cart_status .float-left {
	background: url('images/top_tools_delim.gif') no-repeat right top;
	padding: 0px 14px 0px 0px;
	margin-right: 11px;
/*	border: 1px solid blue;*/
}
#cart_status .lowercase {
	font: normal 12px Arial;
	color: #515151;
}
#cart_status .lowercase a:link, #cart_status .lowercase a:visited, #cart_status .lowercase a:active{
	text-decoration: underline;
}
#cart_status .lowercase a:hover {
	text-decoration: none;
}
.full-cart {
	padding-top: 3px;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:link, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 94% 8px;
	padding: 2px 15px 3px 3px;
}
.full-cart a, .full-cart a:link, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
	background-color: #ff047b;
	color: #ffffff;
	display: inline-block;
}
.full-cart a.view-cart, .full-cart a.view-cart:link, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
	background-color: #ff86a8 !important;
	display: inline-block;
}
.cart-list {
	/*background: url(images/cart_list_bg.gif) no-repeat 0px 24px;*/
	background: none;
}
.list-container {
	border: 1px solid #666;
	border-top-width: 1px;
	/*background-color: #ffffff;*/
	background-color: #949494;
	margin-top: -1px;
	padding-top: 5px;
}

.cart-list .list {
	border: 1px solid #444;
	background: white;
	margin-top: 0px;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.cart-list ul {
	margin: 0px 4px;
}
#cart_status .cart-list ul a {
	padding-left: 0px;
	padding-right: 2px;
}
.cart-list ul li {
	padding: 5px 0px;
}
.cart-list ul li.delim {
	background-color: #ebebeb;
	background-image: none;
}
.list p.center {
	font-weight: bold;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:link, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 95% 6px;
}
/* /cart box styles */

/* common sidebox style */
.sidebox-wrapper {
	margin: 0px 7px 10px;
}
.sidebox-title {
	border-bottom: 1px solid #ebebeb;
	padding-left: 2px;
}
.sidebox-title span {
	display: block;
	padding: 10px 2px 0px 0px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica;
	color: #545454;
	text-transform: uppercase;
	line-height: 14px;
}
.sidebox-title span:first-letter {
	color: #f83387;
}
.sidebox-body {
	padding: 5px 0px 0px;
}
.sidebox-bottom span {
	background: url(images/sb_btm_left.gif) no-repeat left top;

}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper {
	margin: 0px 0px 10px 0px;
}
.sidebox-categories-wrapper .sidebox-title {
	margin: 0px 7px;
	padding-left: 2px;
}
.sidebox-categories-wrapper .sidebox-title span {
	padding: 10px 2px 0px 0px;
}
.sidebox-categories-wrapper .sidebox-body {
	border: 0px none;
	padding: 5px 0px 0px 0px;
}
.sidebox-categories-wrapper .h-sep {
	display: none;
}
/* /categories sidebox styles */


/***** Tables *****/
/* Common table */
.table {
/*	background-color: #b7b7b7;
	padding: 1px 1px 1px 1px;*/
	border: 1px solid #b6b6b6;
}
.table th {
	background-color: #e4e4e4;
	text-align: center;
	border-bottom: 1px solid #b6b6b6;
}
.table th a, .table th a:link, .table th a:visited, .table th a:hover, .table th a:active {
	color: #2c2b2b;
	font-weight: bold;
}
.table tr {
	background-color: #ffffff;
}
.table table tr {
	background-color: transparent;
}
.table td {
	border-collapse: collapse;
}
.table .table-footer td {
	background-color: #fafafa;
}
.table-row, tr.table-row, td.table-row {
	background-color: #F2F4F4;
}
/* /Common table */

/* Utility styles */
.table-bg {
	background: #f7f7f7 url(images/table_bg.gif) repeat-x;
	height: 34px;
}
/* /Utility styles */

/***** /Tables *****/

/* mainbox */
.mainbox-title span {
	color: #515151;
	font: normal 24px Arial, Helvetica, sans-serif;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-container {
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
.mainbox2-title {
	/*background: url(images/mainbox2_title_bg.gif) repeat-x left bottom;*/
	margin: 0px 20px 15px;
	padding: 18px 0px 0px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.mainbox2-title span {
	color: #515151;
	font: normal 19px Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-transform: uppercase;
}
/* /mainbox2 */

.subheaders-group {
	margin: 0px 20px 15px 20px; /* T R B L*/
	border: 1px solid #ffffff;
}

.subheader, .subheader-first-item {
	color: #353535;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 18px 0px 0px 0px;
	border-bottom:1px solid #d7d7d7;
	margin-bottom: 10px;
}
.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px tahoma, arial, verdana, sans-serif;
	border-bottom: 1px solid #eaf0f5;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 2px;
}

/* color mainbox */
.mainbox-cart-title {
	background: #ffebeb url('images/mainbox_cart_title_bg.gif') repeat-x;
	font-weight: bold;
	font-size: 14px;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	background: url(images/mainbox_cart_title_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	margin: -8px 0px 0px -13px;
}
.mainbox-cart-title span.float-right {
	background: url(images/mainbox_cart_title_right.gif) no-repeat right top;
	margin: -8px -8px 0px 0px;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
	border: 1px solid #dddddd;
	border-width: 0px 1px;
}
.mainbox-cart-body {
	max-height: 230px;
	max-width: 328px;
	overflow: auto;
}
.mainbox-cart-body .product-description {
	padding: 0px 7px;
}
.mainbox-cart-body-flex {
	padding-bottom: 17px;
	overflow-y: hidden;
	overflow-x: auto;
	display: none;
}

.cart-buttons {
	background-color: #e4e4e4;
	border: 1px solid #b6b6b6;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color: #FEC9E0;
	border: 0px solid #aaa;
}
.sidebox-body .updates-wrapper {
	margin: 2px -7px 0px -7px;
}

/* Bottom styles */
.bottom-copyright {
	color: #626262;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 0px;
}
.bottom-copyright a, .bottom-copyright a:link, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	font-size: 10px;
	color: #626262;
	text-decoration: underline;
}
.bottom-copyright a:hover {
	text-decoration: none;
}
.bottom-search {
	padding: 2px 0px 2px 0px;
	background-color: #f2f4f4;
	border: 1px solid #eceeee;
}
.bottom-search .search-products-text {
	font-weight: bold;
}
.bottom-search .search-input {
	width: 204px;
}
#footer .quick-links a:link, #footer .quick-links a:visited, #footer .quick-links a:active, #footer .quick-links a:hover {
	color:#626262;
	padding: 0px 8px;
}
.bottom-search span.float-left, .bottom-search span.float-right {
	display: none;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link, .extra-link:link, .extra-link:visited, .extra-link:hover, .extra-link:active {
	color: #f83387;
	text-transform: lowercase;
	font: normal 11px Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.product-spacer {
	width: 0px;
	font-size: 0px;
}

td.product-image img {
	margin: 0 10px 0 0;
}
.fixed-layout {
	table-layout: fixed;
}
td.product-image img {
	border: 1px solid #c8c8c8;
}

.product-image {
	float: left;
	margin: 0px 25px 10px 0px;
}
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0px 0px 0px 10px;
}
.discount-label em {
	background: #37aae8 url('images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 13px Arial, Helvetica, sans-serif;
	min-width: 28px;
	text-align: center;
}
.discount-label em strong {
	font-weight: normal;
}

.product-variant-image {
	padding: 1px;
}
.product-variant-image-selected {
	border: 2px solid #3DA5EE;
}
.product-variant-image-unselected {
	border: 2px solid #CCCCCC;
}
/* /product LIST view styles */
/* pagination styles */
.pagination {
	padding: 2px 0px 2px 0px;
}

.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	border: 1px solid #ffffff;
}

.pagination a:hover, .pagination-selected-page {
	border: 1px solid #666666;
	background-color: #ffffff;
}

.pagination-selected-page {
	font-weight: bold;
}
/* /pagination styles */

.info-field-title {
	background-color: #efefef;
	padding: 4px 4px 4px 8px;
}

.info-field-body {
	padding: 10px 0px 17px 10px;
}

/* product details styles */
.product-details-options {
	background-color: #FFF1F5;
}
/* /product details styles */

.delim {
	padding: 0px;
	margin: 0px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

/* Basic list definition */
ul.bullets-list, ul.arrows-list, ul.tree-list, ul.tree-list ul, ul.bottom-list, ul.inside-list, ul.action-bullets, ul.menu-root-categories, ul.menu-subcategories, ul.sitemap-list {
	line-height: 14px;
}
/* /Basic list (w/delimiters) */

/* List with circle bullets */
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, .bullets-list li {
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
ul.arrows-list li {
	background-image: url(images/icons/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 13px;
}

ul.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
ul.tree-list .cm-expanded {
	background: url('images/icons/links_expanded.gif') no-repeat scroll right 5px;
}

ul.tree-list .cm-collapsed {
	background: url('images/icons/links_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Bottom list */
ul.bottom-list {
	margin: 0px 0px 0px 6px;
	line-height: 17px;
}
ul.bottom-list li {
	padding-left: 10px;
	background: url(images/icons/bottom_list_arrow.gif) no-repeat 1px 7px;
}
ul.bottom-list li a.underlined, ul.bottom-list li a.underlined:link, ul.bottom-list li a.underlined:visited, ul.bottom-list li a.underlined:hover, ul.bottom-list li a.underlined:active {
	font-weight: bold;
}
ul.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Bottom list*/

/* Action bullets */
ul.action-bullets {
	margin-bottom: 10px;
}
ul.action-bullets li {
	background-image: url('images/icons/dot_dark.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 10px 0px 13px;
	display: inline;
}
ul.action-bullets li a {
	font-size: 14px;
}
/* /Action bullets*/

/* No bullets */
ul.no-markers li, .wysiwyg-content ul.no-markers li {
	background-image: none;
	list-style-type: none;
	padding-left: 0px;
}
/* /No bullets */
ul.menu-root-categories li a {
	padding-left: 8px;
}

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #fafafa;
	border: 1px solid #b6b6b6;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #b6b6b6;
}
.checkout-steps {
	background-color: #E7E7E7;
}

.step-title-active {
	background: #E4E4E4;
	border-bottom: 1px solid #DDDDDD;
}
.step-title span.float-left, .step-title-active span.float-left {
	color: #a2acae;
}
.step-title-active span.float-left {
	color: #F4457B;
}
.step-body .shipping-rates label {
	color: #8ca1a1;
	font: italic bold 11px Tahoma;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	color: #FF047B;
	font-size:12px;
	line-height:16px;
	padding-left: 0px;
}
.step-title-active a.title, .step-title-active a.title:hover {
	color: #FF047B;
	/*background: url(images/icons/step_arrow_active.gif) no-repeat 0px 7px;*/
}
.step-title a.title, .step-title a.title:hover {
	color: black;
}
.step-complete-wrapper, .step-complete-wrapper strong {
	font-style: italic;
	color: #8ca1a1;
	font-size: 11px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: italic bold 11px Tahoma;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
	padding-left: 11px;
}
/* One page checkout styles */

/* Estimation form */
.estimation-popup-box {
	border: 1px solid #b6b6b6;
	background-color: #e4e4e4;
	margin: 0px 0px 10px 0px;
}

.estimation-popup-box input, .estimation-popup-box select {
	border: 1px solid #d0d0d0;
}

.box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}

/* /Estimation form */

/* polls */
.required-question {
	color: #ff0000;
}
/* /polls */

/* Rating styles */
/* /Rating styles */


/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.1;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select{
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#thumbs_frame img {
	border: 1px solid #c1d4eb;
	cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
	border: 1px solid #0551ae;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini {
	border: 1px solid #c8c8c8;
}
a.cm-cur-item {
	border: 1px solid #ff7800;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
	vertical-align: -8px;
	width: 20px;
	height: 22px;
}
.calendar-box {
	background-color: #ffaac4;
	border-top: 1px solid #cecece;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	border-left: 1px solid #cecece;
	-moz-user-select: none;
}
.calendar-navig a.cm-previous-month {
	background: url(images/icons/calendar_previous.gif) no-repeat 2px 4px;
	margin-right: 30px;
	padding: 0px 2px;
	text-decoration: none;
}
.calendar-navig a.cm-next-month {
	background: url(images/icons/calendar_next.gif) no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-box div.float-left {
	background-color: #F8F4F8;
}
.calendar-box ul {
	margin: 0px 0px 5px 0px;
}
.calendar-box ul li a.selected, .calendar-box ul li a.selected:hover {
	color: #626262;
}
.calendar {
	background-color: #ffffff;
}
.calendar th {
	background-color: #edeedb;
	font-weight: normal;
}
.calendar th.weekend {
	color: #f15513;
}
.search-advanced .calendar td, .calendar td {
	cursor:pointer;
	border: 1px solid #ffffff;
	color: #0033cc;
	padding: 0px;
}
.calendar td a.strong {
	text-decoration: none;
}
.calendar td a.strong:hover {
	text-decoration: underline;
}
.calendar td a:hover {
	background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
	color: #626262;
}
.calendar td.selected a, .calendar td.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F4457B;
	font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
	color: #bfbfbf;
	text-decoration: none;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters .details {
	color: #959595;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url(images/icons/delete_icon.gif) no-repeat 0px 3px;
	text-transform: lowercase;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 2px solid #D2D9E1;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 16px Tahoma;
	padding: 4px 2px;
	margin: 4px 0px 0px 0px;
}
/* /captcha */

/* Quick links */
/* top */
.quick-links {
	padding-top: 8px;
	display: block;
	position: relative;
/*	border: 1px solid blue;*/
	clear: both;
	left: 0px;
}
.quick-links a:link, .quick-links a:visited, .quick-links a:active, .quick-links a:hover{
	padding: 0px 3px 0px 17px;
	color: #2c2b2b;
	font-size: 11px;
}
.helper-block {
	display: none;
	float: right;
	width: 115px;
	height: 59px;
	background: url(images/top_flower.gif) no-repeat right top;
	margin-top: -66px;
	position: relative;
	z-index: 8;
}
/* /top */
/* bottom */
#footer .quick-links {
	float: none;
	padding: 13px 0px 0px;
	text-align: center;
	margin: 0px;
}
/* /bottom */
/* /Quick links */

/* Select languages */
.select-link, .select-link:link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
}
.select-wrap {
	font-size: 11px;
}
.select-popup {
	border: 1px solid #cecece;
	background-color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.localization {
	border-left: 1px solid #b8b8b8;
	padding: 0px 9px 0px 12px;
	margin-top: 4px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #E4E4E4;
	border: 1px solid #b6b6b6;
	white-space: nowrap;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* Statistic list */
ul.statistic-list {
	margin-top: 0px;
	padding-top: 9px;
	background-color: #e4e4e4;
	border: 1px solid #b6b6b6;
}
ul.statistic-list .total {
	border-top: 1px solid #b6b6b6;
}
/* /Statistic list */
/* /checkout totals */

/* File uploader */
.fileuploader {
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
}

.attach-images-alt label {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .product-title, #cart_items .product-title:visited, #cart_items .product-title:hover, #cart_items .product-title:active {
	font-size: 11px;
}
#cart_items .sku {
	font: 10px Tahoma;
	color: #858585;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
	font: bold 11px Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url(images/icons/prod_details_collapsed.gif) no-repeat 1px 2px;
}
.product-description a.cm-combo-off {
	background-image: url(images/icons/prod_details_expanded.gif);
}
/* /Cart items */

/* classic checkout */
/* progress bar styles */
.pb-container em {
	background: #d1d1d1 url(images/pb_step.gif) no-repeat 0px 0px;
	color: #ffffff;
	margin-right: 1px;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url(images/pb_step_complete.gif);
}
.pb-container .active em {
	background-color: #202020;
	background-image: url(images/pb_step_active.gif);
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #F4457B;
}
/* /progress bar styles */
/* /classic checkout */

/* Log in/out styles */
#sign_io {
	color: #626262;
}
#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
	text-decoration: underline;
}
#sign_io a:hover {
	text-decoration: none;;
}
.login-popup {
	background-color: #FFF1F5;
	border: 1px solid #ffd7e3;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
	color: #353535;
}
.login-popup .form-field .input-text {
	border: 1px solid #d2d9e1;
	background: #ffffff url(images/icons/icon_username.gif) no-repeat 6px 4px;
}
.login-popup .form-field .password {
	background-image: url(images/icons/icon_password.gif);
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #a5a5a5;
	font-size: 11px;
}
/* /breadcrumbs */
.manage-post {
	background-color: #F2F4F4;
}
.posts em {
	font-size: 11px;
}

/* checkout login */
.login-table td.login {
	/*background: url(images/sidebox_vert_delim.gif) repeat-y right;*/
	border-right: 1px dotted gray;
}
.order-status {
	background: #fff1f5 url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #9a9999;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	min-width: 0px;
	padding: 10px 12px;
}

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 32px Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0px;
}
.exception-body h2 {
	color: #373737;
	font: bold 42px Arial, Helvetica, sans-serif;
	padding: 32px 0px 2px 0px;
	margin: 0px;
}
.exception-body h3 {
	margin: 0px 0px 28px 0px;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0px 5px;
	padding: 0px 0px 14px 10px;
	color: #898989;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
}
.exception-menu li a, .exception-menu li a:visited, .exception-menu li a:hover, .exception-menu li a:active {
	font: normal 14px Arial, Helvetica, sans-serif;
}
.exception-content p {
	font-size: 14px;
}
.exception-logo {
	margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* List with circle bullets */
ul.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
/* /List with circle bullets */
.cm-hint {
	color: #767676 !important;
}

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
	border: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/* for checkboxes in FF */
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
.error-message .message {
	background-color: #f5f5ea;
	padding: 3px 8px 3px 8px;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom: 5px solid #f5f5ea;
	border-top: 0px;
}
.form-field label {
	font: normal 11px verdana, geneva, arial, helvetica, sans-serif;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat;
	background-position: right 6px;
}
.form-field span {
	font-size: 11px;
}
.select-field label, .form-field .select-field label {
	font: normal 11px Tahoma;
}
/* Form field hack to avoid float div float outside the container */

.search-field label.long {
	width: 150px;
}
.search-field textarea {
	border: 1px solid #83bdcb;
}
/* form styles */







/* [newman] */
.top-quick-links {
	float: left;
	padding: 15px 0 0;
	text-align: right;
	width: 570px;	
}
.quick-links {
	float: none;
}
.top-search {
	border: 0px solid green
}
.logo-image {
	clear: both;
	float: none;
	margin-top: 2px;
}

.left-top-links {
	background:#D9D9D9 url('images/left_top_links.gif') no-repeat scroll 0 0;
}
.right-top-links {
	background: transparent url('images/right_top_links.gif') no-repeat scroll right 0;
	height: auto !important;
	min-height: 34px;
	width: 100%;
}
.indent-links {
	padding:4px 8px 0 0;
}
.header-helper-container ul.links {
	float:right;
	text-align:right;
}
.header-helper-container ul.links li {
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0 0 0 4px;
}
.header-helper-container ul.links li {
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0 0 0 4px;
}
.header-helper-container ul.links li a div {
	background: transparent none repeat scroll 0 0;
	display: block;
	float: left;
}
.header-helper-container ul.links li a div div {
	background: transparent none repeat scroll 0 0;
	display: block;
	float: left;
}
.header-helper-container ul.links li a div div div {
	background: transparent none repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	padding: 7px 10px 1px 10px;
	font-size: 12px;
	font-family: Arial;
	color: black;
}

.header-helper-container ul.links li a:hover div div div {
	background:transparent url('images/right_top_links_bg.gif') no-repeat scroll right 0;
	display:block;
	float:left;
	font-size: 12px;
	font-family: Arial;
	color: white;
}

.header-helper-container ul.links li a:hover div div {
	background:transparent url('images/left_top_links_bg.gif') no-repeat scroll 0 0;
	display:block;
	float:left;
}

.header-helper-container ul.links li a:hover div {
	background:transparent url('images/border_top_links_bg.gif') repeat-x scroll 0 0;
	display:block;
	float:left;
}

.block-search {
	float: right;
	margin: 0 0 0 1px;
	width: 395px;
}

.border-top-search {
	background:#858585 url('images/border_top_search.gif') repeat-x scroll 0 0;
}

.left-top-search {
	background:transparent url('images/left_top_search.gif') no-repeat scroll 0 0;
}

.right-top-search {
	background:transparent url('images/right_top_search.gif') no-repeat scroll right 0;
	height:auto !important;
	min-height:49px;
	width:100%;
}

.indent-search {
	padding:9px 0 0 14px;
}

.header-helper-container .form-search label {
	background:transparent url('images/title_search_est.gif') no-repeat scroll 0 5px;
	display:block;
	float:left;
	height:28px;
	text-indent:-9999em;
	width:83px;
}

.header-helper-container .form-search input {
	margin:0;
	padding:2px 0 3px;
	width: 200px;
	border:1px solid #DDDDDD;
}

.header-helper-container .form-search button.button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	overflow: visible;
	width: auto;
	height: 36px;
}
.header-helper-container .form-search button.button span {
	background:transparent url('images/bg_button_left_search.gif') no-repeat scroll 0 0;
	display:block;
}

.header-helper-container .form-search button.button span span {
	background:transparent url('images/bg_button_right_search.gif') no-repeat scroll right top;
	display:block;
	margin:0;
	padding:0 31px 0 9px;
}

.header-helper-container .form-search button.button span span span {
	background:transparent url('images/bg_button_search.gif') repeat-x scroll 0 0;
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:21px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding: 3px 5px 5px 0;
	text-align:center;
	white-space:nowrap;
}

.search_elements {
	width: 375px;
}
.search_label {
	float: left;
}
.search_text {
	float: left;
	margin: 0px 3px;
	margin-top: 4px;
}
.search_button {
	float: left;
}






.left-top-menu {
	background: #000 url('images/left_top_menu_b.gif') no-repeat left top;	
	height: 68px;
	width: 100%;
}
.right-top-menu {
	background: transparent url('images/right_top_menu_b.gif') no-repeat scroll right top;
	width:100%;
}


#nav { float:left; font-size:12px; padding:0; margin:0 0 0 0; position:relative;}

/* All Levels */
#nav li { text-align:left; padding: 0px; margin: 0px; }
#nav li.over { font-weight: normal;}
#nav li.parent { font-weight: normal;}
#nav li a { display:block; text-decoration:none; font-weight: normal;}
#nav li a:hover { text-decoration:none;  font-weight: normal;}
#nav li a span { display:block; white-space:nowrap; cursor:pointer; padding:25px 12px 19px 12px; font-weight: normal;}
#nav li ul a span { white-space:normal; font-weight: normal; }


#nav a:hover { font-weight: normal; color:#2a2824; background: url("images/bg_left_menu.gif") 0 0 no-repeat; }
#nav a:hover span{ font-weight: normal; background: url("images/bg_right_menu.gif") right top no-repeat; padding:25px 12px 19px 12px;}

/* 1st Level */

#nav ul li a:hover { background:none;  font-weight: normal;}
#nav ul li a:hover span{ background:none; font-weight: normal;}

#nav li { float:left;  font-weight: normal;}
#nav li a { font-weight: normal; float:left; padding:0 0; font-weight:normal; font-size:17px; line-height:24px; color:#807E7E; }
#nav li a:hover { font-weight: normal; color:#FFFFFF; }
#nav li.over a,
#nav li.active a { font-weight: normal; color:#FFFFFF; }


#nav li.active a { font-weight: normal; color:#FFFFFF; background:url("images/bg_left_menu.gif") 0 0 no-repeat; }
#nav li.active a span{ font-weight: normal; background:url("images/bg_right_menu.gif") right top no-repeat; padding:25px 12px 19px 12px;}



#nav li.active ul li a {  font-weight: normal;color:#FFFFFF; background:url("images/devider_menu.gif") right 14px no-repeat;}
#nav li.active ul li a span{ font-weight: normal; background:none; padding:0;}

/* 2nd Level */
#nav ul { position:absolute; width:950px; top:97%; left:-10000px; padding:0 0 0 32px;}
#nav ul li { float:left;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { background:url("images/devider_menu.gif") right 14px no-repeat; padding:10px 16px 12px 16px; font-size:12px; line-height:16px; font-weight:normal; color:#FFFFFF !important; }
#nav ul li a span{  padding:0 0 0 0 !important; }
#nav ul li a:hover { color:#000000 !important; }
#nav ul li a:hover span{  padding:0 0 0 0 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { background:#E2006B; margin:0 0 0 30px;}

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:-1px; }
#nav li.over ul ul { left:-10000px; }



.header-helper-container .language-switcher {
	float:right;
	padding:28px 27px 10px 10px;
}
.clear-block {
	clear:both;
}


.left-bot-menu {
	background:#E2006B url('images/left_bot_menu_b.gif') no-repeat scroll 0 0;
}
.right-bot-menu {
	background:transparent url('images/right_bot_menu_b.gif') no-repeat scroll right 0;
	height:34px;
	width:100%;
}



.top-tools-helper {
	margin-right: 5px;
}

.cart-status {
	width: auto;
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}

#cart_status .float-left {
	color: white;
}

#cart_status .checkout-link a, #cart_status .checkout-link a:link, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	color: white;
}
a, a:link, a:visited, a:active, a:hover, #sw_select_wrap_view_as, #sw_select_wrap_sort_by, #cart_status .cart-list ul a {
	color: #444;
}
#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active, .legality a, 
.select-link, .select-link:link:hover, #cart_status .lowercase, #cart_status a, #cart_status a:hover, #cart_status a:link {
	color: white;
}





/* Footer ================================================================================ */
.footer .store-switcher { text-align:center; margin:0 auto; padding:10px 0 0 0;}
.footer { color:#FFFFFF; margin:0 0 31px 0; padding:1px 0 0 0;}
.indent-footer { padding:12px 0 10px 0; font-family:Arial, Helvetica, sans-serif; margin:0 6px 0 7px; }
.footer .small-menu {padding:0 0 0 0; text-align:center; margin:0 0 0 0;}

.footer .row .left-top-footer { background:url('images/left_top_footer.gif') 0 0 no-repeat #000000;}
.footer .row .right-top-footer { background:url('images/right_top_footer.gif') right 0 no-repeat;}
.footer .row .left-bot-footer { background:url('images/left_bot_footer.gif') 0 bottom no-repeat;}
.footer .row .right-bot-footer { background:url('images/right_bot_footer.gif') right bottom no-repeat; width:100%; min-height:57px; height:auto !important; height:57px;}
.footer .row .indent-row-footer { padding:20px 10px 10px 71px;}

.footer .row-2 .border-top-copy { background:url('images/border_top_copy.gif') 0 0 repeat-x; width: auto; position:absolute; }
.footer .row-2 .left-top-copy { background:url('images/left_top_copy.gif') 0 0 no-repeat;}
.footer .row-2 .right-top-copy { background:url('images/right_top_copy.gif') right 0 no-repeat; width:100%; height:30px;}
.footer .row-2 p {font-size:11px; line-height:16px; color:#FFFFFF; padding:8px 0 0 17px; }

.footer address { text-align:right; }
.footer ul { display:inline; padding:0 0 0 0; margin:0 0 0 0; }
.footer ul li{ font-size:12px; line-height:20px; display:inline; color:#FFFFFF; padding:0 21px 0 17px; }
.footer ul li:last{ padding:0 21px 0 17px;}
.footer ul.links li.last{ background:none; padding:0 21px 0 17px;}
.footer ul li a{color:#FFFFFF; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}

.footer .top-links { padding:6px 0 0 0;}
.footer .top-links ul {padding:0 20px 0 0; }
.footer .top-links  ul li{ display:inline; color:#FFFFFF;}
.footer .top-links  ul li a{color:#FFFFFF; text-decoration:none;}
.footer .top-links  ul li a:hover{text-decoration:underline;}
.footer label { font-size:10px;}

.legality { white-space:nowrap;}

.footer { margin-top: 0px; }
/* ======================================================================================= */


ul.cm-select-list li a, ul.cm-select-list li a:active, ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	color: #333;
}

.breadcrumbs {
	margin-left: 15px;
	padding-bottom: 25px;
}
.breadcrumbs li a, .breadcrumbs li a:hover, .breadcrumbs li a:active, .breadcrumbs li a:link, .breadcrumbs li a:visited {
	color:#E2006B;
	font-size:17px;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
}
.breadcrumbs li a:hover {
	color: white;
	text-decoration: none;
}
.breadcrumbs li {
	color:#FFFFFF;
	display:inline;
	font-size:15px;
	line-height:18px;
}
.breadcrumbs li span {
	font-size:12px;
	font-weight:normal;
	padding:0 10px 0 8px;
}
.breadcrumbs li strong {
	color:#FFFFFF;
	font-weight:normal;
}


.central-column, .container-right .central-column, .container-left .central-column {
	margin:0 220px 15px;
	width:530px;
	padding: 0px;
}
.central-column a span, .container-right .central-column a span, .container-left .central-column a span,
.central-column a:link, .container-right .central-column a:link, .container-left .central-column a:link,
.central-column a:active, .container-right .central-column a:active, .container-left .central-column a:active,
.central-column a:visited, .container-right .central-column a:visited, .container-left .central-column a:visited {
	color: #666;
}

.left-column, .right-column {
	width:210px;
	border: 0px;
}
.left-column {
	margin-left:-974px;
	width:210px;
}
.right-column {
	margin-left:-216px;
	width:205px;
}


.sidebox-wrapper, .sidebox-categories-wrapper {
	margin: 0px;
	margin-bottom: 15px;
}
.sidebox-title {
	padding-left: 2px;
	background: url('images/left_top_title.gif') 0 0 no-repeat;
	height: 48px;
}
.sidebox-title-container {
	background: url('images/title_bkgr.gif') 0 0 repeat-x;
	height: 48px;
	width: 210px;
}
.sidebox-categories-wrapper .sidebox-title  { padding-left: 0px; }
.sidebox-categories-wrapper .sidebox-title span,
.sidebox-title span {
	background: url('images/right_top_title.gif') no-repeat scroll right 0;
	height: 48px;
	padding: 0px;
	position: relative;
}
.sidebox-categories-wrapper .sidebox-title span span,
.sidebox-title span span {
	background: none;
	color: white;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Tahoma;
	margin-left: 10px;
	line-height: 18px;
	margin-top: 17px;
	padding: 0px;
	height: 20px;
	top: 0px;
	position: absolute;
}

.sidebox-categories-wrapper .sidebox-title span span:first-letter,
.sidebox-title span span:first-letter {
	color: white;
}

.sidebox-categories-wrapper .sidebox-bottom,
.sidebox-bottom {
	height:30px;
	background: url('images/left_bot_box.gif') no-repeat scroll left 0 #fec9e0;
	width: 210px;
	display: block;
}
.sidebox-categories-wrapper .sidebox-bottom span,
.sidebox-bottom span {
	height:30px;
	background: url('images/right_bot_box.gif') no-repeat scroll right 0;
	display: block;
	width: 210px;
}

.sidebox-body {
	background: #fec9e0;
	width: 210px;
	margin: 0px;
}

.sidebox-body-inner { 
	width: 180px; 
	margin:0px;
	margin-top: 10px;
	margin-left: 15px;
}

h4, h2.poll-header, h4.pfilter-title {
	color:#202020;
	font-size:12px;
	line-height:15px;
	margin:0px 0 15px;
	font-weight: bold;
	font-family: Arial;
}
h4.pfilter-title {
	background: #E51879 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:7px 0 7px 12px;
	margin-top: 10px;
}
.product-filters {
	margin-left: 10px;
}
.product-filters .details, .product-filters a {
	font-weight:normal;
	color: #333;
	font-size: 12px;
}
.product-filters .details {
	color: #333;
	font-size: 12px;
}

.filters-tools a, .filters-tools a:link, .filters-tools a:visited, .filters-tools a:active {
	color: black;
}

.sidebox-wrapper a, .sidebox-wrapper a:link, .sidebox-wrapper a:hover, .sidebox-wrapper a:visited, .sidebox-wrapper a:active,   
.sidebox-categories-wrapper a, .sidebox-categories-wrapper a:link, .sidebox-categories-wrapper a:hover, .sidebox-categories-wrapper a:visited, .sidebox-wrapper a:active {
	color: #333;
}
ul.dropdown a:hover, ul.dropdown a, ul.dropdown a:link, ul.dropdown a:active, ul.dropdown a:visited {
	color:#2A2A2A;
	text-decoration:underline;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}



.central-only {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.central-only .central-content {
	/*padding: 10px 15px;*/
}

.central-two {
	margin: 0;
	padding: 0;
	border: 0px solid green;
	width: 750px;
}
.right-two {
	margin-left: 8px;
	border: 0px solid yellow;
	padding: 0px;
	width: 205px;
}
.central-two .central-content {
	/*padding: 10px 15px;*/
}

.central-main {
	margin: 0;
	padding: 0;
	border: 0px solid green;
	width: 712px;
}
.right-main {
	margin-left: 8px;
	border: 0px solid yellow;
	padding: 0px;
	width: 248px;
}




.mainbox-title {
	padding-left: 2px;
	background: url('images/left_top_content_title.gif') 0 0 no-repeat #e7e7e7;
	height: 47px;
	padding: 0px;
	margin: 0px;
}
.mainbox-title-container {
	background: url('images/right_top_content_title.gif') right 0 no-repeat;
	height: 36px;
}
.mainbox-title-container span {
	display: block;
}
.mainbox-title-container span span {
	padding-top: 10px;
	margin-left: 10px;
	padding-right: 5px;
	line-height: 18px;
}

.mainbox-body-outer {
	background: url('images/left_bot_content.gif') no-repeat scroll left bottom white;

}
.mainbox-body-outer .mainbox-body {
	background: url('images/right_bot_content.gif') no-repeat scroll right bottom white;
}

.mainbox-body {
	margin: 0px;
	padding: 0px;
	background: white;
}
.mainbox-body-inner { 
}

.mainbox-body .mainbox-body-inner {
	background: white;
	padding: 0px 10px;
}
.mainbox-body-outer .mainbox-body .mainbox-body-inner {
	margin:0px;
	padding: 0px 10px;
	background: url('images/left_bot_content.gif') no-repeat scroll left bottom;
}

.mainbox-bottom {
	height:20px;
	background: url('images/left_bot_content.gif') no-repeat scroll left 0 white;
	display: block;
}

.mainbox-bottom span {
	height:20px;
	background: url('images/right_bot_content.gif') no-repeat scroll right 0;
	display: block;
}




#login {
	position: absolute;
	padding: 0;
	z-index: 1000 !important;
	
}



.categories-image {
	display: none;
	visibility: hidden;
}

.subcategories {
}
.subcategories ul {
	width: 190px;
	margin-right: 0px;
}

.container-long .central-column {
	padding-bottom: 0px;
}

.input-textarea {
	width: 320px;
}

.mainbox-title span {
	color:#1D1D1E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
}

#content { padding-bottom:20px; }




.jcarousel-skin {
	background: none;
}


hr {
	border-color:#aaa;
	border-style:solid;
	border-width:1px 0 0;
}
td.product-image img {
	border: 0px;
}

.product-title-p {
	text-align: center;
	padding: 5px 10px;
}

a.product-title:link, a.product-title:hover, a.product-title:visited, a.product-title:active {
	color:#000000;
	font-family:tahoma,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	text-transform: uppercase;
}
.product-list .product-title:hover,.product-list .product-title:link,.product-list .product-title:active,.product-list .product-title:visited,.product-list .product-title,
a.product-title:hover {
	text-decoration: none;
	font-size:11px;
}
.product-list .product-title:hover {
	text-decoration: underline;
}


.price, .sub-price {
	color:#716F6F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	white-space:nowrap !important;
}
p.price {
	float: left;
	padding-right: 10px;
	margin: 3px 0 0 5px;
	white-space:nowrap !important;
}

span.button-submit-action  {
	display: block;
	text-align: center;
	
}


.multicolumns-list {
	border-collapse: collapse;
	margin: 0;
}
.multicolumns-list .border-bottom {
	border-bottom: 0px;
}
.multicolumns-list .border-right {
	border-right: 0px;
}
.multicolumn-cell {
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
}


.multicolumns-list td.multicolumn-cell {
	border-bottom: 1px solid #ddd;
}

.multicolumns-list .product-spacer {
	display: none;
}

.multicolumns-list td {
	padding: 0px;
}

.multicolumns-list table td {
	padding: 0 0 5px 0;
}

.multicolumns-list td {
	padding: 15px 0px 0px 0px;
}
.multicolumns-list td.multi-td {
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.multicolumns-list td.border-right {
	border-bottom: 1px solid #ddd;
	text-align: center;
	border-right: 0px;
}
.multicolumns-list table td p.price {
	text-align: center;
	padding: 0px;
}
.multicolumns-list td.border-bottom {
	border-bottom: 0px;
}

.central-content-main .mainbox-body .mainbox-body-inner {
	padding: 0px 20px;
}

.mainbox-title-simple-without-header {
	background: white url('images/left_top_content.gif') left top no-repeat;
	height: 20px;
	width: 100%;
}
.mainbox-title-simple-without-header-inner {
	background: url('images/right_top_content.gif') right top no-repeat;
	height: 20px;
	width: 100%;
}



.product-image {
	width: 230px;
}
.product-description {
	width: 420px;
	background: none;
	padding-top: 0px;
}

.products-product-title {
	color: #000000;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
}

.products-page-price .price {
	color:#FF047B;
}

.product-page-wish a:link, .product-page-wish a:visited, .product-page-wish a:active, .product-page-wish a:hover {
	font-weight: bold;
}


.multicolumns-list table td.product-description .clear {
	clear: none;
}

div.central-only-column, .central-only-column, #content .content-helper .central-only-column {
	margin: 0px;
	padding: 0px;
	width: 100%;
}



.t_cart_items {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-top: 0px solid #B6B6B6;
	margin-right: 5px;
	padding-right: 5px;
}
.t_cart_items td {
	border-right: 0px solid #B6B6B6;
	border-bottom: 0px solid #B6B6B6;
	padding: 10px;
	text-align: center;
}
.t_cart_items th {
	border-right: 0px solid #B6B6B6;
	border-bottom: 0px solid #B6B6B6;
	background: #e4e4e4;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	text-align: center;
}
.t_cart_items .product-description {
	text-align: center;
}






td.cart-buttons .button-left {
	float:left;
}

.button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	height: 30px;
	text-decoration: none;	
	color: white;
}

.button span {
	background: transparent url('images/bg_button_left.gif') no-repeat scroll 0 0;
	display: block;
	text-decoration: none;	
	color: white;
}

.button span span {
	background:transparent url('images/bg_button_right.gif') no-repeat scroll right top;
	text-decoration: none;	
	color: white;
	display:block;
	margin:0;
	padding:0 9px;
}

.button span span a {
	height: 30px;
	background: transparent url('images/bg_button.gif') repeat-x scroll 0 0;
	text-transform: normal;
}
.button span span span {
	background:transparent url('images/bg_button.gif') repeat-x scroll 0 0;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:26px;
	margin:0;
	padding:0 0 2px;
	text-align:center;
	white-space:nowrap;
	text-decoration: none;	
	color: white;
}

a.button,
a.button:link,
a.button:active,
a.button:visited,
a.button:hover,
input.button {
	background:transparent url('images/bg_button.gif') repeat-x scroll 0 0;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:26px;
	margin:0;
	padding:0 0 2px;
	text-align:center;
	white-space:nowrap;
	text-decoration: none;	
	color: white;
	text-transform: none;
	border: 0px;
}






.mainbox-container-dark {
	margin-bottom: 10px;
	width: 210px;
}

.mainbox-container-dark .mainbox-title {
	background:#716F6F url('images/left_top_box_newsletter.gif') no-repeat scroll 0 0;
	height: 25px;
}

.mainbox-container-dark .mainbox-title span {
	background:transparent url('images/right_top_box_newsletter.gif') no-repeat scroll right 0;
	width: 100%;
	display: block;
}
.mainbox-container-dark .mainbox-title span span {	
	padding-top: 4px;
	padding-left: 10px;
	width: auto;
	background: none;
	font-size: 18px;
	font-family: Tahoma;
}

.mainbox-container-dark .mainbox-body-outer {
	background: #716f6f url('images/left_bot_box_newsletter.gif') no-repeat scroll 0 bottom;
}
.mainbox-container-dark .mainbox-body-outer .mainbox-body {
	background: url('images/right_bot_box_newsletter.gif') no-repeat scroll right bottom;
	display: block;
	height: 100%;
}
.mainbox-container-dark .mainbox-body-outer .mainbox-body .mainbox-body-inner {
	background: none;
}
.mainbox-container-dark .mainbox-body-outer .mainbox-body .mainbox-body-inner {
	color: black;
	padding: 0px 10px;
	padding-bottom: 8px;
	padding-top: 2px;
}
.mainbox-container-dark .mainbox-body-outer .mainbox-body .mainbox-body-inner * {
	color: black;
}

.mainbox-title span.float-right {
	margin-right: 20px;
}




button.button2 {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	float: left;
}

button.button2 span {
	background:transparent url('images/bg_button_left_bar_2.gif') no-repeat scroll 0 0;
	display:block;
}

button.button2 span span {
	background:transparent url('images/bg_button_right_bar_2.gif') no-repeat scroll right top;
	display:block;
	margin:0;
	padding:0 9px 0 8px;
}

button.button2 span span span {
	background:transparent url('images/bg_button_bar_2.gif') repeat-x scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:26px;
	margin:0;
	padding:0 0 2px;
	text-align:center;
	white-space:nowrap;
}

.mainbox-cart-body {
	display: none;
}

p.small_price .sub-price {
	color: black;
	font-size: 14px;
}

.t_formula td {
	padding: 0px;
	color: black;
	font-size: 14px;
	border: 0px;
}
.t_formula td .sub-price,
.t_formula td .price {
	color: black;
	font-size: 14px;
}
.t_formula td .price {
	color: #E2006B;
	font-weight: bold;
}

#cart_box {
}


#cart_status .buttons-container .button span span a, 
#cart_status .buttons-container .button span span a:link, 
#cart_status .buttons-container .button span span a:visited, 
#cart_status .buttons-container .button span span a:hover, 
#cart_status .buttons-container .button span span a:active {
	background: #ff047b;
	padding: 0px;
	margin: 0px;
}

#cart_status .buttons-container .button span span .button {
	height: 25px;
	border-top: 3px solid #ff047b;
	
}

#cart_status .buttons-container .button span,
#cart_status .buttons-container .button span span {
	height: 28px;
}


.price {
	padding-right: 5px;
}

.step-title span.float-left, .step-title-active span.float-left {
	margin-left: 10px;
	font-size: 12px;
	background: #FF047B none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-right:10px;
	padding:0 6px;
	margin-top: 0px;
}

.checkout-steps {
	padding: 0px;
	background: none;
}

.step-body-active {
	background: #E4E4E4;
	border-top: 1px solid #b6b6b6;
}


/*#cart_status,
#cart_status a,
#cart_status a:hover,
#cart_status a:visited,
#cart_status a:link,
#cart_status a:active,
#cart_status p,
#cart_status .cart-list ul a,
#cart_status span {*/
#cart_box,
#cart_box .list-container .list a {
	color: black;
}



.cart-items-small-scroll,
.cart-items-small-scroll2 {
	margin-top: 0px;
	padding-left: 0px; 
	width: 330px; 
	/*height: 400px; */
	border: 1px solid #999; 
	border-bottom: 0px; 
}
.cart-items-small-scroll2 {
	overflow: auto;
	/*height: 378px; */
	width: 100%; 
	border: 0px; 
	border: 0px solid white;
	border-left: 1px solid #ccc;
}

.cart-items-small-scroll .cart-items-small-scroll2 {
	border-left: 0px;
}

.cart-list-icon {
	border: 1px solid #444;
	border-bottom: 1px solid #999;
}

#login {
	border: 0px;
}
.login-popup {
	background-color: #ddd;
	border: 1px solid #666;
}



.mainbox-container-dark2 {
	margin-bottom: 10px;
	width: 210px;
}

.mainbox-container-dark2 .mainbox-title {
	background: url('images/border_top_title_compare.gif') repeat-x left top;
	height: 48px;
}

.mainbox-container-dark2 .mainbox-title span {
	background:transparent url('images/left_top_title_compare.gif') no-repeat scroll left 0;
	width: 100%;
	display: block;
}
.mainbox-container-dark2 .mainbox-title span span {	
	padding-top: 8px;
	padding-left: 10px;
	width: auto;
	background: none;
	font-size: 18px;
	font-family: Tahoma;
	background:transparent url('images/right_top_title_compare.gif') no-repeat scroll right 0;
	color: white;
}

.mainbox-container-dark2 .mainbox-body-outer {
	background: #ccc url('images/left_bot_box_compare.gif') no-repeat scroll 0 bottom;
}
.mainbox-container-dark2 .mainbox-body-outer .mainbox-body {
	background: url('images/right_bot_box_compare.gif') no-repeat scroll right bottom;
	display: block;
	height: 100%;
}
.mainbox-container-dark2 .mainbox-body-outer .mainbox-body .mainbox-body-inner {
	background: none;
}
.mainbox-container-dark2 .mainbox-body-outer .mainbox-body .mainbox-body-inner {
	color: black;
	padding: 0px 10px;
	padding-bottom: 8px;
	padding-top: 2px;
}
.mainbox-container-dark2 .mainbox-body-outer .mainbox-body .mainbox-body-inner * {
	color: black;
}



.mainbox-inline {
	clear: both;
	margin-bottom: 5px;
	padding-left: 20px;
	color: black;
	line-height: 8px;
	padding-top: 4px;
	font-size: 12px;
}
.mainbox-inline ul.arrows-list li {
	font-size: 12px;
	list-style: none;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	background: none;
	background: url('images/delim.gif') no-repeat right 10px;
	padding-top: 5px;
}
.mainbox-inline .updates-wrapper {
	display: none;
}
.mainbox-inline ul.arrows-list li a {
	color: white;
}

/*.mainbox-inline {
	height: 60px;
	background: #e72a83 url('images/pinkline_left.gif') no-repeat left top;
}
.mainbox-inline .mainbox-body {
	height: 60px;
	background: url('images/pinkline_right.gif') no-repeat right top;
	padding-top: 5px;
	color: black;
}
*/
.breadcrumbs {
	padding-bottom: 15px;
}

#sign_io {
	
}

.products-product-title {
	display: none;
}

.t_cart_items tr {
	border-bottom: 0px solid gray;
}
.t_cart_items td {	
	border: 0px;
}

/* [newman] */
/* carousel @ zaycker */
.brand_banners {
	width:100%;
	height:90px;
	margin-top:-5px;
	margin-bottom:12px;
	overflow: hidden;
}
.brand_banners .brand_lbut, .brand_banners .brand_rbut {
	display:block;
	float:left;
	position:relative;
	height:90px;
	width:44px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position:0% 0%
}
.brand_banners .brand_imgs {
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	width:880px;
	white-space:nowrap;
	background-color:#fff;
	height:90px;
}
.brand_banners .brand_imgs .ad-container {
	visibility:hidden
}
.brand_banners .brand_imgs .line_wrap {
	display:block;
	position:relative;
	white-space:nowrap;
	width:2000px;
}
.brand_banners .brand_imgs .added, .brand_banners .brand_imgs .old {
	display:inline;
	width:880px;
	white-space:nowrap;
}
.brand_banners .brand_imgs a {
	display:block;
	position:relative;
	float:left
}
/* // carousel @ zaycker */
.mainbox-container {
	overflow: hidden;
}
.cart-items-small-scroll .t_cart_items {
	width: 100%;
	border: 0px;
}
.cart-items-small-scroll .t_cart_items th {
	border-top: 0px;
}
.cart-items-small-scroll {
	margin-top: 2px;
	width: 335px;
/*	overflow-y: auto;
	overflow-x: hidden;
*/
}


.cart-items-small-scroll .cart-items-small-scroll2 { 
	width: 330px;
}

.cart-items-small-scroll2  {
	border-right: 1px solid #aaa;
	width: 944px;
}

.add-to-favorite {
	margin-right: 30px;
	margin-top: 50px;
}
.add-to-favorite .link {
	padding-right: 5px;
	padding-top: 3px;
}
.add-to-favorite a {
	color: #acacac;
	text-decoration: underline;
}
.add-to-favorite a:hover {
	text-decoration: none;
}

.t_cart_items td .input-text-short,
.cart-items-small-scroll2 .t_cart_items td .input-text-short {
	border: 3px solid #e7e7e7;
	font-size: 22px;
	text-align: center;
	color: #888;
	padding: 0px 3px;;
}

.button-a {

}
.button-a span {
	background:transparent url('images/bg_button_left.gif') no-repeat scroll 0 0;
	color:white;
	display:block;
	text-decoration:none;
}
.button-a span span {
	background:transparent url('images/bg_button_right.gif') no-repeat scroll right top;
	color: white;
	display: block;
	margin: 0px;
	padding: 0px 15px;
	text-decoration: none;
}
.button-a span span a, .button-a span span a:link, .button-a span span a:hover, .button-a span span a:visited, .button-a span span a:active {
	background: transparent url('images/bg_button.gif') repeat-x scroll 0 0;
	border: 1px solid black;
	color: white;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height:26px;
	padding:0 0 2px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	white-space:nowrap;
	font-weight: normal;
}


.exception-body h1 {
	background: #000;
	border: 1px solid #333;
}
.exception-body h2, .exception-body h3, .exception-body a {
	color: #eee;
}

.alphabet_symbol, .alphabet_symbol:link, .alphabet_symbol:active, .alphabet_symbol:visited, .alphabet_symbol:hover {
	text-align: center;
	font-weight: normal; 
	font-size: 15px; 
	display: block;
	width: 16px;
	float: left;
	border: 1px solid #ccc;
	margin-left: 2px;
	font-family: Verdana, Tahoma;
	color: #e2006b;
}

.alphabet_symbol:hover {
	background: #ccc;
}

.t_alphabet {
	width: auto;
	margin: 0 auto;
}
.t_alphabet td a:link, .t_alphabet td a:active, .t_alphabet td a:visited, .t_alphabet td a:hover  {
	color: #e2006b;
}

.alphabet_4th_divider {
	width: 100%; 
	display: block;
}

.category_column {
	width: 211px; 
	float: left; 
	margin-left: 20px;
}

.category_symbol {
	color: black; 
	border-bottom: 1px solid #ccc;
	color: #e2006b;
}

.category_symbol a, .category_symbol a:link, .category_symbol a:active, .category_symbol a:visited, .category_symbol a:hover {
	color: #e2006b;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
}

.category_name a, .category_name a:link, .category_name a:active, .category_name a:visited, .category_name a:hover {
	font-size: 14px;
	font-weight: normal;
}

.pagination-container hr {
	display: none;
}

.pagination-container .table {
	border: 1px solid #d1d1d1;
	border: 1px solid #b6b6b6;
}
.pagination-container .table th {
	background: #eaeaea;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
}

.cart-items-small-scroll {
	height: auto;
	max-height: 290px;
}

.cart-items-small-scroll2 .t_cart_items .product-description {
	padding-right: 20px;

}
.order-info {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 13px;
	font-family: Tahoma, Verdana;
}

.item-wrap {
	background: none;
}

.item-wrap .item-description .price,
.item-wrap .item-description .price .price {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.item-wrap .item-description form {
	

}
.cart-items-small-scroll .cart-items-small-scroll2 {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 250px;
}

.central-column.central-main {
	margin: 0px;
	padding: 0px;
	width: 710px;
	overflow: hidden;
	height: 253px;
}
