/* General styles */
html {
    height:100%;
    overflow: scroll;
}
body {
    height:100%;
    background: #ffffff;
}
body, div, p {
	color: #2d2d2d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
body, form, div, ul, h1, h2, h3, h4, h5, h6{
	margin:	0;
	padding: 0;
}
img {
    border: 0;
}
.page-title {
    font-size: 18px;
    color: #333;
    vertical-align: bottom;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 4px;
}

#largeImage {
    z-index: 200;
}

.mm-checked {
    color: black;
}

.mm-checked > div {
    border: 2px dotted black;
}
			
.mm-product-name {
    color: #333;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}

.mm-product-description {
    color: #333;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
}

.mm-product-separator {
    margin-top: 12px;
    border-top: 1px solid #BDBDBD;
    margin-bottom: 12px;
}

.mm-product-spacer {
    margin-top: 12px;
}

.mm-product-price {
    color: #A0A0A0;
}

.mm-add-to-cart-button {
    color: #333;
    background-color: white;    
    font-size: 16px;
    font-weight: bold;    
    cursor: pointer;
    border: 0;
    margin: 0;
    margin-top:6px;
    margin-bottom:6px;
    padding:0;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

.mm-add-to-cart-button:hover {
    color: #666;
}
.mm-color-swatch {
	height: 24px;
	width: 24px; 
	border: 1px solid white;
}
.mm-color {
	height: 26px;
	width: 26px; 
    border: 1px solid white;
}

.mm-size {
    /*color: #AAA;*/
    color: black;
}

label {
    cursor: pointer;
}
#pageTitleImage {
    visibility: hidden;
}

.largeImage {
    cursor: pointer;
}
			
.no-sidebar {
    /*margin-left: 160px;*/
}


.blog-entry {
    color: #303030;
    margin-bottom: 36px;
}
.blog-subtitle {
    color: #606060;
    margin-bottom: 36px;
    width: 130px;
}
.blog-title {
    font-size: 20px;
    text-decoration: none;
    color: #303030;
    margin-bottom: 4px;
    font-weight: bold;
}
#feedContent {
    min-height: 800px;
    
}
.blog-date {
    color:gray;
    margin-bottom: 18px;
}
.blog-title:hover {
    color: #000000;
    text-decoration: none;    
}
.blogLink {
    color: #303030;
    text-decoration: none;
}
.blogLink:hover {
    color: #000000;
    text-decoration: none;
}

#main-copy {
   padding-right: 24px;
   padding-top: 12px;
   padding-bottom: 0px;
}
.main-copy-sep {
   padding-top: 12px;
}

.gallery-image {
    background-color: #E0E0E0;
    width: 680px;
    height: 453px;
    float: left;
    position: relative;
    border: 0px;
    margin: 0px;
}
.gallery-thumb {
    background-color: #E0E0E0;
    width: 54px;
    height: 54px;    
    margin-top: 4px;
    opacity: .8;
    cursor:pointer;
}

.tooltip {
    background-color: black;
    border: 1px solid white;
}

.artists-image {
    background-color: #E0E0E0;
    width: 680px;
    height: 453px;
}
.artists-thumb {
    background-color: #E0E0E0;
    width: 48px;
    height: 48px;    
    margin-top: 4px;
    opacity: .8;
    cursor:pointer;
}

.picket {
   background-image: url(/images/custom/nav_buttons/bg.gif);
   background-repeat: no-repeat;
   width: 40px;
   height: 160px;
}

h4, h2.poll-header {
	font: bold 13px Helvetica, Arial, sans-serif;
}
input,textarea,select {
	color: #2d2d2d;
	font: 12px Helvetica, Arial, sans-serif;
}
input, textarea {
	padding: 1px;
}
textarea {
	margin: 0px;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
	color: #2d2d2d;
	border: 1px solid #dfe6ed;
	vertical-align: middle;
	padding: 2px;
}
.input-text {
	width: 200px;b
}
.input-text-medium {
	width: 80px;
}
.input-text-large {
	width: 300px;
}
.input-text-short {
	width: 40px;
}
.input-textarea {
	width: 370px;
}
.input-textarea-long {
	width: 90%;
}
.input-text-100 {
	width: 100%;
}
select {
	border: 1px solid #dfe6ed;
	padding: 1px;
}
p {
	margin: 6px 0px;
	color: #2c2b2b;
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ol {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
ol li {
	padding: 2px 0px;
}
a, a:link, a:visited, a:active {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
    color: #606060;
	text-decoration: none;
}
.underlined, .underlined:link, .underlined:visited, .underlined:active {
	/*inherits*/
}
.underlined:hover {
	/*inherits*/
}
.underlined-bold, .underlined-bold:link, .underlined-bold:visited, .underlined-bold:active {
	font-weight: bold;
}
.underlined-bold:hover {
	font-weight: bold;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.radio, .checkbox {
	padding: 0px;
	margin: 0px 6px 0px 0px;
	vertical-align: middle;
}
hr {
	border: 0px solid #eaf0f5;
	border-top-width: 1px;
	height: 0px;
}
.dark-hr {
	border: 0px solid #e3e3e3;
	border-top-width: 1px;
	height: 0px;
	margin: 11px 0px 9px 0px;
	clear: both;
}
.error-text {
	color: #f27a00;
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
.float-none {
	float: none !important;
}
/* /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;
	*/
	cursor: zoom;
}
/* Side boxes styles */
.sidebox-link, .sidebox-link:link, .sidebox-link:visited, .sidebox-link:hover, .sidebox-link:active {
	color: #2d2d2d;
	font: 11px Helvetica, Arial, sans-serif;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	color: #2d2d2d;
	background-color: #ffffff;
	border: #c5d1d8 1px solid;
	width: 115px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	height: 17px;
	vertical-align: middle;
}
/* /Side boxes styles */

/* Categories side box */
.sidebox-rootcategory, .sidebox-rootcategory:link, .sidebox-rootcategory:visited, .sidebox-rootcategory:hover, .sidebox-rootcategory:active {
	color: #2d2d2d;
	font: bold 12px Helvetica, Arial, sans-serif;
}
/* /Categories side box */

/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background: #ff0000 url('images/icons/ajax.gif') no-repeat 5px center;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 6px 6px 6px 26px;
	position: fixed;
	right: 8px;
	top: 0px;
	z-index: 18;
	display: none;
}

.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
	padding: 10px 10px 10px 10px;
	z-index: 17;
	display: none;
	position: absolute;
	width: 339px;
}
/* /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 {
	width: 250px;
	background-color: #d72323;
	opacity: 0.96;
	-moz-opacity: 0.96;
	padding: 3px 11px 11px 13px;
}

.notification-header-w, .notification-header-n, .notification-header-e {
	color: #ffffff;
	padding: 0px 10px 1px 26px;
	font: bold 15px Arial, Helvetica, sans-serif;
	background: #b50000 url('images/icons/notification_icon_e.gif') no-repeat left center;
	position: absolute;
	left: 8px;
	top: 0px;
	z-index: 15;
}

.notification-body {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: justify;
	clear: both;
	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:link, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.notification-n {
	background-color: #88ba00;
}
.notification-header-n {
	background: #5ca400 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
	background-color: #ff9600;
}
.notification-header-w {
	background: #f66e00 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
	/*border: 1px solid #d0cebe;*/
	margin-top: 6px;
	margin-bottom: 15px;
}
.section-title {
	background: #f3f1da url(images/section_title_bg.gif) repeat-x bottom;
	padding: 6px 0px 5px 9px;
}
.section-title a {
	color: #5c5d3e;
	font: bold 14px Arial, Helvetica, sans-serif;
	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 #d0cebe;
	background-color: #f6f5e4;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}
.search-form .input-text {
	width: 170px;
}
.search-form .input-text-large {
	width: 207px;
}
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	border: 1px solid black;
	color: #FFF;
	background-color: #333;
	font: bold 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-decoration: none;	
	padding-left: 8px;
	padding-right: 8px;
}

