/* 
    Document   : flexica
    Created on : 27/Jun/2012, 15:44:12
    Author     : Nuno Cerca
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.sidebar{
    border-top: 3px solid #00ADEE;
}
.sidebar-nav a{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00427A;
    float: left;
}
.sidebar-nav a:hover{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00ADEE;
    float: left;
    text-decoration: none;
}
h5{
    color: #00427A;
}

.sidebar .titulo{
    font-size: 40px;
    color: #00ADEE;
    margin-top: 10px;
}

.produtos-index {
    width: 96%;
    /*position: relative;*/
    float: left;
    padding: 2%;
    background-image: url(images/degrade.png);
    background-repeat: repeat-x;
    background-position: top left;
    /*background-attachment: fixed;*/
    /*background-size: 100%;*/
}

#fancybox-close {
    position: absolute;
    top: -22px;
    left: 0px;
    width: 22px;
    height: 20px;
    background: transparent url('images/close.jpg') 0px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-close:hover {
    position: absolute;
    top: -22px;
    left: 0px;
    width: 22px;
    height: 20px;
    background: transparent url('images/close_hover.jpg') 0px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: none;
}

.list-view .pager {
    margin: 5px 0 5px 0;
    text-align: right;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: none;
    font-weight: bold;
    color: #0e509e;
    padding: 1px 6px;
    text-decoration: none;
}
.pager .previous a {
    float: none;
}
ul.yiiPager .selected a {
    background: transparent;
    color: #00ADEE;
    font-weight: bold;
}

.submit {
    /*width: 100%;*/
    /*height: 1.5em;*/
    /*line-height: 1.5em;*/
    /*position: relative;*/
    font-size: 0.923em;
    font-weight: 400;
    color: #00427A;
    border-left: 1px solid #00427A;
    border-radius: 0px;
    padding: 0px;
    padding-left: 5px;
    margin-right: 15px;
}

.submit:hover {
    /*width: 100%;*/
    /*height: 1.5em;*/
    /*line-height: 1.5em;*/
    /*position: relative;*/
    font-size: 0.923em;
    font-weight: 400;
    color: #00ADEE;
    border-left: 1px solid #00ADEE;
    border-radius: 0px;
    padding: 0px;
    padding-left: 5px;
    margin-right: 15px;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
        border-top: 2px solid #00ADEE;
}