.row3image img{
    margin-right: 10px;
    margin-top: 10px;
}

/* breadcrum page */
.breadcrum{
    padding-top: 15px;
    padding-left: 5px;

    margin-bottom: 15px;

    font-size: 0.8em;
}

.breadcrum .crum{
    text-transform: uppercase;
    display: block;
    float: left;
    margin-right: 5px;

    padding-right: 20px;
    background-image: url( '../images/arrow.png' );
    background-position: center right;
    background-repeat: no-repeat;
}

.breadcrum .active{
    color: #dd2932;
    background: none;
    padding-right: 0px;
}

.breadcrum a:hover{
    text-decoration: underline;
}

.breadcrum .crum {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* catgory */
.category {
    min-height: 100px;
}

.category .image {
    min-height: 50px;
    max-height: 150px;
    width: 120px;
    float: left;
    text-align: center;
}

.category img {
    max-height: 150px;
    max-width: 150px;
}

.categorys .bg{
    background-image: url( '../images/bg.png' );
}

.category .title h2{
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #dd2932;
    font-size: 1.1em;
    text-decoration: none;
}

category-content a{
    text-decoration: none;
}

.category .category-content{
    float: left;
    padding-left: 15px;
    max-width: 650px;
}

.category .category-content .description{
    width: 100%;
    margin-bottom: 10px;
}

.content .sub{
    float: left;
    font-size: 0.8em;
}

.content .sub a:hover{
    text-decoration: underline;
}

/* product partial */

.product {
    min-height: 100px;
}

.product .image {
    min-height: 50px;
    max-height: 150px;
    width: 120px;
    float: left;
    text-align: center;
}

.product .pcontent{
    float: left;
    width: 650px;
    padding-left: 15px;
}

.product .pheader{
    width: 650px;
    height: 35px;
}

.product .type{
    width: 80px;
    padding-top: 10px;
    text-transform: uppercase;
    float: left;
}

.product-images .images{
    margin-right: 10px;
}

.product .type a{
    color: #dd2932;
}

.products .bg{
    background-image: url( '../images/bg.png' );
}

.product .last{
    overflow: hidden;
    height: 150px;
}

.product .price{
    float: right;
    font-size: 1.1em;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    max-width: 175px;
    text-align: right;
}

.product .title{
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 20px;
    float: left;
}

.product .title a{
    color: #6C6C6C;
}

.product .description{
    margin-left: 80px;
    padding-right: 10px;
}

/* product show */
.product-title{
    float: left;
    width: 120px;
}

.product-price{
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    text-align: right;
    width: 170px;
}

.product-short{
    float: left;
    margin-top: 12px;
    width: 470px;
    color: #6C6C6C;
}

.product-images{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-images a{
    margin-right: 10px;
    margin-left: 10px;
}

.product-headimage{
    text-align: center;
    margin-top: 25px;
}

.product-headimage img{
}

.product-titel{
    font-size: 1.3em;
}

.product-description{
    padding-right: 10px;
}


.plus{
    float: right;
    margin-right: 35px;
    margin-top: 25px;
}

.search-advanced{
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    color: #dd2932;
    text-transform: uppercase;
}

.pages, .categorys, .products{
    margin-bottom: 50px;
}

.admin-rightbar{
    width: 275px;
    background-color: #ebe9e9;
    border: #bbbaba solid 1px;
    float: right;
    margin-right: 20px;
/*    overflow: hidden;*/
}

ul.groupList li{

}

ul.groupList li div.group {
    float: left;
}

ul.groupList li div.delete {
    float: right;
    margin-left: 8px;
}

ul.groupList li div.delete .deleteGroup, ul.groupList li div.delete .deleteNew{
    cursor: pointer;
    margin-right: 50px;
}


.admin-rightbar ul{
    padding-left: 0px;
}

/* rotator in-page placement */
div.rotator {
	position:relative;
	height:0px;
}

div.rotator ul{
    padding-left: 0px;
    margin: 0px;
}

/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
div.rotator ul li.show {
	z-index:500;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 98%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 18px; }
#sortable li span { position: absolute; margin-left: -1.3em; }

#sortable .rightFloat {
    float: right;
}

.admin-rightbar textarea {
    width: 70%;
}

.pagination{
    text-align: center;
}

.category-edit{
    float: right;
    margin-right: 50px;
    margin-top: 25px;
}

.carrousel-new {
    float: right;
    margin-right: 25px;
    margin-top: 15px;
}

.anchor span{
    margin-left: 75px;
    text-decoration: underline;
}

.carrousel-text a{
    text-decoration: underline;
}