/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	background: #333;
}

.button-submit-action, .button-action {	
}
.button-submit-action, .button-action, x:-moz-any-link {	
}
.button-submit {
	
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	background: #333;	
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a, x:-moz-any-link {	
}
.button-submit, .button {
	background-color: #333;
}
.button-submit input, .button a {
	font: bold 12px Helvetica, Arial, sans-serif;
}
.button-submit input {
}
.button-submit-big {
	background: #333;	
	height: 29px;
}
.button-submit-big input {
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #333;
	color: #FFF;
	font-size: 12px;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-submit-big input, x:-moz-any-link {
	padding: 5px 10px 5px 10px;
}
/* /input buttons */
.button {
	padding: 0px;
	border: 0px none;
}
.button a {
	padding: 4px 8px 4px 8px;
}
.button-action a {
	padding: 4px 8px 4px 8px;
	text-transform: uppercase;
}
/* link buttons */

/* /link buttons */
.button-submit-disabled-big {
    background: #ededed;
    color: #b4b4b4;
    border: 1px solid #c1c1c1;
    padding: 5px 10px 5px 10px;
    cursor: not-allowed;
}
.button-submit-disabled-big input {
	background: transparent;
	color: #ffffff;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px none;
	cursor: pointer;
}
.button-submit-disabled-big input {
	cursor: not-allowed;
}

.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 {	
    color: #333;
    font-weight: bold;
    border: 1px solid black;
    padding: 4px 8px 4px 8px;    
}

.text-button:hover, .text-button-act:hover {	
    background-color: black;
    color: white;
}

.text-button:hover, .text-button-act:hover {
	text-decoration: none;
}

.text-button-act, .text-button-act:link, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #FFF;
	background-color: #333;
}
.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;
}
/* /Buttons */

/* Category page */
.category-description {
	color: #333;
	font: 11px Helvetica, Arial, sans-serif;
	padding-bottom: 13px;
}
.categories-columns {
	float: left;
	padding-right: 40px;
}
.categories-columns ul {
	line-height: 18px;
}
.categories-image {
	float: left;
	margin: 0px 15px 15px 0px;
	display: inline;
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	float: left;
}
.subcategories p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
}
.product-title, .product-title:link, .product-title:visited, .product-title:hover, .product-title:active, .list-product-title, .list-product-title:link, .list-product-title:visited, .list-product-title:hover, .list-product-title:active{
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.product-details-title {
	font-weight: bold;
	padding: 1px;
}
div.product-details-title {
	margin-top: 6px;
}
td div.product-details-title {
	margin-top: 0px;
}
.sku {
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
.more-info {
	font-size: 10px;
	text-align: center;
}
.list-price {
	color: #757575;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.price, .sub-price {
	color: #333;
	font: bold 11px Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
span.price, p.price {
	width: 400px;
	margin-bottom: 12px;
}
.sub-price {
	color: #333333;
}
.cart-price {
	font-size: 12px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* Category page */

/* Product picker box */

.popup-content {
	border: 3px solid #f5b06e;
	background-color: #ffebb5;
}
.cm-dashed-box {
	border: 2px dashed #909090;
	background: transparent;
}
#fullbody {
	width: 750px;
}

/* /Product picker box */

/* Checkout pages */
.tabs {
	background: #f1f9ff url(images/tabs_bg.gif) 0px 0px;
	margin-top: 13px;
	padding: 0px 0px 0px 12px;
	vertical-align: bottom;
}
.tabs ul {
	vertical-align: bottom;
	max-width: 550px;
}
.tabs ul li, .tabs ul li.cm-active {
	float: left;
	white-space: nowrap;
	cursor: pointer;
	padding: 9px 11px 8px 11px;
	margin-top: 2px;
	vertical-align: bottom;
	height: 15px;
}
.tabs ul li.cm-active {
	background-color: #ffffff;
	border: 1px solid #d1d3d6;
	border-bottom-width: 0px;
	padding: 6px 11px 8px 11px;
	margin-top: 3px;
}
.tabs ul li a, .tabs ul li a:hover, .tabs ul li.cm-active a, .tabs ul li.cm-active a:hover {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tabs ul li.cm-active a, .tabs ul li.cm-active a:link, .tabs ul li.cm-active a:visited, .tabs ul li.cm-active a:hover, .tabs ul li.cm-active a:active {
	color: #000000;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tabs ul li a:hover {
	text-decoration: none;
}
.cm-tabs-content {
	padding: 11px 0px;
	clear: both;
}
.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	margin-right: 10px;
}
.field-name {
	font: bold 11px Helvetica, Arial, sans-serif;
	white-space: nowrap;
}
.valign {
	vertical-align: middle;
}
.valign-top {
	vertical-align: top;
}
.compare-table td {
	padding: 3px 8px;
}
.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;
	white-space: nowrap;
}
table label {
	width: auto;
	font-weight: normal;
}

/* jCarusel */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 4;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 3;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
}
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
/* /jCarusel */

/* Listmania */
.lm-columns {
	float: left;
	width: 48%;
	min-width: 100px;
}
.lm-links {
	padding-bottom: 1px;
}
.lm-description {
	padding: 4px 0px 15px 0px;
	text-align: justify;
}
.lm-top {
	border-top: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-center {
	padding: 5px 5px 0px 5px;
}
.products-rounded .product-properties .buttons-container, .products-rounded .product-properties .form-field, .products-rounded .product-properties .product-list-field {
	margin: 0;
	padding: 0;
}
.sidebox-body .form-field {
	padding: 6px 0px;
}
.products-rounded .product-properties {
	margin: 0;
}
.lm-left {
	border-left: 1px solid #b7b7b7;
}
.lm-right {
	border-right: 1px solid #b7b7b7;
}
.lm-bottom {
	border-bottom: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-buttons-wrapper {
	padding: 0px 3px 0px 0px;
}
.lm-buttons {
	float: right;
	margin-left: 6px;
	margin-bottom: 1px;
}
.item-wrap {
	background: url('images/sidebox_delim.gif') repeat-x bottom center;
	margin-bottom: 4px;
	padding-bottom: 10px;
}
.item-image {
	float: left;
	margin-right: 10px;
}
.item-description {
	display: table;
}
.lm-manufacturer {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.lm-cell-content {
	padding: 5px 9px 9px 9px;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
.lm-link, .lm-link:link, .lm-link:visited, .lm-link:active {
	font-weight: bold;
	text-decoration: underline;
}
.lm-link:hover {
	font-weight: bold;
	text-decoration: none;
}
.lm-bc-icon {
	padding: 0px 7px;
}
/* /Listmania */

/* Ads */
.ad-container {	/* to crop a large image */
	overflow: hidden;
	width: 100%;
	margin: 1px auto 11px auto;
}
/* /Ads */

/* common styles */
.products-list-wrapper {
	padding: 10px 0px;
}
.float-wrapper {
	position: relative;
	overflow: hidden;
}
.border {
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.no-items {
	background-color: #fff;
	padding: 15px 0px;
	text-align: center;
	font-weight: bold;
    min-height: 300px;
    vertical-align: middle;
}

.hidden {
	display: none;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.scroll-x {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 3px;
}
.no-margin {
	margin: 0px !important;
}
.table-fixed {
	table-layout: fixed;
	width: 100%;
}
.inline {
	display: inline;
}
.dashed, a.dashed {
	border-bottom: 1px dashed #000000;
	text-decoration: none;
}
a.dashed:hover {
	border-bottom: 0px none;
}
.no-padding {
	padding: 0px !important;
}
.no-margin {
	margin: 0px !important;
}
/* /common styles */

/* main styles */
.header {
    width: 750px;
}
#footer {
	clear: both;
	padding: 8px;
	margin-bottom: 24px;
}
/* Styles for the fixed width redlayout */ 
.helper-container, x:-moz-any-link {
	padding-right: 1px;
}
#container {
	background-color: #ffffff;
	padding: 0px 11px;
	width: 840px;
	margin: 0px auto;	
}
#content {
	width: 100%;	
}
.central-column, .central-column-right, .central-column-left {
	float: left;
	display: inline;
	margin: 0 192px 15px 192px;
	width: 582px;
	padding-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
}
.central-content {
}
.central-column-long {
	margin: 0; 
	padding-bottom: 30px;	
}
.central-column-right, .central-column-left {
	margin: 0px 0px 15px 192px;
	width: 773px;
}
.central-column-left {
	margin: 0px 192px 15px 0px;
}

.left-column {
	float: left;
	width: 171px;
	margin-left: -966px;
}
.right-column {
	float: left;
	width: 171px;
	margin-left: -171px;
}
/* /Styles for the fixed width layout */

/* Styles for the 100% width layout */ 

/* Uncomment this set of styles for the 100% width layout.
body {
	background-image: none;
	background-color: #ffffff;
}
#container {
	padding: 0px 11px;
}
.central-column {
	float: left;
	display: inline;
	padding-bottom: 30px;
	width: 100%;
}
.central-content {
	margin: 0 192px;
}
.central-column-long {
	margin: 0; 
	padding-bottom: 30px;
}
.central-column-right, .central-column-left {
	width: 100%;
	float: left;
	display: inline;
}
.central-column-right .central-content {
	margin: 0 0 0 192px;
}
.central-column-left .central-content {
	margin: 0 192px 0 0;
}
.left-column {
	float: left;
	width: 171px;
	margin-left: -100%;
}
.right-column {
	float: left;
	width: 171px;
	margin-left: -171px;
}

*/

/* /Styles for the 100% width layout */

/* /main styles */

/* top styles */
.logo-image {
	float: left;
	margin-top: 10px;
}
#top_menu {
	clear: right;
	padding: 32px 8px 0px 0px;
}
#top_menu ul li, #top_menu ul li.cm-active {
	float: right;
	background: #f7f7e3 url(images/top_tab_right.gif) no-repeat right top;
	display: inline;
	padding-right: 2px;
	margin-left: 3px;
}
#top_menu ul li.cm-active {
	background: #caf0f9 url(images/top_tab_right_active.gif) no-repeat right top;
	margin-top: -4px;
	margin-bottom: -1px;
}
#top_menu ul li span {
	background: url(images/top_tab_left.gif) no-repeat left top;
	display: block;
	padding-top: 2px;
}
#top_menu ul li.cm-active span {
	background: url(images/top_tab_left_active.gif) no-repeat left top;
	padding-top: 6px;
	padding-bottom: 1px;
}
#top_menu ul li a, #top_menu ul li a:hover, #top_menu ul li.cm-active a, #top_menu ul li.cm-active a:hover {
	color: #535353;
	font: bold 14px Helvetica, Arial, sans-serif;
	padding: 4px 12px 4px 16px;
	display: block;
	text-decoration: none;
}
#top_menu ul li.cm-active a, #top_menu ul li.cm-active a:hover {
	padding: 3px 15px 5px 19px;
	color: #202020;
}
#top_menu ul li a:hover, #top_menu ul li.cm-active a:hover {
	text-decoration: underline;
}
/* /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 Helvetica, Arial, sans-serif;
	color: #ff7800;
	margin-top: 15px;
}
/* /main menu style */

