/*chat*/
div.chatList
{
    width: 98%;
    overflow: hidden;
    padding-right: 2%;
    margin-bottom: 10px;
}
div.chatList div.contentBox
{
    width: 98%;
    overflow: hidden;
    padding: 0 0 15px 2%;
}
div.chatList div.contentBox div.innerBox
{
    margin-bottom: 10px;
    border-bottom: #CCC solid 1px;
    padding: 10px 0 5px 0;
}
div.chatList div.contentBox div.info
{
    padding: 5px 10px 5px 10px;
    background: #E4F0DC;
    margin-bottom: 5px;
}

div.chatList div.contentBox div.info p
{
    margin: 0px;
}
div.chatList div.contentBox div.info2
{
    padding: 5px 10px 5px 10px;
    border: #e6e6e6 solid 1px;
    margin-bottom: 5px;
}
div.chatList div.contentBox div.info2 p
{
    margin: 0px;
}
div.chatList .hiderWrapper
{
    width: 95.5%;
    overflow: hidden;
    padding: 10px 2% 10px 2%;
    border: 1px solid #E6E6E6;
}
div.chatList h2
{
    margin: 0 0 5px 0;
}

#createChat
{
    width: 95.5%;
    overflow: hidden;
    padding: 10px 2% 10px 2%;
    border: 1px solid #E6E6E6;
    margin-bottom: 15px;
}
#createlink
{
    margin-bottom: 10px;
    display: block;
}
/*listTable*/
.listTable
{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.listTable tr td
{
    border-bottom: #FFF solid 1px;
    background: #f2f7ef;
    padding: 5px;
    border-right: #FFF solid 1px;
    vertical-align: top;
}
.listTable tr.header td
{
    font-weight: bold;
    background: #c5ddb4;
}
.listTable tr.header td a
{
    color: #333333;
}
.listTable tr.odd td
{
    background: #E4F0DC;
}
/*listTable ver2*/
.listTableVer2
{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.listTableVer2 tr td
{
    border-bottom: #FFF solid 1px;
    background: #f2f7ef;
    vertical-align: top;
    border-right: 10px solid #FFF;
    padding: 8px;
}
.listTableVer2 tr.odd td
{
    background: #E4F0DC;
}
.listTableVer2 tr.header td
{
    font-weight: bold;
    background: none;
    vertical-align: bottom;
    padding-bottom: 2px;
}
.listTableVer2 tr td.td1
{
    background: #c5ddb4;
}
.listTableVer2 tr td h3
{
    margin-bottom: 0px;
}
.listTableVer2 tr td h4
{
    margin: 0.7em 0 0.6em 0;
}
/* Basic table as listTable */
table
{
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
	border:none;
}
table tr td
{
    vertical-align: top;
	padding:8px;
}
table thead tr th
{
	border-bottom: #FFF solid 1px;
    background: #f2f7ef;
    border-right: #FFF solid 1px;
    vertical-align: top;
    font-weight: bold;
    background: #c5ddb4;
}
table thead tr th a
{
    color: #333333;
}

table.zebra thead tr th {
	padding: 8px;
}

table.zebra tr td {
	background: #f2f7ef;
	border-bottom: #FFF solid 1px;
    padding: 8px;
    border-right: #FFF solid 1px;
}

table.zebra tr.odd td {
    background: #E4F0DC;
}
/*ItemList*/
.ItemList
{
    width: 100%;
    overflow: hidden;
	padding-bottom: 20px;
}
.ItemList .content
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    overflow: hidden;
    width: 100%;
}
.ItemList .content .contentWrapper
{
    padding-right: 10px;
    border-left: 1px solid #e2e9e9;
}
.ItemList .content .left .contentWrapper
{
    border: 0;
}
.ItemList .item
{
    width: 151px;
    float: left;
    overflow: hidden;
	margin-left:20px;
}
.ItemList .item *
{
    display: block;
    text-align: center;
    margin: auto;
}

.ItemList .item p
{
    margin: 0;
    color: #785028;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

.ItemList .item .itempic
{
    padding-left: 9px;
    padding-top: 7px;
    width: 136px;
    padding-bottom: 5px;
    margin: auto;
}
div.imageList
{
    margin-bottom: 10px;
}
div.imageList td
{
    padding-left: 20px;
	border:none;
    border-left: 1px solid #e2e9e9;
    padding-right: 20px;
    vertical-align: top;
}
div.imageList td.left
{
    border: 0;
}
.imageList td *
{
    display: block;
    text-align: center;
    margin: auto;
}

div.imageList td p
{
    margin: 0;
    color: #785028;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

div.imageList td .itempic
{
    padding-left: 9px;
    padding-top: 7px;
    width: 136px;
    padding-bottom: 5px;
    margin: auto;
}


/*sellers workspace*/
.hidebox
{
    width: 95%;
    overflow: hidden;
    padding: 10px 2% 10px 2%;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.hideWrapper
{
    width: 100%;
    overflow: hidden;
}
/*pagination*/
.pagination
{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    _position: relative; /*ie6 fix*/
}
.pagination ul {
	overflow:hidden;
	padding:0 0 10px !important;
	margin-bottom:0 !important;
}
.pagination ul li {
	float:left;
	margin:0 5px 0 0 !important;
	background:#E4F0DC !important;
	padding:7px 15px !important;
}
.pagination ul li a {
	float:none;
    padding:0 !important;
    font-weight: normal;
    text-decoration: underline !important;
	border:none !important;
	background:none !important;
	display:inline;
}
.pagination ul li a:hover {
	border:none !important;
}
.pagination .content
{
    float: left;
    background: #e4f0dc;
    padding: 7px 15px 7px 15px;
    color: #74563a;
}
.pagination .content a
{
    margin-right: 3px;
    padding: 0 3px 0 3px;
    font-weight: normal;
    text-decoration: underline;
}
.pagination .content a.selected
{
    font-weight: bold;
}
.pagination .content p
{
    margin: 0px;
}
.pagination a.block
{
    font-weight: bold;
    float: left;
    display: block;
    background: #e4f0dc;
    padding: 7px 12px 7px 12px;
    text-decoration: none;
}

.pagination a.toStart
{
    background: #e4f0dc url(  '../images/pagination/to_start.gif' ) center center no-repeat;
    margin-right: 5px;
}
.pagination a.backward
{
    background: #e4f0dc url(  '../images/pagination/backward.gif' ) center center no-repeat;
    margin-right: 5px;
}
.pagination a.toEnd
{
    background: #e4f0dc url(  '../images/pagination/to_end.gif' ) center center no-repeat;
    margin-left: 5px;
}
.pagination a.forward
{
    background: #e4f0dc url(  '../images/pagination/forward.gif' ) center center no-repeat;
    margin-left: 5px;
}
/*tabs*/
.tabs-hide
{
    display: none;
}
.tabs-container
{
    width: 100%;
    overflow: hidden;
    float: none;
	padding-top:16px;
}

.tabmenu
{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
	border:0 !important;
	background:none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	font-family:Arial,helvetica,sans-serif !important;
}
.tabmenu.empty
{
    background: transparent url(gfx/tabmenu_bg.gif) repeat-x scroll 0 100% !important;
    height: 8px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    background-position: 0 0;
    margin-bottom: 15px;
}
.tabmenu ul.tabs-nav, .tabmenu ul.ui-tabs-nav
{
    list-style-type: none;
    margin: 0 0 10px 6px;
    padding: 0;
    float: left;
    display: block;
    background: url(  'gfx/tabmenu_bg.gif' ) repeat-x 0 100%;
    width: 100%;
    overflow: hidden;
	border:0;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
.tabmenu ul.tabs-nav li, .tabmenu ul.ui-tabs-nav li
{
    float: left;
    margin-left: 6px !important;
	list-style-position:outside;
	list-style-type:none;
	border:0;
	display:inline;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
.tabmenu ul.tabs-nav li a, .tabmenu ul.ui-tabs-nav li a
{
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    background: url(  'gfx/tab_bg.gif' ) repeat-x;
    padding: 0 12px 0 12px;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.tabmenu ul.tabs-nav li.tabs-selected a, .tabmenu ul.ui-tabs-nav li.ui-tabs-selected a
{
    padding: 0 11px 0 11px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: url(  'gfx/tab_bg_selected.gif' ) repeat-x 0 0;
    color: #000000;
}
.tabmenu .backlink
{
    float: right;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
}
.tabmenu .backlink a
{
    color: #785028;
}
.tabmenu h3 {
	font-size:15px;
	margin-bottom:0.7em;
	margin-top:0.2em;
	font-weight:bold;
}
.tabs-container ul
{
    background: none !important;
}
.topList
{
    float: none !important;
}
/*safari/crome fix*/
/*carousel styling */
.carusell .jcarousel-skin-tango .jcarousel-clip-horizontal
{
    width: 100% !important;
    padding: 0px 0 15px 0;
}
.carusell
{
    position: relative;
}
.carusell h3
{
    padding-left: 40px;
    background: #C8E0A8;
    height: 29px;
	line-height: 29px;
    overflow: hidden;
    line-height: 2.3em;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
	margin-left: 0 !important;
}
.carusell h3 a {
    color: #333;
    font-size: 13px;
}
.carusell .jcarousel-skin-tango {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}
.carusell .jcarousel-container
{
    position: static;
}
.carusell .jcarousel-prev
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 29px;
    height: 29px;
    background: url(  'gfx/slider_left.gif' ) top left no-repeat;
    border-right: 1px solid #FFF;
}
.carusell .jcarousel-next
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 29px;
    height: 29px;
    background: url(  'gfx/slider_right.gif' ) top left no-repeat;
    border-left: 1px solid #FFF;
}
.carusell .jcarousel-list ul
{
    overflow: hidden;
}
.carusell .jcarousel-list li
{
    border-right: 1px solid #E2E9E9;
    padding: 0 10px 0 0;
    margin-right: 10px;
    overflow: hidden;
    margin-left: 0px;
    _zoom: 1;
    position: relative;
}
.carusell .jcarousel-list li.last
{
    border: none;
    margin-right: 0px;
    padding-right: 0px;
}
.carusell .jcarousel-list li img
{
    display: block;
    margin-bottom: 5px;
}
.carusell .jcarousel-list li a
{
    display: block;
}
/*Users list */
.usersList .usersInner
{
    width: 98%;
    overflow: hidden;
    padding: 5px 1% 5px 1%;
    margin-bottom: 5px;
    background: #F2F2F2;
}
.usersList .usersInner span
{
    width: 155px;
    display: block;
    float: left;
}
/*productBox*/
/*box*/
.productBox .contentBox
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.productBox .contentBox .header
{
    padding-left: 4%;
    background: #333;
    width: 97%;
    overflow: hidden;
}
.productBox .contentBox .header h3
{
    margin: 0px;
    padding-top: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.0em;
    letter-spacing: 0.05em;
}
.productBox .contentBox .header .right
{
    float: right;
    padding: 10px 15px 10px 15px;
    background: #83c44e;
    color: #FFF;
    font-weight: bold;
}
.productBox .contentBox .content
{
    padding: 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.productBox .contentBox .content .columns50_50
{
    margin-bottom: 0px;
}
.productBox .contentBox .content .columns50_50 .left
{
    margin: 0px;
}
.productBox .contentBox .content .columns50_50 .right
{
    margin: 0px;
}
.productBox .contentBox .content .columns50_50 .right .innerLeft
{
    width: 52%;
}
.productBox .contentBox .content .columns50_50 .right .innerRight
{
    width: 45%;
    padding-top: 10px;
}
.productBox .contentBox .content .columns50_50 .left .innerRight
{
    padding-top: 10px;
}
.productBox .contentBox .content input.narrowText
{
    width: 30px;
    margin: 0 5px 0 5px;
}
.productBox .contentBox .content .wideText
{
    width: 87% !important;
    font-size: 1em;
    padding: 2px;
}
.productBox .contentBox .content .line
{
    margin: 20px 0 20px 0;
}

/*box ver2*/
.productBox .contentBox.ver2 .header
{
    background: #c9e0a8;
}
.productBox .contentBox.ver2 .header h3
{
    color: #333;
}

.SavePalets
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

/*accordion*/
.accordion
{
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}
.accordion .header
{
    margin: 0px;
    padding: 0px;
    background: #c9e0a8;
    border-bottom: solid 1px #FFF;
    height: 29px;
    overflow: hidden;
    font-size: 1.0em;
}
.accordion .header a
{
    background: url(  '../images/send_line.gif' ) right top no-repeat;
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 7px 0 0 20px;
    height: 29px;
}
.accordion .header a:hover
{
    text-decoration: none;
}


.accordion .header.selected
{
    background: #333;
}
.accordion .header.selected a
{
    background: url(  '../images/scrollDown_line.gif' ) right top no-repeat;
    color: #FFF;
}
.accordion .contentDiv
{
    padding: 10px;
    border: #CCC solid 1px;
    margin-bottom: 1px;
}
/*breadcrumb*/
div.breadcrumb
{
    padding: 0 10px 10px 21px;
}
div.breadcrumb a
{
    padding-right: 5px;
    font-weight: normal;
}

div.breadcrumb span
{
    padding-right: 5px;
    font-weight: bold;
}
/*send button*/
input.send
{
    background: url(gfx/send.jpg) no-repeat right top;
    border: 1px solid #5db01b;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px 35px 1px 7px;
    text-align: left;
    overflow: visible;
    height: auto;
    width: auto;
    _zoom: 1;
    position: relative;
}
/*listFiles*/
div.listFiles
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
div.listFiles h3
{
    background: #333;
    padding: 8px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}
div.listFiles .content
{
    padding: 14px;
    border: #cccccc solid 1px;
	display:block;
	float:none;
	width:auto;
}
div.listFiles .content .contentInner
{
    padding-bottom: 25px;
    border-bottom: #d3d3d3 solid 1px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}
div.listFiles .content div.contentInner.last
{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
div.listFiles .content .contentInner a
{
    display: block;
    padding-top: 10px;
	color:#74563A;
}
div.listFiles .content .contentInner p
{
    margin: 0px;
    color: #785028;
    font-size: 0.9em;
}

/*plainTable (same as listtable but bo borders or background)*/
.plainTable
{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.plainTable tr td
{
    padding: 2px;
    vertical-align: top;
    background: none;
}
.plainTable tr.header td
{
    font-weight: bold;
}
.plainTable tr.header td a
{
    
}
.plainTable tr.odd td
{
}



/* Quick search autocomplete */
ul.ui-autocomplete {
    z-index: 1000;
}
.ui-autocomplete-category h3 {
    margin: -1px -1px 0 -1px;
    padding: 5px;
    font-size: 12px !important;
    background-color: #82c44e;
    clear: both;
    cursor: pointer;
    color: #ffffff;
}
.ui-autocomplete-option-product,
.ui-autocomplete-option-family {
    font-weight: normal;
}
.quick-search-thumb {
    float:left;
    margin: 0 5px 0 0;
    max-height: 60px;
    max-width: 60px;
    vertical-align: middle;
}
div.image-placeholder {
    float:left;
    height: 58px;
    width: 58px;
    border: 1px solid #ececec;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
div.item-text-wrapper {
    float: left;
}
div.item-text-wrapper span {
    display: block;
}
span.item-name {
    font-weight: bold;
}
span.item-code, span.item-net-search-name {
    color: #666;
}
li.ui-autocomplete-result-amount b {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding: 5px;
    clear: both;
    color: #666;
}
