@import url('../css/styles.base.css');

body {
	background: #f1f6f9 url('../images/body_bg.gif') repeat-y center top;
}
.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;
	padding: 2px;
}
select {
	border: 1px solid #dfe6ed;
	padding: 1px;
}
a, a:visited, a:hover, a:active {
	color: #014ead;
}
hr {
	border: 0px solid #eaf0f5;
	border-top-width: 1px;
}
.dark-hr {
	border-color: #e3e3e3;
}
.error-text {
	color: #f27a00;
}
.view-large-image-link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
	background: url('../images/view_larger.gif') no-repeat left 2px;
	padding: 1px 0px 1px 15px;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	color: #2d2d2d;
	background-color: #ffffff;
	border: #c5d1d8 1px solid;
	padding: 2px 1px 0px 1px;
}


/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	background-color: #13b3e7;
	font: bold 12px Tahoma;
	padding: 2px 8px 3px 8px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	background: #ff5f2e url('../images/but_right_action.gif') no-repeat right top;
	height: 21px;
}
.button-submit-action, .button-action {
	padding-right: 17px;
}

.button-submit, .button {
	height: 19px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	background: transparent url('../images/but_left_action.gif') no-repeat left top;
	padding: 3px 0px 4px 9px;
	height: 21px;
	line-height: 14px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	border: 0px none;
	margin: 0px;
}

.button-submit, .button {
	background-color: #13b3e7;
	background-image: none;
	border: 1px solid #0e94c0;
}
.button-submit input, .button a {
	background-image: none;
	font: bold 12px Tahoma;
	padding: 1px 6px 2px 5px;
}
.button-submit input {
	padding-bottom: 6px;
	line-height: 16px;
}
.button-submit-big {
	background: #ff4f01 url('../images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-big input {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('../images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}


/* Category page */
.product-title, .product-title:visited, .product-title:hover, .product-title:active {
	color: #014ead;
}
.list-price {
	color: #757575;
}
.price, .sub-price {
	color: #990000;
}
.sub-price {
	color: #333333;
}
.discount {
	color: #666666;
}
.qty-in-stock {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	background: #f1f9ff url('../images/tabs_bg.gif') 0px 0px;
}
.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 */
.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;
}


/* main styles */
#footer {
	border-top: 2px solid #d0e0ee;
	padding: 8px;
}
/* Styles for the fixed width layout */ 
#container {
	border: 1px solid #e3ebf0;
	border-width: 0px 1px;
	background-color: #ffffff;
}

#top_menu {
	padding: 30px 8px 0px 0px;
	text-align: right;
	clear: right;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
	background: #f7f7e3 url('../images/top_tab_right.gif') no-repeat right top;
	padding: 0 2px 0 0;
	margin: 0 0 0 3px;
	text-align: left;
}
#top_menu ul li.first-level.cm-active {
	background: #caf0f9 url('../images/top_tab_right_active.gif') no-repeat right top;
	margin: -3px 0 -1px 3px;
}
#top_menu ul li.first-level span {
	background: url('../images/top_tab_left.gif') no-repeat left top;
	padding: 6px 12px 4px 16px;
}
#top_menu ul li.first-level.cm-active span {
	background: url('../images/top_tab_left_active.gif') no-repeat left top;
	padding: 9px 15px 6px 19px;
}
#top_menu ul ul {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
	background: #caf0f9 url('../images/top_tools_bg.gif') repeat-x;
}
.top-tools-container span.float-left {
	background: url('../images/top_tools_left.gif') no-repeat top left;
}
.top-tools-container span.float-right {
	background: url('../images/top_tools_right.gif') no-repeat top right;
}
.search-selectbox {
	border: 1px solid #83bdcb;
}
.search-input {
	border: 1px solid #83bdcb;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0px 8px 0px 4px;
	background: url('../images/search_advanced_arrow.gif') no-repeat right 5px;
}
/* /top tools styles */







/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title {
	background: #cbf1f7 url('../images/sb_categ_title_left.png') no-repeat left top;
}
.sidebox-categories-wrapper .sidebox-title span {
	background: url('../images/sb_categ_title_right.png') no-repeat right top;
}
/* /categories sidebox style */