/* top tools styles */
.top-tools-container {
	background: #caf0f9 url(images/top_tools_bg.gif) repeat-x;
	clear: both;
	padding: 2px 5px 8px 5px;
	height: 31px; /* for Safari */
}
.top-tools-container span.float-left, .top-tools-container span.float-right {
	background: url(images/top_tools_left.gif) no-repeat top left;
	width: 5px;
	height: 41px;
	margin: -2px 0px 0px -5px;
}
.top-tools-container span.float-right {
	background: url(images/top_tools_right.gif) no-repeat top right;
	margin: -2px -5px 0px 0px;
}
.top-search {
	padding: 8px 0px 0px 8px;
}
.search-products-text {
	font: bold 12px Helvetica, Arial, sans-serif;
	padding-right: 2px;
}
.top-search .search-products-text {
	vertical-align: -1px;
}
.search-selectbox {
	border: 1px solid #83bdcb;
	width: 150px;
	padding: 1px 1px 1px 2px;
	height: 21px;
	vertical-align: middle;
}
.search-input {
	border: 1px solid #83bdcb;
	width: 203px;
	padding: 2px 1px 0px 1px;
	margin: 0 0 0 -4px;
	height: 17px;
	vertical-align: middle;
}
.search-advanced:link, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0px 8px 0px 11px;
	background: url('images/icons/search_advanced_arrow.gif') no-repeat right 5px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.search-label {
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
}
/* /top tools */

/* content-tools */
.content-tools {
	background: #f1f1f1 url(images/content_tools_bg.gif) repeat-x;
	padding: 5px 5px 0px 7px;
	margin-bottom: 13px;
}
.content-tools span.float-left, .content-tools span.float-right {
	background: url(images/content_tools_left.gif) no-repeat top left;
	width: 5px;
	height: 36px;
	margin: -5px 0px 0px -7px;
}
.content-tools span.float-right {
	background: url(images/content_tools_right.gif) no-repeat top right;
	margin: -5px -5px 0px 0px;
}
/* /content-tools */

/* cart box styles */
#cart_status .float-left {
	background: url(images/top_tools_delim.gif) no-repeat 100% 2px;
	padding: 0px 14px 0px 0px;
	margin-right: 11px;
	position: relative;
	z-index: 6;
}
#cart_status a {
	padding-left: 3px;
}
#cart_status span {
	vertical-align: middle;
}
.checkout-link {
	float: left;
	padding-top: 5px;
}
#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 95% 6px;
	padding: 0px 15px 2px 6px;
}
.full-cart a, .full-cart a:link, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
	background-color: #f2fbb5 !important;
}
.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: #f2f2f2 !important;
}
.cart-list {
	position: absolute;
	width: 234px;
	background: url(images/cart_list_bg.gif) no-repeat 0px 24px;
	z-index: 5;
	left: 1px;
}
.list-container {
	border: 1px solid #bebebe;
	border-top-width: 0px;
	background-color: #ffffff;
	margin-top: 6px;
	padding: 0px 4px;
}

