/*
----------------------------------

Victoria Star Promotion | pikkles.com

copyright 2008

----------------------------------
*/

object {
    display: block;
}

h2 {
    margin: 0 0 15px 0;
    padding-bottom: 3px;
    color: #252525;
    font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 1px solid #cccccc;
}

#results h2 {
    margin-left: 25px;
}

#search {
    float: left;
    width: 300px;
}

#results {
    float: left;
    width: 650px;
    /*margin: 0 0 0 25px;*/
}

#results p {
    margin-left: 25px;
    font-size: 1.2em;
}

a.model {
    display: inline-block;
    float: left;
    margin: 0 0 25px 25px;
    padding: 7px;
    background-color: #f2f2f2;
    cursor: pointer;
}

a.model, a.model:visited {
    color: #666666;
    font-size: 1.2em;
    text-align: center;
}

a.model:hover, a.model:active {
    background-color: #e5e5e5;
}

a.model .model-image {
    display: block;
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-indent: -10000px;
}

a.model .model-name {
    display: block;
    margin-top: 5px;
}

#slideshow {
    float: left;
    display: inline;
    width: 360px;
    margin-left: 25px;
}

#slideshow object {
    margin: 0 auto;
    display: block;
}

#data {
    float: left;
    width: 240px;
    margin-left: 25px;
}

#data h1 {
    margin-bottom: 15px;
    color: #252525;
    font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
}

.data {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.data th {
    padding: 5px 7px;
    color: #252525;
    font-size: 1.2em;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.data td {
    padding: 5px 7px;
    color: #666666;
    font-size: 1.2em;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.data td a, .data td a:visited {
	color: #666666;
}

.data td a:hover, .data td a:active {
    
}

.data a.image {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    background-color: #efefef;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-indent: -10000px;
}

#pagination {
    margin-left: 25px;
	padding: 3px 0 15px 0;
    border-top: 1px solid #cccccc;
}

#pagination a, #pagination a:visited {
    display: inline-block;
    float: left;
    width: 20px;
    margin: 5px 5px 0 0;
    font-size: 1.2em;
	font-weight: bold;
	color: #0066A6;
    text-align: center;
}

#pagination a:hover, #pagination a:active {
    background-color: #eeeeee;
}

#pagination a.current, #pagination a.current:visited {
    background-color: #eeeeee;
    text-decoration: underline;
}

.btn {
    text-align: right;
}

.btn a {
    padding: 2px 5px;
    color: #ffffff;
    background-color: #ed008c;
    text-transform: uppercase;
}

/*
----------------------------------

SEARCH FORM

----------------------------------
*/
#search-form {
    background-color: #f7f7f7;
}

#search-form th, #search-form td {
    border-top: 1px solid #cccccc;
    /*padding: 10px 0 10px 0;*/
    padding: 10px 10px 10px 10px;
}

#search-form td {
    padding-left: 0;
}

#search-form .first th, #search-form .first td {
    border-top: none;
    /*padding: 0 0 10px 0;*/
}

#search-form th {
    width: 200px;
    vertical-align: top;
}

#search-form td {
    width: 204px;
}

#search-form th label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 1.2em;
    color: #5d5d5d;
    text-align: left;
}

#search-form input.text-field {
    width: 200px;
    height: 18px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.4em;
    /*font-weight: bold;*/
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#search-form select {
    /*width: 266px;*/
    height: 20px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.2em;
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#search-form textarea {
    width: 200px;
    height: 55px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.4em;
    border: 0;
    color: #3b0102;
    background: url(../images/field-bg.gif) 0 0 no-repeat;
}

#search-form input.button {
    padding: 2px 7px;
    font-size: 1.2em;
}
