@import "share.css";
@import "dropdown-v.css";
@import "dropdown-h.css";
@import "/public/styles/menuStyles/tree.css";
@import "accordion.css";

table.list td {
	padding: 5px;
}
table.list td.row {
	border-bottom:1px solid #CCC;
}
table.list td.title {
	direction: rtl;
	text-align: right;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
table.list td.title a{
	color: #DB3F40;
	text-decoration: none;
	font-weight: bold;
}
table.list td.title a:hover{
	text-decoration: underline;
}
table.list td.date {
	color: #82C31F;
	text-align: left;
	direction:rtl;
	padding-left: 5px;
}
table.list td.text {
	color: #333;
	text-align:right;
	direction:rtl;
}
table.detiles-content {
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 5px;
}
table.detiles-content  td.img div{
	border: none;
	background-image: url(/public/images/icon-print.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}
table.detiles-content  td.hit {
	text-align: right;
	direction:rtl;
}
table.detiles-content td.date {
	text-align: right;
	direction:rtl;
}

/**************** cart ************/
.cart .items {
	border-collapse:collapse
}
.cart .items th {
	padding:10px;
	background-color:#EEE;
}
.cart .items td {padding:7px;direction:rtl;}
.cart .items td input.txt {
	text-align:center;
}
.cart .items .item td {border-bottom:1px solid #EEE;}
.cart .cart_btn_actions {
	padding-top:5px;
}
.cart .items .total td {
	padding:10px;
}
.cart .items .total .label {
	text-align:left;
}
.cart .items .total .price {
	font-weight:bold;
	background-color:#F6F2E0
}
/*********************** Comments ***************************/
ul.list-comments li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/comments.gif);
	background-repeat: no-repeat;
	background-position: 99% 7px;
	text-align: right;
	padding-right: 13px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
ul.list-comments li:nth-child(even) {
	background-color: #FFF;
}
ul.list-comments li:nth-child(odd) {
	background-color:#F9F9F9;
}
ul.list-comments li:last-child {
	border-bottom:none;
}
ul.list-comments li div.date {
	color: #666;
}
ul.list-comments li div.name {
	color: #000;
}
ul.list-comments li div.text {
	color: #333;
}
div.line {
		border-top:1px solid #CCC;
}
/************* product-view ******/
.product-view .maintext img {
	margin:0 0 10px 10px;
}
.product-view .TabbedPanelsTab{	
	color: #000000;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	outline:none;
	list-style:none !important;
}
.product-view .TabbedPanelsTabHover {
	background-color: #CCC;
}
.product-view .TabbedPanelsTabSelected {
	cursor:auto;
	background-color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.product-view .TabbedPanelsContentGroup {
	border-top: 1px solid #CCC;
}
.product-view .TabbedPanels .wrapper_content h2{
	display:none;
}
.product-view .TabbedPanels .wrapper_content .content {
	border:none;
}
.product-view .TabbedPanels .ls-photos {
	padding-top:10px;
}
.product-view .TabbedPanels .ls-photos .imgbox {
	float:right;
	margin:0 0 10x 10px;
	height:120px;
	width:120px;
}
.product-view .TabbedPanels .ls-photos .imgbox img {
	padding:2px;
	border:5px solid #CCC;
}
ul.list_products_thumbnail {
	list-style:none;
}
.language {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.language a{
color:#fff;
}
.header{
position:relative;
}