.cart-list .list {
	height: 185px;
	border: 1px solid #bababa;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5px;
}
#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 {
	padding: 0px;
	background-color: #ebebeb;
	background-image: none;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.cart-list ul li img {
	max-width: 45px;
	height: auto;
	margin-right: 4px;
}
.list p.center {
	margin-top: 75px;
	font-weight: bold;
}
.cart-list .buttons-container {
	text-align: center;
	margin: 8px 0px 11px 0px;
}
#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;
	padding: 0px 15px 2px 6px;
	margin: 0px 1px;
}
/* /cart box styles */

/* common sidebox style */
.sidebox-wrapper {
	margin-bottom: 19px;
}
.sidebox-title {
	background: #cfdfe7 url('images/sb_title_left.png') no-repeat left top;
	padding-left: 10px;
}
.sidebox-title span {
	display: block;
	background: url(images/sb_title_right.png) no-repeat right top;
	padding: 7px 10px 7px 0px;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #003542;
}
.sidebox-body {
	border-left: 1px solid #cfdfe7;
	border-right: 1px solid #cfdfe7;
	padding: 13px 13px 10px 13px;
}
.sidebox-bottom {
	background: #cfdfe7 url(images/sb_btm_right.gif) no-repeat right top;
	height: 1px;
}
.sidebox-bottom span {
	background: url(images/sb_btm_left.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper {
	margin: 0px 1px 22px 0px;
}
.sidebox-categories-wrapper .sidebox-title {
	background: #cbf1f7 url(images/sb_categ_title_left.gif) no-repeat left top;
	padding-left: 11px;
}
.sidebox-categories-wrapper .sidebox-title span {
	background: url(images/sb_categ_title_right.gif) no-repeat right top;
	padding: 8px 11px 7px 0px;
	overflow: hidden;
}
.sidebox-categories-wrapper .sidebox-body {
	border: 0px none;
	padding: 0px;
}
.sidebox-categories-wrapper .sidebox-bottom, .sidebox-categories-wrapper .sidebox-bottom span{
	display: none;
}
/* /categories sidebox styles */


/***** Tables *****/
/* Common table */
.table {
	background-color: #dee1e5;
	padding: 1px 0px 1px 1px;
}
.table th {
	background-color: #e8eff8;
	font-weight: bold;
	border-right: 1px solid #dee1e5;
	border-bottom: 1px solid #dee1e5;
	padding: 3px 5px 2px 5px;
	white-space: nowrap;
}
.table th.right {
	text-align: right;
}
.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-right: 1px solid #dee1e5;
	padding: 2px 5px;
}
.table table td {
	border: 0px none;
}
.table .table-footer td {
	background-color: #e8eff8;
	border-right: 1px solid #dee1e5;
	padding: 0px;
	margin: 0px;
	font-size: 5px;
	height: 5px;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f1f4f6;
}
.padding-td {
	padding: 3px 0px;;
}
#category_rows .table {
	margin-top: -1px;
}
/* /Common table */

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

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

/* mainbox */
.mainbox-container {
	margin-bottom: 10px;
}
.mainbox-title {
	font-size: 1px;
	color: white;
	margin: 0px;
	display: none;
}
.mainbox-title span {
	color: #2d2e2e;
	font: bold 26px Arial, Helvetica, sans-serif;
}
.mainbox-body {
	margin-bottom: 20px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	background: url(images/mainbox2_title_bg.gif) repeat-x left bottom;
	padding: 0px 0px 8px 7px;
}
.mainbox2-title span {
	color: #2d2e2e;
	font: bold 22px Arial, Helvetica, sans-serif;
}
.mainbox2-body {
	padding: 0px 20px 20px 20px;
}
.mainbox2-bottom, .mainbox2-bottom span {
	display: none;
}
/* /mainbox2 */

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

.subheader, .subheader-first-item {
	color: #2d2e2e;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 13px 0px 5px 0px;
	background: url(images/subheader_bg.gif) repeat-x bottom;
	margin-bottom: 10px;
}
.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #eaf0f5;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 2px;
}

/* color mainbox */
.mainbox-cart-title {	
	font-weight: bold;
	font-size: 14px;
	padding: 8px 8px 7px 13px;
	text-transform: uppercase;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
}
.mainbox-cart-title span.float-right {
}
.mainbox-cart-body, .mainbox-cart-body-flex {	
	padding: 11px 5px 0px 5px;
}
.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;
}

.cart-buttons {
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	padding: 4px 4px 4px 8px;
	margin-bottom: 5px;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color: #e9eff3;
	border: 1px solid #d2e1e8;
	padding: 9px 5px 9px 9px;
	margin-bottom: 10px;
}
.sidebox-body .updates-wrapper {
	margin: 8px -10px -7px -10px;
}
.updates-wrapper p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
	font: normal 11px Helvetica, Arial, sans-serif;
}

/* Bottom styles */
.bottom-copyright {
    width: 680px;
	text-align: right;
	color: #626262;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 8px;
	margin-left: 150px;
	border-top: 1px solid #bdbdbd;	
	margin-top: 8px;
}
.bottom-copyright a, .bottom-copyright a:link, .bottom-copyright a:visited, .bottom-copyright a:active {
	font-size: 11px;
	color: #626262;
	text-decoration: none;
}

.bottom-copyright a:hover {
	color: #313131;
}

.bottom-search {
	padding: 8px 0px 15px 0px;
}
.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;
	padding: 5px 10px;
	margin: 0px -12px -11px -12px;
}
.extra-link, .extra-link:link, .extra-link:visited, .extra-link:hover, .extra-link:active {
	color: #ff5400;
	text-transform: lowercase;
	font: normal 11px Helvetica, Arial, sans-serif;
}
/* /recently viewed */

/* product LIST view styles */
.product-image {
	float: left;
	margin: 0px 25px 10px 0px;
	border: 1px solid #BDBDBD;
}
.product-description {
	display: table;
}
.product-bulk-add-wrapper {
	padding-right: 3px;
	margin: 3px 0px;
}
.discount-label {
	background: url(images/discount_label_right.gif) no-repeat right top;
	float: left;
	padding: 0px 32px 1px 0px;
	margin-top: 16px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.product-variant-image-wrapper {
	padding-top: 5px;
	margin-left: -120px;
}
.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 {
	background-color: #edf8fe;
	padding: 4px 0px 5px 0px;
	margin: 14px 0px 8px 0px;
}

.pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	padding: 0px 4px 1px 4px;
	border: 1px solid #edf8fe;
}

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

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

.info-field-title {
	background-color: #e2f3ff;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 4px 4px 8px;
}

.info-field-body {
	padding: 10px 0px 17px 10px;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: auto;
}

.info-field {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
}

.info-field label {
	padding: 0;
	margin: 0;
	font: normal 11px verdana, geneva, arial, helvetica, sans-serif;
	width: 100px;
	line-height: 18px;
	float: left;
}

/* product details styles */
.product-details-options {
	background-color: #ffffbf;
	padding: 14px 12px 13px 15px;
}
.product-details-options p.price {
	margin: 2px 0px;
}
/* /product details styles */

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}

/* 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: 16px;
}
/* /Basic list (w/delimiters) */

/* 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 */

