/* CSS Basic Document */
html{
background-color:#fbf0b6;

}

body
{
margin:0px auto;
font-family:Arial, Helvetica, sans-serif;
}

.lefts{

width:150px;
background: url(/images/imgs/left.jpg) repeat-y left top;
height:100%;
}

.rights{

width:150px;
background: url(/images/imgs/right.jpg) repeat-y right top;
height:100%;
}

.dblock{
display:block;width:150px;
}

.main_table
{
margin:0px auto;
background-color:#fff;
color:#000;
display:block;
width:888px;
}

.bgr{
background-color:#fbf0b6;
}

.banner_top{
background:#99CC00 url(/images/imgs/banner.jpg) no-repeat right top ;
display:block;
width:100%;
height:107px;
float:right;
background-color:#fbf0b6;
padding:0px 0px 15px 0px;
margin:0px;
}

.banner_top_text{
text-decoration:none;
color:#666666;
font-weight:bold;
font-size:21px;
padding:20px 0px 20px 20px;
margin-right:-50px;
line-height:30px;
}


.banner_top_text a{
text-decoration:none;
}

.logo{
background-color:#fbf0b6;
font-size:27px;
line-height:40px;
font-weight:bold;
}

.bs{
color:#1eb3b8;
}

.riv{
color:#c1a500;
}

.bsriv{
color:#999999;
font-size:20px;
}

table.mainmenu tr td{
width:888px;
background-color:#fbf0b6;
}

a.menu_1{
display:block;
outline:0px;
padding-right:2px;
background:url(/images/imgs/menu_1.jpg) no-repeat;
height:131px;
width:126px;
}

td.current a.menu_1{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_1_act.jpg) no-repeat;
height:131px;
width:126px;
}

a.menu_2{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_2.jpg) no-repeat;
height:131px;
width:124px;
}

td.current a.menu_2{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_2_act.jpg) no-repeat;
height:131px;
width:124px;
}


a.menu_3{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_3.jpg) no-repeat;
height:131px;
width:126px;
}

td.current a.menu_3{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_3_act.jpg) no-repeat;
height:131px;
width:126px;
}


a.menu_4{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_4.jpg) no-repeat;
height:131px;
width:124px;
}

td.current a.menu_4{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_4_act.jpg) no-repeat;
height:131px;
width:124px;
}


a.menu_5{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_5.jpg) no-repeat;
height:131px;
width:120px;
}

td.current a.menu_5{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_5_act.jpg) no-repeat;
height:131px;
width:120px;
}


a.menu_6{
display:block;
padding-right:2px;
outline:0px;
background:url(/images/imgs/menu_6.jpg) no-repeat;
height:131px;
width:151px;
}

td.current a.menu_6, a:active.menu_6{
display:block;outline:0px;
background:url(/images/imgs/menu_6_act.jpg) no-repeat;
height:131px;
width:151px;
}


.menu_7{
display:block;outline:0px;
background:url(/images/imgs/menu_7.jpg) no-repeat;
height:131px;
width:107px;

}

td.current a.menu_7, a:active.menu_7{
display:block;outline:0px;
background:url(/images/imgs/menu_7_act.jpg) no-repeat;
height:131px;
width:107px;
}


table.mainmenu tr td a.menu{
height:20px;
margin:95px 0px 10px 10px;
display:block; 
width:100%;
outline:none;
}

/*****************************/
/*   MEDIA LIST THUMB VIEW   */
/*****************************/
div.thumb {
    float: left;
    margin: 0 0 5px 5px;
    text-align: center;
}

div.thumbBox {
    position: relative;
    /* TODO This should be more flexible */
    /* and not depend on a 70px maxsize */
    width: 200px;
    height: 200px;
    border: 1px solid <?php echo $greyLight ?>;
    -moz-border-radius: 0.5em;
}
div.thumbMedia {
    margin: 0 auto;
    padding: 4px 0;
    width: 90px;
    height: 70px;
}
div.thumbBox:hover {
    background: <?php echo $greyLight ?>;
}
.thumbMedia img {
    border: 2px solid <?php echo $greyLightest ?>;
}

div.thumbToolbar {
    height: 1.8em;
    line-height: 1.8em;
}
div.thumbToolbar a {
    color: <?php echo $greyDark ?>;
    text-decoration: underline;
}
div.thumbToolbar a:hover {
    color: <?php echo $primaryDark ?>;
}
div.thumbToolbar span {
    vertical-align: middle;
}
div.thumbInfo {

}

div.thumb:hover .thumbBox {

}
div.thumb:hover .thumbToolbar span {
    visibility: visible;
}

div.thumbMedia {

}

.thumb h3 {
    width: 124px;
    overflow: hidden;
    font-size: 0.9em;
    margin-top: 0.8em;
    font-weight: normal;
    color: <?php echo $greyDark ?>;
}

.price{
border-top-color: 1px solid #000;
border-left-color: 1px solid #000;
border-right-color: 0px solid #000;
border-bottom-color: 0px solid #000;
}
.price tr td {
padding: 3px 3px 3px 3px;
border-top-color: 0px solid #000;
border-left-color: 0px solid #000;
border-right-color: 1px solid #000;
border-bottom-color: 1px solid #000;
}


/************************************/
/*           IMG ASSOC MGR          */
/************************************/
.complete_thumb{
    float:left;
    margin:0;
    padding:10px 0 10px 0;
}
.complete_thumb_highlighted{
    float:left;
    margin:0 10px 10px 0;
    padding:14px 10px 4px 10px;
    background-color:#f6f5f2;
    border:1px solid #d9d8cb;
    height:100px;
    width:20%;
}
div.complete_thumb_highlighted input{
    margin:0 0 4px 0;
    padding:0;
    border:1px solid #c3cea5;
}
/*
.thumb img{
    border:1px solid #666666;
    margin:0;
    padding:1px;
    background-color:#ffffff;
    vertical-align:bottom;
}
*/

.thumb img:hover, .thumb img{
    /*border:1px solid #000000;*/
	border:0px;
}

.thumb_title{
    margin:0;
    padding:8px 0 0 0;
    clear:both;
    float:left;
}

.thumb_title h1{
    margin:0;
    padding:0 0 0 0;
    color:#FFF;
    font-weight:bold;
    font-size:1em;
}
.thumb_title h2{
    margin:0;
    padding:0 0 8px 0;
    color:#666666;
    font-weight:normal;
    font-size:1em;
}
.thumb_title h3{
    margin:0;
    padding:0;
    color:#666666;
    font-weight:normal;
    font-size:1em;
}
.thumb_title a{
    text-decoration:none;
    color:#666666;
}
.thumb_title a:hover{
    text-decoration:underline;
}

/*************************/
/*      MEDIA EDIT       */
/*************************/
#content form li {
    margin-right: 290px;
}

#mediaImage {
    position: absolute;
    width: 270px;
    top: 1em;
    right: 0;
	border:none;
}
div.mediaDetail {
    padding: 2px 10px;
}



.txtcont{
font-size:14px;
line-height:19px;
padding:10px 35px 50px 35px;
margin:0px;
color:#000;
}

h1{
color:#1eb3b8;
font-weight:bold;
font-size:16px;
padding:10px 0px;
}

h2, h3, h4{
font-weight:bold;
font-size:16px;
padding:10px 0px;
color:#c1a500;
}

.footer_block{
background:url(/images/imgs/footer.jpg) no-repeat;
display:block
width:888px;
height:48px;
text-align:center;
margin:0px auto;
}

.footer_text, .footer_text a{
color:#999999;
font-size:13px;
padding-bottom:20px;
background-color:#fbf0b6;
}



