/* ------------------------------------------------------- *
 * DEFAULT BASE STYLESHEET NEEDED FOR ALL E-COMMERCE SITES *
 * ------------------------------------------------------- */
.pagination {
    text-align: center;
}

.pagination_totals {
    float: right;
    text-align: right;
}

.pagination_items {
    float: left;
    text-align: left;
}

#messages {
    width: 600px;
    margin: auto;
}

.msg_success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 20px;
	background: #EAF7D9 url('../image/base/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.msg_error {
	padding: 10px 10px 10px 33px;
	margin-bottom: 20px;
	background: #FFF5CC url('../image/base/warning.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.toggle_image {
    margin-top: 3px;
}

.table_list_category {
    border-collapse: collapse;
    width: 100%;
    margin-left: 20px;
    padding: 0px;
    margin: 0px;
}

.category_tree_name {
    padding-left: 5px;
}

/*
.category_tree_name a {
    font-size: 14px;
    height: 22px;
    color: #494949;
}

.category_tree_name a:hover {
    text-decoration: none;
    color: #7DC241;
}
*/
#category_tree_wrapper {
    width: 225px;
}

#customer_information {
    margin: auto;
    width: 600px;
}

.required{
    color: red;
}

#content_box {
    margin-top: 40px;
}
#table_list{
    border-collapse: collapse;
    width: 100%;
}

#table_list tr td {
    border: 1px solid #515151;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    white-space: nowrap;
}

#table_list .hover:hover {
    background-color: #FFFFCB;
}

#table_edit{
    border-collapse: collapse;
    font-size: 14px;
    width: 600px;
}

#table_edit td {
    border: none;
    padding: 5px 5px 5px 15px;
    white-space: nowrap;
}

#table_edit input[type="text"], select {
    color: #5b5b5b;
    font-style: normal;
}

.header_row {
    background-color: #cad3c2;
    font-weight: bold;
    color: #515151;
}

.label_left {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.label_edit_left {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    white-space: nowrap;
    width: 150px;
}

.label_right {
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 14px;
}

.label_center {
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    white-space: nowrap;
    width: 150px;
}

#table_cart td.total {
    font-size: 16px;
    border: none;
}

a.quantity {
    font-size: 11px;
}

a.item_action {
    position: relative;
    font-size: 12px;
}

a.category_selected {
    color: #7DC241;
    font-style: italic;
}

#table_cart{
    border-collapse: collapse;
    width: 100%;
}

#table_cart td {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px;
    white-space: nowrap;
}

#table_cart hover:hover {
    background-color: #FFFFCB;
}

#table_cart tr.cart_header_row td {
    border-top: 1px solid #C8C8C8; 
    border-bottom: 1px solid #C8C8C8; 
    background-color: #F5F5F5;
}

.cart_image {
    width: 75px;
    height: 75px;
    border: 1px dotted #515151;
}

.cart_status {
    position: absolute;
    margin-top: 55px;
    left: 720px;
    border: 1px solid #C8C8C8;
    width: 275px;
    z-index: 100;
    background-color: #F8F8F8;
    text-align: center;
    display: none;
}

#cart_status table {
    margin-top: -15px;
}

#cart_status table tr td {
    padding: 5px;
    text-align: left;
    font-size: 11px;
    vertical-align: top;
}

#cart_status table tr td.cart_status_message {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.cart_status_quantity_div {
    float: right;
    text-align: right;
    margin-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.cart_status_price_div {
    float: left;
    text-align: left;
    margin-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.cart_status_item_div {
	display: block;
    float: left;
    text-align: left;
    margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}
	
#cart_status_quantity {
    font-weight: bold;
}

.cart_status_image_wrapper {
    height: 60px;
    width: 60px;
}

.product_image_wrapper {
    width: 240px;
    height: 180px;
}

.product_image_width {
    max-width: 100%;
    height: auto;
}

.product_image_height {
    max-height: 100%; 
    width: auto;
}

.cart_image_wrapper {
    width: 75px;
    height: 75px;
}

.category_menu_column {
    float: left;
    padding: 10px;
    width: 170px;
    white-space: normal;
    border-right: 1px solid #C8C8C8;
}

.category_menu_top_level {
    font-weight: bold;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 20px;
    font-size: 13px;
    color: #9c9c9c;
    width: 170px;
}

.category_menu_lower_level {
    font-size: 11px;
    line-height: 10px;
    font-weight: normal;
    border-bottom: none;
    float: none;
    margin-top: -10px;
    width: 170px;
}

.menu_category_container {
    border: 1px solid #9c9c9c; 
    background-color: #ffffff;
    top: 36px;
    z-index: 50;
    width: 970px;
    left: 0px;
    padding: 15px;
}

.category_menu_column:last-child {
    border: none;
}

#table_edit td.customer-address-label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold; 
	padding-top: 20px;
	color: #5b5b5b;
}

#order_view_container {
	width: 800px;
	border: 1px solid #DBDBDB;
	margin: auto;
	padding: 20px;
}

.order_view_content {
	margin-bottom: 20px;
	color: #515151;	
	text-align: left;
	border-collapse: collapse;
	width: 800px;
}

.order_view_content td {
	border: 1px solid #DBDBDB; 	
	width: 50%;
	padding: 10px;
	vertical-align: top;
	font-size: 14px;
}

.order_view_content_product {
	margin-bottom: 20px;
	color: #515151;	
	text-align: left;
	border-collapse: collapse;
	width: 800px;
}

.order_view_content_product td {
	border: 1px solid #DBDBDB; 	
	padding: 10px;
	vertical-align: center;
	font-size: 14px;
}

.order_view_content_header > td {
	background-color: #F5F5F5;
	font-size: 15px;
	font-weight: bold;	
	border: 1px solid #DBDBDB;
	padding: 10px;
}

.order_view_content_header_review > td {
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;	
	border: 1px solid #DBDBDB;
	padding: 10px;
}

.currency_column {
	white-space: nowrap;
	text-align: right;
}
.total_label {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
.total_row td {
	font-size: 15px;	
}
.subtotal_row td {
	font-size: 15px;
}

/* JQUERY DIALOG BOX CLASSES  */

.ui-widget-header {
    border: none;
    background: none;
    height: 30px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px;
}

.ui-button-icon-primary {
    width: 16px;
    height: 16px;
}

.ui-icon {
    background-image: url('../image/ui-icons_888888_256x240.png');
}

.ui-widget-content {
    text-align: center;
}

.ui-dialog-alert {
    background: none;
    background-color: #fff;
    color: #464646;
}

.ui-dialog-alert #dialog{
    color: #464646;
    padding: 0px 10px 10px 10px;
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
}

.ui-dialog-alert button.ui-button {
    background: none;
    border: none;
}

.ui-dialog-alert span.ui-icon {
    background-image: url('../image/ui-icons_222222_256x240.png');
    height: 16px;
    width: 16px;
}

.ui-state-hover {
    background-color: #ED1B24;
}

/* -------------------------- */