/* List with 2 arrows as bullet */
ul.arrows-list li {
	background-image: url(images/icons/cart_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/blue_arrow.gif) no-repeat 1px 6px;
}
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 li {
	background-image: url('images/icons/dot_dark.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 10px 0px 13px;
	display: inline;
}
/* /Action bullets*/

/* Site news */
.site-news li {
	padding: 2px 0px 3px 0px;
}
.site-news li strong {
	font: bold 11px Helvetica, Arial, sans-serif;
	display: block;
	padding-bottom: 1px;
}
/* /Site news */

/* plain/dynamic menu */
ul.menu-root-categories {
	background-color: #ffffff;
}
ul.menu-root-categories li {
	background: #e7eff7 url(images/icons/left_menu_arrow.gif) no-repeat 9px 7px;
	padding: 2px 5px 3px 18px;
	border-bottom: 1px solid #ffffff;
	height: 1%;
}
ul.menu-subcategories {
	padding: 1px 0px 7px 6px;
	background-color: #ffffff;
}
ul.menu-subcategories li {
	background: #ffffff none;
	padding:  1px 0px 4px 1px;
	line-height: 12px;
	height: 1%;
}
.subcategories-link, .subcategories-link:link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
	color: #2d2d2d;
}
.subcategories-link-active, .subcategories-link-active:link, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
	color: #2d2d2d;
	font-weight: bold;
}
ul.sitemap-list li {
	padding-left: 10px;
	background: #ffffff url(images/icons/left_menu_arrow.gif) no-repeat 0px 5px;
}
/* /plain/dynamic menu */

/* form styles */
.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 {
	width: 70%;
	clear: both;
}
.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;
	width: 0px;
	margin-left: 10px;
	font-size: 1px;
	line-height: 1px;
}
.form-field, .select-field {
	margin: 6px 0px;
	vertical-align: middle;
}
.form-field {
	padding: 0px 0px 0px 170px;
}
.form-field.revert {
	padding-left: 20px;
}
.form-field.revert label {
	float: none;
	margin: 0px;
	width: auto;
}
.form-field.revert .checkbox, .form-field.revert .radio {
	margin-left: -20px;
	float: left;
	clear: left;
	margin-top: 3px;
}
.form-field label {
	float: left;
	clear: left;
	text-align: left;
	width: 140px;
	padding-top: 1px;
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
	margin-left: -170px;
}
.form-field div label {
	width: auto;
	float: none;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat;
	background-position: right 6px;
	margin-right: 5px;
	width: 165px;
}
.form-field span {
	font-size: 11px;
}
.form-field .select-field {
	margin: 0px;
}
.select-field label, .form-field .select-field label {
	float: left;
	clear: none;
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 12px;
	font: normal 11px Helvetica, Arial, sans-serif;
	vertical-align: middle;
	white-space: nowrap;
}
.select-field label {
	float: none;
	clear: left;
	padding: 0px;
}
.select-field label .checkbox {
	vertical-align: -2px;
	margin-left: -12px;
}
.select-field .checkbox {
	vertical-align: middle;
}
.search-field {
	margin-bottom: 7px;
}
.choose-icon {
	float: left;
	padding-top: 1px;
}
.subcategories {
	padding: 1px 0px 0px 5px;
}
/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .info-field:after, .item-wrap:after, .buttons-container:after, .clear:after, .break:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.break:before {
	height: 3px;
}
.search-field label, .search-field label.long{
	float: left;
	clear: left;
	text-align: left;
	width: 95px;
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
	padding-top: 1px;
}

.search-field label.long {
	width: 150px;
}
.search-field input, .search-field select {
	font-weight: normal;
}
.search-field textarea {
	font-weight: normal;
	border: 1px solid #83bdcb;
}
.search-field span {
	font-weight: normal;
	font-size: 11px;
}
.product-list-field {
	margin-bottom: 3px;
	padding-left: 120px;
}
.product-list-field label {
	width: 110px;
	font-weight: bold;
	margin-left: -120px;
	font-size: 11px;
}
.product-features {
	padding: 5px;
	margin-left: 10px;
}
/* form styles */

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #f8fdff;
	border: 1px solid #dddddd;
	margin: 2px 0px 3px 0px;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #c6d8dd;
}
.checkout-steps {
	background-color: #c8eef6;
	margin-left: 28px;
	padding: 2px 4px 1px 4px;
}
.step-title, .step-title-active {
	padding: 8px 9px 6px 7px;
}
.step-title-active {
	background: #fdfec5 url(images/op_checkout_title_active_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #c6d8dd;
	padding: 9px 8px 7px 7px;
}
.step-title span.float-left, .step-title-active span.float-left {
	margin: -5px 0px 0px -40px;
	font: bold 21px Helvetica, Arial, sans-serif;
	color: #a2acae;
}
.step-title img.float-right {
	padding-top: 2px;
}
.step-title-active img.float-right {
	padding-top: 1px;
}
.step-title-active span.float-left {
	color: #ff7800;
}
.step-body, .step-body-active {
	padding: 3px 28px 10px 21px;
}
.step-body .shipping-rates {
	padding-top: 14px;
}
.step-body .shipping-rates label {
	color: #8ca1a1;
	font: italic bold 11px Helvetica, Arial, sans-serif;
	width: auto;
	padding: 4px 5px 0px 0px;
}
.step-body-active {
	padding: 16px 20px 20px 38px;
}
.step-title a, .step-title a:hover, .step-title-active a, .step-title-active a:hover {
	font: bold 17px Helvetica, Arial, sans-serif;
	color: #8ca1a1;
	text-decoration: none;
	background: url(images/icons/step_arrow.gif) no-repeat 3px 7px;
	padding-left: 14px;
}
.step-title-active a, .step-title-active a:hover {
	color: #242424;
	background: url(images/icons/step_arrow_active.gif) no-repeat 0px 7px;
}
.step-complete-wrapper, .step-complete-wrapper strong {
	font-style: italic;
	color: #8ca1a1;
	font-size: 11px;
}
.step-complete-wrapper .float-right a {
	margin-top: -29px;
	display: block;
}
.checkout-textarea {
	width: 374px;
}
.step-complete-text {
	color: #858585;
}
#summary {
	padding-top: 10px;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	margin: 0 5px 0 0;
	width: auto;
	font: italic bold 11px Helvetica, Arial, sans-serif;
}
.step-complete-wrapper .form-field {
	padding-left: 0px;
	margin: 0 0 6px 0;
}
/* One page checkout styles */

/* Estimation form */
.estimation-popup-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	width: 350px;
	padding: 11px;
	margin: 10px 0px 0px 0px;
}
.estimation-popup-box .search-field label {
	width: 105px;
}
.box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	padding: 11px;
}

/* /Estimation form */

