/* $Id: styles.css by tommy from cs-cart.jp 2010 $ */

body{
	background: #FFFDDC;
}



#footer{
	border-top: 2px solid #FFCC33;
}


/*HIDDEN*/
#sign_io{
	display: none;
}
/*
.content-tools{
	display: none;
}
*/


/* FORM */
.search-input {
	border: 1px solid #FF9933;
}

.search-selectbox {
	border: 1px solid #FF9933;
}


.price, .sub-price {
	color: #336600;
}

.sidebox-wrapper .sidebox-body {
	border-left: 1px solid #FF9933;
	border-right: 1px solid #FF9933;
	padding: 13px 13px 10px;
}



/*TABLE*/
.table th {
    background-color: #FFFF99;
    border-bottom: 1px solid #DEE1E5;
    border-right: 1px solid #DEE1E5;
}



/*HEAD*/
#top_menu ul li.first-level.cm-active {
    background: url("images/top_tab_right_active.gif") no-repeat scroll right top #CAF0F9;
    height: 32px;
    margin: -4px 0 -1px 3px;
}
#top_menu ul li.first-level.cm-active span {
    background: url("images/top_tab_left_active.gif") no-repeat scroll left top transparent;
    padding: 9px 15px 6px 19px;
}



.top-tools-container span.float-left {
    background: url("images/top_tools_left.gif") no-repeat scroll left top transparent;
}
.top-tools-container {
    background: url("images/top_tools_bg.gif") repeat-x scroll 0 0 #FF9933;
}
.top-tools-container span.float-right {
    background: url("images/top_tools_right.gif") no-repeat scroll right top transparent;
}








/*SIDE*/
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
    background: url("images/sb_categ_title_left.png") no-repeat scroll left top;
}

.sidebox-categories-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
    background: url("images/sb_categ_title_right.png") no-repeat scroll right top transparent;
}


.sidebox-wrapper .sidebox-title {
    background: url("images/sb_title_left.png") no-repeat scroll left top #FF9933;
}

.sidebox-wrapper .sidebox-title span {
    background: url("images/sb_title_right.png") no-repeat scroll right top transparent;
    color: #003542;
    padding: 7px 10px 7px 0;
}
.sidebox-bottom {
    background: url("images/sb_btm_right.gif") no-repeat scroll right top #FF9933;
}

.sidebox-wrapper .sidebox-bottom {
    background: url("images/sb_btm_right.gif") no-repeat scroll right top #FF9933;
}

/*dropdown*/
ul.dropdown ul {
    background-color: #FFFFFF;
    border: 1px solid #FF9933;
    margin-top: 1px;
    padding: 0 5px;
    width: 160px;
}

ul.dropdown .dir {
    background: url("images/icons/category_collapsed.gif") no-repeat scroll right 8px transparent;
}

ul.dropdown .dir:hover {
    background: url("images/icons/category_expanded.gif") no-repeat scroll right 8px transparent;
}
.menu-root-categories li a:hover {
    background-image: url("images/icons/category_expanded.gif");
}



/*BLOCKS*/
.updates-wrapper {
    background-color: #FFF7CE;
	border: 1px solid #F9DE9C;
}




/* PAGENATION */
.pagination {
	background-color: #FFF7CE;
}
.pagination a:hover, .pagination-selected-page {
	border: 1px solid #FF9933;
}
.hot-deals-prev {
    background: url("images/icons/prev_btn.gif") no-repeat scroll 0 0 transparent;
}
.hot-deals-next {
	background: url("images/icons/next_btn.gif") no-repeat scroll 0 0 transparent;
}