div.uploadPopup {
    position: absolute;
    background-color:#fff;
    width: 330px;
    border:1px solid #333;
    padding:5px;
    line-height:25px;
}

div.uploadPopup p {
    margin:0px 10px 0;
}

div.uploadPopup a {
    color: #666;
}

div.uploadPopup div.buttons {
    position: absolute;
    top: 43px;
    right: 10px;
}
div.upload td.thumb {
    padding: 0px 75px 0 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}


div.upload {
    margin-bottom: 10px;
    color: #666;
}

div.upload .top {
    height: 100px;
    overflow: hidden;
}
div.upload .info {
    padding: 10px;
    border-top: 1px solid #373737;
}

div.upload .info table td {
    vertical-align: top;
}

div.upload .info table td.thumb {
    padding: 10px 20px 0 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

div.upload .info table td.thumb div.change_thumbnail {
    margin-bottom: 10px;
    width: 200px;
    height: 139px;
/*background: url('../images/folder_contact.png') no-repeat top left; */
}

div.upload .info table td.thumb div.change_thumbnail img {
    margin-top: 25px;
}

/* transaction screen */


#cp_search_box {
/* background-color:#EEEEEE;*/
    border:1px solid #CCCCCC;
    padding:10px;
}

#cp_form td.cp_spacer_cell {
    height:10px;
}

button {
    background-color:#EEEEEE;
    background-image:url(../images/button-bg1.png);
    background-repeat:repeat-x;
    border:1px outset;
    border-style:solid;
    border-width:2px;
    vertical-align:middle;
    color:#333333;
    cursor:pointer;
    font-family:verdana,arial;
    font-size:11px;
    font-weight:bold;
    padding:0.1em 1em;
}

#shop_success-message {
    background:lightGreen none repeat scroll 0% 50%;
    border:1px solid green;
    color:green;
    margin-bottom:10px;
    padding:5px;
    text-align:left;
    height:20px;
    font-size:11pt;
}
#shop_error-message
	{
	text-align: left;
	padding: 5px;
	border: 1px solid #FF0000;
	background: #FFD7D7;
	color: #CC0000;
	margin-bottom:10px;
    /*height:20px;*/
    overflow:auto;
    font-size:11pt;
}

.actionForm {
    /*margin:20pt;*/
}

#page-title{
    color:#6699CC;
    font-size:20px;
    font-weight:bold;
}

#cp_form {
    font-size:12px;
    margin:0pt auto;
    border:1px solid #CCCCCC;
}

#cp_form td {
    padding:5px;
    text-align:left;
}

#cp_form input, #cp_form textarea, #cp_form select {
    border:1px solid #999999;
    color:#3F2E1F;
    padding:2px;
    width:250px;
}

tr.header-row {
    background-color:#CCCCCC;
}


tr.header-row th, tr.header-row td {
    font-weight:bold;
    padding-left:5px;
}

table#shopping-cart-table {
    margin:0pt;
    padding:0pt;
    width:100%;
}
table#shopping-cart-table td {
    border-bottom:1px solid #666666;
    font-size:12px;
    padding:5px 5px 5px 7px;
    text-align:left;
    vertical-align:top;
}
table#shopping-cart-table td.col-1 {
    width:100px;
}
table#shopping-cart-table td.col-2 {
    width:40px;
}
table#shopping-cart-table td.col-3 {
    width:auto;
}
table#shopping-cart-table td.col-4 {
    width:30px;
}
table#shopping-cart-table td.col-6 {
    width:30px;
}
table#shopping-cart-table td.col-7 {
    width:30px;
}
table#shopping-cart-table th {
    border-bottom:1px solid #666666;
    font-size:13px;
    font-weight:bold;
    padding:5px 5px 5px 7px;
    text-align:left;
    vertical-align:top;
}
table#shopping-cart-table td input {
    background:#999999 none repeat scroll 0%;
    border:1px solid #4E4E4E;
    color:#000000;
    margin-left:0px;
    padding-right:5px;
    text-align:right;
    width:15px;
}
table#shopping-cart-table th.col-3 {
    text-align:left;
}
table#shopping-cart-table th.col-4 {
    text-align:right;
    white-space:nowrap;
}
table#shopping-cart-table th.col-5 {
    text-align:right;
    white-space:nowrap;
}
table#shopping-cart-table th.col-6 {
    text-align:right;
    white-space:nowrap;
}
table#shopping-cart-table th.col-7 {
    text-align:right;
    white-space:nowrap;
}
.shopping-cart-finale {
    font-size:14px;
    padding:15px 8px 0pt 0pt;
    text-align:right;
    width:840px;
    
}
.scf-title {
    font-weight:bold;
    padding-right:15px;
}

/* edit product screen */

.shop_head-text {
    font-size:18px;
    font-weight:bold;
    margin:10px 0pt;
}

.add_new_product{
    font-size:18px;
    margin-bottom:10px;
    margin-left:0pt;
    margin-right:0pt;
    margin-top:10px;
}

table.edit {
    width:100%;
    border:1px solid #CCCCCC;
}

table.grid {
    width:100%;
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}

table.edit th{

    background-color:#CCCCCC;
    padding:5px;
    text-align:left;
}

table.grid th.grid-th{

    background-color:#CCCCCC;
    padding:5px;
    text-align:left;
}

table.grid th.grid-th-1{

    background-color:#F3F8FC;
    padding:5px;
    text-align:left;
}

table.edit td {
    padding:5px;
    text-align:left;
}

table.grid td.grid-td {
    padding:5px;
    text-align:left;
    border:1px solid #CCCCCC;
}

table.edit td.col-1 {
    padding:5px;
    text-align:right;
}

.upload_link {
    cursor:pointer;
    text-decoration:underline;
}

#edit_cat_form fieldset {border:1px solid #ccc;background-color:#eee;padding:10px;margin:5px 10px;}
/** custom text editor */

.custom_text_edit_link{
    font-size:smaller;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#3399CC;
    cursor:pointer;

}
.custom_message_editor_close{
    background-image:url(../images/closebox.png);
    width:30px;
    height:25px;
    float:right;
    cursor:pointer;
/* position:relative; */
}
.custom_message_editor_header{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-style :normal;
    color:#ffffff;
    padding:10px;
    width:150px;
    height:20px;
    float:left;
/*   position:relative; */
}
.custom_message_editor_popup{
    position: absolute;
    background-color:#000000;
    width: 450px;
    height:175px;
    border-bottom:2px solid #999999;
    border-right:2px solid #999999;
    padding:10px;
    z-index:10 ;
}