/* polls */
.poll {
	padding: 7px 0px;
}
.poll li {
	padding: 2px 3px 2px 6px;
}
.poll .radio {
	vertical-align: -1px;
}
.polls-buttons {
	padding: 5px 0px 3px 0px;
}
.image-verification .polls-buttons {
	padding: 5px 0px 3px 0px;
}
.image-verification p {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sidebox-body .poll-other-answer {
	margin: 5px 0px 0px 5px;
	width: 120px;
	height: 42px;
}
.sidebox-body .poll-text-answer {
	margin: 7px 0px 7px 5px;
	width: 130px;
	height: 70px;
}
.required-question {
	color: #ff0000;
}
.poll-other-answer {
	margin-left: 6px;
	margin-top: 5px;
	width: 220px;
	height: 42px;
}
.poll-text-answer {
	margin-top: 10px;
	width: 440px;
	height: 70px;
}

.polls-list ul {
	margin: 5px;
	margin-left: 20px;
}

.polls-list ul li {
	padding: 5px;
}

div.polls-no-data {
	padding-left: 20px;
}

.polls-list a {
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.graph-bar-1, .graph-bar-2 {
	border: 1px solid #ababab;
	height: 15px;
	position: relative;
	text-align: center;
	font: bold 11px Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}
.graph-bar-2 {
	font-weight: normal;
}
.graph-bar-1 em, .graph-bar-2 em {
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #959595;
}
.graph-bar-1 div, .graph-bar-2 div {
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.graph-bar-1 .graph-bar, .graph-bar-2 .graph-bar {
	background-color: #ccf2ff;
}
.graph-bar-1 span, .graph-bar-2 span {
	position: relative;
	z-index: 2;
}
/* /polls */

/* Rating styles */
#content_discussion p {
	margin: 2px 0px 10px 0px;
}
.html-checkboxes {
	vertical-align: -2px;
}
label.label-html-checkboxes {
	width: auto;
	font: normal 11px Helvetica, Arial, sans-serif;
	padding: 1px 8px 3px 0px;
}
.order-search-label {
	display: table;
}
.order-search-label label {
	width: 80px;
	float: none;
	font-weight: normal;
}
#id_sbox_currency {
	padding: 1px;
}
#id_sl {
	padding: 1px;
}
/* /Rating styles */


/* Previewer styles */
#previewer_overlay {
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

#previewer_window {
	color: #333333;
	position: fixed;
	background: #ffffff;
	z-index: 10;
	color: #000000;
	display: none;
	border: 4px solid #b7b7b7;
	top: 50%;
	left: 50%;
	padding: 30px 10px 17px 10px;
	background-color: #eaeaea;
}
.scroller-container {
	border: 1px solid #a3a3a3;
	background-color: #ffffff;
	margin-bottom: 3px;
	padding: 10px;
}
#scroller_holder, #previewer_scroller {
	margin: 0px auto;
	text-align: center;
}
#previewer_image {
	cursor: move;
}
#previewer_close {
	padding: 7px 4px 0px 2px;
	font-size: 11px;
}
#previewer_close a.tool-link, #previewer_close a.tool-link:hover {
	font-size: 11px;
}
#previewer_load{
	position: fixed;
	display: none;
	height: 16px;
	width: 16px;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
#previewer_hide_select{
	z-index: 8;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
.viewer-container {
	border: 1px solid #a3a3a3;
	background-color: #ffffff;
}
#prev_btn, #next_btn {
	vertical-align: 38px;
}
#viewer {
	height: 91px;
	overflow: hidden;
	margin: 0px 7px;
	display: inline-block;
}
#thumbs_frame {
	display: block;
}
#thumbs_frame img {
	margin: 22px 3px;
	border: 1px solid #c1d4eb;
	width: 45px;
	cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
	border: 1px solid #0551ae;
}
#preview_holder {
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}
#preview_window {
	position: absolute;
	z-index: 7;
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	opacity: 0;
}
a.cm-thumbnails-mini {
	display: block;
	float: left;
	margin: 2px;
	border: 1px solid #c1d4eb;
}
a.cm-cur-item {
	border: 1px solid #ff7800;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
	vertical-align: -8px;
	width: 20px;
	height: 22px;
}
.calendar-box {
	position: absolute;
	z-index: 13;
	background-color: #d5e7f6;
	border-top: 1px solid #cecece;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	border-left: 1px solid #cecece;
	padding: 5px 6px;
	-moz-user-select: none;
}
.calendar-navig {
	text-align: center;
	white-space: nowrap;
	font: bold 14px arial;
	margin: 4px 0px 8px 0px;
}

.calendar-navig a, .calendar-navig a:hover {
	text-decoration: 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;
	padding: 0px 2px;
	margin-left: 30px;
	text-decoration: none;
}
.calendar-box div.float-left {
	background-color: #f4f7f8;
	margin-right: 5px;
	padding: 3px 8px 7px 8px;
	height: 164px;
}
.calendar-box ul.float-left {
	width: 30px;
}
/*.calendar-box h5 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font: bold 12px Arial;
}*/
.calendar-box ul {
	margin: 0px 0px 5px 0px;
}
.calendar-box ul li {
	padding-bottom: 1px;
}
.calendar-box ul li a {
	font-size: 11px;
	display: block;
	padding: 4px 0px;
}
.calendar-box ul li a.selected, .calendar-box ul li a.selected:hover {
	color: #000000;
	font: bold 11px arial;
	text-decoration: none;
	background-color: transparent;
}
.calendar {
	background-color: #ffffff;
	height: 174px;
	display: inline;
}
.section-border table.calendar {
	margin: 0px;
}
.section-border table.calendar td {
	padding: 0px;
}
.calendar th {
	background-color: #edeedb;
	font-weight: normal;
	padding: 6px 4px 3px 4px;
}
.calendar th.weekend {
	color: #f15513;
}
.search-advanced .calendar td, .calendar td {
	text-align: center;
	cursor:pointer;
	border: 1px solid #ffffff;
	color: #0033cc;
	padding: 0px;
}
.calendar td a {
	padding: 4px;
	display: block;
}
.calendar td a.strong {
	color: inherit;
	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: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff4317;
	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 */

/* tag addon */
.tag-level-0 {
	font-size: 12px;
}

.tag-level-1 {
	font-size: 12px;
}

.tag-level-2 {
	font-size: 14px;
}

.tag-level-3 {
	font-size: 16px;
}

.tag-level-4 {
	font-size: 18px;
}

.tag-level-5 {
	font-size: 22px;
}

.tag-level-6 {
	font-size: 25px;
}
/* /tag addon */

/* block "Product filters" */
.product-filters ul {
	margin: 0px;
}
.product-filters li {
	margin: 4px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.product-filters li p {
	margin: 3px 0px 0px 0px;
	text-align: right;
}
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.product-filters a {
	font-weight: normal;
}
.filters-tools {
	padding: 3px 3px 8px 0px;
}
.reset-filters, .reset-filters:link, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url(images/icons/delete_icon.gif) no-repeat 0px 3px;
	padding-left: 12px;
	text-transform: lowercase;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 2px solid #d0e25a;
	cursor: pointer;
	margin-top: 4px;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 16px Helvetica, Arial, sans-serif;
	padding: 4px 2px;
	width: 144px;
	margin: 4px 0px 0px 0px;
}
.step-body-active .captcha-input-text {
	width: 139px;
}
/* /captcha */

/* Quick links */
/* top */
.quick-links {
    color: #626262;
	float: right;
	white-space: nowrap;
	padding-top: 7px;
	text-decoration: none;
}
.quick-links a:link, .quick-links a:visited, .quick-links a:active {
	padding: 0px 1px 0px 11px;
	text-decoration: none;
}
.quick-links a:hover {
	color: #313131;
	padding: 0px 1px 0px 11px;
}
/* /top */
/* bottom */
#footer .quick-links {
	float: none;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 1px;
	color: #626262;
}
/* /bottom */
/* /Quick links */