/***** Tables *****/
/* Common table */
.table {
	background-color: #dee1e5;
	padding: 1px 0px 1px 1px;
}
.table th {
	background-color: #e8eff8;
	border-right: 1px solid #dee1e5;
	border-bottom: 1px solid #dee1e5;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #2c2b2b;
	font-weight: bold;
}
.table td, .table .table td {
	border-right: 1px solid #dee1e5;
}
.table .table-footer td {
	background-color: #e8eff8;
	border-right: 1px solid #dee1e5;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f1f4f6;
}
/* /Common table */
/***** /Tables *****/

/* mainbox2 */
.mainbox2-title {
	background: url('../images/subheader_bg.gif') repeat-x left bottom;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
	color: #2d2e2e;
	background: url('../images/subheader_bg.gif') repeat-x bottom;
	padding: 13px 0px 5px 0px;
	margin-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}

/* color mainbox */
.mainbox-cart-title {
	background: #ecf6f8 url('../images/mainbox_cart_title_bg.gif') repeat-x;
	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;
}
.cart-buttons {
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color: #e9eff3;
	border: 1px solid #d2e1e8;
}

/* Bottom styles */
.bottom-copyright {
	color: #313131;
	font: 11px Arial, Helvetica, sans-serif;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	font-size: 11px;
}
.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:visited, .extra-link:hover, .extra-link:active {
	color: #ff5400;
	text-transform: lowercase;
	font: normal 11px Tahoma;
}
/* /recently viewed */



/* pagination styles */
.pagination {
	background-color: #edf8fe;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	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: #edf8fe;
}

/* product details styles */
.product-details-options {
	background-color: #ffffbf;
}
/* /product details styles */

/* List with circle bullets */
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, .bullets-list li {
	background: url('../images/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
.bullets-list li {
	background: url('../images/bullet.gif') no-repeat 1px 7px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
.arrows-list li {
	background: url('../images/cart_arrow.gif') no-repeat 1px 7px;
	padding-left: 13px;
}

.arrows-list li.delim {
	background: url('../images/sidebox_delim.gif') repeat-x center 2px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
.tree-list .cm-expanded {
	background: url('../images/links_expanded.gif') no-repeat scroll right 5px;
}

.tree-list .cm-collapsed {
	background: url('../images/links_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Arrow list */
.arrow-list li {
	padding-left: 10px;
	background: url('../images/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}
.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Arrow list*/

/* Action bullets */
.action-bullets {
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('../images/dot_dark.gif') no-repeat 2px 6px;
	padding: 0px 10px 0px 13px;
}
/* /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 */

.delim {
	background: url('../images/sidebox_delim.gif') repeat-x center center;
}



.required-question, .required {
	color: #ff0000;
}



/* Log in/out styles */
#sign_io {
	color: #014ead;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
	color: #757474;
}
.login-popup .form-field .input-text {
	border: 1px solid #d2d9e1;
	background: #ffffff url('../images/icon_username.gif') no-repeat 6px 4px;
}
.login-popup .form-field .password {
	background-image: url('../images/icon_password.gif');
}




/* 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;
}
/** /for checkboxes in FF **/
.error-message .message {
	background-color: #f5f5ea;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom-color: #f5f5ea;
	border-top-width: 0px;
}
.form-field label {
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
}
.form-field label.cm-required {
	background: url('../images/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
	font: normal 11px Tahoma;
}
.search-field textarea {
	border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 11px;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #d5d5d5;
}
#content_discussion p.stars {
	padding: 3px 0 15px 0;
	text-align: right;
	margin: 0px;
}
.post-author {
	text-align: right;
	padding: 3px 0 0 0;
	font-size: 11px;
}
.left-column .post-author, .right-column .post-author {
	padding: 3px 0 15px 0;
}
.post-message {
	padding: 0;
	font-style: italic;
}
.tags-group {
	font: italic normal 13px Arial, Helvetica, sans-serif;
}
.tags-list-container {
	padding: 0 0 10px 7px;
}
.cm-hint {
	color: #A5A5A5 !important;
}