/* Select languages */
.select-link, .select-link:link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
	padding-right: 16px;
	margin-right: 12px;
}
.icons {
	float: left;
	margin: 0px 6px;
	padding: 0px;
	cursor: pointer;
}
.select-lang {
	float: left;
	padding-bottom: 10px;
}
.cm-select-list a.item-link, .cm-select-list a.item-link:link, .cm-select-list a.item-link:visited, .cm-select-list a.item-link:hover, .cm-select-list a.item-link:active {
	padding: 0px 0px 0px 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.select-wrap {
	float: right;
	font-size: 12px;
	margin-top: 6px;
	padding-left: 3px;
}
.select-popup {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px 3px 0px 4px;
	border: 1px solid #cecece;
	background-color: #ffffff;
	margin: 0px !important;
	z-index: 12;
}
.close-icon {
	position: absolute;
	right: 3px;
	cursor: pointer;
}
ul.cm-select-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
ul.cm-select-list li {
	padding: 1px 39px 7px 0px;
	cursor: pointer;
	white-space: nowrap;
}
ul.cm-select-list li a {
	white-space: nowrap;
}
.cm-select-list a, .cm-select-list a:link, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
	font: normal 12px Arial;
	background-repeat: no-repeat;
	background-position: left 0px;
	text-decoration: none;
	padding: 0px 2px;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.select-languages {
	text-align: right;
	margin-bottom: 10px;
}
.localization {
	background: url(images/top_tools_delim.gif) no-repeat 0px 2px;
	padding: 6px 9px 7px 12px;
	margin-top: 0px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url(images/coupon_code_bg.gif) repeat-x left top;
	border: 1px solid #dddddd;
	padding: 5px 7px 5px 8px;
	margin-bottom: 8px;
	white-space: nowrap;
}
.promotion-coupon strong {
	font-size: 11px;
	vertical-align: -1px;
}
.promotion-coupon .input-text, #point_payment .input-text {
	width: 129px;
	padding: 1px;
	vertical-align: middle;
	height: 15px;
	margin-left: 3px;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
.promotion-coupon a {
	vertical-align: 1px;
}
/* Statistic list */
ul.statistic-list {
	margin-top: 10px;
	padding-top: 9px;
	background-color: #F0F0F0;
	float: right;
	clear: both;
}
ul.statistic-list li {
	clear: both;
	padding: 0px 11px 4px 11px;
	font: normal 13px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	overflow: hidden;
}
ul.statistic-list li span {
	float: left;
	text-align: right;
	margin-right: 30px;
	width: 150px;
}
ul.statistic-list li span strong {
	float: none;
}
ul.statistic-list li strong {
	text-align: left;
}
ul.statistic-list li strong span {
	float: none;
	width: auto;
	text-align: left;
	margin: 0px;
}
ul.statistic-list li.subtotal span, ul.statistic-list li.subtotal strong {
	font: bold 14px Helvetica, Arial, sans-serif;
}
ul.statistic-list li.total {
	background-color: #ffffff;
	font: bold 18px Arial;
	margin-top: 7px;
	padding: 9px 0px 0px 0px;
}
ul.statistic-list li.total strong {
	width: 163px;
	float: left;
	text-align: right;
	margin-right: 30px;
}
ul.statistic-list li.total span {
	float: none;
	width: auto;
	margin-right: 0px;
	font: bold 18px Arial;
}
/* /Statistic list */
/* /checkout totals */

/* File uploader */
.upload-file-section {
	overflow: hidden;
}
.fileuploader .select-field label {
	margin-right: 28px;
}

.fileuploader {
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
	margin: 5px 10px 15px 0px;
	padding: 10px;
	float: left;
}

.upload-file-local {
	position: relative; 
	float: left; 
	overflow: hidden;
}
.upload-file-local input {
	right: 0px;
	position: absolute; 
	opacity: 0;
	-moz-opacity: 0;
	cursor: pointer;
}
.upload-file-links a.active {
	font-weight: bold;
}

.attach-images-alt label {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .product-title, #cart_items .product-title:link, #cart_items .product-title:visited, #cart_items .product-title:hover, #cart_items .product-title:active {
	font-size: 11px;
}
#cart_items .sku {
	font: 10px Helvetica, Arial, sans-serif;
	color: #858585;
	padding: 4px 0px 3px;
}
#cart_items .product-image {
	padding-left: 3px;
}
.quantity {
	padding: 5px 0px 10px 0px;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
	font: bold 11px Helvetica, Arial, sans-serif;
}
.quantity label {
	color: #858585;
}
.quantity .input-text {
	padding: 1px;
	height: 13px;
	width: 31px;
	margin: 0px 4px 0px 1px;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url(images/icons/prod_details_collapsed.gif) no-repeat 1px 2px;
	padding-left: 17px;
	font-size: 11px;
}
.product-description a.cm-combo-off {
	background-image: url(images/icons/prod_details_expanded.gif);
}
.product-description .product-options {
	padding: 2px 0px 6px 0px;
	font-size: 11px;
}
.product-options .table-fixed {
	width: 450px;
	max-width: 450px;
}
.product-options .table-fixed .product {
	width: 70px;
}
.product-options .table-fixed .product-list-field {
	padding-left: 0px;
}
.product-options .table-fixed .product-list-field label {
	margin-left: 0px;
}
/* /Cart items */

/* classic checkout */
.classic-checkout {
	padding: 25px 25px;
}
/* progress bar styles */
.pb-container {
	padding: 8px 0px 25px 0px;
}
.pb-container a {
	display: inline-block;
}
.pb-container em {
	font: bold 18px Arial, Helvetica, sans-serif;
	background: #d1d1d1 url(images/pb_step.gif) no-repeat 0px 0px;
	padding: 2px 8px 3px 8px;
	color: #ffffff;
	text-decoration: none;
	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;
	font: 16px Arial, Helvetica, sans-serif;
}
.pb-container span.active {
	color: #222020;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.pb-container img {
	margin: 0px 5px;
	vertical-align: 2px;
}
/* /progress bar styles */
/* /classic checkout */

/* Log in/out styles */
#sign_io {
	color: #014ead;
	padding: 11px 3px 0px 0px;
	position: relative;
}
#sign_io a, #sign_io a:link, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
	padding: 0px 4px;
}
#sign_io a.text-button, #sign_io a.text-button:link, #sign_io a.text-button:visited, #sign_io a.text-button:hover, #sign_io a.text-button:active {
	padding: 0px 8px 0px 8px;
	margin: 0px;
}
#login {
	position: absolute;
	border: 1px solid #ffffff;
	z-index: 14;
	width: 292px;
	top: 24px !important;
	right: 4px;
	left: auto !important;
}
.login-popup {
	background-color: #f9ffd2;
	border: 1px solid #b1b1b1;
	padding: 9px 16px;
}
.login-popup p {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.login-popup h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px -4px;
}
.login-popup .error-text {
	color: #fd0000;
	margin-bottom: 11px;
}
.login-popup .form-field, .login .form-field {
	padding-left: 0px;
}
.login-popup .form-field label, .login .form-field label {
	font: 13px Arial, Helvetica, sans-serif;
	color: #757474;
	margin-left: 0px;
}
.login-popup .form-field .input-text {
	border: 1px solid #d2d9e1;
	clear: both;
	font: bold 22px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/icons/icon_username.gif) no-repeat 6px 4px;
	padding: 0px 3px 0px 27px;
	margin-top: 3px;
	width: 226px;
}
.login-popup .form-field .password {
	background-image: url(images/icons/icon_password.gif);
	margin-bottom: 6px;
}
.login-popup .clear, .login .clear {
	padding: 10px 0px 6px 0px;
}
.login-popup .clear .float-left {
	padding-top: 1px;
}
.login-popup .clear .checkbox {
	margin: 2px 0px 0px 1px;
}
.login-popup .clear label {
	font: 13px Arial, Helvetica, sans-serif;
}
.login-popup a {
	font-size: 13px;
}
.login {
	width: 247px;
	margin: 0 auto;
}
.login .clear {
	padding: 10px 0px 6px 0px;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs {
	font-size: 14px;
    padding-top: 7px;
    height: 23px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #444444;
}
.breadcrumbs img {
	margin: 0px 6px;
}
/* /breadcrumbs */
.posts {
	padding: 13px 6px 20px 11px;
}
.manage-post {
	background-color: #f2fafc;
}
.posts h2 {
	font: bold 13px Helvetica, Arial, sans-serif;
	float: left;
	padding: 2px 0px 0px 7px;
}
.posts .float-right {
	padding-top: 5px;
}
.posts em {
	font-size: 11px;
}

/* Advanced filter  */
.table-filters th {
	text-align: left;
	font-size: 13px;
	padding: 10px 0px 6px 0px;
}
.table-filters td {
	padding: 0px 12px 8px 0px;
}
.table-filters .scroll-y {
	background-color: #ffffff;
	overflow-y: auto;
	height: 127px;
	border: 1px solid #cfdce0;
	padding: 0px 0px 0px 4px;
	margin-bottom: 8px;
}
.table-filters td p {
	margin-top: 0px;
}
.table-filters .scroll-y p {
	margin-top: 4px;
}
table.table-filters label {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.table-filters .delim {
	background-image: none;
}
.table-filters .delim td {
	border-bottom: 1px solid #e7e5d5;
}
/* /Advanced filter  */

/* checkout login */
.login-table td {
	padding-left: 15px;
}
.login-table td.login {
	background: url(images/sidebox_vert_delim.gif) repeat-y right;
	padding: 0px 15px 0px 0px;
	width: auto;
}
.login-table .delim {
	margin: 15px 0px;
}
.login .clear {
	padding-right: 1px;
}
.login .input-text {
	width: 240px;
	margin: 0px;
}
.order-status {
	background: #eff8fc url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #c1d1d5;
	padding: 10px 10px 10px 30px;
	margin: 5% 0 0 5%;
	width: 920px;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	min-width: 100%;
}

/* bug report panel */
.bug-report {
    display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 26px;
	background-color: #ff9600;
	border: 1px solid #ACACAC;
	border-width: 1px 1px 0px 0px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	padding: 5px 0px 0px 5px;
}
/* bug report panel */

/* Page 404 */
body.exception-body {
	background-color: #ffffff;
	background-image: none;
	padding: 0px 29px;
}
.exception-body h1 {
	float: left;
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 23px Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0px;
}
.exception-body h2 {
	clear: both;
	background: url(images/cs_logo.gif) no-repeat 1px 42px;
	color: #373737;
	font: bold 42px Arial, Helvetica, sans-serif;
	padding: 32px 0px 2px 37px;
	margin: 0px;
}
.exception-content {
	padding-left: 39px;
}
.exception-body h3 {
	margin: 0px 0px 28px 0px;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.exception-body .float-right {
	padding: 2px 10% 0 10%;
}
.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:link, .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 {
	margin: 0px 0px 16px 0px;
	font-size: 14px;
}
.exception-content .exception-menu {
	margin: 7px 0px 24px 0px;
}
.exception-body hr {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
/* /Page 404 */

/* Tags */
.tags-buttons {
	margin: -26px 0px 0px 230px;
}
.tags-buttons .button-submit {	
}
/* /Tags */

/* Picker */
.cm-picker {
	position: absolute;
	z-index: 27;
}
.cm-popup-bg {
	position: absolute;
	z-index: 26;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	/*opacity: 0.1;
	-moz-opacity: 0.1;*/
}
.cm-popup-hor-resizer {
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #f5b06e;
	cursor: w-resize;
	margin: 0 !important;
}
.cm-left-resizer {
	left: -3px;
}
.cm-right-resizer {
	right: -3px;
}
.cm-popup-vert-resizer {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #f5b06e;
	cursor: s-resize;
	margin: 0 !important;
}
.cm-top-resizer {
	top: -3px;
}
.cm-bottom-resizer {
	bottom: -3px;
}
.cm-popup-corner-resizer {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #f5b06e;
	margin: 0 !important;
}
.cm-nw-resizer {
	cursor: nw-resize;
	left: -3px;
	top: -3px;
}
.cm-ne-resizer {
	cursor: ne-resize;
	right: -3px;
	top: -3px;
}
.cm-sw-resizer {
	cursor: sw-resize;
	left: -3px;
	bottom: -3px;
}
.cm-se-resizer {
	cursor: se-resize;
	right: -3px;
	bottom: -3px;
}
.cm-popup-content-header {
	padding: 11px 15px 10px 15px;
	cursor: move;
}
.cm-popup-content-header h3 {
	font: bold 18px Arial;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
}
.cm-popup-content-header .float-right {
	padding: 2px 4px;
}
.cm-popup-content-footer {
	padding: 0px 8px 12px 8px;
}
.object-container {
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 12px;
	overflow-x: auto;
	overflow-y: scroll;
	font-weight: normal;
}
/* /Picker */

/* Notes picker */
.popup-notes-content {
	border: 3px solid #ffffcc;
	background-color: #ffffcc;
}
.popup-notes-content .cm-popup-vert-resizer, .popup-notes-content .cm-popup-hor-resizer, .popup-notes-content .cm-popup-corner-resizer {
	background-color: #ffffcc;
}
.popup-notes-content .cm-popup-content-header {
	background-color: #ffffcc;
	margin-bottom: 8px;
}
/* /Notes picker */

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

.table-filters .input-text {
	width: 100%;
	max-width: 200px;
}
.cm-template-box {
	display: inline;
	margin: 0;
	padding: 0;
}
.subpages-list {
	margin-top: 10px;
}
.subpages-list li {
	padding: 8px 0;
	font-style: italic;
}
.subpages-list li .main-info {
	font-style: normal;
	padding-right: 6px;
}
.view-all div {
	max-width: 100px;
	text-align: left;
}
/* product configurator */

.product-configuration td {
	padding: 4px 0px;
}
.product-configuration .field-title .info-field-title {
	margin-top: 21px;
}
.product-configuration span.price {
	font: normal 13px Arial, Helvetica, sans-serif;
}
/* product configurator */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #DDD;
	margin-left:10px;
	margin-right:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-pane {
	overflow: auto;
	float: left;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 58px;
    height: 58px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    position: absolute;
    width: 27px;
    height: 54px;
    cursor: pointer;
    background-image:url(/images/custom/small_arrow2.gif);
}

.jcarousel-prev {
    z-index: 3;
    position: absolute;
    width: 27px;
    height: 54px;
    cursor: pointer;
    background-image:url(/images/custom/small_arrow1.gif);
}


.jcarousel-skin-ie7 .jcarousel-container {
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 680px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  684px;
    height: 64px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 58px;
    height: 56px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    z-index: 4;
    position: absolute;
    width: 27px;
    height: 54px;
    cursor: pointer;
    background-image:url(/images/custom/small_arrow2.gif);
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
    display: none;
    opacity: 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    z-index: 4;
    position: absolute;
    width: 27px;
    height: 54px;
    cursor: pointer;
    background-image:url(/images/custom/small_arrow1.gif);
}

